openSUSE Translation Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
November 2015
- 24 participants
- 835 discussions
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:22 +0100 (Fri, 06 Nov 2015)
New Revision: 94626
Modified:
trunk/packages/pt/po/dvd6.pt.po
Log:
Merged dvd6.pot for pt
Modified: trunk/packages/pt/po/dvd6.pt.po
===================================================================
--- trunk/packages/pt/po/dvd6.pt.po 2015-11-06 03:06:20 UTC (rev 94625)
+++ trunk/packages/pt/po/dvd6.pt.po 2015-11-06 03:06:22 UTC (rev 94626)
@@ -1,1770 +1,1641 @@
# This file was automatically generated
msgid ""
msgstr ""
-"POT-Creation-Date: 2013-10-14 09:33:42\n"
+"POT-Creation-Date: 2015-11-06 04:10:14\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-#. description(perl-common-sense)
-msgid ""
-" “Nothing is more fairly distributed than common sense: no one thinks he needs more of it than he already has.”\n"
-"\n"
-" – René Descartes\n"
-"\n"
-"This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders. In fact, after working out details on which warnings and strict modes to enable and make fatal, we found that we (and our code written so far, and others) fully agree on every option, even though we never used warnings before, so it seems this module indeed reflects a \"common\" sense among some long-time Perl coders.\n"
-"\n"
-"The basic philosophy behind the choices made in common::sense can be summarised as: \"enforcing strict policies to catch as many bugs as possible, while at the same time, not limiting the expressive power available to the programmer\".\n"
-"\n"
-"Two typical examples of how this philosophy is applied in practise is the handling of uninitialised and malloc warnings:\n"
-"\n"
-"* _uninitialised_\n"
-"\n"
-" 'undef' is a well-defined feature of perl, and enabling warnings for using it rarely catches any bugs, but considerably limits you in what you can do, so uninitialised warnings are disabled.\n"
-"\n"
-"* _malloc_\n"
-"\n"
-" Freeing something twice on the C level is a serious bug, usually causing memory corruption. It often leads to side effects much later in the program and there are no advantages to not reporting this, so malloc warnings are fatal by default.\n"
-"\n"
-"Unfortunately, there is no fine-grained warning control in perl, so often whole groups of useful warnings had to be excluded because of a single useless warning (for example, perl puts an arbitrary limit on the length of text you can match with some regexes before emitting a warning, making the whole 'regexp' category useless).\n"
-"\n"
-"What follows is a more thorough discussion of what this module does, and why it does it, and what the advantages (and disadvantages) of this approach are."
+#. summary(nut:nut-cgi)
+msgid "Network UPS Tools Web Server Support (UPS Status Pages)"
msgstr ""
-#. description(perl-JSON)
+#. description(nut:nut-cgi)
msgid ""
-" ************************** CAUTION ******************************** * This is 'JSON module version 2' and there are many differences * * to version 1.xx * * Please check your applications using old version. * * See to 'INCOMPATIBLE CHANGES TO OLD VERSION' * *******************************************************************\n"
+"Web server support package for the Network UPS Tools.\n"
"\n"
-"JSON (JavaScript Object Notation) is a simple data format. See to the http://www.json.org/ manpage and 'RFC4627'(the http://www.ietf.org/rfc/rfc4627.txt manpage).\n"
+"Predefined URL is http://localhost/nut/index.html\n"
"\n"
-"This module converts Perl data structures to JSON and vice versa using either the JSON::XS manpage or the JSON::PP manpage.\n"
+"Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware.\n"
"\n"
-"JSON::XS is the fastest and most proper JSON module on CPAN which must be compiled and installed in your environment. JSON::PP is a pure-Perl module which is bundled in this distribution and has a strong compatibility to JSON::XS.\n"
-"\n"
-"This module try to use JSON::XS by default and fail to it, use JSON::PP instead. So its features completely depend on JSON::XS or JSON::PP.\n"
-"\n"
-"See to the BACKEND MODULE DECISION manpage.\n"
-"\n"
-"To distinguish the module name 'JSON' and the format type JSON, the former is quoted by C<> (its results vary with your using media), and the latter is left just as it is.\n"
-"\n"
-"Module name : 'JSON'\n"
-"\n"
-"Format type : JSON"
+"Detailed information about supported hardware can be found in /usr/share/doc/packages/nut."
msgstr ""
-#. description(perl-Convert-TNEF)
-msgid ""
-" TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module.\n"
-"\n"
-" read() takes as its first argument any file handle open for reading. The optional second argument is a hash reference which contains one or more of the following keys:\n"
-"\n"
-" output_dir - Path for storing TNEF attribute data kept in files (default: current directory).\n"
-"\n"
-" output_prefix - File prefix for TNEF attribute data kept in files (default: 'tnef').\n"
-"\n"
-" output_to_core - TNEF attribute data will be saved in core memory unless it is greater than this many bytes (default: 4096). May also be set to 'NONE' to keep all data in files, or 'ALL' to keep all data in core.\n"
-"\n"
-" buffer_size - Buffer size for reading in the TNEF file (default: 1024).\n"
-"\n"
-" debug - If true, outputs all sorts of info about what the read() function is reading, including the raw ascii data along with the data converted to hex (default: false).\n"
-"\n"
-" display_after_err - If debug is true and an error is encountered, reads and displays this many bytes of data following the error (default: 32).\n"
-"\n"
-" debug_max_display - If debug is true then read and display at most this many bytes of data for each TNEF attribute (default: 1024).\n"
-"\n"
-" debug_max_line_size - If debug is true then at most this many bytes of data will be displayed on each line for each TNEF attribute (default: 64).\n"
-"\n"
-" ignore_checksum - If true, will ignore checksum errors while parsing data (default: false).\n"
-"\n"
-" read() returns an object containing the TNEF 'attributes' read from the file and the data for those attributes. If all you want are the attachments, then this is mostly garbage, but if you're interested then you can see all the garbage by turning on debugging. If the garbage proves useful to you, then let me know how I can maybe make it more useful.\n"
-"\n"
-" If an error is encountered, an undefined value is returned and the package variable $errstr is set to some helpful message.\n"
-"\n"
-" read_in() is a convienient front end for read() which takes a filename instead of a handle.\n"
-"\n"
-" read_ent() is another convient front end for read() which can take a MIME::Entity object (or any object with like methods, specifically open(\"r\"), read($buff,$num_bytes), and close ).\n"
-"\n"
-" purge() deletes any on-disk data that may be in the attachments of the TNEF object.\n"
-"\n"
-" message() returns the message portion of the tnef object, if any. The thing it returns is like an attachment, but its not an attachment. For instance, it more than likely does not have a name or any attachment data.\n"
-"\n"
-" attachments() returns a list of the attachments that the given TNEF object contains. Returns a list ref if not called in array context.\n"
-"\n"
-" data() takes a TNEF attribute name, and returns a string value for that attribute for that attachment. Its your own problem if the string is too big for memory. If no argument is given, then the 'AttachData' attribute is assumed, which is probably the attachment data you're looking for.\n"
-"\n"
-" name() is the same as data(), except the attribute 'AttachTitle' is the default, which returns the 8 character + 3 character extension name of the attachment.\n"
-"\n"
-" longname() returns the long filename and extension of an attachment. This is embedded within a MAPI property of the 'Attachment' attribute data, so we attempt to extract the name out of that.\n"
-"\n"
-" size() takes an TNEF attribute name, and returns the size in bytes for the data for that attachment attribute.\n"
-"\n"
-" datahandle() is a method for attachments which takes a TNEF attribute name, and returns the data for that attribute as a handle which is the same as a MIME::Body handle. See MIME::Body for all the applicable methods. If no argument is given, then 'AttachData' is assumed."
+#. summary(nxtvepg)
+msgid "Nextview EPG Decoder and Browser"
msgstr ""
-#. description(perl-HTML-TokeParser-Simple)
+#. description(nxtvepg)
msgid ""
-"'HTML::TokeParser' is an excellent module that's often used for parsing HTML. However, the tokens returned are not exactly intuitive to parse:\n"
+"In this software package, find a decoder for Nextview--an electronic TV program guide for the analog domain (as opposed to the various digital EPGs that come with most digital broadcasts). It allows you to decode and browse TV program listings for most of the major networks in Germany, Austria, France, and Switzerland.\n"
"\n"
-" [\"S\", $tag, $attr, $attrseq, $text] [\"E\", $tag, $text] [\"T\", $text, $is_data] [\"C\", $text] [\"D\", $text] [\"PI\", $token0, $text]\n"
+"Currently, Nextview EPG is transmitted by: * In Germany and Austria: Kabel1, 3Sat, RTL-II, EuroNews (coverage: apx. 31 networks)\n"
"\n"
-"To simplify this, 'HTML::TokeParser::Simple' allows the user ask more intuitive (read: more self-documenting) questions about the tokens returned.\n"
+"* In Switzerland: SF1, TSR1, TSI1, EuroNews, 3sat, Kabel1 (coverage: apx. 37 networks)\n"
"\n"
-"You can also rebuild some tags on the fly. Frequently, the attributes associated with start tags need to be altered, added to, or deleted. This functionality is built in.\n"
+"* In France: Canal+, M6 (coverage: 8 networks)\n"
"\n"
-"Since this is a subclass of 'HTML::TokeParser', all 'HTML::TokeParser' methods are available. To truly appreciate the power of this module, please read the documentation for 'HTML::TokeParser' and 'HTML::Parser'."
+"* In Turkey: TRT-1 (coverage: 17 networks)"
msgstr ""
-#. description(perl-IO-Tty)
-msgid ""
-"'IO::Tty' is used internally by 'IO::Pty' to create a pseudo-tty. You wouldn't want to use it directly except to import constants, use 'IO::Pty'. For a list of importable constants, see the IO::Tty::Constant manpage.\n"
-"\n"
-"Windows is now supported, but ONLY under the Cygwin environment, see the http://sources.redhat.com/cygwin/ manpage.\n"
-"\n"
-"Please note that pty creation is very system-dependend. From my experience, any modern POSIX system should be fine. Find below a list of systems that 'IO::Tty' should work on. A more detailed table (which is slowly getting out-of-date) is available from the project pages document manager at SourceForge the http://sourceforge.net/projects/expectperl/ manpage.\n"
-"\n"
-"If you have problems on your system and your system is listed in the \"verified\" list, you probably have some non-standard setup, e.g. you compiled your Linux-kernel yourself and disabled ptys (bummer!). Please ask your friendly sysadmin for help.\n"
-"\n"
-"If your system is not listed, unpack the latest version of 'IO::Tty', do a ''perl Makefile.PL; make; make test; uname -a'' and send me (_RGiersig(a)cpan.org_) the results and I'll see what I can deduce from that. There are chances that it will work right out-of-the-box...\n"
-"\n"
-"If it's working on your system, please send me a short note with details (version number, distribution, etc. 'uname -a' and 'perl -V' is a good start; also, the output from \"perl Makefile.PL\" contains a lot of interesting info, so please include that as well) so I can get an overview. Thanks!"
+#. summary(obconf)
+#, fuzzy
+msgid "Openbox Configuration Tool"
+msgstr "Exibir Configuração"
+
+#. description(obconf)
+msgid "This is the official application from the Openbox developers to configure the Openbox window manager. It is not needed, but highly recommended when installing Openbox."
msgstr ""
-#. description(perl-Net-Server)
+#. summary(ocaml)
+#. summary(ocaml:ocaml-runtime)
+#, fuzzy
+msgid "The Objective Caml Compiler and Programming Environment"
+msgstr "Ambiente de Programação Logo"
+
+#. description(ocaml)
msgid ""
-"'Net::Server' is an extensible, generic Perl server engine. 'Net::Server' combines the good properties from 'Net::Daemon' (0.34), 'NetServer::Generic' (1.03), and 'Net::FTPServer' (1.0), and also from various concepts in the Apache Webserver.\n"
+"Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages.\n"
"\n"
-"'Net::Server' attempts to be a generic server as in 'Net::Daemon' and 'NetServer::Generic'. It includes with it the ability to run as an inetd process ('Net::Server::INET'), a single connection server ('Net::Server' or 'Net::Server::Single'), a forking server ('Net::Server::Fork'), a preforking server which maintains a constant number of preforked children ('Net::Server::PreForkSimple'), or as a managed preforking server which maintains the number of children based on server load ('Net::Server::PreFork'). In all but the inetd type, the server provides the ability to connect to one or to multiple server ports.\n"
-"\n"
-"'Net::Server' uses ideologies of 'Net::FTPServer' in order to provide extensibility. The additional server types are made possible via \"personalities\" or sub classes of the 'Net::Server'. By moving the multiple types of servers out of the main 'Net::Server' class, the 'Net::Server' concept is easily extended to other types (in the near future, we would like to add a \"Thread\" personality).\n"
-"\n"
-"'Net::Server' borrows several concepts from the Apache Webserver. 'Net::Server' uses \"hooks\" to allow custom servers such as SMTP, HTTP, POP3, etc. to be layered over the base 'Net::Server' class. In addition the 'Net::Server::PreFork' class borrows concepts of min_start_servers, max_servers, and min_waiting servers. 'Net::Server::PreFork' also uses the concept of an flock serialized accept when accepting on multiple ports (PreFork can choose between flock, IPC::Semaphore, and pipe to control serialization)."
+"This package comprises two batch compilers (a fast bytecode compiler and an optimizing native-code compiler), an interactive top level system, Lex&Yacc tools, a replay debugger, and a comprehensive library."
msgstr ""
-#. description(perl-Test-LeakTrace)
-msgid ""
-"'Test::LeakTrace' provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks.\n"
-"\n"
-"*Leaked SVs* are SVs which are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, 'no_leaks_ok()' and 'leaks_cmp_ok()' executes a block more than once."
+#. summary(ocaml:ocaml-compiler-libs)
+msgid "Libraries used internal to the OCaml Compiler"
msgstr ""
-#. description(perl-Text-Diff)
+#. description(ocaml:ocaml-compiler-libs)
msgid ""
-"'diff()' provides a basic set of services akin to the GNU 'diff' utility. It is not anywhere near as feature complete as GNU 'diff', but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's 'diff' executable for small files, and generally slower on larger files.\n"
+"Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages.\n"
"\n"
-"Relies on the Algorithm::Diff manpage for, well, the algorithm. This may not produce the same exact diff as a system's local 'diff' executable, but it will be a valid diff and comprehensible by 'patch'. We haven't seen any differences between Algorithm::Diff's logic and GNU diff's, but we have not examined them to make sure they are indeed identical."
+"This package contains several modules used internally by the OCaml compilers. They are not needed for normal OCaml development, but may be helpful in the development of certain applications."
msgstr ""
-#. description(psgml)
-msgid ""
-"'psgml' supports you while editing SGML/XML documents.\tIt respects the context of the used DTD (Document Type Definition) and offers the valid elements and attributes.\n"
-"\n"
-"Included are several helper tools: tdtd, xxml, psgml-xpointer.\n"
-"\n"
-"For more info see README.SuSE.\n"
-"\n"
-"Compiled for GNU Emacs (XEmacs has its own version!)."
+#. summary(ocaml-facile)
+msgid "Ocaml Constraint Programming Library"
msgstr ""
-#. description(perl-Class-Load)
-msgid ""
-"'require EXPR' only accepts 'Class/Name.pm' style module names, not 'Class::Name'. How frustrating! For that, we provide 'load_class 'Class::Name''.\n"
-"\n"
-"It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide 'try_load_class 'Class::Name''.\n"
-"\n"
-"Finally, sometimes we need to know whether a particular class has been loaded. Asking '%INC' is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide 'is_class_loaded 'Class::Name''."
+#. description(ocaml-facile)
+msgid "FaCiLe is a constraint programming library on integer and integer set finite domains written in OCaml. It offers all usual facilities to create and manipulate finite domain variables, arithmetic expressions and constraints (possibly non-linear), built-in global constraints (difference, cardinality, sorting etc.) and search and optimization goals. FaCiLe as well allows you to build easily user-defined constraints and goals (including recursive ones), making pervasive use of OCaml higher-order functionals to provide a simple and flexible interface for the user. As FaCiLe is an OCaml library and not \"yet another language\", the user benefits from type inference and strong typing discipline, high level of abstraction, a modules and objects system, as well as native code compilation efficiency, garbage collection and replay debugger, all features of OCaml (among many others) that allow to prototype and experiment quickly: modeling, data processing and interface are implemented wi
th the same powerful and efficient language."
msgstr ""
-#. description(perl-Devel-Caller)
+#. description(ocaml:ocaml-runtime)
msgid ""
-"* caller_cv($level)\n"
+"Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages.\n"
"\n"
-" 'caller_cv' gives you the coderef of the subroutine being invoked at the call frame indicated by the value of $level\n"
-"\n"
-"* caller_args($level)\n"
-"\n"
-" Returns the arguments passed into the caller at level $level\n"
-"\n"
-"* caller_vars( $level, $names ) =item called_with($level, $names)\n"
-"\n"
-" 'called_with' returns a list of references to the original arguments to the subroutine at $level. if $names is true, the names of the variables will be returned instead\n"
-"\n"
-" constants are returned as 'undef' in both cases\n"
-"\n"
-"* called_as_method($level)\n"
-"\n"
-" 'called_as_method' returns true if the subroutine at $level was called as a method."
+"This package contains the runtime environment needed to run Objective Caml bytecode."
msgstr ""
-#. description(perl-Sub-Exporter)
-msgid "*ACHTUNG!* If you're not familiar with Exporter or exporting, read the Sub::Exporter::Tutorial manpage first!"
+#. summary(ocfs2-tools)
+msgid "Oracle Cluster File System 2 Core Tools"
msgstr ""
-#. description(perl-Apache-AuthCookie)
+#. description(ocfs2-tools)
msgid ""
-"*Apache::AuthCookie* allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where AuthCookie verifies them and returns a session key.\n"
+"OCFS2 is the Oracle Cluster File System.\n"
"\n"
-"The session key is returned to the user's browser as a cookie. As a cookie, the browser will pass the session key on every subsequent accesses. AuthCookie will verify the session key and re-authenticate the user.\n"
-"\n"
-"All you have to do is write a custom module that inherits from AuthCookie. Your module is a class which implements two methods:\n"
-"\n"
-"* 'authen_cred()'\n"
-"\n"
-" Verify the user-supplied credentials and return a session key. The session key can be any string - often you'll use some string containing username, timeout info, and any other information you need to determine access to documents, and append a one-way hash of those values together with some secret key.\n"
-"\n"
-"* 'authen_ses_key()'\n"
-"\n"
-" Verify the session key (previously generated by 'authen_cred()', possibly during a previous request) and return the user ID. This user ID will be fed to '$r->connection->user()' to set Apache's idea of who's logged in.\n"
-"\n"
-"By using AuthCookie versus Apache's built-in AuthBasic you can design your own authentication system. There are several benefits.\n"
-"\n"
-"* 1.\n"
-"\n"
-" The client doesn't *have* to pass the user credentials on every subsequent access. If you're using passwords, this means that the password can be sent on the first request only, and subsequent requests don't need to send this (potentially sensitive) information. This is known as \"ticket-based\" authentication.\n"
-"\n"
-"* 2.\n"
-"\n"
-" When you determine that the client should stop using the credentials/session key, the server can tell the client to delete the cookie. Letting users \"log out\" is a notoriously impossible-to-solve problem of AuthBasic.\n"
-"\n"
-"* 3.\n"
-"\n"
-" AuthBasic dialog boxes are ugly. You can design your own HTML login forms when you use AuthCookie.\n"
-"\n"
-"* 4.\n"
-"\n"
-" You can specify the domain of a cookie using PerlSetVar commands. For instance, if your AuthName is 'WhatEver', you can put the command\n"
-"\n"
-" PerlSetVar WhatEverDomain .yourhost.com\n"
-"\n"
-" into your server setup file and your access cookies will span all hosts ending in '.yourhost.com'.\n"
-"\n"
-"* 5.\n"
-"\n"
-" You can optionally specify the name of your cookie using the 'CookieName' directive. For instance, if your AuthName is 'WhatEver', you can put the command\n"
-"\n"
-" PerlSetVar WhatEverCookieName MyCustomName\n"
-"\n"
-" into your server setup file and your cookies for this AuthCookie realm will be named MyCustomName. Default is AuthType_AuthName.\n"
-"\n"
-"* 6.\n"
-"\n"
-" By default users must satisfy ALL of the 'require' directives. If you want authentication to succeed if ANY 'require' directives are met, use the 'Satisfy' directive. For instance, if your AuthName is 'WhatEver', you can put the command\n"
-"\n"
-" PerlSetVar WhatEverSatisfy Any\n"
-"\n"
-" into your server startup file and authentication for this realm will succeed if ANY of the 'require' directives are met.\n"
-"\n"
-"This is the flow of the authentication handler, less the details of the redirects. Two REDIRECT's are used to keep the client from displaying the user's credentials in the Location field. They don't really change AuthCookie's model, but they do add another round-trip request to the client.\n"
-"\n"
-" (-----------------------) +---------------------------------+ ( Request a protected ) | AuthCookie sets custom error | ( page, but user hasn't )---->| document and returns | ( authenticated (no ) | FORBIDDEN. Apache abandons | ( session key cookie) ) | current request and creates sub | (-----------------------) | request for the error document. |<-+ | Error document is a script that | | | generates a form where the user | | return | enters authentication | | ^------------------->| credentials (login & password). | | / \\ False +---------------------------------+ | / \\ | | / \\ | | / \\ V | / \\
+---------------------------------+ | / Pass \\ | User's client submits this form | | / user's \\ | to the LOGIN URL, which calls | | | credentials |<------------| AuthCookie->login(). | | \\ to / +---------------------------------+ | \\authen_cred/ | \\ function/ | \\ / | \\ / | \\ / +------------------------------------+ | \\ / return | Authen cred returns a session | +--+ V------------->| key which is opaque to AuthCookie.*| | True +------------------------------------+ | | | +--------------------+
| +---------------+ | | | | If we had a | V | V | cookie, add | +----------------------------+ r | ^ | a Set-Cookie | | If we didn't have a session| e |T / \\ | header to | | key cookie, add a | t |r / \\ | override the | | Set-Cookie header with this| u |u / \\ | invalid cookie| | session key. Client then | r |e / \\ +---------------+ | returns session key with | n | / pass \\ ^ | successive requests | | / session \\ | +----------------------------+ | / key to \\ return | | +-| authen_ses_key|------------+ V \\ / False +-----------------------------------+ \\ / | Tell Apache to set Expires header,| \\ / | set user t
o user ID returned by | \\ / | authen_ses_key, set authentication| \\ / | to our type (e.g. AuthCookie). | \\ / +-----------------------------------+ \\ / V (---------------------) ^ ( Request a protected ) | ( page, user has a )--------------+ ( session key cookie ) (---------------------)\n"
-"\n"
-" * The session key that the client gets can be anything you want. For example, encrypted information about the user, a hash of the username and password (similar in function to Digest authentication), or the user name and password in plain text (similar in function to HTTP Basic authentication).\n"
-"\n"
-" The only requirement is that the authen_ses_key function that you create must be able to determine if this session_key is valid and map it back to the originally authenticated user ID."
+"This package contains the core user-space tools needed for creating and managing the file system."
msgstr ""
-#. description(perl-GD)
-msgid "*GD.pm* is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files."
+#. summary(oclock)
+msgid "Simple round analog clock"
msgstr ""
-#. description(perl-List-MoreUtils)
-msgid ""
-"*List::MoreUtils* provides some trivial but commonly needed functionality on lists which is not going to go into the List::Util manpage.\n"
-"\n"
-"All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine."
+#. description(oclock)
+msgid "oclock is a simple analog clock using the SHAPE extension to make a round (possibly transparent) window."
msgstr ""
-#. description(perl-BerkeleyDB)
-msgid ""
-"*NOTE: This document is still under construction. Expect it to be incomplete in places.*\n"
-"\n"
-"This Perl module provides an interface to most of the functionality available in Berkeley DB versions 2, 3, 5 and 6. In general it is safe to assume that the interface provided here to be identical to the Berkeley DB interface. The main changes have been to make the Berkeley DB API work in a Perl way. Note that if you are using Berkeley DB 2.x, the new features available in Berkeley DB 3.x or later are not available via this module.\n"
-"\n"
-"The reader is expected to be familiar with the Berkeley DB documentation. Where the interface provided here is identical to the Berkeley DB library and the... TODO\n"
-"\n"
-"The *db_appinit*, *db_cursor*, *db_open* and *db_txn* man pages are particularly relevant.\n"
-"\n"
-"The interface to Berkeley DB is implemented with a number of Perl classes."
+#. summary(okteta)
+msgid "Hex Editor"
msgstr ""
-#. summary(perl-GD-Graph3d)
-msgid "3d extension for perl-GDGraph"
+#. description(okteta)
+msgid "Okteta is a hex editor for the KDE desktop."
msgstr ""
-#. summary(python-cssutils)
-msgid "A CSS Cascading Style Sheets library for Python"
-msgstr ""
+#. summary(okteta:okteta-devel)
+#, fuzzy
+msgid "Development files for the Okteta Hex Editor"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(perl-ldap)
+#. description(okteta:okteta-devel)
#, fuzzy
-msgid "A Client interface for LDAP servers."
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Contains the development files for the Okteta Hex Editor"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(pmidi)
-msgid "A Command Line MIDI Player for ALSA"
+#. summary(okular)
+msgid "Document Viewer"
msgstr ""
-#. summary(python-dnspython)
-msgid "A DNS toolkit for Python"
+#. description(okular)
+msgid "Document viewing program; supports document in PDF, PS and many other formats."
msgstr ""
-#. summary(powertop)
-msgid "A Linux Tool to Find out What is Using Power on a Laptop"
+#. summary(open-iscsi:open-isns)
+msgid "Linux iSNS server"
msgstr ""
-#. description(perl-Convert-UUlib)
-#, fuzzy
-msgid "A Perl interface to the uulib library"
-msgstr "Interface do Kernel"
+#. description(open-iscsi:open-isns)
+msgid "This is a partial implementation of iSNS, according to RFC4171. The implementation is still somewhat incomplete, but I am releasing it for your reading pleasure."
+msgstr ""
-#. summary(perl-Time-Period)
-msgid "A Perl module to deal with time periods."
+#. summary(openbox)
+msgid "ICCCM and EWMH Compliant Window Manager with Very Few Dependencies"
msgstr ""
-#. description(python-pypdf)
+#. description(openbox)
msgid ""
-"A Pure-Python library built as a PDF toolkit. It is capable of:\n"
+"Openbox is a window manager for the X Window System. It currently runs on a large list of platforms. It was originally based on Blackbox, but is, since version 3.0, a complete reimplementation with these features, among others:\n"
"\n"
-"- extracting document information (title, author, ...),\n"
-"- splitting documents page by page,\n"
-"- merging documents page by page,\n"
-"- cropping pages,\n"
-"- merging multiple pages into a single page,\n"
-"- encrypting and decrypting PDF files.\n"
+"o ICCCM and EWMH compliance o Chainable key bindings o Customizable mouse actions o Window resistance o Multihead Xinerama support o Pipe menus\n"
"\n"
-"By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs."
+"The configuration tool \"obconf\" is recommended along with this package."
msgstr ""
-#. summary(python-pybluez)
-msgid "A Python Bluetooth wrapper"
+#. description(opencc)
+msgid "OpenCC is an opensource project for conversion between Traditional Chinese and Simplified Chinese, which supports phrase-level conversion and regional idioms among Mainland China, Taiwan and Hong kong."
msgstr ""
-#. summary(python-dateutil)
+#. summary(opencc:opencc-data)
#, fuzzy
-msgid "A Python Datetime Library"
-msgstr "Interface do Kernel"
+msgid "Dictionaries for Open Chinese Convert"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(python-pygame)
-msgid "A Python Module for Interfacing with the SDL Multimedia Library"
+#. description(opencc:opencc-data)
+msgid ""
+"OpenCC is an opensource project for conversion between Traditional Chinese and Simplified Chinese, which supports phrase-level conversion and regional idioms among Mainland China, Taiwan and Hong kong.\n"
+"\n"
+"This package provides dictionaries and patterns used by libraries/ binaries of OpenCC."
msgstr ""
-#. description(python-pyudev)
-msgid "A Python binding to libudev, the hardware management library and service found in modern linux systems."
-msgstr ""
+#. summary(openconnect:openconnect-devel)
+#, fuzzy
+msgid "Development files and headers for openconnect"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(python-cssutils)
-msgid "A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!"
+#. description(openconnect:openconnect-devel)
+msgid ""
+"This package provides a client for Cisco's \"AnyConnect\" VPN, which uses HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.\n"
+"\n"
+"This packages provides development files and headers needed to build packages against openconnect"
msgstr ""
-#. summary(rdesktop)
-msgid "A Remote Desktop Protocol client"
-msgstr ""
+#. summary(opencv)
+#, fuzzy
+msgid "Collection of algorithms for computer vision"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(quilt)
-msgid "A Tool for Working with Many Patches"
+#. description(opencv)
+msgid "OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms."
msgstr ""
-#. description(perl-Unicode-String)
-msgid "A Unicode::String object represents a sequence of Unicode characters. The Unicode Standard is a fixed-width, uniform encoding scheme for written characters and text. This encoding treats alphabetic characters, ideographic characters, and symbols identically, which means that they can be used in any mixture and with equal facility. Unicode is modeled on the ASCII character set, but uses a 16-bit encoding to support full multilingual text."
+#. description(opencv:opencv-devel)
+msgid "This package contains the OpenCV C/C++ library and header files, as well as documentation. It should be installed if you want to develop programs that will use the OpenCV library."
msgstr ""
-#. summary(perl-HTTP-DAV)
-#, fuzzy
-msgid "A WebDAV client library for Perl5"
-msgstr "Criando banco de dados de recursos"
-
-#. description(python-Babel)
-msgid "A collection of tools for internationalizing Python applications."
+#. summary(openexr:openexr-devel)
+msgid "Library to Handle EXR Pictures (16-bit floating-point format)"
msgstr ""
-#. description(pbm2l7k)
-msgid "A driver for Lexmark printers 7000, 7200, and 5700. This driver translates PBM (Portable Bitmap) into the printer protocol for the Lexmark printers 7000, 7200, and 5700."
+#. description(openexr:openexr-devel)
+msgid ""
+"OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.\n"
+"\n"
+"This package contains header files."
msgstr ""
-#. summary(perl-Mail-Mbox-MessageParser)
-msgid "A fast and simple mbox folder reader"
+#. summary(openjade)
+msgid "DSSSL Engine for SGML Documents"
msgstr ""
-#. summary(python-urlgrabber)
-msgid "A high-level cross-protocol url-grabber"
+#. description(openjade)
+msgid ""
+"OpenJade, the follow-up to Jade by James Clark, is an implementation of the ISO/IEC 10179:1996 standard DSSSL (Document Style, Semantics, and Specification Language); pronounce it \"dissl\"--it rhymes with whistle.\n"
+"\n"
+"It has back-ends for SGML, RTF, MIF, TeX, and HTML.\n"
+"\n"
+"The parser, \"nsgmls,\" and helper tools like \"sgmlnorm,\" \"spam,\" \"spent,\" and \"sx\" are now included in the separate \"opensp\" package."
msgstr ""
-#. description(python-urlgrabber)
-msgid "A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more."
-msgstr ""
+#. summary(openldap2)
+#, fuzzy
+msgid "The OpenLDAP Server"
+msgstr "Servidor Web e LAMP"
-#. summary(providers)
-msgid "A list of internet service providers"
-msgstr ""
+#. description(openldap2)
+#, fuzzy
+msgid "The Lightweight Directory Access Protocol (LDAP) is used to access online directory services. It runs directly over TCP and can be used to access a stand-alone LDAP directory service or to access a directory service that has an X.500 back-end."
+msgstr "Configura um servidor de directório com OpenLDAP e Kerberos. O Lightweight Directory Access Protocol (LDAP) é utilizado para aceder a serviços online de directório. Corre directamente sobre TCP e pode ser utilizado para aceder a um directório LDAP isolado ou para aceder a um serviço de directório que tem um back-end X.500."
-#. description(providers)
-msgid "A list of predefined internet service providers which are used for configuration with YaST2."
+#. summary(openldap2-client:openldap2-devel)
+msgid "Libraries, Header Files and Documentation for OpenLDAP"
msgstr ""
-#. description(php5:php5-sockets)
-msgid "A low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client. This extension is experimental!"
+#. description(openldap2-client:openldap2-devel)
+msgid "This package provides the OpenLDAP libraries, header files, and documentation."
msgstr ""
-#. summary(perl-Config-IniFiles)
+#. summary(openmpi:openmpi-libs)
#, fuzzy
-msgid "A module for reading .ini-style configuration files."
-msgstr "Analisando arquivos de configuração..."
+msgid "OpenMPI runtime libraries"
+msgstr "Desenvolvimento GNOME"
-#. description(perl-WeakRef)
+#. description(openmpi:openmpi-libs)
msgid ""
-"A patch to Perl 5.005_55 by the author implements a core API for weak references. This module is a Perl-level interface to that API, allowing weak references to be created in Perl.\n"
+"Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available.\n"
"\n"
-"A weak reference is just like an ordinary Perl reference except that it isn't included in the reference count of the thing referred to. This means that once all references to a particular piece of data are weak, the piece of data is freed and all the weak references are set to undef. This is particularly useful for implementing circular data structures without memory leaks or caches of objects."
+"This subpackage contains the OpenMPI shared libraries."
msgstr ""
-#. description(pfscalibration)
-msgid "A photographic camera with a standard CCD sensor is able to acquire an image with simultaneous dynamic range of not more than 1:1000. The basic idea to create an image with a higher dynamic range is to combine multiple images with different exposure settings, thus making use of available sequential dynamic range."
-msgstr ""
+#. summary(openslp:openslp-devel)
+#, fuzzy
+msgid "OpenSLP Development SDK"
+msgstr "Desenvolvimento Kernel"
-#. summary(perl-Moose)
-msgid "A postmodern object system for Perl 5"
+#. description(openslp:openslp-devel)
+msgid ""
+"Service Location Protocol is an IETF standards track protocol that provides a framework that allows networking applications to discover the existence, location, and configuration of networked services in enterprise networks.\n"
+"\n"
+"This package contains header and library files to compile applications with SLP support. It also contains developer documentation to develop such applications."
msgstr ""
-#. summary(procmail)
-msgid "A program for local e-mail delivery"
+#. summary(openslp:openslp-server)
+msgid "The OpenSLP Implementation of the Service Location Protocol V2"
msgstr ""
-#. summary(python-liblarch)
-msgid "A python library to easily handle data structure"
+#. description(openslp:openslp-server)
+msgid ""
+"Service Location Protocol is an IETF standards track protocol that provides a framework that allows networking applications to discover the existence, location, and configuration of networked services in enterprise networks.\n"
+"\n"
+"This package contains the SLP server. Every system, which provides any services that should be used via an SLP client must run this server and register the service."
msgstr ""
-#. summary(perl-SVN-Simple)
-msgid "A simple interface to subversion's editor interface"
+#. summary(opensp)
+msgid "The OpenJade Group's SGML and XML Parsing Tools"
msgstr ""
-#. summary(alpine:pico)
-msgid "A small, easy to use editor"
+#. description(opensp)
+msgid ""
+"The tools in this package provide the ability to manage SGML and XML documents.\n"
+"\n"
+"This package contains the parser nsgmls and the related programs sgmlnorm, spcat, spam, spent, and sgml2xml (previously known as sx). Sgml2xml is useful as a tool for converting from SGML to XML, the coming WWW standard.\n"
+"\n"
+"This package is a fork from James Clark's SP suite."
msgstr ""
-#. summary(pychecker)
+#. summary(opensp:opensp-devel)
#, fuzzy
-msgid "A tool for finding bugs in python source code"
-msgstr "Procurando informações sobre o disco..."
+msgid "SGML parser tools (development package)"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(pin)
-#, fuzzy
-msgid "A tool for finding package information"
-msgstr "Procurando informações sobre o disco..."
+#. description(opensp:opensp-devel)
+msgid "Libraries and includes to compile applications that use the SGML parser tools (package 'opensp')."
+msgstr ""
-#. summary(python-Genshi)
-msgid "A toolkit for generation of output for the web"
+#. summary(opie)
+#. summary(opie:opie-32bit)
+msgid "Support for One-Time Passwords"
msgstr ""
-#. summary(prctl)
-msgid "A utility to perform process operations"
+#. description(opie)
+#. description(opie:opie-32bit)
+msgid ""
+"OPIE stands for One-time Passwords In Everything. One-time passwords can be used to foil password sniffers because they cannot be reused by the attacker.\n"
+"\n"
+"This package provides a PAM module and several utility programs that let you use one-time passwords for authentication."
msgstr ""
-#. summary(perl-WeakRef)
-msgid "API for weak references to be created in Perl"
+#. description(oprofile)
+msgid ""
+"OProfile is a system-wide profiler for Linux systems, capable of profiling all running code at low overhead. OProfile is released under the GNU GPL.\n"
+"\n"
+"It consists of a kernel module and a daemon for collecting sample data, and several post-profiling tools for turning data into information.\n"
+"\n"
+"OProfile leverages the CPU hardware performance counters to enable profiling of a wide variety of interesting statistics, which can also be used for basic time-spent profiling. All code is profiled: hardware and software interrupt handlers, kernel modules, the kernel, shared libraries, and applications (the only exception being the oprofile interrupt handler itself).\n"
+"\n"
+"OProfile is currently in alpha status; however it has proven stable over a large number of differing configurations. As always, there is no warranty.\n"
+"\n"
+"This is the package containing the userspace tools."
msgstr ""
-#. summary(perl-Convert-ASN1)
-msgid "ASN.1 Encode/Decode library"
+#. summary(optipng)
+msgid "A PNG File Compressor"
msgstr ""
-#. summary(python-pyasn1)
-msgid "ASN.1 types and codecs"
+#. description(optipng)
+msgid "OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM; TIFF support is coming up) to optimized PNG, and performs PNG integrity checks and corrections."
msgstr ""
-#. summary(python-doc)
+#. summary(orage)
#, fuzzy
-msgid "Additional Package Documentation for Python"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Time-managing Application for the Xfce Desktop Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(plasma-addons:plasma-addons-marble)
-msgid "Additional Plasmoids Depending on Marble"
+#. description(orage)
+msgid "Orage is a fast and easy to use graphical calendar for the Xfce desktop environment. It uses the portable ical format and includes common calendar features like repeating appointments and multiple alarming possibilities. Orage does not have group calendar features and can only be used for single user."
msgstr ""
-#. description(plasma-addons:plasma-addons-marble)
-msgid "Additional plasmoids from upstream that require Marble"
+#. summary(orbit2)
+msgid "High-Performance CORBA Object Request Broker"
msgstr ""
-#. description(perl-Image-ExifTool:perl-File-RandomAccess)
-msgid "Allows random access to sequential file by buffering the file if necessary. Also allows access to data in memory to be accessed as if it were a file."
+#. description(orbit2)
+msgid ""
+"ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (Object Request Broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they are written in or the operating system they run on.\n"
+"\n"
+"You will need to install this package if you want to run programs that use the CORBA technology ORBit implementation."
msgstr ""
-#. summary(perl-Mcrypt)
-msgid "An Autoload-Capable Interface Module for libmcrypt"
+#. description(orbit2:orbit2-devel)
+msgid ""
+"ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they are written in or the operating system they run on.\n"
+"\n"
+"You will need to install this package if you want to run programs that use the ORBit implementation of the CORBA technology."
msgstr ""
-#. summary(perl-Encode-Detect)
-msgid "An Encode::Encoding subclass that detects the encoding of data"
+#. summary(oxygen5)
+msgid "Oxygen style, KWin decoration, cursors and sounds"
msgstr ""
-#. summary(python-Twisted)
-msgid "An asynchronous networking framework written in Python"
+#. description(oxygen5)
+msgid "Provides Oxygen style, KWin decoration, cursors and sounds."
msgstr ""
-#. description(python:python-gdbm)
-msgid "An easy to use interface for GDBM databases. GDBM is the GNU implementation of the standard Unix DBM databases."
-msgstr ""
+#. summary(oxygen5:oxygen5-cursors)
+#, fuzzy
+msgid "The KDE Workspace Cursors"
+msgstr "Desenvolvimento KDE"
-#. description(python:python-curses)
-msgid "An easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface."
-msgstr ""
+#. description(oxygen5:oxygen5-cursors)
+#, fuzzy
+msgid "This package contains the default cursor set for a K Desktop Environment workspace."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(python-Twisted)
-msgid "An extensible framework for Python programming, with special focus on event-based network programming and multiprotocol integration."
-msgstr ""
+#. summary(oxygen5:oxygen5-decoration)
+#, fuzzy
+msgid "Oxygen's KWin decoration"
+msgstr "Gerenciador de Dispositivos"
-#. description(pcmanfm)
-msgid "An extremly fast, lightweight, yet feature-rich file manager with tabbed browsing. It's also the LXDE default file manager. This is a complete rewrite of the old pcmanfm 0.5.x series"
-msgstr ""
+#. description(oxygen5:oxygen5-decoration)
+#, fuzzy
+msgid "This package contains the libraries Oxygen's KWin decoration."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(perl-Mail-SPF)
-msgid "An object-oriented implementation of Sender Policy Framework"
+#. description(oxygen5:oxygen5-devel)
+#, fuzzy
+msgid "Provides Oxygen style, KWin decoration, cursors and sounds. Development files."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(oxygen5:oxygen5-style)
+msgid "Oxygen style"
msgstr ""
-#. summary(perl-Apache-DBI)
+#. description(oxygen5:oxygen5-style)
#, fuzzy
-msgid "Apache authentication via perl DBI"
-msgstr "Base de Servidor Aplicacional SAP"
+msgid "This package contains the libraries of the Oxygen style."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(perl-Apache-SessionX)
-msgid "Apache::SessionX extends Apache::Session. It was initially written to use Apache::Session from inside of HTML::Embperl, but is seems to be useful outside of Embperl as well, so here is it as standalone module."
+#. summary(p11-kit:p11-kit-devel)
+#, fuzzy
+msgid "Library to work with PKCS#11 modules -- Development Files"
+msgstr "Ambiente de Trabalho KDE"
+
+#. summary(pam:pam-devel)
+msgid "Include Files and Libraries for PAM-Development"
msgstr ""
-#. description(perl-AppConfig)
-msgid "AppConfig is a Perl module for managing application configuration information. It maintains the state of any number of variables and provides methods for parsing configuration files and command line arguments."
+#. description(pam:pam-devel)
+msgid ""
+"PAM (Pluggable Authentication Modules) is a system security tool which allows system administrators to set authentication policy without having to recompile programs which do authentication.\n"
+"\n"
+"This package contains header files and static libraries used for building both PAM-aware applications and modules for use with PAM."
msgstr ""
-#. summary(perl-Sub-Uplevel)
-msgid "Apparently run a function in a higher stack frame"
+#. summary(pam-modules)
+#. summary(pam-modules:pam-modules-32bit)
+msgid "Additional PAM Modules"
msgstr ""
-#. summary(perl-Sub-Name)
-msgid "Assigns a new name to referenced sub"
+#. description(pam-modules)
+#. description(pam-modules:pam-modules-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"
+"This package contains additional, obsolete PAM Modules sometimes needed for migration: pam_unix2 and pam_pwcheck"
msgstr ""
-#. summary(perl-Variable-Magic)
-msgid "Associate user-defined magic to variables from Perl"
+#. summary(apparmor:pam_apparmor)
+#. summary(apparmor:pam_apparmor-32bit)
+msgid "PAM module for AppArmor change_hat"
msgstr ""
-#. summary(perl-Class-Accessor)
-#, fuzzy
-msgid "Automated accessor generation"
-msgstr "Detecção Automática"
+#. description(apparmor:pam_apparmor)
+#. description(apparmor:pam_apparmor-32bit)
+msgid "The pam_apparmor module provides the means for any PAM applications that call pam_open_session() to automatically perform an AppArmor change_hat operation in order to switch to a user-specific security policy."
+msgstr ""
-#. summary(perl-BSD-Resource)
-msgid "BSD process resource limit and priority functions"
+#. summary(pam_ssh)
+#. summary(pam_ssh:pam_ssh-32bit)
+msgid "PAM Module for SSH Authentication"
msgstr ""
-#. summary(perl-Class-WhiteHole)
-msgid "Base class to treat unhandled method calls as errors"
+#. description(pam_ssh)
+#. description(pam_ssh:pam_ssh-32bit)
+msgid "This module provides single sign-on behavior. The user types a passphrase when logging in and is allowed in if it decrypts the user s SSH private key. An ssh-agent is started and keys are added. For the entire session, the user types no more passwords."
msgstr ""
-#. summary(postgresql92)
-#, fuzzy
-msgid "Basic Clients and Utilities for PostgreSQL"
-msgstr "Criando banco de dados de recursos"
+#. summary(pan)
+msgid "A Powerful Newsreader for GNOME"
+msgstr ""
-#. summary(perl-Test-Script)
-msgid "Basic cross-platform tests for scripts"
+#. description(pan)
+msgid "PAN is a very powerful newsreader. Its user interface is loosely based on other popular newsreaders."
msgstr ""
-#. description(perl-Convert-BinHex)
+#. summary(pango:pango-devel)
+msgid "Library for Layout and Rendering of Text -- Development Files"
+msgstr ""
+
+#. description(pango:pango-devel)
msgid ""
-"BinHex is a format used by Macintosh for transporting Mac files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. This module provides a means of converting those data streams back into binary data.\n"
+"Pango is a library for layout and rendering of text, with an emphasis on internationalization. It can be used anywhere that text layout is needed.\n"
"\n"
-"Authors:\n"
-"------- Written by Eryq, http://www.enteract.com/~eryq / eryq(a)enteract.com"
+"Pango forms the core of text and font handling for GTK+.\n"
+"\n"
+"This package contains all necessary include files and libraries needed to develop applications that require these."
msgstr ""
-#. description(php5:php5-bcmath)
-msgid "Binary Calculator which supports numbers of any size and precision, represented as strings."
+#. summary(paprefs)
+msgid "PulseAudio Preferences"
msgstr ""
-#. description(python-kde4)
-msgid "Bindings for the KDE Development Platform based on PyQt4 and SIP. Use of these bindings allows to write Python applications that use the KDE C++ libraries."
+#. description(paprefs)
+msgid ""
+"PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog for the PulseAudio sound server.\n"
+"\n"
+"Please note that this program can only configure local servers, and requires that a special module module-gconf is loaded in the sound server."
msgstr ""
-#. summary(perl-Bit-Vector)
-#, fuzzy
-msgid "Bit::Vector Perl module"
-msgstr "Grupo de Recursos"
+#. summary(par)
+msgid "Parity File Generator"
+msgstr ""
-#. description(perl-Crypt-Blowfish)
-msgid "Blowfish is capable of strong encryption and can use key sizes up to 56 bytes (a 448 bit key). You're encouraged to take advantage of the full key size to ensure the strongest encryption possible from this module."
+#. description(par)
+msgid ""
+"Parchive creates extra parity data over several volumes. These can be used to restore the complete archive after some data loss or corruption.\n"
+"\n"
+"par is used by Dar."
msgstr ""
-#. summary(perl-HTML-Tree)
-msgid "Build and scan parse-trees of HTML"
+#. summary(parcellite)
+msgid "A lightweight GTK+ clipboard manager"
msgstr ""
-#. summary(perl-Alien-SDL)
-msgid "Building, finding and using SDL binaries"
+#. description(parcellite)
+msgid ""
+"Parcellite is a stripped down, basic-features-only clipboard manager with a small memory footprint for those who like simplicity.\n"
+"\n"
+"In GNOME and Xfce the clipboard manager will be started automatically. For other desktops or window managers you should also install a panel with a system tray or notification area if you want to use this package."
msgstr ""
-#. summary(qrencode:qrencode-devel)
+#. description(parley)
#, fuzzy
-msgid "C library for encoding data in a QR Code symbol - Development files"
-msgstr "Desenvolvimento"
+msgid "Parley is a vocabulary trainer for KDE."
+msgstr "Aplicativos Favoritos"
-#. summary(libcamgm:perl-camgm)
+#. summary(patch)
#, fuzzy
-msgid "CA Management Library Perl Bindings"
-msgstr "Desenvolvimento GNOME"
+msgid "GNU patch"
+msgstr "patch"
-#. summary(python-cssselect)
-#, fuzzy
-msgid "CSS3 selectors for Python"
-msgstr "Interface a ser selecionada na inicialização:"
-
-#. summary(perl-Capture-Tiny)
-msgid "Capture STDOUT and STDERR from Perl, XS or external programs"
+#. description(patch)
+msgid "The GNU patch program is used to apply diffs between original and changed files (generated by the diff command) to the original files."
msgstr ""
-#. description(perl-Capture-Tiny)
-msgid "Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one."
+#. summary(patchutils)
+msgid "A Collection of Tools for Manipulating Patch Files"
msgstr ""
-#. description(perl-Carp-Assert)
-msgid "Carp::Assert is intended for a purpose like the ANSI C library assert.h."
+#. description(patchutils)
+msgid "Patchutils contains a collection of tools for manipulating patch files: interdiff, combinediff, filterdiff, fixcvsdiff, rediff, lsdiff, and splitdiff. You can use interdiff to create an incremental patch between two patches that are against a common source tree. Combinediff can be used for creating a cumulative diff from two incremental patches. Filterdiff is for extracting or excluding patches from a patch set based on modified files matching shell wildcards. Lsdiff lists modified files in a patch. Rediff corrects hand-edited patches."
msgstr ""
-#. summary(perl-Carp-Clan)
-msgid "Carp::Clan Perl module"
+#. description(patterns-openSUSE:patterns-openSUSE-books)
+#, fuzzy
+msgid "Help and Documentation, various books"
+msgstr "Ajuda e Documentação de Suporte"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-console)
+msgid "Console Tools"
msgstr ""
-#. summary(chasen:perl-Text-ChaSen)
+#. description(patterns-openSUSE:patterns-openSUSE-console)
#, fuzzy
-msgid "ChaSen Perl Module"
-msgstr "Nenhum módulo encontrado."
+msgid "Applications useful for those using the console and no graphical desktop environment."
+msgstr "Ambiente de Trabalho KDE"
-#. description(perl-checkbot)
-msgid ""
-"Checkbot is a perl5 script which can verify links within a region of the World Wide Web. It checks all pages within an identified region, and all links within that region. After checking all links within the region, it will also check all links which point outside of the region, and then stop.\n"
-"\n"
-"Checkbot regularly writes reports on its findings, including all servers found in the region, and all links with problems on those servers.\n"
-"\n"
-"Checkbot was written originally to check a number of servers at once. This has implied some design decisions, so you might want to keep that in mind when making suggestions. Speaking of which, be sure to check the to do file on the website for things which have been suggested for Checkbot."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_C_C++)
+#, fuzzy
+msgid "C/C++ Development"
+msgstr "Desenvolvimento"
-#. description(python-CherryPy)
-msgid ""
-"CherryPy is a pythonic, object-oriented HTTP framework.\n"
-"\n"
-"CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.\n"
-"\n"
-"CherryPy is now more than three years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones.\n"
-"\n"
-"Oh, and most importantly: CherryPy is fun to work with :-)"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_C_C++)
+msgid "Tools and libraries for software development using C/C++ and other derivative of the C programming language."
msgstr ""
-#. summary(perl-Class-Date)
-msgid "Class for easy date and time manipulation"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_basis)
+#, fuzzy
+msgid "Base Development"
+msgstr "Desenvolvimento"
-#. description(perl-Class-Data-Inheritable)
-msgid ""
-"Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overriden.\n"
-"\n"
-"For example:\n"
-"\n"
-" Pere::Ubu->mk_classdata('Suitcase');\n"
-"\n"
-"will generate the method Suitcase() in the class Pere::Ubu.\n"
-"\n"
-"This new method can be used to get and set a piece of class data.\n"
-"\n"
-" Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase;\n"
-"\n"
-"The interesting part happens when a class inherits from Pere::Ubu:\n"
-"\n"
-" package Raygun; use base qw(Pere::Ubu);\n"
-"\n"
-" $suitcase = Raygun->Suitcase;\n"
-"\n"
-"Raygun inherits its Suitcase class data from Pere::Ubu.\n"
-"\n"
-"Inheritance of class data works analogous to method inheritance. As long as Raygun does not \"override\" its inherited class data (by using Suitcase() to set a new value) it will continue to use whatever is set in Pere::Ubu and inherit further changes:\n"
-"\n"
-" Pere::Ubu->Suitcase('Blue');\n"
-"\n"
-"However, should Raygun decide to set its own Suitcase() it has now \"overridden\" Pere::Ubu and is on its own, just like if it had overriden a method:\n"
-"\n"
-" Raygun->Suitcase('Orange');\n"
-"\n"
-"Now that Raygun has overridden Pere::Ubu futher changes by Pere::Ubu no longer effect Raygun.\n"
-"\n"
-" Pere::Ubu->Suitcase('Samsonite');"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_basis)
+msgid "Minimal set of tools for compiling and linking applications."
msgstr ""
-#. description(perl-Class-Inspector)
-msgid "Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_gnome)
+#, fuzzy
+msgid "GNOME Development"
+msgstr "Desenvolvimento"
-#. description(perl-Class-Multimethods)
-msgid "Class::Multimethods -- Supports multimethods and subroutine overloading in Perl."
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-devel_gnome)
+#, fuzzy
+msgid "GNOME development packages."
+msgstr "Pacotes de desenvolvimento do MONO"
-#. summary(perl-HTML-Clean)
-msgid "Cleans up HTML code for web browsers, not humans"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_ide)
+#, fuzzy
+msgid "Integrated Development Environments"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(perl-ldap)
+#. description(patterns-openSUSE:patterns-openSUSE-devel_ide)
#, fuzzy
-msgid "Client Interface for LDAP Servers"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Integrated Development Environments."
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. description(python-clientform)
-msgid "ClientForm is a Python module for handling HTML forms on the client side, useful for parsing HTML forms, filling them in and returning the completed forms to the server. It developed from a port of Gisle Aas' Perl module HTML::Form, from the libwww-perl library, but the interface is not the same."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_java)
+#, fuzzy
+msgid "Java Development"
+msgstr "Desenvolvimento"
-#. summary(perl-libxml-perl)
-msgid "Collection of Perl modules for working with XML"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_java)
+msgid "Tools and libraries for software development using the Java programming language."
msgstr ""
-#. summary(python-pyasn1-modules)
-msgid "Collection of protocols modules written in ASN.1 language"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_kde)
+#, fuzzy
+msgid "KDE Development"
+msgstr "Desenvolvimento"
-#. description(podofo)
-msgid "Command line tools for working with PDF files."
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-devel_kde)
+#, fuzzy
+msgid "KDE development packages."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(python-qt4:python-qt4-utils)
-msgid "Common files for PyQt4 for python2 and python3"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_kde_frameworks)
+#, fuzzy
+msgid "KDE Frameworks Development"
+msgstr "Desenvolvimento KDE"
-#. description(yum:python-yum)
-msgid "Common libraries for YUM based programs"
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-devel_kde_frameworks)
+#, fuzzy
+msgid "KDE Frameworks development packages."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Algorithm-Diff)
-msgid "Compute `intelligent' differences between two files / lists"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_kernel)
+#, fuzzy
+msgid "Linux Kernel Development"
+msgstr "Mensagens do Kernel"
-#. summary(python-configobj)
-msgid "Config file reading, writing and validation"
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-devel_kernel)
+#, fuzzy
+msgid "Tools for Linux kernel development."
+msgstr "Desenvolvimento Kernel"
-#. description(perl-Config-IniFiles)
-msgid "Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_perl)
+#, fuzzy
+msgid "Perl Development"
+msgstr "Desenvolvimento"
-#. description(perl-libconfigfile)
-msgid ""
-"ConfigFile parses simple configuration files and stores its values in an anonymous hash reference. The syntax of the configuration file is quite simple:\n"
-"\n"
-"1. This is a comment VALUE_ONE = foo VALUE_TWO = $VALUE_ONE/bar VALUE_THREE = The value contains a \\# (hash). # This is a comment. COMPOSED_VALUE[one] = The first component of a clustered value COMPOSED_VALUE[two] = The second component of a clustered value"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_perl)
+msgid "Tools and libraries for software development using the Perl programming language."
msgstr ""
-#. description(python-configobj)
-msgid ""
-"ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though:\n"
-"\n"
-" * Nested sections (subsections), to any level * List values * Multiple line values * Full Unicode support * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - and allowing default values - repeated sections * All comments in the file are preserved * The order of keys/sections is preserved * Powerful ``unrepr`` mode for storing/retrieving Python data-types"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_python)
+#, fuzzy
+msgid "Python Development"
+msgstr "Desenvolvimento"
-#. summary(postgresql92:postgresql92-contrib)
-msgid "Contributed Extensions and Additions to PostgreSQL"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_python)
+msgid "Tools and libraries for software development using the Python programming language."
msgstr ""
-#. description(perl-Convert-ASN1)
-msgid "Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_qt4)
+#, fuzzy
+msgid "Qt 4 Development"
+msgstr "Desenvolvimento"
-#. summary(perl-Class-MethodMaker)
-msgid "Create generic methods for OO Perl"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_qt4)
+msgid "Tools and libraries for software development using Qt 4, the latest version of the Qt toolkit."
msgstr ""
-#. summary(perl-XML-Stream)
-msgid "Creates an XML Stream connection and parses return data"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_qt5)
+#, fuzzy
+msgid "Qt 5 Development"
+msgstr "Desenvolvimento"
-#. summary(perl-Crypt-Rijndael)
-msgid "Crypt::CBC compliant Rijndael encryption module"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_qt5)
+msgid "Tools and libraries for software development using Qt 5, the latest version of the Qt toolkit."
msgstr ""
-#. description(perl-Crypt-OpenSSL-RSA)
-msgid "Crypt::OpenSSL::RSA is an XS perl module designed to provide basic RSA functionality. It does this by providing a glue to the RSA functions in the OpenSSL library."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_rpm_build)
+#, fuzzy
+msgid "RPM Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(perl-Crypt-OpenSSL-Random)
-msgid "Crypt::OpenSSL::Random Perl module"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_rpm_build)
+msgid "Minimal set of tools and libraries for building packages using the RPM package manager."
msgstr ""
-#. description(perl-Crypt-OpenSSL-Random)
-msgid "Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL library's pseudo-random number generator"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_ruby)
+#, fuzzy
+msgid "Ruby Development"
+msgstr "Desenvolvimento"
-#. summary(python-M2Crypto)
-msgid "Crypto and SSL toolkit for Python"
+#. description(patterns-openSUSE:patterns-openSUSE-devel_ruby)
+msgid "Tools and libraries for software development using the Ruby programming language."
msgstr ""
-#. description(perl-DBD-Pg)
-msgid "DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-devel_web)
+#, fuzzy
+msgid "Web Development"
+msgstr "Desenvolvimento"
-#. description(perl-DBD-mysql)
-msgid "DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because noone ever requested them. :-)"
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-devel_web)
+#, fuzzy
+msgid "Tools and libraries for Web application development."
+msgstr "Ferramentas Potentes para Redes Domésticas e Desenvolvimento de Aplicações"
-#. summary(perl-DBD-CSV)
-msgid "DBI driver for CSV files"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-dhcp_dns_server)
+#, fuzzy
+msgid "DHCP and DNS Server"
+msgstr "Servidor DHCP e DNS"
-#. summary(perl-Devel-PartialDump)
-msgid "Data Dumper optimized for Logging of arbitrary Parameters"
+#. description(patterns-openSUSE:patterns-openSUSE-dhcp_dns_server)
+msgid "Software to set up a server for the Dynamic Host Configuration Protocol (DHCP) and the Domain Name System (DNS) services. DHCP provides configuration parameters to client computers to integrate them into a network, whereas DNS delivers information associated with domain names, in particular, the IP address."
msgstr ""
-#. summary(perl-Date-Manip)
+#. summary(patterns-openSUSE:patterns-openSUSE-directory_server)
#, fuzzy
-msgid "Date manipulation routines"
-msgstr "Aplicativos"
+msgid "Directory Server (LDAP)"
+msgstr "Servidor de Directório (LDAP)"
-#. description(perl-Date-Manip)
-msgid ""
-"Date::Manip is a series of modules designed to make any common date/time operation easy to do. Operations such as comparing two times, determining a data a given amount of time from another, or parsing international times are all easily done. It deals with time as it is used in the Gregorian calendar (the one currently in use) with full support for time changes due to daylight saving time.\n"
-"\n"
-"From the very beginning, the main focus of Date::Manip has been to be able to do ANY desired date/time operation easily. Many other modules exist which may do a subset of these operations quicker or more efficiently, but no other module can do all of the operations available in Date::Manip.\n"
-"\n"
-"Since many other date/time modules exist, some of which may do the specific operation(s) you need faster, be sure to read the section SHOULD I USE DATE::MANIP in the Date::Manip::Misc document before deciding which of the Date and Time modules from CPAN is for you. However, if you want one module to do it all, Date::Manip is the one to use."
+#. description(patterns-openSUSE:patterns-openSUSE-directory_server)
+msgid "Software to set up a directory server with OpenLDAP. The Lightweight Directory Access Protocol (LDAP) is used to access online directory services."
msgstr ""
-#. summary(perl-Text-DelimMatch)
-msgid "DelimMatch for Locating Delimited Substrings with Proper Nesting"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-file_server)
+#, fuzzy
+msgid "File Server"
+msgstr "Servidor de Impressão"
-#. description(perl-Text-DelimMatch)
-msgid "DelimMatch is a Perl 5 module that provides functions for locating delimited substrings with proper nesting."
+#. description(patterns-openSUSE:patterns-openSUSE-file_server)
+msgid "File services to host files so that they may be accessed or retrieved by other computers on the same network. This includes the FTP, SMB, and NFS protocols."
msgstr ""
-#. description(perl-Devel-LexAlias)
-msgid ""
-"Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing.\n"
-"\n"
-"If you don't know why you'd want to do this, I'd suggest that you skip this module. If you think you have a use for it, I'd insist on it.\n"
-"\n"
-"Still here?\n"
-"\n"
-"* lexalias( $where, $name, $variable )\n"
-"\n"
-" '$where' refers to the subroutine in which to alias the lexical, it can be a coderef or a call level such that you'd give to 'caller'\n"
-"\n"
-" '$name' is the name of the lexical within that subroutine\n"
-"\n"
-" '$variable' is a reference to the variable to install at that location"
+#. summary(patterns-openSUSE:patterns-openSUSE-gateway_server)
+#, fuzzy
+msgid "Internet Gateway"
+msgstr "KInternet"
+
+#. description(patterns-openSUSE:patterns-openSUSE-gateway_server)
+msgid "Software to set up a proxy, firewall, and gateway server, including a virtual private network (VPN) gateway."
msgstr ""
-#. summary(qhull:qhull-devel)
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_admin)
#, fuzzy
-msgid "Development and documentation files for qhull"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "GNOME Administration Tools"
+msgstr "Ferramentas SLES de Administração"
-#. summary(qwt:qwt-devel-doc)
-#, fuzzy
-msgid "Development documentation for Qwt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_admin)
+msgid "Administration Tools e.g. for desktop lockdown"
+msgstr ""
-#. summary(polkit:polkit-devel)
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_ide)
#, fuzzy
-msgid "Development files for PolicyKit"
-msgstr "Desenvolvimento"
+msgid "GNOME Integrated Development Environment"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. description(polkit:polkit-devel)
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_ide)
#, fuzzy
-msgid "Development files for PolicyKit Authorization Framework."
+msgid "Development under GNOME"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(qoauth:qoauth-devel)
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_edutainment)
#, fuzzy
-msgid "Development files for QOAuth"
-msgstr "Desenvolvimento"
+msgid "KDE Education"
+msgstr "Gerenciador de Dispositivos"
-#. summary(QtZeitgeist:QtZeitgeist-devel)
+#. description(patterns-openSUSE:patterns-openSUSE-kde_edutainment)
+msgid "KDE Applications - Tools to teach kids with computers"
+msgstr ""
+
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_ide)
#, fuzzy
-msgid "Development files for QtZeitgeist"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "KDE Integrated Development Environment"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(popt:popt-devel)
+#. description(patterns-openSUSE:patterns-openSUSE-kde_ide)
#, fuzzy
-msgid "Development files for the popt library"
+msgid "Development environment for the Plasma Desktop"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(python-kde4:python-kde4-devel)
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_telepathy)
+msgid "KDE Telepathy"
+msgstr ""
+
+#. description(patterns-openSUSE:patterns-openSUSE-kde_telepathy)
#, fuzzy
-msgid "Development files of python-kde4"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "KDE Applications - Telepathy"
+msgstr "Browser de Aplicativos"
-#. summary(perl-qt4:perl-qt4-devel)
+#. description(patterns-openSUSE:patterns-openSUSE-kde_utilities_opt)
#, fuzzy
-msgid "Development libraries for Perl-Qt4"
-msgstr "Desenvolvimento"
+msgid "KDE Application - Additional Utilities"
+msgstr "Browser de Aplicativos"
-#. summary(quota:quota-nfs)
+#. summary(patterns-openSUSE:patterns-openSUSE-kvm_server)
#, fuzzy
-msgid "Disk Quota System on NFS"
-msgstr "Sistema Básico da Área de Trabalho"
+msgid "KVM Host Server"
+msgstr "Servidor de Impressão"
-#. summary(perl-Log-Dispatch)
-msgid "Dispatches messages to one or more outputs"
+#. description(patterns-openSUSE:patterns-openSUSE-kvm_server)
+#. description(patterns-openSUSE:patterns-openSUSE-xen_server)
+msgid "Software to set up a server for configuring, managing, and monitoring virtual machines on a single physical machine."
msgstr ""
-#. summary(procinfo)
-msgid "Display System Status Gathered from /proc"
-msgstr ""
-
-#. summary(rekonq:rekonq-doc)
+#. summary(patterns-openSUSE:patterns-openSUSE-lamp_server)
#, fuzzy
-msgid "Documentation for rekonq"
-msgstr "Documento"
+msgid "Web and LAMP Server"
+msgstr "Servidor Web e LAMP"
-#. summary(bash:readline-doc)
-msgid "Documentation how to Use and Program with the Readline Library"
+#. description(patterns-openSUSE:patterns-openSUSE-lamp_server)
+msgid "Software to set up a Web server that is able to serve static, dynamic, and interactive content (like a Web shop). This includes Apache HTTP Server, the database management system MySQL, and scripting languages such as PHP, Python, Ruby on Rails, or Perl."
msgstr ""
-#. description(perl-Pod-HtmlPsPdf)
-msgid "Documentation projects builder in HTML, PS and PDF formats."
+#. summary(patterns-openSUSE:patterns-openSUSE-laptop)
+msgid "Laptop"
msgstr ""
-#. summary(postfix:postfix-doc)
+#. description(patterns-openSUSE:patterns-openSUSE-laptop)
+msgid "Tools designed specifically for laptop computers."
+msgstr ""
+
+#. summary(patterns-openSUSE:patterns-openSUSE-lxde)
#, fuzzy
-msgid "Documentations for the postfix package"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "LXDE Desktop Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(pbm2l7k)
-msgid "Driver for Lexmark Printers 7000, 7200, and 5700"
+#. description(patterns-openSUSE:patterns-openSUSE-lxde)
+msgid "LXDE is a lightweight X11 desktop environment similiar to XFCE in its nature."
msgstr ""
-#. summary(perl-Devel-Symdump)
-msgid "Dump symbol names or the symbol table"
+#. summary(patterns-openSUSE:patterns-openSUSE-lxde_laptop)
+msgid "LXDE Laptop"
msgstr ""
-#. summary(psiconv)
-msgid "EPOC32 PSION 5(MX) File Format Data Conversion Utilities"
+#. description(patterns-openSUSE:patterns-openSUSE-lxde_laptop)
+msgid "LXDE Tools designed specifically for use with laptop computers."
msgstr ""
-#. summary(perl-ExtUtils-Depends)
-msgid "Easily build XS extensions that depend on XS extensions"
+#. summary(patterns-openSUSE:patterns-openSUSE-lxde_office)
+#. description(patterns-openSUSE:patterns-openSUSE-lxde_office)
+msgid "LXDE Office"
msgstr ""
-#. summary(python-setuptools)
-msgid "Easily download, build, install, upgrade, and uninstall Python packages"
+#. summary(patterns-openSUSE:patterns-openSUSE-mail_server)
+msgid "Mail and News Server"
msgstr ""
-#. summary(perl-HTML-TokeParser-Simple)
-msgid "Easy to use C<HTML::TokeParser> interface"
+#. description(patterns-openSUSE:patterns-openSUSE-mail_server)
+msgid "Software to set up electronic mail and message services to handle e-mail, mailing, and news lists, including a virus scanner to scan messages at the server level."
msgstr ""
-#. summary(psgml)
-msgid "Emacs Add-On to edit SGML/XML documents"
+#. summary(patterns-openSUSE:patterns-openSUSE-misc_server)
+msgid "Miscellaneous Server"
msgstr ""
-#. summary(perl-Crypt-CBC)
-msgid "Encrypt Data with Cipher Block Chaining Mode"
+#. description(patterns-openSUSE:patterns-openSUSE-misc_server)
+msgid "Miscellaneous Server."
msgstr ""
-#. summary(perl-Error)
-msgid "Error/exception handling in an OO-ish way"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-network_admin)
+#, fuzzy
+msgid "Network Administration"
+msgstr "Informação do Sistema"
-#. summary(qwt:qwt-examples)
+#. description(patterns-openSUSE:patterns-openSUSE-network_admin)
#, fuzzy
-msgid "Example programs using Qwt"
-msgstr "Selecione o Programa Cujo Perfil Deve Ser Criado"
+msgid "Tools for administering and debugging networks."
+msgstr "Aguardar por aplicativo kicker"
-#. summary(perl-Carp-Assert)
-msgid "Executable comments"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-print_server)
+#, fuzzy
+msgid "Print Server"
+msgstr "Servidor de Impressão"
-#. summary(perl-B-Hooks-EndOfScope)
-msgid "Execute code after a scope finished compilation"
+#. description(patterns-openSUSE:patterns-openSUSE-print_server)
+msgid "Software used to host print queues so that they may be accessed by other computers on the same network. LPD, CUPS, and SMB print servers and queues are supported."
msgstr ""
-#. description(perl-Image-ExifTool)
-msgid "ExifTool is a customizable set of Perl modules plus a full-featured application for reading and writing meta information in a wide variety of files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-remote_desktop)
+#, fuzzy
+msgid "Remote Desktop"
+msgstr "As Últimas Inovações de Ambiente de Trabalho"
-#. summary(perl-Set-Crontab)
-msgid "Expand crontab(5)-style integer lists"
+#. description(patterns-openSUSE:patterns-openSUSE-remote_desktop)
+msgid "Tools to access a remote desktop."
msgstr ""
-#. summary(perl-Net-Server)
-msgid "Extensible, general Perl server engine"
+#. summary(patterns-openSUSE:patterns-openSUSE-tabletpc)
+msgid "TabletPC"
msgstr ""
-#. summary(perl-HTML-Element-Extended)
-msgid "Extension for HTML::Element"
+#. description(patterns-openSUSE:patterns-openSUSE-tabletpc)
+msgid "Tools designed specifically for use with TabletPCs."
msgstr ""
-#. summary(perl-Encode-HanExtra)
-msgid "Extra sets of Chinese encodings"
+#. summary(patterns-openSUSE:patterns-openSUSE-technical_writing)
+msgid "Technical Writing"
msgstr ""
-#. summary(qdox)
-msgid "Extract class/interface/method definitions from sources"
+#. description(patterns-openSUSE:patterns-openSUSE-technical_writing)
+msgid "Authoring tools and editors for creating technical documentation."
msgstr ""
-#. summary(perl-Convert-BinHex)
-msgid "Extract data from Macintosh BinHex files"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-x11_yast)
+#, fuzzy
+msgid "YaST User Interfaces"
+msgstr "Exibir Configuração"
-#. summary(perl-Readonly)
-msgid "Facility for creating read-only scalars, arrays, hashes"
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-x11_yast)
+#, fuzzy
+msgid "Graphical YaST user interfaces for minimal X desktop."
+msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-#. summary(perl-IP-Country)
-msgid "Fast lookup of country codes from IP addresses"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-xen_server)
+#, fuzzy
+msgid "Xen Virtual Machine Host Server"
+msgstr "Servidor Anfitrião de Máquina Virtual Xen"
-#. summary(php5:php5-fastcgi)
+#. summary(patterns-openSUSE:patterns-openSUSE-xfce)
#, fuzzy
-msgid "FastCGI PHP5 Module"
-msgstr "Carregar Módulos Desconhecidos"
+msgid "XFCE Desktop Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. description(perl-Net-CIDR-Lite)
-msgid "Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses."
+#. description(patterns-openSUSE:patterns-openSUSE-xfce)
+msgid "Xfce is a lightweight desktop environment for various *NIX systems."
msgstr ""
-#. description(perl-File-Type)
-msgid "File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file."
+#. summary(patterns-openSUSE:patterns-openSUSE-xfce_basis)
+msgid "XFCE Base System"
msgstr ""
-#. description(perl-File-Which)
-msgid "File::Which was created to be able to get the paths to executable programs on systems under which the `which' program wasn't implemented in the shell."
+#. description(patterns-openSUSE:patterns-openSUSE-xfce_basis)
+#, fuzzy
+msgid "Base packages for the XFCE Desktop Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-xfce_laptop)
+#. description(patterns-openSUSE:patterns-openSUSE-xfce_laptop)
+msgid "XFCE Laptop"
msgstr ""
-#. summary(perl-FileHandle-Unget)
-msgid "FileHandle which supports multi-byte unget"
+#. summary(patterns-openSUSE:patterns-openSUSE-xfce_office)
+#. description(patterns-openSUSE:patterns-openSUSE-xfce_office)
+msgid "XFCE Office"
msgstr ""
-#. description(perl-FileHandle-Unget)
-msgid ""
-"FileHandle::Unget operates exactly the same as FileHandle, except that it provides a version of ungetc that allows you to unget more than one character. It also provides ungets to unget a string.\n"
-"\n"
-"This module is useful if the filehandle refers to a stream for which you can't just 'seek()' backwards. Some operating systems support multi-byte 'ungetc()', but this is not guaranteed. Use this module if you want a portable solution. In addition, on some operating systems, eof() will not be reset if you ungetc after having read to the end of the file.\n"
-"\n"
-"NOTE: Using 'sysread()' with 'ungetc()' and other buffering functions is still a bad idea."
+#. summary(pavucontrol)
+msgid "PulseAudio Volume Control"
msgstr ""
-#. summary(python-gtk:python-gtk-devel)
-msgid "Files needed to build wrappers for GTK+ addon libraries"
+#. description(pavucontrol)
+msgid "PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool (\"mixer\") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately."
msgstr ""
-#. description(perl-Finance-Quote)
-msgid "Finance::Quote provides access to time-delayed stockquotes from a number of sources. After you've installed the pacakage, try 'perldoc Finance::Quote' for full information. Alternatively, you can 'perldoc lib/Finance/Quote.pm' before the install."
+#. summary(pbm2l7k)
+msgid "Driver for Lexmark Printers 7000, 7200, and 5700"
msgstr ""
-#. description(perl-IP-Country)
-msgid ""
-"Finding the home country of a client using only the IP address can be difficult. Looking up the domain name associated with that address can provide some help, but many IP addresses are not reverse mapped to any useful domain, and the most common domain (.com) offers no help when looking for country.\n"
-"\n"
-"This module comes bundled with a database of countries where various IP addresses have been assigned. Although the country of assignment will probably be the country associated with a large ISP rather than the client herself, this is probably good enough for most log analysis applications, and under test has proved to be as accurate as reverse-DNS and WHOIS lookup."
+#. description(pbm2l7k)
+msgid "A driver for Lexmark printers 7000, 7200, and 5700. This driver translates PBM (Portable Bitmap) into the printer protocol for the Lexmark printers 7000, 7200, and 5700."
msgstr ""
-#. summary(perl-CGI-Application)
-msgid "Framework for building reusable web-applications"
+#. summary(pcfclock:pcfclock-kmp-default)
+#. summary(pcfclock:pcfclock-kmp-pae)
+msgid "Pcfclock kernel driver"
msgstr ""
-#. description(pothana2000-fonts)
-msgid "Free OpenType font for Telugu created by Dr. Tirumala Krishna Desikacharyulu"
+#. description(pcfclock:pcfclock-kmp-default)
+#. 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(quagga)
-msgid "Free Routing Software (for BGP, OSPF and RIP, for example)"
+#. summary(pciutils:pciutils-devel)
+msgid "Library and Include Files of the PCI utilities"
msgstr ""
-#. summary(perl-GDTextUtil)
+#. description(pciutils:pciutils-devel)
#, fuzzy
-msgid "GDTextUtil Perl module"
-msgstr "Nenhum módulo encontrado."
+msgid "This package contains the files that are necessary for software development using the PCI utilities."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(python-liblarch:python-liblarch_gtk)
+#. summary(pcmanfm)
#, fuzzy
-msgid "GTK bindings for liblarch"
-msgstr "O pacote não está assinalado"
+msgid "The next generation LXDE file manager"
+msgstr "Daemon Secure Shell"
-#. summary(perl-Config-General)
-msgid "Generic Config Module"
+#. description(pcmanfm)
+msgid "An extremly fast, lightweight, yet feature-rich file manager with tabbed browsing. It's also the LXDE default file manager. This is a complete rewrite of the old pcmanfm 0.5.x series"
msgstr ""
-#. description(python-Genshi)
-msgid "Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid."
+#. description(pcre:pcre-devel)
+#. description(pcre:pcre-tools)
+#. description(pcre:pcre-doc)
+msgid "The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5."
msgstr ""
-#. summary(perl-Class-Inspector)
+#. summary(pcsc-acr38)
#, fuzzy
-msgid "Get information about a class and its structure"
-msgstr "Informações não disponíveis."
+msgid "PC/SC IFD Handler for the ACR38 Smart Card Reader"
+msgstr "Aplicativos Favoritos"
-#. summary(perl-SDL)
-msgid "Glue between Perl and SDL"
+#. description(pcsc-acr38)
+msgid ""
+"This package contains a driver for the ACR 38 smart card reader produced by ACS.\n"
+"\n"
+"This driver is meant to be used with the PCSC-Lite daemon from the pcsc-lite package."
msgstr ""
-#. summary(python-pyparsing)
-msgid "Grammar Parser Library for Python"
+#. summary(pcsc-asedriveiiie-usb)
+msgid "ASEDrive IIIe USB Smart Card Reader Driver"
msgstr ""
-#. summary(spice-gtk:python-SpiceClientGtk)
-msgid "Gtk client and libraries for SPICE remote desktop servers - python-bindings"
+#. description(pcsc-asedriveiiie-usb)
+msgid ""
+"This package contains a driver for the ASEDrive IIIe USB smart card reader.\n"
+"\n"
+"This driver is meant to be used with the PCSC-Lite daemon from the pcsc-lite package."
msgstr ""
-#. description(python-gtksourceview)
+#. summary(pcsc-asekey)
+msgid "ASEKey USB Token Driver"
+msgstr ""
+
+#. description(pcsc-asekey)
msgid ""
-"GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ text widget.\n"
+"This package contains a driver for the ASEKey USB Token.\n"
"\n"
-"It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor.\n"
-"\n"
-"This package contains Python bindings for the library."
+"This driver is meant to be used with the PCSC-Lite daemon from the pcsc-lite package."
msgstr ""
-#. summary(perl-File-MMagic)
-msgid "Guess file type"
+#. summary(pcsc-cyberjack)
+msgid "PC/SC IFD Handler for the Reiner SCT Cyberjack USB-SmartCard Readers"
msgstr ""
-#. summary(postgresql:postgresql-docs)
-#, fuzzy
-msgid "HTML Documentation for PostgreSQL"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(pcsc-cyberjack)
+msgid ""
+"This package includes the PC/SC IFD handler for the Reiner SCT Cyberjack pinpad/e-com/RFID USB chipcard readers.\n"
+"\n"
+"This driver is meant to be used with the PCSC-Lite daemon from the pcsc-lite package."
+msgstr ""
-#. description(php-doc)
-#, fuzzy
-msgid "HTML documentation for PHP."
-msgstr "Ajuda e Documentação de Suporte"
+#. summary(pcsc-gempc)
+msgid "PCSC driver for the Gemplus GemPC 410/430 smartcard readers"
+msgstr ""
-#. description(perl-HTML-Element-Extended)
+#. description(pcsc-gempc)
msgid ""
-"HTML-Element-Extended is a package of several enhanced HTML::Element classes, most of which arose during the effort to implement an HTML::Element based table class.\n"
+"This package contains a driver for the GemPC 410 and GemPC 430 smart card readers produced by Gemplus.\n"
"\n"
-"The modules are: HTML::ElementTable HTML::ElementSuper HTML::ElementGlob HTML::ElementRaw\n"
-"\n"
-"The resulting functionality enables: tables element globs element coordinates content replacement content wrapping element cloning raw HTML string adoption"
+"This driver is meant to be used with the PCSC-Lite daemon from the pcsc-lite package."
msgstr ""
-#. description(perl-HTML-Tree)
+#. summary(pcsc-towitoko)
+#, fuzzy
+msgid "PCSC driver for Towitoko Smart Card Readers"
+msgstr "Aplicativos Favoritos"
+
+#. summary(pdfmod)
+msgid "PDF Modifier"
+msgstr ""
+
+#. description(pdfmod)
+msgid "PDF Mod is a simple tool for modifying your PDFs: moving, removing, extracting, and rotating pages."
+msgstr ""
+
+#. summary(perl-Alien-SDL)
+msgid "Building, Finding and Using Sdl Binaries"
+msgstr ""
+
+#. description(perl-Alien-SDL)
msgid ""
-"HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. It consists of mainly two modules, whose documentation you should refer to: HTML::TreeBuilder and HTML::Element.\n"
+"Please see the Alien manpage for the manifesto of the Alien namespace.\n"
"\n"
-"HTML::TreeBuilder is the module that builds the parse trees. (It uses HTML::Parser to do the work of breaking the HTML up into tokens.)\n"
+"In short 'Alien::SDL' can be used to detect and get configuration settings from an installed SDL and related libraries. Based on your platform it offers the possibility to download and install prebuilt binaries or to build SDL & co. from source codes.\n"
"\n"
-"The tree that TreeBuilder builds for you is made up of objects of the class HTML::Element.\n"
+"The important facts:\n"
"\n"
-"If you find that you do not properly understand the documentation for HTML::TreeBuilder and HTML::Element, it may be because you are unfamiliar with tree-shaped data structures, or with object-oriented modules in general. Sean Burke has written some articles for _The Perl Journal_ ('www.tpj.com') that seek to provide that background. The full text of those articles is contained in this distribution, as:\n"
+"* * The module does not modify in any way the already existing SDL installation on your system.\n"
"\n"
-"* HTML::Tree::AboutObjects\n"
+"* * If you reinstall SDL libs on your system you do not need to reinstall Alien::SDL (providing that you use the same directory for the new installation).\n"
"\n"
-" \"User's View of Object-Oriented Modules\" from TPJ17.\n"
+"* * The prebuild binaries and/or binaries built from sources are always installed into perl module's 'share' directory.\n"
"\n"
-"* HTML::Tree::AboutTrees\n"
-"\n"
-" \"Trees\" from TPJ18\n"
-"\n"
-"* HTML::Tree::Scanning\n"
-"\n"
-" \"Scanning HTML\" from TPJ19\n"
-"\n"
-"Readers already familiar with object-oriented modules and tree-shaped data structures should read just the last article. Readers without that background should read the first, then the second, and then the third.\n"
-"\n"
-"new Redirects to HTML::TreeBuilder::new\n"
-"\n"
-"new_from_file Redirects to HTML::TreeBuilder::new_from_file\n"
-"\n"
-"new_from_content Redirects to HTML::TreeBuilder::new_from_content"
+"* * If you use prebuild binaries and/or binaries built from sources it happens that some of the dynamic libraries (*.so, *.dll) will not automaticly loadable as they will be stored somewhere under perl module's 'share' directory. To handle this scenario Alien::SDL offers some special functionality (see below)."
msgstr ""
-#. description(perl-HTML-TableExtract)
+#. summary(perl-Authen-SASL-Cyrus)
+#, fuzzy
+msgid "SASL Authentication Framework - Cyrus Plugin"
+msgstr "Selecionar modo de autenticação WEP:"
+
+#. description(perl-Authen-SASL-Cyrus)
msgid ""
-"HTML::TableExtract is a subclass of HTML::Parser that serves to extract the information from tables of interest contained within an HTML document. The information from each extracted table is stored in table objects. Tables can be extracted as text, HTML, or HTML::ElementTable structures (for in-place editing or manipulation).\n"
+"SASL is a generic mechanism for authentication used by several network protocols.\n"
"\n"
-"There are currently four constraints available to specify which tables you would like to extract from a document: _Headers_, _Depth_, _Count_, and _Attributes_.\n"
+"Authen::SASL::Cyrus is a plug-in for the Authen::SASL module and provides an implementation framework that all protocols should be able to share.\n"
"\n"
-"_Headers_, the most flexible and adaptive of the techniques, involves specifying text in an array that you expect to appear above the data in the tables of interest. Once all headers have been located in a row of that table, all further cells beneath the columns that matched your headers are extracted. All other columns are ignored: think of it as vertical slices through a table. In addition, TableExtract automatically rearranges each row in the same order as the headers you provided. If you would like to disable this, set _automap_ to 0 during object creation, and instead rely on the column_map() method to find out the order in which the headers were found. Furthermore, TableExtract will automatically compensate for cell span issues so that columns are really the same columns as you would visually see in a browser. This behavior can be disabled by setting the _gridmap_ parameter to 0. HTML is stripped from the entire textual content of a cell before header matches are attempted --
unless the _keep_html_ parameter was enabled.\n"
-"\n"
-"_Depth_ and _Count_ are more specific ways to specify tables in relation to one another. _Depth_ represents how deeply a table resides in other tables. The depth of a top-level table in the document is 0. A table within a top-level table has a depth of 1, and so on. Each depth can be thought of as a layer; tables sharing the same depth are on the same layer. Within each of these layers, _Count_ represents the order in which a table was seen at that depth, starting with 0. Providing both a _depth_ and a _count_ will uniquely specify a table within a document.\n"
-"\n"
-"_Attributes_ match based on the attributes of the html <table> tag, for example, boder widths or background color.\n"
-"\n"
-"Each of the _Headers_, _Depth_, _Count_, and _Attributes_ specifications are cumulative in their effect on the overall extraction. For instance, if you specify only a _Depth_, then you get all tables at that depth (note that these could very well reside in separate higher- level tables throughout the document since depth extends across tables). If you specify only a _Count_, then the tables at that _Count_ from all depths are returned (i.e., the _n_th occurrence of a table at each depth). If you only specify _Headers_, then you get all tables in the document containing those column headers. If you have specified multiple constraints of _Headers_, _Depth_, _Count_, and _Attributes_, then each constraint has veto power over whether a particular table is extracted.\n"
-"\n"
-"If no _Headers_, _Depth_, _Count_, or _Attributes_ are specified, then all tables match.\n"
-"\n"
-"When extracting only text from tables, the text is decoded with HTML::Entities by default; this can be disabled by setting the _decode_ parameter to 0."
+"The XS framework makes calls to the existing libsasl.so shared library to perform SASL client connection functionality, including loading existing shared library mechanisms."
msgstr ""
-#. description(perl-HTTP-DAV)
-msgid "HTTP::DAV is a Perl API for interacting with and modifying content on webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled webserver."
+#. summary(perl-B-Utils)
+#. description(perl-B-Utils)
+msgid "Helper functions for op tree manipulation"
msgstr ""
-#. description(perl-HTTPS-Daemon)
-msgid "HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets (via IO::Socket::SSL) instead of cleartext sockets. It also handles SSL-specific problems, such as dealing with HTTP clients that attempt to connect to it without using SSL."
+#. summary(perl-BIND-Conf_Parser)
+#, fuzzy
+msgid "Parser class for BIND configuration files"
+msgstr "Analisando arquivos de configuração..."
+
+#. description(perl-BIND-Conf_Parser)
+msgid "This module implements a virtual base class for parsing BIND server version 8 configuration files (named.conf)."
msgstr ""
-#. description(perl-Data-OptList)
+#. summary(perl-BSD-Resource)
+#. description(perl-BSD-Resource)
+msgid "BSD process resource limit and priority functions"
+msgstr ""
+
+#. summary(perl-BerkeleyDB)
+msgid "Perl extension for Berkeley DB version 2, 3, 4 or 5"
+msgstr ""
+
+#. description(perl-BerkeleyDB)
msgid ""
-"Hashes are great for storing named data, but if you want more than one entry for a name, you have to use a list of pairs. Even then, this is really boring to write:\n"
+"*NOTE: This document is still under construction. Expect it to be incomplete in places.*\n"
"\n"
-" $values = [ foo => undef, bar => undef, baz => undef, xyz => { ... }, ];\n"
+"This Perl module provides an interface to most of the functionality available in Berkeley DB versions 2, 3, 5 and 6. In general it is safe to assume that the interface provided here to be identical to the Berkeley DB interface. The main changes have been to make the Berkeley DB API work in a Perl way. Note that if you are using Berkeley DB 2.x, the new features available in Berkeley DB 3.x or later are not available via this module.\n"
"\n"
-"Just look at all those undefs! Don't worry, we can get rid of those:\n"
+"The reader is expected to be familiar with the Berkeley DB documentation. Where the interface provided here is identical to the Berkeley DB library and the... TODO\n"
"\n"
-" $values = [ map { $_ => undef } qw(foo bar baz), xyz => { ... }, ];\n"
+"The *db_appinit*, *db_cursor*, *db_open* and *db_txn* man pages are particularly relevant.\n"
"\n"
-"Aaaauuugh! We've saved a little typing, but now it requires thought to read, and thinking is even worse than typing... and it's got a bug! It looked right, didn't it? Well, the 'xyz => { ... }' gets consumed by the map, and we don't get the data we wanted.\n"
-"\n"
-"With Data::OptList, you can do this instead:\n"
-"\n"
-" $values = Data::OptList::mkopt([ qw(foo bar baz), xyz => { ... }, ]);\n"
-"\n"
-"This works by assuming that any defined scalar is a name and any reference following a name is its value."
+"The interface to Berkeley DB is implemented with a number of Perl classes."
msgstr ""
-#. summary(python-cairo:python-cairo-devel)
+#. summary(perl-Bit-Vector)
+#. description(perl-Bit-Vector)
#, fuzzy
-msgid "Headers for python-cairo"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Bit::Vector Perl module"
+msgstr "Grupo de Recursos"
-#. summary(python-gnome:python-gnome-devel)
+#. summary(perl-Cairo)
+#. description(perl-Cairo)
#, fuzzy
-msgid "Headers for python-gnome"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Perl interface to the cairo 2d vector graphics library"
+msgstr "Interface do Kernel"
-#. summary(pfstools)
-msgid "High Dynamic Range Images and Video manipulation tools"
+#. summary(perl-Class-Accessor)
+#, fuzzy
+msgid "Automated accessor generation"
+msgstr "Detecção Automática"
+
+#. description(perl-Class-Accessor)
+msgid ""
+"This module automatically generates accessor/mutators for your class. Most of the time, writing accessors is an exercise in cutting and pasting.\n"
+"\n"
+"If you make your module a subclass of Class::Accessor and declare your accessor fields with mk_accessors() then you'll find yourself with a set of automatically generated accessors which can even be customized!"
msgstr ""
-#. description(python-pyOpenSSL)
-msgid "High-level wrapper around a subset of the OpenSSL library, includes * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes ... and much more ;)"
+#. summary(perl-Class-Date)
+msgid "Class for easy date and time manipulation"
msgstr ""
-#. description(perl-Sys-Hostname-Long)
-msgid "How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc)"
+#. description(perl-Class-Date)
+msgid ""
+"This module is intended to provide a general-purpose date and datetime type for perl. You have a Class::Date class for absolute date and datetime, and have a Class::Date::Rel class for relative dates.\n"
+"\n"
+"You can use \"+\", \"-\", \"<\" and \">\" operators as with native perl data types."
msgstr ""
-#. summary(perl-IO-stringy)
-msgid "I/O on in-core objects like strings and arrays"
+#. summary(perl-Class-Load-XS)
+#, fuzzy
+msgid "XS implementation of parts of Class::Load"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(perl-Class-Load-XS)
+msgid "This module provides an XS implementation for portions of the Class::Load manpage. See the Class::Load manpage for API details."
msgstr ""
-#. description(perl-IO-Socket-INET6)
-msgid "IO::Socket::INET6 provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket."
+#. summary(perl-Class-MethodMaker)
+msgid "Create generic methods for OO Perl"
msgstr ""
-#. description(perl-IO-String)
-msgid "IO::String is an IO::File (and IO::Handle) compatible class that reads or writes data from in-core strings."
+#. description(perl-Class-MethodMaker)
+msgid ""
+"This module solves the problem of having to continually write accessor methods for your objects that perform standard tasks.\n"
+"\n"
+"The argument to 'use' is an *arrayref*, as pairs whose \"keys\" are the names of types of generic methods generated by MethodMaker and whose \"values\" tell method maker what methods to make.\n"
+"\n"
+"To override any generated methods, it is sufficient to ensure that the overriding method is defined when Class::MethodMaker is called. Note that the 'use' keyword introduces a 'BEGIN' block, so you may need to define (or at least declare) your overriding method in a 'BEGIN' block."
msgstr ""
-#. summary(perl-IO-Stty)
-#, fuzzy
-msgid "IO::Stty Perl module"
-msgstr "Nenhum módulo encontrado."
-
-#. description(perl-IPC-Run)
-msgid "IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Like-wise, functional and OO API styles are both supported and may be mixed."
+#. summary(perl-Class-Multimethods)
+msgid "This Package Supports Multimethods and Subroutine Overloading in Perl."
msgstr ""
-#. summary(perl-Socket6)
-msgid "IPv6 Sockets (Perl Module)"
+#. description(perl-Class-Multimethods)
+msgid "Class::Multimethods -- Supports multimethods and subroutine overloading in Perl."
msgstr ""
-#. summary(perl-Class-Singleton)
-msgid "Implementation of a \"Singleton\" class"
+#. summary(perl-Class-WhiteHole)
+msgid "Base class to treat unhandled method calls as errors"
msgstr ""
-#. description(perl-Net-SMTP-SSL)
+#. description(perl-Class-WhiteHole)
msgid ""
-"Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of 'Net::SMTP''s 'new' method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port '465' is usually what you want, and it's not a pain to specify that.\n"
+"It's possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail.\n"
"\n"
-"For interface documentation, please see Net::SMTP."
+"Sometimes you want to avoid this accidental inheritance. In that case, inherit from Class::WhiteHole. All unhandled methods will produce normal Perl error messages."
msgstr ""
-#. description(perl-MIME-Lite)
+#. summary(perl-Clone)
+msgid "Recursively Copy Perl Datatypes"
+msgstr ""
+
+#. description(perl-Clone)
msgid ""
-"In the never-ending quest for great taste with fewer calories, we proudly present: _MIME::Lite_.\n"
+"This module provides a 'clone()' method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.\n"
"\n"
-"MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed, but will work with them if they are.\n"
+"'clone()' takes a scalar argument and duplicates it. To duplicate lists, arrays or hashes, pass them in by reference, e.g.\n"
"\n"
-"You can specify each message part as either the literal data itself (in a scalar or array), or as a string which can be given to open() to get a readable filehandle (e.g., \"<filename\" or \"somecommand|\").\n"
+" my $copy = clone (\\@array);\n"
"\n"
-"You don't need to worry about encoding your message data: this module will do that for you. It handles the 5 standard MIME encodings."
+" \n"
+"\n"
+" my %copy = %;"
msgstr ""
-#. summary(python-base:python-devel)
-msgid "Include Files and Libraries Mandatory for Building Python Modules"
-msgstr ""
-
-#. summary(php5:php5-devel)
-msgid "Include files of PHP5"
-msgstr ""
-
-#. summary(qwt:qwt-devel)
-msgid "Include headers and Qt Designer plugin for Qwt"
-msgstr ""
-
-#. summary(perl-Module-Info)
+#. summary(perl-Compress-Bzip2)
#, fuzzy
-msgid "Information about Perl modules"
-msgstr "Informações não disponíveis."
+msgid "Interface to Bzip2 compression library"
+msgstr "Interface do Kernel"
-#. summary(perl-Probe-Perl)
-#, fuzzy
-msgid "Information about the currently running perl"
-msgstr "Informações não disponíveis."
-
-#. summary(perl-Class-Data-Inheritable)
-msgid "Inheritable, overridable class data"
+#. description(perl-Compress-Bzip2)
+msgid ""
+"The _Compress::Bzip2_ module provides a Perl interface to the *bzip2* compression library (see the /AUTHOR manpage for details about where to get _Bzip2_). A relevant subset of the functionality provided by _bzip2_ is available in _Compress::Bzip2_.\n"
+"\n"
+"All string parameters can either be a scalar or a scalar reference.\n"
+"\n"
+"The module can be split into two general areas of functionality, namely in-memory compression/decompression and read/write access to _bzip2_ files. Each of these areas will be discussed separately below.\n"
+"\n"
+"*NOTE*\n"
+"\n"
+"_Compress::Bzip2_ is just a simple _bzip2_ binding, comparable to the old the Compress::Zlib manpage library. It is not well integrated into PerlIO, use the preferred the IO::Compress::Bzip2 manpage instead."
msgstr ""
-#. summary(postgresql-init)
-#, fuzzy
-msgid "Init script and other infrastructure for PostgreSQL"
-msgstr "Criando banco de dados de recursos"
-
-#. description(perl-Inline)
-msgid "Inline lets you write Perl subroutines in other programming languages, like C, C++, Java, Python, Tcl and even Assembly. You don't need to compile anything. All the details are handled transparently, so you can just run your Perl script like normal."
+#. summary(perl-Config-General)
+msgid "Generic Config Module"
msgstr ""
-#. summary(perl-Sub-Install)
-msgid "Install subroutines into packages easily"
+#. description(perl-Config-General)
+msgid ""
+"This module opens a config file and parses its contents for you. The *new* method requires one parameter which needs to be a filename. The method\n"
+"*getall* returns a hash which contains all options and its associated values of your config file.\n"
+"\n"
+"The format of config files supported by *Config::General* is inspired by the well known Apache config format, in fact, this module is 100% compatible to Apache configs, but you can also just use simple name/value pairs in your config files.\n"
+"\n"
+"In addition to the capabilities of an Apache config file it supports some enhancements such as here-documents, C-style comments or multiline options."
msgstr ""
-#. summary(presage:presage-data)
-msgid "Intelligent predictive text entry platform (data files)"
-msgstr ""
-
-#. summary(perl-Test-Manifest)
-msgid "Interact with a t/test_manifest file"
-msgstr ""
-
-#. summary(perl-Font-AFM)
+#. summary(perl-Convert-UUlib)
#, fuzzy
-msgid "Interface to Adobe Font Metrics Files"
-msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-
-#. summary(perl-Compress-Bzip2)
-#, fuzzy
-msgid "Interface to Bzip2 compression library"
+msgid "Perl interface to the uulib library"
msgstr "Interface do Kernel"
-#. summary(perl-GD)
+#. description(perl-Convert-UUlib)
#, fuzzy
-msgid "Interface to Gd Graphics Library"
-msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-
-#. summary(perl-XML-LibXSLT)
-#, fuzzy
-msgid "Interface to the GNOME libxslt library"
+msgid "A Perl interface to the uulib library"
msgstr "Interface do Kernel"
-#. summary(python-zope.interface)
+#. summary(perl-Crypt-Blowfish)
#, fuzzy
-msgid "Interfaces for Python"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Perl Blowfish encryption module"
+msgstr "Criptografia"
-#. summary(python-Babel)
-#, fuzzy
-msgid "Internationalization utilities"
-msgstr "Iniciar Instalação ou Atualização"
-
-#. summary(qinternet)
-msgid "Internet Connection Tool"
+#. description(perl-Crypt-Blowfish)
+msgid "Blowfish is capable of strong encryption and can use key sizes up to 56 bytes (a 448 bit key). You're encouraged to take advantage of the full key size to ensure the strongest encryption possible from this module."
msgstr ""
-#. summary(pitivi)
-msgid "Intuitive and featureful movie editor"
-msgstr ""
+#. summary(perl-Crypt-DES)
+#, fuzzy
+msgid "Perl DES encryption module"
+msgstr "Criptografia"
-#. description(perl-CGI-Application)
+#. description(perl-Crypt-DES)
msgid ""
-"It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows:\n"
+"The module implements the Crypt::CBC interface, which has the following methods\n"
"\n"
-" package My::App; use base 'CGI::Application';\n"
-"\n"
-"*Notation and Conventions*\n"
-"\n"
-"For the purpose of this document, we will refer to the following conventions:\n"
-"\n"
-" WebApp.pm The Perl module which implements your Application Module class. WebApp Your Application Module class; a sub-class of CGI::Application. webapp.cgi The Instance Script which implements your Application Module. $webapp An instance (object) of your Application Module class. $c Same as $webapp, used in instance methods to pass around the current object. (Sometimes referred as \"$self\" in other code)"
+"* blocksize =item keysize =item encrypt =item decrypt"
msgstr ""
-#. description(perl-Class-WhiteHole)
-msgid ""
-"It's possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail.\n"
-"\n"
-"Sometimes you want to avoid this accidental inheritance. In that case, inherit from Class::WhiteHole. All unhandled methods will produce normal Perl error messages."
+#. summary(perl-Crypt-OpenSSL-RSA)
+msgid "RSA encoding and decoding, using the openSSL libraries"
msgstr ""
-#. summary(perl-Encode-JIS2K)
-msgid "JIS X 0212 (aka JIS 2000) Encodings"
+#. description(perl-Crypt-OpenSSL-RSA)
+msgid "Crypt::OpenSSL::RSA is an XS perl module designed to provide basic RSA functionality. It does this by providing a glue to the RSA functions in the OpenSSL library."
msgstr ""
-#. summary(perl-JSON)
-msgid "JSON (JavaScript Object Notation) encoder/decoder"
+#. summary(perl-Crypt-OpenSSL-Random)
+msgid "Routines for accessing the OpenSSL pseudo-random number generator"
msgstr ""
-#. summary(perl-JSON-XS)
-msgid "JSON serialising/deserialising, done correctly and fast"
+#. description(perl-Crypt-OpenSSL-Random)
+msgid "Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL library's pseudo-random number generator."
msgstr ""
-#. summary(perl-Net-Jabber)
-#, fuzzy
-msgid "Jabber Perl Library"
-msgstr "Desempenho"
-
-#. summary(perl-namespace-clean)
-msgid "Keep imports and functions out of your namespace"
+#. summary(perl-Crypt-Rijndael)
+msgid "Crypt::CBC compliant Rijndael encryption module"
msgstr ""
-#. description(xorg-x11-proto-devel:python-xcb-proto-devel)
-msgid "Language-independent Python libraries that used to parse an XML description and create objects used by Python code generators in individual language bindings."
+#. description(perl-Crypt-Rijndael)
+msgid ""
+"This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard.\n"
+"\n"
+"* keysize\n"
+"\n"
+" Returns the keysize, which is 32 (bytes). The Rijndael cipher actually supports keylengths of 16, 24 or 32 bytes, but there is no way to communicate this to 'Crypt::CBC'.\n"
+"\n"
+"* blocksize\n"
+"\n"
+" The blocksize for Rijndael is 16 bytes (128 bits), although the algorithm actually supports any blocksize that is any multiple of our bytes. 128 bits, is however, the AES-specified block size, so this is all we support.\n"
+"\n"
+"* $cipher = Crypt::Rijndael->new( $key [, $mode] )\n"
+"\n"
+" Create a new 'Crypt::Rijndael' cipher object with the given key (which must be 128, 192 or 256 bits long). The additional '$mode' argument is the encryption mode, either 'MODE_ECB' (electronic codebook mode, the default), 'MODE_CBC' (cipher block chaining, the same that 'Crypt::CBC' does), 'MODE_CFB' (128-bit cipher feedback), 'MODE_OFB' (128-bit output feedback), or 'MODE_CTR' (counter mode).\n"
+"\n"
+" ECB mode is very insecure (read a book on cryptography if you don't know why!), so you should probably use CBC mode.\n"
+"\n"
+"* $cipher->set_iv($iv)\n"
+"\n"
+" This allows you to change the initial value vector used by the chaining modes. It is not relevant for ECB mode.\n"
+"\n"
+"* $cipher->encrypt($data)\n"
+"\n"
+" Encrypt data. The size of '$data' must be a multiple of 'blocksize' (16 bytes), otherwise this function will croak. Apart from that, it can be of (almost) any length.\n"
+"\n"
+"* $cipher->decrypt($data)\n"
+"\n"
+" Decrypts '$data'."
msgstr ""
-#. summary(pavucontrol:pavucontrol-lang)
-msgid "Languages for package pavucontrol"
-msgstr ""
-
-#. summary(pcmanfm:pcmanfm-lang)
+#. summary(perl-Crypt-SSLeay)
#, fuzzy
-msgid "Languages for package pcmanfm"
-msgstr "Idiomas Sami (Outro)"
+msgid "OpenSSL support for LWP"
+msgstr "XScreensaver não encontrado."
-#. summary(pdfmod:pdfmod-lang)
-msgid "Languages for package pdfmod"
+#. description(perl-Crypt-SSLeay)
+msgid ""
+"This Perl module provides support for the HTTPS protocol under the LWP manpage, to allow an the LWP::UserAgent manpage object to perform GET, HEAD, and POST requests over encrypted socket connections. Please see the LWP manpage for more information on POST requests.\n"
+"\n"
+"The 'Crypt::SSLeay' package provides 'Net::SSL', which, if requested, is loaded by 'LWP::Protocol::https' for https requests and provides the necessary SSL glue."
msgstr ""
-#. summary(pitivi:pitivi-lang)
+#. summary(cyrus-imapd:perl-Cyrus-IMAP)
#, fuzzy
-msgid "Languages for package pitivi"
-msgstr "Idiomas Sami (Outro)"
+msgid "Cyrus IMAP Perl Module"
+msgstr "Nenhum módulo encontrado."
-#. summary(pk-update-icon:pk-update-icon-lang)
+#. description(cyrus-imapd:perl-Cyrus-IMAP)
#, fuzzy
-msgid "Languages for package pk-update-icon"
-msgstr "Idiomas Sami (Outro)"
+msgid "This package contains a Perl module for the Cyrus IMAP server."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(planner:planner-lang)
+#. summary(cyrus-imapd:perl-Cyrus-SIEVE-managesieve)
#, fuzzy
-msgid "Languages for package planner"
-msgstr "Idiomas Sami (Outro)"
+msgid "Cyrus SIEVE Perl Module"
+msgstr "Nenhum módulo encontrado."
-#. summary(python-wxWidgets-2_9:python-wxWidgets-2_9-lang)
+#. description(cyrus-imapd:perl-Cyrus-SIEVE-managesieve)
#, fuzzy
-msgid "Languages for package python-wxWidgets"
-msgstr "Idiomas Sami (Outro)"
+msgid "This package contains a Perl module for Cyrus SIEVE."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(rekonq:rekonq-lang)
-#, fuzzy
-msgid "Languages for package rekonq"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(remmina:remmina-lang)
-#, fuzzy
-msgid "Languages for package remmina"
-msgstr "Idiomas Sami (Outro)"
-
-#. description(python-liblarch)
-msgid "Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs (tree where nodes can have multiple parents)"
+#. summary(perl-DBD-ODBC)
+#. description(perl-DBD-ODBC)
+msgid "ODBC Driver for DBI"
msgstr ""
-#. description(python-liblarch:python-liblarch_gtk)
-msgid ""
-"Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs (tree where nodes can have multiple parents)\n"
-"\n"
-"This package provides GTK bindings for liblarch."
+#. summary(perl-DBD-Pg)
+msgid "PostgreSQL database driver for the DBI module"
msgstr ""
-#. description(qrencode:qrencode-devel)
-msgid ""
-"Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.\n"
-"\n"
-"This package contains the development files for libqrencode."
+#. description(perl-DBD-Pg)
+msgid "DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases."
msgstr ""
-#. summary(pciutils:pciutils-devel)
-msgid "Library and Include Files of the PCI utilities"
+#. summary(perl-DBD-XBase)
+msgid "Provides Access to XBase Files"
msgstr ""
-#. summary(qt-creator)
-msgid "Lightweight IDE"
+#. description(perl-DBD-XBase)
+msgid "Module XBase provides access to XBase (dBase, Fox*) database files, namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx."
msgstr ""
-#. description(perl-Sub-Uplevel)
-msgid "Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided."
-msgstr ""
+#. summary(perl-DBD-mysql)
+#, fuzzy
+msgid "MySQL driver for the Perl5 Database Interface (DBI)"
+msgstr "Interface do Kernel"
-#. summary(perl-Module-Implementation)
-msgid "Loads one of several alternate underlying implementations for a module"
+#. description(perl-DBD-mysql)
+msgid "*DBD::mysql* is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them. :-)"
msgstr ""
-#. summary(perl-File-ShareDir)
-msgid "Locate per-dist and per-module shared files"
-msgstr ""
-
-#. summary(perl-Log-Log4perl)
+#. summary(perl-Devel-Caller)
#, fuzzy
-msgid "Log4j implementation for Perl"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "meatier versions of C<caller>"
+msgstr "Marianas do Norte"
-#. description(perl-Log-Log4perl)
+#. description(perl-Devel-Caller)
msgid ""
-"Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl.\n"
+"* caller_cv($level)\n"
"\n"
-"*For a detailed tutorial on Log::Log4perl usage, please read*\n"
+" 'caller_cv' gives you the coderef of the subroutine being invoked at the call frame indicated by the value of $level\n"
"\n"
-" http://www.perl.com/pub/a/2002/09/11/log4perl.html\n"
+"* caller_args($level)\n"
"\n"
-"Logging beats a debugger if you want to know what's going on in your code during runtime. However, traditional logging packages are too static and generate a flood of log messages in your log files that won't help you.\n"
+" Returns the arguments passed into the caller at level $level\n"
"\n"
-"'Log::Log4perl' is different. It allows you to control the number of logging messages generated at three different levels:\n"
+"* caller_vars( $level, $names ) =item called_with($level, $names)\n"
"\n"
-"* *\n"
+" 'called_with' returns a list of references to the original arguments to the subroutine at $level. if $names is true, the names of the variables will be returned instead\n"
"\n"
-" At a central location in your system (either in a configuration file or in the startup code) you specify _which components_ (classes, functions) of your system should generate logs.\n"
+" constants are returned as 'undef' in both cases\n"
"\n"
-"* *\n"
+"* called_as_method($level)\n"
"\n"
-" You specify how detailed the logging of these components should be by specifying logging _levels_.\n"
-"\n"
-"* *\n"
-"\n"
-" You also specify which so-called _appenders_ you want to feed your log messages to (\"Print it to the screen and also append it to /tmp/my.log\") and which format (\"Write the date first, then the file name and line number, and then the log message\") they should be in.\n"
-"\n"
-"This is a very powerful and flexible mechanism. You can turn on and off your logs at any time, specify the level of detail and make that dependent on the subsystem that's currently executed.\n"
-"\n"
-"Let me give you an example: You might find out that your system has a problem in the 'MySystem::Helpers::ScanDir' component. Turning on detailed debugging logs all over the system would generate a flood of useless log messages and bog your system down beyond recognition. With 'Log::Log4perl', however, you can tell the system: \"Continue to log only severe errors to the log file. Open a second log file, turn on full debug logs in the 'MySystem::Helpers::ScanDir' component and dump all messages originating from there into the new log file\". And all this is possible by just changing the parameters in a configuration file, which your system can re-read even while it's running!"
+" 'called_as_method' returns true if the subroutine at $level was called as a method."
msgstr ""
-#. summary(perl-Net-Ident)
-msgid "Lookup the username on the remote end of a TCP/IP connection"
+#. summary(perl-Devel-CoreStack)
+msgid "try to generate a stack dump from a core file"
msgstr ""
-#. summary(perl-IO-Tty)
-msgid "Low-level allocate a pseudo-Tty, import constants."
+#. description(perl-Devel-CoreStack)
+msgid "This module attempts to generate a stack dump from a core file by locating the best available debugger (if any) and running it with the appropriate arguments and command script."
msgstr ""
-#. summary(pinfo)
-msgid "Lynx-style Info Browser"
+#. summary(perl-Devel-LexAlias)
+msgid "alias lexical variables"
msgstr ""
-#. description(python-M2Crypto)
+#. description(perl-Devel-LexAlias)
msgid ""
-"M2Crypto is a crypto and SSL toolkit for Python featuring the following:\n"
+"Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing.\n"
"\n"
-"RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES). SSL functionality to implement clients and servers. HTTPS extensions to Python's httplib, urllib, and xmlrpclib. Unforgeable HMAC'ing AuthCookies for web session management. FTP/TLS client and server. S/MIME. ZServerSSL: A HTTPS server for Zope. ZSmime: An S/MIME messenger for Zope.\n"
+"If you don't know why you'd want to do this, I'd suggest that you skip this module. If you think you have a use for it, I'd insist on it.\n"
"\n"
-"It currently lives at http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto. The original M2Crypto homepage is at http://sandbox.rulemaker.net/ngps/m2/."
+"Still here?\n"
+"\n"
+"* lexalias( $where, $name, $variable )\n"
+"\n"
+" '$where' refers to the subroutine in which to alias the lexical, it can be a coderef or a call level such that you'd give to 'caller'\n"
+"\n"
+" '$name' is the name of the lexical within that subroutine\n"
+"\n"
+" '$variable' is a reference to the variable to install at that location"
msgstr ""
-#. description(perl-MIME-Types)
-msgid "MIME types are used in MIME entities, for instance as part of e-mail and HTTP traffic. Sometimes real knowledge about a mime-type is need. This module will supply it."
+#. summary(perl-Encode-Detect)
+msgid "An Encode::Encoding subclass that detects the encoding of data"
msgstr ""
-#. summary(perl-MIME-Types)
-msgid "MIME-Type Determination"
-msgstr ""
-
-#. description(perl-Variable-Magic)
+#. description(perl-Encode-Detect)
msgid ""
-"Magic is Perl's way of enhancing variables. This mechanism lets the user add extra data to any variable and hook syntactical operations (such as access, assignment or destruction) that can be applied to it. With this module, you can add your own magic to any variable without having to write a single line of XS.\n"
+"This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset.\n"
"\n"
-"You'll realize that these magic variables look a lot like tied variables. It is not surprising, as tied variables are implemented as a special kind of magic, just like any 'irregular' Perl variable : scalars like '$!', '$(' or '$^W', the '%ENV' and '%SIG' hashes, the '@ISA' array, 'vec()' and 'substr()' lvalues, the threads::shared manpage variables... They all share the same underlying C API, and this module gives you direct access to it."
+"It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode."
msgstr ""
-#. description(perl-Mail-Mbox-MessageParser)
-msgid "Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses the best of three strategies for parsing a mailbox: either using cached folder information, GNU grep, or highly optimized Perl."
+#. summary(perl-Encode-HanExtra)
+msgid "Extra sets of Chinese encodings"
msgstr ""
-#. description(perl-Mail-SPF)
+#. description(perl-Encode-HanExtra)
msgid ""
-"Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). See http://www.openspf.org for more information about SPF.\n"
+"Perl 5.7.3 and later ships with an adequate set of Chinese encodings, including the most used CP950, CP936 (also known as GBK), Big5, Big5-HKSCS, EUC-CN, HZ, and ISO-IR-165.\n"
"\n"
-"This class collection aims to fully conform to the SPF specification (RFC 4408) so as to serve both as a production quality SPF implementation and as a reference for other developers of SPF implementations."
+"However, the numbers of Chinese encodings are staggering, and a complete coverage will easily increase the size of perl distribution by several megabytes; hence, this CPAN module tries to provide the rest of them."
msgstr ""
-#. summary(perl-Package-DeprecationManager)
-msgid "Manage deprecation warnings for your distribution"
+#. summary(perl-Encode-JIS2K)
+msgid "JIS X 0212 (aka JIS 2000) Encodings"
msgstr ""
-#. summary(perl-NetAddr-IP)
-msgid "Manages IPv4 and IPv6 addresses and subnets"
+#. description(perl-Encode-JIS2K)
+msgid "This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name)."
msgstr ""
-#. description(perl-Package-Stash)
-msgid ""
-"Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API.\n"
-"\n"
-"NOTE: Most methods in this class require a variable specification that includes a sigil. If this sigil is absent, it is assumed to represent the IO slot.\n"
-"\n"
-"Due to limitations in the typeglob API available to perl code, and to typeglob manipulation in perl being quite slow, this module provides two implementations - one in pure perl, and one using XS. The XS implementation is to be preferred for most usages; the pure perl one is provided for cases where XS modules are not a possibility. The current implementation in use can be set by setting '$ENV{PACKAGE_STASH_IMPLEMENTATION}' or '$Package::Stash::IMPLEMENTATION' before loading Package::Stash (with the environment variable taking precedence), otherwise, it will use the XS implementation if possible, falling back to the pure perl one."
+#. summary(perl-ExtUtils-F77)
+#, fuzzy
+msgid "Simple interface to F77 libs"
+msgstr "Interface do Kernel"
+
+#. description(perl-ExtUtils-F77)
+msgid "This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!"
msgstr ""
-#. summary(perl-Unicode-Map8)
-msgid "Mapping table between 8-bit chars and Unicode"
+#. summary(FastCGI:perl-FastCGI)
+msgid "A scalable, open extension to CGI"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_office_opt)
-#, fuzzy
-msgid "Meta package for pattern gnome_office_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-File-Type)
+msgid "determine file type using magic"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-imaging_opt)
-#, fuzzy
-msgid "Meta package for pattern imaging_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-File-Type)
+msgid "File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_admin)
+#. summary(perl-Font-AFM)
#, fuzzy
-msgid "Meta package for pattern kde4_admin"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Interface to Adobe Font Metrics Files"
+msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_edutainment)
-#, fuzzy
-msgid "Meta package for pattern kde4_edutainment"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-Font-AFM)
+msgid "This module implements the Font::AFM class. Objects of this class are initialized from an AFM file and allow you to obtain information about the font and the metrics of the various glyphs in the font."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_ide)
+#. summary(perl-GD)
#, fuzzy
-msgid "Meta package for pattern kde4_ide"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Interface to Gd Graphics Library"
+msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_laptop)
-#, fuzzy
-msgid "Meta package for pattern kde4_laptop"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-GD)
+msgid "*GD.pm* is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_utilities_opt)
-#, fuzzy
-msgid "Meta package for pattern kde4_utilities_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-GD-Graph3d)
+msgid "3d extension for perl-GDGraph"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kvm_server)
-#, fuzzy
-msgid "Meta package for pattern kvm_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-GD-Graph3d)
+msgid "This is the GD::Graph3d extensions module. It provides 3D graphs for the GD::Graph module by Martien Verbruggen, which in turn generates graph using Lincoln Stein's GD.pm."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-lamp_server)
-#, fuzzy
-msgid "Meta package for pattern lamp_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-Glib)
+msgid "Perl wrappers for the GLib utility and Object libraries"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-laptop)
-#, fuzzy
-msgid "Meta package for pattern laptop"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-Glib)
+msgid "This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides facilities for creating wrappers for other GObject-based libraries. The the SEE ALSO manpage section contains pointers to all sorts of good information."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-lxde)
+#. summary(perl-Gtk2)
#, fuzzy
-msgid "Meta package for pattern lxde"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Perl interface to the 2.x series of the GTK+ library"
+msgstr "Interface do Kernel"
-#. summary(patterns-openSUSE:patterns-openSUSE-lxde_laptop)
-#, fuzzy
-msgid "Meta package for pattern lxde_laptop"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-Gtk2)
+msgid ""
+"The Gtk2 module allows a Perl developer to use the GTK+ graphical user interface library. Find out more about Gtk+ at http://gtk.org/.\n"
+"\n"
+"The GTK+ Reference Manual is also a handy companion when writing Gtk applications in any language. The Perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source.\n"
+"\n"
+"To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list(a)gnome.org at lists.gnome.org.\n"
+"\n"
+"Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-lxde_office)
-#, fuzzy
-msgid "Meta package for pattern lxde_office"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-HTML-Clean)
+msgid "Cleans up HTML code for web browsers, not humans"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-mail_server)
-#, fuzzy
-msgid "Meta package for pattern mail_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-HTML-Clean)
+msgid ""
+"The majority of the web pages of the internet today are much larger than they need to be. The reason for this is that HTML tends to be stored in a human readable format, with indenting, newlines and comments.\n"
+"\n"
+"However, all of these comments, whitespace etc. are ignored by the browser, and needlessly lengthen download times.\n"
+"\n"
+"Second, many people are using WYSIWYG HTML editors these days. This makes creating content easy. However these editors can cause a number of compatibility problems by tying themselves to a particular browser or operating system."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-minimal_base)
-#, fuzzy
-msgid "Meta package for pattern minimal_base"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-HTML-SimpleParse)
+msgid "a bare-bones HTML parser"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-minimal_base-conflicts)
-#, fuzzy
-msgid "Meta package for pattern minimal_base-conflicts"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-HTML-SimpleParse)
+msgid ""
+"This is the HTML::SimpleParse module. It is a bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions:\n"
+"\n"
+"First, HTML::Parser knows which tags can contain other tags, which start tags have corresponding end tags, which tags can exist only in the <HEAD> portion of the document, and so forth. HTML::SimpleParse does not know any of these things. It just finds tags and text in the HTML you give it, it does not care about the specific content of these tags (though it does distiguish between different _types_ of tags, such as comments, starting tags like <b>, ending tags like </b>, and so on).\n"
+"\n"
+"Second, HTML::SimpleParse does not create a hierarchical tree of HTML content, but rather a simple linear list. It does not pay any attention to balancing start tags with corresponding end tags, or which pairs of tags are inside other pairs of tags.\n"
+"\n"
+"Because of these characteristics, you can make a very effective HTML filter by sub-classing HTML::SimpleParse."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-misc_server)
-#, fuzzy
-msgid "Meta package for pattern misc_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-HTTPS-Daemon)
+msgid "a simple http server class with SSL support"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-multimedia_opt)
-#, fuzzy
-msgid "Meta package for pattern multimedia_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-HTTPS-Daemon)
+msgid "HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets (via IO::Socket::SSL) instead of cleartext sockets. It also handles SSL-specific problems, such as dealing with HTTP clients that attempt to connect to it without using SSL."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-network_admin)
+#. summary(perl-IO-String)
#, fuzzy
-msgid "Meta package for pattern network_admin"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Perl IO/String interface"
+msgstr "Interface do Kernel"
-#. summary(patterns-openSUSE:patterns-openSUSE-non_oss_opt)
-#, fuzzy
-msgid "Meta package for pattern non_oss_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-IO-String)
+msgid "IO::String is an IO::File (and IO::Handle) compatible class that reads or writes data from in-core strings."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-office_opt)
-#, fuzzy
-msgid "Meta package for pattern office_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-IO-Tty)
+msgid "Low-level allocate a pseudo-Tty, import constants."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-print_server)
-#, fuzzy
-msgid "Meta package for pattern print_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-IO-Tty)
+msgid ""
+"'IO::Tty' is used internally by 'IO::Pty' to create a pseudo-tty. You wouldn't want to use it directly except to import constants, use 'IO::Pty'. For a list of importable constants, see the IO::Tty::Constant manpage.\n"
+"\n"
+"Windows is now supported, but ONLY under the Cygwin environment, see the http://sources.redhat.com/cygwin/ manpage.\n"
+"\n"
+"Please note that pty creation is very system-dependend. From my experience, any modern POSIX system should be fine. Find below a list of systems that 'IO::Tty' should work on. A more detailed table (which is slowly getting out-of-date) is available from the project pages document manager at SourceForge the http://sourceforge.net/projects/expectperl/ manpage.\n"
+"\n"
+"If you have problems on your system and your system is listed in the \"verified\" list, you probably have some non-standard setup, e.g. you compiled your Linux-kernel yourself and disabled ptys (bummer!). Please ask your friendly sysadmin for help.\n"
+"\n"
+"If your system is not listed, unpack the latest version of 'IO::Tty', do a ''perl Makefile.PL; make; make test; uname -a'' and send me (_RGiersig(a)cpan.org_) the results and I'll see what I can deduce from that. There are chances that it will work right out-of-the-box...\n"
+"\n"
+"If it's working on your system, please send me a short note with details (version number, distribution, etc. 'uname -a' and 'perl -V' is a good start; also, the output from \"perl Makefile.PL\" contains a lot of interesting info, so please include that as well) so I can get an overview. Thanks!"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-remote_desktop)
-#, fuzzy
-msgid "Meta package for pattern remote_desktop"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(perl-JSON-XS)
+msgid "JSON serialising/deserialising, done correctly and fast"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-tabletpc)
-#, fuzzy
-msgid "Meta package for pattern tabletpc"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-JSON-XS)
+msgid ""
+"This module converts Perl data structures to JSON and vice versa. Its primary goal is to be _correct_ and its secondary goal is to be _fast_. To reach the latter goal it was written in C.\n"
+"\n"
+"Beginning with version 2.0 of the JSON module, when both JSON and JSON::XS are installed, then JSON will fall back on JSON::XS (this can be overridden) with no overhead due to emulation (by inheriting constructor and methods). If JSON::XS is not available, it will fall back to the compatible JSON::PP module as backend, so using JSON instead of JSON::XS gives you a portable JSON API that can be fast when you need and doesn't require a C compiler when that is a problem.\n"
+"\n"
+"As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons.\n"
+"\n"
+"See MAPPING, below, on how JSON::XS maps perl values to JSON values and vice versa."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-technical_writing)
+#. summary(perl-MLDBM-Sync)
#, fuzzy
-msgid "Meta package for pattern technical_writing"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Perl module for safe concurrent access to MLDBM databases"
+msgstr "Configura o servidor para instalar bases de dados Oracle."
-#. summary(patterns-openSUSE:patterns-openSUSE-x11_opt)
-#, fuzzy
-msgid "Meta package for pattern x11_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(perl-MLDBM-Sync)
+msgid "This module wraps around the MLDBM interface, by handling concurrent access to MLDBM databases with file locking, and flushes i/o explicity per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize requests logically and improve performance for bundled reads & writes."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-x11_yast)
-msgid "Meta package for pattern x11_yast"
+#. summary(spamassassin:perl-Mail-SpamAssassin)
+msgid "Perl Modules For Using Spamassassin Within An Own Perl Script"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-xen_server)
-#, fuzzy
-msgid "Meta package for pattern xen_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(spamassassin:perl-Mail-SpamAssassin)
+msgid "This package contains the perl modules for the spamassassin, including the filter rules. This package is required for the package \"spamassassin\", the commandline tool."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-xfce)
-#, fuzzy
-msgid "Meta package for pattern xfce"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(patterns-openSUSE:patterns-openSUSE-xfce_basis)
-#, fuzzy
-msgid "Meta package for pattern xfce_basis"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(patterns-openSUSE:patterns-openSUSE-xfce_laptop)
-#, fuzzy
-msgid "Meta package for pattern xfce_laptop"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(patterns-openSUSE:patterns-openSUSE-xfce_office)
-#, fuzzy
-msgid "Meta package for pattern xfce_office"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. description(perl-DBD-XBase)
-msgid "Module XBase provides access to XBase (dBase, Fox*) database files, namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx."
+#. summary(perl-Mcrypt)
+msgid "An Autoload-Capable Interface Module for libmcrypt"
msgstr ""
-#. summary(perl-Lingua-EN-Sentence)
-msgid "Module for splitting text into sentences."
+#. description(perl-Mcrypt)
+msgid "The Mcrypt module provides a simple and intuitive Perl abstraction of the libmcrypt cryptography library. It provides mechanisms for encoding and decoding Perl scalars."
msgstr ""
-#. description(perl-Module-Info)
-msgid "Module::Info gives you information about Perl modules *without actually loading the module*. It actually isn't specific to modules and should work on any perl code."
+#. summary(perl-Moose)
+msgid "Postmodern Object System for Perl 5"
msgstr ""
#. description(perl-Moose)
@@ -1776,22 +1647,29 @@
"Additionally, Moose is built on top of the Class::MOP manpage, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well."
msgstr ""
-#. summary(pidgin)
-msgid "Multiprotocol Instant Messaging Client"
+#. summary(nkf:perl-NKF)
+msgid "Perl extension for nkf (Network Kanji Filter)"
msgstr ""
-#. summary(perl-DBD-mysql)
-#, fuzzy
-msgid "MySQL driver for the Perl5 Database Interface (DBI)"
-msgstr "Interface do Kernel"
-
-#. description(perl-Net-DNS)
+#. description(nkf:perl-NKF)
msgid ""
-"Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of 'gethostbyname' and 'gethostbyaddr'.\n"
+"This is a Perl Extension version of nkf (Network Kanji Filter ) 1.9.\n"
"\n"
-"The programmer should be somewhat familiar with the format of a DNS packet and its various sections. See RFC 1035 or _DNS and BIND_ (Albitz & Liu) for details."
+"Usage:\n"
+"\n"
+"use NKF; $output = nkf($flag,$input);\n"
+"\n"
+"$flag has the same meaning as with nkf."
msgstr ""
+#. summary(perl-Net-IP)
+msgid "Allows easy manipulation of IPv4 and IPv6 addresses"
+msgstr ""
+
+#. description(perl-Net-IP)
+msgid "This is the Net::IP module, designed to allow easy manipulation of IPv4 and IPv6 addresses."
+msgstr ""
+
#. summary(perl-Net-IPv4Addr)
msgid "Net::IPv4Addr Module for Perl"
msgstr ""
@@ -1800,1280 +1678,1639 @@
msgid "Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network."
msgstr ""
+#. summary(perl-Net-Jabber)
+#, fuzzy
+msgid "Jabber Perl Library"
+msgstr "Desempenho"
+
#. description(perl-Net-Jabber)
msgid "Net::Jabber is a convenient tool to use for any perl script that would like to utilize the Jabber Instant Messaging protocol. While not a client in and of itself, it provides all of the necessary back-end functions to make a CGI client or command-line perl client feasible and easy to use. Net::Jabber is a wrapper around the rest of the official Net::Jabber::xxxxxx packages."
msgstr ""
-#. description(perl-Net-Netmask)
-msgid ""
-"Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an object-oriented interface. Nearly all functions are methods that operate on a Net::Netmask object.\n"
-"\n"
-"There are methods that provide the nearly all bits of information about a network block that you might want.\n"
-"\n"
-"There are also functions to put a network block into a table and then later lookup network blocks by IP address in that table. There are functions to turn a IP address range into a list of CIDR blocks. There are functions to turn a list of CIDR blocks into a list of IP addresses.\n"
-"\n"
-"There is a function for sorting by text IP address."
+#. summary(perl-Net-LibIDN)
+msgid "Net::LibIDN Perl module"
msgstr ""
-#. description(perl-Net-Telnet)
+#. description(perl-Net-LibIDN)
+msgid "This module provides Perl bindings for GNU Libidn by Simon Josefsson (http://www.gnu.org/software/libidn/) in way that was heavily inspired by PHP bindings for the same library done by Turbo Fredriksson (http://php- idn.bayour.com/)"
+msgstr ""
+
+#. summary(perl-Net-Patricia)
+msgid "Patricia Trie perl module for fast IP address lookups"
+msgstr ""
+
+#. description(perl-Net-Patricia)
msgid ""
-"Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a time-out and to wait for patterns to appear in the input stream, such as the prompt from a shell. IPv6 support is available when using perl 5.14 or later (see 'family()'.\n"
+"This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called \"radix\" as well. The term \"Trie\" is derived from the word \"retrieval\" but is pronounced like \"try\". Patricia stands for \"Practical Algorithm to Retrieve Information Coded as Alphanumeric\", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.\n"
"\n"
-"Other reasons to use this module than strictly with a TELNET port are:\n"
-"\n"
-"* *\n"
-"\n"
-" You're not familiar with sockets and you want a simple way to make client connections to TCP services.\n"
-"\n"
-"* *\n"
-"\n"
-" You want to be able to specify your own time-out while connecting, reading, or writing.\n"
-"\n"
-"* *\n"
-"\n"
-" You're communicating with an interactive program at the other end of some socket or pipe and you want to wait for certain patterns to appear.\n"
-"\n"
-"Here's an example that prints who's logged-on to a remote host. In addition to a username and password, you must also know the user's shell prompt, which for this example is '\"bash$ \"'\n"
-"\n"
-" use Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/bash\\$ $/'); $t->open($host); $t->login($username, $passwd); @lines = $t->cmd(\"who\"); print @lines;\n"
-"\n"
-"See the *EXAMPLES* section below for more examples.\n"
-"\n"
-"Usage questions should be directed to the perlmonks.org discussion group. Bugs can be viewed or reported at cpan.org on the Net::Telnet page."
+"The BSD radix code is thoroughly described in \"TCP/IP Illustrated, Volume 2\" by Wright and Stevens and in the paper ``A Tree-Based Packet Routing Table for Berkeley Unix'' by Keith Sklower."
msgstr ""
-#. description(perl-Net-XMPP)
-msgid "Net::XMPP is a convenient tool to use for any perl script that would like to utilize the XMPP Instant Messaging protocol. While not a client in and of itself, it provides all of the necessary back-end functions to make a CGI client or command-line perl client feasible and easy to use. Net::XMPP is a wrapper around the rest of the official Net::XMPP::xxxxxx packages."
+#. summary(perl-NetAddr-IP)
+msgid "Manages IPv4 and IPv6 addresses and subnets"
msgstr ""
-#. summary(perl-DBD-ODBC)
-msgid "ODBC Driver for DBI"
+#. description(perl-NetAddr-IP)
+msgid ""
+"This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations. Version 4.xx of NetAddr::IP will work with older versions of Perl and is compatible with Math::BigInt.\n"
+"\n"
+"The internal representation of all IP objects is in 128 bit IPv6 notation. IPv4 and IPv6 objects may be freely mixed."
msgstr ""
-#. summary(perl-IO-Socket-INET6)
-msgid "Object interface for AF_INET/AF_INET6 domain sockets"
+#. summary(pilot-link:perl-PDA-Pilot)
+msgid "Pilot-Link Library for Palm devices - Perl bindings"
msgstr ""
-#. summary(perl-Net-SNMP)
-msgid "Object oriented interface to SNMP"
+#. description(pilot-link:perl-PDA-Pilot)
+#, fuzzy
+msgid "This package contains Perl modules for communicating with the Palm Pilot."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(perl-Package-Stash-XS)
+#, fuzzy
+msgid "faster and more correct implementation of the Package::Stash API"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(perl-Package-Stash-XS)
+msgid "This is a backend for the Package::Stash manpage, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler."
msgstr ""
-#. summary(python-CherryPy)
-msgid "Object-Oriented HTTP framework"
+#. summary(perl-PadWalker)
+msgid "Play with Other Peoples' Lexical Variables"
msgstr ""
-#. description(python-odfpy)
+#. description(perl-PadWalker)
msgid ""
-"Odfpy is a library to read and write OpenDocument v. 1.1 files. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it.\n"
+"PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call.\n"
"\n"
-"These checks and the API itself were generated from the RelaxNG schema, and then hand-edited. Therefore the API is complete and can handle all ODF constructions.\n"
+"PadWalker is particularly useful for debugging. It's even used by Perl's built-in debugger. (It can also be used for evil, of course.)\n"
"\n"
-"In addition to the API, there are a few scripts:\n"
-"\n"
-"- csv2odf - Create OpenDocument spreadsheet from comma separated values\n"
-"- mailodf - Email ODF file as HTML archive\n"
-"- odf2xhtml - Convert ODF to (X)HTML\n"
-"- odf2mht - Convert ODF to HTML archive\n"
-"- odf2xml - Create OpenDocument XML file from OD? package\n"
-"- odfimgimport - Import external images\n"
-"- odflint - Check ODF file for problems\n"
-"- odfmeta - List or change the metadata of an ODF file\n"
-"- odfoutline - Show outline of OpenDocument\n"
-"- odfuserfield - List or change the user-field declarations in an ODF file\n"
-"- xml2odf - Create OD? package from OpenDocument in XML form\n"
-"\n"
-"Visit http://odfpy.forge.osor.eu/ for documentation and examples."
+"I wouldn't recommend using PadWalker directly in production code, but it's your call. Some of the modules that use PadWalker internally are certainly safe for and useful in production."
msgstr ""
-#. description(perl-Task-Weaken)
+#. summary(perl-Pango)
+#, fuzzy
+msgid "Pango Perl module"
+msgstr "Nenhum módulo encontrado."
+
+#. description(perl-Pango)
msgid ""
-"One recurring problem in modules that use Scalar::Util's \"weaken\" function is that it is not present in the pure-perl variant.\n"
+"Pango is a library for laying out and rendering text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, but using Pango in conjunction with L<Cairo> and/or L<Gtk2> provides a complete solution with high quality text handling and graphics rendering.\n"
"\n"
-"While this isn't necessarily always a problem in a straight CPAN-based Perl environment, some operating system distributions only include the pure-Perl versions, don't include the XS version, and so weaken is then \"missing\" from the platform, despite passing a dependency on Scalar::Util successfully."
+"Dynamically loaded modules handle text layout for particular combinations of script and font backend. Pango provides a wide selection of modules, including modules for Hebrew, Arabic, Hangul, Thai, and a number of Indic scripts. Virtually all of the world's major scripts are supported.\n"
+"\n"
+"In addition to the low level layout rendering routines, Pango includes Pango::Layout, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text."
msgstr ""
-#. description(perl-Dist-CheckConflicts)
+#. summary(perl-Params-Util)
+msgid "Simple, compact and correct param-checking functions"
+msgstr ""
+
+#. description(perl-Params-Util)
msgid ""
-"One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing.\n"
+"'Params::Util' provides a basic set of importable functions that makes checking parameters a hell of a lot easier\n"
"\n"
-"For instance, say you have a module 'Foo', and some other module 'Bar' uses 'Foo'. If 'Foo' were to change its API in a non-backwards-compatible way, this would cause 'Bar' to break until it is updated to use the new API. 'Foo' can't just depend on the fixed version of 'Bar', because this will cause a circular dependency (because 'Bar' is already depending on 'Foo'), and this doesn't express intent properly anyway - 'Foo' doesn't use 'Bar' at all. The ideal solution would be for there to be a way to specify conflicting versions of modules in a way that would let CPAN clients update conflicting modules automatically after an existing module is upgraded, but until that happens, this module will allow users to do this manually.\n"
+"While they can be (and are) used in other contexts, the main point behind this module is that the functions *both* Do What You Mean, and Do The Right Thing, so they are most useful when you are getting params passed into your code from someone and/or somewhere else and you can't really trust the quality.\n"
"\n"
-"This module accepts a hash of options passed to its 'use' statement, with these keys being valid:\n"
+"Thus, 'Params::Util' is of most use at the edges of your API, where params and data are coming in from outside your code.\n"
"\n"
-"* -conflicts\n"
+"The functions provided by 'Params::Util' check in the most strictly correct manner known, are documented as thoroughly as possible so their exact behaviour is clear, and heavily tested so make sure they are not fooled by weird data and Really Bad Things.\n"
"\n"
-" A hashref of conflict specifications, where keys are module names, and values are the last broken version - any version greater than the specified version should work.\n"
+"To use, simply load the module providing the functions you want to use as arguments (as shown in the SYNOPSIS).\n"
"\n"
-"* -also\n"
+"To aid in maintainability, 'Params::Util' will *never* export by default.\n"
"\n"
-" Additional modules to get conflicts from (potentially recursively). This should generally be a list of modules which use Dist::CheckConflicts, which correspond to the dists that your dist depends on. (In an ideal world, this would be intuited directly from your dependency list, but the dependency list isn't available outside of build time).\n"
-"\n"
-"* -dist\n"
-"\n"
-" The name of the distribution, to make the error message from check_conflicts more user-friendly.\n"
-"\n"
-"The methods listed below are exported by this module into the module that uses it, so you should call these methods on your module, not Dist::CheckConflicts.\n"
-"\n"
-"As an example, this command line can be used to update your modules, after installing the 'Foo' dist (assuming that 'Foo::Conflicts' is the module in the 'Foo' dist which uses Dist::CheckConflicts):\n"
-"\n"
-" perl -MFoo::Conflicts -e'print \"$_\\n\" for map { $_->{package} } Foo::Conflicts->calculate_conflicts' | cpanm\n"
-"\n"
-"As an added bonus, loading your conflicts module will provide warnings at runtime if conflicting modules are detected (regardless of whether they are loaded before or afterwards)."
+"You must explicitly name the functions you want to export, or use the ':ALL' param to just have it export everything (although this is not recommended if you have any _FOO functions yourself with which future additions to 'Params::Util' may clash)"
msgstr ""
-#. summary(perl-Sub-Exporter-Progressive)
-msgid "Only use Sub::Exporter if you need it"
+#. summary(perl-Parse-Yapp)
+msgid "Perl extension for generating and using LALR parsers"
msgstr ""
-#. summary(python-tornado)
-msgid "Open source version of scalable, non-blocking web server that power FriendFeed"
+#. description(perl-Parse-Yapp)
+msgid "Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules that let you generate and use yacc like thread safe (reentrant) parsers with perl object oriented interface."
msgstr ""
-#. summary(perl-Crypt-SSLeay)
+#. summary(ImageMagick:perl-PerlMagick)
#, fuzzy
-msgid "OpenSSL support for LWP"
-msgstr "XScreensaver não encontrado."
+msgid "Perl interface for ImageMagick"
+msgstr "Interface do Kernel"
-#. summary(pothana2000-fonts)
-msgid "OpenType Font for Telugu"
+#. description(ImageMagick:perl-PerlMagick)
+msgid "PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it suitable for Web CGI scripts."
msgstr ""
-#. description(pdfmod)
-msgid "PDF Mod is a simple tool for modifying your PDFs: moving, removing, extracting, and rotating pages."
+#. summary(perl-Pod-HtmlPsPdf)
+msgid "Perl module Pod::HtmlPsPdf"
msgstr ""
-#. summary(pdfmod)
-msgid "PDF Modifier"
+#. description(perl-Pod-HtmlPsPdf)
+msgid "Documentation projects builder in HTML, PS and PDF formats."
msgstr ""
-#. summary(python-pypdf)
-msgid "PDF toolkit"
+#. summary(perl-Quantum-Superpositions)
+msgid "Qm-like superpositions for Perl"
msgstr ""
-#. description(php5:php5-pear)
-msgid ""
-"PEAR is a code repository for PHP extensions and PHP library code similar to TeX's CTAN and Perl's CPAN. This package provides an access to the repository.\n"
-"\n"
-"See http://pear.php.net/manual/ for more details."
+#. description(perl-Quantum-Superpositions)
+msgid "The Quantum::Superpositions module provides a new scalar data structure: the superposition. In a metaphor drawn from quantum mechanics, superpositions store a collection of values by overlaying them in parallel superimposed states within a single scalar variable."
msgstr ""
-#. description(php5:php5-pdo)
+#. summary(perl-SDL)
+msgid "Glue between Perl and SDL"
+msgstr ""
+
+#. description(perl-SDL)
msgid ""
-"PHP Data Objects - Data Access Abstraction\n"
+"SDL Perl are a set of bindings to the Simple DirectMedia Layer (SDL).\n"
"\n"
-"- light-weight\n"
-"\n"
-"- provides common API for common database operations\n"
-"\n"
-"- keeps majority of PHP specific stuff in the PDO core (such as persistent resource management); drivers should only have to worry about getting the data and not about PHP internals."
+"Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of \"Civilization: Call To Power.\""
msgstr ""
-#. summary(php-doc)
-#, fuzzy
-msgid "PHP Documentation"
-msgstr "Documento"
+#. summary(perl-SGMLS)
+msgid "SGML/XML Parsers"
+msgstr ""
-#. summary(php5:php5-pear)
-msgid "PHP Extension and Application Repository"
+#. description(perl-SGMLS)
+msgid "SGMLSpm is a Perl script that reads ESIS output (from parsers like SP) and offers an event-based interface to the parser. As long as the parser can parse XML this also works for XML."
msgstr ""
-#. description(php5:php5-snmp)
-msgid "PHP functions for SNMP."
+#. summary(net-snmp:perl-SNMP)
+msgid "Perl5 SNMP Extension Module"
msgstr ""
-#. description(php5:php5-wddx)
-msgid "PHP functions for Web Distributed Data Exchange."
+#. description(net-snmp:perl-SNMP)
+msgid "The Perl5 'SNMP' Extension Module v3.1.0 for the UCD SNMPv3 library."
msgstr ""
-#. description(php5:php5-mysql)
-msgid "PHP functions for access to MySQL database servers."
+#. summary(perl-SVN-Simple)
+msgid "A simple interface to subversion's editor interface"
msgstr ""
-#. description(php5:php5-pgsql)
-msgid "PHP functions for access to PostgreSQL database servers. It includes both traditional pgsql and pdo_pgsql drivers."
+#. description(perl-SVN-Simple)
+msgid "SVN::Simple::Edit wraps the subversion delta editor with a perl friendly interface and then you could easily drive it for describing changes to a tree. A common usage is to wrap the commit editor, so you could make commits to a subversion repository easily."
msgstr ""
-#. description(php5:php5-ftp)
-msgid "PHP functions for access to file servers speaking the File Transfer Protocol (FTP) as defined in rfc959."
+#. summary(perl-Set-Crontab)
+msgid "Expand crontab(5)-style integer lists"
msgstr ""
-#. description(php5:php5-ctype)
-msgid "PHP functions for checking whether a character or string falls into a certain character class according to the current locale."
+#. description(perl-Set-Crontab)
+msgid "Set::Crontab parses crontab-style lists of integers and defines some utility functions to make it easier to deal with them."
msgstr ""
-#. description(php5:php5-calendar)
-msgid "PHP functions for converting between different calendar formats."
+#. summary(perl-Set-Object)
+msgid "Set of Objects and Strings"
msgstr ""
-#. description(php5:php5-exif)
-msgid "PHP functions for extracting EXIF (metadata from images) information stored in headers of JPEG and TIFF images."
+#. description(perl-Set-Object)
+msgid ""
+"This modules implements a set of objects, that is, an unordered collection of objects without duplication.\n"
+"\n"
+"The term _objects_ is applied loosely - for the sake of the Set::Object manpage, anything that is a reference is considered an object.\n"
+"\n"
+"the Set::Object manpage 1.09 and later includes support for inserting scalars (including the empty string, but excluding 'undef') as well as objects. This can be thought of as (and is currently implemented as) a degenerate hash that only has keys and no values. Unlike objects placed into a Set::Object, scalars that are inserted will be flattened into strings, so will lose any magic (eg, tie) or other special bits that they went in with; only strings come out."
msgstr ""
-#. description(php5:php5-gmp)
-msgid "PHP functions for work with arbitrary-length integers using the GNU MP library."
+#. summary(perl-Socket6)
+msgid "IPv6 Sockets (Perl Module)"
msgstr ""
-#. description(php5:php5-imap)
-msgid "PHP functions in this extension are not limited to the IMAP protocol, despite their name. The underlying c-client library also supports NNTP, POP3 and local mailbox access methods."
+#. description(perl-Socket6)
+msgid "The IPv6 related part of the C socket.h defines and structure manipulators."
msgstr ""
-#. description(php5:php5-gettext)
-msgid "PHP functions that implement an NLS (Native Language Support) API which can be used to internationalize your PHP applications."
+#. summary(perl-Sub-Identify)
+msgid "Retrieve names of code references"
msgstr ""
-#. description(php5:php5-gd)
-msgid "PHP functions to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM. Even more convenient: PHP can output image streams directly to a browser."
+#. description(perl-Sub-Identify)
+msgid ""
+"'Sub::Identify' allows you to retrieve the real name of code references.\n"
+"\n"
+"It provides six functions, all of them taking a code reference.\n"
+"\n"
+"'sub_name' returns the name of the code reference passed as an argument (or '__ANON__' if it's an anonymous code reference), 'stash_name' returns its package, and 'sub_fullname' returns the concatenation of the two.\n"
+"\n"
+"'get_code_info' returns a list of two elements, the package and the subroutine name (in case of you want both and are worried by the speed.)\n"
+"\n"
+"In case of subroutine aliasing, those functions always return the original name.\n"
+"\n"
+"'get_code_location' returns a two-element list containing the file name and the line number where the subroutine has been defined.\n"
+"\n"
+"'is_sub_constant' returns a boolean value indicating whether the subroutine is a constant or not."
msgstr ""
-#. description(php5:php5-bz2)
-msgid "PHP functions to read and write bzip2 (.bz2) compressed files."
+#. summary(perl-Sub-Name)
+msgid "(re)name a sub"
msgstr ""
-#. description(php5:php5-zlib)
-msgid "PHP functions to read and write gzip (.gz) compressed files."
+#. description(perl-Sub-Name)
+msgid "This module has only one function, which is also exported by default:"
msgstr ""
-#. description(php5:php5-shmop)
-msgid "PHP functions to read, write, create and delete UNIX shared memory segments."
+#. summary(perl-Task-Weaken)
+msgid "Task::Weaken - Ensure that a platform has weaken support"
msgstr ""
-#. description(php5:php5-sysvsem)
-msgid "PHP interface for System V semaphores."
+#. description(perl-Task-Weaken)
+msgid ""
+"One recurring problem in modules that use Scalar::Util's \"weaken\" function is that it is not present in the pure-perl variant.\n"
+"\n"
+"While this isn't necessarily always a problem in a straight CPAN-based Perl environment, some operating system distributions only include the pure-Perl versions, don't include the XS version, and so weaken is then \"missing\" from the platform, despite passing a dependency on Scalar::Util successfully."
msgstr ""
-#. description(php5:php5-sysvshm)
-msgid "PHP interface for System V shared memory."
+#. summary(perl-Template-Toolkit)
+#. description(perl-Template-Toolkit)
+msgid "Template Processing System"
msgstr ""
-#. description(php5:php5-ldap)
-msgid "PHP interface to Lightweight Directory Access Protocol (LDAP)."
+#. summary(perl-TermReadLine-Gnu)
+msgid "Perl extension for the GNU Readline/History Library"
msgstr ""
-#. description(php5:php5-iconv)
+#. description(perl-TermReadLine-Gnu)
+msgid "This is an implementation of Term::ReadLine using the GNU Readline/History Library. This package also has the interface with the almost all functions and variables which are documented in the GNU Readline/History Library Manual."
+msgstr ""
+
+#. summary(perl-Test-LeakTrace)
+msgid "Traces memory leaks"
+msgstr ""
+
+#. description(perl-Test-LeakTrace)
+msgid ""
+"'Test::LeakTrace' provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks.\n"
+"\n"
+"*Leaked SVs* are SVs which are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, 'no_leaks_ok()' and 'leaks_cmp_ok()' executes a block more than once."
+msgstr ""
+
+#. summary(perl-Text-CSV_XS)
#, fuzzy
-msgid "PHP interface to iconv character set conversion facility."
-msgstr "Interface do Kernel"
+msgid "comma-separated values manipulation routines"
+msgstr "Aplicativos"
-#. description(php5:php5-curl)
-msgid "PHP interface to libcurl that allows you to connect to and communicate with servers of many different types, using protocols of many different types."
+#. description(perl-Text-CSV_XS)
+msgid ""
+"Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a CSV string and parse a CSV string into fields.\n"
+"\n"
+"The module accepts either strings or files as input and support the use of user-specified characters for delimiters, separators, and escapes."
msgstr ""
-#. description(php5:php5-mcrypt)
-msgid "PHP interface to the mcrypt library, which supports a wide variety of block algorithms."
+#. summary(chasen:perl-Text-ChaSen)
+#. description(chasen:perl-Text-ChaSen)
+#, fuzzy
+msgid "ChaSen Perl Module"
+msgstr "Nenhum módulo encontrado."
+
+#. summary(perl-Text-DelimMatch)
+msgid "DelimMatch for Locating Delimited Substrings with Proper Nesting"
msgstr ""
-#. description(php5:php5-fastcgi)
+#. description(perl-Text-DelimMatch)
+msgid "DelimMatch is a Perl 5 module that provides functions for locating delimited substrings with proper nesting."
+msgstr ""
+
+#. summary(perl-Text-Iconv)
+#, fuzzy
+msgid "Perl interface to iconv() codeset conversion function"
+msgstr "Interface do Kernel"
+
+#. description(perl-Text-Iconv)
msgid ""
-"PHP is a server-side, cross-platform HTML embedded scripting language. If you are completely new to PHP and want to get some idea of how it works, have a look at the Introductory tutorial. Once you get beyond that have a look at the example archive sites and some of the other resources available in the links section.\n"
+"The Text::Iconv module provides a Perl interface to the iconv() function as defined by the Single UNIX Specification.\n"
"\n"
-"Please refer to /usr/share/doc/packages/php5/README.FastCGI for information on how to use this module."
+"The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result.\n"
+"\n"
+"Settings of fromcode and tocode and their permitted combinations are implementation-dependent. Valid values are specified in the system documentation; the iconv(1) utility should also provide a -l option that lists all supported codesets."
msgstr ""
-#. description(php5:php5-devel)
-msgid "PHP is a server-side, cross-platform, HTML embedded scripting language. If you are completely new to PHP and want to get some idea of how it works, have a look at the Introductory Tutorial. Once you get beyond that have a look at the example archive sites and some of the other resources available in the Links section. PHP5 is the latest version."
+#. summary(perl-Text-Kakasi)
+msgid "Perl binding for KAKASI, the kanji kana simple inverter"
msgstr ""
-#. summary(php5)
-msgid "PHP5 Core Files"
+#. description(perl-Text-Kakasi)
+msgid "This module provides libkakasi interface for perl. libkakasi is a part of KAKASI. KAKASI is the language processing filter to convert Kanji characters to Hiragana, Katakana or Romaji and may be helpful to read Japanese documents. More information about KAKASI is available at <http://kakasi.namazu.org/>."
msgstr ""
-#. summary(php5:php5-bcmath)
+#. summary(perl-Time-modules)
#, fuzzy
-msgid "PHP5 Extension Module"
-msgstr "Descarregar Módulos"
+msgid "Various Perl time modules"
+msgstr "Nenhum módulo encontrado."
-#. summary(perl-Pod-POM)
-msgid "POD Object Model"
+#. description(perl-Time-modules)
+msgid "Perl modules providing various time functions."
msgstr ""
-#. summary(posix_cc)
-msgid "POSIX 1003.2 and 1003.1 2001 C Language Compilers"
+#. summary(perl-Unicode-Map8)
+msgid "Mapping table between 8-bit chars and Unicode"
msgstr ""
-#. summary(pax)
-msgid "POSIX File System Archiver"
+#. description(perl-Unicode-Map8)
+msgid "The Unicode::Map8 class implements efficient mapping tables between 8-bit character sets and 16-bit character sets like Unicode. The tables are efficient both in terms of space allocated and translation speed. The 16-bit strings are assumed to use network byte order."
msgstr ""
-#. summary(qemu:qemu-ipxe)
-msgid "PXE ROMs for QEMU NICs"
+#. summary(perl-Unicode-String)
+msgid "String of Unicode characters (UCS2/UTF16)"
msgstr ""
-#. summary(perl-GDGraph)
-msgid "Package to generate charts, using Lincoln Stein's GD.pm"
+#. description(perl-Unicode-String)
+msgid "A Unicode::String object represents a sequence of Unicode characters. The Unicode Standard is a fixed-width, uniform encoding scheme for written characters and text. This encoding treats alphabetic characters, ideographic characters, and symbols identically, which means that they can be used in any mixture and with equal facility. Unicode is modeled on the ASCII character set, but uses a 16-bit encoding to support full multilingual text."
msgstr ""
-#. description(perl-PadWalker)
+#. summary(perl-Unix-Syslog)
+#, fuzzy
+msgid "Perl interface to the UNIX syslog(3) calls"
+msgstr "Interface do Kernel"
+
+#. description(perl-Unix-Syslog)
+msgid "This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc- functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away."
+msgstr ""
+
+#. summary(perl-WeakRef)
+msgid "API for weak references to be created in Perl"
+msgstr ""
+
+#. description(perl-WeakRef)
msgid ""
-"PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call.\n"
+"A patch to Perl 5.005_55 by the author implements a core API for weak references. This module is a Perl-level interface to that API, allowing weak references to be created in Perl.\n"
"\n"
-"PadWalker is particularly useful for debugging. It's even used by Perl's built-in debugger. (It can also be used for evil, of course.)\n"
-"\n"
-"I wouldn't recommend using PadWalker directly in production code, but it's your call. Some of the modules that use PadWalker internally are certainly safe for and useful in production."
+"A weak reference is just like an ordinary Perl reference except that it isn't included in the reference count of the thing referred to. This means that once all references to a particular piece of data are weak, the piece of data is freed and all the weak references are set to undef. This is particularly useful for implementing circular data structures without memory leaks or caches of objects."
msgstr ""
-#. summary(perl-Pango)
+#. summary(perl-XML-LibXSLT)
#, fuzzy
-msgid "Pango Perl module"
-msgstr "Nenhum módulo encontrado."
+msgid "Interface to the GNOME libxslt library"
+msgstr "Interface do Kernel"
-#. description(perl-Pango)
+#. description(perl-XML-LibXSLT)
+msgid "This module is an interface to the GNOME project's libxslt. This is an extremely good XSLT engine, highly compliant and also very fast. I have tests showing this to be more than twice as fast as Sablotron."
+msgstr ""
+
+#. summary(perl-XML-XSLT)
+msgid "Perl module XML::XSLT"
+msgstr ""
+
+#. description(perl-XML-XSLT)
+msgid "This is a Perl module to parse XSL Transformational sheets."
+msgstr ""
+
+#. summary(libcamgm:perl-camgm)
+#, fuzzy
+msgid "CA Management Library Perl Bindings"
+msgstr "Desenvolvimento GNOME"
+
+#. description(libcamgm:perl-camgm)
msgid ""
-"Pango is a library for laying out and rendering text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, but using Pango in conjunction with L<Cairo> and/or L<Gtk2> provides a complete solution with high quality text handling and graphics rendering.\n"
+"The CA Management Library provides methods for managing a Certificate Authority.\n"
"\n"
-"Dynamically loaded modules handle text layout for particular combinations of script and font backend. Pango provides a wide selection of modules, including modules for Hebrew, Arabic, Hangul, Thai, and a number of Indic scripts. Virtually all of the world's major scripts are supported.\n"
-"\n"
-"In addition to the low level layout rendering routines, Pango includes Pango::Layout, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text."
+"This package provides the perl bindings to the CA Management Library."
msgstr ""
-#. summary(perl-PPI)
-msgid "Parse, Analyze and Manipulate Perl (without perl)"
+#. summary(perl-common-sense)
+msgid "Save a Tree and a Kitten, Use Common::Sense!"
msgstr ""
-#. summary(perl-Net-Netmask)
-msgid "Parse, manipulate and lookup IP network blocks"
+#. description(perl-common-sense)
+msgid ""
+" “Nothing is more fairly distributed than common sense: no one thinks he needs more of it than he already has.”\n"
+"\n"
+" – René Descartes\n"
+"\n"
+"This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders. In fact, after working out details on which warnings and strict modes to enable and make fatal, we found that we (and our code written so far, and others) fully agree on every option, even though we never used warnings before, so it seems this module indeed reflects a \"common\" sense among some long-time Perl coders.\n"
+"\n"
+"The basic philosophy behind the choices made in common::sense can be summarised as: \"enforcing strict policies to catch as many bugs as possible, while at the same time, not limiting the expressive power available to the programmer\".\n"
+"\n"
+"Two typical examples of how this philosophy is applied in practise is the handling of uninitialised and malloc warnings:\n"
+"\n"
+"* _uninitialised_\n"
+"\n"
+" 'undef' is a well-defined feature of perl, and enabling warnings for using it rarely catches any bugs, but considerably limits you in what you can do, so uninitialised warnings are disabled.\n"
+"\n"
+"* _malloc_\n"
+"\n"
+" Freeing something twice on the C level is a serious bug, usually causing memory corruption. It often leads to side effects much later in the program and there are no advantages to not reporting this, so malloc warnings are fatal by default.\n"
+"\n"
+"Unfortunately, there is no fine-grained warning control in perl, so often whole groups of useful warnings had to be excluded because of a single useless warning (for example, perl puts an arbitrary limit on the length of text you can match with some regexes before emitting a warning, making the whole 'regexp' category useless).\n"
+"\n"
+"What follows is a more thorough discussion of what this module does, and why it does it, and what the advantages (and disadvantages) of this approach are."
msgstr ""
-#. description(perl-Parse-Yapp)
-msgid "Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules that let you generate and use yacc like thread safe (reentrant) parsers with perl object oriented interface."
-msgstr ""
+#. summary(perl-ldap)
+#, fuzzy
+msgid "Client Interface for LDAP Servers"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(perl-BIND-Conf_Parser)
+#. description(perl-ldap)
#, fuzzy
-msgid "Parser class for BIND configuration files"
-msgstr "Analisando arquivos de configuração..."
+msgid "A Client interface for LDAP servers."
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(perl-Perl-Tidy)
-msgid "Parses and beautifies perl source"
-msgstr ""
-
#. summary(perl-libconfigfile)
#, fuzzy
msgid "Parses simple configuration files"
msgstr "Analisando arquivos de configuração..."
-#. summary(pwgen)
-#, fuzzy
-msgid "Password generator"
-msgstr "Senha"
+#. description(perl-libconfigfile)
+msgid ""
+"ConfigFile parses simple configuration files and stores its values in an anonymous hash reference. The syntax of the configuration file is quite simple:\n"
+"\n"
+"1. This is a comment VALUE_ONE = foo VALUE_TWO = $VALUE_ONE/bar VALUE_THREE = The value contains a \\# (hash). # This is a comment. COMPOSED_VALUE[one] = The first component of a clustered value COMPOSED_VALUE[two] = The second component of a clustered value"
+msgstr ""
-#. description(pax)
-msgid "Pax is the POSIX standard archive tool. It supports the two most common forms of standard archive (backup) files - CPIO and TAR."
+#. summary(perl-libintl-perl)
+msgid "High-Level Interface to Uniforum Message Translation"
msgstr ""
-#. summary(perl-Text-Diff)
-msgid "Perform diffs on files and record sets"
+#. description(perl-libintl-perl)
+msgid "This is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext."
msgstr ""
-#. description(perl-Encode-HanExtra)
-msgid ""
-"Perl 5.7.3 and later ships with an adequate set of Chinese encodings, including the most used CP950, CP936 (also known as GBK), Big5, Big5-HKSCS, EUC-CN, HZ, and ISO-IR-165.\n"
-"\n"
-"However, the numbers of Chinese encodings are staggering, and a complete coverage will easily increase the size of perl distribution by several megabytes; hence, this CPAN module tries to provide the rest of them."
+#. summary(perl-libxml-perl)
+msgid "Collection of Perl modules for working with XML"
msgstr ""
-#. summary(perl-Apache-AuthCookie)
-msgid "Perl Authentication and Authorization via cookies"
+#. description(perl-libxml-perl)
+msgid "perl-libxml-perl is a collection of Perl modules for working with XML."
msgstr ""
-#. summary(perl-Crypt-Blowfish)
+#. summary(perl-qt4)
#, fuzzy
-msgid "Perl Blowfish encryption module"
-msgstr "Criptografia"
+msgid "PerlQt kdebindings library"
+msgstr "O pacote não está assinalado"
-#. summary(perl-Crypt-DES)
-#, fuzzy
-msgid "Perl DES encryption module"
-msgstr "Criptografia"
-
-#. summary(perl-Date-Calc)
-msgid "Perl Date-Calc Module"
+#. description(perl-qt4)
+msgid "Perl bindings for the Qt4 libraries from the kdebindings project."
msgstr ""
-#. summary(perl:perl-doc)
+#. summary(perl-qt4:perl-qt4-devel)
#, fuzzy
-msgid "Perl Documentation"
-msgstr "Desenvolvimento Kernel"
+msgid "Development libraries for Perl-Qt4"
+msgstr "Desenvolvimento"
-#. summary(perl-IO-String)
+#. description(perl-qt4:perl-qt4-devel)
#, fuzzy
-msgid "Perl IO/String interface"
-msgstr "Interface do Kernel"
+msgid "This package contains development files for the Perl bindings for the Qt4 libraries."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(spamassassin:perl-Mail-SpamAssassin)
-msgid "Perl Modules For Using Spamassassin Within An Own Perl Script"
+#. summary(razor-agents:perl-razor-agents)
+msgid "The required perl modules for razor-agents"
msgstr ""
-#. summary(perl-HTML-Format)
-msgid "Perl Modules to Format HTML into Plain Text, PostScript, or RTF"
+#. description(razor-agents:perl-razor-agents)
+msgid "razor-agents are little programs to retrieve or update information from the razor <http://razor.sourceforge.net/> network to exchange signatures of SPAM. This package contains the required perl modules."
msgstr ""
-#. summary(perl-Text-Kakasi)
-msgid "Perl binding for KAKASI, the kanji kana simple inverter"
+#. summary(libsolv:perl-solv)
+#, fuzzy
+msgid "Perl bindings for the libsolv library"
+msgstr "O pacote não está assinalado"
+
+#. description(libsolv:perl-solv)
+msgid "Perl bindings for sat solver."
msgstr ""
-#. summary(satsolver-bindings:perl-satsolver)
-msgid "Perl bindings for sat solver"
+#. summary(pesign)
+msgid "Signing tool for PE-COFF binaries"
msgstr ""
-#. description(satsolver-bindings:perl-satsolver)
-msgid "Perl bindings for sat solver."
+#. description(pesign)
+msgid "Signing tool for PE-COFF binaries, hopefully at least vaguely compliant with the PE and Authenticode specifications."
msgstr ""
-#. description(perl-qt4)
-msgid "Perl bindings for the Qt4 libraries from the kdebindings project."
+#. summary(pesign-obs-integration)
+msgid "Macros and scripts to sign the kernel and bootloader"
msgstr ""
-#. description(perl-Gtk2)
-msgid "Perl bindings to the 2.x series of the Gtk+ widget set. This module allows you to write graphical user interfaces in a perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API."
+#. description(pesign-obs-integration)
+msgid "This package provides scripts and rpm macros to automate signing of the boot loader, kernel and kernel modules in the openSUSE Buildservice."
msgstr ""
-#. summary(perl-BerkeleyDB)
-msgid "Perl extension for Berkeley DB version 2, 3, 4 or 5"
+#. summary(pfscalibration)
+msgid "Photometric Calibration of HDR and LDR Cameras"
msgstr ""
-#. summary(perl-Sub-Override)
-msgid "Perl extension for easily overriding subroutines"
+#. description(pfscalibration)
+msgid "A photographic camera with a standard CCD sensor is able to acquire an image with simultaneous dynamic range of not more than 1:1000. The basic idea to create an image with a higher dynamic range is to combine multiple images with different exposure settings, thus making use of available sequential dynamic range."
msgstr ""
-#. summary(perl-Parse-Yapp)
-msgid "Perl extension for generating and using LALR parsers"
+#. summary(pfstmo)
+msgid "Tone Mapping Operators for High Dynamic Range Images"
msgstr ""
-#. summary(perl-Net-CIDR-Lite)
-msgid "Perl extension for merging IPv4 or IPv6 CIDR addresses"
+#. description(pfstmo)
+msgid "pfstmo package contains the implementation of state-of-the-art tone mapping operators. The motivation here is to provide an implementation of tone mapping operators suitable for convenient processing of both static images and animations."
msgstr ""
-#. summary(nkf:perl-NKF)
-msgid "Perl extension for nkf (Network Kanji Filter)"
+#. summary(pfstools)
+msgid "High Dynamic Range Images and Video manipulation tools"
msgstr ""
-#. summary(perl-TermReadLine-Gnu)
-msgid "Perl extension for the GNU Readline/History Library"
+#. description(pfstools)
+msgid "pfstools package is a set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using a simple generic file format (pfs) for HDR data. The concept of the pfstools is similar to netpbm package for low-dynamic range images."
msgstr ""
-#. summary(ImageMagick:perl-PerlMagick)
-#, fuzzy
-msgid "Perl interface for ImageMagick"
-msgstr "Interface do Kernel"
+#. summary(phalanx)
+msgid "A Chess Program"
+msgstr ""
-#. summary(perl-Text-Iconv)
-#, fuzzy
-msgid "Perl interface to iconv() codeset conversion function"
-msgstr "Interface do Kernel"
+#. description(phalanx)
+msgid "A smart chess playing program which uses opening book."
+msgstr ""
-#. summary(perl-Gtk2)
-#, fuzzy
-msgid "Perl interface to the 2"
-msgstr "Interface do Kernel"
+#. summary(php5)
+msgid "PHP5 Core Files"
+msgstr ""
-#. summary(perl-Net-DNS)
-#, fuzzy
-msgid "Perl interface to the Domain Name System"
-msgstr "Interface do Kernel"
+#. description(php5)
+msgid ""
+"This package contains the PHP5 core files, including PHP binary (CLI) and PHP configuration (php.ini). This package must be installed in order to use PHP. Additionally, extension modules and server modules (e.g. for Apache) may be installed.\n"
+"\n"
+"Additional documentation is available in package php-doc."
+msgstr ""
-#. summary(perl-Unix-Syslog)
+#. summary(php5:php5-bcmath)
+#. summary(php5:php5-bz2)
+#. summary(php5:php5-calendar)
+#. summary(php5:php5-ctype)
+#. summary(php5:php5-curl)
+#. summary(php5:php5-dba)
+#. summary(php5:php5-dom)
+#. summary(php5:php5-exif)
+#. summary(php5:php5-ftp)
+#. summary(php5:php5-gd)
+#. summary(php5:php5-gettext)
+#. summary(php5:php5-gmp)
+#. summary(php5:php5-iconv)
+#. summary(php5:php5-imap)
+#. summary(php5:php5-json)
+#. summary(php5:php5-ldap)
+#. summary(php5:php5-mbstring)
+#. summary(php5:php5-mcrypt)
+#. summary(php5:php5-mysql)
+#. summary(php5:php5-odbc)
+#. summary(php5:php5-openssl)
+#. summary(php5:php5-pdo)
+#. summary(php5:php5-pgsql)
+#. summary(php5:php5-shmop)
+#. summary(php5:php5-snmp)
+#. summary(php5:php5-sockets)
+#. summary(php5:php5-sqlite)
+#. summary(php5:php5-suhosin)
+#. summary(php5:php5-sysvsem)
+#. summary(php5:php5-sysvshm)
+#. summary(php5:php5-tidy)
+#. summary(php5:php5-tokenizer)
+#. summary(php5:php5-wddx)
+#. summary(php5:php5-xmlreader)
+#. summary(php5:php5-xmlwriter)
+#. summary(php5:php5-xsl)
+#. summary(php5:php5-zip)
+#. summary(php5:php5-zlib)
#, fuzzy
-msgid "Perl interface to the UNIX syslog(3) calls"
-msgstr "Interface do Kernel"
+msgid "PHP5 Extension Module"
+msgstr "Descarregar Módulos"
-#. summary(perl-Cairo)
-#, fuzzy
-msgid "Perl interface to the cairo 2d vector graphics library"
-msgstr "Interface do Kernel"
+#. description(php5:php5-bcmath)
+msgid "Binary Calculator which supports numbers of any size and precision, represented as strings."
+msgstr ""
-#. summary(perl-Convert-UUlib)
-#, fuzzy
-msgid "Perl interface to the uulib library"
-msgstr "Interface do Kernel"
+#. description(php5:php5-bz2)
+msgid "PHP functions to read and write bzip2 (.bz2) compressed files."
+msgstr ""
-#. description(perl:perl-doc)
-msgid "Perl man pages and pod files."
+#. description(php5:php5-calendar)
+msgid "PHP functions for converting between different calendar formats."
msgstr ""
-#. summary(perl-Pod-HtmlPsPdf)
-msgid "Perl module Pod::HtmlPsPdf"
+#. description(php5:php5-ctype)
+msgid "PHP functions for checking whether a character or string falls into a certain character class according to the current locale."
msgstr ""
-#. summary(perl-Tie-Cache)
-msgid "Perl module Tie::Cache"
+#. description(php5:php5-curl)
+msgid "PHP interface to libcurl that allows you to connect to and communicate with servers of many different types, using protocols of many different types."
msgstr ""
-#. summary(perl-XML-XSLT)
-msgid "Perl module XML::XSLT"
+#. description(php5:php5-dba)
+msgid "This is a general abstraction layer for several file-based databases. As such, functionality is limited to a common subset of features supported by modern databases such as Sleepycat Software's DB2. (This is not to be confused with IBM's DB2 software, which is supported through the ODBC functions.)"
msgstr ""
-#. summary(perl-XML-DOM)
-msgid "Perl module for building DOM Level 1 compliant document structures"
+#. summary(php5:php5-devel)
+msgid "Include files of PHP5"
msgstr ""
-#. summary(perl-HTML-TableExtract)
-msgid "Perl module for extracting the content contained in tables within an HTM[cut]"
+#. description(php5:php5-devel)
+msgid "PHP is a server-side, cross-platform, HTML embedded scripting language. If you are completely new to PHP and want to get some idea of how it works, have a look at the Introductory Tutorial. Once you get beyond that have a look at the example archive sites and some of the other resources available in the Links section. PHP5 is the latest version."
msgstr ""
-#. summary(perl-MLDBM-Sync)
+#. description(php5:php5-dom)
#, fuzzy
-msgid "Perl module for safe concurrent access to MLDBM databases"
-msgstr "Configura o servidor para instalar bases de dados Oracle."
+msgid "This module adds DOM support."
+msgstr "Isto desabilita o suporte DPMS."
-#. summary(perl-Convert-TNEF)
-msgid "Perl module to read TNEF files"
+#. description(php5:php5-exif)
+msgid "PHP functions for extracting EXIF (metadata from images) information stored in headers of JPEG and TIFF images."
msgstr ""
-#. summary(perl-Image-ExifTool)
-msgid "Perl module to read and write meta information"
-msgstr ""
-
-#. summary(perl-HTML-Template)
+#. summary(php5:php5-fastcgi)
#, fuzzy
-msgid "Perl module to use HTML-like templating language"
-msgstr "Selecione o idioma."
+msgid "FastCGI PHP5 Module"
+msgstr "Carregar Módulos Desconhecidos"
-#. description(perl-Time-modules)
-msgid "Perl modules providing various time functions."
+#. description(php5:php5-fastcgi)
+msgid ""
+"PHP is a server-side, cross-platform HTML embedded scripting language. If you are completely new to PHP and want to get some idea of how it works, have a look at the Introductory tutorial. Once you get beyond that have a look at the example archive sites and some of the other resources available in the links section.\n"
+"\n"
+"Please refer to /usr/share/doc/packages/php5/README.FastCGI for information on how to use this module."
msgstr ""
-#. summary(perl-Glib)
-msgid "Perl wrappers for the GLib utility and Object libraries"
+#. description(php5:php5-ftp)
+msgid "PHP functions for access to file servers speaking the File Transfer Protocol (FTP) as defined in rfc959."
msgstr ""
-#. summary(perl-SOAP-Lite)
-msgid "Perl's Web Services Toolkit"
+#. description(php5:php5-gd)
+msgid "PHP functions to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM. Even more convenient: PHP can output image streams directly to a browser."
msgstr ""
-#. description(perl-Devel-GlobalDestruction)
-msgid ""
-"Perl's global destruction is a little tricky to deal with WRT finalizers because it's not ordered and objects can sometimes disappear.\n"
-"\n"
-"Writing defensive destructors is hard and annoying, and usually if global destruction is happenning you only need the destructors that free up non process local resources to actually execute.\n"
-"\n"
-"For these constructors you can avoid the mess by simply bailing out if global destruction is in effect."
+#. description(php5:php5-gettext)
+msgid "PHP functions that implement an NLS (Native Language Support) API which can be used to internationalize your PHP applications."
msgstr ""
-#. summary(net-snmp:perl-SNMP)
-msgid "Perl5 SNMP Extension Module"
+#. description(php5:php5-gmp)
+msgid "PHP functions for work with arbitrary-length integers using the GNU MP library."
msgstr ""
-#. description(ImageMagick:perl-PerlMagick)
-msgid "PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it suitable for Web CGI scripts."
-msgstr ""
-
-#. summary(perl-qt4)
+#. description(php5:php5-iconv)
#, fuzzy
-msgid "PerlQt kdebindings library"
-msgstr "O pacote não está assinalado"
+msgid "PHP interface to iconv character set conversion facility."
+msgstr "Interface do Kernel"
-#. summary(perl-Apache-SessionX)
-msgid "Persistent Storage for Arbitrary Data (for Embperl)"
+#. description(php5:php5-imap)
+msgid "PHP functions in this extension are not limited to the IMAP protocol, despite their name. The underlying c-client library also supports NNTP, POP3 and local mailbox access methods."
msgstr ""
-#. description(python-pexpect)
-msgid "Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output."
+#. description(php5:php5-json)
+msgid "Support for JSON (JavaScript Object Notation) serialization."
msgstr ""
-#. summary(pfscalibration)
-msgid "Photometric Calibration of HDR and LDR Cameras"
+#. description(php5:php5-ldap)
+msgid "PHP interface to Lightweight Directory Access Protocol (LDAP)."
msgstr ""
-#. description(pitivi)
-msgid "PiTiVi is a free, intuitive and featureful movie editor."
+#. description(php5:php5-mbstring)
+msgid "This extension provides multi-byte character safe string functions and other utility functions such as conversion functions."
msgstr ""
-#. description(alpine:pico)
-msgid "Pico is a simple, display-oriented text editor based on the Pine message system composer. As with Pine, commands are displayed at the bottom of the screen, and context-sensitive help is provided. Characters are inserted into the text as they are typed."
+#. description(php5:php5-mcrypt)
+msgid "PHP interface to the mcrypt library, which supports a wide variety of block algorithms."
msgstr ""
-#. description(pidgin)
-msgid ""
-"Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously.\n"
-"\n"
-"Pidgin is compatible with the following chat networks out of the box: AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, MXit, MySpaceIM, and Zephyr. It can support many more with plugins."
+#. description(php5:php5-mysql)
+msgid "PHP functions for access to MySQL database servers."
msgstr ""
-#. summary(pilot-link:perl-PDA-Pilot)
-msgid "Pilot-Link Library for Palm devices - Perl bindings"
-msgstr ""
+#. description(php5:php5-odbc)
+#, fuzzy
+msgid "This module adds ODBC support."
+msgstr "Isto desabilita o suporte DPMS."
-#. description(pin)
+#. description(php5:php5-openssl)
+#, fuzzy
+msgid "This module adds OpenSSL support."
+msgstr "Isto desabilita o suporte DPMS."
+
+#. description(php5:php5-pdo)
msgid ""
-"Pin - Package InformatioN. Pin searches the installed packages (rpm\n"
-"-qi, -ql) and the ARCHIVES.gz file for the desired information. It shows README, README.SuSE, and FAQ, when available."
+"PHP Data Objects - Data Access Abstraction\n"
+"\n"
+"- light-weight\n"
+"\n"
+"- provides common API for common database operations\n"
+"\n"
+"- keeps majority of PHP specific stuff in the PDO core (such as persistent resource management); drivers should only have to worry about getting the data and not about PHP internals."
msgstr ""
-#. description(pinfo)
-msgid "Pinfo is a curses based, Lynx-style info browser."
+#. description(php5:php5-pgsql)
+msgid "PHP functions for access to PostgreSQL database servers. It includes both traditional pgsql and pdo_pgsql drivers."
msgstr ""
-#. description(pinpoint)
-msgid "Pinpoint a simple presentation tool that hopes to avoid audience death by bullet point and instead encourage presentations containing beautiful images and small amounts of concise text in slides."
+#. description(php5:php5-shmop)
+msgid "PHP functions to read, write, create and delete UNIX shared memory segments."
msgstr ""
-#. description(planner)
-msgid "Planner is a project management tool for the GNOME desktop, for planning, scheduling and tracking projects."
+#. description(php5:php5-snmp)
+msgid "PHP functions for SNMP."
msgstr ""
-#. summary(perl-PadWalker)
-msgid "Play with other peoples' lexical variables"
+#. description(php5:php5-sockets)
+msgid "A low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client. This extension is experimental!"
msgstr ""
-#. description(perl-Alien-SDL)
+#. description(php5:php5-sqlite)
msgid ""
-"Please see the Alien manpage for the manifesto of the Alien namespace.\n"
+"This is an extension for the SQLite Embeddable SQL Database Engine. http://www.sqlite.org/\n"
"\n"
-"In short 'Alien::SDL' can be used to detect and get configuration settings from an installed SDL and related libraries. Based on your platform it offers the possibility to download and install prebuilt binaries or to build SDL & co. from source codes.\n"
+"SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n"
"\n"
-"The important facts:\n"
+"SQLite is not a client library used to connect to a big database server. SQLite is the server. The SQLite library reads and writes directly to and from the database files on disk.\n"
"\n"
-"* * The module does not modify in any way the already existing SDL installation on your system.\n"
+"This package includes sqlite and pdo_sqlite modules for sqlite version 2 and 3 respectively."
+msgstr ""
+
+#. description(php5:php5-suhosin)
+msgid ""
+"Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core.\n"
"\n"
-"* * If you reinstall SDL libs on your system you do not need to reinstall Alien::SDL (providing that you use the same directory for the new installation).\n"
-"\n"
-"* * The prebuild binaries and/or binaries built from sources are always installed into perl module's 'share' directory.\n"
-"\n"
-"* * If you use prebuild binaries and/or binaries built from sources it happens that some of the dynamic libraries (*.so, *.dll) will not automaticly loadable as they will be stored somewhere under perl module's 'share' directory. To handle this scenario Alien::SDL offers some special functionality (see below)."
+"Suhosin is binary compatible to normal PHP installation, which means it is compatible to 3rd party binary extension like ZendOptimizer."
msgstr ""
-#. summary(python-matplotlib)
-#, fuzzy
-msgid "Plotting Library for Python"
-msgstr "Aplicativos Favoritos"
+#. description(php5:php5-sysvsem)
+msgid "PHP interface for System V semaphores."
+msgstr ""
-#. summary(pptpd)
-msgid "PoPToP - PPTP Daemon, Linux as Microsoft VPN Server"
+#. description(php5:php5-sysvshm)
+msgid "PHP interface for System V shared memory."
msgstr ""
-#. description(pptpd)
-msgid "PoPToP is a PPTP(Point-to-Point Tunneling Protocol) server solution for Linux, it allows Linux servers to function seamlessly in the PPTP VPN environment. This release supports Windows 95/98/NT/2000 PPTP clients and PPTP Linux clients."
+#. description(php5:php5-tidy)
+msgid "Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with embedded scripting languages such as PHP or ASP within them using OO constructs."
msgstr ""
-#. summary(perl-HTML-FillInForm)
-msgid "Populates HTML Forms with data."
+#. description(php5:php5-tokenizer)
+msgid "The tokenizer functions provide an interface to the PHP tokenizer embedded in the Zend Engine. Using these functions you may write your own PHP source analyzing or modification tools without having to deal with the language specification at the lexical level."
msgstr ""
-#. summary(perl-File-Which)
-msgid "Portable implementation of the `which' utility"
+#. description(php5:php5-wddx)
+msgid "PHP functions for Web Distributed Data Exchange."
msgstr ""
-#. summary(python-netifaces)
+#. description(php5:php5-xmlreader)
+msgid "XMLReader represents a reader that provides non-cached, forward-only access to XML data. It is based upon the xmlTextReader API from libxml."
+msgstr ""
+
+#. description(php5:php5-xmlwriter)
+msgid "XMLWriter wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data."
+msgstr ""
+
+#. description(php5:php5-xsl)
#, fuzzy
-msgid "Portable network interface information"
-msgstr "Ver arquivos PostScript"
+msgid "This module adds new XSL support to PHP."
+msgstr "Isto desabilita o suporte DPMS."
-#. summary(pstoedit)
-msgid "PostScript and PDF Converter"
+#. description(php5:php5-zip)
+msgid "Zip is an extension to create, modify and read zip files."
msgstr ""
-#. description(perl-PostScript-Simple)
-msgid "PostScript::Simple allows you to have a simple method of writing PostScript files from Perl. It has several graphics primitives that allow lines, circles, polygons and boxes to be drawn. Text can be added to the page using standard PostScript fonts."
+#. description(php5:php5-zlib)
+msgid "PHP functions to read and write gzip (.gz) compressed files."
msgstr ""
-#. description(postfix:postfix-doc)
-msgid "Postfix aims to be an alternative to the widely-used sendmail program. This package contains the documentation for postfix"
+#. summary(xawtv:pia)
+#, fuzzy
+msgid "Simple Movie Player"
+msgstr "Servidor Web Simples"
+
+#. description(xawtv:pia)
+msgid "pia is a simple movie player which can playback AVI and QuickTime movies recorded by xawtv, motv, and streamer. Other movies might work as well."
msgstr ""
-#. summary(perl-DBD-Pg)
-msgid "PostgreSQL database driver for the DBI module"
+#. summary(alpine:pico)
+msgid "A small, easy to use editor"
msgstr ""
-#. summary(postgresql92-libs:postgresql92-devel)
-#, fuzzy
-msgid "PostgreSQL development header files and libraries"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(alpine:pico)
+msgid "Pico is a simple, display-oriented text editor based on the Pine message system composer. As with Pine, commands are displayed at the bottom of the screen, and context-sensitive help is provided. Characters are inserted into the text as they are typed."
+msgstr ""
-#. description(postgresql92:postgresql92-server)
-msgid ""
-"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, sub-queries, triggers, and user-defined types and functions.\n"
-"\n"
-"This package includes the programs needed to create and run a PostgreSQL server, which will in turn allow you to create and maintain PostgreSQL databases."
+#. summary(pidgin)
+msgid "Multiprotocol Instant Messaging Client"
msgstr ""
-#. description(postgresql92:postgresql92-contrib)
+#. description(pidgin)
msgid ""
-"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
+"Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously.\n"
"\n"
-"The postgresql-contrib package includes extensions and additions that are distributed along with the PostgreSQL sources, but are not (yet) officially part of the PostgreSQL core.\n"
-"\n"
-"Documentation for the modules contained in this package can be found in /usr/share/doc/packages/postgresql/contrib."
+"Pidgin is compatible with the following chat networks out of the box: Jabber/XMPP, AIM, ICQ, Yahoo!, Bonjour, Gadu-Gadu, IRC, SILC, SIMPLE, Novell GroupWise Messenger, Lotus Sametime, MXit, MySpaceIM, and Zephyr. It can support many more with plugins."
msgstr ""
-#. description(postgresql:postgresql-docs)
-msgid ""
-"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
-"\n"
-"This package contains the HTML documentation for PostgreSQL. The start page is: file:///usr/share/doc/packages/postgresql/html/index.html . Manual pages for the PostgreSQL SQL statements can be found in the postgresql package."
+#. summary(pidgin-openfetion)
+msgid "Pidgin plugin for the Fetion protocol"
msgstr ""
-#. description(postgresql92:postgresql92-docs)
+#. description(pidgin-openfetion)
msgid ""
-"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
+"This is a Fetion plugin for Pidgin.\n"
"\n"
-"This package contains the HTML documentation for PostgreSQL. The start page is: file:///usr/share/doc/packages/postgresql92/html/index.html . Manual pages for the PostgreSQL SQL statements can be found in the postgresql package."
+"Fetion is an IM provided by China Mobile, with features like text chat, voice call, file sharing, etc."
msgstr ""
-#. description(postgresql92)
+#. summary(purple-plugin-pack:pidgin-plugin-pack)
+#, fuzzy
+msgid "Compilation of plugins for Pidgin"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(purple-plugin-pack:pidgin-plugin-pack)
msgid ""
-"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
+"The Purple Plugin Pack is a compilation of plugins for the libpurple family of IM clients.\n"
"\n"
-"This package contains the basic utility and client programs necessary to maintain and work with local or remote PostgreSQL databases as well as manual pages for the SQL commands that PostgreSQL supports. Full HTML documentation for PostgreSQL can be found in the postgresql-docs package."
+"This package provides the Pidgin plugins from the Purple Plugin Pack.\n"
+"\n"
+"To avoid license issues between GPL-3.0+ plugins and other plugins that could be incompatible with GPL-3.0+, the GPL-3.0+ plugins are split in the pidgin-plugin-pack-extras package."
msgstr ""
-#. description(postgresql92-libs:postgresql92-devel)
+#. summary(skype4pidgin:pidgin-plugin-skype)
+msgid "Pidgin plugin for Skype API"
+msgstr ""
+
+#. summary(pidgin-sipe)
+msgid "Pidgin protocol plugin to connect to MS Office Communicator"
+msgstr ""
+
+#. description(pidgin-sipe)
msgid ""
-"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
+"A third-party plugin for the Pidgin multi-protocol instant messenger. It implements the extended version of SIP/SIMPLE used by various products:\n"
"\n"
-"This package contains the header files and libraries needed to compile C applications which will directly interact with a PostgreSQL database management server and the ECPG Embedded C Postgres preprocessor. You need to install this package if you want to develop applications in C which will interact with a PostgreSQL server."
+" * Microsoft Office Communications Server (OCS 2007/2007 R2 and newer) * Microsoft Live Communications Server (LCS 2003/2005) * Reuters Messaging\n"
+"\n"
+"With this plugin you should be able to replace your Microsoft Office Communicator client with Pidgin.\n"
+"\n"
+"This package provides the icon set for Pidgin."
msgstr ""
-#. description(powertop)
-msgid "PowerTOP is a program that collects the various pieces of information from your system and presents an overview of how well your laptop is doing in terms of power savings."
+#. summary(pinfo)
+msgid "Lynx-style Info Browser"
msgstr ""
-#. summary(python-lxml)
-msgid "Powerful and Pythonic XML processing library"
+#. description(pinfo)
+msgid "Pinfo is a curses based, Lynx-style info browser."
msgstr ""
-#. description(qemu:qemu-ipxe)
-msgid "Preboot Execution Environment (PXE) ROM support for various emulated network adapters available with QEMU."
+#. summary(pinpoint)
+msgid "Simple Presentation Tool for Excellent Presentations"
msgstr ""
-#. description(presage:presage-data)
-msgid ""
-"Presage is an intelligent predictive text entry platform.\n"
-"\n"
-"This package contains the sample statistical data files and abbreviation files needed by presage."
+#. description(pinpoint)
+msgid "Pinpoint a simple presentation tool that hopes to avoid audience death by bullet point and instead encourage presentations containing beautiful images and small amounts of concise text in slides."
msgstr ""
-#. summary(perl-Email-Date-Format)
-msgid "Produce RFC 2822 date strings"
+#. summary(pitivi)
+msgid "Intuitive and featureful movie editor"
msgstr ""
+#. description(pitivi)
+msgid "PiTiVi is a free, intuitive and featureful movie editor."
+msgstr ""
+
+#. summary(pk-update-icon)
+msgid "Software Update Notifier based on PackageKit"
+msgstr ""
+
+#. description(pk-update-icon)
+msgid "pk-update-icon displays notifications and an icon in the tray area of the panel when package updates are available."
+msgstr ""
+
#. summary(planner)
#, fuzzy
msgid "Project Management Application for GNOME"
msgstr "Iniciar Aplicativo"
-#. summary(perl-Archive-Zip)
-msgid "Provide an interface to ZIP archive files"
+#. description(planner)
+msgid "Planner is a project management tool for the GNOME desktop, for planning, scheduling and tracking projects."
msgstr ""
-#. summary(perl-List-MoreUtils)
-msgid "Provide the stuff missing in List::Util"
+#. summary(plasma-framework:plasma-framework-devel)
+msgid "Plasma library and runtime components"
msgstr ""
-#. summary(perl-DBD-XBase)
-msgid "Provides Access to XBase Files"
+#. summary(plasma-nm5:plasma-nm5-openconnect)
+#, fuzzy
+msgid "OpenConnect support for plasma-nm5"
+msgstr "XScreensaver não encontrado."
+
+#. description(plasma-nm5:plasma-nm5-openconnect)
+msgid "OpenConnect plugin for plasma-nm components."
msgstr ""
-#. summary(perl-Finance-Quote)
-msgid "Provides access to time-delayed stockquotes"
+#. description(plasma5-workspace:plasma5-workspace-devel)
+#, fuzzy
+msgid "This package contains the basic packages for a K Desktop Environment workspace. Development files."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(plymouth:plymouth-plugin-label)
+msgid "Plymouth label plugin"
msgstr ""
-#. summary(perl-Devel-GlobalDestruction)
-msgid "Provides function returning the equivalent of"
+#. description(plymouth:plymouth-plugin-label)
+msgid "This package contains the label control plugin for Plymouth. It provides the ability to render text on graphical boot splashes using pango and cairo."
msgstr ""
-#. description(pavucontrol:pavucontrol-lang)
-msgid "Provides translations to the package pavucontrol"
+#. summary(pmidi)
+msgid "A Command Line MIDI Player for ALSA"
msgstr ""
-#. description(pcmanfm:pcmanfm-lang)
-#, fuzzy
-msgid "Provides translations to the package pcmanfm"
-msgstr "Aguardar por aplicativo kicker"
+#. description(pmidi)
+msgid "pmidi is a command line MIDI player for ALSA."
+msgstr ""
-#. description(pdfmod:pdfmod-lang)
+#. summary(polkit:polkit-devel)
#, fuzzy
-msgid "Provides translations to the package pdfmod"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Development files for PolicyKit"
+msgstr "Desenvolvimento"
-#. description(pitivi:pitivi-lang)
+#. description(polkit:polkit-devel)
#, fuzzy
-msgid "Provides translations to the package pitivi"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Development files for PolicyKit Authorization Framework."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(pk-update-icon:pk-update-icon-lang)
+#. summary(popt:popt-devel)
#, fuzzy
-msgid "Provides translations to the package pk-update-icon"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Development files for the popt library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(planner:planner-lang)
-#, fuzzy
-msgid "Provides translations to the package planner"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(python-wxWidgets-2_9:python-wxWidgets-2_9-lang)
-#, fuzzy
-msgid "Provides translations to the package python-wxWidgets-2_9"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(rekonq:rekonq-lang)
-#, fuzzy
-msgid "Provides translations to the package rekonq"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(remmina:remmina-lang)
-#, fuzzy
-msgid "Provides translations to the package remmina"
-msgstr "Aguardar por aplicativo kicker"
-
-#. summary(pavucontrol)
-msgid "PulseAudio Volume Control"
+#. description(popt:popt-devel)
+msgid "The popt-devel package includes header files and libraries necessary for developing programs which use the popt C library. It contains the API documentation of the popt library, too."
msgstr ""
-#. description(pavucontrol)
-msgid "PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool (\"mixer\") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately."
+#. summary(posix_cc)
+msgid "POSIX 1003.2 and 1003.1 2001 C Language Compilers"
msgstr ""
-#. summary(python-pexpect)
-msgid "Pure Python Expect-like module"
+#. description(posix_cc)
+msgid ""
+"c89 is the name of the C language compiler as required by the POSIX 1003.2 standard, while c99 is the name required by the POSIX 1003.1 2001 standard. Both are actually wrappers for gcc, passing it the options required to make it conform to said standards in addition to the options passed via the command line.\n"
+"\n"
+"Both will only accept those options mandated by the respective standards."
msgstr ""
-#. description(python-pybluez)
-msgid "PyBluez is an effort to create python wrappers around system Bluetooth resources to allow Python developers to easily and quickly create Bluetooth applications."
+#. summary(poster)
+msgid "Tool for printing posters over multiple pages"
msgstr ""
-#. description(pychecker)
-msgid "PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent."
+#. description(poster)
+msgid "This program scales a PostScript page to a given size (a poster). The output can be tiled on multiple sheets, and output media size can be chosen independently. Each tile (sheet) of a will bear cropmarks and slightly overlapping image for easier poster assembly. In principle it requires the input file to adhere to 'eps' (encapsulated postscript) conventions but it will work for many 'normal' postscript files as well."
msgstr ""
-#. summary(python-qt4:python-qt4-devel)
+#. summary(postgresql94)
+#. summary(postgresql)
#, fuzzy
-msgid "PyQt - devel part of python bindings for Qt 4"
-msgstr "O pacote não está assinalado"
+msgid "Basic Clients and Utilities for PostgreSQL"
+msgstr "Criando banco de dados de recursos"
-#. summary(python-qt4)
-msgid "PyQt - python bindings for Qt 4"
+#. description(postgresql94)
+#. description(postgresql)
+msgid ""
+"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
+"\n"
+"This package contains the basic utility and client programs necessary to maintain and work with local or remote PostgreSQL databases as well as manual pages for the SQL commands that PostgreSQL supports. Full HTML documentation for PostgreSQL can be found in the postgresql-docs package."
msgstr ""
-#. description(python-qt4)
-msgid "PyQt is a set of Python bindings for Trolltech's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are implemented as a set of Python modules and contain over 300 classes and nearly 6,000 functions and methods."
+#. summary(postgresql94:postgresql94-contrib)
+#. summary(postgresql:postgresql-contrib)
+msgid "Contributed Extensions and Additions to PostgreSQL"
msgstr ""
-#. description(python-qt4:python-qt4-devel)
+#. description(postgresql94:postgresql94-contrib)
+#. description(postgresql:postgresql-contrib)
msgid ""
-"PyQt is a set of Python bindings for Trolltech's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. There are two sets of bindings: PyQt v4 supports Qt v4; and the older PyQt v3 supports Qt v3 and earlier. The bindings are implemented as a set of Python modules and contain over 300 classes and nearly 6,000 functions and methods.\n"
+"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
"\n"
-"This package contains all the developer tools you need to create your own PyQt applications."
+"The postgresql-contrib package includes extensions and additions that are distributed along with the PostgreSQL sources, but are not (yet) officially part of the PostgreSQL core.\n"
+"\n"
+"Documentation for the modules contained in this package can be found in /usr/share/doc/packages/postgresql/contrib."
msgstr ""
-#. description(python-pyzmq)
-msgid "PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library (http://www.zeromq.org)"
-msgstr ""
+#. summary(postgresql94-libs:postgresql94-devel)
+#. summary(postgresql:postgresql-devel)
+#, fuzzy
+msgid "PostgreSQL development header files and libraries"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(python-pygame)
-msgid "Pygame is a Python wrapper module for the SDL multimedia library. It contains Python functions and classes that allow you to use SDL's support for playing CD-ROMs, audio and video output, and keyboard, mouse and joystick input. Pygame also includes support for the Numerical Python extension. Pygame is the successor to the pySDL wrapper project, written by Mark Baker."
+#. description(postgresql94-libs:postgresql94-devel)
+#. description(postgresql:postgresql-devel)
+msgid ""
+"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
+"\n"
+"This package contains the header files and libraries needed to compile C applications which will directly interact with a PostgreSQL database management server and the ECPG Embedded C Postgres preprocessor. You need to install this package if you want to develop applications in C which will interact with a PostgreSQL server."
msgstr ""
-#. summary(python-Pygments)
-msgid "Pygments is a syntax highlighting package written in Python"
+#. summary(postgresql94:postgresql94-server)
+#. summary(postgresql:postgresql-server)
+msgid "The Programs Needed to Create and Run a PostgreSQL Server"
msgstr ""
-#. description(python-Pygments)
+#. description(postgresql94:postgresql94-server)
+#. description(postgresql:postgresql-server)
msgid ""
-"Pygments is a syntax highlighting package written in Python.\n"
+"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, sub-queries, triggers, and user-defined types and functions.\n"
"\n"
-"It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are:\n"
-"\n"
-" * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainfuck!"
+"This package includes the programs needed to create and run a PostgreSQL server, which will in turn allow you to create and maintain PostgreSQL databases."
msgstr ""
-#. summary(python-six)
-msgid "Python 2 and 3 compatibility utilities"
+#. summary(powertop)
+msgid "A Linux Tool to Find out What is Using Power on a Laptop"
msgstr ""
-#. summary(python-odfpy)
-msgid "Python API and tools to manipulate OpenDocument files"
+#. description(powertop)
+msgid "PowerTOP is a program that collects the various pieces of information from your system and presents an overview of how well your laptop is doing in terms of power savings."
msgstr ""
-#. summary(python-gstreamer-0_10)
-msgid "Python Bindings for GStreamer"
+#. summary(pptpd)
+msgid "PoPToP - PPTP Daemon, Linux as Microsoft VPN Server"
msgstr ""
-#. summary(python-libxml2)
-msgid "Python Bindings for libxml2"
+#. description(pptpd)
+msgid "PoPToP is a PPTP(Point-to-Point Tunneling Protocol) server solution for Linux, it allows Linux servers to function seamlessly in the PPTP VPN environment. This release supports Windows 95/98/NT/2000 PPTP clients and PPTP Linux clients."
msgstr ""
-#. summary(python-wxWidgets-2_9)
+#. summary(pragha)
#, fuzzy
-msgid "Python Bindings for wxWidgets"
-msgstr "O pacote não está assinalado"
+msgid "Lightweight Music Player"
+msgstr "Player de Mídia Beep"
-#. summary(python-fcgi)
-#, fuzzy
-msgid "Python FastCGI Module"
-msgstr "Carregar Módulos Desconhecidos"
+#. description(pragha)
+msgid ""
+"A Lightweight Music Player for GNU/Linux, based on Gtk, sqlite, and completely written in C, constructed to be fast, light, and simultaneously complete without obstructing the daily work.\n"
+"\n"
+"Pragha was originally derived of Consonance Music Manager (http://sites.google.com/site/consonancemanager/) discontinued by the original author.\n"
+"\n"
+"Some of the features are:\n"
+"* Library management using sqlite3.\n"
+"* Versatile Amarok-style play queue.\n"
+"* Multiple views.\n"
+"* OSD support with Libnotify.\n"
+"* Id3 tag editing.\n"
+"* mp3, ogg, flac, modplug, wav, asf, wma, mp4, m4a, MonkeyAudio and Audio CD support.\n"
+"* Last.fm scrobbling, get cover art, get artist information, append similar songs, love, unlove, etc.\n"
+"* Playlist management (M3U Exporting).\n"
+"* DBUS management interface.\n"
+"* MPRIS2 Support.\n"
+"* Search/Filterin the current playlist.\n"
+"* Search lyrics."
+msgstr ""
-#. summary(python:python-curses)
+#. summary(pragha:pragha-plugins)
#, fuzzy
-msgid "Python Interface to the (N)Curses Library"
-msgstr "Interface do Kernel"
+msgid "Plugins for Pragha"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(python:python-gdbm)
-#, fuzzy
-msgid "Python Interface to the GDBM Library"
-msgstr "Interface do Kernel"
+#. description(pragha:pragha-plugins)
+msgid ""
+"This package includes plugins for the Pragha player.\n"
+"\n"
+"* AcoustID - Get metadata on AcoustID service.\n"
+"* CD-ROM - Play Audio CDs.\n"
+"* Devices - Management removable devices.\n"
+"* DLNA Server - Share your playlist on a DLNA server.\n"
+"* DLNA Renderer - Play music on a DLNA server.\n"
+"* Global Hotkeys - Control Pragha with multimedia keys.\n"
+"* Global Hotkeys with gnome-media-keys daemon - Control Pragha with gnome-media-keys daemon.\n"
+"* Last.fm - Scrobble on Last.fm.\n"
+"* MPRIS2 - Control Pragha with MPRIS2 interface.\n"
+"* MTP Devices - Management MTP devices.\n"
+"* Notification - Show notification when change songs.\n"
+"* Removable Media - Detect removable media and scan it.\n"
+"* Song Info - Get Artist info, Lyrics and Album arts of yours songs.\n"
+"* Get radios - Get radios on TuneIn."
+msgstr ""
-#. summary(python-ldap)
-#, fuzzy
-msgid "Python LDAP interface"
-msgstr "Serviço de cliente LDAP"
+#. summary(prctl)
+msgid "A utility to perform process operations"
+msgstr ""
-#. summary(python-pyserial)
-msgid "Python Serial Port Extension"
+#. description(prctl)
+msgid "The prctl utility allows a user to control certain process behaviors in the runtime environment."
msgstr ""
-#. description(python-pyserial)
-msgid "Python Serial Port Extension for Win32, Linux, BSD, Jython, IronPython"
+#. summary(presage:presage-data)
+msgid "Intelligent predictive text entry platform (data files)"
msgstr ""
-#. summary(python-xlib)
-#, fuzzy
-msgid "Python X11 interface"
-msgstr "Serviço de cliente LDAP"
+#. description(presage:presage-data)
+msgid ""
+"Presage is an intelligent predictive text entry platform.\n"
+"\n"
+"This package contains the sample statistical data files and abbreviation files needed by presage."
+msgstr ""
-#. description(virtualbox:python-virtualbox)
-msgid "Python XPCOM bindings to virtualbox. Used e.g. by vboxgtk package."
+#. summary(presentproto:presentproto-devel)
+msgid "The X11 Protocol: Present extension"
msgstr ""
-#. summary(python-pyzmq)
-#, fuzzy
-msgid "Python bindings for 0MQ"
-msgstr "O pacote não está assinalado"
+#. description(presentproto:presentproto-devel)
+msgid "The Present protocol headers for X11 development. The Present extension provides a way for applications to update their window contents from a pixmap in a well defined fashion, synchronizing with the display refresh and potentially using a more efficient mechanism than copying the contents of the source pixmap."
+msgstr ""
-#. summary(python-gnome:python-bonobo)
-#, fuzzy
-msgid "Python bindings for Bonobo"
-msgstr "O pacote não está assinalado"
+#. summary(printproto:printproto-devel)
+msgid "The X11 Protocol: Xprint extension"
+msgstr ""
-#. summary(python-gnome:python-gconf)
-#, fuzzy
-msgid "Python bindings for GConf"
-msgstr "O pacote não está assinalado"
+#. description(printproto:printproto-devel)
+msgid "The Print protocol headers for X11 development. Xprint is a portable, network-transparent printing system. It is no longer maintained and solely provided for ABI compatibility."
+msgstr ""
-#. summary(python-gnome)
-#, fuzzy
-msgid "Python bindings for GNOME"
-msgstr "O pacote não está assinalado"
+#. summary(privoxy)
+msgid "The Internet Junkbuster - HTTP Proxy Server"
+msgstr ""
-#. summary(python-gnome:python-gnomevfs)
-#, fuzzy
-msgid "Python bindings for GNOME-VFS"
-msgstr "O pacote não está assinalado"
+#. description(privoxy)
+msgid "The Internet Junkbuster - HTTP Proxy Server: A non-caching HTTP proxy server that runs between a web browser and a web server and filters contents as described in the configuration files."
+msgstr ""
-#. summary(python-kde4)
-#, fuzzy
-msgid "Python bindings for KDE 4"
-msgstr "O pacote não está assinalado"
+#. summary(procinfo)
+msgid "Display System Status Gathered from /proc"
+msgstr ""
-#. summary(python-kde4:python-kde4-akonadi)
-#, fuzzy
-msgid "Python bindings for KDE 4 - Akonadi"
-msgstr "O pacote não está assinalado"
+#. description(procinfo)
+msgid "The \"procinfo\" command gathers some system data from the /proc directory and prints it nicely formatted on the standard output device."
+msgstr ""
-#. summary(python-kde4:python-kde4-khtml)
-#, fuzzy
-msgid "Python bindings for KDE 4 - KHTML"
-msgstr "O pacote não está assinalado"
+#. summary(procmail)
+msgid "A program for local e-mail delivery"
+msgstr ""
-#. summary(python-kde4:python-kde4-knewstuff)
-#, fuzzy
-msgid "Python bindings for KDE 4 - KNewStuff"
-msgstr "O pacote não está assinalado"
+#. description(procmail)
+msgid "Sendmail calls procmail to deliver email into a local folder. Procmail can be configured to store e-mail in different folders."
+msgstr ""
-#. summary(python-kde4:python-kde4-nepomuk)
+#. summary(proxymngr)
#, fuzzy
-msgid "Python bindings for KDE 4 - Nepomuk"
-msgstr "O pacote não está assinalado"
+msgid "X proxy manager service"
+msgstr "Gerenciamento de energia (APM)"
-#. summary(python-kde4:python-kde4-phonon)
-#, fuzzy
-msgid "Python bindings for KDE 4 - Phonon"
-msgstr "O pacote não está assinalado"
+#. description(proxymngr)
+msgid "The proxy manager (proxymngr) is responsible for resolving requests from xfindproxy (and other similar clients), starting new proxies when appropriate, and keeping track of all of the available proxy services. The proxy manager strives to reuse existing proxies whenever possible."
+msgstr ""
-#. summary(python-kde4:python-kde4-plasma)
-#, fuzzy
-msgid "Python bindings for KDE 4 - Plasma"
-msgstr "O pacote não está assinalado"
+#. summary(pstoedit)
+msgid "PostScript and PDF Converter"
+msgstr ""
-#. summary(python-kde4:python-kde4-soprano)
-#, fuzzy
-msgid "Python bindings for KDE 4 - Soprano"
-msgstr "O pacote não está assinalado"
+#. description(pstoedit)
+msgid ""
+"pstoedit converts PostScript and PDF files to other vector graphic formats so that they can be edited graphically.\n"
+"\n"
+"pstoedit supports:\n"
+"\n"
+"* Tgif .obj format (for tgif version >= 3)\n"
+"* .fig format for xfig\n"
+"* pdf - Adobe's Portable Document Format\n"
+"* gnuplot format\n"
+"* Flattened PostScript (with or without Bezier curves)\n"
+"* DXF - CAD exchange format\n"
+"* LWO - LightWave 3D\n"
+"* RIB - RenderMan\n"
+"* RPL - Real3D\n"
+"* Java 1 or Java 2 applet\n"
+"* Idraw format (in fact a special form of EPS that idraw can read)\n"
+"* Tcl/Tk\n"
+"* HPGL\n"
+"* AI (Adobe Illustrator) (based on ps2ai.ps - not a real pstoedit driver - see notes below and manual)\n"
+"* Windows Meta Files (WMF) (Windows only)\n"
+"* Enhanced Windows Meta Files (EMF) (Windows, but also Linux/Unix if libemf is available)\n"
+"* OS/2 meta files (OS/2 only)\n"
+"* PIC format for troff/groff\n"
+"* MetaPost format for usage with TeX/LaTeX\n"
+"* LaTeX2e picture\n"
+"* Kontour\n"
+"* GNU Metafile (plotutils / libplot)\n"
+"* Skencil ( http://www.skencil.org )\n"
+"* Mathematica\n"
+"* via ImageMagick to any format supported by ImageMagick\n"
+"* SWF\n"
+"* CNC G code\n"
+"* VTK files for ParaView and similar visualization tools"
+msgstr ""
-#. summary(kdebase4-workspace:python-kdebase4)
-#, fuzzy
-msgid "Python bindings for KDE 4 desktop shell"
-msgstr "O pacote não está assinalado"
+#. summary(psutils)
+msgid "Tools for Manipulating PostScript Files"
+msgstr ""
-#. summary(python-orbit)
-msgid "Python bindings for ORBit"
+#. description(psutils)
+msgid ""
+"This archive contains utilities for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing.\n"
+"\n"
+"psbook rearranges pages into signatures\n"
+"\n"
+"psselect selects pages and page ranges\n"
+"\n"
+"pstops performs general page rearrangement and selection\n"
+"\n"
+"psnup put multiple pages per physical sheet of paper\n"
+"\n"
+"psresize alter document paper size\n"
+"\n"
+"epsffit fits an EPSF file to a given bounding box\n"
+"\n"
+"You will find a README in /usr/share/doc/packages/psutils/ which also describes several Perl scripts for importing PostScript files. A manual page for each ps utility is also included."
msgstr ""
-#. description(python-orbit)
-msgid "Python bindings for ORBit. ORBit is the CORBA Object Request Broker used e.g. by GNOME."
+#. summary(pthread-stubs:pthread-stubs-devel)
+msgid "The X Protocol"
msgstr ""
-#. summary(libopensync:python-opensync)
+#. description(pthread-stubs:pthread-stubs-devel)
#, fuzzy
-msgid "Python bindings for OpenSync"
-msgstr "O pacote não está assinalado"
+msgid "The pthread-stubs for X development"
+msgstr "Desenvolvimento Kernel"
-#. summary(python-pam)
-msgid "Python bindings for PAM"
+#. summary(pulseaudio:pulseaudio-esound-compat)
+msgid "ESOUND compatibility for PulseAudio"
msgstr ""
-#. description(kdebase4-workspace:python-kdebase4)
-msgid "Python bindings for Plasma, the KDE 4 desktop shell. These bindings allow Plasmoids written in Python"
+#. description(pulseaudio:pulseaudio-esound-compat)
+msgid ""
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
+"\n"
+"This package provides the compatibility layer for drop-in replacement of ESOUND."
msgstr ""
-#. description(deltarpm:python-deltarpm)
+#. summary(pwgen)
#, fuzzy
-msgid "Python bindings for deltarpm"
-msgstr "O pacote não está assinalado"
+msgid "Password generator"
+msgstr "Senha"
-#. summary(python-goocanvas)
-#, fuzzy
-msgid "Python bindings for goocanvas"
-msgstr "O pacote não está assinalado"
+#. description(pwgen)
+msgid "pwgen generates random, meaningless but pronounceable and thus easy to remember passwords. The also contained makepasswd gives even more options which are more aimed at security."
+msgstr ""
-#. description(python-goocanvas)
+#. summary(python3:python3-curses)
#, fuzzy
-msgid "Python bindings for goocanvas."
-msgstr "O pacote não está assinalado"
+msgid "Python Interface to the (N)Curses Library"
+msgstr "Interface do Kernel"
-#. summary(python-gnome:python-gnomecanvas)
-#, fuzzy
-msgid "Python bindings for libgnomecanvas"
-msgstr "O pacote não está assinalado"
+#. description(python3:python3-curses)
+msgid "An easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface."
+msgstr ""
-#. summary(libzypp-bindings:python-zypp)
+#. summary(python3:python3-dbm)
#, fuzzy
-msgid "Python bindings for libzypp"
-msgstr "O pacote não está assinalado"
+msgid "Python Interface to the GDBM Library"
+msgstr "Interface do Kernel"
-#. summary(python-gtksourceview)
-#, fuzzy
-msgid "Python bindings for the GTK+ source editing widget"
-msgstr "O pacote não está assinalado"
+#. description(python3:python3-dbm)
+msgid "An easy to use interface for Unix DBM databases, and more specifically, the GNU implementation GDBM."
+msgstr ""
-#. summary(gtk-vnc2:python-gtk-vnc)
-#, fuzzy
-msgid "Python bindings for the gtk-vnc library"
-msgstr "O pacote não está assinalado"
+#. summary(python3-gst)
+msgid "Python Bindings for GStreamer"
+msgstr ""
-#. summary(virtualbox:python-virtualbox)
-#, fuzzy
-msgid "Python bindings for virtualbox"
-msgstr "O pacote não está assinalado"
+#. description(python3-gst)
+msgid "This module contains a wrapper that allows GStreamer applications to be written in Python."
+msgstr ""
-#. summary(python-pymongo)
-#, fuzzy
-msgid "Python driver for MongoDB"
-msgstr "O pacote não está assinalado"
+#. summary(OpenPrintingPPDs)
+msgid "PPD files from OpenPrinting.org"
+msgstr ""
-#. summary(python-flickrapi)
-#, fuzzy
-msgid "Python interface to Flickr"
-msgstr "Interface do Kernel"
+#. description(OpenPrintingPPDs)
+msgid ""
+"To set up a printer configuration a printer description file (PPD file) is required.\n"
+"\n"
+"A printer description file is not a driver.\n"
+"\n"
+"For non-PostScript printers a driver is needed together with a PPD file which matches exactly to the particular driver.\n"
+"\n"
+"For PostScript printers, a PPD file alone is sufficient (except for older PostScript level 1 printer models).\n"
+"\n"
+"The PPD files are provided in the following sub-packages depending on which kind of driver software is needed:\n"
+"\n"
+"OpenPrintingPPDs-ghostscript provides PPDs which use Ghostscript built-in drivers.\n"
+"\n"
+"OpenPrintingPPDs-hpijs provides PPDs which use the hpijs driver from HPLIP.\n"
+"\n"
+"OpenPrintingPPDs-postscript provides PPDs which need no driver."
+msgstr ""
-#. description(python:python-tk)
-msgid "Python interface to Tk. Tk is the GUI toolkit that comes with Tcl. The \"xrpm\" package uses this Python interface."
+#. summary(OpenPrintingPPDs:OpenPrintingPPDs-ghostscript)
+msgid "PPD files from OpenPrinting.org which use Ghostscript built-in drivers"
msgstr ""
-#. summary(xorg-x11-proto-devel:python-xcb-proto-devel)
-msgid "Python libraries mandatory for XML-XCB Development"
+#. description(OpenPrintingPPDs:OpenPrintingPPDs-ghostscript)
+msgid "PPD files for non-PostScript printers which use a Ghostscript built-in driver and PPD files for PostScript level 1 printers which use the Ghostscript driver pswrite."
msgstr ""
-#. summary(python-gdata)
-msgid "Python library to access data through Google Data APIs"
+#. summary(OpenPrintingPPDs:OpenPrintingPPDs-hpijs)
+msgid "PPD files from OpenPrinting.org which use the hpijs driver"
msgstr ""
-#. summary(python-xdg)
-msgid "Python library to use freedesktop.org specifications"
+#. description(OpenPrintingPPDs:OpenPrintingPPDs-hpijs)
+msgid "PPD files for non-PostScript printers which use the Ghostscript IJS driver /usr/bin/hpijs from HPLIP."
msgstr ""
-#. summary(python-clientform)
-#, fuzzy
-msgid "Python module for client-side HTML forms"
-msgstr "Gerenciamento de energia (APM)"
+#. summary(OpenPrintingPPDs:OpenPrintingPPDs-postscript)
+msgid "PPD files from OpenPrinting.org for PostScript printers"
+msgstr ""
-#. summary(ibus:python-ibus)
-#, fuzzy
-msgid "Python module for ibus"
-msgstr "Gerenciamento de energia (APM)"
-
-#. summary(python-virtinst)
-msgid "Python modules and tools for creating virtual machines with libvirt"
+#. description(OpenPrintingPPDs:OpenPrintingPPDs-postscript)
+msgid "PPD files for PostScript printers which do not use a driver but may use the foomatic-rip filter."
msgstr ""
-#. summary(python-pyOpenSSL)
-msgid "Python wrapper module around the OpenSSL library"
+#. summary(obs-service-download_files)
+msgid "An OBS source service: download files"
msgstr ""
-#. description(qdox)
-msgid "QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools."
+#. description(obs-service-download_files)
+msgid ""
+"This is a source service for openSUSE Build Service.\n"
+"\n"
+"This service is parsing all spec files and downloads all Source files which are specified via a http, https or ftp url."
msgstr ""
-#. description(qemu)
-msgid "QEMU is an extremely well-performing CPU emulator that allows you to choose between simulating an entire system and running userspace binaries for different architectures under your native operating system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well as PC and PowerMac systems."
+#. summary(obs-service-format_spec_file)
+msgid "An OBS source service: reformats a spec file to SUSE standard"
msgstr ""
-#. description(qemu-linux-user)
+#. description(obs-service-format_spec_file)
msgid ""
-"QEMU is an extremely well-performing CPU emulator that allows you to choose between simulating an entire system and running userspace binaries for different architectures under your native operating system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well as PC and PowerMac systems.\n"
+"This is a source service for openSUSE Build Service.\n"
"\n"
-"This sub-package contains statically linked binaries for running linux-user emulations. This can be used together with the OBS build script to run cross-architecture builds."
+"This source service is formating the spec file to SUSE standard. The rational behind is to make it easier to review spec files from unknown packagers.\n"
+"\n"
+"This should be used in \"trylocal\" mode, so that osc is adapting the existing spec file instead of creating a new one."
msgstr ""
-#. description(qemu:qemu-tools)
+#. summary(obs-service-recompress)
+msgid "An OBS source service: Recompress files"
+msgstr ""
+
+#. description(obs-service-recompress)
msgid ""
-"QEMU is an extremely well-performing CPU emulator that allows you to choose between simulating an entire system and running userspace binaries for different architectures under your native operating system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well as PC and PowerMac systems.\n"
+"This is a source service for openSUSE Build Service.\n"
"\n"
-"This sub-package contains various tools, including a bridge helper."
+"It supports to compress, uncompress or recompress files from or to\n"
+"\n"
+" none : No Compression gz : Gzip Compression bz2 : Bzip2 Compression xz : XZ Compression"
msgstr ""
-#. description(qoauth:qoauth-devel)
+#. summary(obs-service-set_version)
+msgid "An OBS source service: Update spec file version"
+msgstr ""
+
+#. description(obs-service-set_version)
msgid ""
-"QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way, i.e. simply, clearly and efficiently.\n"
+"This is a source service for openSUSE Build Service.\n"
"\n"
-"This package contains files for developing applications using QOAuth."
+"Very simply script to update the version in .spec or .dsc files according to a given version or to the existing files."
msgstr ""
-#. summary(perl-Quantum-Superpositions)
-msgid "Qm-like superpositions for Perl"
+#. summary(obs-service-source_validator)
+msgid "An OBS source service: running all the osc source-validator checks"
msgstr ""
-#. description(qt-creator)
-msgid "Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier."
+#. description(obs-service-source_validator)
+msgid ""
+"This is a source service for openSUSE Build Service.\n"
+"\n"
+"This service runs all checks as required by openSUSE:Factory project. This can be used to guarantee that all checks succeed also on the service side. This plugin can be used via project wide defined services."
msgstr ""
-#. summary(qtcurve-gtk2)
-msgid "QtCurve style for GTK+ 2"
+#. summary(obs-service-tar_scm)
+msgid "An OBS source service: checkout or update a tar ball from svn/git/hg"
msgstr ""
-#. summary(qtcurve-kde4)
-msgid "QtCurve style for KDE 4"
+#. description(obs-service-tar_scm)
+msgid ""
+"This is a source service for openSUSE Build Service.\n"
+"\n"
+"It supports downloading from svn, git, hg and bzr repositories."
msgstr ""
-#. description(quagga)
-msgid "Quagga is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms, particularly FreeBSD and Linux and also NetBSD, to mention a few. Quagga is a fork of GNU Zebra which was developed by Kunihiro Ishiguro. The Quagga tree aims to build a more involved community around Quagga than the current centralised model of GNU Zebra."
+#. summary(obs-service-verify_file)
+msgid "An OBS source service: file verification"
msgstr ""
-#. description(quilt)
+#. description(obs-service-verify_file)
msgid ""
-"Quilt allows you to easily manage large numbers of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, and more.\n"
+"This is a source service for openSUSE Build Service.\n"
"\n"
-"Quilt originally was based on Andrew Morton's patch scripts found at http://www.zip.com.au/~akpm/linux/patches/."
+"It allows to verify a file with a given sha256sum"
msgstr ""
-#. description(radvd)
-msgid "RADVD is the Router ADVertisement Daemon. It is used for automated configuration of IPv6 networks. Most people will not need this."
+#. summary(xfce4-branding-openSUSE:openSUSE-xfce-icon-theme)
+msgid "openSUSE Xfce Default Icon Theme"
msgstr ""
-#. description(rcs)
-msgid "RCS, the Revision Control System, manages multiple revisions of files. RCS can store, retrieve, log, identify, and merge revisions. It is useful for files that are frequently revised, for example: programs, documentation, graphics, and papers."
+#. description(xfce4-branding-openSUSE:openSUSE-xfce-icon-theme)
+msgid "This is the openSUSE Xfce Default Icon Theme."
msgstr ""
-#. summary(remmina:remmina-plugin-rdp)
-msgid "RDP Protocol Plugin for Remmina"
+#. summary(openbox-adwaita-ob-theme)
+#, fuzzy
+msgid "Adwaita theme for the Openbox Window Manager"
+msgstr "O gerenciador de janelas Motif"
+
+#. description(openbox-adwaita-ob-theme)
+#, fuzzy
+msgid "This package contains an Openbox theme created to mimic GNOME's Adwaita theme."
+msgstr "<p>Este menu contém os links que se referem a informações do documento.</p>"
+
+#. summary(orage:orage-doc)
+#, fuzzy
+msgid "Documentation for orage"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(orage:orage-doc)
+#, fuzzy
+msgid "This package contains the documentation for orage."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(orage:orage-lang)
+msgid "Languages for package orage"
msgstr ""
-#. summary(perl-Crypt-OpenSSL-RSA)
-msgid "RSA encoding and decoding, using the openSSL libraries"
+#. description(orage:orage-lang)
+msgid "Provides translations to the package orage"
msgstr ""
-#. summary(perl-Image-ExifTool:perl-File-RandomAccess)
-msgid "Random Access Reads of Sequential File or Scalar"
+#. summary(oro)
+msgid "Full regular expressions API"
msgstr ""
-#. description(rarpd)
-msgid "Rarpd listens on the Ethernet for broadcast packets asking for reverse address resolution. These packets are sent by hosts at boot time to find out their IP addresses."
+#. description(oro)
+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."
msgstr ""
-#. summary(perl-CDDB_get)
-msgid "Read the CDDB entry for an audio CD in your drive"
+#. summary(osc)
+msgid "openSUSE Build Service Commander"
msgstr ""
-#. summary(perl-Image-Size)
-msgid "Read the dimensions of an image in several popular formats"
+#. description(osc)
+msgid ""
+"Commandline client for the openSUSE Build Service.\n"
+"\n"
+"See http://en.opensuse.org/openSUSE:OSC , as well as http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general introduction."
msgstr ""
-#. summary(perl-AppConfig)
-msgid "Reading configuration files and parsing command line arguments"
+#. summary(oxygen5:oxygen5-lang)
+#, fuzzy
+msgid "Languages for package oxygen5"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(oxygen5:oxygen5-lang)
+#, fuzzy
+msgid "Provides translations to the package oxygen5"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(pan:pan-lang)
+msgid "Languages for package pan"
msgstr ""
-#. summary(perl-File-Tail)
-msgid "Reading files which are continuously appended"
+#. description(pan:pan-lang)
+msgid "Provides translations to the package pan"
msgstr ""
-#. description(perl-Readonly)
+#. summary(paprefs:paprefs-lang)
+msgid "Languages for package paprefs"
+msgstr ""
+
+#. description(paprefs:paprefs-lang)
+msgid "Provides translations to the package paprefs"
+msgstr ""
+
+#. summary(paratype-pt-mono-fonts)
+msgid "Monospaced Fonts for Minority Languages of Russia"
+msgstr ""
+
+#. description(paratype-pt-mono-fonts)
msgid ""
-"Readonly.pm provides a facility for creating non-modifiable scalars, arrays, and hashes.\n"
+"PT Mono was developed for the special needs — for use in forms, tables, work sheets etc. Equal widths of characters are very helpful in setting complex documents, with such font you may easily calculate size of entry fields, column widths in tables and so on. One of the most important area of use is Web sites of “electronic governments“ where visitors have to fill different request forms. Currently PT Mono consists of Regular and Bold styles.\n"
"\n"
-"Authors: Eric J. Roode, roode(a)cpan.org"
+"The fonts beside standard Western, Central European and Cyrillic code pages contain characters of all title languages of Russian Federation that make them unique and very important tool of the modern digital communications."
msgstr ""
-#. description(regexp)
-msgid "Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke. He originally wrote this software back in 1996 and it has stood up quite well to the test of time. It includes complete Javadoc documentation as well as a simple Applet for visual debugging and testing suite for compatibility."
+#. summary(paratype-pt-sans-fonts)
+msgid "Sans Fonts for Minority Languages of Russia"
msgstr ""
-#. summary(perl-XML-RegExp)
-msgid "Regular expressions for XML tokens"
+#. description(paratype-pt-sans-fonts)
+msgid ""
+"PT Sans is based on Russian sans serif types of the second part of the XX century, but at the same time has a very distinctive features of modern humanistic design. The family consists of 8 styles: 4 basic styles; 2 captions styles for small sizes and 2 narrows styles for economic setting.\n"
+"\n"
+"The fonts beside standard Western, Central European and Cyrillic code pages contain characters of all title languages of Russian Federation that make them unique and very important tool of the modern digital communications."
msgstr ""
-#. description(rekonq)
-msgid "Rekonq is a web browser for KDE based on WebKit. It first focuses on being a light, fast & clean way to access to net. Its development is doubly based on using the new amazing features offered by the WebKit rendering engine and on the rock solid network KDE technologies."
+#. summary(paratype-pt-serif-fonts)
+msgid "Serif Fonts for Minority Languages of Russia"
msgstr ""
-#. description(rekonq:rekonq-doc)
+#. description(paratype-pt-serif-fonts)
msgid ""
-"Rekonq is a web browser for KDE based on WebKit. It first focuses on being a light, fast & clean way to access to net. Its development is doubly based on using the new amazing features offered by the WebKit rendering engine and on the rock solid network KDE technologies.\n"
+"PT Serif is a transitional serif face with humanistic terminals designed for use together with PT Sans and harmonized with PT Sans on metrics, proportions, weights and design. PT Serif consists of six styles: regular and bold weights with corresponding italics form a standard computer font family for basic text setting; two caption styles (regular and italic) are for texts of small point sizes.\n"
"\n"
-"This package provides the documentation for rekonq."
+"The fonts beside standard Western, Central European and Cyrillic code pages contain characters of all title languages of Russian Federation that make them unique and very important tool of the modern digital communications."
msgstr ""
-#. description(remmina)
-msgid "Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols such as RDP, VNC, NX, XDMCP and SSH via separate plugins in an integrated and consistant user interface."
+#. summary(pavucontrol:pavucontrol-lang)
+msgid "Languages for package pavucontrol"
msgstr ""
-#. summary(rarpd)
-msgid "Reverse Address Resolution Protocol Daemon"
+#. description(pavucontrol:pavucontrol-lang)
+msgid "Provides translations to the package pavucontrol"
msgstr ""
-#. summary(rcs)
-msgid "Revision Control System"
+#. summary(pcmanfm:pcmanfm-lang)
+#, fuzzy
+msgid "Languages for package pcmanfm"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(pcmanfm:pcmanfm-lang)
+#, fuzzy
+msgid "Provides translations to the package pcmanfm"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(pdfmod:pdfmod-lang)
+msgid "Languages for package pdfmod"
msgstr ""
-#. summary(perl-Time-Duration)
-msgid "Rounded or exact English expression of durations"
+#. description(pdfmod:pdfmod-lang)
+#, fuzzy
+msgid "Provides translations to the package pdfmod"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(pentaho-libxml)
+#, fuzzy
+msgid "Namespace aware SAX-Parser utility library"
+msgstr "Servidor de Impressão"
+
+#. 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 ""
-#. summary(radvd)
-msgid "Router ADVertisement Daemon for IPv6"
+#. summary(pentaho-reporting-flow-engine)
+msgid "Pentaho Flow Reporting Engine"
msgstr ""
-#. summary(perl-IPC-Run3)
-msgid "Run a subprocess with input/ouput redirection"
+#. description(pentaho-reporting-flow-engine)
+msgid "Pentaho Reporting Flow Engine is a free Java report library, formerly known as 'JFreeReport'"
msgstr ""
-#. summary(perl-Authen-SASL-Cyrus)
+#. summary(perl-Algorithm-Diff)
+#. description(perl-Algorithm-Diff)
+msgid "Compute `intelligent' differences between two files / lists"
+msgstr ""
+
+#. summary(perl-Apache-DBI)
+msgid "Initiate a persistent database connection"
+msgstr ""
+
+#. description(perl-Apache-DBI)
+msgid ""
+"This module initiates a persistent database connection.\n"
+"\n"
+"The database access uses Perl's DBI. For supported DBI drivers see:\n"
+"\n"
+" http://dbi.perl.org/\n"
+"\n"
+"When loading the DBI module (do not confuse this with the Apache::DBI module) it checks if the environment variable 'MOD_PERL' has been set and if the module Apache::DBI has been loaded. In this case every connect request will be forwarded to the Apache::DBI module. This checks if a database handle from a previous connect request is already stored and if this handle is still valid using the ping method. If these two conditions are fulfilled it just returns the database handle. The parameters defining the connection have to be exactly the same, including the connect attributes! If there is no appropriate database handle or if the ping method fails, a new connection is established and the handle is stored for later re-use. There is no need to remove the disconnect statements from your code. They won't do anything because the Apache::DBI module overloads the disconnect method."
+msgstr ""
+
+#. summary(perl-Apache-Session)
+msgid "A persistence framework for session data"
+msgstr ""
+
+#. description(perl-Apache-Session)
+msgid ""
+"Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also works outside of a web server altogether.\n"
+"\n"
+"Apache::Session consists of five components: the interface, the object store, the lock manager, the ID generator, and the serializer. The interface is defined in Session.pm, which is meant to be easily subclassed. The object store can be the filesystem, a Berkeley DB, a MySQL DB, an Oracle DB, a Postgres DB, Sybase, or Informix. Locking is done by lock files, semaphores, or the locking capabilities of the various databases. Serialization is done via Storable, and optionally ASCII-fied via MIME or pack(). ID numbers are generated via MD5. The reader is encouraged to extend these capabilities to meet his own requirements.\n"
+"\n"
+"A derived class of Apache::Session is used to tie together the three following components. The derived class inherits the interface from Apache::Session, and specifies which store and locker classes to use. Apache::Session::MySQL, for instance, uses the MySQL storage class and also the MySQL locking class. You can easily plug in your own object store or locker class."
+msgstr ""
+
+#. summary(perl-AppConfig)
#, fuzzy
-msgid "SASL Authentication Framework - Cyrus Plugin"
-msgstr "Selecionar modo de autenticação WEP:"
+msgid "Perl5 module for reading configuration files and parsing command line ar[cut]"
+msgstr "Analisando arquivos de configuração..."
-#. summary(perl-Authen-SASL)
+#. description(perl-AppConfig)
#, fuzzy
-msgid "SASL Authentication framework"
-msgstr "Selecionar modo de autenticação WEP:"
+msgid "Perl5 module for reading configuration files and parsing command line arguments."
+msgstr "Analisando arquivos de configuração..."
-#. description(perl-Authen-SASL-Cyrus)
+#. summary(perl-Archive-Zip)
+msgid "Provide an interface to ZIP archive files"
+msgstr ""
+
+#. description(perl-Archive-Zip)
msgid ""
-"SASL is a generic mechanism for authentication used by several network protocols.\n"
+"The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files.\n"
"\n"
-"Authen::SASL::Cyrus is a plug-in for the Authen::SASL module and provides an implementation framework that all protocols should be able to share.\n"
+"Zip archives can be created, or you can read from existing zip files.\n"
"\n"
-"The XS framework makes calls to the existing libsasl.so shared library to perform SASL client connection functionality, including loading existing shared library mechanisms."
+"Once created, they can be written to files, streams, or strings. Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed.\n"
+"\n"
+"Members can be created from members in existing Zip files, or from existing directories, files, or strings.\n"
+"\n"
+"This module uses the the Compress::Raw::Zlib manpage library to read and write the compressed streams inside the files.\n"
+"\n"
+"One can use the Archive::Zip::MemberRead manpage to read the zip file archive members as if they were files."
msgstr ""
+#. summary(perl-Authen-SASL)
+#, fuzzy
+msgid "SASL Authentication framework"
+msgstr "Selecionar modo de autenticação WEP:"
+
#. description(perl-Authen-SASL)
msgid ""
"SASL is a generic mechanism for authentication used by several network protocols. *Authen::SASL* provides an implementation framework that all protocols should be able to share.\n"
@@ -3103,166 +3340,192 @@
" use Authen::SASL qw(My::SASL::Plugin);"
msgstr ""
-#. description(perl-SDL)
-msgid ""
-"SDL Perl are a set of bindings to the Simple DirectMedia Layer (SDL).\n"
-"\n"
-"Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of \"Civilization: Call To Power.\""
+#. summary(perl-CDDB_get)
+msgid "Read the CDDB entry for an audio CD in your drive"
msgstr ""
-#. summary(perl-SGMLS)
-msgid "SGML/XML Parsers"
+#. description(perl-CDDB_get)
+msgid "This module/script gets the CDDB info for an audio cd. You need LINUX, SUNOS or *BSD, a cdrom drive and an active internet connection in order to do that."
msgstr ""
-#. description(perl-SGMLS)
-msgid "SGMLSpm is a Perl script that reads ESIS output (from parsers like SP) and offers an event-based interface to the parser. As long as the parser can parse XML this also works for XML."
+#. summary(perl-CGI)
+msgid "Handle Common Gateway Interface requests and responses"
msgstr ""
-#. description(python-sip)
-msgid "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library."
-msgstr ""
-
-#. description(python-sip:python-sip-devel)
+#. description(perl-CGI)
msgid ""
-"SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.\n"
+"CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers.\n"
"\n"
-"This package contains all the developer tools you need to create your own sip bindings."
-msgstr ""
-
-#. description(python-sip:python-sip-bin)
-msgid ""
-"SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.\n"
+"CGI.pm performs very well in a vanilla CGI.pm environment and also comes with built-in support for mod_perl and mod_perl2 as well as FastCGI.\n"
"\n"
-"This package contains the sip executable."
+"It has the benefit of having developed and refined over 20 years with input from dozens of contributors and being deployed on thousands of websites. CGI.pm was included in the perl distribution from perl v5.4 to v5.20, however is has now been removed from the perl core..."
msgstr ""
-#. summary(python-sip:python-sip-bin)
-msgid "SIP tool to create python bindings"
+#. summary(perl-CGI-Application)
+msgid "Framework for building reusable web-applications"
msgstr ""
-#. summary(python-sip)
-msgid "SIP tool to use python sip bindings"
+#. description(perl-CGI-Application)
+msgid ""
+"It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows:\n"
+"\n"
+" package My::App; use base 'CGI::Application';\n"
+"\n"
+"*Notation and Conventions*\n"
+"\n"
+"For the purpose of this document, we will refer to the following conventions:\n"
+"\n"
+" WebApp.pm The Perl module which implements your Application Module class. WebApp Your Application Module class; a sub-class of CGI::Application. webapp.cgi The Instance Script which implements your Application Module. $webapp An instance (object) of your Application Module class. $c Same as $webapp, used in instance methods to pass around the current object. (Sometimes referred as \"$self\" in other code)"
msgstr ""
-#. description(perl-SOAP-Lite)
-msgid "SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side."
+#. summary(perl-Capture-Tiny)
+msgid "Capture STDOUT and STDERR from Perl, XS or external programs"
msgstr ""
-#. summary(perl-Net-SMTP-SSL)
-#, fuzzy
-msgid "SSL support for Net::SMTP"
-msgstr "XScreensaver não encontrado."
-
-#. description(perl-SVN-Simple)
-msgid "SVN::Simple::Edit wraps the subversion delta editor with a perl friendly interface and then you could easily drive it for describing changes to a tree. A common usage is to wrap the commit editor, so you could make commits to a subversion repository easily."
+#. description(perl-Capture-Tiny)
+msgid "Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one."
msgstr ""
-#. summary(perl-Eval-Closure)
-msgid "Safely and cleanly create closures via string eval"
+#. summary(perl-Carp-Assert)
+msgid "executable comments"
msgstr ""
-#. summary(perl-common-sense)
-msgid "Save a tree AND a kitten, use common::sense!"
+#. description(perl-Carp-Assert)
+msgid ""
+" \"We are ready for any unforseen event that may or may not occur.\" - Dan Quayle\n"
+"\n"
+"Carp::Assert is intended for a purpose like the ANSI C library http://en.wikipedia.org/wiki/Assert.h. If you're already familiar with assert.h, then you can probably skip this and go straight to the FUNCTIONS section.\n"
+"\n"
+"Assertions are the explicit expressions of your assumptions about the reality your program is expected to deal with, and a declaration of those which it is not. They are used to prevent your program from blissfully processing garbage inputs (garbage in, garbage out becomes garbage in, error out) and to tell you when you've produced garbage output. (If I was going to be a cynic about Perl and the user nature, I'd say there are no user inputs but garbage, and Perl produces nothing but...)\n"
+"\n"
+"An assertion is used to prevent the impossible from being asked of your code, or at least tell you when it does. For example:\n"
+"\n"
+" sub my_sqrt { my($num) = shift;\n"
+"\n"
+" assert($num >= 0);\n"
+"\n"
+" return sqrt $num; }\n"
+"\n"
+"The assertion will warn you if a negative number was handed to your subroutine, a reality the routine has no intention of dealing with.\n"
+"\n"
+"An assertion should also be used as something of a reality check, to make sure what your code just did really did happen:\n"
+"\n"
+" open(FILE, $filename) || die $!; @stuff = <FILE>; @stuff = do_something(@stuff);\n"
+"\n"
+" assert(@stuff > 0);\n"
+"\n"
+"The assertion makes sure you have some @stuff at the end. Maybe the file was empty, maybe do_something() returned an empty list... either way, the assert() will give you a clue as to where the problem lies, rather than 50 lines down at when you wonder why your program isn't printing anything.\n"
+"\n"
+"Since assertions are designed for debugging and will remove themelves from production code, your assertions should be carefully crafted so as to not have any side-effects, change any variables, or otherwise have any effect on your program. Here is an example of a bad assertation:\n"
+"\n"
+" assert($error = 1 if $king ne 'Henry'); # Bad!\n"
+"\n"
+"It sets an error flag which may then be used somewhere else in your program. When you shut off your assertions with the $DEBUG flag, $error will no longer be set.\n"
+"\n"
+"Here's another example of *bad* use:\n"
+"\n"
+" assert($next_pres ne 'Dan Quayle' or goto Canada); # Bad!\n"
+"\n"
+"This assertion has the side effect of moving to Canada should it fail. This is a very bad assertion since error handling should not be placed in an assertion, nor should it have side-effects.\n"
+"\n"
+"In short, an assertion is an executable comment. For instance, instead of writing this\n"
+"\n"
+" $life = begin_life();\n"
+"\n"
+"you'd replace the comment with an assertion which *enforces* the comment.\n"
+"\n"
+" $life = begin_life(); assert( $life =~ /!$/ );"
msgstr ""
-#. description(qemu:qemu-seabios)
-msgid "SeaBIOS is an open source implementation of a 16bit x86 BIOS. SeaBIOS is the default BIOS for QEMU."
+#. summary(perl-Carp-Clan)
+msgid "Carp::Clan Perl module"
msgstr ""
-#. description(procmail)
-msgid "Sendmail calls procmail to deliver email into a local folder. Procmail can be configured to store e-mail in different folders."
+#. description(perl-Carp-Clan)
+msgid ""
+"This module is based on \"'Carp.pm'\" from Perl 5.005_03. It has been modified to skip all package names matching the pattern given in the \"use\" statement inside the \"'qw()'\" term (or argument list).\n"
+"\n"
+"Suppose you have a family of modules or classes named \"Pack::A\", \"Pack::B\" and so on, and each of them uses \"'Carp::Clan qw(^Pack::);'\" (or at least the one in which the error or warning gets raised).\n"
+"\n"
+"Thus when for example your script \"tool.pl\" calls module \"Pack::A\", and module \"Pack::A\" calls module \"Pack::B\", an exception raised in module \"Pack::B\" will appear to have originated in \"tool.pl\" where \"Pack::A\" was called, and not in \"Pack::A\" where \"Pack::B\" was called, as the unmodified \"'Carp.pm'\" would try to make you believe ':-)'.\n"
+"\n"
+"This works similarly if \"Pack::B\" calls \"Pack::C\" where the exception is raised, etcetera.\n"
+"\n"
+"In other words, this blames all errors in the \"'Pack::*'\" modules on the user of these modules, i.e., on you. ';-)'\n"
+"\n"
+"The skipping of a clan (or family) of packages according to a pattern describing its members is necessary in cases where these modules are not classes derived from each other (and thus when examining '@ISA' - as in the original \"'Carp.pm'\" module - doesn't help).\n"
+"\n"
+"The purpose and advantage of this is that a \"clan\" of modules can work together (and call each other) and throw exceptions at various depths down the calling hierarchy and still appear as a monolithic block (as though they were a single module) from the perspective of the caller.\n"
+"\n"
+"In case you just want to ward off all error messages from the module in which you \"'use Carp::Clan'\", i.e., if you want to make all error messages or warnings to appear to originate from where your module was called (this is what you usually used to \"'use Carp;'\" for ';-)'), instead of in your module itself (which is what you can do with a \"die\" or \"warn\" anyway), you do not need to provide a pattern, the module will automatically provide the correct one for you.\n"
+"\n"
+"I.e., just \"'use Carp::Clan;'\" without any arguments and call \"carp\" or \"croak\" as appropriate, and they will automatically defend your module against all blames!\n"
+"\n"
+"In other words, a pattern is only necessary if you want to make several modules (more than one) work together and appear as though they were only one.\n"
+"\n"
+"Forcing a Stack Trace As a debugging aid, you can force \"'Carp::Clan'\" to treat a \"croak\" as a \"confess\" and a \"carp\" as a \"cluck\". In other words, force a detailed stack trace to be given. This can be very helpful when trying to understand why, or from where, a warning or error is being generated.\n"
+"\n"
+" This feature is enabled either by \"importing\" the non-existent symbol 'verbose', or by setting the global variable \"'$Carp::Clan::Verbose'\" to a true value.\n"
+"\n"
+" You would typically enable it by saying\n"
+"\n"
+" use Carp::Clan qw(verbose);\n"
+"\n"
+" Note that you can both specify a \"family pattern\" and the string \"verbose\" inside the \"'qw()'\" term (or argument list) of the \"use\" statement, but consider that a pattern of packages to skip is pointless when \"verbose\" causes a full stack trace anyway."
msgstr ""
-#. summary(qemu:qemu-sgabios)
-msgid "Serial Graphics Adapter BIOS for QEMU"
-msgstr ""
-
#. summary(perl-Chart)
#, fuzzy
-msgid "Series of charting modules"
+msgid "Series of Charting Modules"
msgstr "Criptografia"
-#. summary(perl-MailTools)
-#, fuzzy
-msgid "Set of perl modules related to mail applications"
-msgstr "Aplicativos Favoritos"
-
-#. description(perl-Set-Crontab)
-msgid "Set::Crontab parses crontab-style lists of integers and defines some utility functions to make it easier to deal with them."
+#. description(perl-Chart)
+msgid "These man-pages give you the most important information about Chart. There is also a complete documentation (Documentation.pdf) within the Chart package. Look at it to get more information. This module is an attempt to build a general purpose graphing module that is easily modified and expanded. I borrowed most of the API from Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I thought it was to difficult to modify, and it was missing a few things that I needed, most notably legends. So I decided to write a new module from scratch, and I've designed it from the bottom up to be easy to modify. Like GIFgraph, Chart uses Lincoln Stein's GD module for all of its graphics primitives calls."
msgstr ""
-#. summary(perl-Mail-DKIM)
-msgid "Signs/verifies Internet mail with DKIM/DomainKey signatures"
+#. summary(perl-Class-Data-Inheritable)
+msgid "Inheritable, overridable class data"
msgstr ""
-#. summary(xawtv:pia)
-#, fuzzy
-msgid "Simple Movie Player"
-msgstr "Servidor Web Simples"
-
-#. summary(pinpoint)
-msgid "Simple Presentation Tool for Excellent Presentations"
-msgstr ""
-
-#. summary(perl-File-Slurp)
-msgid "Simple and Efficient Reading/Writing of Complete Files"
-msgstr ""
-
-#. summary(perl-ExtUtils-F77)
-#, fuzzy
-msgid "Simple interface to F77 libs"
-msgstr "Interface do Kernel"
-
-#. summary(regexp)
-msgid "Simple regular expressions API"
-msgstr ""
-
-#. summary(python-simplejson)
-msgid "Simple, fast, extensible JSON encoder/decoder for Python"
-msgstr ""
-
-#. description(python-six)
-msgid "Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided."
-msgstr ""
-
-#. description(qinternet)
-msgid "Small application for starting or stopping internet dial-up connections"
-msgstr ""
-
-#. summary(pk-update-icon)
-msgid "Software Update Notifier based on PackageKit"
-msgstr ""
-
-#. summary(python-mechanize)
-msgid "Stateful programmatic web browsing"
-msgstr ""
-
-#. description(python-mechanize)
+#. description(perl-Class-Data-Inheritable)
msgid ""
-"Stateful programmatic web browsing, after Andy Lester's Perl module WWW::Mechanize.\n"
+"Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overriden.\n"
"\n"
-"The library is layered: mechanize.Browser (stateful web browser), mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.\n"
+"For example:\n"
"\n"
-"Features include: ftp:, http: and file: URL schemes, browser history, high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV and Refresh, Referer [sic] header, robots.txt, redirections, proxies, and Basic and Digest HTTP authentication. mechanize's response objects are (lazily-) .seek()able and still work after .close().\n"
+" Pere::Ubu->mk_classdata('Suitcase');\n"
"\n"
-"Much of the code originally derived from Perl code by Gisle Aas (libwww-perl), Johnny Lee (MSIE Cookie support) and last but not least Andy Lester (WWW::Mechanize). urllib2 was written by Jeremy Hylton."
-msgstr ""
-
-#. description(perl-Eval-Closure)
-msgid ""
-"String eval is often used for dynamic code generation. For instance, 'Moose' uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it's easy to miss compilation errors, since eval catches them and sticks them in $@ instead.\n"
+"will generate the method Suitcase() in the class Pere::Ubu.\n"
"\n"
-"This module attempts to solve these problems. It provides an 'eval_closure' function, which evals a string in a clean environment, other than a fixed list of specified variables. Compilation errors are rethrown automatically."
+"This new method can be used to get and set a piece of class data.\n"
+"\n"
+" Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase;\n"
+"\n"
+"The interesting part happens when a class inherits from Pere::Ubu:\n"
+"\n"
+" package Raygun; use base qw(Pere::Ubu);\n"
+"\n"
+" $suitcase = Raygun->Suitcase;\n"
+"\n"
+"Raygun inherits its Suitcase class data from Pere::Ubu.\n"
+"\n"
+"Inheritance of class data works analogous to method inheritance. As long as Raygun does not \"override\" its inherited class data (by using Suitcase() to set a new value) it will continue to use whatever is set in Pere::Ubu and inherit further changes:\n"
+"\n"
+" Pere::Ubu->Suitcase('Blue');\n"
+"\n"
+"However, should Raygun decide to set its own Suitcase() it has now \"overridden\" Pere::Ubu and is on its own, just like if it had overriden a method:\n"
+"\n"
+" Raygun->Suitcase('Orange');\n"
+"\n"
+"Now that Raygun has overridden Pere::Ubu futher changes by Pere::Ubu no longer effect Raygun.\n"
+"\n"
+" Pere::Ubu->Suitcase('Samsonite');"
msgstr ""
-#. summary(perl-Unicode-String)
-msgid "String of Unicode characters (UCS2/UTF16)"
+#. summary(perl-Class-ISA)
+msgid "report the search path for a class's ISA tree"
msgstr ""
-#. description(php5:php5-json)
-msgid "Support for JSON (JavaScript Object Notation) serialization."
-msgstr ""
-
#. description(perl-Class-ISA)
msgid ""
"Suppose you have a class (like Food::Fish::Fishstick) that is derived, via its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses may themselves each be derived, via its @ISA, from one or more superclasses (as above).\n"
@@ -3272,255 +3535,368 @@
"This library, Class::ISA, provides functions that return that list -- the list (in order) of names of classes Perl would search to find a method, with no duplicates."
msgstr ""
-#. summary(perl-IPC-Run)
-msgid "System() and Background Procs with Piping, Redirs, and PTYs"
+#. summary(perl-Class-Inspector)
+#, fuzzy
+msgid "Get information about a class and its structure"
+msgstr "Informações não disponíveis."
+
+#. description(perl-Class-Inspector)
+msgid "Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information."
msgstr ""
-#. summary(perl-Task-Weaken)
-msgid "Task::Weaken - Ensure that a platform has weaken support"
+#. summary(perl-Class-Load)
+msgid "Working (Require \"Class::Name\") and More"
msgstr ""
-#. summary(PgTcl)
+#. description(perl-Class-Load)
+msgid ""
+"'require EXPR' only accepts 'Class/Name.pm' style module names, not 'Class::Name'. How frustrating! For that, we provide 'load_class 'Class::Name''.\n"
+"\n"
+"It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide 'try_load_class 'Class::Name''.\n"
+"\n"
+"Finally, sometimes we need to know whether a particular class has been loaded. Asking '%INC' is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide 'is_class_loaded 'Class::Name''."
+msgstr ""
+
+#. summary(perl-Config-IniFiles)
#, fuzzy
-msgid "Tcl Client Library for PostgreSQL"
-msgstr "Criando banco de dados de recursos"
+msgid "Module for Reading .Ini-Style Configuration Files"
+msgstr "Analisando arquivos de configuração..."
-#. summary(perl-Template-Toolkit)
-msgid "Template Processing System"
+#. description(perl-Config-IniFiles)
+msgid "Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash."
msgstr ""
-#. summary(vte2:python-vte)
-msgid "Terminal Emulator Library -- Python Bindings"
-msgstr ""
+#. summary(perl-Convert-ASN1)
+#, fuzzy
+msgid "Asn.1 Encode/Decode Library"
+msgstr "Novell e Linux"
-#. summary(perl-Test-Exception)
-msgid "Test exception based code"
+#. description(perl-Convert-ASN1)
+msgid "Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules."
msgstr ""
-#. description(perl-Test-Fatal)
-msgid ""
-"Test::Fatal is an alternative to the popular the Test::Exception manpage. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing.\n"
-"\n"
-"It exports one routine by default: 'exception'."
+#. summary(perl-Convert-BinHex)
+msgid "extract data from Macintosh BinHex files"
msgstr ""
-#. description(perl-Test-Manifest)
-msgid ""
-"Test::Harness assumes that you want to run all of the .t files in the t/ directory in ascii-betical order during make test unless you say otherwise. This leads to some interesting naming schemes for test files to get them in the desired order. This interesting names ossify when they get into source control, and get even more interesting as more tests show up.\n"
-"\n"
-"Test::Manifest overrides the default behaviour by replacing the test_via_harness target in the Makefile. Instead of running at the t/*.t files in ascii-betical order, it looks in the t/test_manifest file to find out which tests you want to run and the order in which you want to run them. It constructs the right value for MakeMaker to do the right thing."
+#. description(perl-Convert-BinHex)
+msgid "*BinHex* is a format used by Macintosh for transporting Mac files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. Ths module provides a means of converting those data streams back into into binary data."
msgstr ""
-#. description(perl-Text-CSV_XS)
-msgid ""
-"Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a CSV string and parse a CSV string into fields.\n"
-"\n"
-"The module accepts either strings or files as input and support the use of user-specified characters for delimiters, separators, and escapes."
+#. summary(perl-Convert-TNEF)
+msgid "Perl module to read TNEF files"
msgstr ""
-#. description(perl-MRO-Compat)
+#. description(perl-Convert-TNEF)
msgid ""
-"The \"mro\" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher.\n"
+" TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module.\n"
"\n"
-"This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways).\n"
+" read() takes as its first argument any file handle open for reading. The optional second argument is a hash reference which contains one or more of the following keys:\n"
"\n"
-"It is a harmless no-op to use this module on 5.9.5+. That is to say, code which properly uses the MRO::Compat manpage will work unmodified on both older Perls and 5.9.5+.\n"
+" output_dir - Path for storing TNEF attribute data kept in files (default: current directory).\n"
"\n"
-"If you're writing a piece of software that would like to use the parts of 5.9.5+'s mro:: interfaces that are supported here, and you want compatibility with older Perls, this is the module for you.\n"
+" output_prefix - File prefix for TNEF attribute data kept in files (default: 'tnef').\n"
"\n"
-"Some parts of this code will work better and/or faster with the Class::C3::XS manpage installed (which is an optional prereq of the Class::C3 manpage, which is in turn a prereq of this package), but it's not a requirement.\n"
+" output_to_core - TNEF attribute data will be saved in core memory unless it is greater than this many bytes (default: 4096). May also be set to 'NONE' to keep all data in files, or 'ALL' to keep all data in core.\n"
"\n"
-"This module never exports any functions. All calls must be fully qualified with the 'mro::' prefix.\n"
+" buffer_size - Buffer size for reading in the TNEF file (default: 1024).\n"
"\n"
-"The interface documentation here serves only as a quick reference of what the function basically does, and what differences between the MRO::Compat manpage and 5.9.5+ one should look out for. The main docs in 5.9.5's the mro manpage are the real interface docs, and contain a lot of other useful information."
+" debug - If true, outputs all sorts of info about what the read() function is reading, including the raw ascii data along with the data converted to hex (default: false).\n"
+"\n"
+" display_after_err - If debug is true and an error is encountered, reads and displays this many bytes of data following the error (default: 32).\n"
+"\n"
+" debug_max_display - If debug is true then read and display at most this many bytes of data for each TNEF attribute (default: 1024).\n"
+"\n"
+" debug_max_line_size - If debug is true then at most this many bytes of data will be displayed on each line for each TNEF attribute (default: 64).\n"
+"\n"
+" ignore_checksum - If true, will ignore checksum errors while parsing data (default: false).\n"
+"\n"
+" read() returns an object containing the TNEF 'attributes' read from the file and the data for those attributes. If all you want are the attachments, then this is mostly garbage, but if you're interested then you can see all the garbage by turning on debugging. If the garbage proves useful to you, then let me know how I can maybe make it more useful.\n"
+"\n"
+" If an error is encountered, an undefined value is returned and the package variable $errstr is set to some helpful message.\n"
+"\n"
+" read_in() is a convienient front end for read() which takes a filename instead of a handle.\n"
+"\n"
+" read_ent() is another convient front end for read() which can take a MIME::Entity object (or any object with like methods, specifically open(\"r\"), read($buff,$num_bytes), and close ).\n"
+"\n"
+" purge() deletes any on-disk data that may be in the attachments of the TNEF object.\n"
+"\n"
+" message() returns the message portion of the tnef object, if any. The thing it returns is like an attachment, but its not an attachment. For instance, it more than likely does not have a name or any attachment data.\n"
+"\n"
+" attachments() returns a list of the attachments that the given TNEF object contains. Returns a list ref if not called in array context.\n"
+"\n"
+" data() takes a TNEF attribute name, and returns a string value for that attribute for that attachment. Its your own problem if the string is too big for memory. If no argument is given, then the 'AttachData' attribute is assumed, which is probably the attachment data you're looking for.\n"
+"\n"
+" name() is the same as data(), except the attribute 'AttachTitle' is the default, which returns the 8 character + 3 character extension name of the attachment.\n"
+"\n"
+" longname() returns the long filename and extension of an attachment. This is embedded within a MAPI property of the 'Attachment' attribute data, so we attempt to extract the name out of that.\n"
+"\n"
+" size() takes an TNEF attribute name, and returns the size in bytes for the data for that attachment attribute.\n"
+"\n"
+" datahandle() is a method for attachments which takes a TNEF attribute name, and returns the data for that attribute as a handle which is the same as a MIME::Body handle. See MIME::Body for all the applicable methods. If no argument is given, then 'AttachData' is assumed."
msgstr ""
-#. description(procinfo)
-msgid "The \"procinfo\" command gathers some system data from the /proc directory and prints it nicely formatted on the standard output device."
+#. summary(perl-Crypt-CBC)
+msgid "Encrypt Data with Cipher Block Chaining Mode"
msgstr ""
-#. description(perl-Error)
+#. description(perl-Crypt-CBC)
msgid ""
-"The 'Error' package provides two interfaces. Firstly 'Error' provides a procedural interface to exception handling. Secondly 'Error' is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.\n"
+"This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by the\n"
+"*OpenSSL* package.\n"
"\n"
-"Errors in the class 'Error' should not be thrown directly, but the user should throw errors from a sub-class of 'Error'."
+"To use this module, you will first create a Crypt::CBC cipher object with new(). At the time of cipher creation, you specify an encryption key to use and, optionally, a block encryption algorithm. You will then call the start() method to initialize the encryption or decryption process, crypt() to encrypt or decrypt one or more blocks of data, and lastly finish(), to pad and encrypt the final block. For your convenience, you can call the encrypt() and decrypt() methods to operate on a whole data value at once."
msgstr ""
-#. description(perl-Lingua-EN-Sentence)
+#. summary(perl-DBD-CSV)
+msgid "DBI driver for CSV files"
+msgstr ""
+
+#. description(perl-DBD-CSV)
msgid ""
-"The 'Lingua::EN::Sentence' module contains the function get_sentences, which splits text into its constituent sentences, based on a regular expression and a list of abbreviations (built in and given).\n"
+"The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL \"engine\" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma Separated Values). Such files are often used for exporting MS Access and MS Excel data.\n"
"\n"
-"Certain well know exceptions, such as abreviations, may cause incorrect segmentations. But some of them are already integrated into this code and are being taken care of. Still, if you see that there are words causing the get_sentences() to fail, you can add those to the module, so it notices them."
+"See the DBI manpage for details on DBI, the SQL::Statement manpage for details on SQL::Statement and the DBD::File manpage for details on the base class DBD::File."
msgstr ""
-#. description(perl-Image-Size)
-msgid "The *Image::Size* library is based upon the 'wwwis' script written by Alex Knowles _(alex(a)ed.ac.uk)_, a tool to examine HTML and add 'width' and 'height' parameters to image tags. The sizes are cached internally based on file name, so multiple calls on the same file name (such as images used in bulleted lists, for example) do not result in repeated computations."
+#. summary(perl-Data-OptList)
+msgid "parse and validate simple name/value option pairs"
msgstr ""
-#. description(perl-Time-Period)
-msgid "The *inPeriod* function determines if a given time falls within a given period. *inPeriod* returns *1* if the time does fall within the given period, *0* if not, and *-1* if *inPeriod* detects a malformed time or period."
-msgstr ""
-
-#. description(perl-Archive-Zip)
+#. description(perl-Data-OptList)
msgid ""
-"The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files.\n"
+"Hashes are great for storing named data, but if you want more than one entry for a name, you have to use a list of pairs. Even then, this is really boring to write:\n"
"\n"
-"Zip archives can be created, or you can read from existing zip files.\n"
+" $values = [ foo => undef, bar => undef, baz => undef, xyz => { ... }, ];\n"
"\n"
-"Once created, they can be written to files, streams, or strings. Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed.\n"
+"Just look at all those undefs! Don't worry, we can get rid of those:\n"
"\n"
-"Members can be created from members in existing Zip files, or from existing directories, files, or strings.\n"
+" $values = [ map { $_ => undef } qw(foo bar baz), xyz => { ... }, ];\n"
"\n"
-"This module uses the the Compress::Raw::Zlib manpage library to read and write the compressed streams inside the files.\n"
+"Aaaauuugh! We've saved a little typing, but now it requires thought to read, and thinking is even worse than typing... and it's got a bug! It looked right, didn't it? Well, the 'xyz => { ... }' gets consumed by the map, and we don't get the data we wanted.\n"
"\n"
-"One can use the Archive::Zip::MemberRead manpage to read the zip file archive members as if they were files."
-msgstr ""
-
-#. description(libcamgm:perl-camgm)
-msgid ""
-"The CA Management Library provides methods for managing a Certificate Authority.\n"
+"With Data::OptList, you can do this instead:\n"
"\n"
-"This package provides the perl bindings to the CA Management Library."
+" $values = Data::OptList::mkopt([ qw(foo bar baz), xyz => { ... }, ]);\n"
+"\n"
+"This works by assuming that any defined scalar is a name and any reference following a name is its value."
msgstr ""
-#. description(perl-Compress-Bzip2)
-msgid "The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library (see \"AUTHOR\" for details about where to get Bzip2). A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2."
+#. summary(perl-Date-Calc)
+msgid "Gregorian calendar date calculations"
msgstr ""
-#. description(perl-DBD-CSV)
+#. description(perl-Date-Calc)
msgid ""
-"The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL \"engine\" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma Separated Values). Such files are often used for exporting MS Access and MS Excel data.\n"
+"* *\n"
"\n"
-"See the DBI manpage for details on DBI, the SQL::Statement manpage for details on SQL::Statement and the DBD::File manpage for details on the base class DBD::File."
+" 'use Date::Calc qw( Days_in_Year Days_in_Month ... );'\n"
+"\n"
+"* *"
msgstr ""
-#. description(perl-File-Tail)
-msgid "The File::Tail module is designed for reading files which are continously appended to (the name comes from the tail -f directive). Usually such files are logfiles of some description."
-msgstr ""
+#. summary(perl-Date-Manip)
+#, fuzzy
+msgid "Date manipulation routines"
+msgstr "Aplicativos"
-#. description(qemu:qemu-sgabios)
-msgid "The Google Serial Graphics Adapter BIOS or SGABIOS provides a means for legacy x86 software to communicate with an attached serial console as if a video card were attached."
+#. description(perl-Date-Manip)
+msgid ""
+"Date::Manip is a series of modules designed to make any common date/time operation easy to do. Operations such as comparing two times, determining a date a given amount of time from another, or parsing international times are all easily done. It deals with time as it is used in the Gregorian calendar (the one currently in use) with full support for time changes due to daylight saving time.\n"
+"\n"
+"From the very beginning, the main focus of Date::Manip has been to be able to do ANY desired date/time operation easily. Many other modules exist which may do a subset of these operations quicker or more efficiently, but no other module can do all of the operations available in Date::Manip.\n"
+"\n"
+"Since many other date/time modules exist, some of which may do the specific operation(s) you need faster, be sure to read the Date::Manip::Misc/\"SHOULD I USE DATE::MANIP\" manpage before deciding which of the Date and Time modules from CPAN is for you. However, if you want one module to do it all, Date::Manip is the one to use.\n"
+"\n"
+"Date::Manip has functionality to work with several fundamental types of data.\n"
+"\n"
+"* *dates*\n"
+"\n"
+" The word date is used extensively here and is somewhat misleading. In Date::Manip, a date consists of three pieces of information: a calendar date, a time of day, and time zone information. Calendar dates and times are fully handled. Time zones are handled as well, but depending on how you use Date::Manip, there may be some limitations as discussed below.\n"
+"\n"
+"* *delta*\n"
+"\n"
+" A delta is an amount of time (i.e. the amount of time between two different dates). A delta refers only to an amount of time. It includes no information about a starting or ending date/time. Most people will think of a delta as an amount of time, but the term 'time' is already used so much in this module that I didn't want to use it here in order to avoid confusion.\n"
+"\n"
+"* *recurrence*\n"
+"\n"
+" A recurring event is something which occurs on a regular recurring basis.\n"
+"\n"
+"* *holidays* and *events*\n"
+"\n"
+" Holidays and events are basically named dates or recurrences.\n"
+"\n"
+"Among other things, Date::Manip allow you to:\n"
+"\n"
+"* ***\n"
+"\n"
+" Enter a date in practically any format you choose.\n"
+"\n"
+"* ***\n"
+"\n"
+" Compare two dates, entered in widely different formats to determine which is earlier.\n"
+"\n"
+"* ***\n"
+"\n"
+" Extract any information you want from a date using a format string similar to the Unix date command.\n"
+"\n"
+"* ***\n"
+"\n"
+" Determine the amount of time between two dates, or add an amount of time to a date to get a second date.\n"
+"\n"
+"* ***\n"
+"\n"
+" Work with dates with dates using international formats (foreign month names, 12/10/95 referring to October rather than December, etc.).\n"
+"\n"
+"* ***\n"
+"\n"
+" To find a list of dates where a recurring event happens.\n"
+"\n"
+"Each of these tasks is trivial (one or two lines at most) with this package."
msgstr ""
-#. description(python-gdata)
-msgid "The Google data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs."
+#. summary(perl-Devel-GlobalDestruction)
+msgid "Provides function returning the equivalent of"
msgstr ""
-#. description(perl-Socket6)
-msgid "The IPv6 related part of the C socket.h defines and structure manipulators."
+#. description(perl-Devel-GlobalDestruction)
+msgid ""
+"Perl's global destruction is a little tricky to deal with WRT finalizers because it's not ordered and objects can sometimes disappear.\n"
+"\n"
+"Writing defensive destructors is hard and annoying, and usually if global destruction is happening you only need the destructors that free up non process local resources to actually execute.\n"
+"\n"
+"For these constructors you can avoid the mess by simply bailing out if global destruction is in effect."
msgstr ""
-#. summary(privoxy)
-msgid "The Internet Junkbuster - HTTP Proxy Server"
+#. summary(perl-Devel-OverloadInfo)
+msgid "Introspect Overloaded Operators"
msgstr ""
-#. description(privoxy)
-msgid "The Internet Junkbuster - HTTP Proxy Server: A non-caching HTTP proxy server that runs between a web browser and a web server and filters contents as described in the configuration files."
+#. description(perl-Devel-OverloadInfo)
+msgid "Devel::OverloadInfo returns information about overload operators for a given class (or object), including where in the inheritance hierarchy the overloads are declared and where the code implementing it is."
msgstr ""
-#. description(perl-Mcrypt)
-msgid "The Mcrypt module provides a simple and intuitive Perl abstraction of the libmcrypt cryptography library. It provides mechanisms for encoding and decoding Perl scalars."
+#. summary(perl-Devel-StackTrace)
+msgid "An object representing a stack trace"
msgstr ""
-#. description(perl-Net-SNMP)
-msgid "The Net::SNMP module abstracts the intricate details of the Simple Network Management Protocol by providing a high level programming interface to the protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl object and a remote SNMP agent or manager. Once an object is created, it can be used to perform the basic protocol exchange actions defined by SNMP."
-msgstr ""
-
-#. description(perl-Params-Validate)
+#. description(perl-Devel-StackTrace)
msgid ""
-"The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in.\n"
+"The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace> and the Devel::StackTrace::Frame manpage. These objects encapsulate the information that can retrieved via Perl's 'caller()' function, as well as providing a simple interface to this data.\n"
"\n"
-"It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments."
+"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."
msgstr ""
-#. description(net-snmp:perl-SNMP)
-msgid "The Perl5 'SNMP' Extension Module v3.1.0 for the UCD SNMPv3 library."
+#. summary(perl-Email-Date-Format)
+msgid "produce RFC 2822 date strings"
msgstr ""
-#. summary(postgresql92:postgresql92-server)
-msgid "The Programs Needed to Create and Run a PostgreSQL Server"
+#. description(perl-Email-Date-Format)
+msgid "This module provides a simple means for generating an RFC 2822 compliant datetime string. (In case you care, they're not RFC 822 dates, because they use a four digit year, which is not allowed in RFC 822.)"
msgstr ""
-#. description(python-pymongo)
-msgid "The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo."
+#. summary(perl-Error)
+msgid "Error/exception handling in an OO-ish way"
msgstr ""
-#. summary(python-imaging)
-msgid "The Python Imaging Library - PIL"
+#. description(perl-Error)
+msgid ""
+"The 'Error' package provides two interfaces. Firstly 'Error' provides a procedural interface to exception handling. Secondly 'Error' is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.\n"
+"\n"
+"Errors in the class 'Error' should not be thrown directly, but the user should throw errors from a sub-class of 'Error'."
msgstr ""
-#. description(python-imaging)
-msgid "The Python Imaging Library adds fairly powerful image processing capabilities to the Python interpreter and provides extensive file format support, and efficient internal representation."
+#. summary(perl-Eval-Closure)
+msgid "Safely and Cleanly Create Closures Via String Eval"
msgstr ""
-#. description(python-xlib)
-msgid "The Python X Library is intended to be a fully functional X client library for Python programs."
-msgstr ""
-
-#. description(python-base:python-devel)
+#. description(perl-Eval-Closure)
msgid ""
-"The Python programming language's interpreter can be extended with dynamically loaded extensions and can be embedded in other programs.\n"
+"String eval is often used for dynamic code generation. For instance, 'Moose' uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it's easy to miss compilation errors, since eval catches them and sticks them in $@ instead.\n"
"\n"
-"This package contains header files, a static library, and development tools for building Python modules, extending the Python interpreter or embedding Python in applications."
+"This module attempts to solve these problems. It provides an 'eval_closure' function, which evals a string in a clean environment, other than a fixed list of specified variables. Compilation errors are rethrown automatically."
msgstr ""
-#. description(perl-Quantum-Superpositions)
-msgid "The Quantum::Superpositions module provides a new scalar data structure: the superposition. In a metaphor drawn from quantum mechanics, superpositions store a collection of values by overlaying them in parallel superimposed states within a single scalar variable."
+#. summary(perl-ExtUtils-Depends)
+msgid "Easily build XS extensions that depend on XS extensions"
msgstr ""
-#. description(perl-Template-Toolkit)
+#. description(perl-ExtUtils-Depends)
msgid ""
-"The Template Toolkit is a collection of modules which implement a fast, flexible, powerful, and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.\n"
+"This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.\n"
"\n"
-"It can be used as a stand-alone Perl module or embedded within an Apache/mod_perl server for generating highly configurable dynamic web content. A number of Perl scripts are also provided which can greatly simplify the process of creating and managing static web content and other offline document systems."
-msgstr ""
-
-#. description(perl-Text-Iconv)
-msgid ""
-"The Text::Iconv module provides a Perl interface to the iconv() function as defined by the Single UNIX Specification.\n"
+"This works as long as the base extension is loaded with the RTLD_GLOBAL flag (usually done with a\n"
"\n"
-"The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result.\n"
+"\tsub dl_load_flags {0x01}\n"
"\n"
-"Settings of fromcode and tocode and their permitted combinations are implementation-dependent. Valid values are specified in the system documentation; the iconv(1) utility should also provide a -l option that lists all supported codesets."
+"in the main .pm file) if you need to use functions defined in the module.\n"
+"\n"
+"The basic scheme of operation is to collect information about a module in the instance, and then store that data in the Perl library where it may be retrieved later. The object can also reformat this information into the data structures required by ExtUtils::MakeMaker's WriteMakefile function.\n"
+"\n"
+"For information on how to make your module fit into this scheme, see the /\"hashref = ExtUtils::Depends::load (name)\" manpage.\n"
+"\n"
+"When creating a new Depends object, you give it a name, which is the name of the module you are building. You can also specify the names of modules on which this module depends. These dependencies will be loaded automatically, and their typemaps, header files, etc merged with your new object's stuff. When you store the data for your object, the list of dependencies are stored with it, so that another module depending on your needn't know on exactly which modules yours depends.\n"
+"\n"
+"For example:\n"
+"\n"
+" Gtk2 depends on Glib\n"
+"\n"
+" Gnome2::Canvas depends on Gtk2\n"
+"\n"
+" ExtUtils::Depends->new ('Gnome2::Canvas', 'Gtk2'); this command automatically brings in all the stuff needed for Glib, since Gtk2 depends on it.\n"
+"\n"
+"When the configuration information is saved, it also includes a class method called 'Inline', inheritable by your module. This allows you in your module to simply say at the top:\n"
+"\n"
+" package Mymod; use parent 'Mymod::Install::Files'; # to inherit 'Inline' method\n"
+"\n"
+"And users of 'Mymod' who want to write inline code (using the Inline manpage) will simply be able to write:\n"
+"\n"
+" use Inline with => 'Mymod';\n"
+"\n"
+"And all the necessary header files, defines, and libraries will be added for them.\n"
+"\n"
+"The 'Mymod::Install::Files' will also implement a 'deps' method, which will return a list of any modules that 'Mymod' depends on - you will not normally need to use this:\n"
+"\n"
+" require Mymod::Install::Files; @deps = Mymod::Install::Files->deps;"
msgstr ""
-#. description(perl-Unicode-Map8)
-msgid "The Unicode::Map8 class implements efficient mapping tables between 8-bit character sets and 16-bit character sets like Unicode. The tables are efficient both in terms of space allocated and translation speed. The 16-bit strings are assumed to use network byte order."
-msgstr ""
+#. summary(perl-ExtUtils-PkgConfig)
+#, fuzzy
+msgid "Simplistic Interface to Pkg-Config"
+msgstr "Interface do Kernel"
-#. description(perl-YAML)
+#. description(perl-ExtUtils-PkgConfig)
msgid ""
-"The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. the http://www.yaml.org/spec/ manpage\n"
+"The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them.\n"
"\n"
-"YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages. (Including Perl!!!)\n"
-"\n"
-"For information on the YAML syntax, please refer to the YAML specification."
+"ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions which bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself."
msgstr ""
-#. summary(pyzy:pyzy-db-android)
-msgid "The android phrase database for pyzy"
+#. summary(perl-File-MMagic)
+msgid "Guess file type"
msgstr ""
-#. description(python-flickrapi)
-msgid "The easiest to use, most complete, and most actively developed Python interface to the Flickr API. It includes support for authorized and non-authorized access, uploading and replacing photos, and all Flickr API functions."
+#. description(perl-File-MMagic)
+msgid "checktype_filename(), checktype_filehandle() and checktype_contents returns string contains file type with MIME mediatype format."
msgstr ""
-#. description(python-fcgi)
-msgid "The fcgi.py Python module handles communication with the FastCGI module from the Apache or Stronghold web server without using the FastCGI developers kit. It will also work in a non-FastCGI environment, (straight CGI)."
+#. summary(perl-Image-ExifTool:perl-File-RandomAccess)
+msgid "Random Access Reads of Sequential File or Scalar"
msgstr ""
-#. description(perl-Module-Runtime)
-msgid ""
-"The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure.\n"
-"\n"
-"The parts of this module that work with module names apply the same syntax that is used for barewords in Perl source. In principle this syntax can vary between versions of Perl, and this module applies the syntax of the Perl on which it is running. In practice the usable syntax hasn't changed yet, but there's a good chance of it changing in Perl 5.18.\n"
-"\n"
-"The functions of this module whose purpose is to load modules include workarounds for three old Perl core bugs regarding 'require'. These workarounds are applied on any Perl version where the bugs exist, except for a case where one of the bugs cannot be adequately worked around in pure Perl."
+#. description(perl-Image-ExifTool:perl-File-RandomAccess)
+msgid "Allows random access to sequential file by buffering the file if necessary. Also allows access to data in memory to be accessed as if it were a file."
msgstr ""
+#. summary(perl-File-ShareDir)
+msgid "Locate per-dist and per-module shared files"
+msgstr ""
+
#. description(perl-File-ShareDir)
msgid ""
-"The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir, modules that take a process that is well-known by advanced Perl developers but gets a little tricky, and make it more available to the larger Perl community.\n"
+"The intent of the File::ShareDir manpage is to provide a companion to the Class::Inspector manpage and the File::HomeDir manpage, modules that take a process that is well-known by advanced Perl developers but gets a little tricky, and make it more available to the larger Perl community.\n"
"\n"
"Quite often you want or need your Perl module (CPAN or otherwise) to have access to a large amount of read-only data that is stored on the file-system at run-time.\n"
"\n"
@@ -3530,506 +3906,651 @@
"\n"
"The most common of these is to dump the data out to an enormous Perl data structure and save it into the module itself. The result are enormous multi-megabyte .pm files that chew up a lot of memory needlessly.\n"
"\n"
-"Author:\n"
-"------- Adam Kennedy <adamk(a)cpan.org>"
+"Another method is to put the data \"file\" after the __DATA__ compiler tag and limit yourself to access as a filehandle.\n"
+"\n"
+"The problem to solve is really quite simple.\n"
+"\n"
+" 1. Write the data files to the system at install time.\n"
+"\n"
+" 2. Know where you put them at run-time.\n"
+"\n"
+"Perl's install system creates an \"auto\" directory for both every distribution and for every module file.\n"
+"\n"
+"These are used by a couple of different auto-loading systems to store code fragments generated at install time, and various other modules written by the Perl \"ancient masters\".\n"
+"\n"
+"But the same mechanism is available to any dist or module to store any sort of data."
msgstr ""
-#. description(perl-Test-Script)
+#. summary(perl-File-Slurp)
+msgid "Simple and Efficient Reading/Writing of Complete Files"
+msgstr ""
+
+#. description(perl-File-Slurp)
msgid ""
-"The intent of this module is to provide a series of basic tests for 80% of the testing you will need to do for scripts in the script (or bin as is also commonly used) paths of your Perl distribution.\n"
+"This module provides subs that allow you to read or write entire files with one simple call. They are designed to be simple to use, have flexible ways to pass in or get the file contents and to be very efficient. There is also a sub to read in all the files in a directory other than '.' and '..'\n"
"\n"
-"Author:\n"
-"------- Adam Kennedy <adamk(a)cpan.org>"
+"These slurp/spew subs work for files, pipes and sockets, stdio, pseudo-files, and the DATA handle. Read more about why slurping files is a good thing in the file 'slurp_article.pod' in the extras/ directory.\n"
+"\n"
+"If you are interested in how fast these calls work, check out the slurp_bench.pl program in the extras/ directory. It compares many different forms of slurping. You can select the I/O direction, context and file sizes. Use the --help option to see how to run it."
msgstr ""
-#. description(python-libxml2)
+#. summary(perl-File-Tail)
+#, fuzzy
+msgid "Perl extension for reading from continously updated files"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(perl-File-Tail)
msgid ""
-"The libxml2-python package contains a module that permits applications written in the Python programming language to use the interface supplied by the libxml2 library to manipulate XML files.\n"
+"The primary purpose of File::Tail is reading and analysing log files while they are being written, which is especialy usefull if you are monitoring the logging process with a tool like Tobias Oetiker's MRTG.\n"
"\n"
-"This library allows manipulation of XML files. It includes support for reading, modifying, and writing XML and HTML files. There is DTD support that includes parsing and validation even with complex DTDs, either at parse time or later once the document has been modified."
+"The module tries very hard NOT to \"busy-wait\" on a file that has little traffic. Any time it reads new data from the file, it counts the number of new lines, and divides that number by the time that passed since data were last written to the file before that. That is considered the average time before new data will be written. When there is no new data to read, 'File::Tail' sleeps for that number of seconds. Thereafter, the waiting time is recomputed dynamicaly. Note that 'File::Tail' never sleeps for more than the number of seconds set by 'maxinterval'.\n"
+"\n"
+"If the file does not get altered for a while, 'File::Tail' gets suspicious and startschecking if the file was truncated, or moved and recreated. If anything like that had happened, 'File::Tail' will quietly reopen the file, and continue reading. The only way to affect what happens on reopen is by setting the reset_tail parameter (see below). The effect of this is that the scripts need not be aware when the logfiles were rotated, they will just quietly work on.\n"
+"\n"
+"Note that the sleep and time used are from Time::HiRes, so this module should do the right thing even if the time to sleep is less than one second.\n"
+"\n"
+"The logwatch script (also included) demonstrates several ways of calling the methods."
msgstr ""
-#. description(perl-HTML-Clean)
+#. summary(perl-File-Which)
+#, fuzzy
+msgid "Perl implementation of the which utility as an API"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(perl-File-Which)
msgid ""
-"The majority of the web pages of the internet today are much larger than they need to be. The reason for this is that HTML tends to be stored in a human readable format, with indenting, newlines and comments.\n"
+"the File::Which manpage finds the full or relative paths to executable programs on the system. This is normally the function of 'which' utility. 'which' is typically implemented as either a program or a built in shell command. On some platforms, such as Microsoft Windows it is not provided as part of the core operating system. This module provides a consistent API to this functionality regardless of the underlying platform.\n"
"\n"
-"However, all of these comments, whitespace etc. are ignored by the browser, and needlessly lengthen download times.\n"
+"The focus of this module is correctness and portability. As a consequence platforms where the current directory is implicitly part of the search path such as Microsoft Windows will find executables in the current directory, whereas on platforms such as UNIX where this is not the case executables in the current directory will only be found if the current directory is explicitly added to the path.\n"
"\n"
-"Second, many people are using WYSIWYG HTML editors these days. This makes creating content easy. However these editors can cause a number of compatibility problems by tying themselves to a particular browser or operating system."
+"If you need a portable 'which' on the command line in an environment that does not provide it, install the App::pwhich manpage which provides a command line interface to this API."
msgstr ""
-#. description(perl-Crypt-DES)
+#. summary(perl-FileHandle-Unget)
+msgid "FileHandle which supports multi-byte unget"
+msgstr ""
+
+#. description(perl-FileHandle-Unget)
msgid ""
-"The module implements the Crypt::CBC interface, which has the following methods\n"
+"FileHandle::Unget operates exactly the same as FileHandle, except that it provides a version of ungetc that allows you to unget more than one character. It also provides ungets to unget a string.\n"
"\n"
-"* blocksize =item keysize =item encrypt =item decrypt"
+"This module is useful if the filehandle refers to a stream for which you can't just 'seek()' backwards. Some operating systems support multi-byte 'ungetc()', but this is not guaranteed. Use this module if you want a portable solution. In addition, on some operating systems, eof() will not be reset if you ungetc after having read to the end of the file.\n"
+"\n"
+"NOTE: Using 'sysread()' with 'ungetc()' and other buffering functions is still a bad idea."
msgstr ""
-#. summary(pcmanfm)
-#, fuzzy
-msgid "The next generation LXDE file manager"
-msgstr "Daemon Secure Shell"
-
-#. summary(pyzy:pyzy-db-open-phrase)
-msgid "The open phrase database for pyzy"
+#. summary(perl-GDGraph)
+msgid "Package to generate charts, using Lincoln Stein's GD.pm"
msgstr ""
-#. description(pyzy:pyzy-db-android)
-msgid "The phrase database for pyzy from android project."
+#. description(perl-GDGraph)
+msgid "This is GDGraph, a package to generate charts, using Lincoln Stein's GD.pm. See the documentation for some history and more information."
msgstr ""
-#. description(pyzy:pyzy-db-open-phrase)
-msgid "The phrase database for pyzy from open-phrase project."
+#. summary(perl-GDTextUtil)
+#. description(perl-GDTextUtil)
+#, fuzzy
+msgid "GDTextUtil Perl module"
+msgstr "Nenhum módulo encontrado."
+
+#. summary(perl-HTML-FillInForm)
+msgid "Populates HTML Forms with data"
msgstr ""
-#. description(perl-ExtUtils-PkgConfig)
+#. description(perl-HTML-FillInForm)
msgid ""
-"The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them.\n"
+"This module fills in an HTML form with data from a Perl data structure, allowing you to keep the HTML and Perl separate.\n"
"\n"
-"ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions which bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself."
+"Here are two common use cases:\n"
+"\n"
+"1. A user submits an HTML form without filling out a required field. You want to redisplay the form with all the previous data in it, to make it easy for the user to see and correct the error.\n"
+"\n"
+"2. You have just retrieved a record from a database and need to display it in an HTML form."
msgstr ""
-#. description(popt:popt-devel)
-msgid "The popt-devel package includes header files and libraries necessary for developing programs which use the popt C library. It contains the API documentation of the popt library, too."
+#. summary(perl-HTML-Format)
+#. description(perl-HTML-Format)
+msgid "Base class for HTML formatters"
msgstr ""
-#. description(prctl)
-msgid "The prctl utility allows a user to control certain process behaviors in the runtime environment."
-msgstr ""
+#. summary(perl-HTML-Template)
+#, fuzzy
+msgid "Perl module to use HTML-like templating language"
+msgstr "Selecione o idioma."
-#. description(proxymngr)
-msgid "The proxy manager (proxymngr) is responsible for resolving requests from xfindproxy (and other similar clients), starting new proxies when appropriate, and keeping track of all of the available proxy services. The proxy manager strives to reuse existing proxies whenever possible."
+#. description(perl-HTML-Template)
+msgid ""
+"This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - '<TMPL_VAR>' '<TMPL_LOOP>', '<TMPL_INCLUDE>', '<TMPL_IF>', '<TMPL_ELSE>' and '<TMPL_UNLESS>'. The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.\n"
+"\n"
+"This module is licensed under the same terms as Perl. See the LICENSE section below for more details."
msgstr ""
-#. description(python-pyparsing)
-msgid "The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code."
+#. summary(perl-HTML-Tree)
+msgid "build and scan parse-trees of HTML"
msgstr ""
-#. description(python-dateutil)
+#. description(perl-HTML-Tree)
msgid ""
-"The python dateutil module provides powerful extensions to the standard datetime module.\n"
+"HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. It consists of mainly two modules, whose documentation you should refer to: HTML::TreeBuilder and HTML::Element.\n"
"\n"
-"* Computing of relative deltas (next month, next year, next monday, last week of month, etc.)\n"
+"HTML::TreeBuilder is the module that builds the parse trees. (It uses HTML::Parser to do the work of breaking the HTML up into tokens.)\n"
"\n"
-"* Computing of relative deltas between two given dates and/or datetime objects\n"
+"The tree that TreeBuilder builds for you is made up of objects of the class HTML::Element.\n"
"\n"
-"* Computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well.\n"
+"If you find that you do not properly understand the documentation for HTML::TreeBuilder and HTML::Element, it may be because you are unfamiliar with tree-shaped data structures, or with object-oriented modules in general. Sean Burke has written some articles for _The Perl Journal_ ('www.tpj.com') that seek to provide that background. The full text of those articles is contained in this distribution, as:\n"
"\n"
-"* Generic parsing of dates in almost any string format.\n"
+"* HTML::Tree::AboutObjects\n"
"\n"
-"* Timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc.), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone, and Windows registry-based time zones.\n"
+" \"User's View of Object-Oriented Modules\" from TPJ17.\n"
"\n"
-"* Internal up-to-date world timezone information based on Olson's database.\n"
+"* HTML::Tree::AboutTrees\n"
"\n"
-"* Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms."
+" \"Trees\" from TPJ18\n"
+"\n"
+"* HTML::Tree::Scanning\n"
+"\n"
+" \"Scanning HTML\" from TPJ19\n"
+"\n"
+"Readers already familiar with object-oriented modules and tree-shaped data structures should read just the last article. Readers without that background should read the first, then the second, and then the third."
msgstr ""
-#. description(quota:quota-nfs)
-msgid "The quotad init script, which provides quota support on NFS mounts."
+#. summary(perl-HTTP-DAV)
+#, fuzzy
+msgid "WebDAV client library for Perl5"
+msgstr "Criando banco de dados de recursos"
+
+#. description(perl-HTTP-DAV)
+msgid "HTTP::DAV is a Perl API for interacting with and modifying content on webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled webserver."
msgstr ""
-#. summary(razor-agents:perl-razor-agents)
-msgid "The required perl modules for razor-agents"
+#. summary(perl-IO-SessionData)
+msgid "Supporting module for SOAP::Lite"
msgstr ""
-#. description(php5:php5-tokenizer)
-msgid "The tokenizer functions provide an interface to the PHP tokenizer embedded in the Zend Engine. Using these functions you may write your own PHP source analyzing or modification tools without having to deal with the language specification at the lexical level."
+#. description(perl-IO-SessionData)
+msgid "supporting module for SOAP::Lite"
msgstr ""
-#. description(perl-Chart)
-msgid "These manpages give you the most important information about Chart. There is also a complete documentation (Documentation.pdf) within the Chart package. Look at it to get more information. This module is an attempt to build a general purpose graphing module that is easily modified and expanded. I borrowed most of the API from Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I thought it was to difficult to modify, and it was missing a few things that I needed, most notably legends. So I decided to write a new module from scratch, and I've designed it from the bottom up to be easy to modify. Like GIFgraph, Chart uses Lincoln Stein's GD module for all of its graphics primitives calls."
+#. summary(perl-IO-Socket-INET6)
+msgid "Object interface for AF_INET/AF_INET6 domain sockets"
msgstr ""
-#. description(perl-Apache-DBI)
-msgid "These modules are supposed to be used with the Apache server together with an embedded perl interpreter like mod_perl. They provide support for basic authentication and authorization as well as support for persistent database connections via Perl's Database Independent Interface (DBI)."
+#. description(perl-IO-Socket-INET6)
+msgid "IO::Socket::INET6 provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket."
msgstr ""
-#. description(perl-Apache-Session)
-msgid "These modules provide persistent storage for arbitrary data, in arbitrary backing stores. The details of interacting with the backing store are abstracted to make all backing stores behave alike. The programmer simply interacts with a tied hash."
+#. summary(perl-IO-Stty)
+#, fuzzy
+msgid "IO::Stty Perl module"
+msgstr "Nenhum módulo encontrado."
+
+#. description(perl-IO-Stty)
+msgid "This is the PERL POSIX compliant stty."
msgstr ""
-#. summary(perl-Class-Multimethods)
-msgid "This Package Supports Multimethods and Subroutine Overloading in Perl."
+#. summary(perl-IO-stringy)
+#. description(perl-IO-stringy)
+#, fuzzy
+msgid "IO::stringy Perl module"
+msgstr "Nenhum módulo encontrado."
+
+#. summary(perl-IPC-Run)
+msgid "System() and Background Procs W/ Piping, Redirs, Ptys (Unix, Win32)"
msgstr ""
-#. description(perl-Encode-Detect)
+#. description(perl-IPC-Run)
msgid ""
-"This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset.\n"
+"IPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed.\n"
"\n"
-"It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode."
+"Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided."
msgstr ""
-#. description(perl-Crypt-SSLeay)
+#. summary(perl-Image-ExifTool)
+msgid "Perl module to read and write meta information"
+msgstr ""
+
+#. description(perl-Image-ExifTool)
+msgid "ExifTool is a customizable set of Perl modules plus a full-featured application for reading and writing meta information in a wide variety of files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony."
+msgstr ""
+
+#. summary(perl-Image-Size)
+msgid "Read the Dimensions of an Image in Several Popular Formats"
+msgstr ""
+
+#. description(perl-Image-Size)
+msgid "The *Image::Size* library is based upon the 'wwwis' script written by Alex Knowles _(alex(a)ed.ac.uk)_, a tool to examine HTML and add 'width' and 'height' parameters to image tags. The sizes are cached internally based on file name, so multiple calls on the same file name (such as images used in bulleted lists, for example) do not result in repeated computations."
+msgstr ""
+
+#. summary(perl-Inline)
+msgid "Write Perl Subroutines in Other Programming Languages"
+msgstr ""
+
+#. description(perl-Inline)
msgid ""
-"This Perl module provides support for the HTTPS protocol under LWP, to allow an 'LWP::UserAgent' object to perform GET, HEAD and POST requests. Please see LWP for more information on POST requests.\n"
+"The Inline module allows you to put source code from other programming languages directly \"inline\" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl.\n"
"\n"
-"The 'Crypt::SSLeay' package provides 'Net::SSL', which is loaded by 'LWP::Protocol::https' for https requests and provides the necessary SSL glue.\n"
+"Inline saves you from the hassle of having to write and compile your own glue code using facilities like XS or SWIG. Simply type the code where you want it and run your Perl as normal. All the hairy details are handled for you. The compilation and installation of your code chunks all happen transparently; all you will notice is the delay of compilation on the first run.\n"
"\n"
-"This distribution also makes following deprecated modules available:\n"
+"The Inline code only gets compiled the first time you run it (or whenever it is modified) so you only take the performance hit once. Code that is Inlined into distributed modules (like on the CPAN) will get compiled when the module is installed, so the end user will never notice the compilation time.\n"
"\n"
-" Crypt::SSLeay::CTX Crypt::SSLeay::Conn Crypt::SSLeay::X509\n"
-"\n"
-"Work on Crypt::SSLeay has been continued only to provide https support for the LWP (libwww-perl) libraries."
+"Best of all, it works the same on both Unix and Microsoft Windows. See the Inline- Support manpage for support information."
msgstr ""
-#. description(psutils)
+#. summary(perl-JSON)
+msgid "JSON (JavaScript Object Notation) encoder/decoder"
+msgstr ""
+
+#. description(perl-JSON)
msgid ""
-"This archive contains utilities for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing.\n"
+" *************************** CAUTION ************************************** * * * INCOMPATIBLE CHANGE (JSON::XS version 2.90) * * * * JSON.pm had patched JSON::XS::Boolean and JSON::PP::Boolean internally * * on loading time for making these modules inherit JSON::Boolean. * * But since JSON::XS v3.0 it use Types::Serialiser as boolean class. * * Then now JSON.pm breaks boolean classe overload features and * * -support_by_pp if JSON::XS v3.0 or later is installed. * * * * JSON::true and JSON::false returned JSON::Boolean objects. * * For workaround, they return JSON::PP::Boolean objects in this version. * * * * i
sa_ok(JSON::true, 'JSON::PP::Boolean'); * * * * And it discards a feature: * * * * ok(JSON::true eq 'true'); * * * * In other word, JSON::PP::Boolean overload numeric only. * * * * ok( JSON::true == 1 ); * * * **************************************************************************\n"
"\n"
-"psbook rearranges pages into signatures\n"
+" ************************** CAUTION ******************************** * This is 'JSON module version 2' and there are many differences * * to version 1.xx * * Please check your applications using old version. * * See to 'INCOMPATIBLE CHANGES TO OLD VERSION' * *******************************************************************\n"
"\n"
-"psselect selects pages and page ranges\n"
+"JSON (JavaScript Object Notation) is a simple data format. See to the http://www.json.org/ manpage and 'RFC4627'(the http://www.ietf.org/rfc/rfc4627.txt manpage).\n"
"\n"
-"pstops performs general page rearrangement and selection\n"
+"This module converts Perl data structures to JSON and vice versa using either the JSON::XS manpage or the JSON::PP manpage.\n"
"\n"
-"psnup put multiple pages per physical sheet of paper\n"
+"JSON::XS is the fastest and most proper JSON module on CPAN which must be compiled and installed in your environment. JSON::PP is a pure-Perl module which is bundled in this distribution and has a strong compatibility to JSON::XS.\n"
"\n"
-"psresize alter document paper size\n"
+"This module try to use JSON::XS by default and fail to it, use JSON::PP instead. So its features completely depend on JSON::XS or JSON::PP.\n"
"\n"
-"epsffit fits an EPSF file to a given bounding box\n"
+"See to the BACKEND MODULE DECISION manpage.\n"
"\n"
-"You will find a README in /usr/share/doc/packages/psutils/ which also describes several Perl scripts for importing PostScript files. A manual page for each ps utility is also included."
+"To distinguish the module name 'JSON' and the format type JSON, the former is quoted by C<> (its results vary with your using media), and the latter is left just as it is.\n"
+"\n"
+"Module name : 'JSON'\n"
+"\n"
+"Format type : JSON"
msgstr ""
-#. description(php5:php5-mbstring)
-msgid "This extension provides multi-byte character safe string functions and other utility functions such as conversion functions."
+#. summary(perl-Lingua-EN-Sentence)
+msgid "Module for splitting text into sentences"
msgstr ""
-#. description(perl-GDGraph)
-msgid "This is GDGraph, a package to generate charts, using Lincoln Stein's GD.pm. See the documentation for some history and more information."
-msgstr ""
-
-#. description(nkf:perl-NKF)
+#. description(perl-Lingua-EN-Sentence)
msgid ""
-"This is a Perl Extension version of nkf (Network Kanji Filter ) 1.9.\n"
+"The 'Lingua::EN::Sentence' module contains the function get_sentences, which splits text into its constituent sentences, based on a regular expression and a list of abbreviations (built in and given).\n"
"\n"
-"Usage:\n"
-"\n"
-"use NKF; $output = nkf($flag,$input);\n"
-"\n"
-"$flag has the same meaning as with nkf."
+"Certain well know exceptions, such as abreviations, may cause incorrect segmentations. But some of them are already integrated into this code and are being taken care of. Still, if you see that there are words causing the get_sentences() to fail, you can add those to the module, so it notices them."
msgstr ""
-#. description(perl-XML-XSLT)
-msgid "This is a Perl module to parse XSL Transformational sheets."
+#. summary(perl-Locale-Maketext-Lexicon)
+msgid "Use other catalog formats in Maketext"
msgstr ""
-#. description(perl-Package-Stash-XS)
-msgid "This is a backend for the Package::Stash manpage, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler."
+#. description(perl-Locale-Maketext-Lexicon)
+msgid ""
+"This module provides lexicon-handling modules to read from other localization formats, such as _Gettext_, _Msgcat_, and so on.\n"
+"\n"
+"If you are unfamiliar with the concept of lexicon modules, please consult the Locale::Maketext manpage and the 'webl10n' HTML files in the 'docs/' directory of this module.\n"
+"\n"
+"A command-line utility the xgettext.pl manpage is also installed with this module, for extracting translatable strings from source files."
msgstr ""
-#. description(perl-HTML-Format)
-msgid "This is a collection of modules that format HTML as plain text, PostScript, or RTF."
+#. summary(perl-Log-Dispatch)
+msgid "Dispatches messages to one or more outputs"
msgstr ""
-#. description(php5:php5-dba)
-msgid "This is a general abstraction layer for several file-based databases. As such, functionality is limited to a common subset of features supported by modern databases such as Sleepycat Software's DB2. (This is not to be confused with IBM's DB2 software, which is supported through the ODBC functions.)"
-msgstr ""
-
-#. description(php5:php5-sqlite)
+#. description(perl-Log-Dispatch)
msgid ""
-"This is an extension for the SQLite Embeddable SQL Database Engine. http://www.sqlite.org/\n"
+"This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface.\n"
"\n"
-"SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n"
+"The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then you call the 'log' method of the dispatch object, which passes the message to each of the objects, which in turn decide whether or not to accept the message and what to do with it.\n"
"\n"
-"SQLite is not a client library used to connect to a big database server. SQLite is the server. The SQLite library reads and writes directly to and from the database files on disk.\n"
-"\n"
-"This package includes sqlite and pdo_sqlite modules for sqlite version 2 and 3 respectively."
+"This makes it possible to call single method and send a message to a log file, via email, to the screen, and anywhere else, all with very little code needed on your part, once the dispatching object has been created."
msgstr ""
-#. description(python-pyasn1)
-msgid "This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification."
-msgstr ""
+#. summary(perl-Log-Log4perl)
+#, fuzzy
+msgid "Log4j implementation for Perl"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(perl-TermReadLine-Gnu)
-msgid "This is an implementation of Term::ReadLine using the GNU Readline/History Library. This package also has the interface with the almost all functions and variables which are documented in the GNU Readline/History Library Manual."
-msgstr ""
-
-#. description(perl-Class-Singleton)
+#. description(perl-Log-Log4perl)
msgid ""
-"This is the \"Class::Singleton\" module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the \"Class::Singleton\" module does very little other than manage the instantiation of a single object. In deriving a class from \"Class::Singleton\", your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.\n"
+"Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl.\n"
"\n"
-"For a description and discussion of the Singleton class, see \"Design Patterns\", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.\n"
+"*For a detailed tutorial on Log::Log4perl usage, please read*\n"
"\n"
-"Author: Andy Wardley <abw(a)wardley.org>"
+" http://www.perl.com/pub/a/2002/09/11/log4perl.html\n"
+"\n"
+"Logging beats a debugger if you want to know what's going on in your code during runtime. However, traditional logging packages are too static and generate a flood of log messages in your log files that won't help you.\n"
+"\n"
+"'Log::Log4perl' is different. It allows you to control the number of logging messages generated at three different levels:\n"
+"\n"
+"* *\n"
+"\n"
+" At a central location in your system (either in a configuration file or in the startup code) you specify _which components_ (classes, functions) of your system should generate logs.\n"
+"\n"
+"* *\n"
+"\n"
+" You specify how detailed the logging of these components should be by specifying logging _levels_.\n"
+"\n"
+"* *\n"
+"\n"
+" You also specify which so-called _appenders_ you want to feed your log messages to (\"Print it to the screen and also append it to /tmp/my.log\") and which format (\"Write the date first, then the file name and line number, and then the log message\") they should be in.\n"
+"\n"
+"This is a very powerful and flexible mechanism. You can turn on and off your logs at any time, specify the level of detail and make that dependent on the subsystem that's currently executed.\n"
+"\n"
+"Let me give you an example: You might find out that your system has a problem in the 'MySystem::Helpers::ScanDir' component. Turning on detailed debugging logs all over the system would generate a flood of useless log messages and bog your system down beyond recognition. With 'Log::Log4perl', however, you can tell the system: \"Continue to log only severe errors to the log file. Open a second log file, turn on full debug logs in the 'MySystem::Helpers::ScanDir' component and dump all messages originating from there into the new log file\". And all this is possible by just changing the parameters in a configuration file, which your system can re-read even while it's running!"
msgstr ""
-#. description(perl-GD-Graph3d)
-msgid "This is the GD::Graph3d extensions module. It provides 3D graphs for the GD::Graph module by Martien Verbruggen, which in turn generates graph using Lincoln Stein's GD.pm."
+#. summary(perl-MIME-Lite)
+msgid "low-calorie MIME generator"
msgstr ""
-#. description(perl-HTML-SimpleParse)
+#. description(perl-MIME-Lite)
msgid ""
-"This is the HTML::SimpleParse module. It is a bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions:\n"
+"In the never-ending quest for great taste with fewer calories, we proudly present: _MIME::Lite_.\n"
"\n"
-"First, HTML::Parser knows which tags can contain other tags, which start tags have corresponding end tags, which tags can exist only in the <HEAD> portion of the document, and so forth. HTML::SimpleParse does not know any of these things. It just finds tags and text in the HTML you give it, it does not care about the specific content of these tags (though it does distiguish between different _types_ of tags, such as comments, starting tags like <b>, ending tags like </b>, and so on).\n"
+"MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed, but will work with them if they are.\n"
"\n"
-"Second, HTML::SimpleParse does not create a hierarchical tree of HTML content, but rather a simple linear list. It does not pay any attention to balancing start tags with corresponding end tags, or which pairs of tags are inside other pairs of tags.\n"
+"You can specify each message part as either the literal data itself (in a scalar or array), or as a string which can be given to open() to get a readable filehandle (e.g., \"<filename\" or \"somecommand|\").\n"
"\n"
-"Because of these characteristics, you can make a very effective HTML filter by sub-classing HTML::SimpleParse."
+"You don't need to worry about encoding your message data: this module will do that for you. It handles the 5 standard MIME encodings."
msgstr ""
-#. description(perl-Net-IP)
-msgid "This is the Net::IP module, designed to allow easy manipulation of IPv4 and IPv6 addresses."
+#. summary(perl-MIME-Types)
+msgid "Definition of MIME types"
msgstr ""
-#. description(perl-IO-Stty)
-msgid "This is the PERL POSIX compliant stty."
+#. description(perl-MIME-Types)
+msgid ""
+"MIME types are used in many applications (for instance as part of e-mail and HTTP traffic) to indicate the type of content which is transmitted. or expected. See RFC2045 at _https://www.ietf.org/rfc/rfc2045.txt_\n"
+"\n"
+"Sometimes detailed knowledge about a mime-type is need, however this module only knows about the file-name extensions which relate to some filetype. It can also be used to produce the right format: types which are not registered at IANA need to use 'x-' prefixes.\n"
+"\n"
+"This object administers a huge list of known mime-types, combined from various sources. For instance, it contains *all IANA* types and the knowledge of Apache. Probably the most complete table on the net!"
msgstr ""
-#. description(perl-PPI)
-msgid "This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples."
+#. summary(perl-MIME-tools)
+#. description(perl-MIME-tools)
+msgid "Tools to manipulate MIME messages"
msgstr ""
-#. description(qtcurve-kde4)
-msgid "This is the QtCurve style for KDE 4. QtCurve is available for both Gtk2+ and Qt3."
+#. summary(perl-MLDBM)
+msgid "store multi-level Perl hash structure in single level tied hash"
msgstr ""
-#. description(perl-Devel-Symdump)
-msgid "This little package serves to access the symbol table of perl."
-msgstr ""
-
-#. description(perl-Module-Implementation)
+#. description(perl-MLDBM)
msgid ""
-"This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations.\n"
+"This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases.\n"
"\n"
-"This module is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module."
+"It works by serializing the references in the hash into a single string. In the underlying TIEHASH package (usually a DBM database), it is this string that gets stored. When the value is fetched again, the string is deserialized to reconstruct the data structure into memory.\n"
+"\n"
+"For historical and practical reasons, it requires the *Data::Dumper* package, available at any CPAN site. *Data::Dumper* gives you really nice-looking dumps of your data structures, in case you wish to look at them on the screen, and it was the only serializing engine before version 2.00. However, as of version 2.00, you can use any of *Data::Dumper*,\n"
+"*FreezeThaw* or *Storable* to perform the underlying serialization, as hinted at by the the SYNOPSIS manpage overview above. Using *Storable* is usually much faster than the other methods.\n"
+"\n"
+"See the the BUGS manpage section for important limitations."
msgstr ""
-#. description(php5:php5-dom)
-#, fuzzy
-msgid "This module adds DOM support."
-msgstr "Isto desabilita o suporte DPMS."
+#. summary(perl-MRO-Compat)
+msgid "mro::* interface compatibility for Perls < 5.9.5"
+msgstr ""
-#. description(php5:php5-odbc)
-#, fuzzy
-msgid "This module adds ODBC support."
-msgstr "Isto desabilita o suporte DPMS."
-
-#. description(php5:php5-openssl)
-#, fuzzy
-msgid "This module adds OpenSSL support."
-msgstr "Isto desabilita o suporte DPMS."
-
-#. description(php5:php5-xsl)
-#, fuzzy
-msgid "This module adds new XSL support to PHP."
-msgstr "Isto desabilita o suporte DPMS."
-
-#. description(perl-Tie-Simple)
+#. description(perl-MRO-Compat)
msgid ""
-"This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties.\n"
+"The \"mro\" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher.\n"
"\n"
-"The 'Tie::Simple' package is actually a front-end to other classes which really do all the work once tied, but this package does the work to automatically figure out what you're trying to do."
+"This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways).\n"
+"\n"
+"It is a harmless no-op to use this module on 5.9.5+. That is to say, code which properly uses the MRO::Compat manpage will work unmodified on both older Perls and 5.9.5+.\n"
+"\n"
+"If you're writing a piece of software that would like to use the parts of 5.9.5+'s mro:: interfaces that are supported here, and you want compatibility with older Perls, this is the module for you.\n"
+"\n"
+"Some parts of this code will work better and/or faster with the Class::C3::XS manpage installed (which is an optional prereq of the Class::C3 manpage, which is in turn a prereq of this package), but it's not a requirement.\n"
+"\n"
+"This module never exports any functions. All calls must be fully qualified with the 'mro::' prefix.\n"
+"\n"
+"The interface documentation here serves only as a quick reference of what the function basically does, and what differences between the MRO::Compat manpage and 5.9.5+ one should look out for. The main docs in 5.9.5's the mro manpage are the real interface docs, and contain a lot of other useful information."
msgstr ""
-#. description(perl-B-Hooks-EndOfScope)
-msgid "This module allows you to execute code when perl finished compiling the surrounding scope."
+#. summary(perl-Mail-DKIM)
+msgid "Signs/verifies Internet mail with DKIM/DomainKey signatures"
msgstr ""
-#. description(perl-Package-DeprecationManager)
-msgid "This module allows you to manage a set of deprecations for one or more modules."
-msgstr ""
-
-#. description(perl-IPC-Run3)
+#. description(perl-Mail-DKIM)
msgid ""
-"This module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using 'system', 'qx', and 'open3' with a simple, extremely Perlish API.\n"
+"This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. It currently tries to implement these specifications:\n"
"\n"
-"Speed, simplicity, and portability are paramount. (That's speed of Perl code; which is often much slower than the kind of buffered I/O that this module uses to spool input to and output from the child command.)"
+"* RFC4871, for DKIM\n"
+"\n"
+"* RFC4870, for DomainKeys\n"
+"\n"
+"The module uses an object-oriented interface. You use one of two different classes, depending on whether you are signing or verifying a message. To sign, use the the Mail::DKIM::Signer manpage class. To verify, use the the Mail::DKIM::Verifier manpage class. Simple, eh?"
msgstr ""
-#. description(perl-Devel-CoreStack)
-msgid "This module attempts to generate a stack dump from a core file by locating the best available debugger (if any) and running it with the appropriate arguments and command script."
+#. summary(perl-Mail-Mbox-MessageParser)
+msgid "Fast and Simple Mbox Folder Reader"
msgstr ""
-#. description(perl-HTML-Template)
+#. description(perl-Mail-Mbox-MessageParser)
msgid ""
-"This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - '<TMPL_VAR>' '<TMPL_LOOP>', '<TMPL_INCLUDE>', '<TMPL_IF>', '<TMPL_ELSE>' and '<TMPL_UNLESS>'. The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.\n"
+"This module implements a fast but simple mbox folder reader. One of three implementations (Cache, Grep, Perl) will be used depending on the wishes of the user and the system configuration. The first implementation is a cached-based one which stores email information about mailboxes on the file system. Subsequent accesses will be faster because no analysis of the mailbox will be needed. The second implementation is one based on GNU grep, and is significantly faster than the Perl version for mailboxes which contain very large (10MB) emails. The final implementation is a fast Perl-based one which should always be applicable.\n"
"\n"
-"This module is licensed under the same terms as Perl. See the LICENSE section below for more details."
-msgstr ""
-
-#. description(perl-Class-Accessor)
-msgid ""
-"This module automatically generates accessor/mutators for your class. Most of the time, writing accessors is an exercise in cutting and pasting.\n"
+"The Cache implementation is about 6 times faster than the standard Perl implementation. The Grep implementation is about 4 times faster than the standard Perl implementation. If you have GNU grep, it's best to enable both the Cache and Grep implementations. If the cache information is available, you'll get very fast speeds. Otherwise, you'll take about a 1/3 performance hit when the Grep version is used instead.\n"
"\n"
-"If you make your module a subclass of Class::Accessor and declare your accessor fields with mk_accessors() then you'll find yourself with a set of automatically generated accessors which can even be customized!"
+"The overriding requirement for this module is speed. If you wish more sophisticated parsing, use Mail::MboxParser (which is based on this module) or Mail::Box."
msgstr ""
-#. description(python-gstreamer-0_10)
-msgid "This module contains a wrapper that allows GStreamer applications to be written in Python."
+#. summary(perl-Mail-SPF)
+msgid "An object-oriented implementation of Sender Policy Framework"
msgstr ""
-#. description(perl-JSON-XS)
+#. description(perl-Mail-SPF)
msgid ""
-"This module converts Perl data structures to JSON and vice versa. Its primary goal is to be _correct_ and its secondary goal is to be _fast_. To reach the latter goal it was written in C.\n"
+"*Mail::SPF* is an object-oriented implementation of Sender Policy Framework (SPF). See the http://www.openspf.org manpage for more information about SPF.\n"
"\n"
-"Beginning with version 2.0 of the JSON module, when both JSON and JSON::XS are installed, then JSON will fall back on JSON::XS (this can be overridden) with no overhead due to emulation (by inheriting constructor and methods). If JSON::XS is not available, it will fall back to the compatible JSON::PP module as backend, so using JSON instead of JSON::XS gives you a portable JSON API that can be fast when you need and doesn't require a C compiler when that is a problem.\n"
-"\n"
-"As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons.\n"
-"\n"
-"See MAPPING, below, on how JSON::XS maps perl values to JSON values and vice versa."
+"This class collection aims to fully conform to the SPF specification (RFC 4408) so as to serve both as a production quality SPF implementation and as a reference for other developers of SPF implementations."
msgstr ""
-#. description(perl-XML-DOM)
-msgid "This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library."
-msgstr ""
+#. summary(perl-MailTools)
+#. description(perl-MailTools)
+#, fuzzy
+msgid "Various e-mail related modules"
+msgstr "Nenhum módulo encontrado."
-#. description(perl-HTML-FillInForm)
+#. summary(perl-Module-Build)
+#, fuzzy
+msgid "Build and install Perl modules"
+msgstr "Nenhum módulo encontrado."
+
+#. description(perl-Module-Build)
msgid ""
-"This module fills in an HTML form with data from a Perl data structure, allowing you to keep the HTML and Perl separate.\n"
+"'Module::Build' is a system for building, testing, and installing Perl modules. It is meant to be an alternative to 'ExtUtils::MakeMaker'. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with 'MakeMaker'. It also does not require a 'make' on your system - most of the 'Module::Build' code is pure-perl and written in a very cross-platform way.\n"
"\n"
-"Here are two common use cases:\n"
+"See the \"MOTIVATIONS\" manpage for more comparisons between 'ExtUtils::MakeMaker' and 'Module::Build'.\n"
"\n"
-"1. A user submits an HTML form without filling out a required field. You want to redisplay the form with all the previous data in it, to make it easy for the user to see and correct the error.\n"
+"To install 'Module::Build', and any other module that uses 'Module::Build' for its installation process, do the following:\n"
"\n"
-"2. You have just retrieved a record from a database and need to display it in an HTML form."
-msgstr ""
-
-#. description(perl-Sub-Name)
-msgid ""
-"This module has only one function, which is also exported by default:\n"
+" perl Build.PL # 'Build.PL' script creates the 'Build' script ./Build # Need ./ to ensure we're using this \"Build\" script ./Build test # and not another one that happens to be in the PATH ./Build install\n"
"\n"
-" subname NAME, CODEREF\n"
+"This illustrates initial configuration and the running of three 'actions'. In this case the actions run are 'build' (the default action), 'test', and 'install'. Other actions defined so far include:\n"
"\n"
-"Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub.\n"
+" build manifest clean manifest_skip code manpages config_data pardist diff ppd dist ppmdist distcheck prereq_data distclean prereq_report distdir pure_install distinstall realclean distmeta retest distsign skipcheck disttest test docs testall fakeinstall testcover help testdb html testpod install testpodcoverage installdeps versioninstall\n"
"\n"
-"The name is only used for informative routines (caller, Carp, etc). You won't be able to actually invoke the sub by the given name. To allow that, you need to do glob-assignment yourself.\n"
-"\n"
-"Note that for anonymous closures (subs that reference lexicals declared outside the sub itself) you can name each instance of the closure differently, which can be very useful for debugging."
+"You can run the 'help' action for a complete list of actions."
msgstr ""
-#. summary(perl-Set-Scalar)
-msgid "This module implements a Set of scalars"
-msgstr ""
+#. summary(perl-Module-Info)
+#, fuzzy
+msgid "Information about Perl modules"
+msgstr "Informações não disponíveis."
-#. description(perl-Set-Scalar)
-msgid "This module implements a Set of scalars."
+#. description(perl-Module-Info)
+msgid "Module::Info gives you information about Perl modules *without actually loading the module*. It actually isn't specific to modules and should work on any perl code."
msgstr ""
-#. description(perl-Tie-Cache)
-msgid "This module implements a least recently used (LRU) cache in memory through a tie interface."
+#. summary(perl-Module-Runtime-Conflicts)
+msgid "Provide information on conflicts for Module::Runtime"
msgstr ""
-#. description(perl-Pod-POM)
-msgid "This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the original document. The tree can be walked manually and the nodes examined, printed or otherwise manipulated. In addition, Pod::POM supports and provides view objects which can automatically traverse the tree, or section thereof, and generate an output representation in one form or another."
+#. description(perl-Module-Runtime-Conflicts)
+msgid "This module provides conflicts checking for the Module::Runtime manpage, which had a recent release that broke some versions of the Moose manpage. It is called from the Moose::Conflicts manpage and 'moose-outdated'."
msgstr ""
-#. description(perl-BIND-Conf_Parser)
-msgid "This module implements a virtual base class for parsing BIND server version 8 configuration files (named.conf)."
+#. summary(perl-Net-CIDR-Lite)
+msgid "Perl extension for merging IPv4 or IPv6 CIDR addresses"
msgstr ""
-#. description(perl-Encode-JIS2K)
-msgid "This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name)."
+#. description(perl-Net-CIDR-Lite)
+msgid "Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses."
msgstr ""
-#. description(perl-Font-AFM)
-msgid "This module implements the Font::AFM class. Objects of this class are initialized from an AFM file and allow you to obtain information about the font and the metrics of the various glyphs in the font."
+#. summary(perl-Net-Daemon)
+msgid "Perl extension for portable daemons"
msgstr ""
-#. description(perl-Crypt-Rijndael)
+#. description(perl-Net-Daemon)
msgid ""
-"This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard.\n"
+"Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004.\n"
"\n"
-"* keysize\n"
-"\n"
-" Returns the keysize, which is 32 (bytes). The Rijndael cipher actually supports keylengths of 16, 24 or 32 bytes, but there is no way to communicate this to 'Crypt::CBC'.\n"
-"\n"
-"* blocksize\n"
-"\n"
-" The blocksize for Rijndael is 16 bytes (128 bits), although the algorithm actually supports any blocksize that is any multiple of our bytes. 128 bits, is however, the AES-specified block size, so this is all we support."
+"The Net::Daemon class offers methods for the most common tasks a daemon needs: Starting up, logging, accepting clients, authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways."
msgstr ""
-#. description(perl-Mail-DKIM)
+#. summary(perl-Net-Netmask)
+msgid "Parse, Manipulate and Lookup Ip Network Blocks"
+msgstr ""
+
+#. description(perl-Net-Netmask)
msgid ""
-"This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. It currently tries to implement these specifications:\n"
+"Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an object-oriented interface. Nearly all functions are methods that operate on a Net::Netmask object.\n"
"\n"
-"* RFC4871, for DKIM\n"
+"There are methods that provide the nearly all bits of information about a network block that you might want.\n"
"\n"
-"* RFC4870, for DomainKeys\n"
+"There are also functions to put a network block into a table and then later lookup network blocks by IP address in that table. There are functions to turn a IP address range into a list of CIDR blocks. There are functions to turn a list of CIDR blocks into a list of IP addresses.\n"
"\n"
-"The module uses an object-oriented interface. You use one of two different classes, depending on whether you are signing or verifying a message. To sign, use the the Mail::DKIM::Signer manpage class. To verify, use the the Mail::DKIM::Verifier manpage class. Simple, eh?"
+"There is a function for sorting by text IP address."
msgstr ""
-#. description(perl-Crypt-CBC)
+#. summary(perl-Net-SMTP-SSL)
+#, fuzzy
+msgid "SSL support for Net::SMTP"
+msgstr "XScreensaver não encontrado."
+
+#. description(perl-Net-SMTP-SSL)
msgid ""
-"This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by the\n"
-"*OpenSSL* package.\n"
+"Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of 'Net::SMTP''s 'new' method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port '465' is usually what you want, and it's not a pain to specify that.\n"
"\n"
-"To use this module, you will first create a Crypt::CBC cipher object with new(). At the time of cipher creation, you specify an encryption key to use and, optionally, a block encryption algorithm. You will then call the start() method to initialize the encryption or decryption process, crypt() to encrypt or decrypt one or more blocks of data, and lastly finish(), to pad and encrypt the final block. For your convenience, you can call the encrypt() and decrypt() methods to operate on a whole data value at once."
+"For interface documentation, please see Net::SMTP."
msgstr ""
-#. description(perl-Devel-PartialDump)
-msgid "This module is a data dumper optimized for logging of arbitrary parameters."
+#. summary(perl-Net-SNMP)
+msgid "Object oriented interface to SNMP"
msgstr ""
-#. description(perl-XML-LibXSLT)
-msgid "This module is an interface to the GNOME project's libxslt. This is an extremely good XSLT engine, highly compliant and also very fast. I have tests showing this to be more than twice as fast as Sablotron."
+#. description(perl-Net-SNMP)
+msgid "The Net::SNMP module abstracts the intricate details of the Simple Network Management Protocol by providing a high level programming interface to the protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl object and a remote SNMP agent or manager. Once an object is created, it can be used to perform the basic protocol exchange actions defined by SNMP."
msgstr ""
-#. description(perl-Carp-Clan)
+#. summary(perl-Net-Server)
+msgid "Extensible, general Perl server engine"
+msgstr ""
+
+#. description(perl-Net-Server)
msgid ""
-"This module is based on \"'Carp.pm'\" from Perl 5.005_03. It has been modified to skip all package names matching the pattern given in the \"use\" statement inside the \"'qw()'\" term (or argument list).\n"
+"'Net::Server' is an extensible, generic Perl server engine. 'Net::Server' combines the good properties from 'Net::Daemon' (0.34), 'NetServer::Generic' (1.03), and 'Net::FTPServer' (1.0), and also from various concepts in the Apache Webserver.\n"
"\n"
-"Suppose you have a family of modules or classes named \"Pack::A\", \"Pack::B\" and so on, and each of them uses \"'Carp::Clan qw(^Pack::);'\" (or at least the one in which the error or warning gets raised).\n"
+"'Net::Server' attempts to be a generic server as in 'Net::Daemon' and 'NetServer::Generic'. It includes with it the ability to run as an inetd process ('Net::Server::INET'), a single connection server ('Net::Server' or 'Net::Server::Single'), a forking server ('Net::Server::Fork'), a preforking server which maintains a constant number of preforked children ('Net::Server::PreForkSimple'), or as a managed preforking server which maintains the number of children based on server load ('Net::Server::PreFork'). In all but the inetd type, the server provides the ability to connect to one or to multiple server ports.\n"
"\n"
-"Thus when for example your script \"tool.pl\" calls module \"Pack::A\", and module \"Pack::A\" calls module \"Pack::B\", an exception raised in module \"Pack::B\" will appear to have originated in \"tool.pl\" where \"Pack::A\" was called, and not in \"Pack::A\" where \"Pack::B\" was called, as the unmodified \"'Carp.pm'\" would try to make you believe ':-)'.\n"
+"'Net::Server' uses ideologies of 'Net::FTPServer' in order to provide extensibility. The additional server types are made possible via \"personalities\" or sub classes of the 'Net::Server'. By moving the multiple types of servers out of the main 'Net::Server' class, the 'Net::Server' concept is easily extended to other types (in the near future, we would like to add a \"Thread\" personality).\n"
"\n"
-"This works similarly if \"Pack::B\" calls \"Pack::C\" where the exception is raised, etcetera.\n"
+"'Net::Server' borrows several concepts from the Apache Webserver. 'Net::Server' uses \"hooks\" to allow custom servers such as SMTP, HTTP, POP3, etc. to be layered over the base 'Net::Server' class. In addition the 'Net::Server::PreFork' class borrows concepts of min_start_servers, max_servers, and min_waiting servers. 'Net::Server::PreFork' also uses the concept of an flock serialized accept when accepting on multiple ports (PreFork can choose between flock, IPC::Semaphore, and pipe to control serialization)."
+msgstr ""
+
+#. summary(perl-Net-Telnet)
+msgid "interact with TELNET port or other TCP ports"
+msgstr ""
+
+#. description(perl-Net-Telnet)
+msgid ""
+"Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a time-out and to wait for patterns to appear in the input stream, such as the prompt from a shell. IPv6 support is available when using perl 5.14 or later (see 'family()'.\n"
"\n"
-"In other words, this blames all errors in the \"'Pack::*'\" modules on the user of these modules, i.e., on you. ';-)'\n"
+"Other reasons to use this module than strictly with a TELNET port are:\n"
"\n"
-"The skipping of a clan (or family) of packages according to a pattern describing its members is necessary in cases where these modules are not classes derived from each other (and thus when examining '@ISA' - as in the original \"'Carp.pm'\" module - doesn't help).\n"
+"* *\n"
"\n"
-"The purpose and advantage of this is that a \"clan\" of modules can work together (and call each other) and throw exceptions at various depths down the calling hierarchy and still appear as a monolithic block (as though they were a single module) from the perspective of the caller.\n"
+" You're not familiar with sockets and you want a simple way to make client connections to TCP services.\n"
"\n"
-"In case you just want to ward off all error messages from the module in which you \"'use Carp::Clan'\", i.e., if you want to make all error messages or warnings to appear to originate from where your module was called (this is what you usually used to \"'use Carp;'\" for ';-)'), instead of in your module itself (which is what you can do with a \"die\" or \"warn\" anyway), you do not need to provide a pattern, the module will automatically provide the correct one for you.\n"
+"* *\n"
"\n"
-"I.e., just \"'use Carp::Clan;'\" without any arguments and call \"carp\" or \"croak\" as appropriate, and they will automatically defend your module against all blames!\n"
+" You want to be able to specify your own time-out while connecting, reading, or writing.\n"
"\n"
-"In other words, a pattern is only necessary if you want to make several modules (more than one) work together and appear as though they were only one.\n"
+"* *\n"
"\n"
-"Forcing a Stack Trace As a debugging aid, you can force \"'Carp::Clan'\" to treat a \"croak\" as a \"confess\" and a \"carp\" as a \"cluck\". In other words, force a detailed stack trace to be given. This can be very helpful when trying to understand why, or from where, a warning or error is being generated.\n"
+" You're communicating with an interactive program at the other end of some socket or pipe and you want to wait for certain patterns to appear.\n"
"\n"
-" This feature is enabled either by \"importing\" the non-existent symbol 'verbose', or by setting the global variable \"'$Carp::Clan::Verbose'\" to a true value.\n"
+"Here's an example that prints who's logged-on to a remote host. In addition to a username and password, you must also know the user's shell prompt, which for this example is '\"bash$ \"'\n"
"\n"
-" You would typically enable it by saying\n"
+" use Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/bash\\$ $/'); $t->open($host); $t->login($username, $passwd); @lines = $t->cmd(\"who\"); print @lines;\n"
"\n"
-" use Carp::Clan qw(verbose);\n"
+"See the *EXAMPLES* section below for more examples.\n"
"\n"
-" Note that you can both specify a \"family pattern\" and the string \"verbose\" inside the \"'qw()'\" term (or argument list) of the \"use\" statement, but consider that a pattern of packages to skip is pointless when \"verbose\" causes a full stack trace anyway."
+"Usage questions should be directed to the perlmonks.org discussion group. Bugs can be viewed or reported at cpan.org on the Net::Telnet page."
msgstr ""
-#. description(perl-Class-Date)
-msgid ""
-"This module is intended to provide a general-purpose date and datetime type for perl. You have a Class::Date class for absolute date and datetime and have a Class::Date::Rel class for relative dates.\n"
-"\n"
-"You can use \"+\", \"-\", \"<\" and \">\" operators as with native perl data types."
+#. summary(perl-Net-XMPP)
+#, fuzzy
+msgid "XMPP Perl Library"
+msgstr "Desempenho"
+
+#. description(perl-Net-XMPP)
+msgid "Net::XMPP is a convenient tool to use for any perl script that would like to utilize the XMPP Instant Messaging protocol. While not a client in and of itself, it provides all of the necessary back-end functions to make a CGI client or command-line perl client feasible and easy to use. Net::XMPP is a wrapper around the rest of the official Net::XMPP::xxxxxx packages."
msgstr ""
-#. description(perl-DBD-ODBC)
-msgid "This module is needed to access ODBC databases from within Perl. The module uses the unixODBC manager to connect to the database."
+#. summary(perl-PPI)
+#. description(perl-PPI)
+msgid "Parse, Analyze and Manipulate Perl (without perl)"
msgstr ""
-#. description(perl-Getopt-Mixed)
+#. summary(perl-Package-DeprecationManager)
+msgid "Manage deprecation warnings for your distribution"
+msgstr ""
+
+#. description(perl-Package-DeprecationManager)
msgid ""
-"This module is obsolete.\n"
+"This module allows you to manage a set of deprecations for one or more modules.\n"
"\n"
-"This package was my response to the standard modules Getopt::Std and Getopt::Long. 'Std' doesn't support long options, and 'Long' didn't support short options. I wanted both, since long options are easier to remember and short options are faster to type.\n"
+"When you import 'Package::DeprecationManager', you must provide a set of '-deprecations' as a hash ref. The keys are \"feature\" names, and the values are the version when that feature was deprecated.\n"
"\n"
-"However, some time ago Getopt::Long was changed to support short options as well, and it has the huge advantage of being part of the standard Perl distribution. So, Getopt::Mixed is now effectively obsolete. I don't intend to make any more changes, but I'm leaving it available for people who have code that already uses it. For new modules, I recommend using Getopt::Long like this:\n"
+"In many cases, you can simply use the fully qualified name of a subroutine or method as the feature name. This works for cases where the whole subroutine is deprecated. However, the feature names can be any string. This is useful if you don't want to deprecate an entire subroutine, just a certain usage.\n"
"\n"
-" use Getopt::Long; Getopt::Long::Configure(qw(bundling no_getopt_compat)); GetOptions(...option-descriptions...);\n"
+"You can also provide an optional array reference in the '-ignore' parameter.\n"
"\n"
-"This package was intended to be the \"Getopt-to-end-all-Getop's\". It combines (I hope) flexibility and simplicity. It supports both short options (introduced by '-') and long options (introduced by '--'). Short options which do not take an argument can be grouped together. Short options which do take an argument must be the last option in their group, because everything following the option will be considered to be its argument.\n"
+"The values to be ignored can be package names or regular expressions (made with 'qr//'). Use this to ignore packages in your distribution that can appear on the call stack when a deprecated feature is used.\n"
"\n"
-"There are two methods for using Getopt::Mixed: the simple method and the flexible method. Both methods use the same format for option descriptions."
+"As part of the import process, 'Package::DeprecationManager' will export two subroutines into its caller. It provides an 'import()' sub for the caller and a 'deprecated()' sub.\n"
+"\n"
+"The 'import()' sub allows callers of _your_ class to specify an '-api_version' parameter. If this is supplied, then deprecation warnings are only issued for deprecations with API versions earlier than the one specified.\n"
+"\n"
+"You must call the 'deprecated()' sub in each deprecated subroutine. When called, it will issue a warning using 'Carp::cluck()'.\n"
+"\n"
+"The 'deprecated()' sub can be called in several ways. If you do not pass any arguments, it will generate an appropriate warning message. If you pass a single argument, this is used as the warning message.\n"
+"\n"
+"Finally, you can call it with named arguments. Currently, the only allowed names are 'message' and 'feature'. The 'feature' argument should correspond to the feature name passed in the '-deprecations' hash.\n"
+"\n"
+"If you don't explicitly specify a feature, the 'deprecated()' sub uses 'caller()' to identify its caller, using its fully qualified subroutine name.\n"
+"\n"
+"A given deprecation warning is only issued once for a given package. This module tracks this based on both the feature name _and_ the error message itself. This means that if you provide several different error messages for the same feature, all of those errors will appear."
msgstr ""
-#. description(perl-Sub-Install)
-msgid "This module makes it easy to install subroutines into packages without the unslightly mess of 'no strict' or typeglobs lying about where just anyone can see them."
+#. summary(perl-Package-Stash)
+#, fuzzy
+msgid "routines for manipulating stashes"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(perl-Package-Stash)
+msgid ""
+"Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API.\n"
+"\n"
+"NOTE: Most methods in this class require a variable specification that includes a sigil. If this sigil is absent, it is assumed to represent the IO slot.\n"
+"\n"
+"Due to limitations in the typeglob API available to perl code, and to typeglob manipulation in perl being quite slow, this module provides two implementations - one in pure perl, and one using XS. The XS implementation is to be preferred for most usages; the pure perl one is provided for cases where XS modules are not a possibility. The current implementation in use can be set by setting '$ENV{PACKAGE_STASH_IMPLEMENTATION}' or '$Package::Stash::IMPLEMENTATION' before loading Package::Stash (with the environment variable taking precedence), otherwise, it will use the XS implementation if possible, falling back to the pure perl one."
msgstr ""
+#. summary(perl-Perl-Tidy)
+msgid "Parses and beautifies perl source"
+msgstr ""
+
#. description(perl-Perl-Tidy)
msgid ""
"This module makes the functionality of the perltidy utility available to perl scripts. Any or all of the input parameters may be omitted, in which case the @ARGV array will be used to provide input parameters as described in the perltidy(1) man page.\n"
@@ -4041,841 +4562,999 @@
"The call to *perltidy* returns a scalar *$error_flag* which is TRUE if an error caused premature termination, and FALSE if the process ran to normal completion. Additional discuss of errors is contained below in the the ERROR HANDLING manpage section."
msgstr ""
-#. description(perl-Log-Dispatch)
+#. summary(perl-PostScript-Simple)
+msgid "Produce PostScript files from Perl"
+msgstr ""
+
+#. description(perl-PostScript-Simple)
msgid ""
-"This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface.\n"
+"PostScript::Simple allows you to have a simple method of writing PostScript files from Perl. It has graphics primitives that allow lines, curves, circles, polygons and boxes to be drawn. Text can be added to the page using standard PostScript fonts.\n"
"\n"
-"The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then you call the 'log' method of the dispatch object, which passes the message to each of the objects, which in turn decide whether or not to accept the message and what to do with it.\n"
-"\n"
-"This makes it possible to call single method and send a message to a log file, via email, to the screen, and anywhere else, all with very little code needed on your part, once the dispatching object has been created."
+"The images can be single page EPS files, or multipage PostScript files. The image size can be set by using a recognised paper size (\"'A4'\", for example) or by giving dimensions. The units used can be specified (\"'mm'\" or \"'in'\", etc) and are the same as those used in TeX. The default unit is a bp, or a PostScript point, unlike TeX."
msgstr ""
-#. description(perl-Config-General)
+#. summary(perl-Readonly)
+#. description(perl-Readonly)
+msgid "Facility for creating read-only scalars, arrays, hashes"
+msgstr ""
+
+#. summary(perl-SOAP-Lite)
+msgid "Perl's Web Services Toolkit"
+msgstr ""
+
+#. description(perl-SOAP-Lite)
+msgid "SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side."
+msgstr ""
+
+#. summary(perl-SQL-Statement)
+msgid "SQL parsing and processing engine"
+msgstr ""
+
+#. description(perl-SQL-Statement)
msgid ""
-"This module opens a config file and parses its contents for you. The *new* method requires one parameter which needs to be a filename. The method\n"
-"*getall* returns a hash which contains all options and its associated values of your config file.\n"
+"The SQL::Statement module implements a pure Perl SQL parsing and execution engine. While it by no means implements full ANSI standard, it does support many features including column and table aliases, built-in and user-defined functions, implicit and explicit joins, complex nested search conditions, and other features.\n"
"\n"
-"The format of config files supported by *Config::General* is inspired by the well known Apache config format, in fact, this module is 100% compatible to Apache configs, but you can also just use simple name/value pairs in your config files.\n"
+"SQL::Statement is a small embeddable Database Management System (DBMS). This means that it provides all of the services of a simple DBMS except that instead of a persistent storage mechanism, it has two things: 1) an in-memory storage mechanism that allows you to prepare, execute, and fetch from SQL statements using temporary tables and 2) a set of software sockets where any author can plug in any storage mechanism.\n"
"\n"
-"In addition to the capabilities of an Apache config file it supports some enhancements such as here-documents, C-style comments or multiline options."
+"There are three main uses for SQL::Statement. One or another (hopefully not all) may be irrelevant for your needs: 1) to access and manipulate data in CSV, XML, and other formats 2) to build your own DBD for a new data source 3) to parse and examine the structure of SQL statements."
msgstr ""
-#. description(perl-Test-Exception)
-msgid ""
-"This module provides a few convenience methods for testing exception based code. It is built with the Test::Builder manpage and plays happily with the Test::More manpage and friends.\n"
-"\n"
-"If you are not already familiar with the Test::More manpage now would be the time to go take a look."
+#. summary(perl-Set-Scalar)
+msgid "Basic Set Operations"
msgstr ""
-#. description(perl-Email-Date-Format)
-msgid "This module provides a simple means for generating an RFC 2822 compliant datetime string. (In case you care, they're not RFC 822 dates, because they use a four digit year, which is not allowed in RFC 822.)"
+#. description(perl-Set-Scalar)
+msgid "basic set operations"
msgstr ""
-#. description(perl-Class-Load-XS)
-msgid "This module provides an XS implementation for portions of the Class::Load manpage. See the Class::Load manpage for API details."
+#. summary(perl-Sub-Exporter)
+msgid "a sophisticated exporter for custom-built routines"
msgstr ""
-#. description(perl-Unix-Syslog)
-msgid "This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc- functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away."
+#. description(perl-Sub-Exporter)
+msgid "*ACHTUNG!* If you're not familiar with Exporter or exporting, read the Sub::Exporter::Tutorial manpage first!"
msgstr ""
-#. description(perl-NetAddr-IP)
+#. summary(perl-Sub-Exporter-Progressive)
+msgid "Only use Sub::Exporter if you need it"
+msgstr ""
+
+#. description(perl-Sub-Exporter-Progressive)
msgid ""
-"This module provides an object-oriented abstraction on top of IP addresses or IP subnets, that allows for easy manipulations. Version 4.xx of NetAdder::IP will work with older versions of Perl and is compatible with Math::BigInt.\n"
+"the Sub::Exporter manpage is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a 'Sub::Exporter' wrapper that will let your users just use the Exporter manpage if all they are doing is picking exports, but use 'Sub::Exporter' if your users try to use 'Sub::Exporter''s more advanced features, like renaming exports, if they try to use them.\n"
"\n"
-"The internal representation of all IP objects is in 128 bit IPv6 notation. IPv4 and IPv6 objects may be freely mixed."
+"Note that this module will export '@EXPORT', '@EXPORT_OK' and '%EXPORT_TAGS' package variables for 'Exporter' to work. Additionally, if your package uses advanced 'Sub::Exporter' features like currying, this module will only ever use 'Sub::Exporter', so you might as well use it directly."
msgstr ""
-#. description(perl-Try-Tiny)
+#. summary(perl-Sub-Install)
+msgid "Install subroutines into packages easily"
+msgstr ""
+
+#. description(perl-Sub-Install)
+msgid "This module makes it easy to install subroutines into packages without the unsightly mess of 'no strict' or typeglobs lying about where just anyone can see them."
+msgstr ""
+
+#. summary(perl-Sub-Uplevel)
+msgid "Apparently run a function in a higher stack frame"
+msgstr ""
+
+#. description(perl-Sub-Uplevel)
+msgid "Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided."
+msgstr ""
+
+#. summary(perl-Test-Exception)
+msgid "Test exception-based code"
+msgstr ""
+
+#. description(perl-Test-Exception)
msgid ""
-"This module provides bare bones 'try'/'catch'/'finally' statements that are designed to minimize common mistakes with eval blocks, and NOTHING else.\n"
+"This module provides a few convenience methods for testing exception based code. It is built with the Test::Builder manpage and plays happily with the Test::More manpage and friends.\n"
"\n"
-"This is unlike the TryCatch manpage which provides a nice syntax and avoids adding another call stack layer, and supports calling 'return' from the 'try' block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely the Devel::Declare manpage and the Scope::Upper manpage which are occasionally problematic, and the additional catch filtering uses the Moose manpage type constraints which may not be desirable either.\n"
+"If you are not already familiar with the Test::More manpage now would be the time to go take a look.\n"
"\n"
-"The main focus of this module is to provide simple and reliable error handling for those having a hard time installing the TryCatch manpage, but who still want to write correct 'eval' blocks without 5 lines of boilerplate each time.\n"
+"You can specify the test plan when you 'use Test::Exception' in the same way as 'use Test::More'. See the Test::More manpage for details.\n"
"\n"
-"It's designed to work as correctly as possible in light of the various pathological edge cases (see the /BACKGROUND manpage) and to be compatible with any style of error values (simple strings, references, objects, overloaded objects, etc).\n"
+"NOTE: Test::Exception only checks for exceptions. It will ignore other methods of stopping program execution - including exit(). If you have an exit() in evalled code Test::Exception will not catch this with any of its testing functions.\n"
"\n"
-"If the 'try' block dies, it returns the value of the last statement executed in the 'catch' block, if there is one. Otherwise, it returns 'undef' in scalar context or the empty list in list context. The following examples all assign '\"bar\"' to '$x':\n"
+"NOTE: This module uses the Sub::Uplevel manpage and relies on overriding 'CORE::GLOBAL::caller' to hide your test blocks from the call stack. If this use of global overrides concerns you, the the Test::Fatal manpage module offers a more minimalist alternative.\n"
"\n"
-" my $x = try { die \"foo\" } catch { \"bar\" }; my $x = try { die \"foo\" } || { \"bar\" }; my $x = (try { die \"foo\" }) // { \"bar\" };\n"
+"* *throws_ok*\n"
"\n"
-" my $x = eval { die \"foo\" } || \"bar\";\n"
+" Tests to see that a specific exception is thrown. throws_ok() has two forms:\n"
"\n"
-"You can add 'finally' blocks, yielding the following:\n"
+" throws_ok BLOCK REGEX, TEST_DESCRIPTION throws_ok BLOCK CLASS, TEST_DESCRIPTION\n"
"\n"
-" my $x; try { die 'foo' } finally { $x = 'bar' }; try { die 'foo' } catch { warn \"Got a die: $_\" } finally { $x = 'bar' };\n"
+" In the first form the test passes if the stringified exception matches the give regular expression. For example:\n"
"\n"
-"'finally' blocks are always executed making them suitable for cleanup code which cannot be handled using local. You can add as many 'finally' blocks to a given 'try' block as you like."
+" throws_ok { read_file( 'unreadable' ) } qr/No file/, 'no file';\n"
+"\n"
+" If your perl does not support 'qr//' you can also pass a regex-like string, for example:\n"
+"\n"
+" throws_ok { read_file( 'unreadable' ) } '/No file/', 'no file';\n"
+"\n"
+" The second form of throws_ok() test passes if the exception is of the same class as the one supplied, or a subclass of that class. For example:\n"
+"\n"
+" throws_ok { $foo->bar } \"Error::Simple\", 'simple error';\n"
+"\n"
+" Will only pass if the 'bar' method throws an Error::Simple exception, or a subclass of an Error::Simple exception.\n"
+"\n"
+" You can get the same effect by passing an instance of the exception you want to look for. The following is equivalent to the previous example:\n"
+"\n"
+" my $SIMPLE = Error::Simple->new; throws_ok { $foo->bar } $SIMPLE, 'simple error';\n"
+"\n"
+" Should a throws_ok() test fail it produces appropriate diagnostic messages. For example:\n"
+"\n"
+" not ok 3 - simple error \n"
+"\n"
+" Like all other Test::Exception functions you can avoid prototypes by passing a subroutine explicitly:\n"
+"\n"
+" throws_ok( sub {$foo->bar}, \"Error::Simple\", 'simple error' );\n"
+"\n"
+" A true value is returned if the test succeeds, false otherwise. On exit $@ is guaranteed to be the cause of death (if any).\n"
+"\n"
+" A description of the exception being checked is used if no optional test description is passed.\n"
+"\n"
+" NOTE: Remember when you 'die $string_without_a_trailing_newline' perl will automatically add the current script line number, input line number and a newline. This will form part of the string that throws_ok regular expressions match against.\n"
+"\n"
+"* *dies_ok*\n"
+"\n"
+" Checks that a piece of code dies, rather than returning normally. For example:\n"
+"\n"
+" sub div { my ( $a, $b ) = @_; return $a / $b; };\n"
+"\n"
+" dies_ok { div( 1, 0 ) } 'divide by zero detected';\n"
+"\n"
+" dies_ok( sub { div( 1, 0 ) }, 'divide by zero detected' );\n"
+"\n"
+" A true value is returned if the test succeeds, false otherwise. On exit $@ is guaranteed to be the cause of death (if any).\n"
+"\n"
+" Remember: This test will pass if the code dies for any reason. If you care about the reason it might be more sensible to write a more specific test using throws_ok().\n"
+"\n"
+" The test description is optional, but recommended.\n"
+"\n"
+"* *lives_ok*\n"
+"\n"
+" Checks that a piece of code doesn't die. This allows your test script to continue, rather than aborting if you get an unexpected exception. For example:\n"
+"\n"
+" sub read_file { my $file = shift; local $/; open my $fh, '<', $file or die \"open failed ($!)\\n\"; $file = <FILE>; return $file; };\n"
+"\n"
+" my $file; lives_ok { $file = read_file('test.txt') } 'file read';\n"
+"\n"
+" lives_ok( sub { $file = read_file('test.txt') }, 'file read' );\n"
+"\n"
+" Should a lives_ok() test fail it produces appropriate diagnostic messages. For example:\n"
+"\n"
+" not ok 1 - file read \n"
+"\n"
+" A true value is returned if the test succeeds, false otherwise. On exit $@ is guaranteed to be the cause of death (if any).\n"
+"\n"
+" The test description is optional, but recommended.\n"
+"\n"
+"* *lives_and*\n"
+"\n"
+" Run a test that may throw an exception. For example, instead of doing:\n"
+"\n"
+" my $file; lives_ok { $file = read_file('answer.txt') } 'read_file worked'; is $file, \"42\", 'answer was 42';\n"
+"\n"
+" You can use lives_and() like this:\n"
+"\n"
+" lives_and { is read_file('answer.txt'), \"42\" } 'answer is 42'; lives_and(sub {is read_file('answer.txt'), \"42\"}, 'answer is 42');\n"
+"\n"
+" Which is the same as doing\n"
+"\n"
+" is read_file('answer.txt'), \"42\\n\", 'answer is 42';\n"
+"\n"
+" unless 'read_file('answer.txt')' dies, in which case you get the same kind of error as lives_ok()\n"
+"\n"
+" not ok 1 - answer is 42 \n"
+"\n"
+" A true value is returned if the test succeeds, false otherwise. On exit $@ is guaranteed to be the cause of death (if any).\n"
+"\n"
+" The test description is optional, but recommended."
msgstr ""
-#. description(perl-Time-Duration)
-msgid "This module provides functions for expressing durations in rounded or exact terms."
+#. summary(perl-Text-Unidecode)
+msgid "Plain Ascii Transliterations of Unicode Text"
msgstr ""
-#. description(perl-Locale-Maketext-Lexicon)
+#. description(perl-Text-Unidecode)
msgid ""
-"This module provides lexicon-handling modules to read from other localization formats, such as _Gettext_, _Msgcat_, and so on.\n"
+"It often happens that you have non-Roman text data in Unicode, but you can't display it-- usually because you're trying to show it to a user via an application that doesn't support Unicode, or because the fonts you need aren't accessible. You could represent the Unicode characters as \"???????\" or \"\\15BA\\15A0\\1610...\", but that's nearly useless to the user who actually wants to read what the text says.\n"
"\n"
-"If you are unfamiliar with the concept of lexicon modules, please consult the Locale::Maketext manpage and the 'webl10n' HTML files in the 'docs/' directory of this module.\n"
+"What Text::Unidecode provides is a function, 'unidecode(...)' that takes Unicode data and tries to represent it in US-ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at _transliteration_-- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example in the synopsis.)\n"
"\n"
-"A command-line utility the xgettext.pl manpage is also installed with this module, for extracting translatable strings from source files."
+"NOTE:\n"
+"\n"
+"To make sure your perldoc/Pod viewing setup for viewing this page is working: The six-letter word \"résumé\" should look like \"resume\" with an \"/\" accent on each \"e\".\n"
+"\n"
+"For further tests, and help if that doesn't work, see below, the /A POD ENCODING TEST manpage."
msgstr ""
-#. description(perl-Text-Kakasi)
-msgid "This module provides libkakasi interface for perl. libkakasi is a part of KAKASI. KAKASI is the language processing filter to convert Kanji characters to Hiragana, Katakana or Romaji and may be helpful to read Japanese documents. More information about KAKASI is available at <http://kakasi.namazu.org/>."
+#. summary(perl-Tie-Cache)
+msgid "LRU Cache in Memory"
msgstr ""
-#. description(perl-Probe-Perl)
-msgid "This module provides methods for obtaining information about the currently running perl interpreter. It originally began life as code in the 'Module::Build' project, but has been externalized here for general use."
+#. description(perl-Tie-Cache)
+msgid ""
+"This module implements a least recently used (LRU) cache in memory through a tie interface. Any time data is stored in the tied hash, that key/value pair has an entry time associated with it, and as the cache fills up, those members of the cache that are the oldest are removed to make room for new entries.\n"
+"\n"
+"So, the cache only \"remembers\" the last written entries, up to the size of the cache. This can be especially useful if you access great amounts of data, but only access a minority of the data a majority of the time.\n"
+"\n"
+"The implementation is a hash, for quick lookups, overlaying a doubly linked list for quick insertion and deletion. On a WinNT PII 300, writes to the hash were done at a rate 3100 per second, and reads from the hash at 6300 per second. Work has been done to optimize refreshing cache entries that are frequently read from, code like $cache{entry}, which moves the entry to the end of the linked list internally."
msgstr ""
-#. description(perl-File-Slurp)
+#. summary(perl-Tie-Simple)
+msgid "Variable ties made easier: much, much, much easier..."
+msgstr ""
+
+#. description(perl-Tie-Simple)
msgid ""
-"This module provides subs that allow you to read or write entire files with one simple call. They are designed to be simple to use, have flexible ways to pass in or get the file contents and to be very efficient. There is also a sub to read in all the files in a directory other than '.' and '..'\n"
+"This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties.\n"
"\n"
-"These slurp/spew subs work for files, pipes and sockets, stdio, pseudo-files, and the DATA handle. Read more about why slurping files is a good thing in the file 'slurp_article.pod' in the extras/ directory.\n"
-"\n"
-"If you are interested in how fast these calls work, check out the slurp_bench.pl program in the extras/ directory. It compares many different forms of slurping. You can select the I/O direction, context and file sizes. Use the --help option to see how to run it."
+"The 'Tie::Simple' package is actually a front-end to other classes which really do all the work once tied, but this package does the work to automatically figure out what you're trying to do."
msgstr ""
-#. description(perl-XML-Stream)
-msgid "This module provides the user with methods to connect to a remote server, send a stream of XML to the server, and receive/parse an XML stream from the server. It is primarily based work for the Etherx XML router developed by the Jabber Development Team. For more information about this project visit http://xmpp.org/protocols/streams/."
+#. summary(perl-Time-Duration)
+msgid "Rounded or Exact English Expression of Durations"
msgstr ""
-#. description(perl-Class-MethodMaker)
+#. description(perl-Time-Duration)
msgid ""
-"This module solves the problem of having to continually write accessor methods for your objects that perform standard tasks.\n"
+"This module provides functions for expressing durations in rounded or exact terms.\n"
"\n"
-"The argument to 'use' is an *arrayref*, as pairs whose \"keys\" are the names of types of generic methods generated by MethodMaker and whose \"values\" tell method maker what methods to make.\n"
+"In the first example in the Synopsis, using duration($interval_seconds):\n"
"\n"
-"To override any generated methods, it is sufficient to ensure that the overriding method is defined when Class::MethodMaker is called. Note that the 'use' keyword introduces a 'BEGIN' block, so you may need to define (or at least declare) your overriding method in a 'BEGIN' block."
+"If the 'time() - $start_time' is 3 seconds, this prints \"Runtime: *3 seconds*.\". If it's 0 seconds, it's \"Runtime: *0 seconds*.\". If it's 1 second, it's \"Runtime: *1 second*.\". If it's 125 seconds, you get \"Runtime:\n"
+"*2 minutes and 5 seconds*.\". If it's 3820 seconds (which is exactly 1h, 3m, 40s), you get it rounded to fit within two expressed units: \"Runtime: *1 hour and 4 minutes*.\". Using duration_exact instead would return \"Runtime:\n"
+"*1 hour, 3 minutes, and 40 seconds*\".\n"
+"\n"
+"In the second example in the Synopsis, using ago($interval_seconds):\n"
+"\n"
+"If the $age is 3 seconds, this prints \"_file_ was modified *3 seconds ago*\". If it's 0 seconds, it's \"_file_ was modified *just now*\", as a special case. If it's 1 second, it's \"from *1 second ago*\". If it's 125 seconds, you get \"_file_ was modified *2 minutes and 5 seconds ago*\". If it's 3820 seconds (which is exactly 1h, 3m, 40s), you get it rounded to fit within two expressed units: \"_file_ was modified *1 hour and 4 minutes ago*\". Using ago_exact instead would return \"_file_ was modified *1 hour, 3 minutes, and 40 seconds ago*\". And if the file's modtime is, surprisingly, three seconds into the future, $age is -3, and you'll get the equally and appropriately surprising \"_file_ was modified *3 seconds from now*.\""
msgstr ""
-#. description(perl-ExtUtils-F77)
-msgid "This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!"
+#. summary(perl-Time-Period)
+msgid "A Perl module to deal with time periods."
msgstr ""
-#. description(perl-ExtUtils-Depends)
+#. description(perl-Time-Period)
+msgid "The *inPeriod* function determines if a given time falls within a given period. *inPeriod* returns *1* if the time does fall within the given period, *0* if not, and *-1* if *inPeriod* detects a malformed time or period."
+msgstr ""
+
+#. summary(perl-Types-Serialiser)
+msgid "Simple data types for common serialisation formats"
+msgstr ""
+
+#. description(perl-Types-Serialiser)
+msgid "This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other."
+msgstr ""
+
+#. summary(perl-XML-DOM)
+msgid "Perl Module for Building Dom Level 1 Compliant Document Structures"
+msgstr ""
+
+#. description(perl-XML-DOM)
msgid ""
-"This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.\n"
+"This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library.\n"
"\n"
-"This works as long as the base extension is loaded with the RTLD_GLOBAL flag (usually done with a\n"
+"XML::DOM::Parser is derived from XML::Parser. It parses XML strings or files and builds a data structure that conforms to the API of the Document Object Model as described at http://www.w3.org/TR/REC-DOM-Level-1. See the XML::Parser manpage for other available features of the XML::DOM::Parser class. Note that the 'Style' property should not be used (it is set internally.)\n"
"\n"
-"\tsub dl_load_flags {0x01}\n"
+"The XML::Parser _NoExpand_ option is more or less supported, in that it will generate EntityReference objects whenever an entity reference is encountered in character data. I'm not sure how useful this is. Any comments are welcome.\n"
"\n"
-"in the main .pm file) if you need to use functions defined in the module.\n"
+"As described in the synopsis, when you create an XML::DOM::Parser object, the parse and parsefile methods create an _XML::DOM::Document_ object from the specified input. This Document object can then be examined, modified and written back out to a file or converted to a string.\n"
"\n"
-"The basic scheme of operation is to collect information about a module in the instance, and then store that data in the Perl library where it may be retrieved later. The object can also reformat this information into the data structures required by ExtUtils::MakeMaker's WriteMakefile function.\n"
+"When using XML::DOM with XML::Parser version 2.19 and up, setting the XML::DOM::Parser option _KeepCDATA_ to 1 will store CDATASections in CDATASection nodes, instead of converting them to Text nodes. Subsequent CDATASection nodes will be merged into one. Let me know if this is a problem.\n"
"\n"
-"When creating a new Depends object, you give it a name, which is the name of the module you are building. You can also specify the names of modules on which this module depends. These dependencies will be loaded automatically, and their typemaps, header files, etc merged with your new object's stuff. When you store the data for your object, the list of dependencies are stored with it, so that another module depending on your needn't know on exactly which modules yours depends.\n"
+"When using XML::Parser 2.27 and above, you can suppress expansion of parameter entity references (e.g. %pent;) in the DTD, by setting _ParseParamEnt_ to 1 and _ExpandParamEnt_ to 0. See /_Hidden_Nodes_ for details.\n"
"\n"
-"For example:\n"
+"A Document has a tree structure consisting of _Node_ objects. A Node may contain other nodes, depending on its type. A Document may have Element, Text, Comment, and CDATASection nodes. Element nodes may have Attr, Element, Text, Comment, and CDATASection nodes. The other nodes may not have any child nodes.\n"
"\n"
-" Gtk2 depends on Glib\n"
-"\n"
-" Gnome2::Canvas depends on Gtk2\n"
-"\n"
-" ExtUtils::Depends->new ('Gnome2::Canvas', 'Gtk2'); this command automatically brings in all the stuff needed for Glib, since Gtk2 depends on it."
+"This module adds several node types that are not part of the DOM spec (yet.) These are: ElementDecl (for <!ELEMENT ...> declarations), AttlistDecl (for <!ATTLIST ...> declarations), XMLDecl (for <?xml ...?> declarations) and AttDef (for attribute definitions in an AttlistDecl.)"
msgstr ""
-#. description(perl-MLDBM-Sync)
-msgid "This module wraps around the MLDBM interface, by handling concurrent access to MLDBM databases with file locking, and flushes i/o explicity per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize requests logically and improve performance for bundled reads & writes."
+#. summary(perl-XML-RegExp)
+msgid "Regular expressions for XML tokens"
msgstr ""
-#. description(perl-CDDB_get)
-msgid "This module/script gets the CDDB info for an audio cd. You need LINUX, SUNOS or *BSD, a cdrom drive and an active internet connection in order to do that."
-msgstr ""
-
-#. description(perl-Set-Object)
+#. description(perl-XML-RegExp)
msgid ""
-"This modules implements a set of objects, that is, an unordered collection of objects without duplication.\n"
+"This package contains regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.\n"
"\n"
-"The term _objects_ is applied loosely - for the sake of the Set::Object manpage, anything that is a reference is considered an object.\n"
+"The definitions of these tokens were taken from the XML spec (Extensible Markup Language 1.0) at the http://www.w3.org/TR/REC-xml manpage.\n"
"\n"
-"the Set::Object manpage 1.09 and later includes support for inserting scalars (including the empty string, but excluding 'undef') as well as objects. This can be thought of as (and is currently implemented as) a degenerate hash that only has keys and no values. Unlike objects placed into a Set::Object, scalars that are inserted will be flattened into strings, so will lose any magic (eg, tie) or other special bits that they went in with; only strings come out."
+"Also contains the regular expressions for the following tokens from the XML Namespaces spec at the http://www.w3.org/TR/REC-xml-names manpage: NCNameChar, NCName, QName, Prefix and LocalPart."
msgstr ""
-#. description(python-kde4:python-kde4-soprano)
-msgid "This pacakge contains Python bindings for the Soprano semantic library. It allows the use of the library from Python applications."
+#. summary(perl-XML-Stream)
+msgid "Creates an XML Stream connection and parses return data"
msgstr ""
-#. description(perl-Date-Calc)
+#. description(perl-XML-Stream)
msgid ""
-"This package consists of a C library and a Perl module (which uses the C library, internally) for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).\n"
+"This module provides the user with methods to connect to a remote server, send a stream of XML to the server, and receive/parse an XML stream from the server. It is primarily based work for the Etherx XML router developed by the Jabber Development Team. For more information about this project visit http://xmpp.org/protocols/streams/.\n"
"\n"
-"(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/ for a scan of part of the \"DIN 1355\" document (in German)).\n"
+"XML::Stream gives the user the ability to define a central callback that will be used to handle the tags received from the server. These tags are passed in the format defined at instantiation time. the closing tag of an object is seen, the tree is finished and passed to the call back function. What the user does with it from there is up to them.\n"
"\n"
-"The module of course handles year numbers of 2000 and above correctly (\"Year 2000\" or \"Y2K\" compliance) -- actually all year numbers from 1 to the largest positive integer representable on your system (which is at least 32767) can be dealt with.\n"
+"For a detailed description of how this module works, and about the data structure that it returns, please view the source of Stream.pm and look at the detailed description at the end of the file.\n"
"\n"
-"Note that this package EXTRAPOLATES the Gregorian calendar BACK until the year 1 A.D. -- even though the Gregorian calendar was only adopted in 1582 by most (not all) European countries, in obedience to the corresponding decree of catholic pope Gregor I in that year.\n"
+"NOTE: The parser that XML::Stream::Parser provides, as are most Perl parsers, is synchronous. If you are in the middle of parsing a packet and call a user defined callback, the Parser is blocked until your callback finishes. This means you cannot be operating on a packet, send out another packet and wait for a response to that packet. It will never get to you. Threading might solve this, but as we all know threading in Perl is not quite up to par yet. This issue will be revisted in the future."
+msgstr ""
+
+#. summary(perl-YAML)
+msgid "YAML Ain't Markup Language™"
+msgstr ""
+
+#. description(perl-YAML)
+msgid ""
+"The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. the http://www.yaml.org/spec/ manpage\n"
"\n"
-"Some (mainly protestant) countries continued to use the Julian calendar (used until then) until as late as the beginning of the 20th century.\n"
+"YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages. (Including Perl!!!)\n"
"\n"
-"Finally, note that this package is not intended to do everything you could ever imagine automagically for you; it is rather intended to serve as a toolbox (in the best of UNIX spirit and traditions) which should, however, always get you where you want to go."
+"For information on the YAML syntax, please refer to the YAML specification."
msgstr ""
-#. description(pilot-link:perl-PDA-Pilot)
-#, fuzzy
-msgid "This package contains Perl modules for communicating with the Palm Pilot."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(perl-checkbot)
+msgid "WWW Link Verifier"
+msgstr ""
-#. description(python-gnome:python-bonobo)
-#, fuzzy
-msgid "This package contains Python bindings for Bonobo."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(perl-checkbot)
+msgid ""
+"Checkbot is a perl5 script which can verify links within a region of the World Wide Web. It checks all pages within an identified region, and all links within that region. After checking all links within the region, it will also check all links which point outside of the region, and then stop.\n"
+"\n"
+"Checkbot regularly writes reports on its findings, including all servers found in the region, and all links with problems on those servers.\n"
+"\n"
+"Checkbot was written originally to check a number of servers at once. This has implied some design decisions, so you might want to keep that in mind when making suggestions. Speaking of which, be sure to check the to do file on the website for things which have been suggested for Checkbot."
+msgstr ""
-#. description(python-gnome:python-gconf)
+#. summary(perl:perl-doc)
#, fuzzy
-msgid "This package contains Python bindings for GConf."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Perl Documentation"
+msgstr "Desenvolvimento Kernel"
-#. description(python-gnome:python-gnomevfs)
-#, fuzzy
-msgid "This package contains Python bindings for GNOME-VFS."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(perl:perl-doc)
+msgid "Perl man pages and pod files."
+msgstr ""
-#. description(python-gnome)
+#. summary(php-doc)
#, fuzzy
-msgid "This package contains Python bindings for libgnome and libgnomeui."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "PHP Documentation"
+msgstr "Documento"
-#. description(python-gnome:python-gnomecanvas)
+#. description(php-doc)
#, fuzzy
-msgid "This package contains Python bindings for libgnomecanvas."
-msgstr "O pacote não está assinalado"
+msgid "HTML documentation for PHP."
+msgstr "Ajuda e Documentação de Suporte"
-#. description(python-kde4:python-kde4-khtml)
-#, fuzzy
-msgid "This package contains Python bindings for the KHTML rendering engine, which can be used from Python applications."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(php5:php5-pear)
+msgid "PHP Extension and Application Repository"
+msgstr ""
-#. description(python-kde4:python-kde4-knewstuff)
-msgid "This package contains Python bindings for the KNewStuff library. It allows the use of the GHNS framework from Python."
+#. description(php5:php5-pear)
+msgid ""
+"PEAR is a code repository for PHP extensions and PHP library code similar to TeX's CTAN and Perl's CPAN. This package provides an access to the repository.\n"
+"\n"
+"See http://pear.php.net/manual/ for more details."
msgstr ""
-#. description(python-kde4:python-kde4-nepomuk)
+#. summary(pin)
#, fuzzy
-msgid "This package contains Python bindings for the Nepomuk semantic framework."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A tool for finding package information"
+msgstr "Procurando informações sobre o disco..."
-#. description(python-kde4:python-kde4-phonon)
-msgid "This package contains Python bindings for the Phonon multimedia libraries. These bindings allow the use of Phonon, and its associated media capabilities, in Python applications."
+#. description(pin)
+msgid ""
+"Pin - Package InformatioN. Pin searches the installed packages (rpm\n"
+"-qi, -ql) and the ARCHIVES.gz file for the desired information. It shows README, README.SuSE, and FAQ, when available."
msgstr ""
-#. description(python-kde4:python-kde4-plasma)
-msgid "This package contains Python bindings for the Plasma library. In conjunction with the Python script engne, it allows writing Plasma widgets in Python."
-msgstr ""
+#. summary(pitivi:pitivi-lang)
+#, fuzzy
+msgid "Languages for package pitivi"
+msgstr "Idiomas Sami (Outro)"
-#. description(python-kde4:python-kde4-akonadi)
-msgid "This package contains bindings for the Akonadi PIM libraries, allowing the creation of Python applications using Akonadi."
-msgstr ""
+#. description(pitivi:pitivi-lang)
+#, fuzzy
+msgid "Provides translations to the package pitivi"
+msgstr "Aguardar por aplicativo kicker"
-#. description(perl-qt4:perl-qt4-devel)
+#. summary(pk-update-icon:pk-update-icon-lang)
#, fuzzy
-msgid "This package contains development files for the Perl bindings for the Qt4 libraries."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Languages for package pk-update-icon"
+msgstr "Idiomas Sami (Outro)"
-#. description(python-kde4:python-kde4-devel)
+#. description(pk-update-icon:pk-update-icon-lang)
#, fuzzy
-msgid "This package contains development files for the Python bindings for the KDE Development Platform. It also contains common files required to build additional bindings for PyKDE4. It is used with either Python 2 or 3."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Provides translations to the package pk-update-icon"
+msgstr "Aguardar por aplicativo kicker"
-#. description(qwt:qwt-examples)
+#. summary(planner:planner-lang)
#, fuzzy
-msgid "This package contains example programs demonstrating the Qwt widgets."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Languages for package planner"
+msgstr "Idiomas Sami (Outro)"
-#. description(python-gtk:python-gtk-devel)
+#. description(planner:planner-lang)
#, fuzzy
-msgid "This package contains files required to build wrappers for GTK+ addon libraries so that they interoperate with pygtk."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Provides translations to the package planner"
+msgstr "Aguardar por aplicativo kicker"
-#. description(python-gobject:python-gobject-devel)
+#. summary(postfix:postfix-doc)
#, fuzzy
-msgid "This package contains files required to build wrappers for gobject addon libraries such as pygtk."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Documentations for the postfix package"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(ibus:python-ibus)
+#. description(postfix:postfix-doc)
+msgid "Postfix aims to be an alternative to the widely-used sendmail program. This package contains the documentation for postfix"
+msgstr ""
+
+#. summary(postgresql:postgresql-docs)
+#. summary(postgresql94:postgresql94-docs)
#, fuzzy
-msgid "This package contains python module for ibus"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "HTML Documentation for PostgreSQL"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(perl-XML-RegExp)
+#. description(postgresql:postgresql-docs)
msgid ""
-"This package contains regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.\n"
+"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
"\n"
-"The definitions of these tokens were taken from the XML spec (Extensible Markup Language 1.0) at the http://www.w3.org/TR/REC-xml manpage.\n"
-"\n"
-"Also contains the regular expressions for the following tokens from the XML Namespaces spec at the http://www.w3.org/TR/REC-xml-names manpage: NCNameChar, NCName, QName, Prefix and LocalPart."
+"This package contains the HTML documentation for PostgreSQL. The start page is: file:///usr/share/doc/packages/postgresql/html/index.html . Manual pages for the PostgreSQL SQL statements can be found in the postgresql package."
msgstr ""
-#. description(php5)
+#. summary(postgresql-init)
+#, fuzzy
+msgid "Init script and other infrastructure for PostgreSQL"
+msgstr "Criando banco de dados de recursos"
+
+#. description(postgresql-init)
+msgid "This package contains the init script, sysconfig template and firewall service file for the PostgreSQL server. It was separated from the postgresql*-server binary package to allow parallel installation of several server versions."
+msgstr ""
+
+#. description(postgresql94:postgresql94-docs)
msgid ""
-"This package contains the PHP5 core files, including PHP binary (CLI) and PHP configuration (php.ini). This package must be installed in order to use PHP. Additionally, extension modules and server modules (e.g. for Apache) may be installed.\n"
+"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions.\n"
"\n"
-"Additional documentation is available in package php-doc."
+"This package contains the HTML documentation for PostgreSQL. The start page is: file:///usr/share/doc/packages/postgresql94/html/index.html . Manual pages for the PostgreSQL SQL statements can be found in the postgresql package."
msgstr ""
-#. description(qtcurve-gtk2)
-msgid "This package contains the QtCurve engine for GTK+ 2. QtCurve is a set of widget styles available for Qt and GTK+."
+#. summary(pothana2000-fonts)
+msgid "OpenType Font for Telugu"
msgstr ""
-#. description(qwt:qwt-devel-doc)
+#. description(pothana2000-fonts)
+msgid "Free OpenType font for Telugu created by Dr. Tirumala Krishna Desikacharyulu"
+msgstr ""
+
+#. summary(powertop:powertop-lang)
#, fuzzy
-msgid "This package contains the development documentation of the Qwt widgets as is it created by doxygen."
-msgstr "<p>Este menu contém os links que se referem a informações do documento.</p>"
+msgid "Languages for package powertop"
+msgstr "Idiomas Sami (Outro)"
-#. description(bash:readline-doc)
-msgid "This package contains the documentation for using the readline library as well as programming with the interface of the readline library."
-msgstr ""
+#. description(powertop:powertop-lang)
+#, fuzzy
+msgid "Provides translations to the package powertop"
+msgstr "Aguardar por aplicativo kicker"
-#. description(pciutils:pciutils-devel)
+#. summary(pragha:pragha-lang)
#, fuzzy
-msgid "This package contains the files that are necessary for software development using the PCI utilities."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Languages for package pragha"
+msgstr "Idiomas Sami (Outro)"
-#. description(qwt:qwt-devel)
+#. description(pragha:pragha-lang)
#, fuzzy
-msgid "This package contains the header files of Qwt and its Qt designer plugin in order to create Qt applications using the Qwt widgets."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Provides translations to the package pragha"
+msgstr "Aguardar por aplicativo kicker"
-#. description(postgresql-init)
-msgid "This package contains the init script, sysconfig template and firewall service file for the PostgreSQL server. It was separated from the postgresql*-server binary package to allow parallel installation of several server versions."
+#. summary(providers)
+msgid "A list of internet service providers"
msgstr ""
-#. description(PgTcl)
-msgid "This package contains the libpgtcl client library as a loadable Tcl package. It is needed to access PostgreSQL databases from Tcl scripts."
+#. description(providers)
+msgid "A list of predefined internet service providers which are used for configuration with YaST2."
msgstr ""
-#. description(spamassassin:perl-Mail-SpamAssassin)
-msgid "This package contains the perl modules for the spamassassin, including the filter rules. This package is required for the package \"spamassassin\", the commandline tool."
+#. summary(psgml)
+msgid "Emacs Add-On to edit SGML/XML documents"
msgstr ""
-#. description(python-zope.interface)
+#. description(psgml)
msgid ""
-"This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.\n"
+"'psgml' supports you while editing SGML/XML documents.\tIt respects the context of the used DTD (Document Type Definition) and offers the valid elements and attributes.\n"
"\n"
-"This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python."
-msgstr ""
-
-#. description(psiconv)
-msgid ""
-"This package is meant to make the Psion 5 series of PDAs, as well as other small computers running EPOC 32, more usable to non-Windows users. The package consists of several parts: * Documentation about Psion 5 data formats\n"
+"Included are several helper tools: tdtd, xxml, psgml-xpointer.\n"
"\n"
-"* A library that can be linked against applications that have to read and write Psion 5 files\n"
+"For more info see README.openSUSE.\n"
"\n"
-"* An example command line program that reads Psion files and writes more commonly used formats"
+"Compiled for GNU Emacs (XEmacs has its own version!)."
msgstr ""
-#. description(python-qt4:python-qt4-utils)
-msgid "This package is needed to avoid conflicts between python-qt4 and python3-qt4 packages. It contains files common to both of them i.e. sip files used to generate bindings and utilities pylupdate4 and pyrcc4"
-msgstr ""
+#. summary(purple-plugin-pack:purple-plugin-pack-lang)
+#, fuzzy
+msgid "Languages for package purple-plugin-pack"
+msgstr "Idiomas Sami (Outro)"
-#. description(QtZeitgeist:QtZeitgeist-devel)
+#. description(purple-plugin-pack:purple-plugin-pack-lang)
#, fuzzy
-msgid "This package provides headers and libraries needed to build against the Qt interface for Zeitgeist."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Provides translations to the package purple-plugin-pack"
+msgstr "Aguardar por aplicativo kicker"
-#. description(gpsd:python-gpsd)
-msgid "This package provides python modules and tools for the gpsd shared libraries. You will need to have gpsd installed for it to work."
+#. summary(pychecker)
+#, fuzzy
+msgid "A tool for finding bugs in python source code"
+msgstr "Procurando informações sobre o disco..."
+
+#. description(pychecker)
+msgid "PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent."
msgstr ""
-#. description(remmina:remmina-plugin-rdp)
+#. summary(python3-doc)
#, fuzzy
-msgid "This package provides the RDP protocol plugin for Remmina."
+msgid "Additional Package Documentation for Python"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(poster)
-msgid "This program scales a PostScript page to a given size (a poster). The output can be tiled on multiple sheets, and output media size can be chosen independently. Each tile (sheet) of a will bear cropmarks and slightly overlapping image for easier poster assembly. In principle it requires the input file to adhere to 'eps' (encapsulated postscript) conventions but it will work for many 'normal' postscript files as well."
+#. description(python3-doc)
+msgid "Tutorial, Global Module Index, Language Reference, Library Reference, Extending and Embedding Reference, Python/C API Reference, Documenting Python, and Macintosh Module Reference in HTML format."
msgstr ""
-#. description(python-pam)
-msgid "This release supports the core PAM API. There is still some missing functionality, but it should implement enough of the API for most needs. There is not much in the way of documentation at this point. If you are familiar with the PAM API, a quick glance at the sample program should get you going."
-msgstr ""
+#, fuzzy
+#~ msgid "A Python Datetime Library"
+#~ msgstr "Interface do Kernel"
-#. description(perl-Glib)
-msgid "This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides facilities for creating wrappers for other GObject-based libraries. The the SEE ALSO manpage section contains pointers to all sorts of good information."
-msgstr ""
+#, fuzzy
+#~ msgid "Apache authentication via perl DBI"
+#~ msgstr "Base de Servidor Aplicacional SAP"
-#. description(php5:php5-tidy)
-msgid "Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with embedded scripting languages such as PHP or ASP within them using OO constructs."
-msgstr ""
+#, fuzzy
+#~ msgid "C library for encoding data in a QR Code symbol - Development files"
+#~ msgstr "Desenvolvimento"
-#. summary(python:python-tk)
#, fuzzy
-msgid "TkInter - Python Tk Interface"
-msgstr "Interface de rede"
+#~ msgid "CSS3 selectors for Python"
+#~ msgstr "Interface a ser selecionada na inicialização:"
-#. summary(pfstmo)
-msgid "Tone Mapping Operators for High Dynamic Range Images"
-msgstr ""
+#, fuzzy
+#~ msgid "Development and documentation files for qhull"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(re2c)
-msgid "Tool for generating C-based recognizers from regular expressions"
-msgstr ""
+#, fuzzy
+#~ msgid "Development documentation for Qwt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(poster)
-msgid "Tool for printing posters over multiple pages"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for QOAuth"
+#~ msgstr "Desenvolvimento"
-#. summary(psutils)
-msgid "Tools for Manipulating PostScript Files"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for QtZeitgeist"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-MIME-tools)
-msgid "Tools to manipulate MIME messages"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files of python-kde4"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(podofo)
-msgid "Tools to work with PDF files"
-msgstr ""
+#, fuzzy
+#~ msgid "Disk Quota System on NFS"
+#~ msgstr "Sistema Básico da Área de Trabalho"
-#. description(python-tornado)
-msgid ""
-"Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.\n"
-"\n"
-"The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. We built the web server specifically to handle FriendFeed's real-time features — every active user of FriendFeed maintains an open connection to the FriendFeed servers. (For more information on scaling servers to support thousands of clients, see The C10K problem.)"
-msgstr ""
+#, fuzzy
+#~ msgid "Documentation for rekonq"
+#~ msgstr "Documento"
-#. summary(perl-Test-LeakTrace)
-msgid "Traces memory leaks"
-msgstr ""
+#, fuzzy
+#~ msgid "Example programs using Qwt"
+#~ msgstr "Selecione o Programa Cujo Perfil Deve Ser Criado"
-#. summary(perl-Sys-Hostname-Long)
-msgid "Try every conceivable way to get full hostname"
-msgstr ""
+#, fuzzy
+#~ msgid "GTK bindings for liblarch"
+#~ msgstr "O pacote não está assinalado"
-#. description(python-doc)
-msgid "Tutorial, Global Module Index, Language Reference, Library Reference, Extending and Embedding Reference, Python/C API Reference, Documenting Python, and Macintosh Module Reference in HTML format."
-msgstr ""
+#, fuzzy
+#~ msgid "Headers for python-cairo"
+#~ msgstr "Interface a ser selecionada na inicialização:"
-#. summary(python-pyudev)
#, fuzzy
-msgid "Udev bindings for Python"
-msgstr "O pacote não está assinalado"
+#~ msgid "Headers for python-gnome"
+#~ msgstr "Interface a ser selecionada na inicialização:"
-#. summary(qemu)
-msgid "Universal CPU emulator"
-msgstr ""
+#, fuzzy
+#~ msgid "Information about the currently running perl"
+#~ msgstr "Informações não disponíveis."
-#. summary(qemu:qemu-tools)
-msgid "Universal CPU emulator -- Tools"
-msgstr ""
+#, fuzzy
+#~ msgid "Interfaces for Python"
+#~ msgstr "Interface a ser selecionada na inicialização:"
-#. summary(perl-Set-Object)
-msgid "Unordered collections (sets) of Perl Objects"
-msgstr ""
+#, fuzzy
+#~ msgid "Internationalization utilities"
+#~ msgstr "Iniciar Instalação ou Atualização"
-#. summary(perl-Locale-Maketext-Lexicon)
-msgid "Use other catalog formats in Maketext"
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package python-wxWidgets"
+#~ msgstr "Idiomas Sami (Outro)"
-#. summary(qemu:qemu-vgabios)
-msgid "VGA BIOSes for QEMU"
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package rekonq"
+#~ msgstr "Idiomas Sami (Outro)"
-#. description(qemu:qemu-vgabios)
-msgid "VGABIOS provides the video ROM BIOSes for the following variants of VGA emulated devices: Std VGA, QXL, Cirrus CLGD 5446 and VMware emulated video card."
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package remmina"
+#~ msgstr "Idiomas Sami (Outro)"
-#. summary(remmina:remmina-plugin-vnc)
-msgid "VNC Protocol Plugin for Remmina"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern gnome_office_opt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(vte2:python-vte)
-msgid ""
-"VTE is a terminal emulator library that provides a terminal widget for use with GTK+ as well as handling of child process and terminal emulation settings.\n"
-"\n"
-"This package provides the python bindings for VTE."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern imaging_opt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Params-Validate)
-msgid "Validate method/function parameters"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern kde4_admin"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Tie-Simple)
-msgid "Variable ties made easier: much, much, much easier..."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern kde4_edutainment"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Time-modules)
#, fuzzy
-msgid "Various Perl time modules"
-msgstr "Nenhum módulo encontrado."
+#~ msgid "Meta package for pattern kde4_ide"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(remmina)
#, fuzzy
-msgid "Versatile Remote Desktop Client"
-msgstr "As Últimas Inovações de Ambiente de Trabalho"
+#~ msgid "Meta package for pattern kde4_laptop"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-checkbot)
-msgid "WWW Link Verifier"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern kde4_utilities_opt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(rekonq)
-msgid "WebKit Based Web Browser for KDE"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern kvm_server"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(python-pytz)
-msgid "World timezone definitions, modern and historical"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern lamp_server"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Inline)
-msgid "Write Perl subroutines in other programming languages"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern laptop"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(proxymngr)
#, fuzzy
-msgid "X proxy manager service"
-msgstr "Gerenciamento de energia (APM)"
+#~ msgid "Meta package for pattern lxde"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(qemu:qemu-seabios)
-msgid "X86 BIOS for QEMU"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern lxde_laptop"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(php5:php5-xmlreader)
-msgid "XMLReader represents a reader that provides non-cached, forward-only access to XML data. It is based upon the xmlTextReader API from libxml."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern lxde_office"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(php5:php5-xmlwriter)
-msgid "XMLWriter wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern mail_server"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Net-XMPP)
#, fuzzy
-msgid "XMPP Perl Library"
-msgstr "Desempenho"
+#~ msgid "Meta package for pattern minimal_base"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Class-Load-XS)
#, fuzzy
-msgid "XS implementation of parts of Class::Load"
-msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Meta package for pattern minimal_base-conflicts"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-YAML)
-msgid "YAML Ain't Markup Language (tm)"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern misc_server"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(yum:python-yum)
-msgid "YUM update notification daemon"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern multimedia_opt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(perl-Net-Ident)
-msgid "You can either use the simple interface, which does one ident lookup at a time, or use the asynchronous interface to perform (possibly) many simultaneous lookups, or simply continue serving other things while the lookup is proceeding."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern network_admin"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(php5:php5-zip)
-msgid "Zip is an extension to create, modify and read zip files."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern non_oss_opt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-HTML-SimpleParse)
-msgid "a bare-bones HTML parser"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern office_opt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(perl-MailTools)
-msgid "a set of perl modules related to mail applications"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern print_server"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-HTTPS-Daemon)
-msgid "a simple http server class with SSL support"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern remote_desktop"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-PostScript-Simple)
-msgid "a simple method of writing PostScript files from Perl"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern tabletpc"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Sub-Exporter)
-msgid "a sophisticated exporter for custom-built routines"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern technical_writing"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Class-Load)
-msgid "a working (require \"Class::Name\") and more"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern x11_opt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Devel-LexAlias)
-msgid "alias lexical variables"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern xen_server"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Net-IP)
-msgid "allow easy manipulation of IPv4 and IPv6 addresses"
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern xfce"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(posix_cc)
-msgid ""
-"c89 is the name of the C language compiler as required by the POSIX 1003.2 standard, while c99 is the name required by the POSIX 1003.1 2001 standard. Both are actually wrappers for gcc, passing it the options required to make it conform to said standards in addition to the options passed via the command line.\n"
-"\n"
-"Both will only accept those options mandated by the respective standards."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern xfce_basis"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(perl-File-MMagic)
-msgid "checktype_filename(), checktype_filehandle() and checktype_contents returns string contains file type with MIME mediatype format."
-msgstr ""
+#, fuzzy
+#~ msgid "Meta package for pattern xfce_laptop"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(perl-Text-CSV_XS)
#, fuzzy
-msgid "comma-separated values manipulation routines"
-msgstr "Aplicativos"
+#~ msgid "Meta package for pattern xfce_office"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(python-cssselect)
-msgid ""
-"cssselect parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document.\n"
-"\n"
-"This module used to live inside of lxml as lxml.cssselect before it was extracted as a stand-alone project."
-msgstr ""
+#, fuzzy
+#~ msgid "Perl interface to the 2"
+#~ msgstr "Interface do Kernel"
-#. summary(perl-Dist-CheckConflicts)
-msgid "declare version conflicts for your dist"
-msgstr ""
+#, fuzzy
+#~ msgid "Perl interface to the Domain Name System"
+#~ msgstr "Interface do Kernel"
-#. summary(perl-File-Type)
-msgid "determine file type using magic"
-msgstr ""
+#, fuzzy
+#~ msgid "Plotting Library for Python"
+#~ msgstr "Aplicativos Favoritos"
-#. description(python-dnspython)
-msgid ""
-"dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.\n"
-"\n"
-"dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records."
-msgstr ""
+#, fuzzy
+#~ msgid "Portable network interface information"
+#~ msgstr "Ver arquivos PostScript"
-#. summary(perl-Package-Stash-XS)
#, fuzzy
-msgid "faster and more correct implementation of the Package::Stash API"
-msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Provides translations to the package python-wxWidgets-2_9"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(perl-Getopt-Mixed)
-msgid "getopt processing with both long and short options"
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package rekonq"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. description(gtk-vnc2:python-gtk-vnc)
-msgid ""
-"gtk-vnc is a VNC viewer widget for GTK+. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.\n"
-"\n"
-"This package contains the python bindings for gtk-vnc."
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package remmina"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(perl-Test-Fatal)
-msgid "incredibly simple helpers for testing code with exceptions"
-msgstr ""
+#, fuzzy
+#~ msgid "PyQt - devel part of python bindings for Qt 4"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-Net-Telnet)
-msgid "interact with TELNET port or other TCP ports"
-msgstr ""
+#, fuzzy
+#~ msgid "Python Bindings for wxWidgets"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-MIME-Lite)
-msgid "low-calorie MIME generator"
-msgstr ""
+#, fuzzy
+#~ msgid "Python FastCGI Module"
+#~ msgstr "Carregar Módulos Desconhecidos"
-#. description(python-lxml)
-msgid "lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more."
-msgstr ""
+#, fuzzy
+#~ msgid "Python LDAP interface"
+#~ msgstr "Serviço de cliente LDAP"
-#. description(python-matplotlib)
-msgid "matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits."
-msgstr ""
+#, fuzzy
+#~ msgid "Python X11 interface"
+#~ msgstr "Serviço de cliente LDAP"
-#. summary(perl-Devel-Caller)
#, fuzzy
-msgid "meatier versions of C<caller>"
-msgstr "Marianas do Norte"
+#~ msgid "Python bindings for 0MQ"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-Try-Tiny)
-msgid "minimal try/catch with proper preservation of $@"
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for Bonobo"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-MRO-Compat)
-msgid "mro::* interface compatibility for Perls < 5.9.5"
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for GConf"
+#~ msgstr "O pacote não está assinalado"
-#. description(python-netifaces)
-msgid ""
-"netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces.\n"
-"\n"
-"The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux and Solaris. On Windows, it is currently not able to retrieve IPv6 addresses, owing to shortcomings of the Windows API.\n"
-"\n"
-"It should work on other UNIX-like systems provided they implement either getifaddrs() or support the SIOCGIFxxx socket options, although the data provided by the socket options is normally less complete."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for GNOME"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-Data-OptList)
-msgid "parse and validate simple name/value option pairs"
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for GNOME-VFS"
+#~ msgstr "O pacote não está assinalado"
-#. description(perl-libxml-perl)
-msgid "perl-libxml-perl is a collection of Perl modules for working with XML."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-Apache-Session)
-msgid "persistent storage for arbitrary data"
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 - Akonadi"
+#~ msgstr "O pacote não está assinalado"
-#. description(pfstmo)
-msgid "pfstmo package contains the implementation of state-of-the-art tone mapping operators. The motivation here is to provide an implementation of tone mapping operators suitable for convenient processing of both static images and animations."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 - KHTML"
+#~ msgstr "O pacote não está assinalado"
-#. description(pfstools)
-msgid "pfstools package is a set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using a simple generic file format (pfs) for HDR data. The concept of the pfstools is similar to netpbm package for low-dynamic range images."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 - KNewStuff"
+#~ msgstr "O pacote não está assinalado"
-#. description(xawtv:pia)
-msgid "pia is a simple movie player which can playback AVI and QuickTime movies recorded by xawtv, motv, and streamer. Other movies might work as well."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 - Nepomuk"
+#~ msgstr "O pacote não está assinalado"
-#. description(pk-update-icon)
-msgid "pk-update-icon displays notifications and an icon in the tray area of the panel when package updates are available."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 - Phonon"
+#~ msgstr "O pacote não está assinalado"
-#. description(pmidi)
-msgid "pmidi is a command line MIDI player for ALSA."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 - Plasma"
+#~ msgstr "O pacote não está assinalado"
-#. description(pstoedit)
-msgid ""
-"pstoedit converts PostScript and PDF files to other vector graphic formats so that they can be edited graphically.\n"
-"\n"
-"pstoedit supports:\n"
-"\n"
-"* Tgif .obj format (for tgif version >= 3)\n"
-"* .fig format for xfig\n"
-"* pdf - Adobe's Portable Document Format\n"
-"* gnuplot format\n"
-"* Flattened PostScript (with or without Bezier curves)\n"
-"* DXF - CAD exchange format\n"
-"* LWO - LightWave 3D\n"
-"* RIB - RenderMan\n"
-"* RPL - Real3D\n"
-"* Java 1 or Java 2 applet\n"
-"* Idraw format (in fact a special form of EPS that idraw can read)\n"
-"* Tcl/Tk\n"
-"* HPGL\n"
-"* AI (Adobe Illustrator) (based on ps2ai.ps - not a real pstoedit driver - see notes below and manual)\n"
-"* Windows Meta Files (WMF) (Windows only)\n"
-"* Enhanced Windows Meta Files (EMF) (Windows, but also Linux/Unix if libemf is available)\n"
-"* OS/2 meta files (OS/2 only)\n"
-"* PIC format for troff/groff\n"
-"* MetaPost format for usage with TeX/LaTeX\n"
-"* LaTeX2e picture\n"
-"* Kontour\n"
-"* GNU Metafile (plotutils / libplot)\n"
-"* Skencil ( http://www.skencil.org )\n"
-"* Mathematica\n"
-"* via ImageMagick to any format supported by ImageMagick\n"
-"* SWF\n"
-"* CNC G code\n"
-"* VTK files for ParaView and similar visualization tools"
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 - Soprano"
+#~ msgstr "O pacote não está assinalado"
-#. description(pwgen)
-msgid "pwgen generates random, meaningless but pronounceable and thus easy to remember passwords. The also contained makepasswd gives even more options which are more aimed at security."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for KDE 4 desktop shell"
+#~ msgstr "O pacote não está assinalado"
-#. description(python-virtinst)
-msgid "pyhon-virtinst contains python modules and tools (virt-install, virt-clone and virt-image) for installing and cloning virtual machines using libvirt. It supports both paravirtulized guest and guests fully virtualized guests. Supported hypervisors are Xen, qemu (QEMU) and kvm (KVM)."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for OpenSync"
+#~ msgstr "O pacote não está assinalado"
-#. description(python-ldap)
-msgid "python-ldap provides an LDAP client API for Python in the spirit of RFC1823. It includes a Python module called _ldapmodule that wraps an LDAP C library, an object-oriented API for X.500 directories. See python-ldap pages on http://python-ldap.sourceforge.net/"
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for deltarpm"
+#~ msgstr "O pacote não está assinalado"
-#. description(python-xdg)
-msgid "python-xdg (PyXDG) is a python library to use freedesktop.org specifications."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for goocanvas"
+#~ msgstr "O pacote não está assinalado"
-#. description(python-pytz)
-msgid ""
-"pytz - World Timezone Definitions for Python pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (``datetime.tzinfo``).\n"
-"\n"
-"Amost all of the Olson timezones are supported."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for goocanvas."
+#~ msgstr "O pacote não está assinalado"
-#. description(razor-agents:perl-razor-agents)
-msgid "razor-agents are little programs to retrieve or update information from the razor <http://razor.sourceforge.net/> network to exchange signatures of SPAM. This package contains the required perl modules."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for libgnomecanvas"
+#~ msgstr "O pacote não está assinalado"
-#. description(rdesktop)
-msgid "rdesktop is an open source client for Windows NT Terminal Server and Windows 2000 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server extensions are required."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for libzypp"
+#~ msgstr "O pacote não está assinalado"
-#. description(re2c)
-msgid "re2c is a tool for writing fast and flexible lexers. Unlike other such tools, it concentrates solely on generating efficient code for matching regular expressions. This makes it suitable for a wide variety of applications. The generated scanners approach hand-crafted ones in terms of size and speed."
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for the GTK+ source editing widget"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-Class-ISA)
-msgid "report the search path for a class's ISA tree"
-msgstr ""
+#, fuzzy
+#~ msgid "Python bindings for the gtk-vnc library"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-Package-Stash)
#, fuzzy
-msgid "routines for manipulating stashes"
-msgstr "Aguardar por aplicativo kicker"
+#~ msgid "Python bindings for virtualbox"
+#~ msgstr "O pacote não está assinalado"
-#. summary(perl-Module-Runtime)
-msgid "runtime module handling"
-msgstr ""
+#, fuzzy
+#~ msgid "Python driver for MongoDB"
+#~ msgstr "O pacote não está assinalado"
-#. description(python-setuptools)
-msgid "setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages."
-msgstr ""
+#, fuzzy
+#~ msgid "Python interface to Flickr"
+#~ msgstr "Interface do Kernel"
-#. description(python-simplejson)
-msgid "simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost."
-msgstr ""
+#, fuzzy
+#~ msgid "Python module for client-side HTML forms"
+#~ msgstr "Gerenciamento de energia (APM)"
-#. summary(perl-ExtUtils-PkgConfig)
#, fuzzy
-msgid "simplistic interface to pkg-config"
-msgstr "Interface do Kernel"
+#~ msgid "Python module for ibus"
+#~ msgstr "Gerenciamento de energia (APM)"
-#. description(perl-Sub-Exporter-Progressive)
-msgid ""
-"the Sub::Exporter manpage is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a 'Sub::Exporter' wrapper that will let your users just use the Exporter manpage if all they are doing is picking exports, but use 'Sub::Exporter' if your users try to use 'Sub::Exporter''s more advanced features features, like renaming exports, if they try to use them.\n"
-"\n"
-"Note that this module will export '@EXPORT', '@EXPORT_OK' and '%EXPORT_TAGS' package variables for 'Exporter' to work. Additionally, if your package uses advanced 'Sub::Exporter' features like currying, this module will only ever use 'Sub::Exporter', so you might as well use it directly."
-msgstr ""
+#, fuzzy
+#~ msgid "Set of perl modules related to mail applications"
+#~ msgstr "Aplicativos Favoritos"
-#. summary(perl-Devel-CoreStack)
-msgid "try to generate a stack dump from a core file"
-msgstr ""
+#, fuzzy
+#~ msgid "Tcl Client Library for PostgreSQL"
+#~ msgstr "Criando banco de dados de recursos"
-#. description(python-wxWidgets-2_9)
-msgid "wxWidgets is a free C++ library for cross-platform GUI. This package contains python bindings for wxWidgets."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Python bindings for Bonobo."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Additional Package Documentation for ntp"
-#~ msgstr "Documento"
+#~ msgid "This package contains Python bindings for GConf."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "BSD::Resource Perl Module"
-#~ msgstr "Grupo de Recursos"
+#~ msgid "This package contains Python bindings for GNOME-VFS."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Collection of algorithms for computer vision"
+#~ msgid "This package contains Python bindings for libgnome and libgnomeui."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Date conversion routines"
-#~ msgstr "Criptografia"
+#~ msgid "This package contains Python bindings for libgnomecanvas."
+#~ msgstr "O pacote não está assinalado"
#, fuzzy
-#~ msgid "Development files and headers for openconnect"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "This package contains Python bindings for the KHTML rendering engine, which can be used from Python applications."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files from net-snmp"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "This package contains Python bindings for the Nepomuk semantic framework."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Dictionaries for Open Chinese Convert"
+#~ msgid "This package contains development files for the Python bindings for the KDE Development Platform. It also contains common files required to build additional bindings for PyKDE4. It is used with either Python 2 or 3."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Documentation for orage"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "This package contains example programs demonstrating the Qwt widgets."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "GNU patch"
-#~ msgstr "patch"
+#~ msgid "This package contains files required to build wrappers for GTK+ addon libraries so that they interoperate with pygtk."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
+#~ msgid "This package contains files required to build wrappers for gobject addon libraries such as pygtk."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains the development documentation of the Qwt widgets as is it created by doxygen."
+#~ msgstr "<p>Este menu contém os links que se referem a informações do documento.</p>"
+
+#, fuzzy
+#~ msgid "This package contains the header files of Qwt and its Qt designer plugin in order to create Qt applications using the Qwt widgets."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package provides headers and libraries needed to build against the Qt interface for Zeitgeist."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package provides the RDP protocol plugin for Remmina."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "TkInter - Python Tk Interface"
+#~ msgstr "Interface de rede"
+
+#, fuzzy
+#~ msgid "Udev bindings for Python"
+#~ msgstr "O pacote não está assinalado"
+
+#, fuzzy
+#~ msgid "Versatile Remote Desktop Client"
+#~ msgstr "As Últimas Inovações de Ambiente de Trabalho"
+
+#, fuzzy
+#~ msgid "Additional Package Documentation for ntp"
+#~ msgstr "Documento"
+
+#, fuzzy
+#~ msgid "BSD::Resource Perl Module"
+#~ msgstr "Grupo de Recursos"
+
+#, fuzzy
+#~ msgid "Date conversion routines"
+#~ msgstr "Criptografia"
+
+#, fuzzy
+#~ msgid "Development files from net-snmp"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
#~ msgid "Korean Dictionary for MySpell"
#~ msgstr "Software Adicional"
@@ -4936,10 +5615,6 @@
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Library to work with PKCS#11 modules -- Development Files"
-#~ msgstr "Ambiente de Trabalho KDE"
-
-#, fuzzy
#~ msgid "Meta package for pattern apparmor"
#~ msgstr "Pacotes de desenvolvimento do KDE"
@@ -5068,18 +5743,6 @@
#~ msgstr "Abrir"
#, fuzzy
-#~ msgid "OpenSLP Development SDK"
-#~ msgstr "Desenvolvimento Kernel"
-
-#, fuzzy
-#~ msgid "Openbox Configuration Tool"
-#~ msgstr "Exibir Configuração"
-
-#, fuzzy
-#~ msgid "Parley is a vocabulary trainer for KDE."
-#~ msgstr "Aplicativos Favoritos"
-
-#, fuzzy
#~ msgid "Portscanner"
#~ msgstr "Scanner de vírus"
@@ -5140,10 +5803,6 @@
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "SGML parser tools (development package)"
-#~ msgstr "Pacotes de desenvolvimento do Kernel"
-
-#, fuzzy
#~ msgid "SNMP Daemon"
#~ msgstr "Daemon FAM"
@@ -5152,26 +5811,10 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "The Lightweight Directory Access Protocol (LDAP) is used to access online directory services. It runs directly over TCP and can be used to access a stand-alone LDAP directory service or to access a directory service that has an X.500 back-end."
-#~ msgstr "Configura um servidor de directório com OpenLDAP e Kerberos. O Lightweight Directory Access Protocol (LDAP) é utilizado para aceder a serviços online de directório. Corre directamente sobre TCP e pode ser utilizado para aceder a um directório LDAP isolado ou para aceder a um serviço de directório que tem um back-end X.500."
-
-#, fuzzy
-#~ msgid "The Objective Caml Compiler and Programming Environment"
-#~ msgstr "Ambiente de Programação Logo"
-
-#, fuzzy
-#~ msgid "The OpenLDAP Server"
-#~ msgstr "Servidor Web e LAMP"
-
-#, fuzzy
#~ msgid "This package contains additional NFS documentation."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains the documentation for orage."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains the openais executive, openais service handlers, default configuration files and init script."
#~ msgstr "Use este botão para iniciar o YaST para configuração permanente."
@@ -5180,10 +5823,6 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Time-managing Application for the Xfce Desktop Environment"
-#~ msgstr "Ambiente de Trabalho KDE"
-
-#, fuzzy
#~ msgid "openSUSE manual: Security Guide (PDF, English)"
#~ msgstr "Ferramentas SLES de Administração"
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:20 +0100 (Fri, 06 Nov 2015)
New Revision: 94625
Modified:
trunk/packages/pt/po/dvd5.pt.po
Log:
Merged dvd5.pot for pt
Modified: trunk/packages/pt/po/dvd5.pt.po
===================================================================
--- trunk/packages/pt/po/dvd5.pt.po 2015-11-06 03:06:18 UTC (rev 94624)
+++ trunk/packages/pt/po/dvd5.pt.po 2015-11-06 03:06:20 UTC (rev 94625)
@@ -1,5530 +1,4184 @@
# This file was automatically generated
msgid ""
msgstr ""
-"POT-Creation-Date: 2012-06-21 16:20:22\n"
+"POT-Creation-Date: 2015-11-06 04:10:11\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-#. summary(lklug-fonts)
-msgid "\"Lanka Linux User Group\" OpenType Font for Sinhala"
-msgstr ""
-
-#. description(lklug-fonts)
-msgid ""
-"\"Lanka Linux User Group\" OpenType font for Sinhala copyright 2004 by "
-"Yannis Haralambous. OTF tables added by Anuradha Ratnaweera an d Harshani "
-"Devadithya, and modified by Harshula Jayasuriya. \"Kunddaliya\" glyph "
-"Copyright (c) 2006 Harshula Jayasuriya"
-msgstr ""
-
-#. description(mono-kde4)
+#. summary(LibVNCServer:LibVNCServer-devel)
#, fuzzy
-msgid ".NET/Mono bindings for the KDE libraries."
-msgstr "O pacote não está assinalado"
+msgid "VNC Development Library"
+msgstr "Desenvolvimento GNOME"
-#. description(mono-qt4)
+#. description(LibVNCServer:LibVNCServer-devel)
msgid ""
-".NET/Mono bindings for the Qt4 libraries from the kdebindings Qyoto project."
+"VNC is a set of programs using the RFB (Remote Frame Buffer) protocol. They are designed to \"export\" a frame buffer via the network. It is already in wide use for administration, but it is not that easy to program a server yourself. This has been changed by LibVNCServer.\n"
+"\n"
+"X.org already has a virtual Xvnc server which you can start as an own screen (e.g. :1) and connect to with a VNC client (e.g. vncviewer from tightvnc).\n"
+"\n"
+"The LibVNCServer-devel package contains the static libraries and header files for LibVNCServer."
msgstr ""
-#. summary(log4net)
-msgid "A .NET framework for logging"
+#. summary(Mesa:Mesa-devel)
+msgid "Libraries, includes and more to develop Mesa applications"
msgstr ""
-#. summary(notify-sharp)
-msgid "A C# client implementation for Desktop Notifications"
-msgstr ""
+#. summary(Mesa:Mesa-dri-devel)
+#, fuzzy
+msgid "Development files for the DRI API"
+msgstr "Desenvolvimento"
-#. summary(patchutils)
-msgid "A Collection of Tools for Manipulating Patch Files"
-msgstr ""
+#. description(Mesa:Mesa-dri-devel)
+#, fuzzy
+msgid "This package contains the development environment required for compiling programs and libraries using the DRI API."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(mhash)
-msgid "A Library for Working with Strong Hashes (Like MD5)"
-msgstr ""
-
-#. summary(optipng)
-msgid "A PNG File Compressor"
-msgstr ""
-
-#. summary(netpbm)
-msgid "A Powerful Graphics Conversion Package"
-msgstr ""
-
-#. summary(pan)
-msgid "A Powerful Newsreader for GNOME"
-msgstr ""
-
-#. summary(nautilus-share)
-msgid "A Quick and Easy Way to Share Folders in Nautilus Via Samba"
-msgstr ""
-
-#. summary(minicom)
-msgid "A Terminal Program"
-msgstr ""
-
-#. summary(lynx)
-msgid "A Text-Based WWW Browser"
-msgstr ""
-
-#. summary(m17n-contrib)
-msgid "A collection of contributed works to be used with the m17n library"
-msgstr ""
-
-#. description(m17n-contrib)
+#. description(Mesa:Mesa-libEGL-devel)
msgid ""
-"A collection of contributed works to be used with the m17n library, mainly "
-"additional Indic input methods."
+"This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.\n"
+"\n"
+"This package provides the development environment for compiling programs against the EGL library."
msgstr ""
-#. summary(mono-zeroconf)
+#. summary(Mesa:Mesa-libGL-devel)
#, fuzzy
-msgid "A cross platform Zero Configuration Networking library for Mono"
-msgstr "Criptografia"
+msgid "GL/GLX development files of the OpenGL API"
+msgstr "Desenvolvimento"
-#. description(mono-debugger)
+#. description(Mesa:Mesa-libGL-devel)
msgid ""
-"A debugger is an important tool for development. The Mono Debugger (MDB) can "
-"debug both managed and unmanaged applications. It provides a reusable "
-"library that can be used to add debugger functionality to different front-"
-"ends. The debugger package includes a console debugger named \"mdb\", and "
-"MonoDevelop (http://www.monodevelop.com) provides a GUI interface to the "
-"debugger."
+"Mesa is a software library for 3D computer graphics that provides a generic OpenGL implementation for rendering three-dimensional graphics.\n"
+"\n"
+"This package includes headers and static libraries for compiling programs with Mesa."
msgstr ""
-#. description(man-pages)
-msgid ""
-"A large collection of man pages (documentation) from the Linux Documentation "
-"Project (LDP). The man pages are organized into the following sections: "
-"Section 1, user commands (intro only); Section 2, system calls; Section 3, "
-"libc calls; Section 4, devices (e.g., hd, sd); Section 5, file formats and "
-"protocols (e.g., wtmp, /etc/passwd, nfs); Section 6, games (intro only); "
-"Section 7, conventions, macro packages, etc. (e.g., nroff, ascii); and "
-"Section 8, system administration (intro only)."
-msgstr ""
+#. summary(Mesa:Mesa-libGLESv1_CM-devel)
+#, fuzzy
+msgid "Development files for the OpenGL ES 1.x API"
+msgstr "Desenvolvimento"
-#. description(man-pages-posix)
+#. description(Mesa:Mesa-libGLESv1_CM-devel)
msgid ""
-"A large collection of man pages (reference material) from the IEEE Std "
-"1003.1, 2003 Edition, Standard for Information Technology -- Portable "
-"Operating System Interface (POSIX), The Open Group Base Specifications Issue "
-"6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics "
-"Engineers, Inc and The Open Group. The man pages are organized into the "
-"following sections: 0p: POSIX headers 1p: POSIX utilities 3p: POSIX functions"
-msgstr ""
-
-#. summary(parcellite)
-msgid "A lightweight GTK+ clipboard manager"
-msgstr ""
-
-#. description(mlocate:mlocate-lang)
-msgid ""
-"A new locate implementation. The m character stands for merging, because "
-"updatedb reuses the existing database to avoid re-reading most of the file "
-"system.\n"
+"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems.\n"
"\n"
-"This package installs language translation files for mlocate if required by "
-"multilingual environments."
-msgstr ""
-
-#. description(mlocate)
-msgid ""
-"A new locate implementation. The m character stands for merging, because "
-"updatedb reuses the existing database to avoid re-reading most of the file "
-"system.\n"
+"OpenGL|ES 1.x provides an API for fixed-function hardware.\n"
"\n"
-"User must be member of locate group in order to use this package."
+"This package provides a development environment for building programs using the OpenGL|ES 1.x APIs."
msgstr ""
-#. description(mlterm:mlterm-scim)
-msgid "A plugin to use the SCIM input methods directly from mlterm."
-msgstr ""
+#. summary(Mesa:Mesa-libGLESv1_CM1)
+#, fuzzy
+msgid "Free implementation of the OpenGL|ES 1.x Common Profile API"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(mlterm:mlterm-uim)
-msgid "A plugin to use the uim input methods directly from mlterm."
-msgstr ""
-
-#. summary(openmpi)
-msgid "A powerful implementaion of MPI"
-msgstr ""
-
-#. description(xmms2:libxmmsclient-glib1)
-msgid "A simple Glib client library for XMMS2"
-msgstr ""
-
-#. description(xmms2:libxmmsclient6)
-msgid "A simple client library for XMMS2"
-msgstr ""
-
-#. description(mpi-selector)
+#. description(Mesa:Mesa-libGLESv1_CM1)
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"
+"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems.\n"
"\n"
-"The default can be changed easily via the mpi-selector command -- editing of "
-"shell startup files is not required."
+"OpenGL|ES 1.x provides an API for fixed-function hardware."
msgstr ""
-#. description(minicom)
-msgid ""
-"A terminal program similar to Telix(tm) (a program for calling other "
-"computers via modem) under MS-DOS.\n"
-"\n"
-"If you want to access your modem with minicom, you have to be a member of "
-"the uucp group."
-msgstr ""
-
-#. summary(lxsession-edit)
-msgid "A tool manage lxsession-lite"
-msgstr ""
-
-#. summary(menu-cache)
-msgid "A tool speed up menus"
-msgstr ""
-
-#. summary(lxmenu-data)
-msgid "A tool to build desktop menu for LXDE"
-msgstr ""
-
-#. description(mutt)
-msgid ""
-"A very powerful mail user agent. It supports (among other nice things) "
-"highlighting, threading, and PGP. It takes some time to get used to, however."
-msgstr ""
-
-#. summary(ntp:ntp-doc)
+#. summary(Mesa:Mesa-libGLESv2-2)
#, fuzzy
-msgid "Additional Package Documentation for ntp"
-msgstr "Documento"
+msgid "Free implementation of the OpenGL|ES 2.x API"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-african)
-msgid "African Dictionary for MySpell"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-albanian)
-msgid "Albanian Dictionary for MySpell"
-msgstr ""
-
-#. summary(obs-service-recompress)
-msgid "An OBS source service: Recompress files"
-msgstr ""
-
-#. summary(obs-service-set_version)
-msgid "An OBS source service: Update spec file version"
-msgstr ""
-
-#. summary(obs-service-tar_scm)
-msgid "An OBS source service: checkout or update a tar ball from svn/git/hg"
-msgstr ""
-
-#. summary(obs-service-source_validator)
+#. description(Mesa:Mesa-libGLESv2-2)
msgid ""
-"An OBS source service: defines all source-validator checks used by Factory"
+"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems.\n"
+"\n"
+"OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders.\n"
+"\n"
+"The libGLESv2.so.2 library provides symbols for all OpenGL ES 2 and ES 3 entry points."
msgstr ""
-#. summary(obs-service-download_files)
-msgid "An OBS source service: download files"
-msgstr ""
-
-#. summary(obs-service-verify_file)
-msgid "An OBS source service: file verification"
-msgstr ""
-
-#. summary(obs-service-format_spec_file)
-msgid "An OBS source service: reformats a spec file to SUSE standard"
-msgstr ""
-
-#. summary(mlterm:mlterm-uim)
-msgid "An uim plugin for mlterm"
-msgstr ""
-
-#. summary(mlocate)
+#. summary(Mesa:Mesa-libGLESv2-devel)
#, fuzzy
-msgid "An utility for finding files by name"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Development files for the OpenGL ES 2.x API"
+msgstr "Desenvolvimento"
-#. description(nautilus-share)
+#. description(Mesa:Mesa-libGLESv2-devel)
msgid ""
-"Application for the GNOME desktop integrated in Nautilus, that allows simple "
-"use of Nautilus shares without signing in as root.\n"
+"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems.\n"
"\n"
-"Features: * A new entry in your Nautilus right-click menu with a nice "
-"icon.\n"
+"OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders.\n"
"\n"
-"* A simple dialog to share your folder, which allows you to choose a name "
-"and decide whether to make it read-only.\n"
-"\n"
-"* Possibility to access it from the Properties tab of your folder.\n"
-"\n"
-"* Possibility to see whether a share name already exists by simply typing "
-"it.\n"
-"\n"
-"* Nautilus displays a palm icon to visually show you which folders are "
-"shared."
+"This package provides a development environment for building applications using the OpenGL|ES 2.x APIs."
msgstr ""
-#. summary(myspell-dictionaries:myspell-arabic)
-msgid "Arabic Dictionary for MySpell"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-spanish-argentine)
-msgid "Argentine Spanish Dictionary for MySpell"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-armenian)
-msgid "Armenian Dictionary for MySpell"
-msgstr ""
-
-#. summary(mediastreamer2)
-msgid "Audio/Video real-time streaming"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-australian)
-msgid "Australian Dictionary for MySpell"
-msgstr ""
-
-#. summary(igerman98:myspell-austrian)
-msgid "Austrian Dictionary for MySpell"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-brazilian)
+#. summary(Mesa:Mesa-libglapi-devel)
#, fuzzy
-msgid "Brazilian Portuguese Dictionary for MySpell"
-msgstr "Software Adicional"
+msgid "Development files for the free implementation of the GL API"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-british)
-msgid "British Dictionary for MySpell"
+#. description(Mesa:Mesa-libglapi-devel)
+msgid "Development files for the Mesa GL API module which is responsible for dispatching all the gl* functions. It is intended to be mainly used by the Mesa-libGLES* packages."
msgstr ""
-#. summary(myspell-dictionaries:myspell-bulgarian)
-msgid "Bulgarian Dictionary for MySpell"
-msgstr ""
-
-#. summary(libxml++:libxml++-2_6-2)
+#. summary(ModemManager:ModemManager-devel)
#, fuzzy
-msgid "C++ Interface for XML Files"
+msgid "DBus interface for modem handling -- Development Files"
msgstr "Interface a ser selecionada na inicialização:"
-#. summary(libxml++:libxml++-devel)
+#. summary(MozillaFirefox:MozillaFirefox-translations-common)
#, fuzzy
-msgid "C++ Interface for XML Files -- Development Files"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Common translations for Firefox"
+msgstr "Federação da Rússia"
-#. summary(msynctool)
-msgid "CLI for synchronization with OpenSync"
-msgstr ""
+#. description(MozillaFirefox:MozillaFirefox-translations-common)
+#, fuzzy
+msgid "This package contains several common languages for the user interface of Firefox."
+msgstr "Use este botão para iniciar o YaST para configuração permanente."
-#. summary(myspell-dictionaries:myspell-canadian)
-msgid "Canadian Dictionary for MySpell"
+#. summary(MozillaThunderbird)
+msgid "The Stand-Alone Mozilla Mail Component"
msgstr ""
-#. summary(myspell-dictionaries:myspell-catalan)
-msgid "Catalan Dictionary for MySpell"
+#. description(MozillaThunderbird)
+msgid "Mozilla Thunderbird is a redesign of the Mozilla Mail component. It is written using the XUL user interface language and designed to be cross-platform. It is a stand-alone application instead of part of the Mozilla application suite."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-dhcp)
-msgid "Check DHCP servers"
+#. summary(MozillaThunderbird:MozillaThunderbird-translations-common)
+msgid "Common translations for MozillaThunderbird"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-linux_raid)
-msgid "Check Linux software RAIDs"
+#. description(MozillaThunderbird:MozillaThunderbird-translations-common)
+msgid "This package contains several optional languages for the user interface of MozillaThunderbird."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-nwstat)
-msgid "Check MRTGEXT NLM running"
+#. summary(NetworkManager:NetworkManager-devel)
+msgid "Libraries and headers for adding NetworkManager support to applications"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-netapp)
-msgid "Check NetApp filer"
+#. description(NetworkManager:NetworkManager-devel)
+msgid "This package contains various headers accessing some NetworkManager functionality from applications."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-oracle)
-msgid "Check Oracle database health status."
-msgstr ""
+#. summary(libX11:libX11-devel)
+#, fuzzy
+msgid "Development files for the Core X11 protocol library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-oracle)
-msgid "Check Oracle status"
+#. description(libX11:libX11-devel)
+msgid ""
+"The X Window System is a network-transparent window system that was designed at MIT. X display servers run on computers with either monochrome or color bitmap display hardware. The server distributes user input to and accepts output requests from various client programs located either on the same machine or elsewhere in the network. Xlib is a C subroutine library that application programs (clients) use to interface with the window system by means of a stream connection.\n"
+"\n"
+"This package contains the development headers for the library found in libX11-6 and libX11-xcb1."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-overcr)
-msgid "Check Over-CR collector daemon"
-msgstr ""
+#. summary(libXScrnSaver:libXScrnSaver-devel)
+#, fuzzy
+msgid "Development files for the X11 Screen Saver extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-rpc)
-msgid "Check RPC service"
+#. description(libXScrnSaver:libXScrnSaver-devel)
+msgid ""
+"The X Window System provides support for changing the image on a display screen after a user-settable period of inactivity to avoid burning the cathode ray tube phosphors. This extension allows an external \"screen saver\" client to detect when the alternate image is to be displayed and to provide the graphics.\n"
+"\n"
+"This package contains the development headers for the library found in libXss1."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-disk_smb)
-msgid "Check SMB Disk"
-msgstr ""
+#. summary(libXTrap:libXTrap-devel)
+#, fuzzy
+msgid "Development files for the X event Trap extension"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-smtp)
-msgid "Check SMTP connections"
+#. description(libXTrap:libXTrap-devel)
+msgid ""
+"libXTrap provides an interface to the DEC-XTRAP extension, which allows for capture and synthesis of core input events.\n"
+"\n"
+"This package contains the development headers for the library found in libXTrap6."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-ssh)
-msgid "Check SSH service"
+#. summary(libXTrap:libXTrap6)
+msgid "X event Trap extension"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-ircd)
-msgid "Check an IRCd server"
+#. description(libXTrap:libXTrap6)
+msgid "libXTrap provides an interface to the DEC-XTRAP extension, which allows for capture and synthesis of core input events."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-mrtg)
-msgid "Check average or maximum value in an MRTG logfile"
-msgstr ""
+#. summary(libXau:libXau-devel)
+#, fuzzy
+msgid "Development files for the X11 authorization protocol library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-ntp_time)
-msgid "Check clock offset with the ntp server"
+#. description(libXau:libXau-devel)
+msgid ""
+"libXau provides mechanisms for individual access to an X Window System display. It uses existing core protocol and library hooks for specifying authorization data in the connection setup block to restrict use of the display to only those clients that show that they know a server-specific key called a \"magic cookie\".\n"
+"\n"
+"This package contains the development headers for the library found in libXau6."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-ping)
-msgid "Check connection statistics"
-msgstr ""
+#. summary(libXaw:libXaw-devel)
+#, fuzzy
+msgid "Development files for the X Athena Widget Set"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-disk)
-msgid "Check disk space"
+#. description(libXaw:libXaw-devel)
+msgid ""
+"The X Window System Athena widget set implements simple user interfaces based upon the X Toolkit Intrinsics (Xt) library.\n"
+"\n"
+"This package contains the development headers for the library found in libXaw6/libXaw7/libXaw8."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-flexlm)
-msgid "Check flexlm license managers"
-msgstr ""
+#. summary(libXaw3d:libXaw3d8)
+#, fuzzy
+msgid "The 3D Athena Widget Set"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-sensors)
-msgid "Check hardware status using lm_sensors"
+#. description(libXaw3d:libXaw3d8)
+msgid "Xaw3d is a general-purpose replacement for the Athena toolkit which adds a 3D appearance and support for XPM images."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-ntp_peer)
-msgid "Check health of an NTP server"
-msgstr ""
+#. summary(libXcomposite:libXcomposite-devel)
+#, fuzzy
+msgid "Development files for the X11 Composite extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(nagios-plugins:nagios-plugins-rpc)
-msgid "Check if a rpc service is registered and running using rpcinfo."
+#. description(libXcomposite:libXcomposite-devel)
+msgid ""
+"The composite extension provides several related mechanisms:\n"
+"- Per-hierarchy storage: The rendering of an entire hierarchy of windows is redirected to off-screen storage.\n"
+"- Automatic shadow update: When a hierarchy is rendered off-screen, the X server provides an automatic mechanism for presenting those contents within the parent window.\n"
+"- Composite overlay window: provides compositing managers with a surface on which to draw without interference.\n"
+"- Parent window clipping: modifies the semantics of parent window clipping in the presence of manual redirected children.\n"
+"\n"
+"This package contains the development headers for the library found in libXcomposite1."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-mrtgtraf)
-msgid "Check incoming/outgoing transfer rates of a router"
-msgstr ""
+#. summary(libXcursor:libXcursor-devel)
+#, fuzzy
+msgid "Development files for the X Window System Cursor library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-ide_smart)
-msgid "Check local hard drive"
+#. description(libXcursor:libXcursor-devel)
+msgid ""
+"Xcursor a library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names.Cursors can exist in several sizes and the library automatically picks the best size.\n"
+"\n"
+"This package contains the development headers for the library found in libXcursor1."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-mailq)
-msgid "Check mail queues"
-msgstr ""
+#. summary(libXdamage:libXdamage-devel)
+#, fuzzy
+msgid "Development files for the X Damage Extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-users)
-msgid "Check number of users currently logged in"
+#. description(libXdamage:libXdamage-devel)
+msgid ""
+"The X Damage Extension allows applications to track modified regions of drawables.\n"
+"\n"
+"This package contains the development headers for the library found in libXdamage1."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-procs)
-msgid "Check processes"
-msgstr ""
+#. summary(libXdmcp:libXdmcp-devel)
+#, fuzzy
+msgid "Development files for the XDM Control Protocol library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-swap)
-msgid "Check swap space"
+#. description(libXdmcp:libXdmcp-devel)
+msgid ""
+"The X Display Manager Control Protocol (XDMCP) provides a uniform mechanism for an autonomous display to request login service from a remote host. By autonomous, we mean the display consists of hardware and processes that are independent of any particular host where login service is desired. An X terminal (screen, keyboard, mouse, processor, network interface) is a prime example of an autonomous display.\n"
+"\n"
+"This package contains the development headers for the library found in libXdmcp6."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-swap)
-msgid "Check swap space on local machine."
-msgstr ""
+#. summary(libXevie:libXevie-devel)
+#, fuzzy
+msgid "Development files for the X Event Interception Extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-file_age)
-msgid "Check the age/size of files"
-msgstr ""
-
-#. description(nagios-plugins:nagios-plugins-disk_smb)
+#. description(libXevie:libXevie-devel)
msgid ""
-"Check the amount of used disk space on a remote Samba or Windows share and "
-"generate an alert if free space is less than one of the threshold values."
+"libXevie provides an X Window System client interface to the EvIE extension to the X protocol. The EvIE (Event Interception Extension) allows for clients to be able to intercept all events coming through the server and then decide what to do with them, including being able to modify or discard events.\n"
+"\n"
+"This package contains the development headers for the library found in libXevie1."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-netapp)
-msgid "Check the the status of a NetApp filer via SNMP."
-msgstr ""
+#. summary(libXext:libXext-devel)
+#, fuzzy
+msgid "Development files for the X11 Common Extensions library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-time)
-msgid "Check the time on the specified host"
+#. description(libXext:libXext-devel)
+msgid ""
+"The Xext library contains a handful of X11 extensions:\n"
+"- Double Buffer extension (DBE/Xdbe)\n"
+"- Display Power Management Signaling (DPMS) extension\n"
+"- X11 Nonrectangular Window Shape extension (Xshape)\n"
+"- The MIT Shared Memory extension (MIT-SHM/Xshm)\n"
+"- TOG-CUP (colormap) protocol extension (Xcup)\n"
+"- X Extended Visual Information extension (XEvi)\n"
+"- X11 Double-Buffering, Multi-Buffering, and Stereo extension (Xmbuf)\n"
+"\n"
+"This package contains the development headers for the library found in libXext6."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-wave)
-msgid "Check the wave signal strength via SNMP."
-msgstr ""
+#. summary(libXfixes:libXfixes-devel)
+#, fuzzy
+msgid "Development files for the X11 Xfixes extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-wave)
-msgid "Check wave signal strength"
+#. description(libXfixes:libXfixes-devel)
+msgid ""
+"The X Fixes extension provides applications with work-arounds for various limitations in the core protocol.\n"
+"\n"
+"This package contains the development headers for the library found in libXfixes3."
msgstr ""
-#. summary(myspell-dictionaries:myspell-spanish-chilean)
-msgid "Chilean Spanish Dictionary for MySpell"
-msgstr ""
+#. summary(libXfont:libXfont-devel)
+#, fuzzy
+msgid "Development files for the X font handling library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(man-pages-zh_CN)
-msgid "Chinese translation of man pages from the CMPP project"
+#. description(libXfont:libXfont-devel)
+msgid ""
+"libXfont provides the core of the legacy X11 font system, handling the index files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, and rasterizing them. It is used by the X servers, the X Font Server (xfs), and some font utilities (bdftopcf for instance), but should not be used by normal X11 clients. X11 clients access fonts via either the new APIs in libXft, or the legacy APIs in libX11.\n"
+"\n"
+"This package contains the development headers for the library found in libXfont1."
msgstr ""
-#. summary(xmms2:libxmmsclient6)
+#. summary(libXfontcache:libXfontcache-devel)
#, fuzzy
-msgid "Client library for xmms2"
-msgstr "Criando banco de dados de recursos"
+msgid "Development files for the X TrueType font cache library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-nt)
-msgid "Collect data from NSClient service"
-msgstr ""
-
-#. description(nanum-fonts:nanum-gothic-coding-fonts)
-msgid "Collection of Nanum Gothic Coding Korean TrueType fonts."
-msgstr ""
-
-#. description(nanum-fonts)
+#. description(libXfontcache:libXfontcache-devel)
msgid ""
-"Collection of Nanum Korean TrueType fonts: NanumBrush, NanumGothic, "
-"NanumMyeongjo and NanumPen."
+"FontCache is an extension that is used by X TrueType to cache information about fonts.\n"
+"\n"
+"This package contains the development headers for the library found in libXfontcache1."
msgstr ""
-#. summary(opencv)
+#. summary(libXft:libXft-devel)
#, fuzzy
-msgid "Collection of algorithms for computer vision"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for the X FreeType library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-spanish-colombian)
-msgid "Colombian Spanish Dictionary for MySpell"
-msgstr ""
-
-#. description(msynctool)
+#. description(libXft:libXft-devel)
msgid ""
-"Command line interface for libopensync to allow synchronization on machines "
-"which lack a X server. It relies on the OpenSync framework to do the actual "
-"synchronization. You need to install the libopensync package and the plugins "
-"for it, too."
-msgstr ""
-
-#. description(osc)
-msgid ""
-"Commandline client for the openSUSE Build Service.\n"
+"Xft is a library that connects X applications with the FreeType font rasterization library. Xft uses fontconfig to locate fonts so it has no configuration files.\n"
"\n"
-"See http://en.opensuse.org/openSUSE:OSC , as well as http://en.opensuse.org/"
-"openSUSE:Build_Service_Tutorial for a general introduction."
+"This package contains the development headers for the library found in libXft2."
msgstr ""
-#. summary(MozillaFirefox:MozillaFirefox-translations-common)
+#. summary(libXi:libXi-devel)
#, fuzzy
-msgid "Common translations for Firefox"
-msgstr "Federação da Rússia"
+msgid "Development files for the X Input Extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(MozillaThunderbird:MozillaThunderbird-translations-common)
-msgid "Common translations for MozillaThunderbird"
+#. description(libXi:libXi-devel)
+msgid ""
+"libXi is the client-side library for the X Input Extension.\n"
+"\n"
+"This package contains the development headers for the library found in libXi6."
msgstr ""
-#. description(okteta:okteta-devel)
+#. summary(libXinerama:libXinerama-devel)
#, fuzzy
-msgid "Contains the development files for the Okteta Hex Editor"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for the X11 Xinerama extension"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-spanish-costa-rican)
-msgid "Costa Rican Spanish Dictionary for MySpell"
+#. description(libXinerama:libXinerama-devel)
+msgid ""
+"Xinerama is an extension to the X Window System which enables multi-headed X applications and window managers to use two or more physical displays as one large virtual display.\n"
+"\n"
+"This package contains the development headers for the library found in libXinerama1."
msgstr ""
-#. summary(lxshortcut)
-msgid "Create shortcuts for LXDE"
+#. summary(xiterm:libXiterm1)
+#. description(xiterm:libXiterm1)
+msgid "Terminal emulator Xaw widget library based on libiterm"
msgstr ""
-#. summary(myspell-dictionaries:myspell-croatian)
-msgid "Croatian Dictionary for MySpell"
-msgstr ""
+#. summary(motif:libXm4)
+#, fuzzy
+msgid "Motif runtime library"
+msgstr "Notificações"
-#. summary(mono-core)
-msgid "Cross-platform, Open Source, .NET development framework"
-msgstr ""
+#. description(motif:libXm4)
+#, fuzzy
+msgid "This package provides the main Motif shared library."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(myspell-dictionaries:myspell-czech)
-msgid "Czech Dictionary for MySpell"
-msgstr ""
+#. summary(libXmu:libXmu-devel)
+#, fuzzy
+msgid "Development files for the X Miscellaneous Utility Libraries"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(man-pages-cs)
-msgid "Czech Manual Pages"
+#. description(libXmu:libXmu-devel)
+msgid ""
+"The Xmu/Xmuu libraries are a collection of miscellaneous (some might say random) utility functions that have been useful in building various applications and widgets.\n"
+"\n"
+"This package contains the development headers for the library found in libXmu6 and libXmuu1."
msgstr ""
-#. summary(openjade)
-msgid "DSSSL Engine for SGML Documents"
-msgstr ""
+#. summary(libXp:libXp-devel)
+#, fuzzy
+msgid "Development files for the X Printing Extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-danish)
-msgid "Danish Dictionary for MySpell"
+#. description(libXp:libXp-devel)
+msgid ""
+"libXp provides APIs to allow client applications to render to non-display devices.\n"
+"\n"
+"This package contains the development headers for the library found in libXp6."
msgstr ""
-#. summary(mono-core:mono-data)
-msgid "Database connectivity for Mono"
-msgstr ""
+#. summary(libXp:libXp6)
+#, fuzzy
+msgid "X Printing Extension client library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(openttd-opengfx)
-msgid "Default baseset graphics for OpenTTD"
+#. description(libXp:libXp6)
+msgid "libXp provides APIs to allow client applications to render to non-display devices."
msgstr ""
-#. summary(malaga-suomi)
-msgid "Description of Finnish Morphology Written in Malaga"
-msgstr ""
-
-#. summary(xine-lib:libxine-devel)
-msgid "Development environment for xine-based media players"
-msgstr ""
-
-#. summary(openconnect:openconnect-devel)
+#. summary(libXpm:libXpm-devel)
#, fuzzy
-msgid "Development files and headers for openconnect"
+msgid "Development files for the X Pixmap image file format library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(lua:lua-devel)
-#, fuzzy
-msgid "Development files for lua"
-msgstr "Desenvolvimento"
+#. description(libXpm:libXpm-devel)
+msgid ""
+"libXpm facilitates working with XPM (X PixMap), a format for storing/retrieving X pixmaps to/from files.\n"
+"\n"
+"This package contains the development headers for the library found in libXpm4."
+msgstr ""
-#. summary(mpfr:mpfr-devel)
+#. summary(libXprintAppUtil:libXprintAppUtil-devel)
#, fuzzy
-msgid "Development files for the GNU multiple-precision floating-point library"
+msgid "Development files for the Xprint application utility routines"
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(mpfr:mpfr-devel)
+#. description(libXprintAppUtil:libXprintAppUtil-devel)
msgid ""
-"Development files for the GNU multiple-precision floating-point library.\n"
+"libxprintapputil provides utility Xpau APIs allowing client applications to access information about and control Xprint jobs from an Xprint server.\n"
"\n"
-"The MPFR library is a C library for multiple-precision floating-point "
-"computations with exact rounding (also called correct rounding). It is based "
-"on the GMP multiple-precision library."
+"This package contains the development headers for the library found in libXprintAppUtil1."
msgstr ""
-#. description(Mesa:Mesa-libglapi-devel)
-msgid ""
-"Development files for the Mesa GL API module which is responsible for "
-"dispatching all the gl* functions. It is intended to be mainly used by the "
-"Mesa-libGLES* packages."
+#. summary(libXprintAppUtil:libXprintAppUtil1)
+#, fuzzy
+msgid "Xprint application utility routines"
+msgstr "Browser de Aplicativos"
+
+#. description(libXprintAppUtil:libXprintAppUtil1)
+msgid "libxprintapputil provides utility Xpau APIs allowing client applications to access information about and control Xprint jobs from an Xprint server."
msgstr ""
-#. summary(okteta:okteta-devel)
+#. summary(libXprintUtil:libXprintUtil-devel)
#, fuzzy
-msgid "Development files for the Okteta Hex Editor"
+msgid "Development files for the Xprint printer utility library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(Mesa:Mesa-libGLESv1_CM-devel)
-#, fuzzy
-msgid "Development files for the OpenGL ES 1.x API"
-msgstr "Desenvolvimento"
+#. description(libXprintUtil:libXprintUtil-devel)
+msgid ""
+"libXprintUtil provides utility Xpu APIs allowing client applications to access and manipulate information about printer capabilities from an Xprint server.\n"
+"\n"
+"This package contains the development headers for the library found in libXprintUtil1."
+msgstr ""
-#. summary(Mesa:Mesa-libGLESv2-devel)
-#, fuzzy
-msgid "Development files for the OpenGL ES 2.x API"
-msgstr "Desenvolvimento"
+#. summary(libXprintUtil:libXprintUtil1)
+msgid "Xprint printer utility client library"
+msgstr ""
-#. summary(libXft:libXft-devel)
-#, fuzzy
-msgid "Development files for the X FreeType library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXprintUtil:libXprintUtil1)
+msgid "libXprintUtil provides utility Xpu APIs allowing client applications to access and manipulate information about printer capabilities from an Xprint server."
+msgstr ""
-#. summary(libXi:libXi-devel)
+#. summary(libXrandr:libXrandr-devel)
#, fuzzy
-msgid "Development files for the X Input Extension library"
+msgid "Development files for the X Resize-Rotate-Reflection library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libXmu:libXmu-devel)
-#, fuzzy
-msgid "Development files for the X Miscellaneous Utility Libraries"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXrandr:libXrandr-devel)
+msgid ""
+"The X Resize, Rotate and Reflect Extension (RandR) allows clients to dynamically change X screens, so as to resize, to change the orientation and layout of the root window of a screen.\n"
+"\n"
+"This package contains the development headers for the library found in libXrandr2."
+msgstr ""
-#. summary(libXpm:libXpm-devel)
+#. summary(libXrender:libXrender-devel)
#, fuzzy
-msgid "Development files for the X Pixmap image file format library"
+msgid "Development files for the X11 Render Extension library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libXp:libXp-devel)
-#, fuzzy
-msgid "Development files for the X Printing Extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXrender:libXrender-devel)
+msgid ""
+"The Xrender library is designed as a lightweight library interface to the Render extension.\n"
+"\n"
+"This package contains the development headers for the library found in libXrender1."
+msgstr ""
-#. summary(libXrandr:libXrandr-devel)
-#, fuzzy
-msgid "Development files for the X Resize-Rotate-Reflection library"
-msgstr "Pacotes de desenvolvimento do KDE"
-
#. summary(libXres:libXres-devel)
#, fuzzy
msgid "Development files for the X Resource extension library"
msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXres:libXres-devel)
+msgid ""
+"libXRes provides an X Window System client interface to the Resource extension to the X protocol. The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al).\n"
+"\n"
+"This package contains the development headers for the library found in libXRes1."
+msgstr ""
+
#. summary(libXt:libXt-devel)
#, fuzzy
msgid "Development files for the X Toolkit Intrinsics library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libXv:libXv-devel)
-#, fuzzy
-msgid "Development files for the X Video extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXt:libXt-devel)
+msgid ""
+"The low level Xlib library provides functions for interacting with an X11 server, but does not provide any function for implementing the graphical objects (widgets) used in GUIs, such as buttons, menus, etc. The Xt library provides support for creating and using widget types, but does not provide any specific widget. Specific widgets are implemented by other libraries using Xt, such as Xaw and Motif.\n"
+"\n"
+"This package contains the development headers for the library found in libXt6."
+msgstr ""
-#. summary(libXTrap:libXTrap-devel)
-#, fuzzy
-msgid "Development files for the X event Trap extension"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(libXvMC:libXvMC-devel)
-#, fuzzy
-msgid "Development files for the X-Video Motion Compensation library"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(libXrender:libXrender-devel)
-#, fuzzy
-msgid "Development files for the X11 Render Extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(libXScrnSaver:libXScrnSaver-devel)
-#, fuzzy
-msgid "Development files for the X11 Screen Saver extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
-
#. summary(libXtst:libXtst-devel)
#, fuzzy
msgid "Development files for the X11 XTEST and RECORD extensions"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libXinerama:libXinerama-devel)
-#, fuzzy
-msgid "Development files for the X11 Xinerama extension"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXtst:libXtst-devel)
+msgid ""
+"The XTEST extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention. This extension is not intended to support general journaling and playback of user actions.\n"
+"\n"
+"The RECORD extension supports the recording and reporting of all core X protocol and arbitrary X extension protocol.\n"
+"\n"
+"This package contains the development headers for the library found in libXtst6."
+msgstr ""
-#. summary(libxkbui:libxkbui-devel)
+#. summary(libXv:libXv-devel)
#, fuzzy
-msgid "Development files for the X11 keyboard UI presentation library"
+msgid "Development files for the X Video extension library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libxkbfile:libxkbfile-devel)
+#. description(libXv:libXv-devel)
+msgid ""
+"The X Video Extension (Xv) extension provides support for video adaptors attached to an X display. It takes the approach that a display may have one or more video adaptors, each of which has one or more ports through which independent video streams pass.\n"
+"\n"
+"This package contains the development headers for the library found in libXv1."
+msgstr ""
+
+#. summary(libXvMC:libXvMC-devel)
#, fuzzy
-msgid "Development files for the X11 keyboard file manipulation library"
+msgid "Development files for the X-Video Motion Compensation library"
msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXvMC:libXvMC-devel)
+msgid ""
+"X-Video Motion Compensation (XvMC), is an extension of the X video extension (Xv) for the X Window System. The XvMC API allows video programs to offload portions of the video decoding process to the GPU video-hardware.\n"
+"\n"
+"This package contains the development headers for the library found in libXvMC1."
+msgstr ""
+
#. summary(libXxf86dga:libXxf86dga-devel)
#, fuzzy
msgid "Development files for the XFree86-DGA extension library"
msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXxf86dga:libXxf86dga-devel)
+msgid ""
+"libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games.\n"
+"\n"
+"This package contains the development headers for the library found in libXxf86dga1."
+msgstr ""
+
+#. summary(libXxf86dga:libXxf86dga1)
+msgid "XFree86-DGA extension client library"
+msgstr ""
+
+#. description(libXxf86dga:libXxf86dga1)
+msgid "libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games."
+msgstr ""
+
#. summary(libXxf86misc:libXxf86misc-devel)
#, fuzzy
msgid "Development files for the XFree86-Misc X extension library"
msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libXxf86misc:libXxf86misc-devel)
+msgid ""
+"libXxf86misc provides an interface to the XFree86-Misc extension, which allows client applications to query the current keyboard and mouse settings of the running XFree86-based (XFree86, Xorg) server.\n"
+"\n"
+"This package contains the development headers for the library found in libXxf86misc1."
+msgstr ""
+
#. summary(libXxf86vm:libXxf86vm-devel)
#, fuzzy
msgid "Development files for the XFree86-VidMode X extension library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libXprintAppUtil:libXprintAppUtil-devel)
+#. description(libXxf86vm:libXxf86vm-devel)
+msgid ""
+"These functions provide aninterface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mode switching to be controlled.\n"
+"\n"
+"This package contains the development headers for the library found in libXxf86vm1."
+msgstr ""
+
+#. summary(spice:libspice-server1)
#, fuzzy
-msgid "Development files for the Xprint application utility routines"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Library for SPICE-server"
+msgstr "Aplicativos Favoritos"
-#. summary(libXprintUtil:libXprintUtil-devel)
+#. description(spice:libspice-server1)
+msgid "Library for SPICE-server The SPICE server is used to expose a remote machine's display and devices."
+msgstr ""
+
+#. summary(libspnav:libspnav0)
#, fuzzy
-msgid "Development files for the Xprint printer utility library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Library for accessing 3D connexion devices"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(Mesa:Mesa-libglapi-devel)
+#. description(libspnav:libspnav0)
+msgid ""
+"The libspnav library is provided as a replacement of the magellan library. It provides a cleaner, and more orthogonal interface. libspnav supports both the original X11 protocol for communicating with the driver, and the new alternative non-X protocol. Programs that choose to use the X11 protocol, are automatically compatible with either the free spacenavd driver or the official 3dxserv, as if they were using the magellan SDK.\n"
+"\n"
+"Also, libspnav provides a magellan API wrapper on top of the new API. So, any applications that were using the magellan library, can switch to libspnav without any changes. And programmers that are familliar with the magellan API can continue using it with a free library without the restrictions of the official SDK."
+msgstr ""
+
+#. summary(libssh:libssh-devel)
#, fuzzy
-msgid "Development files for the free implementation of the GL API"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "SSH library development headers"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(net-snmp:net-snmp-devel)
+#. description(libssh:libssh-devel)
#, fuzzy
-msgid "Development files from net-snmp"
+msgid "Development headers for the SSH library."
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(marble:marble-devel)
+#. summary(gcc:libstdc++-devel)
#, fuzzy
-msgid "Development headers and libraries for Marble."
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "The system GNU C++ development files"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(mono-qt4:mono-qt4-devel)
+#. description(gcc:libstdc++-devel)
#, fuzzy
-msgid "Development libraries for Mono-Qt4"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "The system GNU C++ development files."
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(opencc:opencc-data)
+#. description(gcc5:libstdc++6-devel-gcc5)
#, fuzzy
-msgid "Dictionaries for Open Chinese Convert"
+msgid "This package contains all the headers and libraries of the standard C++ library. It is needed for compiling C++ code."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(okular)
-msgid "Document Viewer"
-msgstr ""
-
-#. description(okular)
-msgid ""
-"Document viewing program; supports document in PDF, PS and many other "
-"formats."
-msgstr ""
-
-#. summary(orage:orage-doc)
+#. summary(gcc48:libstdc++6-gcc48-locale)
#, fuzzy
-msgid "Documentation for orage"
+msgid "Locale Data for the standard C++ shared library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(mirror)
-msgid "Documentation: \"man mirror\" and \"man mm\"."
-msgstr ""
+#. description(gcc48:libstdc++6-gcc48-locale)
+#, fuzzy
+msgid "The standard C++ library locale data."
+msgstr "Criando banco de dados de recursos"
-#. summary(myspell-dictionaries:myspell-spanish-dominican)
-msgid "Dominican Spanish Dictionary for MySpell"
-msgstr ""
+#. summary(libstroke)
+#, fuzzy
+msgid "A Stroke Translation Library"
+msgstr "Exibir Configuração"
-#. summary(nagios-plugins:nagios-plugins-dummy)
-msgid "Dummy check"
+#. description(libstroke)
+msgid "LibStroke is a stroke interface library. Strokes are motions of the mouse that can be interpreted by a program as a command. Strokes are used extensively in CAD programs."
msgstr ""
-#. summary(myspell-dictionaries:myspell-dutch)
-msgid "Dutch Dictionary for MySpell"
-msgstr ""
+#. summary(sunpinyin:libsunpinyin3)
+#, fuzzy
+msgid "Libraries for Sunpinyin"
+msgstr "Aplicativos Favoritos"
-#. summary(myspell-dictionaries:myspell-spanish-ecuadorian)
-msgid "Ecuadorian Spanish Dictionary for MySpell"
+#. description(sunpinyin:libsunpinyin3)
+msgid "Sunpinyin is a statistical language model based Chinese input method engine. to model the Chinese language, it use a backoff bigram and trigram language model."
msgstr ""
-#. summary(myspell-dictionaries:myspell-esperanto)
-msgid "Esperanto Dictionary for MySpell"
+#. summary(subversion:libsvn_auth_gnome_keyring-1-0)
+msgid "GNOME keyring sypport for Subversion"
msgstr ""
-#. summary(myspell-dictionaries:myspell-estonian)
-msgid "Estonian Dictionary for MySpell"
+#. description(subversion:libsvn_auth_gnome_keyring-1-0)
+msgid "Provides GNOME keyring support for Subversion"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-by_ssh)
-msgid "Execute checks via SSH"
-msgstr ""
+#. summary(subversion:libsvn_auth_kwallet-1-0)
+#, fuzzy
+msgid "KWallet support for Subversion"
+msgstr "XScreensaver não encontrado."
-#. summary(libxslt:libxslt-tools)
-msgid "Extended Stylesheet Language (XSL) Transformation utilities"
+#. description(subversion:libsvn_auth_kwallet-1-0)
+msgid "Provides KWallet integration for Subversion"
msgstr ""
-#. summary(mono-core:mono-locale-extras)
+#. summary(taglib:libtag-devel)
#, fuzzy
-msgid "Extra locale information"
-msgstr "Alternar informações"
+msgid "Development files for taglib"
+msgstr "Desenvolvimento"
-#. summary(mono-core:mono-extras)
+#. description(taglib:libtag-devel)
#, fuzzy
-msgid "Extra packages"
-msgstr "Instalar pacotes"
+msgid "This package contains development files for taglib."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(ocaml-facile)
-msgid ""
-"FaCiLe is a constraint programming library on integer and integer set finite "
-"domains written in OCaml. It offers all usual facilities to create and "
-"manipulate finite domain variables, arithmetic expressions and constraints "
-"(possibly non-linear), built-in global constraints (difference, cardinality, "
-"sorting etc.) and search and optimization goals. FaCiLe as well allows you "
-"to build easily user-defined constraints and goals (including recursive "
-"ones), making pervasive use of OCaml higher-order functionals to provide a "
-"simple and flexible interface for the user. As FaCiLe is an OCaml library "
-"and not \"yet another language\", the user benefits from type inference and "
-"strong typing discipline, high level of abstraction, a modules and objects "
-"system, as well as native code compilation efficiency, garbage collection "
-"and replay debugger, all features of OCaml (among many others) that allow to "
-"prototype and experiment quickly: modeling, data processing and interface "
-"are implemented with the same powerful and efficient language."
-msgstr ""
+#. summary(libtasn1:libtasn1-devel)
+#, fuzzy
+msgid "Development files for the ASN.1 parsing library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-faroese)
-msgid "Faroese Dictionary for MySpell"
+#. summary(libtcnative-1-0)
+msgid "JNI wrappers for Apache Portable Runtime for Tomcat"
msgstr ""
-#. description(nagios-plugins:nagios-plugins-flexlm)
+#. description(libtcnative-1-0)
msgid ""
-"Flexlm license managers usually run as a single server or three servers and "
-"a quorum is needed. The plugin return OK if 1 (single) or 3 (triple) "
-"servers are running, CRITICAL if 1(single) or 3 (triple) servers are down, "
-"and WARNING if 1 or 2 of 3 servers are running."
+"Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies. The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets).\n"
+"\n"
+"These features allows making Tomcat a general purpose webserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology."
msgstr ""
-#. summary(mplus-fonts)
-msgid "Free Fonts Set Incorporates All Kanji Until Level 2 and Latin Glyphs"
-msgstr ""
+#. summary(telepathy-logger-qt5:libtelepathy-logger-qt5)
+#, fuzzy
+msgid "Qt Wrapper around TpLogger client library"
+msgstr "Criptografia"
-#. summary(mgopen-fonts)
-msgid "Free High-Quality Greek Fonts"
+#. description(telepathy-logger-qt5:libtelepathy-logger-qt5)
+msgid "Telepathy-logger-qt4 is a Qt Wrapper around the TpLogger client library. It is needed by KDE Telepathy in order to log the chat activity."
msgstr ""
-#. summary(linux-libertine-fonts)
-msgid "Free Serif Fonts"
+#. description(telepathy-qt5:libtelepathy-qt5-0)
+msgid "Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 5."
msgstr ""
-#. description(mgopen-fonts)
-msgid "Free high-quality Greek fonts created by Magenta Ltd."
-msgstr ""
-
-#. summary(Mesa:Mesa-libGLESv1_CM1)
+#. summary(libtheora:libtheora-devel)
+#. summary(libtheora:libtheora0)
#, fuzzy
-msgid "Free implementation of the OpenGL|ES 1.x Common Profile API"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Theora video compression codec"
+msgstr "Base de Servidor Aplicacional SAP"
-#. description(linux-libertine-fonts)
+#. description(libtheora:libtheora-devel)
+#. description(libtheora:libtheora0)
msgid ""
-"Free serif fonts from the LinuxLibertine project. These might be useful when "
-"exchanging documents using Times fonts."
+"Theora is a free and open video compression format from the Xiph.org Foundation. Like all our multimedia technology it can be used to distribute film and video online and on disc without the licensing and royalty fees or vendor lock-in associated with other formats.\n"
+"\n"
+"Theora scales from postage stamp to HD resolution, and is considered particularly competitive at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis audio codec it has lots of room for improvement as encoder technology develops.\n"
+"\n"
+"Theora is in full public release as of November 3, 2008. The bitstream format for Theora I was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will remain compatible with future releases.\n"
+"\n"
+"The package contains the library that can decode and encode Theora streams. Theora is also able to playback VP3 streams."
msgstr ""
-#. summary(myspell-dictionaries:myspell-french)
-msgid "French Dictionary for MySpell"
-msgstr ""
+#. summary(thunar:libthunarx-2-0)
+#, fuzzy
+msgid "Thunar Extension Library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(oro)
-msgid "Full regular expressions API"
-msgstr ""
+#. description(thunar:libthunarx-2-0)
+#, fuzzy
+msgid "This package contains the Thunar extension library."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(Mesa:Mesa-libGL-devel)
+#. summary(tidy:libtidy-0_99-0-devel)
#, fuzzy
-msgid "GL/GLX development files of the OpenGL API"
-msgstr "Desenvolvimento"
+msgid "Include Files and Libraries for Development"
+msgstr "Desenvolvimento Kernel"
-#. summary(m4)
-msgid "GNU m4"
-msgstr ""
+#. description(tidy:libtidy-0_99-0-devel)
+#, fuzzy
+msgid "This package contains all necessary include files and libraries needed to develop applications using functions provided by the TidyLib library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(m4)
-msgid "GNU m4 is an implementation of the traditional Unix macro processor."
-msgstr ""
+#. summary(tiff:libtiff-devel)
+#, fuzzy
+msgid "Development Tools for Programs which will use the libtiff Library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(make)
-msgid "GNU make"
-msgstr ""
-
-#. summary(patch)
+#. description(tiff:libtiff-devel)
#, fuzzy
-msgid "GNU patch"
-msgstr "patch"
+msgid "This package contains the header files and static libraries for developing programs which will manipulate TIFF format image files using the libtiff library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(lightdm-gtk-greeter)
-msgid "GTK-based Greeter for LightDM"
+#. summary(libtimidity:libtimidity-0_1-0)
+msgid "MIDI to WAVE converter library"
msgstr ""
-#. description(open-vm-tools:open-vm-tools-gui)
-msgid "GUI Toolbox for Open Virtual Machine Tools"
+#. description(libtimidity:libtimidity-0_1-0)
+msgid "This library is based on the TiMidity decoder from SDL_sound library. Purpose to create this library is to avoid unnecessary dependences. SDL_sound requires SDL and some other libraries, that not needed to process MIDI files. In addition libtimidity provides more suitable API to work with MIDI songs, it enables to specify full path to the timidity configuration file, and have function to retrieve meta data from MIDI song."
msgstr ""
-#. summary(mozc:mozc-gui-tools)
-msgid "GUI tools for mozc"
+#. summary(libtool)
+msgid "A Tool to Build Shared Libraries"
msgstr ""
-#. summary(myspell-dictionaries:myspell-galician)
-msgid "Galician Dictionary for MySpell"
+#. description(libtool)
+msgid "GNU libtool is a set of shell scripts to automatically configure UNIX architectures to build shared libraries in a generic fashion."
msgstr ""
-#. summary(marble)
+#. summary(pcsc-towitoko:libtowitoko2)
#, fuzzy
-msgid "Generic map viewer"
-msgstr "Ambiente de Trabalho KDE"
+msgid "Library for PCSC driver for Towitoko Smart Card Readers"
+msgstr "Aplicativos Favoritos"
-#. summary(marble:marble-devel)
-#, fuzzy
-msgid "Generic map viewer: Build Environment"
-msgstr "Ambiente de Trabalho KDE"
-
-#. summary(marble:marble-data)
-#, fuzzy
-msgid "Generic map viewer: data"
-msgstr "Ambiente de Trabalho KDE"
-
-#. summary(igerman98:myspell-german)
-msgid "German Dictionary for MySpell"
+#. description(pcsc-towitoko:libtowitoko2)
+msgid ""
+"This package contains a driver for Towitoko Chipdrive Micro, Extern, Extern II, Intern, and Twin and Kartenzwerg smart card readers.\n"
+"\n"
+"This driver is meant to be used with the PCSC-Lite daemon from the pcsc-lite package.\n"
+"\n"
+"Please note, that many modern Towitoko readers are supported by the openct package."
msgstr ""
-#. summary(lskat)
-msgid "German Skat game"
+#. summary(tre:libtre5)
+msgid "POSIX compatible regexp library with approximate matching"
msgstr ""
-#. summary(xmms2:libxmmsclient-glib1)
-msgid "Glib client library for xmms2"
+#. description(tre:libtre5)
+msgid "TRE is a lightweight, robust, and efficient POSIX compatible regexp matching library with some exciting features such as approximate matching."
msgstr ""
-#. summary(myspell-dictionaries:myspell-greek)
-msgid "Greek Dictionary for MySpell"
-msgstr ""
+#. summary(tumbler:libtumbler-1-0)
+#, fuzzy
+msgid "Tumbler Library"
+msgstr "Novell e Linux"
-#. summary(myspell-dictionaries:myspell-spanish-guatemalan)
-msgid "Guatemalan Spanish Dictionary for MySpell"
+#. description(tumbler:libtumbler-1-0)
+#, fuzzy
+msgid "This package provides the shared library component of tumbler."
+msgstr "Aplicativos Usados Recentemente"
+
+#. description(libtunepimp)
+#. description(libtunepimp:libtunepimp5)
+msgid "MusicBrainz is the second generation incarnation of the CD Index. This server is designed to enable Audio CD, MP3, and Vorbis players to download metadata about the music they are playing."
msgstr ""
-#. summary(myspell-dictionaries:myspell-gujarati)
-msgid "Gujarati Dictionary for MySpell"
+#. summary(gcc5:libubsan0)
+msgid "The GNU Compiler Undefined Sanitizer Runtime Library"
msgstr ""
-#. summary(mediastreamer2:mediastreamer2-devel)
+#. description(gcc5:libubsan0)
#, fuzzy
-msgid "Headers, libraries and docs for the mediastreamer2 library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid ""
+"The runtime library needed to run programs compiled with the\n"
+"-fsanitize=undefined option of the GNU Compiler Collection (GCC)."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(ortp:ortp-devel)
+#. summary(systemd:libudev-devel)
#, fuzzy
-msgid "Headers, libraries and docs for the oRTP library"
+msgid "Development files for libudev"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-hebrew)
-msgid "Hebrew Dictionary for MySpell"
-msgstr ""
+#. description(systemd:libudev-devel)
+#, fuzzy
+msgid "This package contains the development files for the library libudev, a dynamic library, which provides access to udev device information."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(okteta)
-msgid "Hex Editor"
-msgstr ""
+#. summary(libunicap:libunicap-devel)
+#, fuzzy
+msgid "Development files for the unicap library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(orbit2)
-msgid "High-Performance CORBA Object Request Broker"
+#. description(libunicap:libunicap-devel)
+msgid "This package includes header files and libraries necessary for developing programs which use the unicap, unicapgtk, and ucil libraries. It contains the API documentation of the library, too."
msgstr ""
-#. summary(myspell-dictionaries:myspell-hindi)
-msgid "Hindi Dictionary for MySpell"
+#. summary(libunicap:libunicap2)
+msgid "Library to access different kinds of (video) capture devices"
msgstr ""
-#. summary(myspell-dictionaries:myspell-spanish-honduran)
-msgid "Honduran Spanish Dictionary for MySpell"
+#. description(libunicap:libunicap2)
+msgid "Unicap provides a uniform interface to video capture devices. It allows applications to use any supported video capture device via a single API. The included ucil library provides easy to use functions to render text and graphic overlays onto video images."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-cluster)
-msgid "Host/Service Cluster Plugin"
+#. summary(libunique1:libunique-1_0-0)
+msgid "A library for writing single instance application"
msgstr ""
-#. summary(myspell-dictionaries:myspell-hungarian)
-msgid "Hungarian Dictionary for MySpell"
+#. description(libunique1:libunique-1_0-0)
+msgid "Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance."
msgstr ""
-#. summary(openbox)
-msgid "ICCCM and EWMH Compliant Window Manager with Very Few Dependencies"
+#. summary(nut:libupsclient1)
+msgid "Network UPS Tools Library (Uninterruptible Power Supply Monitoring)"
msgstr ""
-#. summary(myspell-dictionaries:myspell-icelandic)
-msgid "Icelandic Dictionary for MySpell"
-msgstr ""
-
-#. description(nxtvepg)
+#. description(nut:libupsclient1)
msgid ""
-"In this software package, find a decoder for Nextview--an electronic TV "
-"program guide for the analog domain (as opposed to the various digital EPGs "
-"that come with most digital broadcasts). It allows you to decode and browse "
-"TV program listings for most of the major networks in Germany, Austria, "
-"France, and Switzerland.\n"
+"Shared library for the Network UPS Tools.\n"
"\n"
-"Currently, Nextview EPG is transmitted by: * In Germany and Austria: "
-"Kabel1, 3Sat, RTL-II, EuroNews (coverage: apx. 31 networks)\n"
+"Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware.\n"
"\n"
-"* In Switzerland: SF1, TSR1, TSI1, EuroNews, 3sat, Kabel1 (coverage: apx. "
-"37 networks)\n"
-"\n"
-"* In France: Canal+, M6 (coverage: 8 networks)\n"
-"\n"
-"* In Turkey: TRT-1 (coverage: 17 networks)"
+"Detailed information about supported hardware can be found in /usr/share/doc/packages/nut."
msgstr ""
-#. summary(pam:pam-devel)
-msgid "Include Files and Libraries for PAM-Development"
+#. summary(libusb-compat:libusb-compat-devel)
+msgid "libusb-1.0 Compatibility Layer for libusb-0.1"
msgstr ""
-#. summary(myspell-dictionaries:myspell-indonese)
-msgid "Indonese Dictionary for MySpell"
-msgstr ""
+#. summary(libusbmuxd:libusbmuxd-devel)
+#, fuzzy
+msgid "Development files for libusbmuxd"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-irish)
-msgid "Irish Dictionary for MySpell"
-msgstr ""
-
-#. description(lxc)
+#. description(libusbmuxd:libusbmuxd-devel)
msgid ""
-"It provides commands to create and manage containers. It contains a full "
-"featured container with the isolation/virtualization of the pids, the ipc, "
-"the utsname, the mount points, /proc, /sys, the network and it takes into "
-"account the control groups. It is very light, flexible, and provides a set "
-"of tools around the container like the monitoring with asynchronous events "
-"notification, or the freeze of the container. This package is useful to "
-"create Virtual Private Server, or to run isolated applications like bash or "
-"sshd."
+"'usbmuxd' stands for \"USB multiplexing daemon\". This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device.\n"
+"\n"
+"The libusbmuxd-devel package contains libraries and header files for developing applications that use libusbmuxd."
msgstr ""
-#. summary(lxappearance)
-msgid "It's a desktop-independent theme switcher for GTK+"
+#. summary(usbredir:libusbredirhost1)
+#. summary(usbredir:libusbredirparser1)
+msgid "A protocol for redirection USB traffic"
msgstr ""
-#. summary(myspell-dictionaries:myspell-italian)
-msgid "Italian Dictionary for MySpell"
+#. description(usbredir:libusbredirhost1)
+#. description(usbredir:libusbredirparser1)
+msgid "usbredir is a protocol for redirection USB traffic from a single USB device, to a different (virtual) machine then the one to which the USB device is attached. See usb-redirection-protocol.txt for the description / definition of this protocol."
msgstr ""
-#. summary(log4j)
-msgid "Java logging tool"
-msgstr ""
-
-#. summary(lokalize)
+#. summary(util-linux:libuuid-devel)
#, fuzzy
-msgid "KDE Translation Editor"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Development files for libuuid1"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(lxinput)
-msgid "Keyboard and mouse configuration tool"
+#. description(util-linux:libuuid-devel)
+msgid "Files to develop applications using the library to generate universally unique IDs (UUIDs)."
msgstr ""
-#. summary(mono-kde4)
-msgid "Kimono Mono-kde library"
+#. summary(libuv:libuv1)
+msgid "Cross-platform asychronous I/O"
msgstr ""
-#. summary(myspell-dictionaries:myspell-kinyarwanda)
-msgid "Kinyarwanda Dictionary for MySpell"
+#. description(libuv:libuv1)
+msgid "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Mozilla's Rust language, Luvit, Julia, pyuv, and others."
msgstr ""
-#. summary(myspell-dictionaries:myspell-kiswahili)
-msgid "Kiswahili Dictionary for MySpell"
-msgstr ""
+#. summary(v4l-utils:libv4l-devel)
+#, fuzzy
+msgid "Development files for libv4l"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(m2300w)
-msgid "Konica Minolta magicolor 2300W and 2400W Printer Driver"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-korean)
+#. description(v4l-utils:libv4l-devel)
#, fuzzy
-msgid "Korean Dictionary for MySpell"
-msgstr "Software Adicional"
+msgid "The libv4l-devel package contains libraries and header files for developing applications that use libv4l."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(myspell-dictionaries:myspell-kurdish)
-msgid "Kurdish Dictionary for MySpell"
+#. description(v4l-utils:libv4l2rds0)
+msgid ""
+"libv4l2rds offers decoding raw RDS data from V4L2 Radio devices and simple ways to access the received RDS information.\n"
+"\n"
+"This package contains shared lib for packages that use libv4l2rds."
msgstr ""
-#. summary(man-pages-it)
-msgid "LDP Man Pages (Italian)"
-msgstr ""
+#. summary(vala:libvala-0_30-0)
+#, fuzzy
+msgid "Programming language for GNOME"
+msgstr "Gerenciamento de energia (APM)"
-#. summary(man-pages-fr)
-msgid "LDP man Pages (French)"
+#. description(vala:libvala-0_30-0)
+msgid "Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C."
msgstr ""
-#. summary(man-pages-ja)
-msgid "LDP man Pages (Japanese)"
+#. summary(vamp-plugin-sdk:libvamp-hostsdk3)
+msgid "Library for Vamp audio analysis plugin hosts"
msgstr ""
-#. summary(man-pages-ko)
-msgid "LDP man Pages (Korean)"
+#. description(vamp-plugin-sdk:libvamp-hostsdk3)
+msgid "Vamp is an API for C and C++ plugins that process sampled audio data to produce descriptive output (measurements or semantic observations)."
msgstr ""
-#. summary(man-pages-ru)
-msgid "LDP man Pages (Russian)"
-msgstr ""
-
-#. description(lilo)
-msgid ""
-"LILO boots Linux from your hard drive. It can also boot other operating "
-"systems, such as MS-DOS and OS/2, and can even boot DOS from the second hard "
-"drive. The configuration file is /etc/lilo.conf.\n"
-"\n"
-"The PowerPC variant can be used on new PowerMacs and CHRP machines.\n"
-"\n"
-"The ix86 variant comes with Memtest86, offering an image that can be booted "
-"to perform a memory test."
-msgstr ""
-
-#. summary(lirc:lirc-devel)
+#. summary(vde2:libvdeplug3)
#, fuzzy
-msgid "LIRC development files"
-msgstr "Pacotes de desenvolvimento do Kernel"
+msgid "VDE plug library"
+msgstr "Desenvolvimento GNOME"
-#. description(lxappearance)
-msgid ""
-"LXAppearance is part of LXDE project. It's a desktop-independent theme "
-"switcher for GTK+."
+#. description(vde2:libvdeplug3)
+msgid "This package contains a library that makes programs able to connect to a local VDE switch. The simplest one is vde_plug, contained in the vde2 package."
msgstr ""
-#. summary(lxcc)
+#. summary(libverto:libverto-devel)
#, fuzzy
-msgid "LXDE Control Center"
-msgstr "Centro de Controle"
+msgid "Development files for libverto"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(lxdm)
+#. description(libverto:libverto-devel)
#, fuzzy
-msgid "LXDE Display Manager"
-msgstr "Gerenciador de Dispositivos"
+msgid "The libverto-devel package contains libraries and header files for developing applications that use libverto."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(lxsession)
-msgid "LXDE Session Manager, required for running the desktop environment"
+#. summary(libvirt)
+#. summary(libvirt-python)
+msgid "Library providing a simple virtualization API"
msgstr ""
-#. description(lxdm)
-msgid ""
-"LXDM is the future display manager of LXDE, the Lightweight X11 Desktop "
-"environment. It is designed as a lightweight alternative to replace GDM or "
-"KDM in LXDE distros."
+#. description(libvirt)
+msgid "Libvirt is a C toolkit to interact with the virtualization capabilities of Linux. Virtualization of the Linux Operating System means the ability to run multiple instances of Operating Systems concurrently on a single hardware system where the basic resources are driven by a Linux instance. The library aims to provide long term stable C API to interact with Linux virtualization technologies."
msgstr ""
-#. description(lxlauncher)
-msgid ""
-"LXLauncher is an open source clone of Asus launcher for EeePC or Netbooks "
-"anyway. It's an LXDE project and it's based on menu-cache library."
+#. summary(libvirt:libvirt-client)
+msgid "Client side library and utilities of the libvirt library"
msgstr ""
-#. description(lxmusic)
-msgid ""
-"LXMusic is just a lightweight audio player, that uses xmms2 as back-end."
+#. description(libvirt:libvirt-client)
+msgid "Shared libraries and client binaries needed to access to the virtualization capabilities of recent versions of Linux (and other OSes)."
msgstr ""
-#. description(lxpanel)
-msgid ""
-"LXPanel is a lightweight X11 desktop panel containing: 1. User-friendly "
-"application menu automatically generated from *.desktop files on the system "
-"2. Launcher bar (Small icons clicked to launch apps) 3. Task bar supporting "
-"urgency hint (Can flash when gaim gets new incoming messages) 4. "
-"Notification area (System tray) 5. Digital clock 6. Run dialog (A dialog "
-"lets you type a command and run it, can be called in external programs) 7. "
-"Net status icon plug-in (optional, ported from gnome-netstatus-applet) 8. "
-"Volume control plug-in (optional, written by jserv) 9. lxpanelctl, an "
-"external controller lets you control lxpanel in other programs. For example, "
-"\"lxpanelctl run\" will show the Run dialog in lxpanel, and \"lxpanelctl menu"
-"\" will show the application menu. This is useful in key bindings provided "
-"by window managers."
+#. summary(libvirt:libvirt-daemon)
+msgid "Server side daemon and supporting files for libvirt library"
msgstr ""
-#. description(lxrandr)
-msgid "LXRandR is a lightweight Monitor Config Tool"
+#. description(libvirt:libvirt-daemon)
+msgid "Server side daemon required to manage the virtualization capabilities of recent versions of Linux. Requires a hypervisor specific sub-RPM for specific drivers."
msgstr ""
-#. description(lxmenu-data)
-msgid ""
-"LXSession is the default X11 session manager of LXDE. (LXDE: Lightweight X11 "
-"Desktop Environment) http://lxde.sourceforge.net/\n"
-"\n"
-"This package provides files required to build freedesktop.org menu spec-"
-"compliant desktop menus for LXDE."
-msgstr ""
+#. summary(libvirt:libvirt-daemon-config-network)
+#, fuzzy
+msgid "Default configuration files for the libvirtd daemon"
+msgstr "Analisando arquivos de configuração..."
-#. description(lxsession-edit)
-msgid ""
-"LXSession is the default X11 session manager of LXDE. (LXDE: Lightweight X11 "
-"Desktop Environment) http://lxde.sourceforge.net/\n"
-"\n"
-"lxsession-edit is a tool used to manage desktop session autostarts, "
-"especially for lxsession lite."
+#. description(libvirt:libvirt-daemon-config-network)
+msgid "Default configuration files for setting up NAT based networking"
msgstr ""
-#. description(lxsession)
-msgid ""
-"LXSession is the standard session manager used by LXDE. The LXSession "
-"manager is used to automatically start a set of applications and set up a "
-"working desktop environment. Moreover, the session manager is able to "
-"remember the applications in use when a user logs out and to restart them "
-"the next time the user logs in."
+#. summary(libvirt:libvirt-daemon-config-nwfilter)
+#, fuzzy
+msgid "Network filter configuration files for the libvirtd"
+msgstr "Analisando arquivos de configuração..."
+
+#. description(libvirt:libvirt-daemon-config-nwfilter)
+msgid "Network filter configuration files for the libvirt daemon, used for cleaning guest network traffic."
msgstr ""
-#. description(lxshortcut)
-msgid ""
-"LXShortcut is a small program used to edit application shortcuts created "
-"with freedesktop.org Desktop Entry spec."
+#. summary(libvirt:libvirt-daemon-driver-interface)
+msgid "Interface driver plugin for the libvirtd daemon"
msgstr ""
-#. description(lxtask)
-msgid ""
-"LXTask is a lightweight Task Manager. This is the default LXDE task manager."
+#. description(libvirt:libvirt-daemon-driver-interface)
+msgid "The interface driver plugin for the libvirtd daemon, providing an implementation of the network interface APIs using the netcontrol library"
msgstr ""
-#. description(lxterminal)
-msgid ""
-"LXTerminal is a lightweight Terminal Emulator. This package even if DE "
-"independent is part of the LXDE project."
+#. summary(libvirt:libvirt-daemon-driver-lxc)
+msgid "LXC driver plugin for the libvirtd daemon"
msgstr ""
-#. description(lxinput)
-msgid "LXinput is just the LXDE Keyboard and mouse config tool"
+#. description(libvirt:libvirt-daemon-driver-lxc)
+msgid "The LXC driver plugin for the libvirtd daemon, providing an implementation of the hypervisor driver APIs using the Linux kernel"
msgstr ""
-#. summary(mlocate:mlocate-lang)
+#. summary(libvirt:libvirt-daemon-driver-network)
#, fuzzy
-msgid "Language translation files for mlocate"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Network driver plugin for the libvirtd daemon"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(lightdm:lightdm-lang)
-#, fuzzy
-msgid "Languages for package lightdm"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(lightdm-gtk-greeter:lightdm-gtk-greeter-lang)
-#, fuzzy
-msgid "Languages for package lightdm-gtk-greeter"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(lxappearance:lxappearance-lang)
-msgid "Languages for package lxappearance"
+#. description(libvirt:libvirt-daemon-driver-network)
+msgid "The network driver plugin for the libvirtd daemon, providing an implementation of the virtual network APIs using the Linux bridge capabilities."
msgstr ""
-#. summary(lxmusic:lxmusic-lang)
-msgid "Languages for package lxmusic"
+#. summary(libvirt:libvirt-daemon-driver-nodedev)
+msgid "Nodedev driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(lxpanel:lxpanel-lang)
-msgid "Languages for package lxpanel"
+#. description(libvirt:libvirt-daemon-driver-nodedev)
+msgid "The nodedev driver plugin for the libvirtd daemon, providing an implementation of the node device APIs using the udev capabilities."
msgstr ""
-#. summary(lxterminal:lxterminal-lang)
-msgid "Languages for package lxterminal"
+#. summary(libvirt:libvirt-daemon-driver-nwfilter)
+msgid "A nwfilter driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(meld:meld-lang)
-msgid "Languages for package meld"
+#. description(libvirt:libvirt-daemon-driver-nwfilter)
+msgid "The nwfilter driver plugin for the libvirtd daemon, providing an implementation of the firewall APIs using the ebtables, iptables and ip6tables capabilities"
msgstr ""
-#. summary(mercurial:mercurial-lang)
-#, fuzzy
-msgid "Languages for package mercurial"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(mtpaint:mtpaint-lang)
-#, fuzzy
-msgid "Languages for package mtpaint"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(nautilus-share:nautilus-share-lang)
-#, fuzzy
-msgid "Languages for package nautilus-share"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(nemiver:nemiver-lang)
-#, fuzzy
-msgid "Languages for package nemiver"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(orage:orage-lang)
-msgid "Languages for package orage"
+#. summary(libvirt:libvirt-daemon-driver-qemu)
+msgid "Qemu driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(pan:pan-lang)
-msgid "Languages for package pan"
+#. description(libvirt:libvirt-daemon-driver-qemu)
+msgid "The qemu driver plugin for the libvirtd daemon, providing an implementation of the hypervisor driver APIs using QEMU."
msgstr ""
-#. summary(paprefs:paprefs-lang)
-msgid "Languages for package paprefs"
+#. summary(libvirt:libvirt-daemon-driver-secret)
+msgid "Secret driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(myspell-dictionaries:myspell-latvian)
-msgid "Latvian Dictionary for MySpell"
+#. description(libvirt:libvirt-daemon-driver-secret)
+msgid "The secret driver plugin for the libvirtd daemon, providing an implementation of the secret key APIs."
msgstr ""
-#. description(menu-cache)
-msgid ""
-"Libmenu-cache is a library creating and utilizing caches to speed up the "
-"manipulation for freedesktop.org defined application menus. It can be used "
-"as a replacement of libgnome-menu of gnome-menus."
+#. summary(libvirt:libvirt-daemon-driver-storage)
+msgid "Storage driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(NetworkManager:NetworkManager-devel)
-msgid "Libraries and headers for adding NetworkManager support to applications"
+#. description(libvirt:libvirt-daemon-driver-storage)
+msgid "The storage driver plugin for the libvirtd daemon, providing an implementation of the storage APIs using LVM, iSCSI, parted and more."
msgstr ""
-#. description(opensp:opensp-devel)
-msgid ""
-"Libraries and includes to compile applications that use the SGML parser "
-"tools (package 'opensp')."
+#. summary(libvirt:libvirt-daemon-driver-uml)
+msgid "Uml driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-common)
-msgid "Libraries for Nagios plugins"
+#. description(libvirt:libvirt-daemon-driver-uml)
+msgid "The UML driver plugin for the libvirtd daemon, providing an implementation of the hypervisor driver APIs using User Mode Linux"
msgstr ""
-#. summary(ocaml:ocaml-compiler-libs)
-msgid "Libraries used internal to the OCaml Compiler"
+#. summary(libvirt:libvirt-daemon-driver-vbox)
+msgid "VirtualBox driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(openldap2-client:openldap2-devel)
-msgid "Libraries, Header Files and Documentation for OpenLDAP"
+#. description(libvirt:libvirt-daemon-driver-vbox)
+msgid "The vbox driver plugin for the libvirtd daemon, providing an implementation of the hypervisor driver APIs using VirtualBox"
msgstr ""
-#. summary(Mesa:Mesa-devel)
-msgid "Libraries, includes and more to develop Mesa applications"
+#. summary(libvirt:libvirt-daemon-lxc)
+msgid "Server side daemon & driver required to run LXC guests"
msgstr ""
-#. summary(pango:pango-devel)
-msgid "Library for Layout and Rendering of Text -- Development Files"
+#. description(libvirt:libvirt-daemon-lxc)
+msgid "Server side daemon and driver required to manage the virtualization capabilities of LXC"
msgstr ""
-#. summary(openexr:openexr-devel)
-msgid "Library to Handle EXR Pictures (16-bit floating-point format)"
+#. summary(libvirt:libvirt-daemon-qemu)
+msgid "Server side daemon & driver required to run QEMU guests"
msgstr ""
-#. summary(p11-kit:p11-kit-devel)
-#, fuzzy
-msgid "Library to work with PKCS#11 modules -- Development Files"
-msgstr "Ambiente de Trabalho KDE"
-
-#. summary(libyui-qt-graph:libyui-qt-graph5)
-#, fuzzy
-msgid "Libyui - Qt Graph Widget"
-msgstr "OpenOffice.Org Quickstarter"
-
-#. description(lskat)
-msgid ""
-"Lieutenant Skat is a nice two player card game which follows the rules for "
-"the German game (Offiziers)-Skat. The program includes many different "
-"carddecks to choose. A computer opponent can play for any of the players."
+#. description(libvirt:libvirt-daemon-qemu)
+msgid "Server side daemon and driver required to manage the virtualization capabilities of the QEMU emulators"
msgstr ""
-#. description(lightdm)
-msgid ""
-"LightDM is a lightweight, cross-desktop display manager. Its main features "
-"are a well-defined greeter API allowing multiple GUIs, support for all "
-"display manager use cases, with plugins where appropriate, low code "
-"complexity, and fast performance. Due to its cross-platform nature greeters "
-"can be written in several toolkits such as Qt and GTK."
+#. summary(libvirt-glib:libvirt-glib-1_0-0)
+msgid "GLib and GObject mapping of libvirt"
msgstr ""
-#. summary(lxmusic)
-msgid "Lightweight Audio Player"
+#. description(libvirt-glib:libvirt-glib-1_0-0)
+msgid "libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). It is free software available under the GNU Lesser General Public License. Virtualization on the Linux Operating System means the ability to run multiple instances of Operating Systems concurrently on a single hardware system where the basic resources are driven by a Linux instance. The library aim at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other virtualization mechanisms if needed"
msgstr ""
-#. summary(lxterminal)
-msgid "Lightweight LXDE Terminal"
+#. description(libvirt-python)
+msgid "The libvirt-python package contains a module that permits applications written in the Python programming language to use the interface supplied by the libvirt library to use the virtualization capabilities of recent versions of Linux (and other OSes)."
msgstr ""
-#. summary(lxrandr)
-msgid "Lightweight Monitor Config Tool"
-msgstr ""
+#. summary(libvisio:libvisio-0_1-1)
+#, fuzzy
+msgid "Library for parsing the MS Visio file format structure"
+msgstr "Criando banco de dados de recursos"
-#. summary(lxtask)
-msgid "Lightweight Task Manager"
+#. description(libvisio:libvisio-0_1-1)
+msgid "libvisio is a library for parsing the MS Visio file format structure. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux."
msgstr ""
-#. summary(lxpanel)
-msgid "Lightweight X11 desktop panel based on fbpanel"
+#. summary(libvisual:libvisual-devel)
+msgid "sound visualisation library"
msgstr ""
-#. summary(lightdm)
-msgid "Lightweight, Cross-desktop Display Manager"
-msgstr ""
-
-#. description(links)
+#. description(libvisual:libvisual-devel)
msgid ""
-"Links is like Lynx--an easy-to-use browser for HTML documents and other "
-"Internet services, like FTP, telnet, and news. Links provides a graphical "
-"interface besides the text interface. It has good support for frames, "
-"supports ssl, and has a little bit of JavaScript support."
+"Libvisual is a library that acts as a middle layer between applications that want audio visualisation and audio visualisation plugins.\n"
+"\n"
+"This library is used by amaroK for example."
msgstr ""
-#. description(linphone)
-msgid ""
-"Linphone is a Web phone with a GNOME interface. It lets you make two-party "
-"calls over IP networks such as the Internet. It uses the IETF protocols SIP "
-"(Session Initiation Protocol) and RTP (Realtime TransporT Protocol) to make "
-"calls, so it should be able to communicate with other SIP-based Web phones. "
-"With several codecs available, it can be used with high speed connections as "
-"well as 28k modems."
+#. summary(libvoikko:libvoikko1)
+msgid "Spellchecker and Hyphenator for Finnish Language"
msgstr ""
-#. summary(man-pages)
-msgid "Linux Manual Pages"
+#. description(libvoikko:libvoikko1)
+msgid "Voikko is a Finnish spellchecker and hyphenator based on Malaga and Suomi-Malaga."
msgstr ""
-#. summary(lxc)
-msgid "Linux containers implementation"
+#. summary(libvorbis:libvorbis-devel)
+msgid "Include Files and Libraries mandatory for Ogg Vorbis Development"
msgstr ""
-#. summary(linux-glibc-devel)
-msgid "Linux headers for userspace development"
-msgstr ""
+#. description(libvorbis:libvorbis-devel)
+#, fuzzy
+msgid "This package contains all necessary include files and libraries needed to compile and develop applications that use libvorbis."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(open-iscsi)
-msgid "Linux* Open-iSCSI Software Initiator"
-msgstr ""
+#. summary(Mesa:libwayland-egl-devel)
+#, fuzzy
+msgid "Development files for libwayland-egl1"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-lithuanian)
-msgid "Lithuanian Dictionary for MySpell"
+#. description(Mesa:libwayland-egl-devel)
+msgid "This package is required to link wayland client applications to the EGL implementation of Mesa."
msgstr ""
-#. summary(mcelog)
-msgid "Log Machine Check Events"
+#. summary(wbxml2:libwbxml2-0)
+#. summary(wbxml2:libwbxml2-devel)
+msgid "WBXML parser and compiler library"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-log)
-msgid "Log file pattern detector"
+#. description(wbxml2:libwbxml2-0)
+#. description(wbxml2:libwbxml2-devel)
+msgid "wbxml2 is a library that includes a WBXML parser and a WBXML compiler. Unlike wbxml, it does not depend on libxml2 but on expat, making it faster and more portable. WBXML Library contains a library and its associated tools to Parse, Encode and Handle WBXML documents. The WBXML (Wireless Binary XML) format is a binary representation of XML, and it has been defined by the Wap Forum."
msgstr ""
-#. description(log4j)
-msgid ""
-"Log4j is a tool to help the programmer output log statements to a variety of "
-"output targets."
-msgstr ""
+#. summary(libwebp:libwebp-devel)
+#, fuzzy
+msgid "Development files for libwebp, a library for the WebP format"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(meanwhile:meanwhile-devel)
-msgid "Lotus Sametime Community Client library"
-msgstr ""
+#. summary(libwebp:libwebpdecoder1)
+#, fuzzy
+msgid "Library for decoding WebP graphics format"
+msgstr "Aguardar por aplicativo kicker"
-#. description(loudmouth:loudmouth-devel)
-msgid ""
-"Loudmouth is a lightweight and easy-to-use C library for programming with "
-"the Jabber protocol. It's designed to be easy to get started with and yet "
-"extensible to let you do anything the Jabber protocol allows."
+#. summary(libwebp:libwebpdemux1)
+msgid "Library for extraction of data and images from WebP container files"
msgstr ""
-#. description(ltrace)
-msgid ""
-"Ltrace is a program that runs the specified command until it exits. It "
-"intercepts and records the dynamic library calls that are called by the "
-"executed process and the signals that are received by that process. It can "
-"also intercept and print the system calls executed by the program.\n"
-"\n"
-"The program to trace need not be recompiled for this, so you can use ltrace "
-"on binaries for which you do not have access to the source.\n"
-"\n"
-"This is still a work in progress, so, for example, the tracking to child "
-"processes may fail or some things may not work as expected."
+#. description(libwebp:libwebpdemux1)
+msgid "The WebP Demux API enables extraction of images and extended format data from WebP files. This API currently supports reading of XMP/EXIF metadata, ICC profile and animated images."
msgstr ""
-#. description(lua:lua-devel)
-msgid ""
-"Lua is a programming language originally designed for extending "
-"applications, but also frequently used as a general-purpose, stand-alone "
-"language.\n"
-"\n"
-"This package contains files needed for embedding lua into your application."
-msgstr ""
+#. summary(libwebp:libwebpmux1)
+#, fuzzy
+msgid "Library for reading/adding data to WebP container files"
+msgstr "Aguardar por aplicativo kicker"
-#. description(lv)
-msgid ""
-"Lv is a powerful, multilingual file viewer. Apparently, lv looks like less "
-"(1), a representative file viewer on UNIX, so UNIX people (and less people "
-"on other OSs) do not have to learn a burdensome new interface.\n"
-"\n"
-"Lv can decode and encode multilingual streams through many coding systems. "
-"Lv can be used as a coding system translation filter.\n"
-"\n"
-"Lv can recognize multibyte patterns as regular expressions, and provides "
-"multilingual grep (1) functionality under the name lgrep.\n"
-"\n"
-"Lv can recognize ANSI escape sequences for text decoration."
+#. description(libwebp:libwebpmux1)
+msgid "The WebP Mux API contains methods for adding data to and reading data from WebP files. This API currently supports XMP/EXIF metadata, ICC profile and animation."
msgstr ""
-#. summary(lxappearance-obconf)
-msgid "Lxappearance Plugin to Configure Openbox"
+#. summary(libwmf:libwmf-tools)
+msgid "Utilities for Displaying and Converting Metafile Images"
msgstr ""
-#. description(lxde-common)
-msgid ""
-"Lxde-common package provides a set of default configurations for LXDE. It's "
-"an LXDE core package, since without it LXDE cannot run."
+#. description(libwmf:libwmf-tools)
+msgid "These utilities read 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(lynx)
-msgid ""
-"Lynx is an easy-to-use browser for HTML documents and other Internet "
-"services like FTP, telnet, and news. Lynx is fast. It is purely text based "
-"and therefore makes it possible to use WWW resources on text terminals."
-msgstr ""
+#. summary(libwpd:libwpd-0_10-10)
+#, fuzzy
+msgid "Library for Importing WordPerfect (tm) Documents"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(metamail)
-msgid "MIME Mail Handler"
+#. description(libwpd:libwpd-0_10-10)
+msgid "libwpd is a general purpose library for reading or interpreting data from WordPerfect files. The library is not a stand-alone utility: it is designed to be used by another program (for example, a word processor) as an in-process component."
msgstr ""
-#. summary(myspell-dictionaries:myspell-macedonian)
-msgid "Macedonian Dictionary for MySpell"
-msgstr ""
+#. summary(libwpd:libwpd-devel)
+#, fuzzy
+msgid "Library for importing WordPerfect (tm) documents"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(mutt)
-msgid "Mail Program"
+#. description(libwpd:libwpd-devel)
+msgid "libwpd is a general purpose library for reading (or, interpreting data from) WordPerfect files. The library is not a stand-alone utility: it is designed to be used by another program (e.g.: a word processor) as an in-process component."
msgstr ""
-#. summary(mlmmj)
-msgid "Mail Server Independent Reimplementation of the EZMLM Mailing List"
+#. summary(libwpg:libwpg-0_3-3)
+msgid "Library to read and parse graphics in WordPerfect Graphics format"
msgstr ""
-#. description(texinfo:makeinfo)
-msgid ""
-"Makeinfo translates Texinfo source documentation to various other formats, "
-"by default Info files suitable for reading online with Emacs or standalone "
-"GNU Info."
+#. description(libwpg:libwpg-0_3-3)
+msgid "libwpg is a C++ library to read and parse graphics in WPG (WordPerfect Graphics) format."
msgstr ""
-#. summary(myspell-dictionaries:myspell-malagasy)
-msgid "Malagasy Dictionary for MySpell"
+#. summary(libwpg:libwpg-devel)
+msgid "Files for Developing with libwpg"
msgstr ""
-#. summary(myspell-dictionaries:myspell-malay)
-msgid "Malay Dictionary for MySpell"
+#. description(libwpg:libwpg-devel)
+msgid ""
+"libwpg is a C++ library to read and parse graphics in WPG (WordPerfect Graphics) format. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux.\n"
+"\n"
+"This package contains the libwpg development files."
msgstr ""
-#. summary(myspell-dictionaries:myspell-maory)
-msgid "Maory Dictionary for MySpell"
-msgstr ""
+#. summary(libwps:libwps-0_4-4)
+#, fuzzy
+msgid "Library for the Microsoft Works text and spreadsheet formats"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(myspell-dictionaries:myspell-marathi)
-msgid "Marathi Dictionary for MySpell"
+#. description(libwps:libwps-0_4-4)
+msgid "libwps is a library for importing the Microsoft Works word processor and spreadsheet file format."
msgstr ""
-#. summary(marble:marble-doc)
+#. summary(wv:libwv-1_2-3)
#, fuzzy
-msgid "Marble documentation"
-msgstr "Ajuda e Documentação de Suporte"
+msgid "Library for importing Microsoft Word documents"
+msgstr "Aguardar por aplicativo kicker"
-#. description(marble)
-msgid "Marble is a viewer of map data."
+#. description(wv:libwv-1_2-3)
+msgid "libwv can parse the Microsoft Word 8 binary file format (Office97)."
msgstr ""
-#. description(marble:marble-data)
-msgid "Marble is a viewer of map data. This package contains its data."
-msgstr ""
-
-#. description(marble:marble-doc)
+#. summary(wv2:libwv2-4)
#, fuzzy
-msgid ""
-"Marble is a viewer of map data. This package contains its documentation."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Library for Importing Microsoft Word (tm) Documents"
+msgstr "Aguardar por aplicativo kicker"
-#. description(mediastreamer2:mediastreamer2-devel)
-msgid ""
-"Mediastreamer2 is a GPL licensed library to make audio and video real-time "
-"streaming and processing. Written in pure C, it is based upon the ortp "
-"library.\n"
-"\n"
-"This package contains header files and development libraries needed to "
-"develop programs using the mediastreamer2 library."
+#. description(wv2:libwv2-4)
+msgid "The wv2 library is used to import Microsoft Word documents in koffice for example."
msgstr ""
-#. description(meld)
-msgid ""
-"Meld is a visual diff and merge tool. You can compare two or three files and "
-"edit them in place (diffs update dynamically). You can compare two or three "
-"folders and launch file comparisons. You can browse and view a working copy "
-"from popular version control systems such such as CVS, Subversion, Bazaar-ng "
-"and Mercurial."
+#. summary(wxWidgets:libwx_baseu-2_8-0-stl)
+#. summary(wxWidgets:libwx_baseu_net-2_8-0-stl)
+#. summary(wxWidgets:libwx_baseu_xml-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_adv-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_aui-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_core-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_gizmos-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_gl-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_html-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_media-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_qa-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_richtext-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_stc-2_8-0-stl)
+#. summary(wxWidgets:libwx_gtk2u_xrc-2_8-0-stl)
+msgid "wxWidgets Library"
msgstr ""
-#. description(mercurial)
+#. description(wxWidgets:libwx_baseu-2_8-0-stl)
+#. description(wxWidgets:libwx_baseu_net-2_8-0-stl)
+#. description(wxWidgets:libwx_baseu_xml-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_adv-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_aui-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_core-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_gizmos-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_gl-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_html-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_media-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_qa-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_richtext-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_stc-2_8-0-stl)
+#. description(wxWidgets:libwx_gtk2u_xrc-2_8-0-stl)
msgid ""
-"Mercurial is a fast, lightweight source control management system designed "
-"for efficient handling of very large distributed projects."
-msgstr ""
-
-#. description(Mesa:Mesa-libGL-devel)
-msgid ""
-"Mesa is a software library for 3D computer graphics that provides a generic "
-"OpenGL implementation for rendering three-dimensional graphics.\n"
+"Library for the wxWidgets cross-platform GUI.\n"
"\n"
-"This package includes headers and static libraries for compiling programs "
-"with Mesa."
+"API version: 2.8 ABI variant: STL API with Unicode support"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-apparmor_opt)
+#. summary(libxcb:libxcb-devel)
#, fuzzy
-msgid "Meta package for pattern apparmor_opt"
+msgid "Development files for the X11 protocol C library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(patterns-openSUSE:patterns-openSUSE-books)
-#, fuzzy
-msgid "Meta package for pattern books"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxcb:libxcb-devel)
+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"
+"This package contains the development headers for the library found in libxcb1."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-console)
+#. summary(libxcb:libxcb-res0)
#, fuzzy
-msgid "Meta package for pattern console"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "X11 Resource Extension C library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_C_C++)
+#. summary(libxcb:libxcb-screensaver0)
#, fuzzy
-msgid "Meta package for pattern devel_C_C++"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "X11 ScreenSaver Extension C library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_basis)
-#, fuzzy
-msgid "Meta package for pattern devel_basis"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxcb:libxcb-screensaver0)
+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"
+"The X Window System provides support for changing the image on a display screen after a user-settable period of inactivity to avoid burning the cathode ray tube phosphors. This extension allows an external \"screen saver\" client to detect when the alternate image is to be displayed and to provide the graphics."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_gnome)
+#. summary(libxcb:libxcb-xevie0)
#, fuzzy
-msgid "Meta package for pattern devel_gnome"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "X11 Xevie Extension C library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_ide)
-#, fuzzy
-msgid "Meta package for pattern devel_ide"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxcb:libxcb-xevie0)
+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"
+"The EvIE (Event Interception Extension) allows for clients to be able to intercept all events coming through the server and then decide what to do with them, including being able to modify or discard events."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_java)
+#. summary(libxcb:libxcb-xinerama0)
#, fuzzy
-msgid "Meta package for pattern devel_java"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "X11 Xinerama Extension C library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_kde)
-#, fuzzy
-msgid "Meta package for pattern devel_kde"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxcb:libxcb-xinerama0)
+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"
+"Xinerama is an extension to the X Window System which enables multi-headed X applications and window managers to use two or more physical displays as one large virtual display."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_kernel)
+#. summary(libxcb:libxcb-xprint0)
#, fuzzy
-msgid "Meta package for pattern devel_kernel"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "X11 XPrint Extension C library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_mono)
-#, fuzzy
-msgid "Meta package for pattern devel_mono"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxcb:libxcb-xprint0)
+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"
+"libxcb-xprint provides APIs to allow client applications to render to non-display devices."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_perl)
+#. summary(libxcb:libxcb-xtest0)
#, fuzzy
-msgid "Meta package for pattern devel_perl"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "X11 XTEST Extension C library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_python)
-#, fuzzy
-msgid "Meta package for pattern devel_python"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxcb:libxcb-xtest0)
+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"
+"The XTEST extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention. This extension is not intended to support general journaling and playback of user actions."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_qt4)
+#. summary(libxcb:libxcb-xvmc0)
#, fuzzy
-msgid "Meta package for pattern devel_qt4"
+msgid "X11 Video Motion Compensation Extension C library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_rpm_build)
-#, fuzzy
-msgid "Meta package for pattern devel_rpm_build"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxcb:libxcb-xvmc0)
+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"
+"X-Video Motion Compensation (XvMC), is an extension of the X video extension (Xv) for the X Window System. The XvMC API allows video programs to offload portions of the video decoding process to the GPU video-hardware."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_ruby)
+#. summary(xfce4-panel:libxfce4panel-1_0-4)
+#. summary(xfce4-panel:libxfce4panel-2_0-4)
#, fuzzy
-msgid "Meta package for pattern devel_ruby"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Xfce Panel Shared Library"
+msgstr "Desempenho"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_tcl)
+#. description(xfce4-panel:libxfce4panel-1_0-4)
#, fuzzy
-msgid "Meta package for pattern devel_tcl"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains GTK 2 variant of the xfce4-panel shared library."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(patterns-openSUSE:patterns-openSUSE-devel_web)
+#. description(xfce4-panel:libxfce4panel-2_0-4)
#, fuzzy
-msgid "Meta package for pattern devel_web"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains GTK 3 variant of the xfce4-panel shared library."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(patterns-openSUSE:patterns-openSUSE-dhcp_dns_server)
+#. summary(libxfce4ui:libxfce4ui-1-0)
+#. summary(libxfce4ui:libxfce4ui-2-0)
#, fuzzy
-msgid "Meta package for pattern dhcp_dns_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Widgets Library for the Xfce Desktop Environment"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(patterns-openSUSE:patterns-openSUSE-directory_server)
-#, fuzzy
-msgid "Meta package for pattern directory_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxfce4ui:libxfce4ui-1-0)
+msgid "The libxfce4ui library provides a number of widgets commonly used by Xfce applications. This package provides the GTK 2 variant of libxfce4ui."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-enhanced_base_opt)
-#, fuzzy
-msgid "Meta package for pattern enhanced_base_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libxfce4ui:libxfce4ui-2-0)
+msgid "The libxfce4ui library provides a number of widgets commonly used by Xfce applications. This package provides the GTK 3 variant of libxfce4ui."
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-file_server)
-#, fuzzy
-msgid "Meta package for pattern file_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(libxfce4ui:libxfce4ui-tools)
+msgid "Tools from libxfce4ui"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-fonts_opt)
+#. description(libxfce4ui:libxfce4ui-tools)
#, fuzzy
-msgid "Meta package for pattern fonts_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package provides tools from libxfce4ui."
+msgstr "O pacote não está assinalado"
-#. summary(patterns-openSUSE:patterns-openSUSE-gateway_server)
+#. summary(libxfce4util:libxfce4util7)
#, fuzzy
-msgid "Meta package for pattern gateway_server"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Utility Library for the Xfce Desktop Environment"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_admin)
+#. description(libxfce4util:libxfce4util7)
#, fuzzy
-msgid "Meta package for pattern gnome_admin"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "libxfce4util is a general-purpose utility library with core application support for the Xfce Desktop Environment."
+msgstr "Ambiente de Trabalho KDE"
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_basis_opt)
+#. summary(xfconf:libxfconf-0-2)
#, fuzzy
-msgid "Meta package for pattern gnome_basis_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "xfconf Shared Library"
+msgstr "Desempenho"
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_ide)
+#. description(xfconf:libxfconf-0-2)
#, fuzzy
-msgid "Meta package for pattern gnome_ide"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains the xfconf shared library."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_imaging_opt)
-#, fuzzy
-msgid "Meta package for pattern gnome_imaging_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(xfce4-session:libxfsm-4_6-0)
+msgid "Shared Library for xfce4-session Splash Screen Engines"
+msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_multimedia_opt)
+#. description(xfce4-session:libxfsm-4_6-0)
#, fuzzy
-msgid "Meta package for pattern gnome_multimedia_opt"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains the shared library for xfce4-session splash screen engines."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(metamail)
-msgid ""
-"Metamail is required for reading multimedia mail messages (such as those "
-"using the Andrew toolkit) with elm."
+#. summary(xine-lib:libxine-devel)
+msgid "Development environment for xine-based media players"
msgstr ""
-#. summary(myspell-dictionaries:myspell-mexican)
-msgid "Mexican Dictionary for MySpell"
-msgstr ""
-
-#. summary(mgetty)
-msgid "Mgetty Listens for Data, Fax, or Voice Calls on a Serial Line"
-msgstr ""
-
-#. description(mxml)
+#. description(xine-lib:libxine-devel)
msgid ""
-"Mini-XML is a small XML parsing library that you can use to read XML and XML-"
-"like data files in your application without requiring large nonstandard "
-"libraries.\n"
+"This package contains all necessary include files, libraries and configuration files needed to compile applications that use the xine media player.\n"
"\n"
-"This package holds the commandline tools for mxml."
-msgstr ""
-
-#. description(mlterm)
-msgid ""
-"Mlterm is a multilingual terminal emulator for the X Window System.\n"
+"xine is a video player which supports a large number of file formats (i.e., VCD, MPEG2) using plug-ins. Several plug-ins are included. Others can be post-installed. Supports stereo sound using OSS and AC5.1 using Alsa.\n"
"\n"
-"Multilingual features:\n"
+" This version of xine may lack certain features because of legal requirements (potential patent violation). See also http://www.opensuse.org/XINE#Legal_Matters\n"
"\n"
-"supported charsets: US_ASCII, ISO8859[1-11], ISO8859[13-16], TCVN5712, "
-"VISCII, KOI8_R, KOI8_U, JISX0201, JISX0208, JISX0212, JISX0213, GB2312, GBK, "
-"KSC5601, UHC, CNS11643-N, Big5, UCS2(4)\n"
-"\n"
-"supported encodings: ISO-8859-[1-11], ISO-8859- [13-16], TCVN5612, VISCII, "
-"KOI8_R, KOI8_U, EUC-JP, EUC-JISX0213, ISO-2022-JP [1, 2, 3], Shift_JIS, "
-"Shift_JISX0213, EUC-KR, UHC, JOHAB, ISO-2022-KR, ISO-2022-CN, GB2312(EUC-"
-"CN), GBK, GB18030, EUC-TW, Big5, Hz, UTF-8\n"
-"\n"
-"character composition: TIS620, TCVN5712, JISX0213, UNICODE\n"
-"\n"
-"Multiple xims are also supported and you can dynamically change various "
-"xims.\n"
-"\n"
-"Other features:\n"
-"\n"
-"* scroll by wheel mouse\n"
-"\n"
-"* antialias font (requires Xft and Xrender extensions)\n"
-"\n"
-"* proportional font\n"
-"\n"
-"* transparent background\n"
-"\n"
-"* background image (requires Imlib)\n"
-"\n"
-"* multiple pty windows\n"
-"\n"
-"* scrollbar plug-in API (unstable)"
+" More information about xine plug-ins can be found at http://www.xine-project.org/home"
msgstr ""
-#. description(mmv)
-msgid ""
-"Mmv moves (or copies, appends, or links, as specified) each source file "
-"matching a from pattern to the target name specified by the to pattern. "
-"This multiple action is performed safely, i.e. without any unexpected "
-"deletion of files due to collisions of target names with existing filenames "
-"or with other target names. Furthermore, before doing anything, mmv attempts "
-"to detect any errors that would result from the entire set of actions "
-"specified and gives the user the choice of either proceeding by avoiding the "
-"offending parts or aborting."
+#. summary(xine-lib:libxine2)
+msgid "Video Player with Plug-Ins"
msgstr ""
-#. summary(monapo-fonts)
-msgid "Monapo Japanese Truetype font"
+#. description(xine-lib:libxine2)
+msgid ""
+"xine is a video player with a graphical front-end that supports a large number of file formats (VCD and MPEG2, for example) using plug-ins. Several plug-ins are included. Others can be installed after xine installation. xine supports stereo sound using OSS and AC5.1 using Alsa.\n"
+"\n"
+" This version of xine may lack certain features because of legal requirements (potential patent violation). See also http://www.opensuse.org/XINE#Legal_Matters\n"
+"\n"
+" More information about xine plug-ins can be found at http://www.xine-project.org/home"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-bgpstate)
-msgid "Monitor BGP sessions"
+#. summary(xine-lib:libxine2-pulse)
+msgid "Pulseaudio plugin for xine"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-breeze)
-msgid "Monitor Breezecom wireless equipment"
+#. description(xine-lib:libxine2-pulse)
+msgid "libxine sound output plugin for the pulseaudio soundserver"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-ifoperstatus)
-msgid "Monitor network interfaces"
-msgstr ""
+#. summary(libxkbcommon:libxkbcommon-devel)
+#, fuzzy
+msgid "Development files for the libxkbcommon library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-ifstatus)
-msgid "Monitor operational status network interfaces"
-msgstr ""
-
-#. description(nagios-plugins:nagios-plugins-ircd)
+#. description(libxkbcommon:libxkbcommon-devel)
msgid ""
-"Monitor the status of an Internet Relay Chat daemon (IRCd) with this check."
+"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. Unfortunately, X11's requirements mean this is not actually usable for the X server, but it should be perfectly usable for client toolkits, as well as alternative windowing systems, compositors and system-level clients such as Wayland and kmscon.\n"
+"\n"
+"This package contains the development headers for the library found in libxkbcommon."
msgstr ""
-#. summary(mono-addins)
-msgid "Mono Addins Framework"
-msgstr ""
-
-#. summary(mono-debugger)
+#. summary(libxkbfile:libxkbfile-devel)
#, fuzzy
-msgid "Mono Debugger"
-msgstr "Desenvolvimento Mono"
-
-#. summary(mono-qt4)
-#, fuzzy
-msgid "Mono Qt4 kdebindings library"
-msgstr "O pacote não está assinalado"
-
-#. summary(mono-core:mono-devel)
-#, fuzzy
-msgid "Mono development tools"
-msgstr "Desenvolvimento Mono"
-
-#. summary(mono-core:mono-mvc)
-#, fuzzy
-msgid "Mono implementation of ASP"
+msgid "Development files for the X11 keyboard file manipulation library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(mono-core:mono-wcf)
-msgid "Mono implementation of WCF, Windows Communication Foundation"
+#. description(libxkbfile:libxkbfile-devel)
+msgid ""
+"libxkbfile is used by the X servers and utilities to parse the XKB configuration data files.\n"
+"\n"
+"This package contains the development headers for the library found in libxkbfile1."
msgstr ""
-#. summary(mono-core:mono-winfxcore)
+#. summary(libxkbui:libxkbui-devel)
#, fuzzy
-msgid "Mono implementation of core WinFX APIs"
+msgid "Development files for the X11 keyboard UI presentation library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(mono-basic)
-msgid "Mono's VB Runtime"
+#. description(libxkbui:libxkbui-devel)
+msgid ""
+"libxkbui provides an interface to easily present XKB layouts as graphical widgets.\n"
+"\n"
+"This package contains the development headers for the library found in libxkbui1."
msgstr ""
-#. summary(mono-core:mono-winforms)
-msgid "Mono's Windows Forms implementation"
+#. summary(libxkbui:libxkbui1)
+msgid "X11 keyboard UI presentation library"
msgstr ""
-#. description(mono-addins)
-msgid ""
-"Mono.Addins is a generic framework for creating extensible applications, and "
-"for creating libraries which extend those applications."
+#. description(libxkbui:libxkbui1)
+msgid "libxkbui provides an interface to easily present XKB layouts as graphical widgets."
msgstr ""
-#. description(mono-zeroconf)
-msgid ""
-"Mono.Zeroconf is a cross platform Zero Configuration Networking library for "
-"Mono and .NET. It provides a unified API for performing the most common "
-"zeroconf operations on a variety of platforms and subsystems: all the "
-"operating systems supported by Mono and both the Avahi and Bonjour/"
-"mDNSResponder transports."
-msgstr ""
-
-#. summary(mono-core:monodoc-core)
+#. summary(libxml++:libxml++-2_6-2)
#, fuzzy
-msgid "Monodoc - Documentation tools for C# code"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "C++ Interface for XML Files"
+msgstr "Interface a ser selecionada na inicialização:"
-#. description(mono-core:monodoc-core)
-#, fuzzy
-msgid "Monodoc-core contains documentation tools for C#."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. summary(paratype-pt-mono-fonts)
-msgid "Monospaced Fonts for Minority Languages of Russia"
+#. description(libxml++:libxml++-2_6-2)
+msgid "libXML++ provides a C++ interface for XML files. It presently uses libxml2 to access the XML files."
msgstr ""
-#. summary(motif:libXm4)
+#. summary(libxml++:libxml++-devel)
#, fuzzy
-msgid "Motif runtime library"
-msgstr "Notificações"
+msgid "C++ Interface for XML Files -- Development Files"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(mmv)
-msgid "Move/Copy/Append/Link Multiple Files by Wildcard Patterns"
+#. summary(xmms2:libxmmsclient-glib1)
+msgid "Glib client library for xmms2"
msgstr ""
-#. summary(mozc)
-msgid "Mozc - Japanese Input Method for Chromium OS, Mac and Linux"
+#. description(xmms2:libxmmsclient-glib1)
+msgid "A simple Glib client library for XMMS2"
msgstr ""
-#. description(mozc)
-msgid ""
-"Mozc is a Japanese Input Method Editor (IME) designed for multi-platform "
-"such as Chromium OS, Mac and Linux. This open-source project originates from "
-"Google Japanese Input."
-msgstr ""
+#. summary(xmms2:libxmmsclient6)
+#, fuzzy
+msgid "Client library for xmms2"
+msgstr "Criando banco de dados de recursos"
-#. description(MozillaThunderbird)
-msgid ""
-"Mozilla Thunderbird is a redesign of the Mozilla Mail component. It is "
-"written using the XUL user interface language and designed to be cross-"
-"platform. It is a stand-alone application instead of part of the Mozilla "
-"application suite."
+#. description(xmms2:libxmmsclient6)
+msgid "A simple client library for XMMS2"
msgstr ""
-#. description(mtr)
+#. summary(libxshmfence:libxshmfence-devel)
+#, fuzzy
+msgid "Development files for the X Shm-Fence library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libxshmfence:libxshmfence-devel)
+#, fuzzy
msgid ""
-"Mtr is a network diagnostic tool that combines Ping and Traceroute into one "
-"program. This package contains the mtr version with an ncurses interface, in "
-"other words, the text mode version is usable in a shell (telnet or SSH "
-"session, for example).\n"
+"This is a tiny library that exposes a event API on top of Linux futexes.\n"
"\n"
-"Find the graphical version in the mtr-gtk package."
-msgstr ""
+"This package contains the development headers for the library found in libxshmfence."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(mlterm)
+#. summary(libxslt-python)
#, fuzzy
-msgid "Multilingual Terminal Emulator for X"
-msgstr "Emulador de Terminal Multilíngüe"
+msgid "Python Bindings for libxslt"
+msgstr "O pacote não está assinalado"
-#. description(mysql-connector-java)
+#. description(libxslt-python)
msgid ""
-"MySQL Connector/J is a native Java driver that converts JDBC (Java Database "
-"Connectivity) calls into the network protocol used by the MySQL database. It "
-"lets developers working with the Java programming language easily build "
-"programs and applets that interact with MySQL and connect all corporate "
-"data, even in a heterogeneous environment. MySQL Connector/J is a Type IV "
-"JDBC driver and has a complete JDBC feature set that supports the "
-"capabilities of MySQL."
-msgstr ""
-
-#. description(igerman98:myspell-austrian)
-msgid ""
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
-
-#. description(nasm)
-msgid ""
-"NASM is a prototype general-purpose x86 assembler. It can currently output "
-"several binary formats, including ELF, a.out, Win32, and OS/2.\n"
+"The libxslt-python package contains a module that permits applications written in the Python programming language to use the interface supplied by the libxslt library to apply XSLT transformations.\n"
"\n"
-"Read the licence agreement in /usr/share/doc/packages/nasm/Licence."
+"This library allows parsing stylesheets. It uses the libxml2-python to load and save XML and HTML files. Direct access to XPath and the XSLT transformation context are possible. Thus it is possible to extend the XSLT language with XPath functions written in Python."
msgstr ""
-#. summary(mono-core:mono-nunit)
-msgid "NUnit Testing Framework"
+#. summary(libxslt:libxslt-tools)
+msgid "Extended Stylesheet Language (XSL) Transformation utilities"
msgstr ""
-#. description(mono-core:mono-nunit)
-msgid ""
-"NUnit is a unit-testing framework for all .Net languages. Initially ported "
-"from JUnit, the current release, version 2.2, is the fourth major release "
-"of this Unit based unit testing tool for Microsoft .NET. It is written "
-"entirely in C# and has been completely redesigned to take advantage of "
-"many .NET language\t\t features, for example custom attributes and other "
-"reflection related capabilities. NUnit brings xUnit to all .NET languages."
-msgstr ""
+#. description(libxslt:libxslt-tools)
+#, fuzzy
+msgid "This package contains xsltproc, a command line interface to the XSLT engine."
+msgstr "Use este botão para iniciar o YaST para configuração permanente."
-#. description(nagios-plugins)
-msgid ""
-"Nagios is a program that will monitor hosts and services on your network, "
-"and to email or page you when a problem arises or is resolved. Nagios runs "
-"on a unix server as a background or daemon process, intermittently running "
-"checks on various services that you specify.\n"
-"\n"
-"The actual service checks are performed by separate \"plugin\" programs "
-"which return the status of the checks to Nagios.\n"
-"\n"
-"This package contains those plugins."
+#. summary(libyajl:libyajl2)
+msgid "Yet Another JSON Library"
msgstr ""
-#. description(nagios:nagios-www)
-msgid ""
-"Nagios is a program that will monitor hosts and services on your network. It "
-"has the ability to email or page you when a problem arises and when a "
-"problem is resolved. Nagios is written in C and is designed to run under "
-"Linux (and some other *NIX variants) as a background process, intermittently "
-"running checks on various services that you specify.\n"
-"\n"
-"Several CGI programs are included with Nagios in order to allow you to view "
-"the current service status, problem history, notification history, and log "
-"file via the web. This package provides the HTML and CGI files for the "
-"Nagios web interface. In addition, HTML documentation is included in this "
-"package."
+#. description(libyajl:libyajl2)
+msgid "YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator."
msgstr ""
-#. description(nagios)
-msgid ""
-"Nagios is a program that will monitor hosts and services on your network. It "
-"has the ability to email or page you when a problem arises and when a "
-"problem is resolved. Nagios is written in C and is designed to run under "
-"Linux (and some other *NIX variants) as a background process, intermittently "
-"running checks on various services that you specify.\n"
-"\n"
-"The actual service checks are performed by separate \"plugin\" programs "
-"which return the status of the checks to Nagios. The plugins are available "
-"at http://sourceforge.net/projects/nagiosplug\n"
-"\n"
-"This package provides core programs for Nagios. The web interface, "
-"documentation, and development files are built as separate packages"
+#. summary(yaz:libyaz-devel)
+#. summary(yaz:libyaz5)
+msgid "Z39"
msgstr ""
-#. summary(nanum-fonts:nanum-gothic-coding-fonts)
-msgid "Nanum Gothic Coding Korean TrueType Fonts"
+#. description(yaz:libyaz-devel)
+#. description(yaz:libyaz5)
+msgid "YAZ is a C library for developing client and server applications using the ANSI/NISO Z39.50 protocol for Information Retrieval."
msgstr ""
-#. summary(nanum-fonts)
-msgid "Nanum Korean TrueType Fonts"
-msgstr ""
-
-#. summary(ndesk-dbus-glib)
+#. summary(libyui-qt-graph:libyui-qt-graph7)
#, fuzzy
-msgid "Ndesk-dbus-glib provides glib integration for NDesk.DBus"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Libyui - Qt Graph Widget"
+msgstr "OpenOffice.Org Quickstarter"
-#. description(ndesk-dbus-glib)
+#. description(libyui-qt-graph:libyui-qt-graph7)
#, fuzzy
-msgid "Ndesk-dbus-glibl provides glib integration for NDesk.DBus"
+msgid "This package contains the Qt graph component for libYUI."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(nemiver)
-msgid "Nemiver graphical debugger"
+#. summary(zeitgeist:libzeitgeist-2_0-0)
+msgid "Client library for interacting with the Zeitgeist daemon"
msgstr ""
-#. description(nemiver)
-msgid ""
-"Nemiver is a standalone graphical debugger that integrates well in the GNOME "
-"desktop environment. It currently features a backend which uses the well "
-"known GNU Debugger gdb to debug C / C++ programs."
+#. description(zeitgeist:libzeitgeist-2_0-0)
+msgid "Libzeitgeist is a client library for interacting with the Zeitgeist daemon."
msgstr ""
-#. description(net-snmp:net-snmp-devel)
+#. summary(libzhuyin:libzhuyin-data)
+#, fuzzy
+msgid "Data files for libzhuyin"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libzhuyin:libzhuyin-data)
msgid ""
-"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and "
-"SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
+"The libzhuyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods.\n"
"\n"
-"* An extensible agent for responding to SNMP queries including built-in "
-"support for a wide range of MIB information modules\n"
-"* Command-line applications to retrieve and manipulate information from "
-"SNMP-capable devices\n"
-"* A daemon application for receiving SNMP notifications\n"
-"* A library for developing new SNMP applications, with C and Perl APIs\n"
-"* A graphical MIB browser.\n"
-"\n"
-"This package holds the development headers, libraries and API documentation "
-"from the net-snmp package."
+"This package provides the data files used by libzhuyin to be functional."
msgstr ""
-#. description(net-snmp)
+#. summary(libzhuyin:libzhuyin7)
+#, fuzzy
+msgid "Runtime libraries for libzhuyin"
+msgstr "Criando banco de dados de recursos"
+
+#. description(libzhuyin:libzhuyin7)
msgid ""
-"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and "
-"SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
+"The libzhuyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods.\n"
"\n"
-"- An extensible agent for responding to SNMP queries including built-in "
-"support for a wide range of MIB information modules\n"
-"- Command-line applications to retrieve and manipulate information from "
-"SNMP-capable devices\n"
-"- A daemon application for receiving SNMP notifications\n"
-"- A library for developing new SNMP applications, with C and Perl APIs\n"
-"- A graphical MIB browser.\n"
-"\n"
-"This package was originally based on the CMU 2.1.2.1 snmp code. It was "
-"renamed from cmu-snmp to ucd-snmp in 1995 and later renamed from ucd-snmp to "
-"net-snmp in November 2000."
+"This package provides the runtime libraries for libzhuyin."
msgstr ""
-#. summary(mozilla-nspr:mozilla-nspr-devel)
-msgid "Netscape Portable Runtime development files"
-msgstr ""
+#. summary(zinnia:libzinnia0)
+#, fuzzy
+msgid "Shared library for zinnia"
+msgstr "Criando banco de dados de recursos"
-#. summary(nasm)
-msgid "Netwide Assembler (An x86 Assembler)"
-msgstr ""
+#. description(zinnia:libzinnia0)
+#, fuzzy
+msgid "This package contains shared libraries used by zinnia."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(mozilla-nss:mozilla-nss-devel)
-msgid "Network (Netscape) Security Services development files"
+#. description(libzip:libzip-devel)
+msgid "libzip is a C library for reading, creating, and modifying zip archives. This package contains devel files."
msgstr ""
-#. summary(nbd)
-msgid "Network Block Device Server and Client Utilities"
-msgstr ""
+#. summary(zvbi:libzvbi0)
+#, fuzzy
+msgid "VBI Decoding Library"
+msgstr "Novell e Linux"
-#. summary(nkf)
-msgid "Network Kanji Code Conversion Filter"
-msgstr ""
-
-#. summary(nxtvepg)
-msgid "Nextview EPG Decoder and Browser"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-spanish-nicaraguan)
-msgid "Nicaraguan Spanish Dictionary for MySpell"
-msgstr ""
-
-#. description(nkf)
+#. description(zvbi:libzvbi0)
msgid ""
-"Nkf is a yet another Kanji code converter among networks, hosts, and "
-"terminals. It converts input Kanji code to designated Kanji code, such as 7-"
-"bit JIS, MS-kanji (shifted-JIS) or EUC.\n"
+"VBI stands for Vertical Blanking Interval, a gap between the image data transmitted in an analog video signal. This gap is used to transmit AM modulated data for various data services like Teletext and Closed Caption.\n"
"\n"
-"One of the most unique facility of nkf is the guess of the input kanji "
-"code. It currently recognizes 7-bit JIS, MS-kanji (shifted-JIS), and EUC. "
-"So users do not need the input Kanji code specification.\n"
-"\n"
-"By default, X0201 kana is converted into X0208 kana. For X0201 kana, SO/"
-"SI, SSO and ESC-(-I methods are supported. For automatic code detection, "
-"nkf assumes no X0201 kana in MS-Kanji. To accept X0201 in MS-Kanji, use -X, -"
-"x, or -S."
+"The zvbi library provides routines to read from raw VBI sampling devices, to demodulate raw to sliced VBI data, and to interpret the data of several popular services."
msgstr ""
-#. description(nmap)
-msgid ""
-"Nmap is designed to allow system administrators and curious individuals to "
-"scan large networks to determine which hosts are up and what services they "
-"are offering. XNmap is a graphical front-end that shows nmap's output "
-"clearly.\n"
-"\n"
-"Find documentation in /usr/share/doc/packages/nmap"
+#. summary(lightdm)
+msgid "Lightweight, Cross-desktop Display Manager"
msgstr ""
-#. summary(myspell-dictionaries:myspell-sotho-northern)
-msgid "Northern Sotho Dictionary for MySpell"
+#. description(lightdm)
+msgid "LightDM is a lightweight, cross-desktop display manager. Its main features are a well-defined greeter API allowing multiple GUIs, support for all display manager use cases, with plugins where appropriate, low code complexity, and fast performance. Due to its cross-platform nature greeters can be written in several toolkits such as Qt and GTK."
msgstr ""
-#. summary(myspell-dictionaries:myspell-norsk-bokmaal)
-msgid "Norwegian Bokmaal Dictionary for MySpell"
+#. summary(lightdm-gtk-greeter)
+msgid "Simple display manager (GTK+ greeter)"
msgstr ""
-#. summary(myspell-dictionaries:myspell-norsk-nynorsk)
-msgid "Norwegian Nynorsk Dictionary for MySpell"
+#. description(lightdm-gtk-greeter)
+msgid "A LightDM greeter that uses the GTK+ toolkit. This is the reference implementation of a LightDM greeter based on the Gtk toolkit."
msgstr ""
-#. description(ocfs2-tools)
-msgid ""
-"OCFS2 is the Oracle Cluster File System.\n"
-"\n"
-"This package contains the core user-space tools needed for creating and "
-"managing the file system."
+#. summary(lilo)
+msgid "The Linux Loader, a Boot Menu"
msgstr ""
-#. description(opie)
+#. description(lilo)
msgid ""
-"OPIE stands for One-time Passwords In Everything. One-time passwords can be "
-"used to foil password sniffers because they cannot be reused by the "
-"attacker.\n"
+"LILO boots Linux from your hard drive. It can also boot other operating systems, such as MS-DOS and OS/2, and can even boot DOS from the second hard drive. The configuration file is /etc/lilo.conf.\n"
"\n"
-"This package provides a PAM module and several utility programs that let you "
-"use one-time passwords for authentication."
-msgstr ""
-
-#. description(oprofile)
-msgid ""
-"OProfile is a system-wide profiler for Linux systems, capable of profiling "
-"all running code at low overhead. OProfile is released under the GNU GPL.\n"
+"The PowerPC variant can be used on new PowerMacs and CHRP machines.\n"
"\n"
-"It consists of a kernel module and a daemon for collecting sample data, and "
-"several post-profiling tools for turning data into information.\n"
-"\n"
-"OProfile leverages the CPU hardware performance counters to enable profiling "
-"of a wide variety of interesting statistics, which can also be used for "
-"basic time-spent profiling. All code is profiled: hardware and software "
-"interrupt handlers, kernel modules, the kernel, shared libraries, and "
-"applications (the only exception being the oprofile interrupt handler "
-"itself).\n"
-"\n"
-"OProfile is currently in alpha status; however it has proven stable over a "
-"large number of differing configurations. As always, there is no warranty.\n"
-"\n"
-"This is the package containing the userspace tools."
+"The ix86 variant comes with Memtest86, offering an image that can be booted to perform a memory test."
msgstr ""
-#. description(orbit2)
-msgid ""
-"ORBit is a high-performance CORBA (Common Object Request Broker "
-"Architecture) ORB (Object Request Broker). It allows programs to send "
-"requests and receive replies from other programs, regardless of the "
-"locations of the two programs. CORBA is an architecture that enables "
-"communication between program objects, regardless of the programming "
-"language they are written in or the operating system they run on.\n"
-"\n"
-"You will need to install this package if you want to run programs that use "
-"the CORBA technology ORBit implementation."
+#. summary(link-grammar)
+msgid "An English grammar checker"
msgstr ""
-#. description(orbit2:orbit2-devel)
-msgid ""
-"ORBit is a high-performance CORBA (Common Object Request Broker "
-"Architecture) ORB (object request broker). It allows programs to send "
-"requests and receive replies from other programs, regardless of the "
-"locations of the two programs. CORBA is an architecture that enables "
-"communication between program objects, regardless of the programming "
-"language they are written in or the operating system they run on.\n"
-"\n"
-"You will need to install this package if you want to run programs that use "
-"the ORBit implementation of the CORBA technology."
+#. description(link-grammar)
+msgid "The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a \"constituent\" (Penn tree-bank style phrase tree) representation of a sentence (showing noun phrases, verb phrases, etc.)."
msgstr ""
-#. description(lxappearance-obconf)
-msgid ""
-"ObConf is a program used to configure OpenBox window manager developed by "
-"Dana Jansens, Tim Riley, and Javeed Shaikh. LXAppearance is a tool used to "
-"configure look and feels of the desktop written by Hong Jen Yee for LXDE "
-"project. This plugin is derived from ObConf as an attempt to integrate "
-"obconf with LXAppearance to provide a better user experience. Most of the "
-"source code are taken from ObConf written by its authors with some "
-"modifications added by LXAppearance developers to make it a plugin."
+#. summary(links)
+msgid "Text-Based WWW Browser"
msgstr ""
-#. description(ocaml)
-msgid ""
-"Objective Caml is a high-level, strongly-typed, functional and object-"
-"oriented programming language from the ML family of languages.\n"
-"\n"
-"This package comprises two batch compilers (a fast bytecode compiler and an "
-"optimizing native-code compiler), an interactive top level system, Lex&Yacc "
-"tools, a replay debugger, and a comprehensive library."
+#. description(links)
+msgid "Links is like Lynx--an easy-to-use browser for HTML documents and other Internet services, like FTP, telnet, and news. Links provides a graphical interface besides the text interface. It has good support for frames, supports ssl, and has a little bit of JavaScript support."
msgstr ""
-#. description(ocaml:ocaml-compiler-libs)
-msgid ""
-"Objective Caml is a high-level, strongly-typed, functional and object-"
-"oriented programming language from the ML family of languages.\n"
-"\n"
-"This package contains several modules used internally by the OCaml "
-"compilers. They are not needed for normal OCaml development, but may be "
-"helpful in the development of certain applications."
-msgstr ""
+#. summary(lirc:lirc-devel)
+#, fuzzy
+msgid "LIRC development files"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. description(ocaml:ocaml-runtime)
-msgid ""
-"Objective Caml is a high-level, strongly-typed, functional and object-"
-"oriented programming language from the ML family of languages.\n"
-"\n"
-"This package contains the runtime environment needed to run Objective Caml "
-"bytecode."
+#. description(lirc:lirc-devel)
+msgid "LIRC is a package that supports receiving and sending IR signals with the most common IR remote controls. It contains a daemon that decodes and sends IR signals, a mouse daemon that translates IR signals to mouse movements, and a couple of user programs that allow you to control your computer with a remote control."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-dns)
-msgid "Obtain the IP address for a given host/domain"
+#. summary(listres)
+msgid "Utility to list X resources in widgets"
msgstr ""
-#. summary(ocaml-facile)
-msgid "Ocaml Constraint Programming Library"
+#. description(listres)
+msgid "The listres program generates a list of X resources for a widget in an X client written using a toolkit based on libXt."
msgstr ""
-#. summary(myspell-dictionaries:myspell-occitan-lengadocian)
-msgid "Occitan Lengadocian Dictionary for MySpell"
-msgstr ""
+#. summary(lmdb:lmdb-devel)
+#, fuzzy
+msgid "Development package for lmdb"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(mysql-connector-java)
-msgid "Official JDBC Driver for MySQL"
+#. description(lmdb:lmdb-devel)
+msgid ""
+"LMDB is a Btree-based database management library with an API similar to BerkeleyDB. The library is thread-aware and supports concurrent read/write access from multiple processes and threads. The DB structure is multi-versioned, and data pages use a copy-on-write strategy, which also provides resistance to corruption and eliminates the need for any recovery procedures. The database is exposed in a memory map, requiring no page cache layer of its own.\n"
+"\n"
+"This package contains the files needed to compile programs that use the liblmdb library."
msgstr ""
-#. description(okteta)
-msgid "Okteta is a hex editor for the KDE desktop."
+#. summary(lndir)
+msgid "Utility to create a shadow directory of symbolic links to another directory tree"
msgstr ""
-#. summary(myspell-german-old)
-msgid "Old German Dictionary for MySpell"
+#. description(lndir)
+msgid "The lndir program makes a shadow copy of a directory tree, except that the shadow is not populated with real files but instead with symbolic links pointing at the real files in the original directory tree."
msgstr ""
-#. description(openmpi)
-msgid ""
-"Open MPI is a project combining technologies and resources from several "
-"other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the "
-"best MPI library available.\n"
-"\n"
-"This RPM contains all the tools necessary to compile, link, and run Open MPI "
-"jobs."
-msgstr ""
+#. summary(lokalize)
+#, fuzzy
+msgid "KDE Translation Editor"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(mx4j)
-msgid "Open Source Implementation of JMX Java API"
+#. description(lokalize)
+#, fuzzy
+msgid "This package contains lokalize, an editor for translations"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(loudmouth:loudmouth-devel)
+msgid "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows."
msgstr ""
-#. summary(open-vm-tools:open-vm-tools-gui)
-msgid "Open Virtual Machine Tools - GUI"
+#. summary(lskat)
+msgid "German Skat game"
msgstr ""
-#. summary(openconnect)
-msgid "Open client for Cisco AnyConnect VPN"
+#. description(lskat)
+msgid "Lieutenant Skat is a nice two player card game which follows the rules for the German game (Offiziers)-Skat. The program includes many different carddecks to choose. A computer opponent can play for any of the players."
msgstr ""
-#. summary(lxlauncher)
-msgid "Open source clone of Asus launcher for Netbooks"
+#. summary(ltrace)
+msgid "Trace the Library and System Calls a Program Makes"
msgstr ""
-#. description(open-iscsi)
+#. description(ltrace)
msgid ""
-"Open-iSCSI is a high-performance, transport independent, multi-platform "
-"implementation of RFC3720 iSCSI.\n"
+"Ltrace is a program that runs the specified command until it exits. It intercepts and records the dynamic library calls that are called by the executed process and the signals that are received by that process. It can also intercept and print the system calls executed by the program.\n"
"\n"
-"Open-iSCSI is partitioned into user and kernel parts.\n"
+"The program to trace need not be recompiled for this, so you can use ltrace on binaries for which you do not have access to the source.\n"
"\n"
-"The kernel portion of Open-iSCSI is a from-scratch code licensed under GPL. "
-"The kernel part implements iSCSI data path (that is, iSCSI Read and iSCSI "
-"Write), and consists of two loadable modules: iscsi_if.ko and iscsi_tcp.ko.\n"
-"\n"
-"User space contains the entire control plane: configuration manager, iSCSI "
-"Discovery, Login and Logout processing, connection-level error processing, "
-"Nop-In and Nop-Out handling, and (in the future:) Text processing, iSNS, "
-"SLP, Radius, etc.\n"
-"\n"
-"The user space Open-iSCSI consists of a daemon process called iscsid, and a "
-"management utility iscsiadm."
+"This is still a work in progress, so, for example, the tracking to child processes may fail or some things may not work as expected."
msgstr ""
-#. description(opencc)
-msgid ""
-"OpenCC is an opensource project for conversion between Traditional Chinese "
-"and Simplified Chinese, which supports phrase-level conversion and regional "
-"idioms among Mainland China, Taiwan and Hong kong."
-msgstr ""
+#. summary(lua:lua-devel)
+#, fuzzy
+msgid "Development files for lua"
+msgstr "Desenvolvimento"
-#. description(opencc:opencc-data)
+#. description(lua:lua-devel)
msgid ""
-"OpenCC is an opensource project for conversion between Traditional Chinese "
-"and Simplified Chinese, which supports phrase-level conversion and regional "
-"idioms among Mainland China, Taiwan and Hong kong.\n"
+"Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language.\n"
"\n"
-"This package provides dictionaries and patterns used by libraries/ binaries "
-"of OpenCC."
+"This package contains files needed for embedding lua into your application."
msgstr ""
-#. description(opencv)
-msgid ""
-"OpenCV means Intel® Open Source Computer Vision Library. It is a collection "
-"of C functions and a few C++ classes that implement some popular Image "
-"Processing and Computer Vision algorithms."
+#. summary(lv)
+msgid "Powerful, Multilingual File Viewer, Same User Interface as \"Less\""
msgstr ""
-#. description(openexr:openexr-devel)
+#. description(lv)
msgid ""
-"OpenEXR is a high dynamic-range (HDR) image file format developed by "
-"Industrial Light & Magic for use in computer imaging applications.\n"
+"Lv is a powerful, multilingual file viewer. Apparently, lv looks like less (1), a representative file viewer on UNIX, so UNIX people (and less people on other OSs) do not have to learn a burdensome new interface.\n"
"\n"
-"This package contains header files."
-msgstr ""
-
-#. description(openttd-opengfx)
-msgid ""
-"OpenGFX is an open source graphics base set designed to be used by OpenTTD.\n"
+"Lv can decode and encode multilingual streams through many coding systems. Lv can be used as a coding system translation filter.\n"
"\n"
-"OpenGFX provides a set of free and open source base graphics, and aims to "
-"ensure the best possible out-of-the-box experience with OpenTTD."
-msgstr ""
-
-#. description(Mesa:Mesa-libGLESv1_CM1)
-msgid ""
-"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on "
-"embedded systems - including consoles, phones, appliances and vehicles. It "
-"contains a subset of OpenGL plus a number of extensions for the special "
-"needs of embedded systems.\n"
+"Lv can recognize multibyte patterns as regular expressions, and provides multilingual grep (1) functionality under the name lgrep.\n"
"\n"
-"OpenGL|ES 1.x provides an API for fixed-function hardware."
+"Lv can recognize ANSI escape sequences for text decoration."
msgstr ""
-#. description(Mesa:Mesa-libGLESv1_CM-devel)
-msgid ""
-"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on "
-"embedded systems - including consoles, phones, appliances and vehicles. It "
-"contains a subset of OpenGL plus a number of extensions for the special "
-"needs of embedded systems.\n"
-"\n"
-"OpenGL|ES 1.x provides an API for fixed-function hardware.\n"
-"\n"
-"This package provides a development environment for building programs using "
-"the OpenGL|ES 1.x APIs."
+#. summary(lxappearance)
+msgid "It's a desktop-independent theme switcher for GTK+"
msgstr ""
-#. description(Mesa:Mesa-libGLESv2-devel)
-msgid ""
-"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on "
-"embedded systems - including consoles, phones, appliances and vehicles. It "
-"contains a subset of OpenGL plus a number of extensions for the special "
-"needs of embedded systems.\n"
-"\n"
-"OpenGL|ES 2.x provides an API for programmable hardware including vertex and "
-"fragment shaders.\n"
-"\n"
-"This package provides a development environment for building applications "
-"using the OpenGL|ES 2.x APIs."
+#. description(lxappearance)
+msgid "LXAppearance is part of LXDE project. It's a desktop-independent theme switcher for GTK+."
msgstr ""
-#. description(mx4j)
-msgid ""
-"OpenJMX is an open source implementation of the Java(TM) Management "
-"Extensions (JMX)."
+#. summary(lxappearance-obconf)
+msgid "Lxappearance Plugin to Configure Openbox"
msgstr ""
-#. description(openjade)
-msgid ""
-"OpenJade, the follow-up to Jade by James Clark, is an implementation of the "
-"ISO/IEC 10179:1996 standard DSSSL (Document Style, Semantics, and "
-"Specification Language); pronounce it \"dissl\"--it rhymes with whistle.\n"
-"\n"
-"It has back-ends for SGML, RTF, MIF, TeX, and HTML.\n"
-"\n"
-"The parser, \"nsgmls,\" and helper tools like \"sgmlnorm,\" \"spam,\" "
-"\"spent,\" and \"sx\" are now included in the separate \"opensp\" package."
+#. description(lxappearance-obconf)
+msgid "ObConf is a program used to configure OpenBox window manager developed by Dana Jansens, Tim Riley, and Javeed Shaikh. LXAppearance is a tool used to configure look and feels of the desktop written by Hong Jen Yee for LXDE project. This plugin is derived from ObConf as an attempt to integrate obconf with LXAppearance to provide a better user experience. Most of the source code are taken from ObConf written by its authors with some modifications added by LXAppearance developers to make it a plugin."
msgstr ""
-#. summary(openslp:openslp-devel)
+#. summary(lxdm)
#, fuzzy
-msgid "OpenSLP Development SDK"
-msgstr "Desenvolvimento Kernel"
+msgid "LXDE Display Manager"
+msgstr "Gerenciador de Dispositivos"
-#. summary(openttd:openttd-data)
-msgid "OpenTTD data"
+#. description(lxdm)
+msgid "LXDM is the future display manager of LXDE, the Lightweight X11 Desktop environment. It is designed as a lightweight alternative to replace GDM or KDM in LXDE distros."
msgstr ""
-#. description(openttd:openttd-data)
-msgid ""
-"OpenTTD is a reimplementation of the Microprose game \"Transport Tycoon "
-"Deluxe\" with lots of new features and enhancements. To play the game you "
-"need either the original data from the game or the required package OpenGFX "
-"and OpenSFX.\n"
-"\n"
-"This package provides the data files needed by openttd or openttd-dedicated."
+#. summary(lxinput)
+msgid "Keyboard and mouse configuration tool"
msgstr ""
-#. summary(obconf)
-#, fuzzy
-msgid "Openbox Configuration Tool"
-msgstr "Exibir Configuração"
-
-#. description(openbox)
-msgid ""
-"Openbox is a window manager for the X Window System. It currently runs on a "
-"large list of platforms. It was originally based on Blackbox, but is, since "
-"version 3.0, a complete reimplementation with these features, among others:\n"
-"\n"
-"o ICCCM and EWMH compliance o Chainable key bindings o Customizable mouse "
-"actions o Window resistance o Multihead Xinerama support o Pipe menus\n"
-"\n"
-"The configuration tool \"obconf\" is recommended along with this package."
+#. description(lxinput)
+msgid "LXinput is just the LXDE Keyboard and mouse config tool"
msgstr ""
-#. description(optipng)
-msgid ""
-"OptiPNG is a PNG optimizer that recompresses image files to a smaller size, "
-"without losing any information. This program also converts external formats "
-"(BMP, GIF, PNM; TIFF support is coming up) to optimized PNG, and performs "
-"PNG integrity checks and corrections."
+#. summary(lxlauncher)
+msgid "Open source clone of Asus launcher for Netbooks"
msgstr ""
-#. summary(ocfs2-tools)
-msgid "Oracle Cluster File System 2 Core Tools"
+#. description(lxlauncher)
+msgid "LXLauncher is an open source clone of Asus launcher for EeePC or Netbooks anyway. It's an LXDE project and it's based on menu-cache library."
msgstr ""
-#. description(orage)
-msgid ""
-"Orage is a fast and easy to use graphical calendar for the Xfce desktop "
-"environment. It uses the portable ical format and includes common calendar "
-"features like repeating appointments and multiple alarming possibilities. "
-"Orage does not have group calendar features and can only be used for single "
-"user."
+#. summary(lxmusic)
+msgid "Lightweight Audio Player"
msgstr ""
-#. description(pam:pam-devel)
-msgid ""
-"PAM (Pluggable Authentication Modules) is a system security tool which "
-"allows system administrators to set authentication policy without having to "
-"recompile programs which do authentication.\n"
-"\n"
-"This package contains header files and static libraries used for building "
-"both PAM-aware applications and modules for use with PAM."
+#. description(lxmusic)
+msgid "LXMusic is just a lightweight audio player, that uses xmms2 as back-end."
msgstr ""
-#. summary(pam_ssh)
-msgid "PAM Module for SSH Authentication"
+#. summary(lxpanel)
+msgid "Lightweight X11 desktop panel based on fbpanel"
msgstr ""
-#. summary(apparmor:pam_apparmor)
-msgid "PAM module for AppArmor change_hat"
+#. description(lxpanel)
+msgid "LXPanel is a lightweight X11 desktop panel containing: 1. User-friendly application menu automatically generated from *.desktop files on the system 2. Launcher bar (Small icons clicked to launch apps) 3. Task bar supporting urgency hint (Can flash when gaim gets new incoming messages) 4. Notification area (System tray) 5. Digital clock 6. Run dialog (A dialog lets you type a command and run it, can be called in external programs) 7. Net status icon plug-in (optional, ported from gnome-netstatus-applet) 8. Volume control plug-in (optional, written by jserv) 9. lxpanelctl, an external controller lets you control lxpanel in other programs. For example, \"lxpanelctl run\" will show the Run dialog in lxpanel, and \"lxpanelctl menu\" will show the application menu. This is useful in key bindings provided by window managers."
msgstr ""
-#. description(pan)
-msgid ""
-"PAN is a very powerful newsreader. Its user interface is loosely based on "
-"other popular newsreaders."
+#. summary(lxrandr)
+msgid "Lightweight Monitor Config Tool"
msgstr ""
-#. summary(man-pages-posix)
-msgid "POSIX Manual Pages"
+#. description(lxrandr)
+msgid "LXRandR is a lightweight Monitor Config Tool"
msgstr ""
-#. summary(manufacturer-PPDs)
-msgid "PPD Files from Printer Manufacturers"
+#. summary(lxsession)
+msgid "LXDE Session Manager, required for running the desktop environment"
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(lxsession)
+msgid "LXSession is the standard session manager used by LXDE. The LXSession manager is used to automatically start a set of applications and set up a working desktop environment. Moreover, the session manager is able to remember the applications in use when a user logs out and to restart them the next time the user logs in."
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(lxtask)
+msgid "Lightweight Task Manager"
msgstr ""
-#. description(OpenPrintingPPDs:OpenPrintingPPDs-hpijs)
-msgid ""
-"PPD files for non-PostScript printers which use the Ghostscript IJS driver /"
-"usr/bin/hpijs from HPLIP."
+#. description(lxtask)
+msgid "LXTask is a lightweight Task Manager. This is the default LXDE task manager."
msgstr ""
-#. summary(OpenPrintingPPDs)
-msgid "PPD files from OpenPrinting.org"
+#. summary(lxterminal)
+msgid "Lightweight LXDE Terminal"
msgstr ""
-#. summary(OpenPrintingPPDs:OpenPrintingPPDs-postscript)
-msgid "PPD files from OpenPrinting.org for PostScript printers"
+#. description(lxterminal)
+msgid "LXTerminal is a lightweight Terminal Emulator. This package even if DE independent is part of the LXDE project."
msgstr ""
-#. summary(OpenPrintingPPDs:OpenPrintingPPDs-ghostscript)
-msgid "PPD files from OpenPrinting.org which use Ghostscript built-in drivers"
+#. summary(lynx)
+msgid "A Text-Based WWW Browser"
msgstr ""
-#. summary(OpenPrintingPPDs:OpenPrintingPPDs-hpijs)
-msgid "PPD files from OpenPrinting.org which use the hpijs driver"
+#. description(lynx)
+msgid "Lynx is an easy-to-use browser for HTML documents and other Internet services like FTP, telnet, and news. Lynx is fast. It is purely text based and therefore makes it possible to use WWW resources on text terminals."
msgstr ""
-#. description(manufacturer-PPDs)
-msgid ""
-"PPD files from printer manufacturers that are under a free license.\n"
-"\n"
-"For example, the original MIT license, shown for example under http://www."
-"opensource.org/licenses/mit-license.php, is okay but not an often used "
-"modified MIT license, which does not allow redistribution if the file was "
-"altered in any way from its original form.\n"
-"\n"
-"If you have a PostScript printer and there is no PPD file included in this "
-"package, ask your printer manufacturer for a PPD file or visit http://www."
-"linuxprinting.org/ppd-doc.html."
+#. summary(lzip)
+msgid "Lossless Data Compressor based on the LZMA Algorithm"
msgstr ""
-#. description(paratype-pt-mono-fonts)
-msgid ""
-"PT Mono was developed for the special needs — for use in forms, tables, work "
-"sheets etc. Equal widths of characters are very helpful in setting complex "
-"documents, with such font you may easily calculate size of entry fields, "
-"column widths in tables and so on. One of the most important area of use is "
-"Web sites of “electronic governments“ where visitors have to fill different "
-"request forms. Currently PT Mono consists of Regular and Bold styles.\n"
-"\n"
-"The fonts beside standard Western, Central European and Cyrillic code pages "
-"contain characters of all title languages of Russian Federation that make "
-"them unique and very important tool of the modern digital communications."
+#. description(lzip)
+msgid "Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface almost identical to the one of bzip2. Lzip is only a data compressor, not an archiver. It has no facilities for multiple files, encryption, or archive-splitting, but, in the Unix tradition, relies instead on separate external utilities such as GNU Tar for these tasks."
msgstr ""
-#. description(paratype-pt-sans-fonts)
-msgid ""
-"PT Sans is based on Russian sans serif types of the second part of the XX "
-"century, but at the same time has a very distinctive features of modern "
-"humanistic design. The family consists of 8 styles: 4 basic styles; 2 "
-"captions styles for small sizes and 2 narrows styles for economic setting.\n"
-"\n"
-"The fonts beside standard Western, Central European and Cyrillic code pages "
-"contain characters of all title languages of Russian Federation that make "
-"them unique and very important tool of the modern digital communications."
+#. summary(lzop)
+msgid "The fastest compressor and decompressor around"
msgstr ""
-#. description(paratype-pt-serif-fonts)
+#. description(lzop)
msgid ""
-"PT Serif is a transitional serif face with humanistic terminals designed for "
-"use together with PT Sans and harmonized with PT Sans on metrics, "
-"proportions, weights and design. PT Serif consists of six styles: regular "
-"and bold weights with corresponding italics form a standard computer font "
-"family for basic text setting; two caption styles (regular and italic) are "
-"for texts of small point sizes.\n"
+"lzop is a file compressor similar to gzip. Its main advantages over gzip are much higher compression and decompression speed at the cost of compression ratio.\n"
"\n"
-"The fonts beside standard Western, Central European and Cyrillic code pages "
-"contain characters of all title languages of Russian Federation that make "
-"them unique and very important tool of the modern digital communications."
+"lzop was designed with the following goals in mind:\n"
+"- speed (both compression and decompression)\n"
+"- reasonable drop-in compatibility to gzip\n"
+"- portability"
msgstr ""
-#. summary(mtpaint)
-msgid "Painting program for creating icons and pixel-based artwork"
+#. summary(m4)
+msgid "GNU m4"
msgstr ""
-#. summary(myspell-dictionaries:myspell-spanish-panamanian)
-msgid "Panamanian Spanish Dictionary for MySpell"
+#. description(m4)
+msgid "GNU m4 is an implementation of the traditional Unix macro processor."
msgstr ""
-#. description(pango:pango-devel)
-msgid ""
-"Pango is a library for layout and rendering of text, with an emphasis on "
-"internationalization. It can be used anywhere that text layout is needed.\n"
-"\n"
-"Pango forms the core of text and font handling for GTK+.\n"
-"\n"
-"This package contains all necessary include files and libraries needed to "
-"develop applications that require these."
+#. summary(mailman)
+msgid "The GNU Mailing List Manager"
msgstr ""
-#. description(parcellite)
-msgid ""
-"Parcellite is a stripped down, basic-features-only clipboard manager with a "
-"small memory footprint for those who like simplicity.\n"
-"\n"
-"In GNOME and Xfce the clipboard manager will be started automatically. For "
-"other desktops or window managers you should also install a panel with a "
-"system tray or notification area if you want to use this package."
+#. description(mailman)
+msgid "This is the GNU Mailing List manager. Mailman provides an easy-to-configure means of maintaining mailing lists including Web administration. Mailman is written in Python."
msgstr ""
-#. description(par)
-msgid ""
-"Parchive creates extra parity data over several volumes. These can be used "
-"to restore the complete archive after some data loss or corruption.\n"
-"\n"
-"par is used by Dar."
+#. summary(make)
+msgid "GNU make"
msgstr ""
-#. summary(par)
-msgid "Parity File Generator"
+#. description(make)
+msgid "The GNU make command with extensive documentation."
msgstr ""
-#. description(parley)
-#, fuzzy
-msgid "Parley is a vocabulary trainer for KDE."
-msgstr "Aplicativos Favoritos"
-
-#. summary(makedumpfile)
-msgid "Partial kernel dump"
+#. summary(makedepend)
+msgid "Utility to create dependencies in makefiles"
msgstr ""
-#. description(patchutils)
+#. description(makedepend)
msgid ""
-"Patchutils contains a collection of tools for manipulating patch files: "
-"interdiff, combinediff, filterdiff, fixcvsdiff, rediff, lsdiff, and "
-"splitdiff. You can use interdiff to create an incremental patch between two "
-"patches that are against a common source tree. Combinediff can be used for "
-"creating a cumulative diff from two incremental patches. Filterdiff is for "
-"extracting or excluding patches from a patch set based on modified files "
-"matching shell wildcards. Lsdiff lists modified files in a patch. Rediff "
-"corrects hand-edited patches."
+"The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor so that it can correctly tell which #include directives would be used in a compilation.\n"
+"\n"
+"These dependencies are then written to a makefile in such a way that make will know which object files must be recompiled when a dependency has changed."
msgstr ""
-#. summary(mirror)
-msgid "Perl Scripts for Mirroring FTP Servers"
+#. summary(makedumpfile)
+msgid "Partial kernel dump"
msgstr ""
-#. description(nagios-plugins:nagios-plugins-bgpstate)
-msgid "Perl bgpstate plugin monitors all BGP sessions."
+#. description(makedumpfile)
+msgid "makedumpfile is a dump program to shorten the size of dump file. It copies only the necessary pages for analysis with various dump levels, and can compress the page data. The obtained dump file can by analyzed via gdb or crash utility."
msgstr ""
-#. summary(myspell-dictionaries:myspell-persian)
-msgid "Persian Dictionary for MySpell"
+#. summary(texinfo:makeinfo)
+msgid "Translate Texinfo documents to info format"
msgstr ""
-#. summary(myspell-dictionaries:myspell-spanish-peruvian)
-msgid "Peruvian Spanish Dictionary for MySpell"
+#. description(texinfo:makeinfo)
+msgid "Makeinfo translates Texinfo source documentation to various other formats, by default Info files suitable for reading online with Emacs or standalone GNU Info."
msgstr ""
-#. summary(mtr)
+#. summary(marble)
#, fuzzy
-msgid "Ping and Traceroute Network Diagnostic Tool"
-msgstr "Ferramenta de Diagnóstico de Rede"
+msgid "Generic map viewer"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(myspell-dictionaries:myspell-polish)
-msgid "Polish Dictionary for MySpell"
+#. description(marble)
+msgid "Marble is a viewer of map data."
msgstr ""
-#. summary(nmap)
+#. summary(marble:marble-devel)
#, fuzzy
-msgid "Portscanner"
-msgstr "Scanner de vírus"
+msgid "Generic map viewer: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(myspell-dictionaries:myspell-portuguese)
-msgid "Portuguese Dictionary for MySpell"
-msgstr ""
+#. description(marble:marble-devel)
+#, fuzzy
+msgid "Development headers and libraries for Marble."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(lv)
-msgid "Powerful, Multilingual File Viewer, Same User Interface as \"Less\""
+#. summary(marble:marble-kde)
+msgid "The KDE optimized frontend for Marble"
msgstr ""
-#. summary(mpt-status)
-msgid "Program Showing the Status of LSI 1030 RAID Controller"
+#. description(marble:marble-kde)
+msgid "The KDE frontend for the Marble map viewer"
msgstr ""
-#. summary(icinga:monitoring-tools)
-msgid "Provides convertcfg and mini_epn for Icinga and Nagios"
-msgstr ""
-
-#. summary(nagios:nagios-www)
-msgid "Provides the HTML and CGI files for the Nagios web interface"
-msgstr ""
-
-#. description(nagios-plugins:nagios-plugins-cluster)
-msgid ""
-"Provides the check_cluster plugin to check Services and/or Hosts running as "
-"a cluster.\n"
-"\n"
-"Example: check_cluster -s -d 2,0,2,0 -c @3: Will alert critical if there "
-"are 3 or more service data points in a non-OK state."
-msgstr ""
-
-#. description(lightdm:lightdm-lang)
+#. summary(mate-desktop:mate-desktop-gsettings-schemas)
#, fuzzy
-msgid "Provides translations to the package lightdm"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Mate Desktop schemas"
+msgstr "Áreas de Trabalho"
-#. description(lightdm-gtk-greeter:lightdm-gtk-greeter-lang)
+#. description(mate-desktop:mate-desktop-gsettings-schemas)
#, fuzzy
-msgid "Provides translations to the package lightdm-gtk-greeter"
-msgstr "Aguardar por aplicativo kicker"
+msgid "This package provides the gsettings schemas for MATE Desktop Environment."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(lxappearance:lxappearance-lang)
-msgid "Provides translations to the package lxappearance"
+#. summary(mcelog)
+msgid "Log Machine Check Events"
msgstr ""
-#. description(lxmusic:lxmusic-lang)
-msgid "Provides translations to the package lxmusic"
+#. description(mcelog)
+msgid ""
+"mcelog retrieves machine check events from an x86-64 kernel in a cron job, decodes them, and logs them to /var/log/mcelog.\n"
+"\n"
+"A machine check event is a hardware error detected by the CPU.\n"
+"\n"
+"It should run on any x86-64 system.\n"
+"\n"
+"In addition, it allows decoding machine check kernel panic messages."
msgstr ""
-#. description(lxpanel:lxpanel-lang)
-msgid "Provides translations to the package lxpanel"
+#. summary(meanwhile:meanwhile-devel)
+msgid "Lotus Sametime Community Client library"
msgstr ""
-#. description(lxterminal:lxterminal-lang)
-msgid "Provides translations to the package lxterminal"
+#. summary(menu-cache)
+msgid "A tool speed up menus"
msgstr ""
-#. description(meld:meld-lang)
-msgid "Provides translations to the package meld"
+#. description(menu-cache)
+msgid "Libmenu-cache is a library creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus. It can be used as a replacement of libgnome-menu of gnome-menus."
msgstr ""
-#. description(mercurial:mercurial-lang)
-#, fuzzy
-msgid "Provides translations to the package mercurial"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(mtpaint:mtpaint-lang)
-#, fuzzy
-msgid "Provides translations to the package mtpaint"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(nautilus-share:nautilus-share-lang)
-#, fuzzy
-msgid "Provides translations to the package nautilus-share"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(nemiver:nemiver-lang)
-#, fuzzy
-msgid "Provides translations to the package nemiver"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(orage:orage-lang)
-msgid "Provides translations to the package orage"
+#. summary(mercurial)
+msgid "Scalable Distributed SCM"
msgstr ""
-#. description(pan:pan-lang)
-msgid "Provides translations to the package pan"
+#. description(mercurial)
+msgid "Mercurial is a fast, lightweight source control management system designed for efficient handling of very large distributed projects."
msgstr ""
-#. description(paprefs:paprefs-lang)
-msgid "Provides translations to the package paprefs"
+#. summary(metamail)
+msgid "MIME Mail Handler"
msgstr ""
-#. summary(myspell-dictionaries:myspell-spanish-puerto-rican)
-msgid "Puerto Rican Spanish Dictionary for MySpell"
+#. description(metamail)
+msgid "Metamail is required for reading multimedia mail messages (such as those using the Andrew toolkit) with elm."
msgstr ""
-#. summary(paprefs)
-msgid "PulseAudio Preferences"
+#. summary(mgetty)
+msgid "Mgetty Listens for Data, Fax, or Voice Calls on a Serial Line"
msgstr ""
-#. description(paprefs)
+#. description(mgetty)
msgid ""
-"PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog "
-"for the PulseAudio sound server.\n"
+"This package turns your computer into a fax machine. With some voice modems (Zyxel, Rockwell, and USR), you can even use your computer as an answering machine.\n"
"\n"
-"Please note that this program can only configure local servers, and requires "
-"that a special module module-gconf is loaded in the sound server."
+"Mgetty recognizes what kind of call it is receiving and does everything else automatically. It is able to accept data (login/PPP), fax, and (depending on your modem) voice calls. Find the documentation in /usr/share/doc/packages/mgetty and TeX Info files in /usr/share/info.\n"
+"\n"
+"The configuration files are in /etc/mgetty+sendfax."
msgstr ""
-#. summary(xine-lib:libxine2-pulse)
-msgid "Pulseaudio plugin for xine"
-msgstr ""
-
-#. summary(libxslt-python)
+#. summary(mhash:mhash-devel)
#, fuzzy
-msgid "Python Bindings for libxslt"
-msgstr "O pacote não está assinalado"
+msgid "Header Files for mhash Library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(myspell-dictionaries:myspell-romanian)
-msgid "Romanian Dictionary for MySpell"
+#. description(mhash:mhash-devel)
+msgid "The mhash library provides an easy way to access strong hashes such as MD5, SHA1, and other algorithms."
msgstr ""
-#. summary(myspell-dictionaries:myspell-russian)
-msgid "Russian Dictionary for MySpell"
+#. summary(minicom)
+msgid "A Terminal Program"
msgstr ""
-#. summary(mlterm:mlterm-scim)
-msgid "SCIM plugin for mlterm"
+#. description(minicom)
+msgid ""
+"A terminal program similar to Telix(tm) (a program for calling other computers via modem) under MS-DOS.\n"
+"\n"
+"If you want to access your modem with minicom, you have to be a member of the uucp group."
msgstr ""
-#. summary(opensp:opensp-devel)
-#, fuzzy
-msgid "SGML parser tools (development package)"
-msgstr "Pacotes de desenvolvimento do Kernel"
-
-#. summary(net-snmp)
-#, fuzzy
-msgid "SNMP Daemon"
-msgstr "Daemon FAM"
-
-#. summary(myspell-dictionaries:myspell-spanish-salvadorean)
-msgid "Salvadorean Spanish Dictionary for MySpell"
+#. summary(mirror)
+msgid "Perl Scripts for Mirroring FTP Servers"
msgstr ""
-#. summary(paratype-pt-sans-fonts)
-msgid "Sans Fonts for Minority Languages of Russia"
+#. description(mirror)
+msgid "Documentation: \"man mirror\" and \"man mm\"."
msgstr ""
-#. summary(mercurial)
-msgid "Scalable Distributed SCM"
+#. summary(mkcomposecache)
+msgid "Utility to create Compose cache files"
msgstr ""
-#. summary(myspell-dictionaries:myspell-gaelic-scots)
-msgid "Scottish Gaelic Dictionary for MySpell"
+#. description(mkcomposecache)
+msgid ""
+"mkcomposecache is used for creating global (system-wide) Compose cache files.\n"
+"\n"
+"Compose cache files help with application startup times and memory usage, especially in locales with large Compose tables (e.g. all UTF-8 locales)."
msgstr ""
-#. summary(makedev)
-msgid "Script for Creating Device Files in /dev"
+#. summary(mlmmj)
+msgid "Mail Server Independent Reimplementation of the EZMLM Mailing List"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-icmp)
-msgid "Send ICMP packets to the specified host"
+#. description(mlmmj)
+msgid "This is an attempt at implementing a mailing list manager with the same functionality as EZMLM, but with the MIT/X11 license and no mail server dependency."
msgstr ""
-#. summary(myspell-dictionaries:myspell-serbian-cyrillic)
-msgid "Serbian Cyrillic Dictionary for MySpell"
-msgstr ""
+#. summary(mlocate)
+#, fuzzy
+msgid "An utility for finding files by name"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(paratype-pt-serif-fonts)
-msgid "Serif Fonts for Minority Languages of Russia"
+#. description(mlocate)
+msgid "A new locate implementation. The m character stands for merging, because updatedb reuses the existing database to avoid re-reading most of the file system."
msgstr ""
-#. description(openslp:openslp-devel)
-msgid ""
-"Service Location Protocol is an IETF standards track protocol that provides "
-"a framework that allows networking applications to discover the existence, "
-"location, and configuration of networked services in enterprise networks.\n"
-"\n"
-"This package contains header and library files to compile applications with "
-"SLP support. It also contains developer documentation to develop such "
-"applications."
-msgstr ""
+#. summary(mlterm)
+#, fuzzy
+msgid "Multilingual Terminal Emulator for X"
+msgstr "Emulador de Terminal Multilíngüe"
-#. description(openslp:openslp-server)
+#. description(mlterm)
msgid ""
-"Service Location Protocol is an IETF standards track protocol that provides "
-"a framework that allows networking applications to discover the existence, "
-"location, and configuration of networked services in enterprise networks.\n"
+"Mlterm is a multilingual terminal emulator for the X Window System.\n"
"\n"
-"This package contains the SLP server. Every system, which provides any "
-"services that should be used via an SLP client must run this server and "
-"register the service."
+"Multilingual features:\n"
+"\n"
+"supported charsets: US_ASCII, ISO8859[1-11], ISO8859[13-16], TCVN5712, VISCII, KOI8_R, KOI8_U, JISX0201, JISX0208, JISX0212, JISX0213, GB2312, GBK, KSC5601, UHC, CNS11643-N, Big5, UCS2(4)\n"
+"\n"
+"supported encodings: ISO-8859-[1-11], ISO-8859- [13-16], TCVN5612, VISCII, KOI8_R, KOI8_U, EUC-JP, EUC-JISX0213, ISO-2022-JP [1, 2, 3], Shift_JIS, Shift_JISX0213, EUC-KR, UHC, JOHAB, ISO-2022-KR, ISO-2022-CN, GB2312(EUC-CN), GBK, GB18030, EUC-TW, Big5, Hz, UTF-8\n"
+"\n"
+"character composition: TIS620, TCVN5712, JISX0213, UNICODE\n"
+"\n"
+"Multiple xims are also supported and you can dynamically change various xims.\n"
+"\n"
+"Other features:\n"
+"\n"
+"* scroll by wheel mouse\n"
+"\n"
+"* antialias font (requires Xft and Xrender extensions)\n"
+"\n"
+"* proportional font\n"
+"\n"
+"* transparent background\n"
+"\n"
+"* background image (requires Imlib)\n"
+"\n"
+"* multiple pty windows\n"
+"\n"
+"* scrollbar plug-in API (unstable)"
msgstr ""
-#. summary(zeromq:libzmq3)
-#, fuzzy
-msgid "Shared Library for ZeroMQ"
-msgstr "Criando banco de dados de recursos"
-
-#. summary(zinnia:libzinnia0)
-#, fuzzy
-msgid "Shared library for zinnia"
-msgstr "Criando banco de dados de recursos"
-
-#. summary(oclock)
-msgid "Simple round analog clock"
+#. summary(mlterm:mlterm-scim)
+msgid "SCIM plugin for mlterm"
msgstr ""
-#. summary(myspell-dictionaries:myspell-sinhala)
-msgid "Sinhala Dictionary for MySpell"
+#. description(mlterm:mlterm-scim)
+msgid "A plugin to use the SCIM input methods directly from mlterm."
msgstr ""
-#. summary(myspell-dictionaries:myspell-slovak)
-msgid "Slovak Dictionary for MySpell"
+#. summary(mmv)
+msgid "Move/Copy/Append/Link Multiple Files by Wildcard Patterns"
msgstr ""
-#. summary(myspell-dictionaries:myspell-slovene)
-msgid "Slovene Dictionary for MySpell"
+#. description(mmv)
+msgid "Mmv moves (or copies, appends, or links, as specified) each source file matching a from pattern to the target name specified by the to pattern. This multiple action is performed safely, i.e. without any unexpected deletion of files due to collisions of target names with existing filenames or with other target names. Furthermore, before doing anything, mmv attempts to detect any errors that would result from the entire set of actions specified and gives the user the choice of either proceeding by avoiding the offending parts or aborting."
msgstr ""
-#. summary(mxml)
-msgid "Small XML Parsing Library"
+#. summary(mono-core)
+msgid "Cross-platform, Open Source, .NET development framework"
msgstr ""
-#. summary(myspell-dictionaries:myspell-spanish)
-msgid "Spanish Dictionary for MySpell"
+#. description(mono-core)
+msgid "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."
msgstr ""
-#. summary(mhash:mhash-devel)
-msgid "Static Library and Header Files for mhash Library"
+#. summary(mono-core:mono-data)
+#. summary(mono-core:mono-data-sqlite)
+msgid "Database connectivity for Mono"
msgstr ""
-#. description(malaga-suomi)
-msgid "Suomi-Malaga is a description of Finnish morphology written in Malaga."
+#. description(mono-core:mono-data)
+#. description(mono-core:mono-data-sqlite)
+msgid ""
+"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"
+"Database connectivity for Mono."
msgstr ""
-#. summary(nfs-utils:nfs-kernel-server)
-msgid "Support Utilities for Kernel nfsd"
-msgstr ""
+#. summary(mono-core:mono-extras)
+#, fuzzy
+msgid "Extra packages"
+msgstr "Instalar pacotes"
-#. summary(opie)
-msgid "Support for One-Time Passwords"
+#. description(mono-core:mono-extras)
+msgid ""
+"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"
+"Extra packages."
msgstr ""
-#. summary(myspell-dictionaries:myspell-swati)
-msgid "Swati Dictionary for MySpell"
+#. summary(mono-kde4)
+msgid "Kimono Mono-kde library"
msgstr ""
-#. summary(myspell-dictionaries:myspell-swedish)
-msgid "Swedish Dictionary for MySpell"
-msgstr ""
+#. description(mono-kde4)
+#, fuzzy
+msgid ".NET/Mono bindings for the KDE libraries."
+msgstr "O pacote não está assinalado"
-#. summary(myspell-dictionaries:myspell-swedish-finland)
-msgid "Swedish in Finland Dictionary for MySpell"
-msgstr ""
+#. summary(mono-core:mono-mvc)
+#. summary(mono-core:mono-web)
+#, fuzzy
+msgid "Mono implementation of ASP"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(igerman98:myspell-nswiss)
-msgid "Swiss Dictionary for MySpell"
+#. description(mono-core:mono-mvc)
+msgid ""
+"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 implementation of ASP.NET MVC."
msgstr ""
-#. summary(myspell-dictionaries:myspell-tagalog)
-msgid "Tagalog Dictionary for MySpell"
-msgstr ""
+#. summary(mono-qt4)
+#, fuzzy
+msgid "Mono Qt4 kdebindings library"
+msgstr "O pacote não está assinalado"
-#. summary(xiterm:libXiterm1)
-msgid "Terminal emulator Xaw widget library based on libiterm"
+#. description(mono-qt4)
+msgid ".NET/Mono bindings for the Qt4 libraries from the kdebindings Qyoto project."
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-dig)
-msgid "Test DNS service via dig"
-msgstr ""
+#. summary(mono-qt4:mono-qt4-devel)
+#, fuzzy
+msgid "Development libraries for Mono-Qt4"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(nagios-plugins:nagios-plugins-real)
-msgid "Test REAL service"
-msgstr ""
+#. description(mono-qt4:mono-qt4-devel)
+#, fuzzy
+msgid "This package contains development files for the .NET/Mono bindings for the Qt4 libraries."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(nagios-plugins:nagios-plugins-ups)
-msgid "Test UPS service on the specified host"
+#. summary(mono-core:mono-wcf)
+msgid "Mono implementation of WCF, Windows Communication Foundation"
msgstr ""
-#. summary(nagios-plugins:nagios-plugins-http)
-msgid "Test the HTTP service on the specified host"
-msgstr ""
-
-#. summary(nagios-plugins:nagios-plugins-load)
-msgid "Test the current system load average"
-msgstr ""
-
-#. summary(nagios-plugins:nagios-plugins-tcp)
-msgid "Tests TCP and UDP connections"
-msgstr ""
-
-#. summary(links)
-msgid "Text-Based WWW Browser"
-msgstr ""
-
-#. summary(myspell-dictionaries:myspell-thai)
-msgid "Thai Dictionary for MySpell"
-msgstr ""
-
-#. description(zeromq:libzmq3)
+#. description(mono-core:mono-wcf)
msgid ""
-"The 0MQ lightweight messaging kernel is a library which extends the standard "
-"socket interfaces with features traditionally provided by specialised "
-"messaging middleware products. 0MQ sockets provide an abstraction of "
-"asynchronous message queues, multiple messaging patterns, message filtering "
-"(subscriptions), seamless access to multiple transport protocols and more.\n"
+"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"
-"This package holds the shared library part of the ZeroMQ package."
+"Mono implementation of WCF, Windows Communication Foundation"
msgstr ""
-#. description(myspell-dictionaries:myspell-african)
+#. description(mono-core:mono-web)
msgid ""
-"The African dictionary for MySpell.\n"
+"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"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"Mono implementation of ASP.NET, Remoting and Web Services."
msgstr ""
-#. description(myspell-dictionaries:myspell-albanian)
-msgid ""
-"The Albanian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mono-core:mono-winforms)
+msgid "Mono's Windows Forms implementation"
msgstr ""
-#. description(myspell-dictionaries:myspell-arabic)
+#. description(mono-core:mono-winforms)
msgid ""
-"The Arabic dictionary for MySpell.\n"
+"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"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"Mono's Windows Forms implementation."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-argentine)
-msgid ""
-"The Argentine Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(mono-core:mono-winfxcore)
+#, fuzzy
+msgid "Mono implementation of core WinFX APIs"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(myspell-dictionaries:myspell-armenian)
+#. description(mono-core:mono-winfxcore)
msgid ""
-"The Armenian dictionary for MySpell.\n"
+"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"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"Mono implementation of core WinFX APIs"
msgstr ""
-#. description(myspell-dictionaries:myspell-australian)
-msgid ""
-"The Australian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(xawtv:motv)
+msgid "Video4Linux TV application (Motif)"
msgstr ""
-#. description(myspell-dictionaries:myspell-brazilian)
+#. description(xawtv:motv)
msgid ""
-"The Brazilian Portuguese dictionary for MySpell.\n"
+"motv is a X11 application for watching TV with your Linux box. It supports video4linux devices (for example bttv cards, various USB webcams, ...).\tIt's based on xawtv's code, but uses Motif to provide a better GUI.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"Also includes the teletext/videotext viewer mtt."
msgstr ""
-#. description(myspell-dictionaries:myspell-british)
-msgid ""
-"The British dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mozc)
+msgid "Mozc - Japanese Input Method for Chromium OS, Mac and Linux"
msgstr ""
-#. description(myspell-dictionaries:myspell-bulgarian)
-msgid ""
-"The Bulgarian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(mozc)
+msgid "Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Mac and Linux. This open-source project originates from Google Japanese Input."
msgstr ""
-#. description(myspell-dictionaries:myspell-canadian)
-msgid ""
-"The Canadian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mozc:mozc-gui-tools)
+msgid "GUI tools for mozc"
msgstr ""
-#. description(myspell-dictionaries:myspell-catalan)
-msgid ""
-"The Catalan dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(mozc:mozc-gui-tools)
+msgid "This package provides config, word-register, dictioaly, character-palette, handwriting tools."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-chilean)
-msgid ""
-"The Chilean Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mozilla-nspr:mozilla-nspr-devel)
+msgid "Netscape Portable Runtime development files"
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-colombian)
-msgid ""
-"The Colombian Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mozilla-nss:mozilla-nss-devel)
+msgid "Network (Netscape) Security Services development files"
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-costa-rican)
-msgid ""
-"The Costa Rican Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mozilla-nss:mozilla-nss-tools)
+msgid "Tools for developing, debugging, and managing applications that use NSS"
msgstr ""
-#. description(myspell-dictionaries:myspell-croatian)
-msgid ""
-"The Croatian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(mozilla-nss:mozilla-nss-tools)
+msgid "The NSS Security Tools allow developers to test, debug, and manage applications that use NSS."
msgstr ""
-#. description(myspell-dictionaries:myspell-czech)
-msgid ""
-"The Czech dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(mpfr:mpfr-devel)
+#, fuzzy
+msgid "Development files for the GNU multiple-precision floating-point library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(myspell-dictionaries:myspell-danish)
+#. description(mpfr:mpfr-devel)
msgid ""
-"The Danish dictionary for MySpell.\n"
+"Development files for the GNU multiple-precision floating-point library.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-dominican)
-msgid ""
-"The Dominican Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mpt-status)
+msgid "Program Showing the Status of LSI 1030 RAID Controller"
msgstr ""
-#. description(myspell-dictionaries:myspell-dutch)
-msgid ""
-"The Dutch dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(mpt-status)
+msgid "This program shows the status of the physical and logical drives attached to a LSI 1030 RAID (mptlinux, fusion, mpt, ioc) controller."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-ecuadorian)
-msgid ""
-"The Ecuadorian Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(mtpaint)
+msgid "Painting program for creating icons and pixel-based artwork"
msgstr ""
-#. description(myspell-dictionaries:myspell-esperanto)
-msgid ""
-"The Esperanto dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(mtpaint)
+msgid "mtPaint is a simple painting program designed for creating icons and pixel-based artwork. It can edit indexed palette or 24 bit RGB images and offers basic painting and palette manipulation tools. Its main file format is PNG, although it can also handle JPEG, GIF, TIFF, BMP, XPM, and XBM files."
msgstr ""
-#. description(myspell-dictionaries:myspell-estonian)
+#. summary(mtr)
+#, fuzzy
+msgid "Ping and Traceroute Network Diagnostic Tool"
+msgstr "Ferramenta de Diagnóstico de Rede"
+
+#. description(mtr)
msgid ""
-"The Estonian dictionary for MySpell.\n"
+"Mtr is a network diagnostic tool that combines Ping and Traceroute into one program. This package contains the mtr version with an ncurses interface, in other words, the text mode version is usable in a shell (telnet or SSH session, for example).\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"Find the graphical version in the mtr-gtk package."
msgstr ""
-#. description(myspell-dictionaries:myspell-faroese)
-msgid ""
-"The Faroese dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(multipath-tools)
+msgid "Tools to Manage Multipathed Devices with the device-mapper"
msgstr ""
-#. description(myspell-dictionaries:myspell-french)
+#. description(multipath-tools)
msgid ""
-"The French dictionary for MySpell.\n"
+"This package provides the tools to manage multipathed devices by instructing the device-mapper multipath module what to do. The tools are:\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"- multipath: scans the system for multipathed devices, assembles them, and updates the device-mapper's maps\n"
+"\n"
+"- multipathd: waits for maps events then execs multipath\n"
+"\n"
+"- devmap-name: provides a meaningful device name to udev for devmaps\n"
+"\n"
+"- kpartx: maps linear devmaps to device partitions, which makes multipath maps partionable"
msgstr ""
-#. summary(mailman)
-msgid "The GNU Mailing List Manager"
+#. summary(mutt)
+msgid "Mail Program"
msgstr ""
-#. description(make)
-msgid "The GNU make command with extensive documentation."
+#. description(mutt)
+msgid "A very powerful mail user agent. It supports (among other nice things) highlighting, threading, and PGP. It takes some time to get used to, however."
msgstr ""
-#. description(patch)
-msgid ""
-"The GNU patch program is used to apply diffs between original and changed "
-"files (generated by the diff command) to the original files."
+#. summary(mxml)
+msgid "Small XML Parsing Library"
msgstr ""
-#. description(myspell-dictionaries:myspell-galician)
+#. description(mxml)
msgid ""
-"The Galician dictionary for MySpell.\n"
+"Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large nonstandard libraries.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"This package holds the commandline tools for mxml."
msgstr ""
-#. description(myspell-dictionaries:myspell-greek)
+#. summary(myspell-dictionaries)
+#, fuzzy
+msgid "A Source Package for Dictionaries Used by MySpell"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(myspell-dictionaries)
msgid ""
-"The Greek dictionary for MySpell.\n"
+"This source package contains dictionaries for MySpell.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"The MySpell spell-checker is used by the OpenOffice.org office suite, the Mozilla Composer, and the Mozilla Mail message composition window."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-guatemalan)
-msgid ""
-"The Guatemalan Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(myspell-dictionaries:myspell-lightproof-en)
+msgid "Lightproof for en"
msgstr ""
-#. description(myspell-dictionaries:myspell-gujarati)
-msgid ""
-"The Gujarati dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(myspell-dictionaries:myspell-lightproof-en)
+msgid "Lightproof grammar checker information for en."
msgstr ""
-#. description(myspell-dictionaries:myspell-hebrew)
-msgid ""
-"The Hebrew dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(myspell-dictionaries:myspell-lightproof-hu_HU)
+msgid "Lightproof for hu_HU"
msgstr ""
-#. description(myspell-dictionaries:myspell-hindi)
-msgid ""
-"The Hindi dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(myspell-dictionaries:myspell-lightproof-hu_HU)
+msgid "Lightproof grammar checker information for hu_HU."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-honduran)
-msgid ""
-"The Honduran Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(myspell-dictionaries:myspell-lightproof-pt_BR)
+msgid "Lightproof for pt_BR"
msgstr ""
-#. description(myspell-dictionaries:myspell-hungarian)
-msgid ""
-"The Hungarian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(myspell-dictionaries:myspell-lightproof-pt_BR)
+msgid "Lightproof grammar checker information for pt_BR."
msgstr ""
-#. description(myspell-dictionaries:myspell-icelandic)
-msgid ""
-"The Icelandic dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(myspell-dictionaries:myspell-lightproof-ru_RU)
+msgid "Lightproof for ru_RU"
msgstr ""
-#. description(myspell-dictionaries:myspell-indonese)
-msgid ""
-"The Indonese dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(myspell-dictionaries:myspell-lightproof-ru_RU)
+msgid "Lightproof grammar checker information for ru_RU."
msgstr ""
-#. description(myspell-dictionaries:myspell-irish)
-msgid ""
-"The Irish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(nasm)
+msgid "Netwide Assembler (An x86 Assembler)"
msgstr ""
-#. description(myspell-dictionaries:myspell-italian)
+#. description(nasm)
msgid ""
-"The Italian dictionary for MySpell.\n"
+"NASM is a prototype general-purpose x86 assembler. It can currently output several binary formats, including ELF, a.out, Win32, and OS/2.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"Read the licence agreement in /usr/share/doc/packages/nasm/Licence."
msgstr ""
-#. description(oro)
-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."
+#. summary(nautilus-share)
+msgid "A Quick and Easy Way to Share Folders in Nautilus Via Samba"
msgstr ""
-#. description(myspell-dictionaries:myspell-kinyarwanda)
+#. description(nautilus-share)
msgid ""
-"The Kinyarwanda dictionary for MySpell.\n"
+"Application for the GNOME desktop integrated in Nautilus, that allows simple use of Nautilus shares without signing in as root.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
-
-#. description(myspell-dictionaries:myspell-kiswahili)
-msgid ""
-"The Kiswahili dictionary for MySpell.\n"
+"Features: * A new entry in your Nautilus right-click menu with a nice icon.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"* A simple dialog to share your folder, which allows you to choose a name and decide whether to make it read-only.\n"
+"\n"
+"* Possibility to access it from the Properties tab of your folder.\n"
+"\n"
+"* Possibility to see whether a share name already exists by simply typing it.\n"
+"\n"
+"* Nautilus displays a palm icon to visually show you which folders are shared."
msgstr ""
-#. description(myspell-dictionaries:myspell-korean)
-msgid ""
-"The Korean dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(nbd)
+#. summary(nbd:nbd-doc)
+msgid "Network Block Device Server and Client Utilities"
msgstr ""
-#. description(myspell-dictionaries:myspell-kurdish)
+#. description(nbd)
msgid ""
-"The Kurdish dictionary for MySpell.\n"
+"This package contains nbd-server. It is the server backend for the nbd network block device driver that's in the Linux kernel.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"nbd can be used to have a filesystem stored on another machine. It does provide a block device, not a file system; so unless you put a clustering filesystem on top of it, you can't access it simultaneously from more than one client. Use NFS or a real cluster FS (such as ocfs2) if you want to do this. nbd-server can export a file (which may contain a filesystem image) or a partition. Swapping over nbd is possible as well, though it's said not to be safe against OOM and should not be used for that case. nbd-server also has a copy-on-write mode where changes are saved to a separate file and thrown away when the connection closes.\n"
+"\n"
+"The package also contains the nbd-client tools, which you need to configure the nbd devices on the client side."
msgstr ""
-#. description(myspell-dictionaries:myspell-latvian)
+#. description(nbd:nbd-doc)
msgid ""
-"The Latvian dictionary for MySpell.\n"
+"This package contains the HTML documentation for the network block device (nbd) utilities.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"nbd can be used to have a filesystem stored on another machine. It does provide a block device, not a file system; so unless you put a clustering filesystem on top of it, you can't access it simultaneously from more than one client. Use NFS or a real cluster FS (such as ocfs2) if you want to do this. nbd-server can export a file (which may contain a filesystem image) or a partition. Swapping over nbd is possible as well, though it's said not to be safe against OOM and should not be used for that case. nbd-server also has a copy-on-write mode where changes are saved to a separate file and thrown away when the connection closes."
msgstr ""
-#. description(openldap2)
-#, fuzzy
-msgid ""
-"The Lightweight Directory Access Protocol (LDAP) is used to access online "
-"directory services. It runs directly over TCP and can be used to access a "
-"stand-alone LDAP directory service or to access a directory service that has "
-"an X.500 back-end."
+#. summary(nemiver)
+msgid "Nemiver graphical debugger"
msgstr ""
-"Configura um servidor de directório com OpenLDAP e Kerberos. O Lightweight "
-"Directory Access Protocol (LDAP) é utilizado para aceder a serviços online "
-"de directório. Corre directamente sobre TCP e pode ser utilizado para aceder "
-"a um directório LDAP isolado ou para aceder a um serviço de directório que "
-"tem um back-end X.500."
-#. summary(lilo)
-msgid "The Linux Loader, a Boot Menu"
+#. description(nemiver)
+msgid "Nemiver is a standalone graphical debugger that integrates well in the GNOME desktop environment. It currently features a backend which uses the well known GNU Debugger gdb to debug C / C++ programs."
msgstr ""
-#. description(myspell-dictionaries:myspell-lithuanian)
+#. summary(net-snmp)
+#, fuzzy
+msgid "SNMP Daemon"
+msgstr "Daemon FAM"
+
+#. description(net-snmp)
msgid ""
-"The Lithuanian dictionary for MySpell.\n"
+"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"- An extensible agent for responding to SNMP queries including built-in support for a wide range of MIB information modules\n"
+"- Command-line applications to retrieve and manipulate information from SNMP-capable devices\n"
+"- A daemon application for receiving SNMP notifications\n"
+"- A library for developing new SNMP applications, with C and Perl APIs\n"
+"- A graphical MIB browser.\n"
+"\n"
+"This package was originally based on the CMU 2.1.2.1 snmp code. It was renamed from cmu-snmp to ucd-snmp in 1995 and later renamed from ucd-snmp to net-snmp in November 2000."
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(net-snmp:net-snmp-devel)
+#, fuzzy
+msgid "Development files from net-snmp"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(myspell-dictionaries:myspell-macedonian)
+#. description(net-snmp:net-snmp-devel)
msgid ""
-"The Macedonian dictionary for MySpell.\n"
+"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
-
-#. description(myspell-dictionaries:myspell-malagasy)
-msgid ""
-"The Malagasy dictionary for MySpell.\n"
+"* An extensible agent for responding to SNMP queries including built-in support for a wide range of MIB information modules\n"
+"* Command-line applications to retrieve and manipulate information from SNMP-capable devices\n"
+"* A daemon application for receiving SNMP notifications\n"
+"* A library for developing new SNMP applications, with C and Perl APIs\n"
+"* A graphical MIB browser.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"This package holds the development headers, libraries and API documentation from the net-snmp package."
msgstr ""
-#. description(myspell-dictionaries:myspell-malay)
-msgid ""
-"The Malay dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(netpbm)
+msgid "A Powerful Graphics Conversion Package"
msgstr ""
-#. description(myspell-dictionaries:myspell-maory)
-msgid ""
-"The Maory dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(netpbm)
+msgid "The latest version of the Portable Bitmap Plus Utilities. This large package, which is by now available for all hardware platforms, provides tools for graphics conversion. Using these tools, images can be converted from virtually any format into any other format. A few of the supported formats include: GIF, PC-Paintbrush, IFF ILBM, Gould Scanner file, MTV ray tracer, Atari Degas .pi1 and .pi3, Macintosh PICT, HP Paintjet file, QRT raytracer, AUTOCAD slide, Atari Spectrum (compressed and uncompressed), Andrew Toolkit raster object, and many more. On top of that, man pages are included for all tools."
msgstr ""
-#. description(myspell-dictionaries:myspell-marathi)
-msgid ""
-"The Marathi dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. description(nfs-utils:nfs-doc)
+#, fuzzy
+msgid "This package contains additional NFS documentation."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(myspell-dictionaries:myspell-mexican)
-msgid ""
-"The Mexican dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(nfs-utils:nfs-kernel-server)
+msgid "Support Utilities for Kernel nfsd"
msgstr ""
-#. description(mono-core)
-msgid ""
-"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."
+#. description(nfs-utils:nfs-kernel-server)
+msgid "This package contains support for the kernel based NFS server. You can tune the number of server threads via the sysconfig variable USE_KERNEL_NFSD_NUMBER. For quota over NFS support, install the quota package."
msgstr ""
-#. description(mono-core:mono-data)
-msgid ""
-"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"
-"Database connectivity for Mono."
+#. summary(nkf)
+msgid "Network Kanji Code Conversion Filter"
msgstr ""
-#. description(mono-core:mono-locale-extras)
+#. description(nkf)
msgid ""
-"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"
+"Nkf is a yet another Kanji code converter among networks, hosts, and terminals. It converts input Kanji code to designated Kanji code, such as 7-bit JIS, MS-kanji (shifted-JIS) or EUC.\n"
"\n"
-"Extra locale information."
-msgstr ""
-
-#. description(mono-core:mono-extras)
-msgid ""
-"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"
+"One of the most unique facility of nkf is the guess of the input kanji code. It currently recognizes 7-bit JIS, MS-kanji (shifted-JIS), and EUC. So users do not need the input Kanji code specification.\n"
"\n"
-"Extra packages."
+"By default, X0201 kana is converted into X0208 kana. For X0201 kana, SO/SI, SSO and ESC-(-I methods are supported. For automatic code detection, nkf assumes no X0201 kana in MS-Kanji. To accept X0201 in MS-Kanji, use -X, -x, or -S."
msgstr ""
-#. description(mono-core:mono-mvc)
-msgid ""
-"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 implementation of ASP.NET MVC."
-msgstr ""
+#. summary(nmap)
+#, fuzzy
+msgid "Portscanner"
+msgstr "Scanner de vírus"
-#. description(mono-core:mono-web)
+#. description(nmap)
msgid ""
-"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"
+"Nmap is designed to allow system administrators and curious individuals to scan large networks to determine which hosts are up and what services they are offering. XNmap is a graphical front-end that shows nmap's output clearly.\n"
"\n"
-"Mono implementation of ASP.NET, Remoting and Web Services."
+"Find documentation in /usr/share/doc/packages/nmap"
msgstr ""
-#. description(mono-core:mono-wcf)
-msgid ""
-"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 implementation of WCF, Windows Communication Foundation"
-msgstr ""
+#. summary(ntp:ntp-doc)
+#, fuzzy
+msgid "Additional Package Documentation for ntp"
+msgstr "Documento"
-#. description(mono-core:mono-winfxcore)
+#. description(ntp:ntp-doc)
msgid ""
-"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"
+"The complete set of documentation for building and configuring an NTP server or client. The documentation is in the form of HTML files suitable for browsing and contains links to additional documentation at various web sites.\n"
"\n"
-"Mono implementation of core WinFX APIs"
+"What about NTP? Understanding and using the Network Time Protocol (A first try on a non-technical Mini-HOWTO and FAQ on NTP). Edited by Ulrich Windl and David Dalton."
msgstr ""
-#. description(mono-basic)
-msgid ""
-"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."
+#. summary(numad)
+msgid "Userspace daemon that automatically binds workloads to NUMA nodes"
msgstr ""
-#. description(mono-core:mono-winforms)
-msgid ""
-"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 Windows Forms implementation."
+#. description(numad)
+msgid "numad is a userspace daemon that monitors NUMA usage and resource usage and attempts to configure workloads using cpusets to use a subset of CPUs and memory nodes to maximise the number local memory access for best performance. Alternatively, it can be used to give hints as to how workloads should be manually bound to CPUs and memory nodes. This daemon is primarily intended for scenarios where there are multiple processes each which fit within a NUMA node. Examples of such configurations are virtual machine instances where each VM is smaller than a NUMA node or running multiple JVMs where each instance fits within a NUMA node. If the workload is one process that spans two or more nodes such as a large database server or a single JVM instance then numad is likely to regress performance."
msgstr ""
-#. description(mono-core:mono-devel)
-msgid ""
-"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. This package contains compilers and other tools needed to "
-"develop .NET applications.\n"
-"\n"
-"Mono development tools."
+#. summary(nut)
+msgid "Network UPS Tools Core (Uninterruptible Power Supply Monitoring)"
msgstr ""
-#. description(mrtg)
+#. description(nut)
msgid ""
-"The Multi Router Traffic Grapher is a tool primarily used to monitor the "
-"traffic load on network links (typically by using SNMP). MRTG generates HTML "
-"pages containing PNG images which provide a LIVE visual representation of "
-"this traffic. MRTG typically produces daily, weekly, monthly, and yearly "
-"graphs.\n"
+"Core package of Network UPS Tools.\n"
"\n"
-"In addition to monitoring via SNMP, MRTG can also generate graphs based on "
-"the output of any application, allowing one to generate graphs of anything "
-"that needs monitoring (for example, CPU and memory usage, email volumes, web "
-"hits, etc). For faster data collection, MRTG can also interface to RRDtool.\n"
+"Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware.\n"
"\n"
-"The mrtg-doc package contains additional documentation, contributed scripts "
-"and configuration files that used to form part of the mrtg package."
+"Detailed information about supported hardware can be found in /usr/share/doc/packages/nut."
msgstr ""
-#. summary(mrtg)
-msgid "The Multirouter Traffic Grapher"
+#. summary(libwnck2:libwnck2-lang)
+msgid "Languages for package libwnck2"
msgstr ""
-#. summary(nagios)
-msgid "The Nagios Network Monitor"
+#. description(libwnck2:libwnck2-lang)
+msgid "Provides translations to the package libwnck2"
msgstr ""
-#. summary(nagios-plugins)
-msgid "The Nagios Plug-Ins"
-msgstr ""
+#. summary(xfce4-branding-openSUSE:libxfce4ui-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE Branding of libxfce4ui"
+msgstr "O pacote não está assinalado"
-#. summary(nepomuk-core:nepomuk-core-devel)
+#. description(xfce4-branding-openSUSE:libxfce4ui-branding-openSUSE)
#, fuzzy
-msgid "The Nepomuk Core Library"
-msgstr "Novell e Linux"
+msgid "This package provides the openSUSE look and feel for the libxfce4ui library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(myspell-dictionaries:myspell-spanish-nicaraguan)
-msgid ""
-"The Nicaraguan Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(libxfce4ui:libxfce4ui-lang)
+#, fuzzy
+msgid "Languages for package libxfce4ui"
+msgstr "Idiomas Sami (Outro)"
-#. description(myspell-dictionaries:myspell-sotho-northern)
-msgid ""
-"The Northern Sotho dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. description(libxfce4ui:libxfce4ui-lang)
+#, fuzzy
+msgid "Provides translations to the package libxfce4ui"
+msgstr "Aguardar por aplicativo kicker"
-#. description(myspell-dictionaries:myspell-norsk-bokmaal)
-msgid ""
-"The Norwegian Bokmaal dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(libxfce4util:libxfce4util-lang)
+#, fuzzy
+msgid "Languages for package libxfce4util"
+msgstr "Idiomas Sami (Outro)"
-#. description(myspell-dictionaries:myspell-norsk-nynorsk)
-msgid ""
-"The Norwegian Nynorsk dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(libxfce4util:libxfce4util-lang)
+#, fuzzy
+msgid "Provides translations to the package libxfce4util"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(lightdm-gtk-greeter-branding-openSUSE)
+msgid "openSUSE branding of lightdm-gtk-greeter"
msgstr ""
-#. summary(ocaml)
+#. description(lightdm-gtk-greeter-branding-openSUSE)
#, fuzzy
-msgid "The Objective Caml Compiler and Programming Environment"
-msgstr "Ambiente de Programação Logo"
+msgid "This package provides the openSUSE look and feel for lightdm-gtk-greeter."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(myspell-dictionaries:myspell-occitan-lengadocian)
-msgid ""
-"The Occitan Lengadocian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(lightdm-gtk-greeter:lightdm-gtk-greeter-lang)
+#, fuzzy
+msgid "Languages for package lightdm-gtk-greeter"
+msgstr "Idiomas Sami (Outro)"
-#. summary(opensp)
-msgid "The OpenJade Group's SGML and XML Parsing Tools"
-msgstr ""
+#. description(lightdm-gtk-greeter:lightdm-gtk-greeter-lang)
+#, fuzzy
+msgid "Provides translations to the package lightdm-gtk-greeter"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(openldap2)
+#. summary(lightdm:lightdm-lang)
#, fuzzy
-msgid "The OpenLDAP Server"
-msgstr "Servidor Web e LAMP"
+msgid "Languages for package lightdm"
+msgstr "Idiomas Sami (Outro)"
-#. summary(openslp:openslp-server)
-msgid "The OpenSLP Implementation of the Service Location Protocol V2"
-msgstr ""
+#. description(lightdm:lightdm-lang)
+#, fuzzy
+msgid "Provides translations to the package lightdm"
+msgstr "Aguardar por aplicativo kicker"
-#. description(myspell-dictionaries:myspell-spanish-panamanian)
-msgid ""
-"The Panamanian Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(linux-glibc-devel)
+msgid "Linux headers for userspace development"
msgstr ""
-#. description(myspell-dictionaries:myspell-persian)
-msgid ""
-"The Persian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(linux-glibc-devel)
+msgid "This package provides Linux kernel headers, the kernel API description required for compilation of almost all programs. This is the userspace interface; compiling external kernel modules requires kernel-(flavor)-devel, or kernel-syms to pull in all kernel-*-devel, packages, instead."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-peruvian)
-msgid ""
-"The Peruvian Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(lklug-fonts)
+msgid "\"Lanka Linux User Group\" OpenType Font for Sinhala"
msgstr ""
-#. description(myspell-dictionaries:myspell-polish)
-msgid ""
-"The Polish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(lklug-fonts)
+msgid "\"Lanka Linux User Group\" OpenType font for Sinhala copyright 2004 by Yannis Haralambous. OTF tables added by Anuradha Ratnaweera an d Harshani Devadithya, and modified by Harshula Jayasuriya. \"Kunddaliya\" glyph Copyright (c) 2006 Harshula Jayasuriya"
msgstr ""
-#. description(myspell-dictionaries:myspell-portuguese)
-msgid ""
-"The Portuguese dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(log4j)
+msgid "Java logging tool"
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-puerto-rican)
-msgid ""
-"The Puerto Rican Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(log4j)
+msgid "Log4j is a tool to help the programmer output log statements to a variety of output targets."
msgstr ""
-#. description(myspell-dictionaries:myspell-romanian)
-msgid ""
-"The Romanian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(log4net)
+msgid "A .NET framework for logging"
msgstr ""
-#. description(myspell-dictionaries:myspell-russian)
-msgid ""
-"The Russian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(log4net)
+msgid "log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime"
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-salvadorean)
-msgid ""
-"The Salvadorean Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(lxappearance:lxappearance-lang)
+msgid "Languages for package lxappearance"
msgstr ""
-#. description(myspell-dictionaries:myspell-gaelic-scots)
-msgid ""
-"The Scottish Gaelic dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(lxappearance:lxappearance-lang)
+msgid "Provides translations to the package lxappearance"
msgstr ""
-#. description(myspell-dictionaries:myspell-serbian-cyrillic)
-msgid ""
-"The Serbian Cyrillic dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(lxappearance-obconf:lxappearance-obconf-lang)
+#, fuzzy
+msgid "Languages for package lxappearance-obconf"
+msgstr "Idiomas Sami (Outro)"
-#. description(myspell-dictionaries:myspell-sinhala)
-msgid ""
-"The Sinhala dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. description(lxappearance-obconf:lxappearance-obconf-lang)
+#, fuzzy
+msgid "Provides translations to the package lxappearance-obconf"
+msgstr "Aguardar por aplicativo kicker"
-#. description(myspell-dictionaries:myspell-slovak)
-msgid ""
-"The Slovak dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(lxcc)
+#, fuzzy
+msgid "LXDE Control Center"
+msgstr "Centro de Controle"
-#. description(myspell-dictionaries:myspell-slovene)
-msgid ""
-"The Slovene dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(lxcc)
+msgid "lxcc provides a simple and fast LXDE Control Center"
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish)
-msgid ""
-"The Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(lxde-common)
+#, fuzzy
+msgid "This package provides a set of default configurations for LXDE"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(MozillaThunderbird)
-msgid "The Stand-Alone Mozilla Mail Component"
+#. description(lxde-common)
+msgid "Lxde-common package provides a set of default configurations for LXDE. It's an LXDE core package, since without it LXDE cannot run."
msgstr ""
-#. description(myspell-dictionaries:myspell-swati)
-msgid ""
-"The Swati dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(lxde-common-branding-openSUSE)
+msgid "openSUSE branding for LXDE"
msgstr ""
-#. description(myspell-dictionaries:myspell-swedish)
-msgid ""
-"The Swedish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(lxde-common-branding-openSUSE)
+msgid "This branding-style package sets openSUSE style improvements into LXDE. You should always prefer branding-openSUSE packages to branding-upstream."
msgstr ""
-#. description(myspell-dictionaries:myspell-swedish-finland)
-msgid ""
-"The Swedish in Finland dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(lxinput:lxinput-lang)
+#, fuzzy
+msgid "Languages for package lxinput"
+msgstr "Idiomas Sami (Outro)"
-#. description(myspell-dictionaries:myspell-tagalog)
-msgid ""
-"The Tagalog dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. description(lxinput:lxinput-lang)
+#, fuzzy
+msgid "Provides translations to the package lxinput"
+msgstr "Aguardar por aplicativo kicker"
-#. description(myspell-dictionaries:myspell-thai)
-msgid ""
-"The Thai dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(lxmenu-data)
+msgid "A tool to build desktop menu for LXDE"
msgstr ""
-#. description(myspell-dictionaries:myspell-ukrainian)
+#. description(lxmenu-data)
msgid ""
-"The Ukrainian dictionary for MySpell.\n"
+"LXSession is the default X11 session manager of LXDE. (LXDE: Lightweight X11 Desktop Environment) http://lxde.sourceforge.net/\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"This package provides files required to build freedesktop.org menu spec-compliant desktop menus for LXDE."
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-uruguayan)
-msgid ""
-"The Uruguayan Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(lxmusic:lxmusic-lang)
+msgid "Languages for package lxmusic"
msgstr ""
-#. description(myspell-dictionaries:myspell-valencian)
-msgid ""
-"The Valencian dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(lxmusic:lxmusic-lang)
+msgid "Provides translations to the package lxmusic"
msgstr ""
-#. description(myspell-dictionaries:myspell-venda)
-msgid ""
-"The Venda dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(lxpanel:lxpanel-lang)
+msgid "Languages for package lxpanel"
msgstr ""
-#. description(myspell-dictionaries:myspell-spanish-venezuelan)
-msgid ""
-"The Venezuelan Spanish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(lxpanel:lxpanel-lang)
+msgid "Provides translations to the package lxpanel"
msgstr ""
-#. description(myspell-dictionaries:myspell-vietnamese)
-msgid ""
-"The Vietnamese dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. summary(lxrandr:lxrandr-lang)
+#, fuzzy
+msgid "Languages for package lxrandr"
+msgstr "Idiomas Sami (Outro)"
-#. description(myspell-dictionaries:myspell-welsh)
-msgid ""
-"The Welsh dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
-msgstr ""
+#. description(lxrandr:lxrandr-lang)
+#, fuzzy
+msgid "Provides translations to the package lxrandr"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libXrandr:libXrandr-devel)
-msgid ""
-"The X Resize, Rotate and Reflect Extension (RandR) allows clients to "
-"dynamically change X screens, so as to resize, to change the orientation and "
-"layout of the root window of a screen.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXrandr2."
-msgstr ""
+#. summary(lxtask:lxtask-lang)
+#, fuzzy
+msgid "Languages for package lxtask"
+msgstr "Idiomas Sami (Outro)"
-#. description(libXv:libXv-devel)
-msgid ""
-"The X Video Extension (Xv) extension provides support for video adaptors "
-"attached to an X display. It takes the approach that a display may have one "
-"or more video adaptors, each of which has one or more ports through which "
-"independent video streams pass.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXv1."
-msgstr ""
+#. description(lxtask:lxtask-lang)
+#, fuzzy
+msgid "Provides translations to the package lxtask"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libXScrnSaver:libXScrnSaver-devel)
-msgid ""
-"The X Window System provides support for changing the image on a display "
-"screen after a user-settable period of inactivity to avoid burning the "
-"cathode ray tube phosphors. This extension allows an external \"screen saver"
-"\" client to detect when the alternate image is to be displayed and to "
-"provide the graphics.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXss1."
+#. summary(lxterminal:lxterminal-lang)
+msgid "Languages for package lxterminal"
msgstr ""
-#. description(libXtst:libXtst-devel)
-msgid ""
-"The XTEST extension is a minimal set of client and server extensions "
-"required to completely test the X11 server with no user intervention. This "
-"extension is not intended to support general journaling and playback of user "
-"actions.\n"
-"\n"
-"The RECORD extension supports the recording and reporting of all core X "
-"protocol and arbitrary X extension protocol.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXtst6."
+#. description(lxterminal:lxterminal-lang)
+msgid "Provides translations to the package lxterminal"
msgstr ""
-#. description(myspell-dictionaries:myspell-xhosa)
-msgid ""
-"The Xhosa dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(m17n-db)
+msgid "Database Needed by the m17n Library m17n-lib"
msgstr ""
-#. description(libXmu:libXmu-devel)
-msgid ""
-"The Xmu/Xmuu libraries are a collection of miscellaneous (some might say "
-"random) utility functions that have been useful in building various "
-"applications and widgets.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXmu6 and libXmuu1."
+#. description(m17n-db)
+msgid "Database that is needed by the m17n library \"m17n-lib\"."
msgstr ""
-#. description(libXrender:libXrender-devel)
-msgid ""
-"The Xrender library is designed as a lightweight library interface to the "
-"Render extension.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXrender1."
-msgstr ""
+#. summary(make:make-lang)
+#, fuzzy
+msgid "Languages for package make"
+msgstr "Idiomas Sami (Outro)"
-#. description(myspell-dictionaries:myspell-yiddish)
-msgid ""
-"The Yiddish dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(make:make-lang)
+#, fuzzy
+msgid "Provides translations to the package make"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(makedev)
+msgid "Script for Creating Device Files in /dev"
msgstr ""
-#. description(myspell-dictionaries:myspell-zulu)
+#. description(makedev)
msgid ""
-"The Zulu dictionary for MySpell.\n"
+"This package contains the MAKEDEV script, which makes it easy to create and maintain the files in the /dev directory.\n"
"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+"You do not need this script on SUSE Linux, but it is needed for FHS 2.1."
msgstr ""
-#. description(ntp:ntp-doc)
-msgid ""
-"The complete set of documentation for building and configuring an NTP server "
-"or client. The documentation is in the form of HTML files suitable for "
-"browsing and contains links to additional documentation at various web "
-"sites.\n"
-"\n"
-"What about NTP? Understanding and using the Network Time Protocol (A first "
-"try on a non-technical Mini-HOWTO and FAQ on NTP). Edited by Ulrich Windl "
-"and David Dalton."
+#. summary(malaga-suomi)
+msgid "Description of Finnish Morphology Written in Malaga"
msgstr ""
-#. description(nepomuk-core:nepomuk-core-devel)
-#, fuzzy
-msgid "The devel package of the core library for nepomuk"
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. summary(lzop)
-msgid "The fastest compressor and decompressor around"
+#. description(malaga-suomi)
+msgid "Suomi-Malaga is a description of Finnish morphology written in Malaga."
msgstr ""
-#. description(netpbm)
-msgid ""
-"The latest version of the Portable Bitmap Plus Utilities. This large "
-"package, which is by now available for all hardware platforms, provides "
-"tools for graphics conversion. Using these tools, images can be converted "
-"from virtually any format into any other format. A few of the supported "
-"formats include: GIF, PC-Paintbrush, IFF ILBM, Gould Scanner file, MTV ray "
-"tracer, Atari Degas .pi1 and .pi3, Macintosh PICT, HP Paintjet file, QRT "
-"raytracer, AUTOCAD slide, Atari Spectrum (compressed and uncompressed), "
-"Andrew Toolkit raster object, and many more. On top of that, man pages are "
-"included for all tools."
+#. summary(man-pages)
+msgid "Linux Manual Pages"
msgstr ""
-#. description(libxslt-python)
-msgid ""
-"The libxslt-python package contains a module that permits applications "
-"written in the Python programming language to use the interface supplied by "
-"the libxslt library to apply XSLT transformations.\n"
-"\n"
-"This library allows parsing stylesheets. It uses the libxml2-python to load "
-"and save XML and HTML files. Direct access to XPath and the XSLT "
-"transformation context are possible. Thus it is possible to extend the XSLT "
-"language with XPath functions written in Python."
+#. description(man-pages)
+msgid "A large collection of man pages (documentation) from the Linux Documentation Project (LDP). The man pages are organized into the following sections: Section 1, user commands (intro only); Section 2, system calls; Section 3, libc calls; Section 4, devices (e.g., hd, sd); Section 5, file formats and protocols (e.g., wtmp, /etc/passwd, nfs); Section 6, games (intro only); Section 7, conventions, macro packages, etc. (e.g., nroff, ascii); and Section 8, system administration (intro only)."
msgstr ""
-#. description(listres)
-msgid ""
-"The listres program generates a list of X resources for a widget in an X "
-"client written using a toolkit based on libXt."
+#. summary(man-pages-ja)
+msgid "LDP Manual Pages (Japanese)"
msgstr ""
-#. description(lndir)
-msgid ""
-"The lndir program makes a shadow copy of a directory tree, except that the "
-"shadow is not populated with real files but instead with symbolic links "
-"pointing at the real files in the original directory tree."
+#. description(man-pages-ja)
+msgid "These are the Japanese man pages of the Linux Documentation Project. Note that they are normally older than the English versions. For reference, you should use the English versions."
msgstr ""
-#. description(libXt:libXt-devel)
-msgid ""
-"The low level Xlib library provides functions for interacting with an X11 "
-"server, but does not provide any function for implementing the graphical "
-"objects (widgets) used in GUIs, such as buttons, menus, etc. The Xt library "
-"provides support for creating and using widget types, but does not provide "
-"any specific widget. Specific widgets are implemented by other libraries "
-"using Xt, such as Xaw and Motif.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXt6."
+#. summary(man-pages-posix)
+msgid "POSIX Manual Pages"
msgstr ""
-#. description(makedepend)
+#. description(man-pages-posix)
msgid ""
-"The makedepend program reads each sourcefile in sequence and parses it like "
-"a C-preprocessor so that it can correctly tell which #include directives "
-"would be used in a compilation.\n"
+"A large collection of man pages (reference material) from\n"
"\n"
-"These dependencies are then written to a makefile in such a way that make "
-"will know which object files must be recompiled when a dependency has "
-"changed."
+"\tIEEE Std 1003.1, 2013 Edition, Standard for Information \tTechnology--Portable Operating System Interface (POSIX), \tThe Open Group Base Specifications Issue 7, \tCopyright (C) 2013 by the Institute of Electrical and \tElectronics Engineers, Inc and The Open Group.\n"
+"\n"
+"The man pages are organized into the following sections:\n"
+"* 0p: POSIX headers\n"
+"* 1p: POSIX utilities\n"
+"* 3p: POSIX functions"
msgstr ""
-#. description(mhash:mhash-devel)
-msgid ""
-"The mhash library provides an easy way to access strong hashes such as MD5, "
-"SHA1, and other algorithms."
-msgstr ""
+#. summary(man-pages-zh_CN)
+#, fuzzy
+msgid "Simplified Chinese Linux man pages"
+msgstr "Aguardar por aplicativo kicker"
-#. description(mhash)
+#. description(man-pages-zh_CN)
msgid ""
-"The mhash library provides an easy way to access strong hashes, such as MD5, "
-"SHA1, and other algorithms."
+"Modern Linux man pages localization project for Chinese language.\n"
+"\n"
+"It's based on manpages-zh project, a successor for CMPP linux man pages translation project (discontinued), and Linux CN linux man pages translation project, with some new addons from openSUSE maintainers."
msgstr ""
-#. description(apparmor:pam_apparmor)
-msgid ""
-"The pam_apparmor module provides the means for any PAM applications that "
-"call pam_open_session() to automatically perform an AppArmor change_hat "
-"operation in order to switch to a user-specific security policy."
+#. summary(manufacturer-PPDs)
+msgid "PPD Files from Printer Manufacturers"
msgstr ""
-#. description(opensp)
+#. description(manufacturer-PPDs)
msgid ""
-"The tools in this package provide the ability to manage SGML and XML "
-"documents.\n"
+"PPD files from printer manufacturers that are under a free license.\n"
"\n"
-"This package contains the parser nsgmls and the related programs sgmlnorm, "
-"spcat, spam, spent, and sgml2xml (previously known as sx). Sgml2xml is "
-"useful as a tool for converting from SGML to XML, the coming WWW standard.\n"
+"For example, the original MIT license, shown for example under http://www.opensource.org/licenses/mit-license.php, is okay but not an often used modified MIT license, which does not allow redistribution if the file was altered in any way from its original form.\n"
"\n"
-"This package is a fork from James Clark's SP suite."
+"If you have a PostScript printer and there is no PPD file included in this package, ask your printer manufacturer for a PPD file or visit http://www.linuxprinting.org/ppd-doc.html."
msgstr ""
-#. description(man-pages-fr)
-msgid ""
-"These are the French man pages of the Linux Documentation Project. Note that "
-"they are normally older than the English versions. For reference, you "
-"should use the English versions."
-msgstr ""
+#. summary(marble:marble-data)
+#, fuzzy
+msgid "Generic map viewer: data"
+msgstr "Ambiente de Trabalho KDE"
-#. description(man-pages-it)
-msgid ""
-"These are the Italian man pages of the Linux Documentation Project. Note "
-"that they are normally older than the English versions. For reference, you "
-"should use the English versions."
+#. description(marble:marble-data)
+msgid "Marble is a viewer of map data. This package contains its data."
msgstr ""
-#. description(man-pages-ja)
-msgid ""
-"These are the Japanese man pages of the Linux Documentation Project. Note "
-"that they are normally older than the English versions. For reference, you "
-"should use the English versions."
-msgstr ""
+#. summary(marble:marble-doc)
+#, fuzzy
+msgid "Marble documentation"
+msgstr "Ajuda e Documentação de Suporte"
-#. description(man-pages-ko)
-msgid ""
-"These are the Korean man pages of the Linux Documentation Project. Note that "
-"they are normally older than the English versions. For reference, you should "
-"use the English versions."
-msgstr ""
+#. description(marble:marble-doc)
+#, fuzzy
+msgid "Marble is a viewer of map data. This package contains its documentation."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(man-pages-ru)
-msgid ""
-"These are the Russian man pages of the Linux Documentation Project. Note "
-"that they are normally older than the English versions. You should use the "
-"English versions as a reference."
+#. summary(meld)
+msgid "Visual diff and merge tool"
msgstr ""
-#. description(libXxf86vm:libXxf86vm-devel)
-msgid ""
-"These functions provide aninterface to the server extension XFree86-"
-"VidModeExtension which allows the video modes to be queried and adjusted "
-"dynamically and mode switching to be controlled.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXxf86vm1."
+#. description(meld)
+msgid "Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial."
msgstr ""
-#. description(lxde-common-branding-openSUSE)
-msgid ""
-"This branding-style package sets openSUSE style improvements into LXDE. You "
-"should always prefer branding-openSUSE packages to branding-upstream."
+#. summary(meld:meld-lang)
+msgid "Languages for package meld"
msgstr ""
-#. description(myspell-german-old)
-msgid ""
-"This dictionary supports spell checking according to the old German spelling "
-"rules.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. "
-"They are used by various desktop applications, for example, LibreOffice, "
-"Mozilla Thunderbird, and Mozilla Firefox."
+#. description(meld:meld-lang)
+msgid "Provides translations to the package meld"
msgstr ""
-#. description(ndesk-dbus)
-msgid ""
-"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 ""
+#. summary(mercurial:mercurial-lang)
+#, fuzzy
+msgid "Languages for package mercurial"
+msgstr "Idiomas Sami (Outro)"
-#. description(obs-service-verify_file)
-msgid ""
-"This is a source service for openSUSE Build Service.\n"
-"\n"
-"It allows to verify a file with a given sha256sum"
-msgstr ""
+#. description(mercurial:mercurial-lang)
+#, fuzzy
+msgid "Provides translations to the package mercurial"
+msgstr "Aguardar por aplicativo kicker"
-#. description(obs-service-tar_scm)
-msgid ""
-"This is a source service for openSUSE Build Service.\n"
-"\n"
-"It supports downloading from svn, git, hg and bzr repositories."
-msgstr ""
+#. summary(gtk2-metatheme-sonar:metatheme-sonar-common)
+#, fuzzy
+msgid "GTK+ and Metacity Sonar Theme -- Common Files"
+msgstr "Sistema GNOME"
-#. description(obs-service-recompress)
-msgid ""
-"This is a source service for openSUSE Build Service.\n"
-"\n"
-"It supports to compress, uncompress or recompress files from or to\n"
-"\n"
-" none : No Compression gz : Gzip Compression bz2 : Bzip2 Compression "
-"xz : XZ Compression"
+#. summary(mgopen-fonts)
+msgid "Free High-Quality Greek Fonts"
msgstr ""
-#. description(obs-service-download_files)
-msgid ""
-"This is a source service for openSUSE Build Service.\n"
-"\n"
-"This service is parsing all spec files and downloads all Source files which "
-"are specified via a http, https or ftp url."
+#. description(mgopen-fonts)
+msgid "Free high-quality Greek fonts created by Magenta Ltd."
msgstr ""
-#. description(obs-service-source_validator)
-msgid ""
-"This is a source service for openSUSE Build Service.\n"
-"\n"
-"This service runs all checks as required by openSUSE:Factory project. This "
-"can be used to guarantee that all checks succeed also on the service side. "
-"This plugin can be used via project wide defined services."
-msgstr ""
+#. summary(xfce4-branding-openSUSE:midori-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE Branding of midori"
+msgstr "O pacote não está assinalado"
-#. description(obs-service-format_spec_file)
-msgid ""
-"This is a source service for openSUSE Build Service.\n"
-"\n"
-"This source service is formating the spec file to SUSE standard. The "
-"rational behind is to make it easier to review spec files from unknown "
-"packagers.\n"
-"\n"
-"This should be used in \"trylocal\" mode, so that osc is adapting the "
-"existing spec file instead of creating a new one."
-msgstr ""
+#. description(xfce4-branding-openSUSE:midori-branding-openSUSE)
+#, fuzzy
+msgid "This package provides the openSUSE look and feel for the Midori web browser."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(obs-service-set_version)
-msgid ""
-"This is a source service for openSUSE Build Service.\n"
-"\n"
-"Very simply script to update the version in .spec or .dsc files according to "
-"a given version or to the existing files."
-msgstr ""
+#. summary(minicom:minicom-lang)
+#, fuzzy
+msgid "Languages for package minicom"
+msgstr "Idiomas Sami (Outro)"
-#. description(mlmmj)
-msgid ""
-"This is an attempt at implementing a mailing list manager with the same "
-"functionality as EZMLM, but with the MIT/X11 license and no mail server "
-"dependency."
-msgstr ""
+#. description(minicom:minicom-lang)
+#, fuzzy
+msgid "Provides translations to the package minicom"
+msgstr "Aguardar por aplicativo kicker"
-#. description(m2300w)
-msgid ""
-"This is an open source Linux printer driver for the Konica Minolta magicolor "
-"2300W and 2400W color laser printers. It requires Ghostscript and foomatic-"
-"filters. It is recommended to use this driver with CUPS.\n"
-"\n"
-"The current version 0.51 was released 2005-10-16 and the m2300w driver is no "
-"longer actively maintained which means that help, a workaround, or a bugfix "
-"is rather unlikely if there are issues with this driver."
-msgstr ""
+#. summary(mlocate:mlocate-lang)
+#, fuzzy
+msgid "Languages for package mlocate"
+msgstr "Idiomas Sami (Outro)"
-#. description(mailman)
-msgid ""
-"This is the GNU Mailing List manager. Mailman provides an easy-to-configure "
-"means of maintaining mailing lists including Web administration. Mailman is "
-"written in Python."
-msgstr ""
+#. description(mlocate:mlocate-lang)
+#, fuzzy
+msgid "Provides translations to the package mlocate"
+msgstr "Aguardar por aplicativo kicker"
-#. description(obconf)
-msgid ""
-"This is the official application from the Openbox developers to configure "
-"the Openbox window manager. It is not needed, but highly recommended when "
-"installing Openbox."
+#. summary(monapo-fonts)
+msgid "Monapo Japanese Truetype font"
msgstr ""
-#. description(xfce4-branding-openSUSE:openSUSE-xfce-icon-theme)
-msgid "This is the openSUSE Xfce Default Icon Theme."
+#. description(monapo-fonts)
+msgid "This package provides \"monapo\" Japanese TrueType font which is based on IPA fonts (v3). Monapo font is adjusted to be compatible with MS P Gothic so that it can show Japanese Ascii Art properly."
msgstr ""
-#. description(lightdm-gtk-greeter)
-msgid ""
-"This is the reference implementation of a LightDM greeter based on the GTK "
-"toolkit."
+#. summary(mtpaint:mtpaint-lang)
+#, fuzzy
+msgid "Languages for package mtpaint"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(mtpaint:mtpaint-lang)
+#, fuzzy
+msgid "Provides translations to the package mtpaint"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(mx4j)
+msgid "Open Source Implementation of JMX Java API"
msgstr ""
-#. description(pam_ssh)
-msgid ""
-"This module provides single sign-on behavior. The user types a passphrase "
-"when logging in and is allowed in if it decrypts the user s SSH private key. "
-"An ssh-agent is started and keys are added. For the entire session, the user "
-"types no more passwords."
+#. description(mx4j)
+msgid "OpenJMX is an open source implementation of the Java(TM) Management Extensions (JMX)."
msgstr ""
-#. description(nfs-utils:nfs-doc)
+#. summary(myspell-dictionaries:myspell-af_ZA)
#, fuzzy
-msgid "This package contains additional NFS documentation."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell af_ZA Dictionary"
+msgstr "Federação da Rússia"
-#. description(xine-lib:libxine-devel)
-msgid ""
-"This package contains all necessary include files, libraries and "
-"configuration files needed to compile applications that use the xine media "
-"player.\n"
-"\n"
-"xine is a video player which supports a large number of file formats (i.e., "
-"VCD, MPEG2) using plug-ins. Several plug-ins are included. Others can be "
-"post-installed. Supports stereo sound using OSS and AC5.1 using Alsa.\n"
-"\n"
-" This version of xine may lack certain features because of legal "
-"requirements (potential patent violation). See also http://www.opensuse.org/"
-"XINE#Legal_Matters\n"
-"\n"
-" More information about xine plug-ins can be found at http://www.xine-"
-"project.org/home"
+#. description(myspell-dictionaries:myspell-af_ZA)
+msgid "Afrikaans spelling dictionary, and hyphenation rules."
msgstr ""
-#. description(mono-qt4:mono-qt4-devel)
+#. summary(myspell-dictionaries:myspell-ar)
#, fuzzy
-msgid ""
-"This package contains development files for the .NET/Mono bindings for the "
-"Qt4 libraries."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell ar Dictionary"
+msgstr "Federação da Rússia"
-#. description(lokalize)
+#. description(myspell-dictionaries:myspell-ar)
#, fuzzy
-msgid "This package contains lokalize, an editor for translations"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Arabic spelling dictionary, and thesaurus Ayaspell."
+msgstr "Software Adicional"
-#. description(nbd)
-msgid ""
-"This package contains nbd-server. It is the server backend for the nbd "
-"network block device driver that's in the Linux kernel.\n"
-"\n"
-"nbd can be used to have a filesystem stored on another machine. It does "
-"provide a block device, not a file system; so unless you put a clustering "
-"filesystem on top of it, you can't access it simultaneously from more than "
-"one client. Use NFS or a real cluster FS (such as ocfs2) if you want to do "
-"this. nbd-server can export a file (which may contain a filesystem image) or "
-"a partition. Swapping over nbd is possible as well, though it's said not to "
-"be safe against OOM and should not be used for that case. nbd-server also "
-"has a copy-on-write mode where changes are saved to a separate file and "
-"thrown away when the connection closes.\n"
-"\n"
-"The package also contains the nbd-client tools, which you need to configure "
-"the nbd devices on the client side."
+#. summary(myspell-dictionaries:myspell-bg_BG)
+#, fuzzy
+msgid "MySpell bg_BG Dictionary"
+msgstr "Federação da Rússia"
+
+#. description(myspell-dictionaries:myspell-bg_BG)
+msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(MozillaFirefox:MozillaFirefox-translations-common)
+#. summary(myspell-dictionaries:myspell-bn_BD)
#, fuzzy
-msgid ""
-"This package contains several common languages for the user interface of "
-"Firefox."
-msgstr "Use este botão para iniciar o YaST para configuração permanente."
+msgid "MySpell bn_BD Dictionary"
+msgstr "Federação da Rússia"
-#. description(MozillaThunderbird:MozillaThunderbird-translations-common)
-msgid ""
-"This package contains several optional languages for the user interface of "
-"MozillaThunderbird."
-msgstr ""
+#. description(myspell-dictionaries:myspell-bn_BD)
+#. description(myspell-dictionaries:myspell-bn_IN)
+#, fuzzy
+msgid "Bengali spelling dictionary."
+msgstr "Federação da Rússia"
-#. description(zinnia:libzinnia0)
+#. summary(myspell-dictionaries:myspell-bn_IN)
#, fuzzy
-msgid "This package contains shared libraries used by zinnia."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell bn_IN Dictionary"
+msgstr "Federação da Rússia"
-#. description(nfs-utils:nfs-kernel-server)
-msgid ""
-"This package contains support for the kernel based NFS server. You can tune "
-"the number of server threads via the sysconfig variable "
-"USE_KERNEL_NFSD_NUMBER. For quota over NFS support, install the quota "
-"package."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-br_FR)
+#, fuzzy
+msgid "MySpell br_FR Dictionary"
+msgstr "Federação da Rússia"
-#. description(man-pages-cs)
-msgid "This package contains the Czech manual pages."
-msgstr ""
+#. description(myspell-dictionaries:myspell-br_FR)
+#, fuzzy
+msgid "Breton spelling dictionary."
+msgstr "Federação da Rússia"
-#. description(nbd:nbd-doc)
-msgid ""
-"This package contains the HTML documentation for the network block device "
-"(nbd) utilities.\n"
-"\n"
-"nbd can be used to have a filesystem stored on another machine. It does "
-"provide a block device, not a file system; so unless you put a clustering "
-"filesystem on top of it, you can't access it simultaneously from more than "
-"one client. Use NFS or a real cluster FS (such as ocfs2) if you want to do "
-"this. nbd-server can export a file (which may contain a filesystem image) or "
-"a partition. Swapping over nbd is possible as well, though it's said not to "
-"be safe against OOM and should not be used for that case. nbd-server also "
-"has a copy-on-write mode where changes are saved to a separate file and "
-"thrown away when the connection closes."
+#. summary(myspell-dictionaries:myspell-bs)
+msgid "MySpell bs Dictionary"
msgstr ""
-#. description(makedev)
-msgid ""
-"This package contains the MAKEDEV script, which makes it easy to create and "
-"maintain the files in the /dev directory.\n"
-"\n"
-"You do not need this script on SUSE Linux, but it is needed for FHS 2.1."
-msgstr ""
+#. description(myspell-dictionaries:myspell-bs)
+#. description(myspell-dictionaries:myspell-bs_BA)
+#, fuzzy
+msgid "Bosnian spelling dictionary."
+msgstr "Federação da Rússia"
-#. description(opencv:opencv-devel)
-msgid ""
-"This package contains the OpenCV C/C++ library and header files, as well as "
-"documentation. It should be installed if you want to develop programs that "
-"will use the OpenCV library."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-bs_BA)
+#, fuzzy
+msgid "MySpell bs_BA Dictionary"
+msgstr "Federação da Rússia"
-#. description(libyui-qt-graph:libyui-qt-graph5)
+#. summary(myspell-dictionaries:myspell-ca)
#, fuzzy
-msgid "This package contains the Qt graph component for libYUI."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell ca Dictionary"
+msgstr "Federação da Rússia"
-#. description(Mesa:Mesa-libEGL-devel)
-msgid ""
-"This package contains the development environment required for compiling "
-"programs against EGL native platform graphics interface library. EGL "
-"provides a platform-agnostic mechanism for creating rendering surfaces for "
-"use with other graphics libraries, such as OpenGL|ES and OpenVG.\n"
-"\n"
-"This package provides the development environment for compiling programs "
-"against the EGL library."
+#. description(myspell-dictionaries:myspell-ca)
+msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(orage:orage-doc)
+#. summary(myspell-dictionaries:myspell-cs_CZ)
#, fuzzy
-msgid "This package contains the documentation for orage."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell cs_CZ Dictionary"
+msgstr "Federação da Rússia"
-#. description(NetworkManager:NetworkManager-devel)
-msgid ""
-"This package contains various headers accessing some NetworkManager "
-"functionality from applications."
+#. description(myspell-dictionaries:myspell-cs_CZ)
+msgid "Czech spell check dictionary, hyphenation rules and thesaurus."
msgstr ""
-#. description(libxslt:libxslt-tools)
+#. summary(myspell-dictionaries:myspell-da_DK)
#, fuzzy
-msgid ""
-"This package contains xsltproc, a command line interface to the XSLT engine."
-msgstr "Use este botão para iniciar o YaST para configuração permanente."
+msgid "MySpell da_DK Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-common)
-msgid ""
-"This package includes the libraries (scripts) that are included by many of "
-"the standard checks."
+#. description(myspell-dictionaries:myspell-da_DK)
+msgid "Danish spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(monapo-fonts)
-msgid ""
-"This package provides \"monapo\" Japanese TrueType font which is based on "
-"IPA fonts (v3). Monapo font is adjusted to be compatible with MS P Gothic "
-"so that it can show Japanese Ascii Art properly."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-de)
+#, fuzzy
+msgid "MySpell de Dictionary"
+msgstr "Federação da Rússia"
-#. description(linux-glibc-devel)
-msgid ""
-"This package provides Linux kernel headers, the kernel API description "
-"required for compilation of almost all programs. This is the userspace "
-"interface; compiling external kernel modules requires kernel-(flavor)-devel, "
-"or kernel-syms to pull in all kernel-*-devel, packages, instead."
+#. description(myspell-dictionaries:myspell-de)
+#. description(myspell-dictionaries:myspell-de_AT)
+#. description(myspell-dictionaries:myspell-de_CH)
+#. description(myspell-dictionaries:myspell-de_DE)
+msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesaurus."
msgstr ""
-#. description(openconnect)
-msgid ""
-"This package provides a client for Cisco's \"AnyConnect\" VPN, which uses "
-"HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, by "
-"IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 "
-"Series and Cisco 7301 Routers, and probably others."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-de_AT)
+#, fuzzy
+msgid "MySpell de_AT Dictionary"
+msgstr "Federação da Rússia"
-#. description(openconnect:openconnect-devel)
-msgid ""
-"This package provides a client for Cisco's \"AnyConnect\" VPN, which uses "
-"HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, by "
-"IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 "
-"Series and Cisco 7301 Routers, and probably others.\n"
-"\n"
-"This packages provides development files and headers needed to build "
-"packages against openconnect"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-de_CH)
+#, fuzzy
+msgid "MySpell de_CH Dictionary"
+msgstr "Federação da Rússia"
-#. summary(lxde-common)
+#. summary(myspell-dictionaries:myspell-de_DE)
#, fuzzy
-msgid "This package provides a set of default configurations for LXDE"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell de_DE Dictionary"
+msgstr "Federação da Rússia"
-#. description(mozc:mozc-gui-tools)
-msgid ""
-"This package provides config, word-register, dictioaly, character-palette, "
-"handwriting tools."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-el_GR)
+#, fuzzy
+msgid "MySpell el_GR Dictionary"
+msgstr "Federação da Rússia"
-#. description(openldap2-client:openldap2-devel)
-msgid ""
-"This package provides the OpenLDAP libraries, header files, and "
-"documentation."
+#. description(myspell-dictionaries:myspell-el_GR)
+msgid "Greek spelling dictionary, and hyphenation rules."
msgstr ""
-#. summary(nuoveXT2-icon-theme)
+#. summary(myspell-dictionaries:myspell-en)
#, fuzzy
-msgid "This package provides the default LXDE icon theme"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell en Dictionary"
+msgstr "Federação da Rússia"
-#. description(nuoveXT2-icon-theme)
-msgid ""
-"This package provides the default LXDE icon theme. nuoveXT2-icon-theme is no "
-"more maintained from his author so LXDE project decided to maintain it and "
-"keep working on it"
+#. description(myspell-dictionaries:myspell-en)
+#. description(myspell-dictionaries:myspell-en_AU)
+#. description(myspell-dictionaries:myspell-en_CA)
+#. description(myspell-dictionaries:myspell-en_GB)
+#. description(myspell-dictionaries:myspell-en_US)
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker."
msgstr ""
-#. description(motif:libXm4)
+#. summary(myspell-dictionaries:myspell-en_AU)
#, fuzzy
-msgid "This package provides the main Motif shared library."
-msgstr "Aplicativos Usados Recentemente"
+msgid "MySpell en_AU Dictionary"
+msgstr "Federação da Rússia"
-#. description(lightdm-gtk-greeter-branding-openSUSE)
+#. summary(myspell-dictionaries:myspell-en_CA)
#, fuzzy
-msgid ""
-"This package provides the openSUSE look and feel for lightdm-gtk-greeter."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell en_CA Dictionary"
+msgstr "Federação da Rússia"
-#. description(xfce4-branding-openSUSE:midori-branding-openSUSE)
+#. summary(myspell-dictionaries:myspell-en_GB)
#, fuzzy
-msgid ""
-"This package provides the openSUSE look and feel for the Midori web browser."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell en_GB Dictionary"
+msgstr "Federação da Rússia"
-#. description(icinga:monitoring-tools)
+#. summary(myspell-dictionaries:myspell-en_US)
#, fuzzy
-msgid ""
-"This package provides the programs convertcfg, mini_epn and new_mini_epn for "
-"Icinga and Nagios."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "MySpell en_US Dictionary"
+msgstr "Federação da Rússia"
-#. description(mgetty)
-msgid ""
-"This package turns your computer into a fax machine. With some voice modems "
-"(Zyxel, Rockwell, and USR), you can even use your computer as an answering "
-"machine.\n"
-"\n"
-"Mgetty recognizes what kind of call it is receiving and does everything else "
-"automatically. It is able to accept data (login/PPP), fax, and (depending on "
-"your modem) voice calls. Find the documentation in /usr/share/doc/packages/"
-"mgetty and TeX Info files in /usr/share/info.\n"
-"\n"
-"The configuration files are in /etc/mgetty+sendfax."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es)
+#, fuzzy
+msgid "MySpell es Dictionary"
+msgstr "Software Adicional"
-#. description(nagios-plugins:nagios-plugins-nwstat)
-msgid ""
-"This plugin attempts to contact the MRTGEXT NLM running on a Novell server "
-"to gather the requested system information."
+#. description(myspell-dictionaries:myspell-es)
+#. description(myspell-dictionaries:myspell-es_AR)
+#. description(myspell-dictionaries:myspell-es_CL)
+#. description(myspell-dictionaries:myspell-es_CO)
+#. description(myspell-dictionaries:myspell-es_CR)
+#. description(myspell-dictionaries:myspell-es_DO)
+#. description(myspell-dictionaries:myspell-es_EC)
+#. description(myspell-dictionaries:myspell-es_ES)
+#. description(myspell-dictionaries:myspell-es_GT)
+#. description(myspell-dictionaries:myspell-es_HN)
+#. description(myspell-dictionaries:myspell-es_MX)
+#. description(myspell-dictionaries:myspell-es_NI)
+#. description(myspell-dictionaries:myspell-es_PA)
+#. description(myspell-dictionaries:myspell-es_PE)
+#. description(myspell-dictionaries:myspell-es_PR)
+#. description(myspell-dictionaries:myspell-es_SV)
+#. description(myspell-dictionaries:myspell-es_UY)
+#. description(myspell-dictionaries:myspell-es_VE)
+msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-overcr)
-msgid ""
-"This plugin attempts to contact the Over-CR collector daemon running on the "
-"remote UNIX server in order to gather the requested system information."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_AR)
+#, fuzzy
+msgid "MySpell es_AR Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-ide_smart)
-msgid ""
-"This plugin checks a local hard drive with the (Linux specific) SMART "
-"interface.\n"
-"\n"
-"Please read /usr/share/doc/packages/nagios-plugins-ide_smart/README.SuSE-"
-"check_ide_smart for details how to setup this check."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_CL)
+#, fuzzy
+msgid "MySpell es_CL Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-sensors)
-msgid "This plugin checks hardware status using the lm_sensors package."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_CO)
+#, fuzzy
+msgid "MySpell es_CO Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-disk)
-msgid ""
-"This plugin checks the amount of used disk space on a mounted file system "
-"and generates an alert if free space is less than one of the threshold "
-"values."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_CR)
+#, fuzzy
+msgid "MySpell es_CR Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-ntp_time)
-msgid ""
-"This plugin checks the clock offset between the local host and a remote NTP "
-"server. It is independent of any commandline programs or external libraries."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_DO)
+#, fuzzy
+msgid "MySpell es_DO Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-procs)
-msgid ""
-"This plugin checks the number of currently running processes and generates "
-"WARNING or CRITICAL states if the process count is outside the specified "
-"threshold ranges.\n"
-"\n"
-"The process count can be filtered by process owner, parent process PID, "
-"current state (e.g., 'Z'), or may be the total number of running processes."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_EC)
+#, fuzzy
+msgid "MySpell es_EC Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-mailq)
-msgid ""
-"This plugin checks the number of messages in the mail queue (supports "
-"multiple sendmail queues, qmail)."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_ES)
+#, fuzzy
+msgid "MySpell es_ES Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-users)
-msgid ""
-"This plugin checks the number of users currently logged in on the local "
-"system and generates an error if the number exceeds the thresholds specified."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_GT)
+#, fuzzy
+msgid "MySpell es_GT Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-linux_raid)
-msgid ""
-"This plugin checks the status of a local Linux software RAID via the /proc/"
-"mdstat interface."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_HN)
+#, fuzzy
+msgid "MySpell es_HN Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-nt)
-msgid ""
-"This plugin collects data from the NSClient service running on a Windows "
-"NT/2000/XP/2003 server."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_MX)
+#, fuzzy
+msgid "MySpell es_MX Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-ifoperstatus)
-msgid ""
-"This plugin monitors operational status of a particular network interface on "
-"the target host."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_NI)
+#, fuzzy
+msgid "MySpell es_NI Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-ifstatus)
-msgid ""
-"This plugin monitors operational status of each network interface on the "
-"target host."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_PA)
+#, fuzzy
+msgid "MySpell es_PA Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-log)
-msgid ""
-"This plugin provides a log file pattern detector - excluding old logfile "
-"entries and searching for the given query."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_PE)
+#, fuzzy
+msgid "MySpell es_PE Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-breeze)
-msgid ""
-"This plugin reports the signal strength of a Breezecom wireless equipment."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_PR)
+#, fuzzy
+msgid "MySpell es_PR Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-icmp)
-msgid ""
-"This plugin sends ICMP (ping) packets to the specified host. You can specify "
-"different RTA factors and acceptable packet loss.\n"
-"\n"
-"Please read /usr/share/doc/packages/nagios-plugins-icmp/README.SuSE-"
-"check_icmp for details how to setup this check."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_SV)
+#, fuzzy
+msgid "MySpell es_SV Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-dig)
-msgid "This plugin test the DNS service on the specified host using dig."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_UY)
+#, fuzzy
+msgid "MySpell es_UY Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-tcp)
-msgid ""
-"This plugin tests TCP connections with the specified host (or unix socket).\n"
-"\n"
-"This package contains the following checks:\n"
-"* check_clamd\n"
-"* check_ftp\n"
-"* check_imap\n"
-"* check_jabber\n"
-"* check_nntp\n"
-"* check_nntps\n"
-"* check_pop\n"
-"* check_simap\n"
-"* check_spop\n"
-"* check_ssmtp\n"
-"* check_tcp\n"
-"* check_udp"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-es_VE)
+#, fuzzy
+msgid "MySpell es_VE Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-http)
-msgid ""
-"This plugin tests the HTTP service on the specified host. It can test normal "
-"(http) and secure (https) servers, follow redirects, search for strings and "
-"regular expressions, check connection times, and report on certificate "
-"expiration times."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-et_EE)
+#, fuzzy
+msgid "MySpell et_EE Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-ups)
-msgid ""
-"This plugin tests the UPS service on the specified host.\n"
-"\n"
-"Network UPS Tools from www.networkupstools.org must be running for this "
-"plugin to work."
-msgstr ""
+#. description(myspell-dictionaries:myspell-et_EE)
+#, fuzzy
+msgid "Estonian spelling dictionary, and hyphenation rules."
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-dhcp)
-msgid ""
-"This plugin tests the availability of DHCP servers on a network.\n"
-"\n"
-"Please read /usr/share/doc/packages/nagios-plugins-dhcp/README.SuSE-"
-"check_dhcp for details how to setup this check."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-fr_CA)
+#, fuzzy
+msgid "MySpell fr_CA Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-load)
-msgid "This plugin tests the current system load average."
+#. description(myspell-dictionaries:myspell-fr_CA)
+#. description(myspell-dictionaries:myspell-fr_CH)
+#. description(myspell-dictionaries:myspell-fr_FR)
+msgid "French spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-by_ssh)
-msgid ""
-"This plugin uses SSH to execute commands on a remote host.\n"
-"\n"
-"The most common mode of use is to refer to a local identity file with the '-"
-"i' option. In this mode, the identity pair should have a null passphrase and "
-"the public key should be listed in the authorized_keys file of the remote "
-"host. Usually the key will be restricted to running only one command on the "
-"remote server. If the remote SSH server tracks invocation arguments, the one "
-"remote program may be an agent that can execute additional commands as proxy."
+#. summary(myspell-dictionaries:myspell-fr_CH)
+#, fuzzy
+msgid "MySpell fr_CH Dictionary"
+msgstr "Federação da Rússia"
+
+#. summary(myspell-dictionaries:myspell-fr_FR)
+#, fuzzy
+msgid "MySpell fr_FR Dictionary"
+msgstr "Federação da Rússia"
+
+#. summary(myspell-german-old)
+msgid "Old German Dictionary for MySpell"
msgstr ""
-#. description(nagios-plugins:nagios-plugins-dns)
+#. description(myspell-german-old)
msgid ""
-"This plugin uses the nslookup program to obtain the IP address for the given "
-"host/domain query.\n"
+"This dictionary supports spell checking according to the old German spelling rules.\n"
"\n"
-"An optional DNS server to use may be specified. If no DNS server is "
-"specified, the default server(s) specified in /etc/resolv.conf will be used."
+"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. They are used by various desktop applications, for example, LibreOffice, Mozilla Thunderbird, and Mozilla Firefox."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-real)
-msgid ""
-"This plugin will attempt to open an RTSP connection with the host. "
-"Successul connects return STATE_OK, refusals and timeouts return "
-"STATE_CRITICAL, other errors return STATE_UNKNOWN. Successful connects, but "
-"incorrect reponse messages from the host result in STATE_WARNING return "
-"values."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-gl)
+#, fuzzy
+msgid "MySpell gl Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-smtp)
-msgid ""
-"This plugin will attempt to open an SMTP connection with the given host."
+#. description(myspell-dictionaries:myspell-gl)
+msgid "Galician spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-file_age)
-msgid "This plugin will check either the age of files or their size."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-gu_IN)
+#, fuzzy
+msgid "MySpell gu_IN Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-mrtg)
-msgid ""
-"This plugin will check either the average or maximum value of one of the two "
-"variables recorded in an MRTG log file."
-msgstr ""
+#. description(myspell-dictionaries:myspell-gu_IN)
+#, fuzzy
+msgid "Gujarati spelling dictionary."
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-mrtgtraf)
-msgid ""
-"This plugin will check the incoming/outgoing transfer rates of a router, "
-"switch, etc recorded in an MRTG log. If the newest log entry is older than "
-"<expire_minutes>, a WARNING status is returned. If either the incoming or "
-"outgoing rates exceed the <icl> or <ocl> thresholds (in Bytes/sec), a "
-"CRITICAL status results. If either of the rates exceed the <iwl> or <owl> "
-"thresholds (in Bytes/sec), a WARNING status results."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-he_IL)
+#, fuzzy
+msgid "MySpell he_IL Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-time)
-msgid "This plugin will check the time on the specified host."
-msgstr ""
+#. description(myspell-dictionaries:myspell-he_IL)
+#, fuzzy
+msgid "Hebrew spelling dictionary."
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-dummy)
-msgid ""
-"This plugin will simply return the state corresponding to the numeric value "
-"of the <state> argument with optional text."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-hi_IN)
+#, fuzzy
+msgid "MySpell hi_IN Dictionary"
+msgstr "Federação da Rússia"
-#. description(mpt-status)
-msgid ""
-"This program shows the status of the physical and logical drives attached to "
-"a LSI 1030 RAID (mptlinux, fusion, mpt, ioc) controller."
-msgstr ""
+#. description(myspell-dictionaries:myspell-hi_IN)
+#, fuzzy
+msgid "Hindi spelling dictionary."
+msgstr "Federação da Rússia"
-#. summary(orage)
+#. summary(myspell-dictionaries:myspell-hr_HR)
#, fuzzy
-msgid "Time-managing Application for the Xfce Desktop Environment"
-msgstr "Ambiente de Trabalho KDE"
+msgid "MySpell hr_HR Dictionary"
+msgstr "Federação da Rússia"
-#. description(OpenPrintingPPDs)
-msgid ""
-"To set up a printer configuration a printer description file (PPD file) is "
-"required.\n"
-"\n"
-"A printer description file is not a driver.\n"
-"\n"
-"For non-PostScript printers a driver is needed together with a PPD file "
-"which matches exactly to the particular driver.\n"
-"\n"
-"For PostScript printers, a PPD file alone is sufficient (except for older "
-"PostScript level 1 printer models).\n"
-"\n"
-"The PPD files are provided in the following sub-packages depending on which "
-"kind of driver software is needed:\n"
-"\n"
-"OpenPrintingPPDs-ghostscript provides PPDs which use Ghostscript built-in "
-"drivers.\n"
-"\n"
-"OpenPrintingPPDs-hpijs provides PPDs which use the hpijs driver from HPLIP.\n"
-"\n"
-"OpenPrintingPPDs-postscript provides PPDs which need no driver."
+#. description(myspell-dictionaries:myspell-hr_HR)
+msgid "Croatian spelling dictionary, and hyphenation rules."
msgstr ""
-#. summary(mpi-selector)
-msgid "Tool to provide defaults for which MPI implementation to use"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-hu_HU)
+#, fuzzy
+msgid "MySpell hu_HU Dictionary"
+msgstr "Federação da Rússia"
-#. summary(ltrace)
-msgid "Trace the Library and System Calls a Program Makes"
+#. description(myspell-dictionaries:myspell-hu_HU)
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker FSF.hu Foundation."
msgstr ""
-#. summary(texinfo:makeinfo)
-msgid "Translate Texinfo documents to info format"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-is)
+#, fuzzy
+msgid "MySpell is Dictionary"
+msgstr "Software Adicional"
-#. description(nagios-plugins:nagios-plugins-ssh)
-msgid "Try to connect to an SSH server at specified server and port."
+#. description(myspell-dictionaries:myspell-is)
+msgid "Icelandic spelling dictionary and thesaurus."
msgstr ""
-#. summary(myspell-dictionaries:myspell-ukrainian)
-msgid "Ukrainian Dictionary for MySpell"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-it_IT)
+#, fuzzy
+msgid "MySpell it_IT Dictionary"
+msgstr "Federação da Rússia"
-#. summary(myspell-dictionaries:myspell-spanish-uruguayan)
-msgid "Uruguayan Spanish Dictionary for MySpell"
+#. description(myspell-dictionaries:myspell-it_IT)
+msgid "Italian spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(nagios-plugins:nagios-plugins-ping)
-msgid ""
-"Use ping to check connection statistics for a remote host.\n"
-"\n"
-"This plugin uses the ping command to probe the specified host for packet "
-"loss (percentage) and round trip average (milliseconds)."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-lt_LT)
+#, fuzzy
+msgid "MySpell lt_LT Dictionary"
+msgstr "Federação da Rússia"
-#. description(nagios-plugins:nagios-plugins-ntp_peer)
-msgid ""
-"Use this plugin to check the health of an NTP server. It supports checking "
-"the offset with the sync peer, the jitter and stratum.\n"
-"\n"
-"This plugin will not check the clock offset between the local host and NTP "
-"server; please use check_ntp_time for that purpose."
+#. description(myspell-dictionaries:myspell-lt_LT)
+msgid "Lithuanian spelling dictionary, and hyphenation rules."
msgstr ""
-#. summary(mkcomposecache)
-msgid "Utility to create Compose cache files"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-lv_LV)
+#, fuzzy
+msgid "MySpell lv_LV Dictionary"
+msgstr "Federação da Rússia"
-#. summary(lndir)
-msgid ""
-"Utility to create a shadow directory of symbolic links to another directory "
-"tree"
+#. description(myspell-dictionaries:myspell-lv_LV)
+msgid "Latvian spelling dictionary, and hyphenation rules."
msgstr ""
-#. summary(makedepend)
-msgid "Utility to create dependencies in makefiles"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-nb_NO)
+#, fuzzy
+msgid "MySpell nb_NO Dictionary"
+msgstr "Federação da Rússia"
-#. summary(listres)
-msgid "Utility to list X resources in widgets"
+#. description(myspell-dictionaries:myspell-nb_NO)
+#. description(myspell-dictionaries:myspell-nn_NO)
+#. description(myspell-dictionaries:myspell-no)
+msgid "Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. summary(myspell-dictionaries:myspell-valencian)
-msgid "Valencian Dictionary for MySpell"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-nl_BE)
+#, fuzzy
+msgid "MySpell nl_BE Dictionary"
+msgstr "Federação da Rússia"
-#. summary(myspell-dictionaries:myspell-venda)
-msgid "Venda Dictionary for MySpell"
+#. description(myspell-dictionaries:myspell-nl_BE)
+#. description(myspell-dictionaries:myspell-nl_NL)
+msgid "Dutch spelling dictionary, and hyphenation rules."
msgstr ""
-#. summary(myspell-dictionaries:myspell-spanish-venezuelan)
-msgid "Venezuelan Spanish Dictionary for MySpell"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-nl_NL)
+#, fuzzy
+msgid "MySpell nl_NL Dictionary"
+msgstr "Federação da Rússia"
-#. summary(xine-lib:libxine2)
-msgid "Video Player with Plug-Ins"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-nn_NO)
+#, fuzzy
+msgid "MySpell nn_NO Dictionary"
+msgstr "Federação da Rússia"
-#. summary(xawtv:motv)
-msgid "Video4Linux TV application (Motif)"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-no)
+#, fuzzy
+msgid "MySpell no Dictionary"
+msgstr "Federação da Rússia"
-#. summary(myspell-dictionaries:myspell-vietnamese)
-msgid "Vietnamese Dictionary for MySpell"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-pl_PL)
+#, fuzzy
+msgid "MySpell pl_PL Dictionary"
+msgstr "Federação da Rússia"
-#. summary(meld)
-msgid "Visual diff and merge tool"
+#. description(myspell-dictionaries:myspell-pl_PL)
+msgid "Polish spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. summary(linphone)
-msgid "Web Phone"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-pt_BR)
+#, fuzzy
+msgid "MySpell pt_BR Dictionary"
+msgstr "Federação da Rússia"
-#. summary(myspell-dictionaries:myspell-welsh)
-msgid "Welsh Dictionary for MySpell"
-msgstr ""
+#. description(myspell-dictionaries:myspell-pt_BR)
+#, fuzzy
+msgid "Spelling, hyphenation and grammar checking tools for Brazilian Portuguese."
+msgstr "Aguardar por aplicativo kicker"
-#. summary(libXp:libXp6)
+#. summary(myspell-dictionaries:myspell-pt_PT)
#, fuzzy
-msgid "X Printing Extension client library"
-msgstr "Detecção de Hardware do SUSE"
+msgid "MySpell pt_PT Dictionary"
+msgstr "Federação da Rússia"
-#. summary(libXTrap:libXTrap6)
-msgid "X event Trap extension"
+#. description(myspell-dictionaries:myspell-pt_PT)
+msgid "European Portuguese spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(libXvMC:libXvMC-devel)
-msgid ""
-"X-Video Motion Compensation (XvMC), is an extension of the X video extension "
-"(Xv) for the X Window System. The XvMC API allows video programs to offload "
-"portions of the video decoding process to the GPU video-hardware.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXvMC1."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-ro)
+#, fuzzy
+msgid "MySpell ro Dictionary"
+msgstr "Federação da Rússia"
-#. summary(libxkbui:libxkbui1)
-msgid "X11 keyboard UI presentation library"
+#. description(myspell-dictionaries:myspell-ro)
+#. description(myspell-dictionaries:myspell-ro_RO)
+msgid "rospell Romanian spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. summary(libXxf86dga:libXxf86dga1)
-msgid "XFree86-DGA extension client library"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-ro_RO)
+#, fuzzy
+msgid "MySpell ro_RO Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXft:libXft-devel)
-msgid ""
-"Xft is a library that connects X applications with the FreeType font "
-"rasterization library. Xft uses fontconfig to locate fonts so it has no "
-"configuration files.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXft2."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-ru_RU)
+#, fuzzy
+msgid "MySpell ru_RU Dictionary"
+msgstr "Federação da Rússia"
-#. summary(myspell-dictionaries:myspell-xhosa)
-msgid "Xhosa Dictionary for MySpell"
+#. description(myspell-dictionaries:myspell-ru_RU)
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker."
msgstr ""
-#. description(libXinerama:libXinerama-devel)
-msgid ""
-"Xinerama is an extension to the X Window System which enables multi-headed X "
-"applications and window managers to use two or more physical displays as one "
-"large virtual display.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXinerama1."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-si_LK)
+#, fuzzy
+msgid "MySpell si_LK Dictionary"
+msgstr "Federação da Rússia"
-#. summary(libXprintAppUtil:libXprintAppUtil1)
+#. description(myspell-dictionaries:myspell-si_LK)
#, fuzzy
-msgid "Xprint application utility routines"
-msgstr "Browser de Aplicativos"
+msgid "Sinhala spelling dictionary."
+msgstr "Federação da Rússia"
-#. summary(libXprintUtil:libXprintUtil1)
-msgid "Xprint printer utility client library"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-sk_SK)
+#, fuzzy
+msgid "MySpell sk_SK Dictionary"
+msgstr "Federação da Rússia"
-#. description(libyajl:libyajl2)
-msgid ""
-"YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and "
-"a small validating JSON generator."
+#. description(myspell-dictionaries:myspell-sk_SK)
+msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(yaz:libyaz-devel)
-msgid ""
-"YAZ is a C library for developing client and server applications using the "
-"ANSI/NISO Z39.50 protocol for Information Retrieval."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-sl_SI)
+#, fuzzy
+msgid "MySpell sl_SI Dictionary"
+msgstr "Federação da Rússia"
-#. summary(libyajl:libyajl2)
-msgid "Yet Another JSON Library"
+#. description(myspell-dictionaries:myspell-sl_SI)
+msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. summary(myspell-dictionaries:myspell-yiddish)
-msgid "Yiddish Dictionary for MySpell"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-sr)
+#, fuzzy
+msgid "MySpell sr Dictionary"
+msgstr "Federação da Rússia"
-#. summary(yaz:libyaz-devel)
-msgid "Z39"
+#. description(myspell-dictionaries:myspell-sr)
+msgid "Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules."
msgstr ""
-#. summary(myspell-dictionaries:myspell-zulu)
-msgid "Zulu Dictionary for MySpell"
-msgstr ""
+#. summary(myspell-dictionaries:myspell-sv_SE)
+#, fuzzy
+msgid "MySpell sv_SE Dictionary"
+msgstr "Federação da Rússia"
-#. description(libxml++:libxml++-2_6-2)
-msgid ""
-"libXML++ provides a C++ interface for XML files. It presently uses libxml2 "
-"to access the XML files."
-msgstr ""
+#. description(myspell-dictionaries:myspell-sv_SE)
+#, fuzzy
+msgid "Swedish spelling dictionary, and thesaurus."
+msgstr "Federação da Rússia"
-#. description(libXres:libXres-devel)
-msgid ""
-"libXRes provides an X Window System client interface to the Resource "
-"extension to the X protocol. The Resource extension allows for X clients to "
-"see and monitor the X resource usage of various clients (pixmaps, et al).\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXRes1."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-te)
+#, fuzzy
+msgid "MySpell te Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXTrap:libXTrap6)
-msgid ""
-"libXTrap provides an interface to the DEC-XTRAP extension, which allows for "
-"capture and synthesis of core input events."
+#. description(myspell-dictionaries:myspell-te)
+#. description(myspell-dictionaries:myspell-te_IN)
+msgid "Telugu spelling dictionary, and hyphenation rules."
msgstr ""
-#. description(libXTrap:libXTrap-devel)
-msgid ""
-"libXTrap provides an interface to the DEC-XTRAP extension, which allows for "
-"capture and synthesis of core input events.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXTrap6."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-te_IN)
+#, fuzzy
+msgid "MySpell te_IN Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXi:libXi-devel)
-msgid ""
-"libXi is the client-side library for the X Input Extension.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXi6."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-th_TH)
+#, fuzzy
+msgid "MySpell th_TH Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXp:libXp6)
-msgid ""
-"libXp provides APIs to allow client applications to render to non-display "
-"devices."
-msgstr ""
+#. description(myspell-dictionaries:myspell-th_TH)
+#, fuzzy
+msgid "Thai spelling dictionary."
+msgstr "Federação da Rússia"
-#. description(libXp:libXp-devel)
-msgid ""
-"libXp provides APIs to allow client applications to render to non-display "
-"devices.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXp6."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-uk_UA)
+#, fuzzy
+msgid "MySpell uk_UA Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXpm:libXpm-devel)
-msgid ""
-"libXpm facilitates working with XPM (X PixMap), a format for storing/"
-"retrieving X pixmaps to/from files.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXpm4."
+#. description(myspell-dictionaries:myspell-uk_UA)
+msgid "Ukrainian spelling dictionary, hyphenation rules, and thesaurus."
msgstr ""
-#. description(libXprintUtil:libXprintUtil1)
-msgid ""
-"libXprintUtil provides utility Xpu APIs allowing client applications to "
-"access and manipulate information about printer capabilities from an Xprint "
-"server."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-vi)
+#, fuzzy
+msgid "MySpell vi Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXprintUtil:libXprintUtil-devel)
-msgid ""
-"libXprintUtil provides utility Xpu APIs allowing client applications to "
-"access and manipulate information about printer capabilities from an Xprint "
-"server.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXprintUtil1."
-msgstr ""
+#. description(myspell-dictionaries:myspell-vi)
+#. description(myspell-dictionaries:myspell-vi_VN)
+#, fuzzy
+msgid "Vietnamese spelling dictionary."
+msgstr "Federação da Rússia"
-#. description(libXxf86dga:libXxf86dga1)
-msgid ""
-"libXxf86dga provides the XFree86-DGA extension, which allows direct graphics "
-"access to a framebuffer-like region, and also allows relative mouse "
-"reporting, et al. It is mainly used by games and emulators for games."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-vi_VN)
+#, fuzzy
+msgid "MySpell vi_VN Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXxf86dga:libXxf86dga-devel)
-msgid ""
-"libXxf86dga provides the XFree86-DGA extension, which allows direct graphics "
-"access to a framebuffer-like region, and also allows relative mouse "
-"reporting, et al. It is mainly used by games and emulators for games.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXxf86dga1."
-msgstr ""
+#. summary(myspell-dictionaries:myspell-zu_ZA)
+#, fuzzy
+msgid "MySpell zu_ZA Dictionary"
+msgstr "Federação da Rússia"
-#. description(libXxf86misc:libXxf86misc-devel)
-msgid ""
-"libXxf86misc provides an interface to the XFree86-Misc extension, which "
-"allows client applications to query the current keyboard and mouse settings "
-"of the running XFree86-based (XFree86, Xorg) server.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXxf86misc1."
-msgstr ""
+#. description(myspell-dictionaries:myspell-zu_ZA)
+#, fuzzy
+msgid "Zulu hyphenation rules."
+msgstr "Federação da Rússia"
-#. description(xine-lib:libxine2-pulse)
-msgid "libxine sound output plugin for the pulseaudio soundserver"
+#. summary(mysql-connector-java)
+msgid "Official JDBC Driver for MySQL"
msgstr ""
-#. description(libxkbfile:libxkbfile-devel)
-msgid ""
-"libxkbfile is used by the X servers and utilities to parse the XKB "
-"configuration data files.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libxkbfile1."
+#. description(mysql-connector-java)
+msgid "MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL."
msgstr ""
-#. description(libxkbui:libxkbui1)
-msgid ""
-"libxkbui provides an interface to easily present XKB layouts as graphical "
-"widgets."
+#. summary(nanum-fonts)
+msgid "Nanum Korean TrueType Fonts"
msgstr ""
-#. description(libxkbui:libxkbui-devel)
-msgid ""
-"libxkbui provides an interface to easily present XKB layouts as graphical "
-"widgets.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libxkbui1."
+#. description(nanum-fonts)
+msgid "Collection of Nanum Korean TrueType fonts: NanumBrush, NanumGothic, NanumMyeongjo and NanumPen."
msgstr ""
-#. description(libXprintAppUtil:libXprintAppUtil1)
-msgid ""
-"libxprintapputil provides utility Xpau APIs allowing client applications to "
-"access information about and control Xprint jobs from an Xprint server."
+#. summary(nanum-fonts:nanum-gothic-coding-fonts)
+msgid "Nanum Gothic Coding Korean TrueType Fonts"
msgstr ""
-#. description(libXprintAppUtil:libXprintAppUtil-devel)
-msgid ""
-"libxprintapputil provides utility Xpau APIs allowing client applications to "
-"access information about and control Xprint jobs from an Xprint server.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXprintAppUtil1."
+#. description(nanum-fonts:nanum-gothic-coding-fonts)
+msgid "Collection of Nanum Gothic Coding Korean TrueType fonts."
msgstr ""
-#. description(libzip:libzip-devel)
-msgid ""
-"libzip is a C library for reading, creating, and modifying zip archives. "
-"This package contains devel files."
-msgstr ""
+#. summary(nautilus-share:nautilus-share-lang)
+#, fuzzy
+msgid "Languages for package nautilus-share"
+msgstr "Idiomas Sami (Outro)"
-#. description(log4net)
-msgid ""
-"log4net is a tool to help the programmer output log statements to a variety "
-"of output targets. log4net is a port of the excellent log4j framework to "
-"the .NET runtime"
-msgstr ""
+#. description(nautilus-share:nautilus-share-lang)
+#, fuzzy
+msgid "Provides translations to the package nautilus-share"
+msgstr "Aguardar por aplicativo kicker"
-#. description(lzop)
-msgid ""
-"lzop is a file compressor similar to gzip. Its main advantages over gzip are "
-"much higher compression and decompression speed at the cost of compression "
-"ratio.\n"
-"\n"
-"lzop was designed with the following goals in mind:\n"
-"- speed (both compression and decompression)\n"
-"- reasonable drop-in compatibility to gzip\n"
-"- portability"
-msgstr ""
+#. summary(nemiver:nemiver-lang)
+#, fuzzy
+msgid "Languages for package nemiver"
+msgstr "Idiomas Sami (Outro)"
-#. description(makedumpfile)
-msgid ""
-"makedumpfile is a dump program to shorten the size of dump file. It copies "
-"only the necessary pages for analysis with various dump levels, and can "
-"compress the page data. The obtained dump file can by analyzed via gdb or "
-"crash utility."
-msgstr ""
+#. description(nemiver:nemiver-lang)
+#, fuzzy
+msgid "Provides translations to the package nemiver"
+msgstr "Aguardar por aplicativo kicker"
-#. description(mcelog)
-msgid ""
-"mcelog retrieves machine check events from an x86-64 kernel in a cron job, "
-"decodes them, and logs them to /var/log/mcelog.\n"
-"\n"
-"A machine check event is a hardware error detected by the CPU.\n"
-"\n"
-"It should run on any x86-64 system.\n"
-"\n"
-"In addition, it allows decoding machine check kernel panic messages."
+#. summary(notify-sharp)
+msgid "A C# client implementation for Desktop Notifications"
msgstr ""
-#. description(mkcomposecache)
+#. description(notify-sharp)
msgid ""
-"mkcomposecache is used for creating global (system-wide) Compose cache "
-"files.\n"
+"notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon. It is inspired by the libnotify API.\n"
"\n"
-"Compose cache files help with application startup times and memory usage, "
-"especially in locales with large Compose tables (e.g. all UTF-8 locales)."
+"Desktop Notifications provide a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time."
msgstr ""
-#. description(xawtv:motv)
-msgid ""
-"motv is a X11 application for watching TV with your Linux box. It supports "
-"video4linux devices (for example bttv cards, various USB webcams, ...)."
-"\tIt's based on xawtv's code, but uses Motif to provide a better GUI.\n"
-"\n"
-"Also includes the teletext/videotext viewer mtt."
-msgstr ""
+#. summary(nuoveXT2-icon-theme)
+#, fuzzy
+msgid "This package provides the default LXDE icon theme"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(mtpaint)
-msgid ""
-"mtPaint is a simple painting program designed for creating icons and pixel-"
-"based artwork. It can edit indexed palette or 24 bit RGB images and offers "
-"basic painting and palette manipulation tools. Its main file format is PNG, "
-"although it can also handle JPEG, GIF, TIFF, BMP, XPM, and XBM files."
+#. description(nuoveXT2-icon-theme)
+msgid "This package provides the default LXDE icon theme. nuoveXT2-icon-theme is no more maintained from his author so LXDE project decided to maintain it and keep working on it"
msgstr ""
-#. description(notify-sharp)
-msgid ""
-"notify-sharp is a C# client implementation for Desktop Notifications, i.e. "
-"notification-daemon. It is inspired by the libnotify API.\n"
-"\n"
-"Desktop Notifications provide a standard way of doing passive pop-up "
-"notifications on the Linux desktop. These are designed to notify the user of "
-"something without interrupting their work with a dialog box that they must "
-"close. Passive popups can automatically disappear after a short period of "
-"time."
+#. summary(gcc5:libtsan0)
+msgid "The GNU Compiler Thread Sanitizer Runtime Library"
msgstr ""
-#. description(ortp:ortp-devel)
+#. description(gcc5:libtsan0)
msgid ""
-"oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). "
-"It is available for most unix clones (primilarly Linux and HP-UX), and "
-"Microsoft Windows.\n"
-"\n"
-"This package contains header files and development libraries needed to "
-"develop programs using the oRTP library."
+"The runtime library needed to run programs compiled with the\n"
+"-fsanitize=thread option of the GNU Compiler Collection (GCC)."
msgstr ""
-#. description(oclock)
-msgid ""
-"oclock is a simple analog clock using the SHAPE extension to make a round "
-"(possibly transparent) window."
+#. summary(libvirt:libvirt-daemon-driver-libxl)
+msgid "Libxl driver plugin for the libvirtd daemon"
msgstr ""
-#. summary(xfce4-branding-openSUSE:midori-branding-openSUSE)
-#, fuzzy
-msgid "openSUSE Branding of midori"
-msgstr "O pacote não está assinalado"
-
-#. summary(osc)
-msgid "openSUSE Build Service Commander"
+#. description(libvirt:libvirt-daemon-driver-libxl)
+msgid "The Libxl driver plugin for the libvirtd daemon, providing an implementation of the hypervisor driver APIs using libxl."
msgstr ""
-#. summary(xfce4-branding-openSUSE:openSUSE-xfce-icon-theme)
-msgid "openSUSE Xfce Default Icon Theme"
+#. summary(libvirt:libvirt-daemon-xen)
+msgid "Server side daemon & driver required to run XEN guests"
msgstr ""
-#. summary(lxde-common-branding-openSUSE)
-msgid "openSUSE branding for LXDE"
+#. description(libvirt:libvirt-daemon-xen)
+msgid "Server side daemon and driver required to manage the virtualization capabilities of XEN"
msgstr ""
-#. summary(lightdm-gtk-greeter-branding-openSUSE)
-msgid "openSUSE branding of lightdm-gtk-greeter"
+#. summary(nspluginwrapper)
+msgid "Compatibility Layer for Netscape 4 Plug-Ins"
msgstr ""
-#. description(xine-lib:libxine2)
+#. description(nspluginwrapper)
msgid ""
-"xine is a video player with a graphical front-end that supports a large "
-"number of file formats (VCD and MPEG2, for example) using plug-ins. Several "
-"plug-ins are included. Others can be installed after xine installation. xine "
-"supports stereo sound using OSS and AC5.1 using Alsa.\n"
+"nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. It enables you to use plugins on platforms they were not built for. For example, you can use the plugins compiled for i386 in Mozilla on Linux/x86_64 or other architectures. This package consists of:\n"
"\n"
-" This version of xine may lack certain features because of legal "
-"requirements (potential patent violation). See also http://www.opensuse.org/"
-"XINE#Legal_Matters\n"
+"* npviewer: the plug-in viewer\n"
"\n"
-" More information about xine plug-ins can be found at http://www.xine-"
-"project.org/home"
+"* npwrapper.so: the browser-side plug-in\n"
+"\n"
+"* nspluginwrapper: a tool to manage plug-ins installation and update"
msgstr ""
#, fuzzy
-#~ msgid "A Stroke Translation Library"
-#~ msgstr "Exibir Configuração"
+#~ msgid "A cross platform Zero Configuration Networking library for Mono"
+#~ msgstr "Criptografia"
#, fuzzy
-#~ msgid "A collection of english templates for LibreOffice."
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Brazilian Portuguese Dictionary for MySpell"
+#~ msgstr "Software Adicional"
#, fuzzy
-#~ msgid "A compilation of German templates for LibreOffice."
+#~ msgid "Collection of algorithms for computer vision"
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "A4 Size Label Templates for LibreOffice"
+#~ msgid "Contains the development files for the Okteta Hex Editor"
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "American Thesaurus Dictionary for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Development files and headers for openconnect"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Argentine Spanish Thesaurus Dictionary for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Development files for the Okteta Hex Editor"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Australian Thesaurus Dictionary for LibreOffice"
+#~ msgid "Dictionaries for Open Chinese Convert"
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Austrian Thesaurus Dictionary for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Documentation for orage"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "British Thesaurus Dictionary for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Extra locale information"
+#~ msgstr "Alternar informações"
#, fuzzy
-#~ msgid "Bulgarian Thesaurus Dictionary for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "GNU patch"
+#~ msgstr "patch"
#, fuzzy
-#~ msgid "Catalan Thesaurus Dictionary for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Headers, libraries and docs for the mediastreamer2 library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Czech Thesaurus Dictionary for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Headers, libraries and docs for the oRTP library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Danish Thesaurus Dictionary for LibreOffice"
+#~ msgid "Korean Dictionary for MySpell"
+#~ msgstr "Software Adicional"
+
+#, fuzzy
+#~ msgid "Language translation files for mlocate"
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Data Files for the libxfcegui4 Library"
+#~ msgid "Library to work with PKCS#11 modules -- Development Files"
+#~ msgstr "Ambiente de Trabalho KDE"
+
+#, fuzzy
+#~ msgid "Meta package for pattern apparmor_opt"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Developer files for Soprano"
+#~ msgid "Meta package for pattern books"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development Files for the free implementation of the OpenGL API"
+#~ msgid "Meta package for pattern console"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development Include Files and Libraries for SELinux"
+#~ msgid "Meta package for pattern devel_C_C++"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid ""
-#~ "Development Include Files and Libraries for SELinux policy manipulation"
+#~ msgid "Meta package for pattern devel_basis"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development Tools for Programs which will use the libtiff Library"
+#~ msgid "Meta package for pattern devel_gnome"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for kdebindings-smokegen"
+#~ msgid "Meta package for pattern devel_ide"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for libsmokekde"
+#~ msgid "Meta package for pattern devel_java"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for libsmokeqt"
+#~ msgid "Meta package for pattern devel_kde"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for libudev"
+#~ msgid "Meta package for pattern devel_kernel"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for libusbmuxd"
+#~ msgid "Meta package for pattern devel_mono"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for libuuid1"
+#~ msgid "Meta package for pattern devel_perl"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for libv4l"
+#~ msgid "Meta package for pattern devel_python"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for taglib"
-#~ msgstr "Desenvolvimento"
+#~ msgid "Meta package for pattern devel_qt4"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the ?"
-#~ msgstr "Desenvolvimento"
+#~ msgid "Meta package for pattern devel_rpm_build"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the Core X11 protocol library"
+#~ msgid "Meta package for pattern devel_ruby"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the Cygwin/X rootless extension library"
+#~ msgid "Meta package for pattern devel_tcl"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the OpenGL ES 2.x, 3.x API"
-#~ msgstr "Desenvolvimento"
+#~ msgid "Meta package for pattern devel_web"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X Athena Widget Set"
+#~ msgid "Meta package for pattern dhcp_dns_server"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X Damage Extension library"
+#~ msgid "Meta package for pattern directory_server"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X Event Interception Extension library"
+#~ msgid "Meta package for pattern enhanced_base_opt"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X Session Management library"
+#~ msgid "Meta package for pattern file_server"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X TrueType font cache library"
+#~ msgid "Meta package for pattern fonts_opt"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X Window System Cursor library"
+#~ msgid "Meta package for pattern gateway_server"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X font handling library"
+#~ msgid "Meta package for pattern gnome_admin"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X11 Common Extensions library"
+#~ msgid "Meta package for pattern gnome_basis_opt"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X11 Composite extension library"
+#~ msgid "Meta package for pattern gnome_ide"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X11 Xfixes extension library"
+#~ msgid "Meta package for pattern gnome_imaging_opt"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X11 authorization protocol library"
+#~ msgid "Meta package for pattern gnome_multimedia_opt"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the X11 protocol C library"
+#~ msgid "Mono Debugger"
+#~ msgstr "Desenvolvimento Mono"
+
+#, fuzzy
+#~ msgid "Mono development tools"
+#~ msgstr "Desenvolvimento Mono"
+
+#, fuzzy
+#~ msgid "Monodoc - Documentation tools for C# code"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the XDM Control Protocol library"
+#~ msgid "Monodoc-core contains documentation tools for C#."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Ndesk-dbus-glib provides glib integration for NDesk.DBus"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Ndesk-dbus-glibl provides glib integration for NDesk.DBus"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "OpenSLP Development SDK"
+#~ msgstr "Desenvolvimento Kernel"
+
+#, fuzzy
+#~ msgid "Openbox Configuration Tool"
+#~ msgstr "Exibir Configuração"
+
+#, fuzzy
+#~ msgid "Parley is a vocabulary trainer for KDE."
+#~ msgstr "Aplicativos Favoritos"
+
+#, fuzzy
+#~ msgid "SGML parser tools (development package)"
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
+
+#, fuzzy
+#~ msgid "Shared Library for ZeroMQ"
+#~ msgstr "Criando banco de dados de recursos"
+
+#, fuzzy
+#~ msgid "The Lightweight Directory Access Protocol (LDAP) is used to access online directory services. It runs directly over TCP and can be used to access a stand-alone LDAP directory service or to access a directory service that has an X.500 back-end."
+#~ msgstr "Configura um servidor de directório com OpenLDAP e Kerberos. O Lightweight Directory Access Protocol (LDAP) é utilizado para aceder a serviços online de directório. Corre directamente sobre TCP e pode ser utilizado para aceder a um directório LDAP isolado ou para aceder a um serviço de directório que tem um back-end X.500."
+
+#, fuzzy
+#~ msgid "The Nepomuk Core Library"
+#~ msgstr "Novell e Linux"
+
+#, fuzzy
+#~ msgid "The Objective Caml Compiler and Programming Environment"
+#~ msgstr "Ambiente de Programação Logo"
+
+#, fuzzy
+#~ msgid "The OpenLDAP Server"
+#~ msgstr "Servidor Web e LAMP"
+
+#, fuzzy
+#~ msgid "The devel package of the core library for nepomuk"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains the documentation for orage."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package provides the programs convertcfg, mini_epn and new_mini_epn for Icinga and Nagios."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Time-managing Application for the Xfce Desktop Environment"
+#~ msgstr "Ambiente de Trabalho KDE"
+
+#, fuzzy
+#~ msgid "A collection of english templates for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "A compilation of German templates for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "A4 Size Label Templates for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "American Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Argentine Spanish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Australian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Austrian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "British Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Bulgarian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Catalan Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Czech Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Danish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Data Files for the libxfcegui4 Library"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development files for the unicap library"
+#~ msgid "Developer files for Soprano"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development headers for the SSH library."
+#~ msgid "Development Files for the free implementation of the OpenGL API"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
+#~ msgid "Development Include Files and Libraries for SELinux"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development Include Files and Libraries for SELinux policy manipulation"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for kdebindings-smokegen"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for libsmokekde"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for libsmokeqt"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for the ?"
+#~ msgstr "Desenvolvimento"
+
+#, fuzzy
+#~ msgid "Development files for the Cygwin/X rootless extension library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for the OpenGL ES 2.x, 3.x API"
+#~ msgstr "Desenvolvimento"
+
+#, fuzzy
+#~ msgid "Development files for the X Session Management library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
#~ msgid "Development package for the libsndfile library"
#~ msgstr "Pacotes de desenvolvimento do KDE"
@@ -5565,10 +4219,6 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Include Files and Libraries for Development"
-#~ msgstr "Desenvolvimento Kernel"
-
-#, fuzzy
#~ msgid "Irish Thesaurus Dictionary for LibreOffice"
#~ msgstr "O pacote contém uma versão diferente da experada"
@@ -5589,42 +4239,14 @@
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Languages for package libxfce4ui"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
-#~ msgid "Languages for package libxfce4util"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
#~ msgid "Languages for package libxfcegui4"
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Libraries for Sunpinyin"
-#~ msgstr "Aplicativos Favoritos"
-
-#, fuzzy
#~ msgid "Libraries for v8."
#~ msgstr "Aplicativos Favoritos"
#, fuzzy
-#~ msgid "Library for Importing WordPerfect (tm) Documents"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
-#~ msgid "Library for SPICE-server"
-#~ msgstr "Aplicativos Favoritos"
-
-#, fuzzy
-#~ msgid "Library for importing Microsoft Word documents"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
-#~ msgid "Library for importing WordPerfect (tm) documents"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Library for libstatgrab"
#~ msgstr "Aplicativos Favoritos"
@@ -5657,10 +4279,6 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Programming language for GNOME"
-#~ msgstr "Gerenciamento de energia (APM)"
-
-#, fuzzy
#~ msgid "Provides translations to the package libsecret"
#~ msgstr "Aguardar por aplicativo kicker"
@@ -5669,14 +4287,6 @@
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Provides translations to the package libxfce4ui"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
-#~ msgid "Provides translations to the package libxfce4util"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Provides translations to the package libxfcegui4"
#~ msgstr "Aguardar por aplicativo kicker"
@@ -5701,10 +4311,6 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "SSH library development headers"
-#~ msgstr "Pacotes de desenvolvimento do Kernel"
-
-#, fuzzy
#~ msgid "Shared library from libyaml"
#~ msgstr "Criando banco de dados de recursos"
@@ -5733,145 +4339,41 @@
#~ msgstr "Novell e Linux"
#, fuzzy
-#~ msgid ""
-#~ "The libsepol-devel package contains the libraries and header files needed "
-#~ "for developing applications that manipulate binary policies."
+#~ msgid "The libsepol-devel package contains the libraries and header files needed for developing applications that manipulate binary policies."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "The libusbmuxd-devel package contains libraries and header files for "
-#~ "developing applications that use libusbmuxd."
+#~ msgid "The libusbmuxd-devel package contains libraries and header files for developing applications that use libusbmuxd."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "The libv4l-devel package contains libraries and header files for "
-#~ "developing applications that use libv4l."
+#~ msgid "This package contains a collection of presentation layout templates for LibreOffice."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "The system GNU C++ development files"
-#~ msgstr "Pacotes de desenvolvimento do Kernel"
-
-#, fuzzy
-#~ msgid "The system GNU C++ development files."
-#~ msgstr "Pacotes de desenvolvimento do Kernel"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains a collection of presentation layout templates for "
-#~ "LibreOffice."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains all necessary include files and libraries needed to "
-#~ "compile and develop applications that use libvorbis."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains all necessary include files and libraries needed to "
-#~ "develop applications using functions provided by the TidyLib library."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains all the headers and libraries of the standard C++ "
-#~ "library. It is needed for compiling C++ code."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains developer files for Soprano."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains development files for taglib."
+#~ msgid "This package contains the development files, which are necessary to develop your own software using libselinux."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains the Thunar extension library."
-#~ msgstr "Aplicativos Usados Recentemente"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the development files for the library libudev, a "
-#~ "dynamic library, which provides access to udev device information."
+#~ msgid "This package contains the files needed to compile programs that use the libsndfile library."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
#~ msgid ""
-#~ "This package contains the development files, which are necessary to "
-#~ "develop your own software using libselinux."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the files needed to compile programs that use the "
-#~ "libsndfile library."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the header files and static libraries for "
-#~ "developing programs which will manipulate TIFF format image files using "
-#~ "the libtiff library."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the shared library for xfce4-session splash screen "
-#~ "engines."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the static libraries and header files needed to "
-#~ "develop programs which make use of the smbclient programming interface.\n"
+#~ "This package contains the static libraries and header files needed to develop programs which make use of the smbclient programming interface.\n"
#~ "\n"
#~ " Source Timestamp: 2851 Branch : 3.6.9"
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains the xfce4-panel shared library."
-#~ msgstr "Aplicativos Usados Recentemente"
-
-#, fuzzy
#~ msgid "This package provides data files needed by the libxfcegui4 library."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package provides the openSUSE look and feel for the libxfce4ui "
-#~ "library."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "This package provides the shared library component of tumbler."
-#~ msgstr "Aplicativos Usados Recentemente"
-
-#, fuzzy
-#~ msgid "This package provides tools from libxfce4ui."
-#~ msgstr "O pacote não está assinalado"
-
-#, fuzzy
-#~ msgid "Thunar Extension Library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
-#~ msgid "Tumbler Library"
-#~ msgstr "Novell e Linux"
-
-#, fuzzy
-#~ msgid "Utility Library for the Xfce Desktop Environment"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
-
-#, fuzzy
-#~ msgid "VDE plug library"
-#~ msgstr "Desenvolvimento GNOME"
-
-#, fuzzy
#~ msgid "Venezuelan Spanish Thesaurus Dictionary for LibreOffice"
#~ msgstr "O pacote contém uma versão diferente da experada"
@@ -5880,10 +4382,6 @@
#~ msgstr "Ambiente de Desenvolvimento Integrado"
#, fuzzy
-#~ msgid "Widgets Library for the Xfce Desktop Environment"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
-
-#, fuzzy
#~ msgid "X11 Composite Extension C library"
#~ msgstr "Pacotes de desenvolvimento do KDE"
@@ -5896,60 +4394,14 @@
#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "X11 Resource Extension C library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
-#~ msgid "X11 ScreenSaver Extension C library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
#~ msgid "X11 Sync Extension C library"
#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "X11 Video Motion Compensation Extension C library"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
-
-#, fuzzy
#~ msgid "X11 XFree86-DRI Extension C library"
#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "X11 XPrint Extension C library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
-#~ msgid "X11 XTEST Extension C library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
-#~ msgid "X11 Xevie Extension C library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
-#~ msgid "X11 Xinerama Extension C library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
-#~ msgid "Xfce Panel Shared Library"
-#~ msgstr "Desempenho"
-
-#, fuzzy
-#~ msgid ""
-#~ "libxfce4util is a general-purpose utility library with core application "
-#~ "support for the Xfce Desktop Environment."
-#~ msgstr "Ambiente de Trabalho KDE"
-
-#, fuzzy
-#~ msgid "openSUSE Branding of libxfce4ui"
-#~ msgstr "O pacote não está assinalado"
-
-#, fuzzy
-#~ msgid "xfconf Shared Library"
-#~ msgstr "Desempenho"
-
-#, fuzzy
#~ msgid "Languages for package libwebkit"
#~ msgstr "Idiomas Sami (Outro)"
@@ -5966,8 +4418,7 @@
#~ msgstr "Alternar informações"
#, fuzzy
-#~ msgid ""
-#~ "This package contains xmllint, a very useful tool proving libxml's power."
+#~ msgid "This package contains xmllint, a very useful tool proving libxml's power."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:18 +0100 (Fri, 06 Nov 2015)
New Revision: 94624
Modified:
trunk/packages/pt/po/dvd4.pt.po
Log:
Merged dvd4.pot for pt
Modified: trunk/packages/pt/po/dvd4.pt.po
===================================================================
--- trunk/packages/pt/po/dvd4.pt.po 2015-11-06 03:06:16 UTC (rev 94623)
+++ trunk/packages/pt/po/dvd4.pt.po 2015-11-06 03:06:18 UTC (rev 94624)
@@ -1,1507 +1,2216 @@
# This file was automatically generated
msgid ""
msgstr ""
-"POT-Creation-Date: 2012-06-21 16:20:20\n"
+"POT-Creation-Date: 2015-11-06 04:10:08\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-#. description(quazip:libquazip1)
+#. summary(libICE:libICE-devel)
+#, fuzzy
+msgid "Development files for the X11 Inter-Client Exchange Library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libICE:libICE-devel)
msgid ""
-"A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using "
-"Trolltech's Qt toolkit. Useful to access ZIP archives from the Qt programs."
+"The Inter-Client Exchange (ICE) protocol is intended to provide a framework for building such protocols, allowing them to make use of common negotiation mechanisms and to be multiplexed over a single transport connection.\n"
+"\n"
+"This package contains the development headers for the library found in libICE6."
msgstr ""
-#. description(spice-gtk:libspice-client-glib-2_0-8)
-msgid ""
-"A Gtk client and libraries for SPICE remote desktop servers, (Linux and "
-"Windows)"
+#. summary(libidl:libIDL-2-0)
+msgid "IDL Parsing Library"
msgstr ""
-#. summary(libsmi)
-msgid "A Library to Access SMI MIB Information"
+#. description(libidl:libIDL-2-0)
+msgid "LibIDL is a small library for creating parse trees of CORBA v2.2-compliant Interface Definition Language (IDL) files. IDL is a specification for defining interfaces that can be used between different CORBA implementations."
msgstr ""
-#. summary(libopensync)
-msgid "A Platform and Distribution Independent Synchronization Framework"
+#. summary(openexr:libIlmImfUtil-2_2-22)
+msgid "Library to simplify development of OpenEXR utilities"
msgstr ""
-#. summary(libstroke)
+#. description(openexr:libIlmImfUtil-2_2-22)
+msgid ""
+"OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.\n"
+"\n"
+"This package contains shared library libIlmImfUtil"
+msgstr ""
+
+#. summary(imlib2:libImlib2-1)
#, fuzzy
-msgid "A Stroke Translation Library"
-msgstr "Exibir Configuração"
+msgid "Image handling and conversion library"
+msgstr "Criptografia"
-#. summary(libtool)
-msgid "A Tool to Build Shared Libraries"
+#. description(imlib2:libImlib2-1)
+msgid "Imlib2 is an advanced replacement library for libraries like libXpm that provides many more features with much greater flexibility and speed than standard libraries, including font rasterization, rotation, RGBA space rendering and blending, dynamic binary filters, scripting, and more."
msgstr ""
-#. description(libreoffice-templates-ru)
-msgid ""
-"A collection of Russian templates for LibreOffice. Collected by EGD <egd dot "
-"free at gmail dot com>"
-msgstr ""
+#. summary(libkeduvocdocument:libKEduVocDocument5)
+#. summary(libkdeedu4:libkeduvocdocument4)
+#, fuzzy
+msgid "Library for KDE Education Applications"
+msgstr "Iniciar Aplicativo"
-#. description(libreoffice-templates-en)
+#. description(libkeduvocdocument:libKEduVocDocument5)
+#. description(libkdeedu4:libkeduvocdocument4)
#, fuzzy
-msgid "A collection of english templates for LibreOffice."
+msgid "This package contains the library which is required by the KDE education applications."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-templates-de)
+#. description(bluez-qt:libKF5BluezQt6)
#, fuzzy
-msgid "A compilation of German templates for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Async Bluez wrapper library."
+msgstr "Novell e Linux"
-#. description(podofo:libpodofo0_9_2)
+#. summary(kmediaplayer:libKF5MediaPlayer5)
#, fuzzy
-msgid "A cross platform PDF parsing and creation library."
-msgstr "Criptografia"
+msgid "Interface for media player KParts"
+msgstr "Interface a ser selecionada na inicialização:"
-#. description(kdebindings-smokegen:libsmokegen-devel)
-msgid ""
-"A general purpose C++ parser with a plugin infrastructure enabling "
-"'generators' to be written, which can do various things with the C++ AST. It "
-"is currently used for generating the various KDE SMOKE libraries.\n"
-"\n"
-"This package provides development files and headers needed to compile "
-"packages against kdebindings-smokegen"
+#. description(kmediaplayer:libKF5MediaPlayer5)
+msgid "KMediaPlayer builds on the KParts framework to provide a common interface for KParts that can play media files."
msgstr ""
-#. summary(libunique1:libunique-1_0-0)
-msgid "A library for writing single instance application"
+#. summary(libKF5ModemManagerQt:libKF5ModemManagerQt-devel)
+#, fuzzy
+msgid "Development package for the libmm-qt library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libKF5ModemManagerQt:libKF5ModemManagerQt-devel)
+msgid "Qt5 wrapper for ModemManager DBus API. Development files."
msgstr ""
-#. description(SDL_mixer:libSDL_mixer-1_2-0)
-msgid ""
-"A multichannel audio mixer. It supports four channels of 16-bit stereo "
-"audio, plus a single channel of music, mixed by the popular MikMod MOD, "
-"Timidity MIDI, and SMPEG MP3 libraries."
+#. description(libKF5NetworkManagerQt:libKF5NetworkManagerQt-devel)
+msgid "NetworkManagerQt provides access to all NetworkManager features exposed on DBus. It allows you to manage your connections and control your network devices and also provides a library for parsing connection settings which are used in DBus communication. Development files."
msgstr ""
-#. summary(libvirt:libvirt-daemon-driver-nwfilter)
-msgid "A nwfilter driver plugin for the libvirtd daemon"
+#. summary(kplotting:libKF5Plotting5)
+msgid "KDE Data plotting"
msgstr ""
-#. summary(usbredir:libusbredirhost1)
-msgid "A protocol for redirection USB traffic"
+#. description(kplotting:libKF5Plotting5)
+msgid "KPlotWidget is a QWidget-derived class that provides a virtual base class for easy data-plotting. The idea behind KPlotWidget is that you only have to specify information in \"data units\"; i.e., the natural units of the data being plotted. KPlotWidget automatically converts everything to screen pixel units."
msgstr ""
-#. description(librcps:librcps-devel)
+#. summary(ImageMagick:libMagick++-6_Q16-6)
+msgid "C++ Interface for ImageMagick - runtime library"
+msgstr ""
+
+#. description(ImageMagick:libMagick++-6_Q16-6)
msgid ""
-"A versatile, powerful and fast open source library for resource constrained "
-"project scheduling"
+"This is Magick++, the object-oriented C++ API for the ImageMagick image-processing library.\n"
+"\n"
+"Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time."
msgstr ""
-#. summary(libreoffice:libreoffice-filters-optional)
+#. summary(Mesa:libOSMesa-devel)
#, fuzzy
-msgid "Additional Import and Export Filters for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for the Mesa Offscreen Rendering extension"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-af)
+#. description(Mesa:libOSMesa-devel)
+msgid "Development files for the OSmesa Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer."
+msgstr ""
+
+#. summary(Mesa:libOSMesa9)
+#. summary(Mesa:libOSMesa9-32bit)
+msgid "Mesa Off-screen rendering extension"
+msgstr ""
+
+#. description(Mesa:libOSMesa9)
+#. description(Mesa:libOSMesa9-32bit)
+msgid "OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer."
+msgstr ""
+
+#. summary(libqt5-qtbase:libQt5Concurrent-devel)
#, fuzzy
-msgid "African Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Concurrent Library - development files"
+msgstr "Interface do Kernel"
-#. description(libreoffice-l10n:libreoffice-l10n-af)
+#. description(libqt5-qtbase:libQt5Concurrent-devel)
#, fuzzy
-msgid "African localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Qt 5 Concurrent library - development files."
+msgstr "Interface do Kernel"
-#. summary(libreoffice-help-en-US)
+#. summary(libqt5-qtbase:libQt5Core-devel)
#, fuzzy
-msgid "American Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Core Library - development files"
+msgstr "Interface do Kernel"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-en-US)
+#. description(libqt5-qtbase:libQt5Core-devel)
#, fuzzy
-msgid "American Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Core Library - development files."
+msgstr "Interface do Kernel"
-#. description(libreoffice-help-en-US)
-msgid ""
-"American help localization for LibreOffice. The other localized stuff is in "
-"LibreOffice-l10n-en-US."
+#. summary(libqt5-qtbase:libQt5DBus-devel)
+#, fuzzy
+msgid "Qt 5 DBus Library - development files"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libqt5-qtbase:libQt5DBus-devel)
+msgid "The Qt 5 DBus library - development files. Aditionally, it contains Qt5's qdbusxml2cpp and qdbuscpp2xml binaries."
msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-am)
+#. summary(libqt5-qtquick1:libQt5Declarative5)
#, fuzzy
-msgid "Amharic Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Quick1 Library"
+msgstr "Desempenho"
-#. description(libreoffice-l10n:libreoffice-l10n-am)
+#. summary(libqt5-qtbase:libQt5Gui-devel)
#, fuzzy
-msgid "Amharic localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 GUI related libraries - development files"
+msgstr "O Menu Principal do GNOME"
-#. summary(libqb:libqb0)
+#. description(libqt5-qtbase:libQt5Gui-devel)
#, fuzzy
-msgid "An IPC library for high performance servers"
-msgstr "Criando banco de dados de recursos"
+msgid "Qt 5 libraries which are depending on X11 - development files."
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(libseccomp:libseccomp2)
-msgid "An enhanced Seccomp (mode 2) helper library"
+#. summary(libqt5-qtlocation:libQt5Location5)
+msgid "Qt 5 Location Addon"
msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-ar)
+#. summary(libqt5-qtbase:libQt5Network-devel)
#, fuzzy
-msgid "Arabic Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Network Library - development files"
+msgstr "Interface do Kernel"
-#. description(libreoffice-l10n:libreoffice-l10n-ar)
+#. description(libqt5-qtbase:libQt5Network-devel)
#, fuzzy
-msgid "Arabic localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Qt 5 Network library - development files."
+msgstr "Interface do Kernel"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-es-AR)
+#. summary(libqt5-qtbase:libQt5OpenGL-devel)
#, fuzzy
-msgid "Argentine Spanish Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 OpenGL Library - development files"
+msgstr "Interface do Kernel"
-#. summary(libreoffice-l10n:libreoffice-l10n-as)
+#. description(libqt5-qtbase:libQt5OpenGL-devel)
#, fuzzy
-msgid "Assamese Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Qt 5 OpenGL library - development files."
+msgstr "Interface do Kernel"
-#. description(libreoffice-l10n:libreoffice-l10n-as)
-#, fuzzy
-msgid "Assamese localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libqt5-qtbase:libQt5PlatformHeaders-devel)
+msgid "Qt 5 PlatformHeaders"
+msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-en-AU)
-#, fuzzy
-msgid "Australian Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libqt5-qtbase:libQt5PlatformHeaders-devel)
+msgid "Qt 5 PlatformHeaders."
+msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-de-AT)
+#. summary(libqt5-qtbase:libQt5PrintSupport-devel)
#, fuzzy
-msgid "Austrian Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Print Support Library - development files"
+msgstr "Interface do Kernel"
-#. summary(libreoffice-help-group2:libreoffice-help-eu)
+#. description(libqt5-qtbase:libQt5PrintSupport-devel)
#, fuzzy
-msgid "Basque Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Qt 5 Print Support library - development files."
+msgstr "Interface do Kernel"
-#. summary(libreoffice-l10n:libreoffice-l10n-eu)
+#. summary(libqt5-qtbase:libQt5Sql-devel)
#, fuzzy
-msgid "Basque Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 SQL related libraries - development files"
+msgstr "O Menu Principal do GNOME"
-#. description(libreoffice-help-group2:libreoffice-help-eu)
-#, fuzzy
-msgid ""
-"Basque help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-eu."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libqt5-qtbase:libQt5Sql-devel)
+msgid "Qt 5 libraries which are used for connection with an SQL server. You will need also a plugin package for a supported SQL server - development files."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-eu)
+#. summary(libqt5-qtbase:libQt5Sql5-mysql)
+msgid "Qt 5 MySQL support"
+msgstr ""
+
+#. summary(libqt5-qtbase:libQt5Sql5-postgresql)
+msgid "Qt 5 PostgreSQL plugin"
+msgstr ""
+
+#. description(libqt5-qtbase:libQt5Sql5-postgresql)
+#. description(libqt4-sql-plugins:libqt4-sql-postgresql)
+#. description(libqt4-sql-plugins:libqt4-sql-postgresql-32bit)
+msgid "Qt SQL plugin to support PostgreSQL servers in Qt applications."
+msgstr ""
+
+#. summary(libqt5-qtbase:libQt5Sql5-unixODBC)
+msgid "Qt 5 unixODBC plugin"
+msgstr ""
+
+#. description(libqt5-qtbase:libQt5Sql5-unixODBC)
+#. description(libqt4-sql-plugins:libqt4-sql-unixODBC)
+#. description(libqt4-sql-plugins:libqt4-sql-unixODBC-32bit)
+msgid "Qt unixODBC plugin to support databases via unixODBC within Qt applications."
+msgstr ""
+
+#. summary(libqt5-qtbase:libQt5Test-devel)
#, fuzzy
-msgid "Basque localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Test Library - development files"
+msgstr "Interface do Kernel"
-#. summary(libreoffice-l10n:libreoffice-l10n-be-BY)
+#. description(libqt5-qtbase:libQt5Test-devel)
#, fuzzy
-msgid "Belorussian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Qt 5 library for testing - development files."
+msgstr "Interface do Kernel"
-#. description(libreoffice-l10n:libreoffice-l10n-be-BY)
+#. summary(libqt5-qtwebkit:libQt5WebKit5-devel)
+#. summary(libqt5-qtwebkit:libQt5WebKitWidgets-devel)
+#. summary(libqt4:libqt4-devel)
+#. summary(libqt5-qtbase:libqt5-qtbase-devel)
+#. summary(libqt5-qtdeclarative:libqt5-qtdeclarative-devel)
+#. summary(libqt5-qtimageformats:libqt5-qtimageformats-devel)
+#. summary(libqt5-qtlocation:libqt5-qtlocation-devel)
+#. summary(libqt5-qtmultimedia:libqt5-qtmultimedia-devel)
+#. summary(libqt5-qtquick1:libqt5-qtquick1-devel)
+#. summary(libqt5-qtscript:libqt5-qtscript-devel)
+#. summary(libqt5-qtsensors:libqt5-qtsensors-devel)
+#. summary(libqt5-qtserialport:libqt5-qtserialport-devel)
+#. summary(libqt5-qtsvg:libqt5-qtsvg-devel)
+#. summary(libqt5-qttools:libqt5-qttools-devel)
+#. summary(libqt5-qtwebsockets:libqt5-qtwebsockets-devel)
+#. summary(libqt5-qtx11extras:libqt5-qtx11extras-devel)
+#. summary(libqt5-qtxmlpatterns:libqt5-qtxmlpatterns-devel)
#, fuzzy
-msgid "Belorussian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt Development Kit"
+msgstr "Desenvolvimento"
-#. summary(libreoffice-help-group4:libreoffice-help-pt-BR)
+#. summary(libqt5-qtwebsockets:libQt5WebSockets5)
#, fuzzy
-msgid "Brazilian Portuguese Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 WebSockets Library"
+msgstr "Desempenho"
-#. summary(libreoffice-l10n:libreoffice-l10n-pt-BR)
+#. summary(libqt5-qtbase:libQt5Widgets-devel)
#, fuzzy
-msgid "Brazilian Portuguese Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Widgets Library - development files"
+msgstr "Interface do Kernel"
-#. description(libreoffice-help-group4:libreoffice-help-pt-BR)
+#. description(libqt5-qtbase:libQt5Widgets-devel)
#, fuzzy
-msgid ""
-"Brazilian Portuguese help localization for LibreOffice. The other localized "
-"stuff is in libreoffice-l10n-pt-BR."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Qt 5 library to display widgets - development files."
+msgstr "Aguardar por aplicativo kicker"
-#. description(libreoffice-l10n:libreoffice-l10n-pt-BR)
+#. summary(libqt5-qtbase:libQt5Xml-devel)
#, fuzzy
-msgid "Brazilian Portuguese localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Qt 5 Xml Library - development files"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-br)
+#. description(libqt5-qtbase:libQt5Xml-devel)
#, fuzzy
-msgid "Breton Dictionary for LibreOffice Language Tool"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Qt 5 Xml library - development files."
+msgstr "Interface do Kernel"
-#. summary(libreoffice-l10n:libreoffice-l10n-br)
+#. summary(libQtWebKit4:libQtWebKit-devel)
#, fuzzy
-msgid "Breton French Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for qtwebkit"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-l10n:libreoffice-l10n-br)
+#. description(libQtWebKit4:libQtWebKit-devel)
#, fuzzy
-msgid "Breton French localization files for LibreOffice."
+msgid "This package contains development files for qtwebkit."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group1:libreoffice-help-en-GB)
+#. summary(SDL:libSDL-devel)
+msgid "SDL Library Developer Files"
+msgstr ""
+
+#. description(SDL:libSDL-devel)
+msgid "This package contains files needed for development with the SDL library."
+msgstr ""
+
+#. summary(SDL_Pango:libSDL_Pango1)
+msgid "Programming Pango via SDL"
+msgstr ""
+
+#. description(SDL_Pango:libSDL_Pango1)
+msgid "Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the engine to SDL."
+msgstr ""
+
+#. summary(SDL_gfx:libSDL_gfx15)
+msgid "SDL Graphics Routines for Primitives and Other Support Functions"
+msgstr ""
+
+#. description(SDL_gfx:libSDL_gfx15)
+msgid "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."
+msgstr ""
+
+#. summary(SDL_image:libSDL_image-1_2-0)
+msgid "Simple DirectMedia Layer – Image loading library"
+msgstr ""
+
+#. description(SDL_image:libSDL_image-1_2-0)
+msgid "This is a simple library to load images of various formats as SDL surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG, TIFF and WEBP formats."
+msgstr ""
+
+#. summary(SDL_mixer:libSDL_mixer-1_2-0)
+msgid "Simple DirectMedia Layer – Sound mixer library"
+msgstr ""
+
+#. description(SDL_mixer:libSDL_mixer-1_2-0)
+msgid "A multichannel audio mixer. It supports four 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(SDL_net:libSDL_net-1_2-0)
+msgid "Simple DirectMedia Layer – Networking library"
+msgstr ""
+
+#. description(SDL_net:libSDL_net-1_2-0)
+msgid "This is a small cross-platform networking library for use with SDL."
+msgstr ""
+
+#. summary(SDL_sound:libSDL_sound-1_0-1)
+msgid "Sound Sample Library for SDL (Simple DirectMedia Layer)"
+msgstr ""
+
+#. description(SDL_sound:libSDL_sound-1_0-1)
+msgid "SDL_sound is a library that handles the decoding of several popular sound file formats, such as wav, ogg mp3 and midi. SDL_sound can just play a file or alternatively decode a file and hand back a single pointer to the waveform. SDL_sound also can handle channel conversion on-the-fly and behind-the-scenes."
+msgstr ""
+
+#. summary(SDL_ttf:libSDL_ttf-2_0-0)
+msgid "Simple DirectMedia Layer – Truetype library"
+msgstr ""
+
+#. description(SDL_ttf:libSDL_ttf-2_0-0)
+msgid "This is a sample library that allows you to use TrueType fonts in your SDL applications."
+msgstr ""
+
+#. summary(libSM:libSM-devel)
#, fuzzy
-msgid "British Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for the X Session Management library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-en-GB)
+#. description(libSM:libSM-devel)
+msgid ""
+"The X Session Management Protocol provides a uniform mechanism for users to save and restore their sessions. A session is a group of X clients (programs), each of which has a particular state. The session is controlled by a network service called the session manager, which issues commands to its clients on behalf of the user. These commands may cause clients to save their state or to terminate. It is expected that the client will save its state in such a way that the client can be restarted at a later time and resume its operation as if it had never been terminated.\n"
+"\n"
+"This package contains the development headers for the library found in libSM6."
+msgstr ""
+
+#. summary(libgudev:libgudev-1_0-devel)
#, fuzzy
-msgid "British Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Devel package for libgudev"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-en-GB)
+#. description(libgudev:libgudev-1_0-devel)
#, fuzzy
-msgid "British Thesaurus Dictionary for LibreOffice"
+msgid "This is the devel package for the GObject library libgudev, which provides GObject access to udev device information."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group1:libreoffice-help-en-GB)
-#, fuzzy
+#. summary(gtk-vnc:libgvnc-1_0-0)
+msgid "GObject-based library to interact with the RFB protocol"
+msgstr ""
+
+#. description(gtk-vnc:libgvnc-1_0-0)
msgid ""
-"British help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-en-GB."
-msgstr "O pacote contém uma versão diferente da experada"
+"gtk-vnc is a VNC viewer widget for GTK+. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.\n"
+"\n"
+"This package contains the GObject-based library to interact with the RFB protocol."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-en-GB)
+#. summary(gwenhywfar:libgwengui-cpp0)
#, fuzzy
-msgid "British localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "C++ interface for Gwenhywfar"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(libreoffice-help-group1:libreoffice-help-bg)
+#. description(gwenhywfar:libgwengui-cpp0)
#, fuzzy
-msgid "Bulgarian Help Localization for LibreOffice"
+msgid "This package contains the C++ GUI interface for Gwenhywfar."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-bg)
+#. summary(gwenhywfar:libgwengui-fox16-0)
#, fuzzy
-msgid "Bulgarian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "FOX interface for Gwenhywfar"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-bg)
+#. description(gwenhywfar:libgwengui-fox16-0)
#, fuzzy
-msgid "Bulgarian Thesaurus Dictionary for LibreOffice"
+msgid "This package contains the interface to the FOX toolkit for Gwenhywfar."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group1:libreoffice-help-bg)
-#, fuzzy
+#. summary(gwenhywfar:libgwengui-gtk2-0)
+msgid "Multiplatform Helper Library for Other Libraries -- GTK+ UI Backend"
+msgstr ""
+
+#. description(gwenhywfar:libgwengui-gtk2-0)
msgid ""
-"Bulgarian help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-bg."
-msgstr "O pacote contém uma versão diferente da experada"
+"Gwenhywfar is a base library used to provide OS abstraction functions for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often needed functions (for example, for handling and parsing of configuration files, reading and writing of XML files, and interprocess communication).\n"
+"\n"
+"This package provides the GTK+ implementation of the generic UI toolkit."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-bg)
+#. summary(gwenhywfar:libgwengui-qt4-0)
+msgid "Multiplatform Helper Library for Other Libraries -- Qt UI Backend"
+msgstr ""
+
+#. description(gwenhywfar:libgwengui-qt4-0)
+msgid ""
+"Gwenhywfar is a base library used to provide OS abstraction functions for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often needed functions (for example, for handling and parsing of configuration files, reading and writing of XML files, and interprocess communication).\n"
+"\n"
+"This package provides the Qt implementation of the generic UI toolkit."
+msgstr ""
+
+#. summary(gwenhywfar:libgwenhywfar60)
+msgid "Multiplatform Helper Library for Other Libraries"
+msgstr ""
+
+#. description(gwenhywfar:libgwenhywfar60)
+#. description(gwenhywfar:libgwenhywfar60-plugins)
+msgid "Gwenhywfar is a base library used to provide OS abstraction functions for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often needed functions (for example, for handling and parsing of configuration files, reading and writing of XML files, and interprocess communication)."
+msgstr ""
+
+#. summary(gwenhywfar:libgwenhywfar60-plugins)
+msgid "Multiplatform Helper Library for Other Libraries - Plugins"
+msgstr ""
+
+#. summary(libhangul:libhangul1)
#, fuzzy
-msgid "Bulgarian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The Hangul input library"
+msgstr "Criptografia"
-#. summary(libpqxx:libpqxx-4_0)
+#. description(libhangul:libhangul1)
+msgid "Hangul input library used by scim-hangul and ibus-hangul"
+msgstr ""
+
+#. summary(haveged:libhavege1)
#, fuzzy
-msgid "C++ Client Library for PostgreSQL"
-msgstr "Criando banco de dados de recursos"
+msgid "Haveged interface library"
+msgstr "Notificações"
-#. summary(qscintilla:libqscintilla2-9)
+#. description(haveged:libhavege1)
+msgid "Shared object for the haveged library This package contains the haveged implementation of the HAVEGE algorithm and supporting features."
+msgstr ""
+
+#. summary(libibverbs:libibverbs1)
#, fuzzy
-msgid "C++ Editor Class Library"
+msgid "Infiniband verbs library"
msgstr "Criptografia"
-#. summary(qscintilla:libqscintilla-devel)
+#. description(libibverbs:libibverbs1)
+msgid ""
+"libibverbs is a library that allows userspace processes to use InfiniBand \"verbs\" as described in the InfiniBand Architecture Specification.\tThis includes direct hardware access for fast path operations.\n"
+"\n"
+"This package contains the runtime library."
+msgstr ""
+
+#. summary(libical:libical-devel)
#, fuzzy
-msgid "C++ Editor Class Library Development Files"
+msgid "Development files for libical, an implementation of basic iCAL protocols"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(quazip:libquazip1)
-msgid "C++ wrapper for ZIP/UNZIP"
+#. description(libical:libical-devel)
+msgid "Libical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents."
msgstr ""
-#. description(openCOLLADA:libOpenCOLLADA0)
-msgid ""
-"COLLADA is a royalty-free XML schema that enables digital asset exchange "
-"within the interactive 3D industry. OpenCOLLADA is a Google summer of code "
-"opensource project providing libraries for 3D file interchange between "
-"applications like blender. COLLADABaseUtils Utils used by many of "
-"the other projects. COLLADAFramework Datamodel used to load COLLADA "
-"files. COLLADAStreamWriter Sources (Library to write COLLADA files) "
-"COLLADASaxFrameworkLoader Library that loads COLLADA files in a "
-"sax like manner into the framework data model. "
-"COLLADAValidator XML validator for COLLADA files, based "
-"on the COLLADASaxFrameworkLoader. "
-"GeneratedSaxParser Library used to load xml files in the "
-"way used by COLLADASaxFrameworkLoader."
+#. summary(icu:libicu-devel)
+msgid "International Components for Unicode (development files)"
msgstr ""
-#. summary(libreoffice-languagetool:libreoffice-languagetool-ca)
-msgid "Catalan Dictionary for LibreOffice Language Tool"
+#. description(icu:libicu-devel)
+msgid "ICU is a C++ and C library that provides robust and full-featured Unicode support. This package contains the development files for ICU."
msgstr ""
-#. summary(libreoffice-help-group1:libreoffice-help-ca)
-#, fuzzy
-msgid "Catalan Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libid3tag:libid3tag0)
+msgid "ID3 Tag Manipulation Library"
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-ca)
-#, fuzzy
-msgid "Catalan Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libid3tag:libid3tag0)
+msgid "libid3tag is a library for reading and writing ID3 tags, both ID3v1 and the various versions of ID3v2."
+msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-ca)
-#, fuzzy
-msgid "Catalan Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libidl:libidl-devel)
+msgid "LibIDL is a small library for creating parse trees of CORBA v2.2 compliant Interface Definition Language (IDL) files, which is a specification for defining interfaces which can be used between different CORBA implementations."
+msgstr ""
-#. description(libreoffice-help-group1:libreoffice-help-ca)
-#, fuzzy
+#. summary(libiec61883)
+msgid "Implementation of IEC 61883"
+msgstr ""
+
+#. description(libiec61883)
msgid ""
-"Catalan help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-ca."
-msgstr "O pacote contém uma versão diferente da experada"
+"This library is an implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols.\n"
+"\n"
+"The libiec61883 library provides a higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394. This includes both reception and transmission. It uses the new \"rawiso\" API of libraw1394, which transparently provides mmap-ed DMA for efficient data transfer. It also represents the third generation of I/O technology for Linux 1394 for these media types thereby removing the complexities of additional kernel modules, /dev nodes, and procfs. It also consolidates features for plug control registers and connection management that previously existed in experimental form in an unreleased version of libavc1394."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-ca)
+#. summary(libimobiledevice:libimobiledevice-devel)
#, fuzzy
-msgid "Catalan localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for libimobiledevice"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-zh)
+#. description(libimobiledevice:libimobiledevice-devel)
#, fuzzy
-msgid "Chinese Dictionary for LibreOffice Language Tool"
+msgid "The libimobiledevice-devel package contains libraries and header files for developing applications that use libimobiledevice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-zh-CN)
+#. summary(libindi)
+#. summary(libindi:libindi1)
+#. summary(libindi:libindiAlignmentDriver1)
+#. summary(libindi:libindidriver1)
+#. summary(libindi:libindimain1)
+msgid "Instrument Neutral Distributed Interface"
+msgstr ""
+
+#. description(libindi)
+#. description(libindi:libindi1)
+#. description(libindi:libindiAlignmentDriver1)
+#. description(libindi:libindidriver1)
+#. description(libindi:libindimain1)
+msgid "INDI is an Instrument Neutral Distributed Interface control protocol for astronomical devices, which provides a framework that decouples low level hardware drivers from high level front end clients. Clients that use the device drivers are completely unaware of the device capabilities and communicate with the device drivers and build a completely dynamic GUI based on the services provided by the device."
+msgstr ""
+
+#. summary(libindi:libindi-devel)
#, fuzzy
-msgid "Chinese Simplified Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for libindi"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-l10n:libreoffice-l10n-zh-CN)
+#. description(libindi:libindi-devel)
#, fuzzy
-msgid "Chinese Simplified localization files for LibreOffice."
+msgid "This package contains development files for libindi."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group5:libreoffice-help-zh-TW)
-#, fuzzy
-msgid "Chinese Traditional Help Localization for LibreOffice"
-msgstr "Marianas do Norte"
+#. summary(libindicator:libindicator3-7)
+msgid "Panel indicator applet - Shared Libraries"
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-zh-TW)
+#. description(libindicator:libindicator3-7)
#, fuzzy
-msgid "Chinese Traditional Localization Files for LibreOffice"
+msgid "This package provides the libraries required to build indicators and to go into the indicator applet."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group5:libreoffice-help-zh-TW)
+#. summary(libinput:libinput-devel)
#, fuzzy
+msgid "Development files for the Wayland Input Device Library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libinput:libinput-devel)
+#, fuzzy
msgid ""
-"Chinese Traditional help localization for LibreOffice. The other localized "
-"stuff is in libreoffice-l10n-zh-TW."
+"libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices.\n"
+"\n"
+"This package contains all necessary include files and libraries needed to develop applications that require libinput."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-zh-TW)
+#. summary(iodbc:libiodbc3)
+msgid "Libraries needed to run iODBC"
+msgstr ""
+
+#. description(iodbc:libiodbc3)
+msgid ""
+"The iODBC Driver Manager is a free implementation of the SAG CLI and ODBC compliant driver manager which allows developers to write ODBC compliant applications that can connect to various databases using appropriate backend drivers.\n"
+"\n"
+"This package provides the shared libraries needed by iODBC"
+msgstr ""
+
+#. summary(lirc:libirrecord0)
#, fuzzy
-msgid "Chinese Traditional localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "LIRC record library"
+msgstr "Desempenho"
-#. summary(libvirt:libvirt-client)
-msgid "Client side library and utilities of the libvirt library"
+#. description(lirc:libirrecord0)
+msgid "The LIRC record library. To actually use the lirc plugins."
msgstr ""
-#. summary(openCOLLADA:libOpenCOLLADA0)
-msgid "Collada 3D import and export libraries"
+#. summary(xiterm:libiterm1)
+msgid "Internationalized Terminal Emulator Library"
msgstr ""
-#. summary(libreoffice-converter)
-msgid "Commandline Document Converter Using LibreOffice"
+#. description(xiterm:libiterm1)
+msgid "This is a portable library for internationalized terminal emulator. All you need to make terminal emulator is to implements Callback functions, like a drawing string on specific column and row, or set fore/background color and so on."
msgstr ""
-#. summary(qhull:libqhull6-6_3_1_1494)
-msgid "Computing convex hulls, Delaunay triangulations and Voronoi diagrams"
+#. summary(gcc5:libitm1)
+msgid "The GNU Compiler Transactional Memory Runtime Library"
msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-hr)
+#. description(gcc5:libitm1)
+msgid ""
+"The runtime library needed to run programs compiled with the\n"
+"-fgnu-tm option of the GNU Compiler Collection (GCC)."
+msgstr ""
+
+#. summary(libixion:libixion-0_10-0)
+msgid "Threaded multi-target formula parser & interpreter"
+msgstr ""
+
+#. description(libixion:libixion-0_10-0)
+msgid "Ixion is a general purpose formula parser & interpreter that can calculate multiple named targets, or \"cells\"."
+msgstr ""
+
+#. summary(jack:libjack-devel)
#, fuzzy
-msgid "Croatian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development package for jack"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-l10n:libreoffice-l10n-hr)
+#. description(jack:libjack-devel)
#, fuzzy
-msgid "Croatian localization files for LibreOffice."
+msgid "This package contains the files needed to compile programs that communicate with jack clients/servers."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-icon-themes:libreoffice-icon-theme-crystal)
-msgid "Crystal LibreOffice Icon Theme (KDE3 default)"
+#. summary(jasper:libjasper-devel)
+msgid "JPEG-2000 library - files mandatory for development"
msgstr ""
-#. summary(libWindowsWM:libWindowsWM7)
-msgid "Cygwin/X rootless window management extension"
+#. summary(libjpeg62-turbo:libjpeg62-devel)
+msgid "Development Tools for applications which will use the Libjpeg Library"
msgstr ""
-#. summary(libreoffice-help-group1:libreoffice-help-cs)
-#, fuzzy
-msgid "Czech Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libjpeg62-turbo:libjpeg62-devel)
+msgid "The libjpeg-devel package includes the header files and libraries necessary for compiling and linking programs which will manipulate JPEG files using the libjpeg library."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-cs)
+#. summary(kate4-parts:libkatepartinterfaces4)
#, fuzzy
-msgid "Czech Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Library to interface with kateparts"
+msgstr "Módulos YaST2 de Configuração"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-cs)
+#. description(kate4-parts:libkatepartinterfaces4)
+msgid "The library required by Kate parts."
+msgstr ""
+
+#. summary(libkcddb4:libkcddb4-devel)
#, fuzzy
-msgid "Czech Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "KDE CDDB Library: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. description(libreoffice-help-group1:libreoffice-help-cs)
+#. description(libkcddb4:libkcddb4-devel)
#, fuzzy
-msgid ""
-"Czech help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-cs."
+msgid "This package includes the development headers for libkcddb4"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-cs)
+#. summary(libkcompactdisc4:libkcompactdisc4-devel)
#, fuzzy
-msgid "Czech localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "KDE CD Library: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-da)
+#. description(libkcompactdisc4:libkcompactdisc4-devel)
#, fuzzy
-msgid "Danish Dictionary for LibreOffice Language Tool"
+msgid "This package contains the development headers for the libkcompactdisc."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group1:libreoffice-help-da)
+#. summary(kdelibs4:libkde4-devel)
#, fuzzy
-msgid "Danish Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "KDE Base Libraries: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-da)
+#. description(kdelibs4:libkde4-devel)
+msgid "This package contains all necessary include files and libraries needed to develop KDE applications."
+msgstr ""
+
+#. summary(libkdecoration2:libkdecoration2-devel)
#, fuzzy
-msgid "Danish Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "KDE's window decorations library (development package)"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-da)
+#. description(libkdecoration2:libkdecoration2-devel)
+msgid "Development files belonging to kdecoration, plugin based library to create window decorations."
+msgstr ""
+
+#. summary(kdelibs4:libkdecore4-devel)
#, fuzzy
-msgid "Danish Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "KDE Core Libraries: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. description(libreoffice-help-group1:libreoffice-help-da)
+#. description(kdelibs4:libkdecore4-devel)
+msgid "This package contains all necessary include files and libraries needed to develop non-graphical KDE applications."
+msgstr ""
+
+#. summary(libkdeedu4:libkdeedu4-devel)
#, fuzzy
-msgid ""
-"Danish help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-da."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Library for KDE Education Applications: Build Environment"
+msgstr "Iniciar Aplicativo"
-#. description(libreoffice-l10n:libreoffice-l10n-da)
+#. description(libkdeedu4:libkdeedu4-devel)
#, fuzzy
-msgid "Danish localization files for LibreOffice."
+msgid "This package contains all necessary files and libraries needed to develop KDE education applications."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxfcegui4:libxfcegui4-data)
+#. summary(libkdegames:libkdegames-devel)
#, fuzzy
-msgid "Data Files for the libxfcegui4 Library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Library for KDE Games: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(libpinyin:libpinyin-data)
+#. description(libkdegames:libkdegames-devel)
#, fuzzy
-msgid "Data files for libpinyin"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains all necessary files and libraries needed to develop KDE games."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(soprano:libsoprano-devel)
+#. summary(kdepimlibs4:libkdepimlibs4-devel)
#, fuzzy
-msgid "Developer files for Soprano"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "KDE PIM Libraries: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(libselinux:libselinux-devel)
+#. description(kdepimlibs4:libkdepimlibs4-devel)
+msgid "This package contains all necessary include files and libraries needed to develop KDE PIM applications."
+msgstr ""
+
+#. summary(kdevplatform:libkdevplatform-devel)
#, fuzzy
-msgid "Development Include Files and Libraries for SELinux"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Base Package for Integrated Development Environments: Build Environment"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(libsepol:libsepol-devel)
+#. description(kdevplatform:libkdevplatform-devel)
#, fuzzy
-msgid "Development Include Files and Libraries for SELinux policy manipulation"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains the development files for building integrated developments environments based on the KDevelop framework."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(tiff:libtiff-devel)
+#. summary(kdevplatform:libkdevplatform8)
#, fuzzy
-msgid "Development Tools for Programs which will use the libtiff Library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Libraries for Integrated Development Environments"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(libpng12:libpng12-compat-devel)
-msgid "Development Tools for applications which will use the Libpng"
+#. description(kdevplatform:libkdevplatform8)
+msgid "This package contains the libraries for integrated development environments based on the KDevelop framework."
msgstr ""
-#. summary(libraw1394:libraw1394-devel)
+#. summary(keybinder3:libkeybinder-3_0-0)
+#. summary(keybinder:libkeybinder0)
#, fuzzy
-msgid "Development and Include Files for libraw1394"
+msgid "Library Package for Keybinder"
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(kdebindings-smokekde:libsmokekde-devel)
+#. description(keybinder3:libkeybinder-3_0-0)
msgid ""
-"Development files and headers needed to build software using libsmokekde"
+"Library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.\n"
+"\n"
+"The library contains:\n"
+"- A C library, libkeybinder\n"
+"- Gobject-Introspection bindings"
msgstr ""
-#. summary(libqjson:libqjson-devel)
-#, fuzzy
-msgid "Development files for QJson"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(keybinder:libkeybinder0)
+msgid ""
+"Library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.\n"
+"\n"
+"The library contains:\n"
+"- A C library, libkeybinder\n"
+"- Lua bindings, lua-keybinder\n"
+"- Python bindings, python-keybinder\n"
+"- An examples directory with programs in C, Lua, Python and Vala."
+msgstr ""
-#. summary(kdebindings-smokegen:libsmokegen-devel)
+#. summary(libkipi:libkipi-devel)
#, fuzzy
-msgid "Development files for kdebindings-smokegen"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "KDE Image Plugin Interface"
+msgstr "Interface de Plugin de Imagem KDE"
-#. summary(libqimageblitz4:libqimageblitz-devel)
-#, fuzzy
-msgid "Development files for libqimageblitz"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libkipi:libkipi-devel)
+msgid "This package provides a generic KDE Image Plug-in Interface used by some KDE image applications. Plug-ins for this interface are in the kipi-plugins package."
+msgstr ""
-#. summary(libraw:libraw-devel)
+#. summary(libkmahjongg:libkmahjongg-devel)
#, fuzzy
-msgid "Development files for libraw"
-msgstr "Desenvolvimento"
+msgid "Library for Mahjongg tiles: Build Environment"
+msgstr "Iniciar Aplicativo"
-#. summary(kdebindings-smokekde:libsmokekde-devel)
+#. description(libkmahjongg:libkmahjongg-devel)
#, fuzzy
-msgid "Development files for libsmokekde"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains all necessary files and libraries needed to develop games that uses Mahjongg tiles."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(kdebindings-smokeqt:libsmokeqt-devel)
+#. summary(libdrm:libkms1)
+msgid "Userspace interface to kernel DRM buffer management"
+msgstr ""
+
+#. description(libdrm:libkms1)
#, fuzzy
-msgid "Development files for libsmokeqt"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "The KMS Memory Management abstraction library."
+msgstr "Desenvolvimento GNOME"
-#. description(libsolv:libsolv-devel)
-msgid ""
-"Development files for libsolv, a new approach to package dependency solving"
+#. summary(kdebase4:libkonq-devel)
+msgid "KDE Konqueror Libraries: Build Environment"
msgstr ""
-#. summary(systemd:libudev-devel)
-#, fuzzy
-msgid "Development files for libudev"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(kdebase4:libkonq-devel)
+msgid "This package contains all necessary include files and libraries needed to develop KDE file manager applications."
+msgstr ""
-#. summary(usbmuxd:libusbmuxd-devel)
-#, fuzzy
-msgid "Development files for libusbmuxd"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(texlive:libkpathsea6)
+msgid "Path searching library for TeX-related files"
+msgstr ""
-#. summary(util-linux:libuuid-devel)
-#, fuzzy
-msgid "Development files for libuuid1"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(texlive:libkpathsea6)
+msgid "Kpathsea is a library and utility programs which provide path searching facilities for TeX file types, including the self- locating feature required for movable installations, layered on top of a general search mechanism. It is not distributed separately, but rather is released and maintained as part of the TeX-live sources."
+msgstr ""
-#. summary(v4l-utils:libv4l-devel)
+#. summary(libksane:libksane-devel)
#, fuzzy
-msgid "Development files for libv4l"
+msgid "KDE scan library - Development Files"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(Mesa:libwayland-egl-devel)
-#, fuzzy
-msgid "Development files for libwayland-egl1"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libksane:libksane-devel)
+#. description(libksane:libksane0)
+msgid "This package contains a library to add scan support to KDE applications."
+msgstr ""
-#. summary(podofo:libpodofo-devel)
-#, fuzzy
-msgid "Development files for podofo"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(libksane:libksane0)
+msgid "KDE scan library"
+msgstr ""
-#. summary(libQtWebKit4:libQtWebKit-devel)
-#, fuzzy
-msgid "Development files for qtwebkit"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libkscreen)
+msgid "Dynamic display management library for KDE"
+msgstr ""
-#. summary(taglib:libtag-devel)
+#. summary(libkscreen2:libkscreen2-devel)
#, fuzzy
-msgid "Development files for taglib"
-msgstr "Desenvolvimento"
+msgid "KDE's screen management library (development package)"
+msgstr "Desenvolvimento GNOME"
-#. summary(libXcliplist:libXcliplist-devel)
-#, fuzzy
-msgid "Development files for the ?"
-msgstr "Desenvolvimento"
+#. description(libkscreen2:libkscreen2-devel)
+msgid "Development files belonging to libkscreen, dynamic display management in KDE"
+msgstr ""
-#. summary(libX11:libX11-devel)
+#. summary(libksysguard5:libksysguard5-devel)
#, fuzzy
-msgid "Development files for the Core X11 protocol library"
+msgid "Task management and system monitoring library -- devel files"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libWindowsWM:libWindowsWM-devel)
-#, fuzzy
-msgid "Development files for the Cygwin/X rootless extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libksysguard5:libksysguard5-devel)
+msgid "Task management and system monitoring library. This package contains development files."
+msgstr ""
-#. summary(libpciaccess:libpciaccess-devel)
+#. summary(ktoblzcheck:libktoblzcheck1)
+msgid "Shared Libraries for ktoblzcheck"
+msgstr ""
+
+#. description(ktoblzcheck:libktoblzcheck1)
+msgid "Shared Libraries for package ktoblzcheck."
+msgstr ""
+
+#. summary(ktoblzcheck:libktoblzcheck1-devel)
+msgid "Libraries, includes etc to develop with ktoblzcheck library"
+msgstr ""
+
+#. description(ktoblzcheck:libktoblzcheck1-devel)
+msgid "Libraries and include files to develop with ktoblzcheck library."
+msgstr ""
+
+#. summary(libktorrent:libktorrent-devel)
#, fuzzy
-msgid "Development files for the Generic PCI access library"
+msgid "Development files for libktorrent"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(Mesa:libOSMesa-devel)
+#. description(libktorrent:libktorrent-devel)
#, fuzzy
-msgid "Development files for the Mesa Offscreen Rendering extension"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package includes the necessary files for development using libktorrent."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(Mesa:libOSMesa-devel)
+#. summary(ktp-accounts-kcm:libktpaccountskcminternal9)
+msgid "Headers for KDE Telepathy accounts kcm"
+msgstr ""
+
+#. summary(liblangtag:liblangtag1)
+msgid "C++ library for identification of the language from tags"
+msgstr ""
+
+#. description(liblangtag:liblangtag1)
msgid ""
-"Development files for the OSmesa Mesa extension that allows programs to "
-"render to an off-screen buffer using the OpenGL API without having to create "
-"a rendering context on an X Server. It uses a pure software renderer."
+"liblangtag is an interface library to access tags for identifying languages.\n"
+"\n"
+"Features:\n"
+"* several subtag registry database supports: - language - extlang - script - region - variant - extension - grandfathered - redundant\n"
+"* handling of the language tags - parser - matching - canonicalizing"
msgstr ""
-#. summary(libXaw:libXaw-devel)
+#. summary(lasem:liblasem-0_4-4)
#, fuzzy
-msgid "Development files for the X Athena Widget Set"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Mathml and SVG rendering library"
+msgstr "Criptografia"
-#. summary(libXdamage:libXdamage-devel)
-#, fuzzy
-msgid "Development files for the X Damage Extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(lasem:liblasem-0_4-4)
+msgid "Lasem is a library for rendering SVG and Mathml, implementing a DOM like API. It's based on GObject and use Pango and Cairo for the rendering."
+msgstr ""
-#. summary(libXevie:libXevie-devel)
+#. summary(liblastfm:liblastfm-devel)
#, fuzzy
-msgid "Development files for the X Event Interception Extension library"
+msgid "Development Files for the Last.fm Webservices"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libSM:libSM-devel)
-#, fuzzy
-msgid "Development files for the X Session Management library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(liblastfm:liblastfm-devel)
+msgid ""
+"liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff.\n"
+"\n"
+"This package contains development files for liblastfm."
+msgstr ""
-#. summary(libXfontcache:libXfontcache-devel)
-#, fuzzy
-msgid "Development files for the X TrueType font cache library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(liblazy:liblazy-devel)
+#. summary(liblazy:liblazy1)
+msgid "Liblazy - D-Bus methods provided for convenience"
+msgstr ""
-#. summary(libXcursor:libXcursor-devel)
-#, fuzzy
-msgid "Development files for the X Window System Cursor library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(liblazy:liblazy-devel)
+#. description(liblazy:liblazy1)
+msgid "Liblazy is a simple and easy to use library that provides convenient functions for sending messages over the D-Bus daemon, querying information from HAL or asking PolicyKit for a privilege."
+msgstr ""
-#. summary(libXfont:libXfont-devel)
+#. summary(liblbxutil:liblbxutil-devel)
#, fuzzy
-msgid "Development files for the X font handling library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Development files for the Low Bandwith X extension routines"
+msgstr "arquivo .desktop para a ferramenta de configuração de redes"
-#. summary(libXext:libXext-devel)
-#, fuzzy
-msgid "Development files for the X11 Common Extensions library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(liblbxutil:liblbxutil-devel)
+msgid ""
+"liblbxutil is a library of routines for LBX (Low Bandwidth X) extension support shared between the lbxproxy program and an LBX-supporting X server.\n"
+"\n"
+"This package contains the development headers for the library found in liblbxutil1."
+msgstr ""
-#. summary(libXcomposite:libXcomposite-devel)
-#, fuzzy
-msgid "Development files for the X11 Composite extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(liblbxutil:liblbxutil1)
+msgid "Low Bandwith X extension utility routines"
+msgstr ""
-#. summary(libXfixes:libXfixes-devel)
-#, fuzzy
-msgid "Development files for the X11 Xfixes extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(liblbxutil:liblbxutil1)
+msgid "liblbxutil is a library of routines for LBX (Low Bandwidth X) extension support shared between the lbxproxy program and an LBX-supporting X server."
+msgstr ""
-#. summary(libXau:libXau-devel)
-#, fuzzy
-msgid "Development files for the X11 authorization protocol library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(lcms:liblcms1)
+msgid "Little cms is a small speed optimized color management engine."
+msgstr ""
-#. summary(libxcb:libxcb-devel)
-#, fuzzy
-msgid "Development files for the X11 protocol C library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(lightdm:liblightdm-gobject-1-0)
+msgid "LightDM GObject-based Client Library"
+msgstr ""
-#. summary(libXdmcp:libXdmcp-devel)
-#, fuzzy
-msgid "Development files for the XDM Control Protocol library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(lightdm:liblightdm-gobject-1-0)
+msgid "A GObject-based library for LightDM clients to use to interface with LightDM."
+msgstr ""
-#. summary(libunicap:libunicap-devel)
+#. summary(lirc:liblirc0)
+#. summary(lirc:liblirc_driver0)
#, fuzzy
-msgid "Development files for the unicap library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "LIRC driver library"
+msgstr "Criptografia"
-#. description(libssh:libssh-devel)
-#, fuzzy
-msgid "Development headers for the SSH library."
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(lirc:liblirc0)
+msgid "The LIRC library. LIRC is a package that supports receiving and sending IR signals with the most common IR remote controls."
+msgstr ""
-#. summary(redland:libredland-devel)
-msgid "Development package for programs that use Redland"
+#. description(lirc:liblirc_driver0)
+msgid "The LIRC driver library. To actually use the lirc plugins."
msgstr ""
-#. summary(rasqal:librasqal-devel)
+#. summary(liblogging:liblogging0)
#, fuzzy
-msgid "Development package for the Rasqal RDF query library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "An easy to use logging library"
+msgstr "Interface do Kernel"
-#. summary(libsndfile:libsndfile-devel)
-#, fuzzy
-msgid "Development package for the libsndfile library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(liblogging:liblogging0)
+msgid ""
+"Liblogging is an easy to use logging library.\n"
+"\n"
+"It contains the Libstdlog component is used for standard logging (syslog replacement) purposes via multiple channels."
+msgstr ""
-#. summary(pulseaudio:libpulse-devel)
-#, fuzzy
-msgid "Development package for the pulseaudio library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(lpsolve:liblpsolve55-0)
+msgid "A Mixed Integer Linear Programming (MILP) Solver Library"
+msgstr ""
-#. summary(raptor:libraptor-devel)
+#. description(lpsolve:liblpsolve55-0)
+msgid "Mixed Integer Linear Programming (MILP) solver library lpsolve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models."
+msgstr ""
+
+#. summary(liblqr:liblqr-devel)
#, fuzzy
-msgid "Development package for the raptor library"
+msgid "Development files for the Liquid Rescale library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(speech-dispatcher:libspeechd-devel)
+#. description(liblqr:liblqr-devel)
+msgid ""
+"The Liquid Rescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique.\n"
+"\n"
+"This package contains the development files for liblqr."
+msgstr ""
+
+#. summary(lxpanel:liblxpanel0)
#, fuzzy
-msgid "Device independent layer for speech synthesis - Development files"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "LXDE panel libraries"
+msgstr "Desenvolvimento GNOME"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-nl)
-msgid "Dutch Dictionary for LibreOffice Language Tool"
+#. description(lxpanel:liblxpanel0)
+msgid "library for interpolability and access to the API by plugins"
msgstr ""
-#. summary(libreoffice-help-group4:libreoffice-help-nl)
+#. summary(m17n-lib:libm17n0)
+msgid "Multilingual text processing library for the C language"
+msgstr ""
+
+#. description(m17n-lib:libm17n0)
+msgid "A multilingual text processing library for the C language. This package contains shared libraries."
+msgstr ""
+
+#. summary(libmal:libmal-devel)
+#. summary(libmal:libmal1)
+msgid "Palm Sync Library"
+msgstr ""
+
+#. description(libmal:libmal-devel)
+#. description(libmal:libmal1)
+msgid "libmal is a convenient library made up of the object files contained in Tom Whittaker's malsync distribution. libmal also contains a few wrapper functions."
+msgstr ""
+
+#. summary(mate-desktop:libmate-desktop-2-17)
+msgid "Library with common API for various MATE modules"
+msgstr ""
+
+#. description(mate-desktop:libmate-desktop-2-17)
#, fuzzy
-msgid "Dutch Help Localization for LibreOffice"
+msgid "This package contains the library with common API for various MATE modules."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-nl)
+#. summary(libmcrypt)
#, fuzzy
-msgid "Dutch Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Data Encryption Library"
+msgstr "Criptografia"
-#. description(libreoffice-help-group4:libreoffice-help-nl)
+#. description(libmcrypt)
+msgid "Libmcrypt is a data encryption library. The library is thread safe and provides encryption and decryption functions. This version of the library supports many encryption algorithms and encryption modes. Supported algorithms include SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, XTEA, 3WAY, TWOFISH, BLOWFISH, ARC. FOUR, and WAKE."
+msgstr ""
+
+#. summary(digikam:libmediawiki-devel)
#, fuzzy
+msgid "Development files for libmediawiki"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(digikam:libmediawiki-devel)
msgid ""
-"Dutch help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-nl."
-msgstr "O pacote contém uma versão diferente da experada"
+"libmediawiki is a KDE C++ interface for MediaWiki based web service as wikipedia.org.\n"
+"\n"
+"This package contains the development files for libmediawiki."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-nl)
-#, fuzzy
-msgid "Dutch localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(menu-cache:libmenu-cache3)
+msgid "Menu-cache libraries"
+msgstr ""
-#. summary(libreoffice-languagetool:libreoffice-languagetool-en)
+#. description(menu-cache:libmenu-cache3)
#, fuzzy
-msgid "English Dictionary for LibreOffice Language Tool"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "menu-cache libraries for development"
+msgstr "Desenvolvimento Kernel"
-#. summary(libreoffice-templates-en)
+#. summary(mhash:libmhash2)
#, fuzzy
-msgid "English Templates for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A Library for Working with Strong Hashes"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(libreoffice-l10n:libreoffice-l10n-eo)
-#, fuzzy
-msgid "Esperanto Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(mhash:libmhash2)
+msgid "The mhash library provides an easy way to access strong hashes, such as MD5, SHA1, and other algorithms."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-eo)
-#, fuzzy
-msgid "Esperanto localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libmikmod:libmikmod3)
+msgid "MikMod Sound Library"
+msgstr ""
-#. summary(libreoffice-help-group2:libreoffice-help-et)
-#, fuzzy
-msgid "Estonian Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libmikmod:libmikmod3)
+msgid "Libmikmod is a portable sound library, capable of playing samples as well as module files. It was originally written by Jean-Paul Mikkers (MikMak) for DOS. It supports OSS /dev/dsp, ALSA, and Esound and can also write wav files. Supported file formats include mod, stm, s3m, mtm, xm, and it."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-et)
+#. summary(libmlx4-rdmav2)
+msgid "Mellanox InfiniBand HCA Userspace Driver"
+msgstr ""
+
+#. description(libmlx4-rdmav2)
+msgid "libmlx4 provides a device-specific userspace driver for Mellanox ConnectX HCAs for use with the libibverbs library."
+msgstr ""
+
+#. summary(libmlx5-rdmav2)
+msgid "Mellanox ConnectX-IB InfiniBand HCA Userspace Driver"
+msgstr ""
+
+#. description(libmlx5-rdmav2)
+msgid "libmlx5 provides a device-specific userspace driver for Mellanox ConnectX HCAs for use with the libibverbs library."
+msgstr ""
+
+#. summary(libmms:libmms-devel)
#, fuzzy
-msgid "Estonian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Libmms development files"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. description(libreoffice-help-group2:libreoffice-help-et)
-#, fuzzy
+#. description(libmms:libmms-devel)
+msgid "Headers and libraries to program against libmms"
+msgstr ""
+
+#. description(libmng:libmng-devel)
msgid ""
-"Estonian help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-et."
-msgstr "O pacote contém uma versão diferente da experada"
+"This library can handle MNG and JNG formats which contain animated pictures. These formats should replace the GIF format.\n"
+"\n"
+"This package contains the static library and the header files."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-et)
+#. summary(mono-core:libmono-2_0-1)
#, fuzzy
-msgid "Estonian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A Library for embedding Mono in your Application"
+msgstr "Iniciar Aplicativo"
-#. summary(libwpg:libwpg-devel)
-msgid "Files for Developing with libwpg"
+#. description(mono-core:libmono-2_0-1)
+msgid ""
+"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"
+"A Library for embedding Mono in your Application."
msgstr ""
-#. description(redland:libredland-devel)
-msgid "Files needed to develop with the Redland RDF library."
-msgstr ""
+#. summary(mono-core:libmono-2_0-devel)
+#, fuzzy
+msgid "Development files for libmono"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(util-linux:libuuid-devel)
+#. description(mono-core:libmono-2_0-devel)
msgid ""
-"Files to develop applications using the library to generate universally "
-"unique IDs (UUIDs)."
+"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"
+"Development files for libmono."
msgstr ""
-#. summary(libreoffice-help-group2:libreoffice-help-fi)
+#. summary(mono-core:libmonoboehm-2_0-1)
#, fuzzy
-msgid "Finnish Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A Library for embedding Mono in your Application (Boehm GC)"
+msgstr "Iniciar Aplicativo"
-#. summary(libreoffice-l10n:libreoffice-l10n-fi)
+#. description(mono-core:libmonoboehm-2_0-1)
+msgid ""
+"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"
+"A Library for embedding Mono in your application using the conservative Boehm garbage collector."
+msgstr ""
+
+#. summary(mono-core:libmonoboehm-2_0-devel)
#, fuzzy
-msgid "Finnish Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for libmonoboehm"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-help-group2:libreoffice-help-fi)
-#, fuzzy
+#. description(mono-core:libmonoboehm-2_0-devel)
msgid ""
-"Finnish help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-fi."
-msgstr "O pacote contém uma versão diferente da experada"
+"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"
+"Development files for libmonoboehm"
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-fi)
+#. summary(mono-core:libmonosgen-2_0-1)
#, fuzzy
-msgid "Finnish localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A Library for embedding Mono in your Application (SGen GC)"
+msgstr "Iniciar Aplicativo"
-#. description(libXfontcache:libXfontcache1)
+#. description(mono-core:libmonosgen-2_0-1)
msgid ""
-"FontCache is an extension that is used by X TrueType to cache information "
-"about fonts."
+"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"
+"A Library for embedding Mono in your application using the precise SGen garbage collector."
msgstr ""
-#. description(libXfontcache:libXfontcache-devel)
+#. description(libmpcdec:libmpcdec-devel)
msgid ""
-"FontCache is an extension that is used by X TrueType to cache information "
-"about fonts.\n"
+"Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file.\n"
"\n"
-"This package contains the development headers for the library found in "
-"libXfontcache1."
+"It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.\n"
+"\n"
+"Musepack is not particularly optimized for low bitrates. The encoder was designed to be transparent at the --standard setting, thus little low bitrate tuning has gone into the codec, opposite to that of AAC, Vorbis, WMA and others which focus more on this region."
msgstr ""
-#. summary(libreoffice-languagetool:libreoffice-languagetool-fr)
+#. summary(libmpd:libmpd1)
+msgid "The libmpd package"
+msgstr ""
+
+#. description(libmpd:libmpd1)
+msgid "libmpd is a library that provides high-level, callback-based access to Music Player Daemon."
+msgstr ""
+
+#. summary(gcc5:libmpx0)
+#. summary(gcc5:libmpxwrappers0)
#, fuzzy
-msgid "French Dictionary for LibreOffice Language Tool"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The GNU Compiler MPX Runtime Library"
+msgstr "Notificações"
-#. summary(libreoffice-help-group2:libreoffice-help-fr)
+#. description(gcc5:libmpx0)
+#. description(gcc5:libmpxwrappers0)
#, fuzzy
-msgid "French Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid ""
+"The runtime library needed to run programs compiled with the\n"
+"-fcheck-pointer-bounds option of the GNU Compiler Collection (GCC)."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(libreoffice-l10n:libreoffice-l10n-fr)
+#. summary(libmspub:libmspub-0_1-1)
#, fuzzy
-msgid "French Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Microsoft Publisher file format parser library"
+msgstr "Falha na configuração %s."
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-fr)
+#. description(libmspub:libmspub-0_1-1)
+msgid "libmspub is a library for parsing the Corel Draw file format structure. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux."
+msgstr ""
+
+#. summary(libmthca-rdmav2)
+msgid "User space libraries (device-specific) for Infiniband Mellanox HCA"
+msgstr ""
+
+#. description(libmthca-rdmav2)
+msgid "libmthca provides a device-specific userspace driver for Mellanox HCAs (MT23108 InfiniHost and MT25208 InfiniHost III Ex) for use with the libibverbs library"
+msgstr ""
+
+#. summary(libmtp:libmtp-devel)
+msgid "Development files for access to MTP Player library"
+msgstr ""
+
+#. description(libmtp:libmtp-devel)
+msgid "This package contains the development headers for the libmtp library that allows access to USB based media players based on the MTP (Media Transfer Protocol) authored by Microsoft."
+msgstr ""
+
+#. summary(libmwaw:libmwaw-0_3-3)
+msgid "Pre Mac OSX text file formats parser library"
+msgstr ""
+
+#. description(libmwaw:libmwaw-0_3-3)
+msgid "Libmwaw is a new project for converting many pre-OSX MAC text formats."
+msgstr ""
+
+#. summary(mxml:libmxml1)
#, fuzzy
-msgid "French Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Shared library for mxml"
+msgstr "Criando banco de dados de recursos"
-#. description(libreoffice-help-group2:libreoffice-help-fr)
-#, fuzzy
+#. description(mxml:libmxml1)
msgid ""
-"French help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-fr."
-msgstr "O pacote contém uma versão diferente da experada"
+"Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large nonstandard libraries.\n"
+"\n"
+"This package holds the shared library for mxml."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-fr)
+#. summary(mariadb:libmysqlclient-devel)
#, fuzzy
-msgid "French localization files for LibreOffice."
+msgid "MariaDB development header files and libraries"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(mariadb:libmysqlclient-devel)
+#, fuzzy
+msgid "This package contains the development header files and libraries necessary to develop client applications for MariaDB."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(aspell:libpspell15)
-msgid "GNU Aspell - Pspell Compatibility Library"
+#. summary(mysql-connector-cpp:libmysqlcppconn7)
+msgid "MySQL Connector/C++: Standardized database driver for C++ development"
msgstr ""
-#. description(aspell:libpspell15)
+#. description(mysql-connector-cpp:libmysqlcppconn7)
msgid ""
-"GNU Aspell is a spell checker designed to eventually replace Ispell. It can "
-"be used as a library or as an independent spell checker.\n"
+"MySQL Connector/C++ is a MySQL database connector for C++ development. The MySQL driver for C++ can be used to connect to MySQL from C++ applications. The driver mimics the JDBC 4.0 API. It implements a significant subset of JDBC 4.0.\n"
"\n"
-"This package contains the pspell compatibility library."
+"The Driver for C++ is designed to work best with MySQL 5.1 or later. Note - its full functionality is not available when connecting to MySQL 5.0. You cannot connect to MySQL 4.1 or earlier."
msgstr ""
-#. summary(plotutils:libplotter2)
-msgid "GNU Plotting Utilities"
+#. description(mythes:libmythes-1_2-0)
+msgid "MyThes is a simple thesaurus that uses a structured text data file and an index file with binary search to look up words and phrases and return information on part of speech, meanings, and synonyms."
msgstr ""
-#. description(libtool)
-msgid ""
-"GNU libtool is a set of shell scripts to automatically configure UNIX "
-"architectures to build shared libraries in a generic fashion."
+#. summary(libnes-rdmav2)
+msgid "NetEffect RNIC Userspace Library"
msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-ga)
-#, fuzzy
-msgid "Gaelic Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libnes-rdmav2)
+msgid "libnes provides a device-specific userspace driver for NetEffect RNICs for use with the libibverbs library."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-ga)
+#. summary(libnet:libnet9)
+msgid "A C Library for Portable Packet Creation"
+msgstr ""
+
+#. description(libnet:libnet9)
+msgid "Libnet is an API to help with the construction and handling of network packets. It provides a portable framework for low-level network packet writing and handling. Libnet includes packet creation at the IP layer and at the link layer as well as a host of supplementary and complementary functionality. Libnet is very useful for writing network tools and network test code. See the man page and sample test code for more detailed information."
+msgstr ""
+
+#. summary(netcontrol:libnetcontrol0)
#, fuzzy
-msgid "Gaelic localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A network configuration library"
+msgstr "Exibir Configuração"
-#. summary(libreoffice-icon-themes:libreoffice-icon-theme-galaxy)
-msgid "Galaxy LibreOffice Icon Theme (OOo-3.x default)"
+#. description(netcontrol:libnetcontrol0)
+msgid ""
+"A interim network configuration library, currently implementing the libnetcf interface for libvirt.\n"
+"\n"
+"The libnetcontrol0 package provides the shared library."
msgstr ""
-#. summary(libreoffice-languagetool:libreoffice-languagetool-gl)
-msgid "Galician Dictionary for LibreOffice Language Tool"
+#. summary(netpbm:libnetpbm-devel)
+msgid "Libraries for the NetPBM Graphic Formats - files mandatory for development"
msgstr ""
-#. summary(libreoffice-help-group3:libreoffice-help-gl)
+#. description(netpbm:libnetpbm-devel)
+#. description(netpbm:libnetpbm11)
+msgid "These are the libs for the netpbm graphic formats. The tools can be found in the netpbm package. The sources are contained in the netpbm source package."
+msgstr ""
+
+#. summary(netpbm:libnetpbm11)
+msgid "Libraries for the NetPBM (NetPortableBitmap) Graphic Formats"
+msgstr ""
+
+#. summary(libnova:libnova-0_15-0)
+msgid "Celestial Mechanics, Astrometry and Astrodynamics Library"
+msgstr ""
+
+#. description(libnova:libnova-0_15-0)
+msgid "libnova is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library. The intended audience of libnova is C & C++ programmers, astronomers and anyone else interested in calculating positions of astronomical objects or celestial mechanics."
+msgstr ""
+
+#. summary(libnova:libnova-devel)
#, fuzzy
-msgid "Galician Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for libnova"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-gl)
+#. description(libnova:libnova-devel)
#, fuzzy
-msgid "Galician Localization Files for LibreOffice"
+msgid "This package contains development files for libnova."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group3:libreoffice-help-gl)
+#. summary(libntlm:libntlm0)
+msgid "Implementation of Microsoft's NTLMv1 authentication"
+msgstr ""
+
+#. description(libntlm:libntlm0)
+msgid "Libntlm provides routines to manipulate the structures used for the client end of Microsoft NTLMv1 authentication."
+msgstr ""
+
+#. summary(liboauth:liboauth-devel)
#, fuzzy
+msgid "Development and Include Files for liboauth"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(liboauth:liboauth-devel)
msgid ""
-"Galician help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-gl."
-msgstr "O pacote contém uma versão diferente da experada"
+"liboauth is a collection of c functions implementing the http://oauth.net API.\n"
+"\n"
+"liboauth provides functions to escape and encode stings according to OAuth specifications and offers high-level functionality built on top to sign requests or verify signatures using either NSS or OpenSSL for calculating the hash/signatures.\n"
+"\n"
+"This archive contains the header files for liboauth development."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-gl)
+#. summary(gcc5:libobjc4)
#, fuzzy
-msgid "Galician localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Library for the GNU Objective C Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. summary(libreoffice-l10n:libreoffice-l10n-ka)
+#. description(gcc5:libobjc4)
#, fuzzy
-msgid "Georgian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The library for the GNU Objective C compiler."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(libreoffice-l10n:libreoffice-l10n-ka)
+#. summary(openbox:libobrender32)
#, fuzzy
-msgid "Georgian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Openbox Render Library"
+msgstr "Novell e Linux"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-de)
+#. description(openbox:libobrender32)
#, fuzzy
-msgid "German Dictionary for LibreOffice Language Tool"
+msgid "This subpackage contains a utility function library used by Openbox for theme rendering."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group1:libreoffice-help-de)
-#, fuzzy
-msgid "German Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(openbox:libobt2)
+msgid "Openbox Toolkit Library"
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-de)
-#, fuzzy
-msgid "German Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(openbox:libobt2)
+msgid "This subpackage contains a utility function library used by Openbox to load and parse configuration and theme files of Openbox."
+msgstr ""
-#. summary(libreoffice-templates-de)
-#, fuzzy
-msgid "German Templates for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libodfgen:libodfgen-0_1-1)
+msgid "Library to generate ODF documents from libwpd's and libwpg's api calls"
+msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-de)
-#, fuzzy
-msgid "German Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libodfgen:libodfgen-0_1-1)
+msgid "libodfgen is a general purpose library designed to generate ODF documents from api calls to libwpd and libwpg libraries."
+msgstr ""
-#. description(libreoffice-help-group1:libreoffice-help-de)
-#, fuzzy
-msgid ""
-"German help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-de."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libofx)
+#. summary(libofx:libofx-devel)
+#. summary(libofx:libofx6)
+msgid "OFX Command Parser and API"
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-de)
-#, fuzzy
-msgid "German localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libofx)
+#. description(libofx:libofx-devel)
+#. description(libofx:libofx6)
+msgid "LibOFX is a parser and API designed to allow applications to support OFX command responses, usually provided by financial institutions for statement downloads. The author says, \"To my knowledge, it is the first working OpenSource implementations of the OFX (Open Financial eXchange) specification on the client side. This project was first started as my end of degree project, with the goal of adding OFX support to GnuCash. It has since evolved into a generic library, so all OpenSource Financial software can benefit from it.\""
+msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-de-CH)
+#. summary(libogg:libogg-devel)
+msgid "Include Files and Libraries mandatory for Ogg Development"
+msgstr ""
+
+#. description(libogg:libogg-devel)
#, fuzzy
-msgid "German-Swiss Thesaurus Dictionary for LibreOffice"
+msgid "This package contains all necessary include files and libraries needed to compile and develop applications that use libogg."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libopensync-plugin-google-calendar)
-msgid "Google Calendar Synchronization Plug-In for OpenSync"
+#. summary(liboil)
+#. summary(liboil:liboil-devel)
+msgid "Library of Optimized Inner Loops"
msgstr ""
-#. summary(libreoffice-help-group2:libreoffice-help-el)
-#, fuzzy
-msgid "Greek Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(liboil)
+msgid ""
+"Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).\n"
+"\n"
+"Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects and also make optimizations easier to use by a broader range of applications."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-el)
-#, fuzzy
-msgid "Greek Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(liboil:liboil-devel)
+msgid ""
+"Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).\n"
+"\n"
+"Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects, and also make optimizations easier to use by a broader range of applications."
+msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-el)
+#. summary(liboldX:liboldX-devel)
#, fuzzy
-msgid "Greek Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for the X version 10 compatibility library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-help-group2:libreoffice-help-el)
+#. description(liboldX:liboldX-devel)
#, fuzzy
msgid ""
-"Greek help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-el."
+"(Upstream has not provided a description)\n"
+"\n"
+"This package contains the development headers for the library found in liboldX6."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-el)
+#. summary(liboldX:liboldX6)
#, fuzzy
-msgid "Greek localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "X version 10 backwards compatibility library"
+msgstr "Opções de compatibilidade misturadas"
-#. summary(spice-gtk:libspice-client-glib-2_0-8)
-msgid "Gtk client and libraries for SPICE remote desktop servers"
+#. summary(oniguruma:libonig2)
+msgid "Regex Library Supporting Different Character Encodings"
msgstr ""
-#. summary(libreoffice-help-group3:libreoffice-help-gu-IN)
-#, fuzzy
-msgid "Gujarati Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(oniguruma:libonig2)
+msgid ""
+"Oniguruma is a regular expressions library. The characteristics of this library is that different character encoding for every regular expression object can be specified.\n"
+"\n"
+"Supported character encodings: ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, EUC-JP, EUC-TW, EUC-KR, EUC-CN, Shift_JIS, Big5, GB 18030, KOI8-R, KOI8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-gu-IN)
-#, fuzzy
-msgid "Gujarati Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(oprofile:libopagent1)
+msgid "System-Wide Profiler for Linux Systems"
+msgstr ""
-#. description(libreoffice-help-group3:libreoffice-help-gu-IN)
-#, fuzzy
+#. description(oprofile:libopagent1)
msgid ""
-"Gujarati help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-gu-IN."
-msgstr "O pacote contém uma versão diferente da experada"
+"OProfile is a system-wide profiler for Linux systems, capable of profiling all running code at low overhead. OProfile is released under the GNU GPL.\n"
+"\n"
+"This package contains the library needed at runtime when profiling JITed code from supported virtual machines."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-gu-IN)
-#, fuzzy
-msgid "Gujarati localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(opal:libopal3_10_10)
+msgid "Open Phone Abstraction Library"
+msgstr ""
-#. summary(libsoup:libsoup-devel)
+#. description(opal:libopal3_10_10)
+msgid "Open Phone Abstraction Library, implementation of the ITU H.323 teleconferencing protocol, and successor of the openh323 library. It supports the H.323 protocol as well as SIP and IAX2."
+msgstr ""
+
+#. summary(openbabel:libopenbabel-devel)
+#. summary(openbabel:libopenbabel4)
+msgid "Open Babel - The Open Source Chemistry Toolbox"
+msgstr ""
+
+#. description(openbabel:libopenbabel-devel)
+#. description(openbabel:libopenbabel4)
+msgid "Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas."
+msgstr ""
+
+#. summary(opencc:libopencc2)
+msgid "Open Chinese Convert"
+msgstr ""
+
+#. description(opencc:libopencc2)
+msgid ""
+"OpenCC is an opensource project for conversion between Traditional Chinese and Simplified Chinese, which supports phrase-level conversion and regional idioms among Mainland China, Taiwan and Hong kong.\n"
+"\n"
+"This package provides shared libraries of OpenCC."
+msgstr ""
+
+#. summary(libopensync)
+msgid "A Platform and Distribution Independent Synchronization Framework"
+msgstr ""
+
+#. description(libopensync)
+msgid ""
+"OpenSync is a synchronization framework that is platform and distribution independent. It consists of several plug-ins that can be used to connect to devices, a powerful sync engine, and the framework itself. The synchronization framework is kept very flexible and is capable of synchronizing any type of data, including contacts, calendar, tasks, notes, and files.\n"
+"\n"
+"To sync various sources, additionally install the plug-ins."
+msgstr ""
+
+#. summary(liborcus:liborcus-0_8-0)
#, fuzzy
-msgid "HTTP client/server library for GNOME - Development Files"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Spreadsheet file processing library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(qalculate:libqalculate-devel)
+#. description(liborcus:liborcus-0_8-0)
+msgid "Standalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import filters."
+msgstr ""
+
+#. summary(libosip2)
+#. summary(libosip2:libosip2-devel)
+msgid "Implementation of SIP--RFC 3261"
+msgstr ""
+
+#. description(libosip2)
+#. description(libosip2:libosip2-devel)
+msgid "This is the GNU oSIP library. It has been designed to provide the Internet community with a simple way to support the Session Initiation Protocol. SIP is described in the RFC 3261, which is available at http://www.ietf.org/rfc/rfc3261.txt."
+msgstr ""
+
+#. summary(libotf:libotf0)
+msgid "Shared library for libotf"
+msgstr ""
+
+#. description(libotf:libotf0)
+msgid "Library for handling OpenType fonts,especially those needed for CJK and other non-Latin languages."
+msgstr ""
+
+#. summary(libotr:libotr-devel)
#, fuzzy
-msgid "Header files, libraries and development documentation for libqalculate"
-msgstr "Ajuda e Documentação de Suporte"
+msgid "Include files and development libraries"
+msgstr "Pacotes de desenvolvimento do Kernel"
#. description(libotr:libotr-devel)
#, fuzzy
msgid "Headers and development libraries for libotr"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-he)
+#. summary(libpagemaker:libpagemaker-0_0-0)
#, fuzzy
-msgid "Hebrew Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A library for import of Adobe PageMaker documents"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libreoffice-l10n:libreoffice-l10n-he)
-#, fuzzy
-msgid "Hebrew localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libpagemaker:libpagemaker-0_0-0)
+msgid "libpagemaker is library providing ability to interpret and import Adobe PageMaker documents into various applications."
+msgstr ""
-#. summary(libreoffice-icon-themes:libreoffice-icon-theme-hicontrast)
-msgid "Hicontrast LibreOffice Icon Theme"
+#. summary(libpano:libpano13-3)
+msgid "Panorama Tools Back-End Library"
msgstr ""
-#. summary(libserf:libserf-1-1)
-msgid "High-Performance Asynchronous HTTP Client Library"
+#. description(libpano:libpano13-3)
+msgid "Library for working with panoramas."
msgstr ""
-#. summary(libreoffice-help-group3:libreoffice-help-hi-IN)
+#. summary(libpciaccess:libpciaccess-devel)
#, fuzzy
-msgid "Hindi Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for the Generic PCI access library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-hi-IN)
-#, fuzzy
-msgid "Hindi Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libpciaccess:libpciaccess-devel)
+msgid ""
+"Provides functionality for X to access the PCI bus and devices in a platform-independent way.\n"
+"\n"
+"This package contains the development headers for the library found in libpciaccess0."
+msgstr ""
-#. description(libreoffice-help-group3:libreoffice-help-hi-IN)
-#, fuzzy
+#. description(pcre:libpcrecpp0)
msgid ""
-"Hindi help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-hi-IN."
-msgstr "O pacote contém uma versão diferente da experada"
+"The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.\n"
+"\n"
+"pcrecpp provides a C++ API to the PCRE engine."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-hi-IN)
-#, fuzzy
-msgid "Hindi localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(pcre:libpcreposix0)
+msgid ""
+"The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.\n"
+"\n"
+"pcreposix provides a POSIX-compatible API to the PCRE engine."
+msgstr ""
-#. summary(libreoffice-help-group3:libreoffice-help-hu)
+#. summary(libpinyin:libpinyin-data)
#, fuzzy
-msgid "Hungarian Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Data files for libpinyin"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-hu)
+#. description(libpinyin:libpinyin-data)
+msgid ""
+"Libpinyin is a staging joint effort of many Chinese Pinyin IME development teams. It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend supports many Language Models and Frontends.\n"
+"\n"
+"This package provides language model table data for libpinyin."
+msgstr ""
+
+#. summary(libpinyin:libpinyin6)
+msgid "Intelligent Pinyin IME"
+msgstr ""
+
+#. description(libpinyin:libpinyin6)
+msgid ""
+"Libpinyin is a staging joint effort of many Chinese Pinyin IME development teams. It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend supports many Language Models and Frontends.\n"
+"\n"
+"This package provides runtime library for libpinyin."
+msgstr ""
+
+#. summary(pilot-link:libpisock-devel)
#, fuzzy
-msgid "Hungarian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "PalmPilot Development Header Files"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-hu)
+#. description(pilot-link:libpisock-devel)
#, fuzzy
-msgid "Hungarian Thesaurus Dictionary for LibreOffice"
+msgid "This package contains the development headers of libpisock."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group3:libreoffice-help-hu)
-#, fuzzy
+#. summary(pilot-link:libpisock9)
+msgid "Pilot-Link Library for Palm devices"
+msgstr ""
+
+#. description(pilot-link:libpisock9)
msgid ""
-"Hungarian help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-hu."
-msgstr "O pacote contém uma versão diferente da experada"
+"Pilot-Link Library for Palm Devices.\n"
+"\n"
+"If you want to develop Palm synchronization applications, you will need to install libpisock-devel."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-hu)
+#. summary(pixman:libpixman-1-0-devel)
+msgid "Pixel manipulation library - development files"
+msgstr ""
+
+#. summary(libplist:libplist-devel)
+msgid "Library for handling Apple Binary and XML Property Lists -- Development Files"
+msgstr ""
+
+#. description(libplist:libplist-devel)
+msgid ""
+"libplist is a library for handling Apple Binary and XML Property Lists.\n"
+"\n"
+"This package contains the development files for C."
+msgstr ""
+
+#. summary(plotutils:libplotter2)
+msgid "GNU Plotting Utilities"
+msgstr ""
+
+#. description(plotutils:libplotter2)
+msgid "The GNU plotting utilities consist of seven command line programs: the graphics programs `graph', `plot', `tek2plot', and `plotfont', and the mathematical programs `spline', `ode', and `double'. GNU `libplot' is distributed with these programs; it is the library on which the graphics programs are based. `Libplot' is a function library for device-independent two-dimensional vector graphics, including vector graphics animations under the X Window System."
+msgstr ""
+
+#. summary(libpng12:libpng12-devel)
+#. summary(libpng16:libpng16-compat-devel)
+#. summary(libpng16:libpng16-devel)
+msgid "Development Tools for applications which will use the Libpng"
+msgstr ""
+
+#. description(libpng12:libpng12-devel)
+msgid ""
+"The libpng12-devel package includes the header files, libraries, configuration files and development tools necessary for compiling and linking programs which will manipulate PNG files using libpng12.\n"
+"\n"
+"libpng is the official reference library for the Portable Network Graphics (PNG) format."
+msgstr ""
+
+#. description(libpng16:libpng16-compat-devel)
+msgid "The libpng16-compat-devel package contains unversioned symlinks to the header files, libraries, configuration files and development tools necessary for compiling and linking programs that don't care about libpng version."
+msgstr ""
+
+#. description(libpng16:libpng16-devel)
+msgid ""
+"The libpng16-devel package includes the header files, libraries, configuration files and development tools necessary for compiling and linking programs which will manipulate PNG files using libpng16.\n"
+"\n"
+"libpng is the official reference library for the Portable Network Graphics (PNG) format."
+msgstr ""
+
+#. summary(podofo:libpodofo-devel)
#, fuzzy
-msgid "Hungarian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for podofo"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-is)
+#. description(podofo:libpodofo-devel)
#, fuzzy
-msgid "Icelandic Localization Files for LibreOffice"
+msgid "This package contains development files for podofo library."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-is)
+#. summary(podofo:libpodofo0_9_3)
#, fuzzy
-msgid "Icelandic localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "PDF parsing and creation library"
+msgstr "Criptografia"
-#. summary(libosip2)
-msgid "Implementation of SIP--RFC 3261"
+#. description(podofo:libpodofo0_9_3)
+#, fuzzy
+msgid "A cross platform PDF parsing and creation library."
+msgstr "Criptografia"
+
+#. summary(poppler:libpoppler-devel)
+msgid "PDF rendering library"
msgstr ""
-#. summary(tidy:libtidy-0_99-0-devel)
+#. summary(poppler-qt5:libpoppler-qt5-devel)
#, fuzzy
-msgid "Include Files and Libraries for Development"
-msgstr "Desenvolvimento Kernel"
+msgid "PDF rendering library - Qt5 Wrapper"
+msgstr "Novell e Linux"
-#. summary(libvorbis:libvorbis-devel)
-msgid "Include Files and Libraries mandatory for Ogg Vorbis Development"
+#. summary(portmidi:libportmidi0)
+msgid "Real-time MIDI input/output audio library"
msgstr ""
-#. summary(libotr:libotr-devel)
+#. description(portmidi:libportmidi0)
+msgid "PortMidi -- a library for real-time MIDI input/output audio. This package contains the shared library that is required at runtime for every application that uses PortMidi."
+msgstr ""
+
+#. summary(powerman:libpowerman0)
#, fuzzy
-msgid "Include files and development libraries"
-msgstr "Pacotes de desenvolvimento do Kernel"
+msgid "Libraries for applications using PowerMan"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(libreoffice-l10n:libreoffice-l10n-id)
+#. description(powerman:libpowerman0)
#, fuzzy
-msgid "Indonesian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A shared library for applications using PowerMan."
+msgstr "Aguardar por aplicativo kicker"
-#. description(libreoffice-l10n:libreoffice-l10n-id)
+#. summary(libpqxx:libpqxx-4_0)
+#. summary(libpqxx:libpqxx-devel)
#, fuzzy
-msgid "Indonesian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "C++ Client Library for PostgreSQL"
+msgstr "Criando banco de dados de recursos"
-#. summary(libpinyin:libpinyin4)
-msgid "Intelligent Pinyin IME"
+#. description(libpqxx:libpqxx-4_0)
+msgid "This is the official C++ client API for postgres. What libpqxx brings you is effective use of templates to reduce the inconvenience of dealing with type conversions; of standard C++ strings to keep you from having to worry about buffer allocation and overflow attacks; of exceptions to take the tedious and error-prone plumbing around error handling out of your hands; of constructors and destructors to bring resource management under control; and even basic object-orientation to give you some extra reliability features that would be hard to get with most other database interfaces."
msgstr ""
+#. description(libpqxx:libpqxx-devel)
+msgid "This package contains header files and documentation needed for writing C++ programs that connect to a PostgreSQL database."
+msgstr ""
+
#. summary(presage:libpresage1)
msgid "Intelligent predictive text entry platform (shared library)"
msgstr ""
-#. summary(libvirt:libvirt-daemon-driver-interface)
-msgid "Interface driver plugin for the libvirtd daemon"
+#. description(presage:libpresage1)
+msgid ""
+"Presage is an intelligent predictive text entry platform.\n"
+"\n"
+"A predictive text entry system attempts to improve the ease and speed of textual input by predicting words. Word prediction consists in computing which word tokens or word completions are most likely to be entered next. The system analyses the text already entered and combines the information thus extracted with other information sources to calculate the set of most probable tokens.\n"
+"\n"
+"Presage exploits redundant information embedded in natural languages to generate word predictions. The modular architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic information sources.\n"
+"\n"
+"This package contains the shared library."
msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-ga)
-#, fuzzy
-msgid "Irish Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libproxy:libproxy-devel)
+msgid "Libproxy provides consistent proxy configuration to applications - Development Files"
+msgstr ""
-#. summary(libreoffice-languagetool:libreoffice-languagetool-it)
-msgid "Italian Dictionary for LibreOffice Language Tool"
+#. summary(aspell:libpspell15)
+msgid "GNU Aspell - Pspell Compatibility Library"
msgstr ""
-#. summary(libreoffice-help-group3:libreoffice-help-it)
-#, fuzzy
-msgid "Italian Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(aspell:libpspell15)
+msgid ""
+"GNU Aspell is a spell checker designed to eventually replace Ispell. It can be used as a library or as an independent spell checker.\n"
+"\n"
+"This package contains the pspell compatibility library."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-it)
-#, fuzzy
-msgid "Italian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libpt2:libpt2_10_10)
+msgid "Portable Windows Library from Equivalence Pty. Ltd. version 2"
+msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-it)
+#. description(libpt2:libpt2_10_10)
+msgid "This is a moderately large class library that was created many years ago as a method to produce applications that run on both Microsoft Windows and the X Window System."
+msgstr ""
+
+#. summary(pth:libpth-devel)
+#. summary(pth:libpth20)
+msgid "GNU Portable Threads"
+msgstr ""
+
+#. description(pth:libpth-devel)
+#. description(pth:libpth20)
+msgid "Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution (\"multithreading\") inside server applications. All threads run in the same address space of the server application, but each thread has it's own individual program-counter, run-time stack, signal mask and errno variable."
+msgstr ""
+
+#. summary(pulseaudio:libpulse-devel)
#, fuzzy
-msgid "Italian Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development package for the pulseaudio library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-help-group3:libreoffice-help-it)
-#, fuzzy
+#. description(pulseaudio:libpulse-devel)
msgid ""
-"Italian help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-it."
-msgstr "O pacote contém uma versão diferente da experada"
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
+"\n"
+"This package contains the files needed to compile programs that use the pulseaudio library."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-it)
-#, fuzzy
-msgid "Italian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(pidgin:libpurple-meanwhile)
+msgid "Sametime Plugin for Pidgin using the Meanwhile Library"
+msgstr ""
-#. description(libqjson:libqjson-devel)
+#. description(pidgin:libpurple-meanwhile)
+msgid "Lotus Sametime plugin for Pidgin using the Meanwhile library."
+msgstr ""
+
+#. summary(bot-sentry:libpurple-plugin-bot-sentry)
+msgid "Libpurple plugin to prevent Instant Message spam"
+msgstr ""
+
+#. description(bot-sentry:libpurple-plugin-bot-sentry)
+msgid "Bot Sentry is a libpurple plug-in to prevent Instant Message spam. It allows you to ignore IMs unless the sender is in your Buddy List or Allow List, or the sender correctly answers a question you have predefined."
+msgstr ""
+
+#. summary(pidgin-openfetion:libpurple-plugin-openfetion)
+msgid "Libpurple plugin for the Fetion protocol"
+msgstr ""
+
+#. description(pidgin-openfetion:libpurple-plugin-openfetion)
msgid ""
-"JSON (JavaScript Object Notation) is a lightweight data-interchange format. "
-"It can represent integer, real number, string, an ordered sequence of value, "
-"and a collection of name/value pairs. QJson is a qt-based library that maps "
-"JSON data to QVariant objects. JSON arrays will be mapped to QVariantList "
-"instances, while JSON's objects will be mapped to QVariantMap.\n"
+"This is a Fetion plugin for libpurple.\n"
"\n"
-"This package contains files for developing applications using QJson."
+"Fetion is an IM provided by China Mobile, with features like text chat, voice call, file sharing, etc."
msgstr ""
-#. summary(libreoffice-help-group3:libreoffice-help-ja)
-#, fuzzy
-msgid "Japanese Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(purple-plugin-pack:libpurple-plugin-pack)
+msgid "Compilation of plugins for the libpurple family of IM clients"
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-ja)
-#, fuzzy
-msgid "Japanese Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(purple-plugin-pack:libpurple-plugin-pack)
+msgid ""
+"The Purple Plugin Pack is a compilation of plugins for the libpurple family of IM clients.\n"
+"\n"
+"To avoid license issues between GPL-3.0+ plugins and other plugins that could be incompatible with GPL-3.0+, the GPL-3.0+ plugins are split in the libpurple-plugin-pack-extras package."
+msgstr ""
-#. description(libreoffice-help-group3:libreoffice-help-ja)
-#, fuzzy
+#. summary(pidgin-sipe:libpurple-plugin-sipe)
+msgid "Libpurple third-party plugin for Microsoft LCS/OCS"
+msgstr ""
+
+#. description(pidgin-sipe:libpurple-plugin-sipe)
msgid ""
-"Japanese help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-ja."
-msgstr "O pacote contém uma versão diferente da experada"
+"A third-party plugin for the libpurple multi-protocol instant messaging core. It implements the extended version of SIP/SIMPLE used by various products:\n"
+"\n"
+" * Microsoft Office Communications Server (OCS 2007/2007 R2 and newer) * Microsoft Live Communications Server (LCS 2003/2005) * Reuters Messaging"
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-ja)
-#, fuzzy
-msgid "Japanese localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(skype4pidgin:libpurple-plugin-skype)
+msgid "Libpurple plugin for Skype API"
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-kn)
-#, fuzzy
-msgid "Kannada Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(skype4pidgin:libpurple-plugin-skype)
+msgid ""
+"This is a Skype Plugin for Pidgin/libpurple/Adium. It lets you view and chat with all your Skype buddies from within Pidgin/Adium.\n"
+"\n"
+"You still need Skype to be running to be able to use it, but it lets you keep a consistent user interface and use all the other nifty Pidgin/Adium plugins with it, like spell-checking or OTR encryption."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-kn)
+#. summary(pyzy:libpyzy-1_0-0)
#, fuzzy
-msgid "Kannada localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Libraries for pyzy"
+msgstr "Aplicativos Favoritos"
-#. summary(kdebindings-smokekde:libsmokekde3)
-#, fuzzy
-msgid "Kdebindings Smoke-kde library"
-msgstr "O pacote não está assinalado"
+#. description(pyzy:libpyzy-1_0-0)
+msgid "The Chinese Pinyin and Bopomofo conversion library."
+msgstr ""
-#. summary(libreoffice-languagetool:libreoffice-languagetool-km)
+#. summary(qalculate:libqalculate-devel)
#, fuzzy
-msgid "Khmer Dictionary for LibreOffice Language Tool"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Header files, libraries and development documentation for libqalculate"
+msgstr "Ajuda e Documentação de Suporte"
-#. summary(libreoffice-help-group3:libreoffice-help-km)
-#, fuzzy
-msgid "Khmer Help Localization for LibreOffice"
-msgstr "Aguardar por aplicativo kicker"
+#. description(qalculate:libqalculate-devel)
+msgid "This package contains the header files, static libraries and development documentation for libqalculate. If you like to develop programs using libqalculate, you will need to install libqalculate-devel."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-km)
+#. summary(libqb:libqb0)
#, fuzzy
-msgid "Khmer Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "An IPC library for high performance servers"
+msgstr "Criando banco de dados de recursos"
-#. description(libreoffice-help-group3:libreoffice-help-km)
-#, fuzzy
+#. description(libqb:libqb0)
+msgid "libqb is a library with the primary purpose of providing high performance client server reusable features. It provides high performance logging, tracing, ipc, and poll."
+msgstr ""
+
+#. description(libqca2:libqca2-devel)
+msgid "This package provides a generic Qt cryptographic architecture, including a library and a plugin for using all supported capabilities of openssl, like SSL/TLS, X509, RSA, SHA1, MD5, Blowfish, 3DES and AES."
+msgstr ""
+
+#. summary(qhull:libqhull6-6_3_1_1494)
+msgid "Computing convex hulls, Delaunay triangulations and Voronoi diagrams"
+msgstr ""
+
+#. description(qhull:libqhull6-6_3_1_1494)
msgid ""
-"Khmer help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-km."
-msgstr "O pacote contém uma versão diferente da experada"
+"Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull implements the Quickhull algorithm for computing the convex hull. It handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approximations to the convex hull.\n"
+"\n"
+"Qhull does not support constrained Delaunay triangulations, triangulation of non-convex surfaces, mesh generation of non-convex objects, or medium-sized inputs in 9-D and higher."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-km)
+#. summary(libqimageblitz4:libqimageblitz-devel)
#, fuzzy
-msgid "Khmer localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for libqimageblitz"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-rw)
+#. description(libqimageblitz4:libqimageblitz-devel)
#, fuzzy
-msgid "Kinyarwanda Localization Files for LibreOffice"
+msgid "This package contains development files for libqimageblitz."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-rw)
+#. summary(libqjson:libqjson-devel)
#, fuzzy
-msgid "Kinyarwanda localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for QJson"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-help-group4:libreoffice-help-ko)
-#, fuzzy
-msgid "Korean Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libqjson:libqjson-devel)
+msgid ""
+"JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integer, real number, string, an ordered sequence of value, and a collection of name/value pairs. QJson is a qt-based library that maps JSON data to QVariant objects. JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap.\n"
+"\n"
+"This package contains files for developing applications using QJson."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-ko)
+#. summary(qscintilla:libqscintilla-devel)
#, fuzzy
-msgid "Korean Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "C++ Editor Class Library Development Files"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-help-group4:libreoffice-help-ko)
-#, fuzzy
+#. description(qscintilla:libqscintilla-devel)
+#. description(qscintilla:libqscintilla2-12)
msgid ""
-"Korean help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-ko."
-msgstr "O pacote contém uma versão diferente da experada"
+"QScintilla is a Qt port of Neil Hodgson's Scintilla C++ editor class.\n"
+"\n"
+"This is a Qt port from the original Scintilla class (http://www.scintilla.org/).\n"
+"\n"
+"This package is mainly used by eric, the Python IDE."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-ko)
+#. summary(qscintilla:libqscintilla2-12)
#, fuzzy
-msgid "Korean localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "C++ Editor Class Library"
+msgstr "Criptografia"
-#. summary(libvirt:libvirt-daemon-driver-lxc)
-msgid "LXC driver plugin for the libvirtd daemon"
+#. description(libqt4:libqt4-devel)
+#. description(libqt5-qtbase:libqt5-qtbase-devel)
+msgid "You need this package, if you want to compile programs with Qt. It contains the \"Qt Crossplatform Development Kit\". It does contain include files and development applications like GUI designers, translator tools and code generators."
msgstr ""
-#. summary(libreoffice-languagetool)
-msgid "Language Checker for LibreOffice"
+#. summary(libqt4:libqt4-linguist)
+msgid "Qt Linguist"
msgstr ""
-#. summary(libwnck:libwnck-lang)
-msgid "Languages for package libwnck"
+#. description(libqt4:libqt4-linguist)
+msgid "Qt provides excellent support for translating applications into local languages. Qt Linguist is a program to deal with them. Yoy need this if you want to translate your (or other's) projects into your native language."
msgstr ""
-#. summary(libxfce4ui:libxfce4ui-lang)
+#. summary(libqt4-sql-plugins:libqt4-sql-postgresql)
+#. summary(libqt4-sql-plugins:libqt4-sql-postgresql-32bit)
+msgid "Qt 4 PostgreSQL plugin"
+msgstr ""
+
+#. summary(libqt4-sql-plugins:libqt4-sql-unixODBC)
+#. summary(libqt4-sql-plugins:libqt4-sql-unixODBC-32bit)
+msgid "Qt 4 unixODBC plugin"
+msgstr ""
+
+#. summary(libqt5-qttools:libqt5-linguist-devel)
#, fuzzy
-msgid "Languages for package libxfce4ui"
-msgstr "Idiomas Sami (Outro)"
+msgid "Qt 5 Linguist Tools - development files"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(libxfce4util:libxfce4util-lang)
+#. description(libqt5-qttools:libqt5-linguist-devel)
#, fuzzy
-msgid "Languages for package libxfce4util"
-msgstr "Idiomas Sami (Outro)"
+msgid "The Qt 5 Linguist Tools - development files."
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(libxfcegui4:libxfcegui4-lang)
+#. summary(libqt5-qtbase:libqt5-qtbase-common-devel)
#, fuzzy
-msgid "Languages for package libxfcegui4"
-msgstr "Idiomas Sami (Outro)"
+msgid "Qt 5 Core Development Binaries"
+msgstr "Desenvolvimento"
-#. description(libstroke)
-msgid ""
-"LibStroke is a stroke interface library. Strokes are motions of the mouse "
-"that can be interpreted by a program as a command. Strokes are used "
-"extensively in CAD programs."
+#. description(libqt5-qtbase:libqt5-qtbase-common-devel)
+msgid "Qt 5 Core Development Binaries. It contains Qt5's moc, qmake, rcc, uic and syncqt.pl binaries."
msgstr ""
-#. description(libpinyin:libpinyin-data)
+#. summary(libqt5-qtbase:libqt5-qtbase-doc)
+msgid "Qt 5 tool used by Qt Developers to generate documentation"
+msgstr ""
+
+#. description(libqt5-qtbase:libqt5-qtbase-doc)
+msgid "Qt 5 tool used by Qt Developers to generate documentation for software projects."
+msgstr ""
+
+#. description(libqt5-qtdeclarative:libqt5-qtdeclarative-devel)
+msgid "You need this package, if you want to compile programs with qtdeclarative."
+msgstr ""
+
+#. summary(libqt5-qtdeclarative:libqt5-qtdeclarative-tools)
+msgid "Qt 5 Declarative Tools"
+msgstr ""
+
+#. description(libqt5-qtdeclarative:libqt5-qtdeclarative-tools)
msgid ""
-"Libpinyin is a staging joint effort of many Chinese Pinyin IME development "
-"teams. It aims to be an Intelligent (and Universal) Sentence-based Pinyin "
-"IME Backend supports many Language Models and Frontends.\n"
+"Qt is a set of libraries for developing applications.\n"
"\n"
-"This package provides language model table data for libpinyin."
+"This package contains aditional tools for inspecting, testing, viewing, etc, QML imports and files."
msgstr ""
-#. description(libpinyin:libpinyin4)
+#. description(libqt5-qtimageformats:libqt5-qtimageformats-devel)
msgid ""
-"Libpinyin is a staging joint effort of many Chinese Pinyin IME development "
-"teams. It aims to be an Intelligent (and Universal) Sentence-based Pinyin "
-"IME Backend supports many Language Models and Frontends.\n"
+"Qt is a set of libraries for developing applications.\n"
"\n"
-"This package provides runtime library for libpinyin."
+"This package contains qtimageformats.\n"
+"\n"
+"You need this package, if you want to compile programs with qtimageformats."
msgstr ""
-#. summary(libproxy:libproxy-devel)
-msgid ""
-"Libproxy provides consistent proxy configuration to applications - "
-"Development Files"
+#. description(libqt5-qtlocation:libqt5-qtlocation-devel)
+#. description(libqt5-qtsensors:libqt5-qtsensors-devel)
+msgid "You need this package, if you want to compile programs with qtsensors."
msgstr ""
-#. summary(samba:libsmbclient-devel)
-msgid "Libraries and Header Files to Develop Programs with smbclient Support"
+#. description(libqt5-qtmultimedia:libqt5-qtmultimedia-devel)
+msgid "You need this package, if you want to compile programs with qtmultimedia."
msgstr ""
-#. summary(sunpinyin:libsunpinyin3)
-#, fuzzy
-msgid "Libraries for Sunpinyin"
-msgstr "Aplicativos Favoritos"
+#. description(libqt5-qtquick1:libqt5-qtquick1-devel)
+msgid "You need this package, if you want to compile programs with QtDeclarative."
+msgstr ""
-#. summary(pyzy:libpyzy-1_0-0)
-#, fuzzy
-msgid "Libraries for pyzy"
-msgstr "Aplicativos Favoritos"
+#. description(libqt5-qtscript:libqt5-qtscript-devel)
+msgid "You need this package, if you want to compile programs with qtscript."
+msgstr ""
-#. summary(libshout:libshout3)
-msgid "Library for Communication with icecast Server"
+#. description(libqt5-qtserialport:libqt5-qtserialport-devel)
+msgid "You need this package, if you want to compile programs with qtserialport."
msgstr ""
-#. summary(wv2:libwv2-4)
-msgid "Library for Importing Microsoft Word (tm) Documents"
+#. description(libqt5-qtsvg:libqt5-qtsvg-devel)
+msgid "You need this package, if you want to compile programs with QtSvg."
msgstr ""
-#. summary(spice:libspice-server1)
-#, fuzzy
-msgid "Library for SPICE-server"
-msgstr "Aplicativos Favoritos"
+#. description(libqt5-qttools:libqt5-qttools-devel)
+msgid "You need this package, if you want to compile programs with qttools."
+msgstr ""
-#. description(spice:libspice-server1)
-msgid ""
-"Library for SPICE-server The SPICE server is used to expose a remote "
-"machine's display and devices."
+#. description(libqt5-qtwebsockets:libqt5-qtwebsockets-devel)
+msgid "You need this package, if you want to compile programs with QtWebSockets."
msgstr ""
-#. summary(vamp-plugin-sdk:libvamp-hostsdk3)
-msgid "Library for Vamp audio analysis plugin hosts"
+#. description(libqt5-qtx11extras:libqt5-qtx11extras-devel)
+msgid "You need this package, if you want to compile programs with qtx11extras."
msgstr ""
-#. summary(libsecret:libsecret-devel)
+#. description(libqt5-qtxmlpatterns:libqt5-qtxmlpatterns-devel)
+msgid "You need this package, if you want to compile programs with QtXmlPatterns."
+msgstr ""
+
+#. summary(qtcurve-kde4:libqtcurve-cairo1)
+#. summary(qtcurve-kde4:libqtcurve-utils2)
+msgid "QtCurve style for KDE 4"
+msgstr ""
+
+#. description(qtcurve-kde4:libqtcurve-cairo1)
+msgid "This is the QtCurve style for KDE 4. QtCurve is available for both Gtk2+ and Qt3. This package cointans library for common drawing routines"
+msgstr ""
+
+#. description(qtcurve-kde4:libqtcurve-utils2)
+msgid "This is the QtCurve style for KDE 4. QtCurve is available for both Gtk2+ and Qt3. This package cointans basic helper library needed for qtcurve"
+msgstr ""
+
+#. summary(libquazip-qt5:libquazip5-1)
+msgid "C++ wrapper for ZIP/UNZIP"
+msgstr ""
+
+#. description(libquazip-qt5:libquazip5-1)
+msgid "A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt5 toolkit. Useful to access ZIP archives from the Qt5 programs."
+msgstr ""
+
+#. summary(qwt:libqwt5)
#, fuzzy
-msgid "Library for accessing the Secret Service API -- Development Files"
+msgid "Shared library for Qt Widgets"
msgstr "Criando banco de dados de recursos"
-#. summary(libplist:libplist-devel)
-msgid ""
-"Library for handling Apple Binary and XML Property Lists -- Development Files"
-msgstr ""
+#. description(qwt:libqwt5)
+#, fuzzy
+msgid "This package contains the shared library to run Technical Applications developed with/for qwt."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(wv:libwv-1_2-1)
+#. summary(mono-qt4:libqyoto2)
#, fuzzy
-msgid "Library for importing Microsoft Word documents"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Mono bindings for Qt4 libraries"
+msgstr "O pacote não está assinalado"
-#. summary(libwpd:libwpd-devel)
+#. description(mono-qt4:libqyoto2)
#, fuzzy
-msgid "Library for importing WordPerfect (tm) documents"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Shared library for the .NET/Mono bindings for the Qt4 libraries."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(wxWidgets:libwx_baseu-2_8-0-stl)
+#. summary(QtZeitgeist:libqzeitgeist1)
+msgid "Qt Zeitgeist Library"
+msgstr ""
+
+#. description(QtZeitgeist:libqzeitgeist1)
msgid ""
-"Library for the wxWidgets cross-platform GUI.\n"
+"Zeitgeist is a service which logs the user's activities and notifications, anywhere from files opened to websites visited and conversations, and makes this information readily available for other applications to use. It is also able to establish relationships between items based on similarity and usage patterns.\n"
"\n"
-"API version: 2.8 ABI variant: STL API with Unicode support"
+"This package provides the Qt interface for Zeitgeist."
msgstr ""
-#. description(wxWidgets-2_9:libwx_baseu-2_9-4-stl)
+#. summary(rasqal:librasqal3)
+msgid "RDF Parser Toolkit for Redland"
+msgstr ""
+
+#. description(rasqal:librasqal3)
+msgid "Rasqal is a library providing full support for querying Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them and returning result formats. It currently handles the RDF Data Query Language (RDQL) and SPARQL Query language."
+msgstr ""
+
+#. summary(libraw:libraw-devel)
+#, fuzzy
+msgid "Development files for libraw"
+msgstr "Desenvolvimento"
+
+#. summary(libraw1394:libraw1394-devel)
+#. summary(librcps:librcps-devel)
+#. summary(librcps:librcps0)
+#, fuzzy
+msgid "Development and Include Files for libraw1394"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libraw1394:libraw1394-devel)
msgid ""
-"Library for the wxWidgets cross-platform GUI.\n"
+"Libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides the user space direct access to the connected 1394 buses. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question.\n"
"\n"
-"API version: 3.0 (development version, API details are still not frozen) ABI "
-"variant: STL API with Unicode support"
+"This archive contains the header files for libraw1394 development."
msgstr ""
-#. description(libpano:libpano13-2)
-msgid "Library for working with panoramas."
+#. description(librcps:librcps-devel)
+#. description(librcps:librcps0)
+msgid "A versatile, powerful and fast open source library for resource constrained project scheduling"
msgstr ""
-#. summary(LibVNCServer:libvncserver0)
-msgid "Library implementing a VNC server"
+#. summary(redland:librdf0)
+msgid "Libraries that provide support for the Resource Description Framework (RDF)"
msgstr ""
-#. summary(libvirt)
-msgid "Library providing a simple virtualization API"
+#. description(redland:librdf0)
+msgid "Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF parsers, serializers, storage and query languages. Redland is designed for developers to provide RDF support in their applications as well as a core library for RDF developers to start with."
msgstr ""
-#. summary(libsyncml0:libsyncml-tools)
-msgid "Library providing support for the SyncML protocol"
+#. summary(librdmacm:librdmacm1)
+#, fuzzy
+msgid "RDMA cm runtime library"
+msgstr "Desenvolvimento GNOME"
+
+#. description(librdmacm:librdmacm1)
+#, fuzzy
+msgid "This package contains the RGM cm runtime library."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(libreoffice)
+msgid "A Free Office Suite (Framework)"
msgstr ""
-#. description(libraw1394:libraw1394-devel)
+#. description(libreoffice)
msgid ""
-"Libraw1394 is the only supported interface to the kernel side raw1394 of the "
-"Linux IEEE-1394 subsystem, which provides the user space direct access to "
-"the connected 1394 buses. Through libraw1394/raw1394, applications can "
-"directly send to and receive from other nodes without requiring a kernel "
-"driver for the protocol in question.\n"
+"LibreOffice is a comprehensive office package featuring a word processor, a spreadsheet, a presentation program, and much more. This package provides only the basic framework. You have to install the additional modules to get the required functionality, see packages:\n"
"\n"
-"This archive contains the header files for libraw1394 development."
+"- libreoffice-base\n"
+"- libreoffice-calc\n"
+"- libreoffice-draw\n"
+"- libreoffice-impress\n"
+"- libreoffice-math\n"
+"- libreoffice-writer\n"
+"\n"
+"Some optional features are provided by extra packages, for example:\n"
+"\n"
+"- libreoffice-mailmerge\n"
+"- libreoffice-filters\n"
+"- libreoffice-kde4\n"
+"- libreoffice-gnome\n"
+"\n"
+"Non-English localizations are provided by extra packages as well, for example:\n"
+"\n"
+"- libreoffice-l10n-de\n"
+"- libreoffice-l10n-fr\n"
+"- libreoffice-l10n-it"
msgstr ""
#. summary(libreoffice:libreoffice-base)
@@ -1509,2856 +2218,2371 @@
msgid "LibreOffice Base"
msgstr "OpenOffice.Org Quickstarter"
-#. summary(libreoffice:libreoffice-base-extensions)
-msgid "LibreOffice Base Extensions"
+#. description(libreoffice:libreoffice-base)
+msgid "This module allows you to manage databases, create queries and reports to track and manage your information by using LibreOffice office suite."
msgstr ""
+#. summary(libreoffice:libreoffice-base-drivers-mysql)
+msgid "MySQL Database Driver for LibreOffice"
+msgstr ""
+
+#. description(libreoffice:libreoffice-base-drivers-mysql)
+msgid "This package allows to access MySQL databases from LibreOffice Base."
+msgstr ""
+
#. summary(libreoffice:libreoffice-calc)
msgid "LibreOffice Calc"
msgstr ""
+#. description(libreoffice:libreoffice-calc)
+msgid "This module allows you to perform calculation, analyze information and manage lists in spreadsheets by using LibreOffice office suite."
+msgstr ""
+
#. summary(libreoffice:libreoffice-calc-extensions)
msgid "LibreOffice Calc Extensions"
msgstr ""
-#. summary(libreoffice:libreoffice-draw-extensions)
-msgid "LibreOffice Draw Extensions"
+#. description(libreoffice:libreoffice-calc-extensions)
+msgid ""
+"This package provides extensions for LibreOffice Calc:\n"
+"\n"
+"- Convert Text to Number\n"
+"- New Functions NUMBERTEXT and MONEYTEXT\n"
+"- Solver for Nonlinear Programming"
msgstr ""
-#. summary(libreoffice:libreoffice-impress-extensions)
-msgid "LibreOffice Impress Extensions"
+#. summary(libreoffice:libreoffice-draw)
+msgid "LibreOffice Draw"
msgstr ""
+#. description(libreoffice:libreoffice-draw)
+msgid "This module allows you to create and edit drawings, flow charts, and logos by using LibreOffice office suite."
+msgstr ""
+
+#. summary(libreoffice:libreoffice-filters-optional)
+#, fuzzy
+msgid "Additional Import and Export Filters for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(libreoffice:libreoffice-filters-optional)
+msgid ""
+"This package includes some additional import and export filters for LibreOffice:\n"
+"\n"
+"- AportisDoc (Palm)\n"
+"- Pocket Excel\n"
+"- Pocket Word\n"
+"- DocBook\n"
+"- XHTML"
+msgstr ""
+
+#. summary(libreoffice:libreoffice-gnome)
+#, fuzzy
+msgid "GNOME Extensions for LibreOffice"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(libreoffice:libreoffice-gnome)
+#, fuzzy
+msgid "This package contains some GNOME extensions for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libreoffice:libreoffice-impress)
+msgid "LibreOffice Impress"
+msgstr ""
+
+#. description(libreoffice:libreoffice-impress)
+msgid "This module allows you to create and edit presentations for slideshows, meeting and Web pages by using LibreOffice office suite."
+msgstr ""
+
+#. summary(libreoffice:libreoffice-kde4)
+#, fuzzy
+msgid "KDE4 Extensions for LibreOffice"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(libreoffice:libreoffice-kde4)
+#, fuzzy
+msgid "This package contains some KDE4 extensions for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libreoffice:libreoffice-mailmerge)
+#, fuzzy
+msgid "Mail Merge Functionality for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(libreoffice:libreoffice-mailmerge)
+msgid "This module allows you to create form letters or send E-mail messages to many recipients using LibreOffice office suite."
+msgstr ""
+
#. summary(libreoffice:libreoffice-math)
#, fuzzy
msgid "LibreOffice Math"
msgstr "OpenOffice.Org Quickstarter"
-#. summary(libreoffice:libreoffice-writer-extensions)
-msgid "LibreOffice Writer Extensions"
+#. description(libreoffice:libreoffice-math)
+msgid "This module allows you to create and edit scientific formulas and equations by using LibreOffice office suite."
msgstr ""
+#. summary(libreoffice:libreoffice-pyuno)
+#, fuzzy
+msgid "Python UNO Bridge for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(libreoffice:libreoffice-pyuno)
+msgid ""
+"The Python-UNO bridge allows to use the standard LibreOffice API from the well known Python scripting language. It can be used to develop UNO components in python, thus python UNO components may be run within the LibreOffice process and can be called from Java, C++ or the built in StarBasic scripting language. You can create and invoke scripts with the office scripting framework (OOo 2.0 and later) with it. For example, it is used for the mail merge functionality.\n"
+"\n"
+"You can find the more information at http://udk.openoffice.org/python/python-bridge.html"
+msgstr ""
+
#. summary(libreoffice-voikko)
msgid "LibreOffice spellchecker/hyphenator for finnish language"
msgstr ""
#. description(libreoffice-voikko)
-msgid ""
-"LibreOffice spellchecker/hyphenator for finnish language, which uses "
-"libvoikko as backend."
+msgid "LibreOffice spellchecker/hyphenator for finnish language, which uses libvoikko as backend."
msgstr ""
-#. description(libshout:libshout3)
-msgid ""
-"Libshout is a library for communicating with and sending data to an icecast "
-"server. It handles the socket connection, the timing of the data, and "
-"prevents bad data from getting to the icecast server."
+#. summary(libreoffice:libreoffice-writer)
+msgid "LibreOffice Writer and Web"
msgstr ""
-#. summary(libsmi:libsmi2)
-#, fuzzy
-msgid "Libsmi Shared Libraries"
-msgstr "Desempenho"
-
-#. description(libsyncml0:libsyncml-tools)
-msgid ""
-"Libsyncml is a implementation of the SyncML protocol. It allows programs "
-"like OpenSync the synchronization of SyncML-enabled devices, such as the "
-"SonyEricsson P800, as well as remote OpenSync to OpenSync synchronization "
-"over the internet. You need to install the libopensync-* packages and "
-"msynctool for that, too."
+#. description(libreoffice:libreoffice-writer)
+msgid "This module allows you to create and edit text and graphics in letters, reports, documents and Web pages by using LibreOffice office suite."
msgstr ""
-#. description(libvirt)
-msgid ""
-"Libvirt is a C toolkit to interact with the virtualization capabilities of "
-"Linux. Virtualization of the Linux Operating System means the ability to run "
-"multiple instances of Operating Systems concurrently on a single hardware "
-"system where the basic resources are driven by a Linux instance. The library "
-"aims to provide long term stable C API to interact with Linux virtualization "
-"technologies."
+#. summary(libreoffice:libreoffice-writer-extensions)
+msgid "LibreOffice Writer Extensions"
msgstr ""
-#. description(libvisual:libvisual-devel)
+#. description(libreoffice:libreoffice-writer-extensions)
+#, fuzzy
msgid ""
-"Libvisual is a library that acts as a middle layer between applications that "
-"want audio visualisation and audio visualisation plugins.\n"
+"This package provides extensions for LibreOffice Writer:\n"
"\n"
-"This library is used by amaroK for example."
-msgstr ""
+"- MediaWiki Publisher"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-driver-libxl)
-msgid "Libxl driver plugin for the libvirtd daemon"
+#. summary(librevenge:librevenge-0_0-0)
+#. summary(librevenge:librevenge-generators-0_0-0)
+#, fuzzy
+msgid "A base library for writing document import filters"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(librevenge:librevenge-0_0-0)
+msgid "librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations."
msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-lt)
+#. summary(librevenge:librevenge-devel)
#, fuzzy
-msgid "Lithuanian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for librevenge"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-l10n:libreoffice-l10n-lt)
+#. description(librevenge:librevenge-devel)
#, fuzzy
-msgid "Lithuanian localization files for LibreOffice."
+msgid "The librevenge-devel package contains libraries and header files for developing applications that use librevenge."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(pidgin:libpurple-meanwhile)
-msgid "Lotus Sametime Plugin for Pidgin Using the Meanwhile Library"
+#. description(librevenge:librevenge-generators-0_0-0)
+msgid "librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. This package contains classes to be used by converters that generate documents using librevenges APIs."
msgstr ""
-#. description(pidgin:libpurple-meanwhile)
-msgid "Lotus Sametime plugin for Pidgin using the Meanwhile library."
+#. summary(librevenge:librevenge-stream-0_0-0)
+msgid "A base library for writing document import filters (stream implementations)"
msgstr ""
-#. summary(libreoffice-help-group4:libreoffice-help-mk)
-#, fuzzy
-msgid "Macedonian Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(librevenge:librevenge-stream-0_0-0)
+msgid "librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. This package contains the different stream implementations."
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-mk)
+#. summary(libsecret:libsecret-devel)
#, fuzzy
-msgid "Macedonian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Library for accessing the Secret Service API -- Development Files"
+msgstr "Criando banco de dados de recursos"
-#. description(libreoffice-help-group4:libreoffice-help-mk)
+#. summary(libselinux:libselinux-devel)
#, fuzzy
-msgid ""
-"Macedonian help localization for LibreOffice. The other localized stuff is "
-"in libreoffice-l10n-mk."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development Include Files and Libraries for SELinux"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libreoffice-l10n:libreoffice-l10n-mk)
+#. description(libselinux:libselinux-devel)
#, fuzzy
-msgid "Macedonian localization files for LibreOffice."
+msgid "This package contains the development files, which are necessary to develop your own software using libselinux."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice:libreoffice-mailmerge)
+#. summary(libsepol:libsepol-devel)
#, fuzzy
-msgid "Mail Merge Functionality for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development Include Files and Libraries for SELinux policy manipulation"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-ml)
+#. description(libsepol:libsepol-devel)
#, fuzzy
-msgid "Malayalam Localization Files for LibreOffice"
+msgid "The libsepol-devel package contains the libraries and header files needed for developing applications that manipulate binary policies."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-ml)
-#, fuzzy
-msgid "Malayalam localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(libserf:libserf-1-1)
+#. summary(libserf:libserf-devel)
+msgid "High-Performance Asynchronous HTTP Client Library"
+msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-mr)
-#, fuzzy
-msgid "Marathi Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libserf:libserf-1-1)
+#. description(libserf:libserf-devel)
+msgid "The serf library is a C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-mr)
+#. summary(libsexy)
+msgid "Extended Widgets for GTK+"
+msgstr ""
+
+#. description(libsexy)
+msgid "A set of extensions on top of GTK+ widgets, to provide extra functionality."
+msgstr ""
+
+#. summary(sblim-sfcCommon:libsfcUtil0)
+msgid "Library of utility functions shared between sfcb and sfcc"
+msgstr ""
+
+#. description(sblim-sfcCommon:libsfcUtil0)
#, fuzzy
-msgid "Marathi localization files for LibreOffice."
+msgid "This package provides a common library for functions shared between sfcb and sfcc."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(Mesa:libOSMesa9)
-msgid "Mesa Off-screen rendering extension"
+#. summary(libshout:libshout3)
+msgid "Library for Communication with icecast Server"
msgstr ""
-#. summary(mono-qt4:libqyoto2)
+#. description(libshout:libshout3)
+msgid "Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server."
+msgstr ""
+
+#. summary(libsignon-glib:libsignon-glib1)
#, fuzzy
-msgid "Mono bindings for Qt4 libraries"
-msgstr "O pacote não está assinalado"
+msgid "Library for signond"
+msgstr "Aplicativos Favoritos"
-#. summary(libopensync-plugin-moto)
-msgid "Motorola Synchronization Plug-In for OpenSync"
+#. description(libsignon-glib:libsignon-glib1)
+msgid ""
+"GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service\n"
+"\n"
+"This package provides shared libraries for libsignon-glib"
msgstr ""
-#. description(libtunepimp)
+#. summary(samba:libsmbclient-devel)
+msgid "Libraries and Header Files to Develop Programs with smbclient Support"
+msgstr ""
+
+#. description(samba:libsmbclient-devel)
+#, fuzzy
msgid ""
-"MusicBrainz is the second generation incarnation of the CD Index. This "
-"server is designed to enable Audio CD, MP3, and Vorbis players to download "
-"metadata about the music they are playing."
+"This package contains the static libraries and header files needed to develop programs which make use of the smbclient programming interface.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libsmi)
+msgid "A Library to Access SMI MIB Information"
msgstr ""
-#. summary(libreoffice:libreoffice-base-drivers-mysql)
-msgid "MySQL Database Driver for LibreOffice"
+#. description(libsmi)
+#. description(libsmi:libsmi2)
+msgid ""
+"The purpose of libsmi is to\n"
+"\n"
+"* Give network management applications a concise programmer-friendly interface to access MIB module information\n"
+"\n"
+"* Separate the knowledge on SMI from the main parts of management applications\n"
+"\n"
+"* Allow addition of new kinds of MIB repositories without the need to adapt applications that make use of libsmi"
msgstr ""
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-ne)
+#. summary(libsmi:libsmi2)
#, fuzzy
-msgid "Nepali Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Libsmi Shared Libraries"
+msgstr "Desempenho"
-#. summary(libvirt:libvirt-daemon-driver-network)
+#. summary(kdebindings-smokegen:libsmokegen-devel)
#, fuzzy
-msgid "Network driver plugin for the libvirtd daemon"
-msgstr "Ambiente de Trabalho KDE"
+msgid "Development files for kdebindings-smokegen"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-daemon-config-nwfilter)
+#. description(kdebindings-smokegen:libsmokegen-devel)
msgid ""
-"Network filter configuration files for the libvirt daemon, used for cleaning "
-"guest network traffic."
+"A general purpose C++ parser with a plugin infrastructure enabling 'generators' to be written, which can do various things with the C++ AST. It is currently used for generating the various KDE SMOKE libraries.\n"
+"\n"
+"This package provides development files and headers needed to compile packages against kdebindings-smokegen"
msgstr ""
-#. summary(libvirt:libvirt-daemon-config-nwfilter)
+#. summary(kdebindings-smokekde:libsmokekde-devel)
#, fuzzy
-msgid "Network filter configuration files for the libvirtd"
-msgstr "Analisando arquivos de configuração..."
+msgid "Development files for libsmokekde"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libvirt:libvirt-daemon-driver-nodedev)
-msgid "Nodedev driver plugin for the libvirtd daemon"
+#. description(kdebindings-smokekde:libsmokekde-devel)
+msgid "Development files and headers needed to build software using libsmokekde"
msgstr ""
-#. summary(libreoffice-help-group4:libreoffice-help-nb)
+#. summary(kdebindings-smokekde:libsmokekde3)
#, fuzzy
-msgid "Norwegian Bokmaal Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Kdebindings Smoke-kde library"
+msgstr "O pacote não está assinalado"
-#. summary(libreoffice-l10n:libreoffice-l10n-nb)
+#. description(kdebindings-smokekde:libsmokekde3)
+msgid "SMOKE bindings for libraries created by the KDE community. Used by language bindings."
+msgstr ""
+
+#. summary(kdebindings-smokeqt:libsmokeqt)
+msgid "SMOKE-Qt library for kdebindings"
+msgstr ""
+
+#. description(kdebindings-smokeqt:libsmokeqt)
+msgid "SMOKE bindings for the Qt libraries. Used by language bindings."
+msgstr ""
+
+#. summary(kdebindings-smokeqt:libsmokeqt-devel)
#, fuzzy
-msgid "Norwegian Bokmaal Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for libsmokeqt"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-nb)
+#. description(kdebindings-smokeqt:libsmokeqt-devel)
+msgid "SMOKE bindings for the Qt libraries. Used by language bindings. This package provides files needed to build programs against libsmokeqt."
+msgstr ""
+
+#. summary(snappy:libsnappy1)
#, fuzzy
-msgid "Norwegian Bokmaal Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Shared library from snappy"
+msgstr "Criando banco de dados de recursos"
-#. description(libreoffice-help-group4:libreoffice-help-nb)
-#, fuzzy
+#. description(snappy:libsnappy1)
msgid ""
-"Norwegian Bokmaal help localization for LibreOffice. The other localized "
-"stuff is in libreoffice-l10n-nb."
-msgstr "O pacote contém uma versão diferente da experada"
+"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more.\n"
+"\n"
+"This package holds the shared library of snappy."
+msgstr ""
-#. description(libreoffice-l10n:libreoffice-l10n-nb)
+#. summary(libsndfile:libsndfile-devel)
#, fuzzy
-msgid "Norwegian Bokmaal localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development package for the libsndfile library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libreoffice-l10n:libreoffice-l10n-nn)
+#. description(libsndfile:libsndfile-devel)
#, fuzzy
-msgid "Norwegian Nynorsk Localization Files for LibreOffice"
+msgid "This package contains the files needed to compile programs that use the libsndfile library."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-nn)
+#. description(libsolv:libsolv-devel)
+msgid "Development files for libsolv, a new approach to package dependency solving"
+msgstr ""
+
+#. summary(libsoup:libsoup-devel)
#, fuzzy
-msgid "Norwegian Nynorsk localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "HTTP client/server library for GNOME - Development Files"
+msgstr "Interface a ser selecionada na inicialização:"
-#. description(uuid:libossp-uuid16)
+#. summary(source-highlight:libsource-highlight4)
+msgid "Source Code Highlighting C++ Library"
+msgstr ""
+
+#. description(source-highlight:libsource-highlight4)
msgid ""
-"OSSP uuid is a ISO C99 application programming interface (API) and "
-"corresponding command line interface (CLI) for the generation of DCE 1.1, "
-"ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier "
-"(UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node "
-"based), version 3 (name based, MD5), version 4 (random number based) and "
-"version 5 (name based, SHA-1). Additional API bindings are provided for the "
-"languages ISO C++98, Perl 5 and PHP 4/5. Optional backward compatibility "
-"exists for the ISO C DCE-1.1 and Perl Data::UUID APIs.\n"
+"Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages. It also reads output format specifications dynamically, and thus it can be easily extended (without recompiling the sources) for handling new output formats. The syntax for these specifications is quite easy (take a look at the manual).\n"
"\n"
-"UUIDs are 128-bit numbers which are intended to have a high likelihood of "
-"uniqueness over space and time and are computationally difficult to guess. "
-"They are globally unique identifiers which can be locally generated without "
-"contacting a global registration authority. UUIDs are intended as unique "
-"identifiers for both mass tagging objects with an extremely short lifetime "
-"and to reliably identifying very persistent objects across a network.\n"
-"\n"
-" This package contains the shared library of OSSP uuid."
+"libsource-highlight is a C++ library that provides the features of Source-highlight."
msgstr ""
-#. summary(uuid:libossp-uuid16)
-msgid "OSSP's Universally Unique Identifier generator library"
-msgstr ""
+#. summary(speech-dispatcher:libspeechd-devel)
+#, fuzzy
+msgid "Device independent layer for speech synthesis - Development files"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(Mesa:libOSMesa9)
-msgid ""
-"OSmesa is a Mesa extension that allows programs to render to an off-screen "
-"buffer using the OpenGL API without having to create a rendering context on "
-"an X Server. It uses a pure software renderer."
-msgstr ""
+#. summary(libspf2:libspf2-2)
+#, fuzzy
+msgid "Development Package for libspf2"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libotr:libotr5)
-msgid ""
-"Off-the-Record (OTR) Messaging allows you to have private conversations over "
-"instant messaging by providing: Encryption No one else can read your instant "
-"messages. Authentication You are assured the correspondent is who you think "
-"it is. Deniability The messages you send do not have digital signatures that "
-"are checkable by a third party. Anyone can forge messages after a "
-"conversation to make them look like they came from you. However, during a "
-"conversation, your correspondent is assured the messages he sees are "
-"authentic and unmodified. Perfect forward secrecy If you lose control of "
-"your private keys, no previous conversation is compromised."
+#. description(libspf2:libspf2-2)
+msgid "Implementation of the Sender Policy Framework, a part of the SPF/SRS protocol pair. libspf2 is a library which allows email systems such as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that the email is authorized by the domain name that it is coming from. This prevents email forgery, commonly used by spammers, scammers and email viruses/worms."
msgstr ""
-#. summary(opencc:libopencc1)
-msgid "Open Chinese Convert"
+#. summary(spice-gtk:libspice-client-glib-2_0-8)
+#. summary(spice-gtk:libspice-client-gtk-2_0-4)
+#. summary(spice-gtk:libspice-client-gtk-3_0-4)
+msgid "Gtk client and libraries for SPICE remote desktop servers"
msgstr ""
-#. description(opencc:libopencc1)
-msgid ""
-"OpenCC is an opensource project for conversion between Traditional Chinese "
-"and Simplified Chinese, which supports phrase-level conversion and regional "
-"idioms among Mainland China, Taiwan and Hong kong.\n"
-"\n"
-"This package provides shared libraries of OpenCC."
+#. description(spice-gtk:libspice-client-glib-2_0-8)
+#. description(spice-gtk:libspice-client-gtk-2_0-4)
+#. description(spice-gtk:libspice-client-gtk-3_0-4)
+msgid "A Gtk client and libraries for SPICE remote desktop servers, (Linux and Windows)"
msgstr ""
-#. description(libopensync)
-msgid ""
-"OpenSync is a synchronization framework that is platform and distribution "
-"independent. It consists of several plug-ins that can be used to connect to "
-"devices, a powerful sync engine, and the framework itself. The "
-"synchronization framework is kept very flexible and is capable of "
-"synchronizing any type of data, including contacts, calendar, tasks, notes, "
-"and files.\n"
-"\n"
-"To sync various sources, additionally install the plug-ins."
+#. summary(libqt5-qtbase:libQt5Core-private-headers-devel)
+#, fuzzy
+msgid "Qt 5 Core Library - Non-ABI stable development files"
+msgstr "Interface do Kernel"
+
+#. description(libqt5-qtbase:libQt5Core-private-headers-devel)
+#, fuzzy
+msgid "Qt 5 Core Library - Non-ABI stable development files."
+msgstr "Interface do Kernel"
+
+#. summary(libqt5-qtbase:libQt5Gui-private-headers-devel)
+#, fuzzy
+msgid "Qt 5 Gui Library - Non-ABI stable development files"
+msgstr "Interface do Kernel"
+
+#. description(libqt5-qtbase:libQt5Gui-private-headers-devel)
+#, fuzzy
+msgid "Qt 5 Gui Library - Non-ABI stable development files."
+msgstr "Interface do Kernel"
+
+#. summary(liblayout)
+#, fuzzy
+msgid "CSS based layouting framework"
+msgstr "Browser de Aplicativos"
+
+#. description(liblayout)
+msgid "LibLayout is a layouting framework. It is based on the Cascading StyleSheets standard. The layouting expects to receive its content as a DOM structure (although it does not rely on the W3C-DOM API)."
msgstr ""
-#. summary(libopensync-plugin-python-module)
-msgid "OpenSync module for Python plugins"
+#. summary(libloader)
+#, fuzzy
+msgid "Resource Loading Framework"
+msgstr "Browser de Aplicativos"
+
+#. description(libloader)
+msgid "LibLoader is a general purpose resource loading framework. It has been designed to allow to load resources from any physical location and to allow the processing of that content data in a generic way, totally transparent to the user of that library."
msgstr ""
-#. summary(libreoffice-l10n:libreoffice-l10n-or)
+#. summary(bot-sentry:libpurple-plugin-bot-sentry-lang)
#, fuzzy
-msgid "Oriya Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Languages for package bot-sentry"
+msgstr "Idiomas Sami (Outro)"
-#. description(libreoffice-l10n:libreoffice-l10n-or)
+#. description(bot-sentry:libpurple-plugin-bot-sentry-lang)
#, fuzzy
-msgid "Oriya localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Provides translations to the package bot-sentry"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(libreoffice-l10n:libreoffice-l10n-om)
+#. summary(pidgin-openfetion:libpurple-plugin-openfetion-lang)
#, fuzzy
-msgid "Oromo Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Languages for package pidgin-openfetion"
+msgstr "Idiomas Sami (Outro)"
-#. description(libreoffice-l10n:libreoffice-l10n-om)
+#. description(pidgin-openfetion:libpurple-plugin-openfetion-lang)
#, fuzzy
-msgid "Oromo localization files for LibreOffice."
+msgid "Provides translations to the package pidgin-openfetion"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(skype4pidgin:libpurple-plugin-skype-lang)
+#, fuzzy
+msgid "Languages for package skype4pidgin"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(skype4pidgin:libpurple-plugin-skype-lang)
+#, fuzzy
+msgid "Provides translations to the package skype4pidgin"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(libreoffice:libreoffice-branding-upstream)
+#, fuzzy
+msgid "Original Branding for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(podofo:libpodofo0_9_2)
+#. description(libreoffice:libreoffice-branding-upstream)
#, fuzzy
-msgid "PDF parsing and creation library"
-msgstr "Criptografia"
+msgid "This package includes the original branding for the LibreOffice office suite."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(poppler:libpoppler-devel)
-msgid "PDF rendering library"
+#. summary(libreoffice:libreoffice-icon-theme-breeze)
+msgid "Breeze LibreOffice Icon Theme (KDE Frameworks default)"
msgstr ""
-#. summary(poppler-qt:libpoppler-qt4-devel)
-msgid "PDF rendering library - Qt4 Wrapper"
-msgstr ""
-
-#. summary(pilot-link:libpisock-devel)
+#. description(libreoffice:libreoffice-icon-theme-breeze)
#, fuzzy
-msgid "PalmPilot Development Header Files"
-msgstr "Pacotes de desenvolvimento do Kernel"
+msgid "This package provides Breeze LibreOffice icon theme. It is used in KDE Frameworks by default."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(pangox-compat:libpangox-1_0-0)
-msgid ""
-"Pango is a library for layout and rendering of text, with an emphasis on "
-"internationalization. It can be used anywhere that text layout is needed.\n"
-"\n"
-"Pango forms the core of text and font handling for GTK+.\n"
-"\n"
-"This is a compatibility library providing the obsolete pangox library that "
-"is not shipped by Pango itself anymore."
+#. summary(libreoffice:libreoffice-icon-theme-galaxy)
+msgid "Galaxy LibreOffice Icon Theme (OOo-3.x default)"
msgstr ""
-#. description(SDL_Pango:libSDL_Pango1)
-msgid ""
-"Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the "
-"engine to SDL."
+#. description(libreoffice:libreoffice-icon-theme-galaxy)
+msgid "This package provides Galaxy LibreOffice icon theme. It is used in the original OOo-3.x by default."
msgstr ""
-#. summary(pangox-compat:libpangox-1_0-0)
-msgid "PangoX compatibility library - deprecated"
+#. summary(libreoffice:libreoffice-icon-theme-hicontrast)
+msgid "Hicontrast LibreOffice Icon Theme"
msgstr ""
-#. summary(libpano:libpano13-2)
-msgid "Panorama Tools Back-End Library"
+#. description(libreoffice:libreoffice-icon-theme-hicontrast)
+#, fuzzy
+msgid "This package provides Hicontrast LibreOffice icon theme."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libreoffice:libreoffice-icon-theme-oxygen)
+msgid "Oxygen LibreOffice Icon Theme (KDE4 default)"
msgstr ""
-#. description(pilot-link:libpisock9)
-msgid ""
-"Pilot-Link Library for Palm Devices.\n"
-"\n"
-"If you want to develop Palm synchronization applications, you will need to "
-"install libpisock-devel."
+#. description(libreoffice:libreoffice-icon-theme-oxygen)
+msgid "This package provides Oxygen LibreOffice icon theme. It is used in KDE4 by default."
msgstr ""
-#. summary(pilot-link:libpisock9)
-msgid "Pilot-Link Library for Palm devices"
+#. summary(libreoffice:libreoffice-icon-theme-sifr)
+#, fuzzy
+msgid "Sifr LibreOffice Icon Theme"
+msgstr "OpenOffice.Org Quickstarter"
+
+#. description(libreoffice:libreoffice-icon-theme-sifr)
+#, fuzzy
+msgid "This package provides Sifr LibreOffice icon theme."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libreoffice:libreoffice-icon-theme-tango)
+msgid "Tango LibreOffice Icon Theme (GNOME default)"
msgstr ""
-#. summary(pixman:libpixman-1-0-devel)
-msgid "Pixel manipulation library - development files"
+#. description(libreoffice:libreoffice-icon-theme-tango)
+msgid "This package provides Tango LibreOffice icon theme. It is used in GNOME by default and obsoleted the old Industrial theme."
msgstr ""
-#. summary(libreoffice-languagetool:libreoffice-languagetool-pl)
+#. summary(libreoffice:libreoffice-l10n-af)
#, fuzzy
-msgid "Polish Dictionary for LibreOffice Language Tool"
+msgid "Afrikaans Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group4:libreoffice-help-pl)
+#. description(libreoffice:libreoffice-l10n-af)
#, fuzzy
-msgid "Polish Help Localization for LibreOffice"
+msgid "Provides additional Afrikaans translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-pl)
+#. summary(libreoffice:libreoffice-l10n-ar)
#, fuzzy
-msgid "Polish Localization Files for LibreOffice"
+msgid "Arabic Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-pl)
+#. description(libreoffice:libreoffice-l10n-ar)
#, fuzzy
-msgid "Polish Thesaurus Dictionary for LibreOffice"
+msgid "Provides additional Arabic translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group4:libreoffice-help-pl)
+#. summary(libreoffice:libreoffice-l10n-as)
#, fuzzy
-msgid ""
-"Polish help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-pl."
+msgid "Assamese Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-pl)
+#. description(libreoffice:libreoffice-l10n-as)
#, fuzzy
-msgid "Polish localization files for LibreOffice."
+msgid "Provides additional Assamese translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libpt2:libpt2_10_10)
-msgid "Portable Windows Library from Equivalence Pty. Ltd. version 2"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-bg)
+#, fuzzy
+msgid "Bulgarian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group4:libreoffice-help-pt)
+#. description(libreoffice:libreoffice-l10n-bg)
#, fuzzy
-msgid "Portuguese Help Localization for LibreOffice"
+msgid "Provides additional Bulgarian translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-pt)
+#. summary(libreoffice:libreoffice-l10n-bn)
#, fuzzy
-msgid "Portuguese Localization Files for LibreOffice"
+msgid "Bengali Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-pt)
+#. description(libreoffice:libreoffice-l10n-bn)
#, fuzzy
-msgid "Portuguese Thesaurus Dictionary for LibreOffice"
+msgid "Provides additional Bengali translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group4:libreoffice-help-pt)
+#. summary(libreoffice:libreoffice-l10n-br)
#, fuzzy
-msgid ""
-"Portuguese help localization for LibreOffice. The other localized stuff is "
-"in libreoffice-l10n-pt."
+msgid "Breton Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-pt)
+#. description(libreoffice:libreoffice-l10n-br)
#, fuzzy
-msgid "Portuguese localization files for LibreOffice."
+msgid "Provides additional Breton translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(presage:libpresage1)
-msgid ""
-"Presage is an intelligent predictive text entry platform.\n"
-"\n"
-"A predictive text entry system attempts to improve the ease and speed of "
-"textual input by predicting words. Word prediction consists in computing "
-"which word tokens or word completions are most likely to be entered next. "
-"The system analyses the text already entered and combines the information "
-"thus extracted with other information sources to calculate the set of most "
-"probable tokens.\n"
-"\n"
-"Presage exploits redundant information embedded in natural languages to "
-"generate word predictions. The modular architecture allows its language "
-"model to be extended and customized to utilize statistical, syntactic, and "
-"semantic information sources.\n"
-"\n"
-"This package contains the shared library."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-ca)
+#, fuzzy
+msgid "Catalan Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-templates-presentation-layouts)
+#. description(libreoffice:libreoffice-l10n-ca)
#, fuzzy
-msgid "Presentation Layout Templates for LibreOffice"
+msgid "Provides additional Catalan translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL_Pango:libSDL_Pango1)
-msgid "Programming Pango via SDL"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-cs)
+#, fuzzy
+msgid "Czech Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(vala:libvala-0_22-0)
+#. description(libreoffice:libreoffice-l10n-cs)
#, fuzzy
-msgid "Programming language for GNOME"
-msgstr "Gerenciamento de energia (APM)"
+msgid "Provides additional Czech translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(protobuf:libprotobuf8)
-msgid "Protocol Buffers - Google's data interchange format"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-cy)
+#, fuzzy
+msgid "Welsh Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(protobuf:libprotobuf8)
-msgid ""
-"Protocol Buffers are a way of encoding structured data in an efficient yet "
-"extensible format. Google uses Protocol Buffers for almost all of its "
-"internal RPC protocols and file formats."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-cy)
+#, fuzzy
+msgid "Provides additional Welsh translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libpciaccess:libpciaccess-devel)
-msgid ""
-"Provides functionality for X to access the PCI bus and devices in a platform-"
-"independent way.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libpciaccess0."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-da)
+#, fuzzy
+msgid "Danish Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libwnck:libwnck-lang)
-msgid "Provides translations to the package libwnck"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-da)
+#, fuzzy
+msgid "Provides additional Danish translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxfce4ui:libxfce4ui-lang)
+#. summary(libreoffice:libreoffice-l10n-de)
#, fuzzy
-msgid "Provides translations to the package libxfce4ui"
-msgstr "Aguardar por aplicativo kicker"
+msgid "German Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxfce4util:libxfce4util-lang)
+#. description(libreoffice:libreoffice-l10n-de)
#, fuzzy
-msgid "Provides translations to the package libxfce4util"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Provides additional German translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxfcegui4:libxfcegui4-lang)
+#. summary(libreoffice:libreoffice-l10n-dz)
#, fuzzy
-msgid "Provides translations to the package libxfcegui4"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Dzongkha Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-python)
+#. description(libreoffice:libreoffice-l10n-dz)
#, fuzzy
-msgid "Python bindings for the libvirt library"
-msgstr "O pacote não está assinalado"
+msgid "Provides additional Dzongkha translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(qscintilla:libqscintilla-devel)
-msgid ""
-"QScintilla is a Qt port of Neil Hodgson's Scintilla C++ editor class.\n"
-"\n"
-"This is a Qt port from the original Scintilla class (http://www.scintilla."
-"org/).\n"
-"\n"
-"This package is mainly used by eric, the Python IDE."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-el)
+#, fuzzy
+msgid "Greek Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-driver-qemu)
-msgid "Qemu driver plugin for the libvirtd daemon"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-el)
+#, fuzzy
+msgid "Provides additional Greek translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(qhull:libqhull6-6_3_1_1494)
-msgid ""
-"Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, "
-"halfspace intersection about a point, furthest-site Delaunay triangulation, "
-"and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, "
-"and higher dimensions. Qhull implements the Quickhull algorithm for "
-"computing the convex hull. It handles roundoff errors from floating point "
-"arithmetic. It computes volumes, surface areas, and approximations to the "
-"convex hull.\n"
-"\n"
-"Qhull does not support constrained Delaunay triangulations, triangulation of "
-"non-convex surfaces, mesh generation of non-convex objects, or medium-sized "
-"inputs in 9-D and higher."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-en)
+#, fuzzy
+msgid "English Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libqt4-sql-plugins:libqt4-sql-postgresql)
-msgid "Qt 4 PostgreSQL plugin"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-en)
+#, fuzzy
+msgid "Provides additional English translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libqt4-sql-plugins:libqt4-sql-unixODBC)
-msgid "Qt 4 unixODBC plugin"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-es)
+#, fuzzy
+msgid "Spanish Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libqt4:libqt4-devel)
+#. description(libreoffice:libreoffice-l10n-es)
#, fuzzy
-msgid "Qt Development Kit"
-msgstr "Desenvolvimento"
+msgid "Provides additional Spanish translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libqt4:libqt4-linguist)
-msgid "Qt Linguist"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-et)
+#, fuzzy
+msgid "Estonian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libqt4-sql-plugins:libqt4-sql-postgresql)
-msgid "Qt SQL plugin to support PostgreSQL servers in Qt applications."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-et)
+#, fuzzy
+msgid "Provides additional Estonian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(QtZeitgeist:libqzeitgeist1)
-msgid "Qt Zeitgeist Library"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-eu)
+#, fuzzy
+msgid "Basque Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libqt4:libqt4-linguist)
-msgid ""
-"Qt provides excellent support for translating applications into local "
-"languages. Qt Linguist is a program to deal with them. Yoy need this if you "
-"want to translate your (or other's) projects into your native language."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-eu)
+#, fuzzy
+msgid "Provides additional Basque translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libqt4-sql-plugins:libqt4-sql-unixODBC)
-msgid ""
-"Qt unixODBC plugin to support databases via unixODBC within Qt applications."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-fa)
+#, fuzzy
+msgid "Farsi Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-ro)
-msgid "Romanian Dictionary for LibreOffice Language Tool"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-fa)
+#, fuzzy
+msgid "Provides additional Farsi translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-ro)
+#. summary(libreoffice:libreoffice-l10n-fi)
#, fuzzy
-msgid "Romanian Localization Files for LibreOffice"
+msgid "Finnish Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-ro)
+#. description(libreoffice:libreoffice-l10n-fi)
#, fuzzy
-msgid "Romanian Thesaurus Dictionary for LibreOffice"
+msgid "Provides additional Finnish translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-ro)
+#. summary(libreoffice:libreoffice-l10n-fr)
#, fuzzy
-msgid "Romanian localization files for LibreOffice."
+msgid "French Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-ru)
-msgid "Russian Dictionary for LibreOffice Language Tool"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-fr)
+#, fuzzy
+msgid "Provides additional French translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group5:libreoffice-help-ru)
+#. summary(libreoffice:libreoffice-l10n-ga)
#, fuzzy
-msgid "Russian Help Localization for LibreOffice"
+msgid "Irish Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-ru)
+#. description(libreoffice:libreoffice-l10n-ga)
#, fuzzy
-msgid "Russian Localization Files for LibreOffice"
+msgid "Provides additional Irish translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-templates-ru)
+#. summary(libreoffice:libreoffice-l10n-gl)
#, fuzzy
-msgid "Russian Templates for LibreOffice"
+msgid "Galician Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-ru)
+#. description(libreoffice:libreoffice-l10n-gl)
#, fuzzy
-msgid "Russian Thesaurus Dictionary for LibreOffice"
+msgid "Provides additional Galician translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group5:libreoffice-help-ru)
+#. summary(libreoffice:libreoffice-l10n-gu)
#, fuzzy
-msgid ""
-"Russian help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-ru."
+msgid "Gujarati Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-ru)
+#. description(libreoffice:libreoffice-l10n-gu)
#, fuzzy
-msgid "Russian localization files for LibreOffice."
+msgid "Provides additional Gujarati translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL_gfx:libSDL_gfx13)
-msgid "SDL Graphics Routines for Primitives and Other Support Functions"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-he)
+#, fuzzy
+msgid "Hebrew Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL:libSDL-devel)
-msgid "SDL Library Developer Files"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-he)
+#, fuzzy
+msgid "Provides additional Hebrew translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(SDL_sound:libSDL_sound-1_0-1)
-msgid ""
-"SDL_sound is a library that handles the decoding of several popular sound "
-"file formats, such as wav, ogg mp3 and midi. SDL_sound can just play a file "
-"or alternatively decode a file and hand back a single pointer to the "
-"waveform. SDL_sound also can handle channel conversion on-the-fly and behind-"
-"the-scenes."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-hi)
+#, fuzzy
+msgid "Hindi Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kdebindings-smokekde:libsmokekde3)
-msgid ""
-"SMOKE bindings for libraries created by the KDE community. Used by language "
-"bindings."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-hi)
+#, fuzzy
+msgid "Provides additional Hindi translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kdebindings-smokeqt:libsmokeqt)
-msgid "SMOKE bindings for the Qt libraries. Used by language bindings."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-hr)
+#, fuzzy
+msgid "Croatian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kdebindings-smokeqt:libsmokeqt-devel)
-msgid ""
-"SMOKE bindings for the Qt libraries. Used by language bindings. This package "
-"provides files needed to build programs against libsmokeqt."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-hr)
+#, fuzzy
+msgid "Provides additional Croatian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(kdebindings-smokeqt:libsmokeqt)
-msgid "SMOKE-Qt library for kdebindings"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-hu)
+#, fuzzy
+msgid "Hungarian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libssh:libssh-devel)
+#. description(libreoffice:libreoffice-l10n-hu)
#, fuzzy
-msgid "SSH library development headers"
-msgstr "Pacotes de desenvolvimento do Kernel"
+msgid "Provides additional Hungarian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL_mixer:libSDL_mixer-1_2-0)
-msgid "Sample Mixer Library for SDL"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-it)
+#, fuzzy
+msgid "Italian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-gd)
+#. description(libreoffice:libreoffice-l10n-it)
#, fuzzy
-msgid "Scottish Gaelic Localization Files for LibreOffice"
+msgid "Provides additional Italian translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-gd)
+#. summary(libreoffice:libreoffice-l10n-ja)
#, fuzzy
-msgid "Scottish Gaelic localization files for LibreOffice."
+msgid "Japanese Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-driver-secret)
-msgid "Secret driver plugin for the libvirtd daemon"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-ja)
+#, fuzzy
+msgid "Provides additional Japanese translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-sr)
+#. summary(libreoffice:libreoffice-l10n-kk)
#, fuzzy
-msgid "Serbian Localization Files for LibreOffice"
+msgid "Kazakh Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-sr)
+#. description(libreoffice:libreoffice-l10n-kk)
#, fuzzy
-msgid "Serbian localization files for LibreOffice."
+msgid "Provides additional Kazakh translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-qemu)
-msgid "Server side daemon & driver required to run QEMU guests"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-kn)
+#, fuzzy
+msgid "Kannada Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-xen)
-msgid "Server side daemon & driver required to run XEN guests"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-kn)
+#, fuzzy
+msgid "Provides additional Kannada translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon-xen)
-msgid ""
-"Server side daemon and driver required to manage the virtualization "
-"capabilities of XEN"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-ko)
+#, fuzzy
+msgid "Korean Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon-qemu)
-msgid ""
-"Server side daemon and driver required to manage the virtualization "
-"capabilities of the QEMU emulators"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-ko)
+#, fuzzy
+msgid "Provides additional Korean translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon)
-msgid "Server side daemon and supporting files for libvirt library"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-lt)
+#, fuzzy
+msgid "Lithuanian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon)
-msgid ""
-"Server side daemon required to manage the virtualization capabilities of "
-"recent versions of Linux. Requires a hypervisor specific sub-RPM for "
-"specific drivers."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-lt)
+#, fuzzy
+msgid "Provides additional Lithuanian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(xfce4-session:libxfsm-4_6-0)
-msgid "Shared Library for xfce4-session Splash Screen Engines"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-lv)
+#, fuzzy
+msgid "Latvian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-client)
-msgid ""
-"Shared libraries and client binaries needed to access to the virtualization "
-"capabilities of recent versions of Linux (and other OSes)."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-lv)
+#, fuzzy
+msgid "Provides additional Latvian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(qwt:libqwt5)
+#. summary(libreoffice:libreoffice-l10n-ml)
#, fuzzy
-msgid "Shared library for Qt Widgets"
-msgstr "Criando banco de dados de recursos"
+msgid "Malayalam Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(mono-qt4:libqyoto2)
+#. description(libreoffice:libreoffice-l10n-ml)
#, fuzzy
-msgid "Shared library for the .NET/Mono bindings for the Qt4 libraries."
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Provides additional Malayalam translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL_net:libSDL_net-1_2-0)
-msgid "Simple DirectMedia Layer - Networking Library"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-mr)
+#, fuzzy
+msgid "Marathi Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL_ttf:libSDL_ttf-2_0-0)
-msgid "Simple DirectMedia Layer - Truetype Library"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-mr)
+#, fuzzy
+msgid "Provides additional Marathi translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL_image:libSDL_image-1_2-0)
-msgid "Simple DirectMedia Layer--Sample Image Loading Library"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-nb)
+#, fuzzy
+msgid "Bokmal Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-sk)
+#. description(libreoffice:libreoffice-l10n-nb)
#, fuzzy
-msgid "Slovak Dictionary for LibreOffice Language Tool"
+msgid "Provides additional Bokmal translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group5:libreoffice-help-sk)
+#. summary(libreoffice:libreoffice-l10n-nl)
#, fuzzy
-msgid "Slovak Help Localization for LibreOffice"
+msgid "Dutch Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-sk)
+#. description(libreoffice:libreoffice-l10n-nl)
#, fuzzy
-msgid "Slovak Localization Files for LibreOffice"
+msgid "Provides additional Dutch translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-sk)
+#. summary(libreoffice:libreoffice-l10n-nn)
#, fuzzy
-msgid "Slovak Thesaurus Dictionary for LibreOffice"
+msgid "Nynorsk Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group5:libreoffice-help-sk)
+#. description(libreoffice:libreoffice-l10n-nn)
#, fuzzy
-msgid ""
-"Slovak help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-sk."
+msgid "Provides additional Nynorsk translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-sk)
+#. summary(libreoffice:libreoffice-l10n-nso)
#, fuzzy
-msgid "Slovak localization files for LibreOffice."
+msgid "Northern Sotho Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group5:libreoffice-help-sl)
+#. description(libreoffice:libreoffice-l10n-nso)
#, fuzzy
-msgid "Slovene Help Localization for LibreOffice"
+msgid "Provides additional Northern Sotho translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-sl)
+#. summary(libreoffice:libreoffice-l10n-or)
#, fuzzy
-msgid "Slovene Localization Files for LibreOffice"
+msgid "Odia Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group5:libreoffice-help-sl)
+#. description(libreoffice:libreoffice-l10n-or)
#, fuzzy
-msgid ""
-"Slovene help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-sl."
+msgid "Provides additional Odia translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-sl)
+#. summary(libreoffice:libreoffice-l10n-pa)
#, fuzzy
-msgid "Slovene localization files for LibreOffice."
+msgid "Punjabi Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-sl)
+#. description(libreoffice:libreoffice-l10n-pa)
#, fuzzy
-msgid "Slovenian Thesaurus Dictionary for LibreOffice"
+msgid "Provides additional Punjabi translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-st)
+#. summary(libreoffice:libreoffice-l10n-pl)
#, fuzzy
-msgid "Sotho Localization Files for LibreOffice"
+msgid "Polish Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-st)
+#. description(libreoffice:libreoffice-l10n-pl)
#, fuzzy
-msgid "Sotho localization files for LibreOffice."
+msgid "Provides additional Polish translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(SDL_sound:libSDL_sound-1_0-1)
-msgid "Sound Sample Library for SDL (Simple DirectMedia Layer)"
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-ro)
+#, fuzzy
+msgid "Romanian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(source-highlight:libsource-highlight4)
-msgid "Source Code Highlighting C++ Library"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-ro)
+#, fuzzy
+msgid "Provides additional Romanian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(source-highlight:libsource-highlight4)
-msgid ""
-"Source-highlight reads source language specifications dynamically, thus it "
-"can be easily extended (without recompiling the sources) for handling new "
-"languages. It also reads output format specifications dynamically, and thus "
-"it can be easily extended (without recompiling the sources) for handling new "
-"output formats. The syntax for these specifications is quite easy (take a "
-"look at the manual).\n"
-"\n"
-"libsource-highlight is a C++ library that provides the features of Source-"
-"highlight."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-ru)
+#, fuzzy
+msgid "Russian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-es)
+#. description(libreoffice:libreoffice-l10n-ru)
#, fuzzy
-msgid "Spanish Dictionary for LibreOffice Language Tool"
+msgid "Provides additional Russian translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group2:libreoffice-help-es)
+#. summary(libreoffice:libreoffice-l10n-si)
#, fuzzy
-msgid "Spanish Help Localization for LibreOffice"
+msgid "Sinhalese Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-es)
+#. description(libreoffice:libreoffice-l10n-si)
#, fuzzy
-msgid "Spanish Localization Files for LibreOffice"
+msgid "Provides additional Sinhalese translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-es)
+#. summary(libreoffice:libreoffice-l10n-sk)
#, fuzzy
-msgid "Spanish Thesaurus Dictionary for LibreOffice"
+msgid "Slovak Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group2:libreoffice-help-es)
+#. description(libreoffice:libreoffice-l10n-sk)
#, fuzzy
-msgid ""
-"Spanish help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-es."
+msgid "Provides additional Slovak translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-es)
+#. summary(libreoffice:libreoffice-l10n-sl)
#, fuzzy
-msgid "Spanish localization files for LibreOffice."
+msgid "Slovenian Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvoikko:libvoikko1)
-msgid "Spellchecker and Hyphenator for Finnish Language"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-sl)
+#, fuzzy
+msgid "Provides additional Slovenian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(liborcus:liborcus-0_6-0)
+#. summary(libreoffice:libreoffice-l10n-sr)
#, fuzzy
-msgid "Spreadsheet file processing library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Serbian Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-driver-storage)
-msgid "Storage driver plugin for the libvirtd daemon"
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-sr)
+#, fuzzy
+msgid "Provides additional Serbian translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(sunpinyin:libsunpinyin3)
-msgid ""
-"Sunpinyin is a statistical language model based Chinese input method engine. "
-"to model the Chinese language, it use a backoff bigram and trigram language "
-"model."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-ss)
+#, fuzzy
+msgid "Swati Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-ss)
+#. description(libreoffice:libreoffice-l10n-ss)
#, fuzzy
-msgid "Swazi Localization Files for LibreOffice"
+msgid "Provides additional Swati translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-ss)
+#. summary(libreoffice:libreoffice-l10n-st)
#, fuzzy
-msgid "Swazi localization files for LibreOffice."
+msgid "Southern Sotho Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-sv)
-msgid "Swedish Dictionary for LibreOffice Language Tool"
-msgstr ""
-
-#. summary(libreoffice-help-group5:libreoffice-help-sv)
+#. description(libreoffice:libreoffice-l10n-st)
#, fuzzy
-msgid "Swedish Help Localization for LibreOffice"
+msgid "Provides additional Southern Sotho translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-sv)
+#. summary(libreoffice:libreoffice-l10n-sv)
#, fuzzy
msgid "Swedish Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-sv)
+#. description(libreoffice:libreoffice-l10n-sv)
#, fuzzy
-msgid "Swedish Thesaurus Dictionary for LibreOffice"
+msgid "Provides additional Swedish translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group5:libreoffice-help-sv)
+#. summary(libreoffice:libreoffice-l10n-ta)
#, fuzzy
-msgid ""
-"Swedish help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-sv."
+msgid "Tamil Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-sv)
+#. description(libreoffice:libreoffice-l10n-ta)
#, fuzzy
-msgid "Swedish localization files for LibreOffice."
+msgid "Provides additional Tamil translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-languagetool:libreoffice-languagetool-tl)
+#. summary(libreoffice:libreoffice-l10n-te)
#, fuzzy
-msgid "Tagalog Dictionary for LibreOffice Language Tool"
+msgid "Telugu Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-tg)
+#. description(libreoffice:libreoffice-l10n-te)
#, fuzzy
-msgid "Tajiki Localization Files for LibreOffice"
+msgid "Provides additional Telugu translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-tg)
+#. summary(libreoffice:libreoffice-l10n-th)
#, fuzzy
-msgid "Tajiki localization files for LibreOffice."
+msgid "Thai Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-ta)
+#. description(libreoffice:libreoffice-l10n-th)
#, fuzzy
-msgid "Tamil Localization Files for LibreOffice"
+msgid "Provides additional Thai translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-ta)
+#. summary(libreoffice:libreoffice-l10n-tr)
#, fuzzy
-msgid "Tamil localization files for LibreOffice."
+msgid "Turkish Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-te)
+#. description(libreoffice:libreoffice-l10n-tr)
#, fuzzy
-msgid "Telugu Localization Files for LibreOffice"
+msgid "Provides additional Turkish translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-te)
+#. summary(libreoffice:libreoffice-l10n-uk)
#, fuzzy
-msgid "Telugu localization files for LibreOffice."
+msgid "Ukrainian Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-th)
+#. description(libreoffice:libreoffice-l10n-uk)
#, fuzzy
-msgid "Thai Localization Files for LibreOffice"
+msgid "Provides additional Ukrainian translations and resources for LibreOffice."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-th)
+#. summary(libreoffice:libreoffice-l10n-ve)
#, fuzzy
-msgid "Thai localization files for LibreOffice."
+msgid "Venda Localization Files for LibreOffice"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-en-US)
-msgid ""
-"The American thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-ve)
+#, fuzzy
+msgid "Provides additional Venda translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-es-AR)
-msgid ""
-"The Argentine Spanish thesaurus dictionary that can be used to look up for "
-"synonyms and related words in the LibreOffice office suite."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-xh)
+#, fuzzy
+msgid "Xhosa Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-en-AU)
-msgid ""
-"The Australian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-xh)
+#, fuzzy
+msgid "Provides additional Xhosa translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-de-AT)
-msgid ""
-"The Austrian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#. summary(libreoffice:libreoffice-l10n-zu)
+#, fuzzy
+msgid "Zulu Localization Files for LibreOffice"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-br)
-msgid ""
-"The Breton dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#. description(libreoffice:libreoffice-l10n-zu)
+#, fuzzy
+msgid "Provides additional Zulu translations and resources for LibreOffice."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-en-GB)
-msgid ""
-"The British thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#. summary(libreoffice-share-linker)
+#, fuzzy
+msgid "Script to link/unlink files to libreoffice home"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-bg)
-msgid ""
-"The Bulgarian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
+#. description(libreoffice-share-linker)
+msgid "Script that links and unlinks files from /usr/share to libreoffice home as libreoffice layout is not set up for noarch packages otherwise."
msgstr ""
-#. description(libreoffice-languagetool:libreoffice-languagetool-ca)
-msgid ""
-"The Catalan dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#. summary(librepository)
+#, fuzzy
+msgid "Hierarchical repository abstraction layer"
+msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-ca)
-msgid ""
-"The Catalan thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
+#. description(librepository)
+msgid "LibRepository provides a simple abstraction layer to access bulk content that is organized in a hierarchical layer."
msgstr ""
-#. description(pyzy:libpyzy-1_0-0)
-msgid "The Chinese Pinyin and Bopomofo conversion library."
+#. summary(libserializer)
+msgid "JFreeReport General Serialization Framework"
msgstr ""
-#. description(libreoffice-languagetool:libreoffice-languagetool-zh)
-msgid ""
-"The Chinese dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
+#. description(libserializer)
+msgid "Libserializer contains a general serialization framework that simplifies the task of writing custom java serialization handlers."
msgstr ""
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-cs)
-msgid ""
-"The Czech thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
+#. summary(gcc5:liblsan0)
+msgid "The GNU Compiler Leak Sanitizer Runtime Library"
msgstr ""
-#. description(libreoffice-languagetool:libreoffice-languagetool-da)
+#. description(gcc5:liblsan0)
+#, fuzzy
msgid ""
-"The Danish dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+"The runtime library needed to run programs compiled with the\n"
+"-fsanitize=leak option of the GNU Compiler Collection (GCC)."
+msgstr "Aplicativos Usados Recentemente"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-da)
-msgid ""
-"The Danish thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "A Stroke Translation Library"
+#~ msgstr "Exibir Configuração"
-#. description(libreoffice-languagetool:libreoffice-languagetool-nl)
-msgid ""
-"The Dutch dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "A collection of english templates for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-en)
-msgid ""
-"The English dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "A compilation of German templates for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-fr)
-msgid ""
-"The French dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "African localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-fr)
-msgid ""
-"The French thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "American Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gcc48:libtsan0)
-msgid "The GNU Compiler Thread Sanitizer Runtime Library"
-msgstr ""
+#, fuzzy
+#~ msgid "American Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(plotutils:libplotter2)
-msgid ""
-"The GNU plotting utilities consist of seven command line programs: the "
-"graphics programs `graph', `plot', `tek2plot', and `plotfont', and the "
-"mathematical programs `spline', `ode', and `double'. GNU `libplot' is "
-"distributed with these programs; it is the library on which the graphics "
-"programs are based. `Libplot' is a function library for device-independent "
-"two-dimensional vector graphics, including vector graphics animations under "
-"the X Window System."
-msgstr ""
+#, fuzzy
+#~ msgid "Amharic Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-gl)
-msgid ""
-"The Galician dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Amharic localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-de)
-msgid ""
-"The German dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Arabic localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-de)
-msgid ""
-"The German thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Argentine Spanish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-de-CH)
-msgid ""
-"The German-Swiss thesaurus dictionary that can be used to look up for "
-"synonyms and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Assamese localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-el)
-msgid ""
-"The Greek thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Australian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-hu)
-msgid ""
-"The Hungarian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Austrian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-ga)
-msgid ""
-"The Irish thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Basque Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-it)
-msgid ""
-"The Italian dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Basque help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-eu."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-it)
-msgid ""
-"The Italian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Basque localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-km)
-msgid ""
-"The Khmer dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Belorussian Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon-driver-lxc)
-msgid ""
-"The LXC driver plugin for the libvirtd daemon, providing an implementation "
-"of the hypervisor driver APIs using the Linux kernel"
-msgstr ""
+#, fuzzy
+#~ msgid "Belorussian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon-driver-libxl)
-msgid ""
-"The Libxl driver plugin for the libvirtd daemon, providing an implementation "
-"of the hypervisor driver APIs using libxl."
-msgstr ""
+#, fuzzy
+#~ msgid "Brazilian Portuguese Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-ne)
-msgid ""
-"The Nepali thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Brazilian Portuguese Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-nb)
-msgid ""
-"The Norwegian Bokmaal thesaurus dictionary that can be used to look up for "
-"synonyms and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Brazilian Portuguese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-pt-BR."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(pcre:libpcrecpp0)
-msgid ""
-"The PCRE library is a set of functions that implement regular expression "
-"pattern matching using the same syntax and semantics as Perl 5.\n"
-"\n"
-"pcrecpp provides a C++ API to the PCRE engine."
-msgstr ""
+#, fuzzy
+#~ msgid "Brazilian Portuguese localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-pl)
-msgid ""
-"The Polish dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Breton Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-pl)
-msgid ""
-"The Polish thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Breton French Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-pt)
-msgid ""
-"The Portuguese thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "British Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-ro)
-msgid ""
-"The Romanian dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "British Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-ro)
-msgid ""
-"The Romanian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "British help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-en-GB."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-ru)
-msgid ""
-"The Russian dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Bulgarian Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-ru)
-msgid ""
-"The Russian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Bulgarian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(SDL_gfx:libSDL_gfx13)
-msgid ""
-"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"
-"- Graphic Primitives (SDL_gfxPrimitives.h)\n"
-"\n"
-"- Rotozoomer (SDL_rotozoom.h)\n"
-"\n"
-"- Framerate control (SDL_framerate.h)\n"
-"\n"
-"- MMX image filters (SDL_imageFilter.h)\n"
-"\n"
-"The library is backwards compatible to the above mentioned code. It is "
-"written in plain C and can be used in C++ code."
-msgstr ""
+#, fuzzy
+#~ msgid "Bulgarian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-bg."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-sk)
-msgid ""
-"The Slovak dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Bulgarian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-sk)
-msgid ""
-"The Slovak thesaurus dictionary that can be used to look up for synonyms and "
-"related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Catalan Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-sl)
-msgid ""
-"The Slovenian thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Catalan Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-es)
-msgid ""
-"The Spanish dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Catalan help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ca."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-es)
-msgid ""
-"The Spanish thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Catalan localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-sv)
-msgid ""
-"The Swedish dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Chinese Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-sv)
-msgid ""
-"The Swedish thesaurus dictionary that can be used to look up for synonyms "
-"and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Chinese Simplified Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool:libreoffice-languagetool-tl)
-msgid ""
-"The Tagalog dictionary that can be used to check grammar and other more "
-"complex mistakes using the LibreOffice language tool extension."
-msgstr ""
+#, fuzzy
+#~ msgid "Chinese Simplified localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon-driver-uml)
-msgid ""
-"The UML driver plugin for the libvirtd daemon, providing an implementation "
-"of the hypervisor driver APIs using User Mode Linux"
-msgstr ""
+#, fuzzy
+#~ msgid "Chinese Traditional Help Localization for LibreOffice"
+#~ msgstr "Marianas do Norte"
-#. description(libreoffice-thesaurus:libreoffice-thesaurus-es-VE)
-msgid ""
-"The Venezuelan Spanish thesaurus dictionary that can be used to look up for "
-"synonyms and related words in the LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Chinese Traditional help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-zh-TW."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXdamage:libXdamage-devel)
-msgid ""
-"The X Damage Extension allows applications to track modified regions of "
-"drawables.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXdamage1."
-msgstr ""
+#, fuzzy
+#~ msgid "Croatian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXdmcp:libXdmcp-devel)
-msgid ""
-"The X Display Manager Control Protocol (XDMCP) provides a uniform mechanism "
-"for an autonomous display to request login service from a remote host. By "
-"autonomous, we mean the display consists of hardware and processes that are "
-"independent of any particular host where login service is desired. An X "
-"terminal (screen, keyboard, mouse, processor, network interface) is a prime "
-"example of an autonomous display.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXdmcp6."
-msgstr ""
+#, fuzzy
+#~ msgid "Czech Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXfixes:libXfixes-devel)
-msgid ""
-"The X Fixes extension provides applications with work-arounds for various "
-"limitations in the core protocol.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXfixes3."
-msgstr ""
+#, fuzzy
+#~ msgid "Czech Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libSM:libSM-devel)
-msgid ""
-"The X Session Management Protocol provides a uniform mechanism for users to "
-"save and restore their sessions. A session is a group of X clients "
-"(programs), each of which has a particular state. The session is controlled "
-"by a network service called the session manager, which issues commands to "
-"its clients on behalf of the user. These commands may cause clients to save "
-"their state or to terminate. It is expected that the client will save its "
-"state in such a way that the client can be restarted at a later time and "
-"resume its operation as if it had never been terminated.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libSM6."
-msgstr ""
+#, fuzzy
+#~ msgid "Czech help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-cs."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXaw:libXaw-devel)
-msgid ""
-"The X Window System Athena widget set implements simple user interfaces "
-"based upon the X Toolkit Intrinsics (Xt) library.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXaw6/libXaw7/libXaw8."
-msgstr ""
+#, fuzzy
+#~ msgid "Czech localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libX11:libX11-devel)
-msgid ""
-"The X Window System is a network-transparent window system that was designed "
-"at MIT. X display servers run on computers with either monochrome or color "
-"bitmap display hardware. The server distributes user input to and accepts "
-"output requests from various client programs located either on the same "
-"machine or elsewhere in the network. Xlib is a C subroutine library that "
-"application programs (clients) use to interface with the window system by "
-"means of a stream connection.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libX11-6 and libX11-xcb1."
-msgstr ""
+#, fuzzy
+#~ msgid "Danish Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxcb:libxcb-xevie0)
-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"
-"The EvIE (Event Interception Extension) allows for clients to be able to "
-"intercept all events coming through the server and then decide what to do "
-"with them, including being able to modify or discard events."
-msgstr ""
+#, fuzzy
+#~ msgid "Danish Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxcb:libxcb-record0)
-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"
-"The RECORD extension supports the recording and reporting of all core X "
-"protocol and arbitrary X extension protocol."
-msgstr ""
+#, fuzzy
+#~ msgid "Danish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxcb:libxcb-xv0)
-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"
-"The X Video Extension (Xv) extension provides support for video adaptors "
-"attached to an X display. It takes the approach that a display may have one "
-"or more video adaptors, each of which has one or more ports through which "
-"independent video streams pass."
-msgstr ""
+#, fuzzy
+#~ msgid "Danish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-da."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxcb:libxcb-screensaver0)
-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"
-"The X Window System provides support for changing the image on a display "
-"screen after a user-settable period of inactivity to avoid burning the "
-"cathode ray tube phosphors. This extension allows an external \"screen saver"
-"\" client to detect when the alternate image is to be displayed and to "
-"provide the graphics."
-msgstr ""
+#, fuzzy
+#~ msgid "Danish localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxcb:libxcb-devel)
-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"
-"This package contains the development headers for the library found in "
-"libxcb1."
-msgstr ""
+#, fuzzy
+#~ msgid "Data Files for the libxfcegui4 Library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libxcb:libxcb-xvmc0)
-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"
-"X-Video Motion Compensation (XvMC), is an extension of the X video extension "
-"(Xv) for the X Window System. The XvMC API allows video programs to offload "
-"portions of the video decoding process to the GPU video-hardware."
-msgstr ""
+#, fuzzy
+#~ msgid "Developer files for Soprano"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libxcb:libxcb-xinerama0)
-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"
-"Xinerama is an extension to the X Window System which enables multi-headed X "
-"applications and window managers to use two or more physical displays as one "
-"large virtual display."
-msgstr ""
+#, fuzzy
+#~ msgid "Development Tools for Programs which will use the libtiff Library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libxcb:libxcb-xkb0)
-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"
-"Xkb extends the ability to control the keyboard over what is offered by the "
-"X Window System core protocol."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for libusbmuxd"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libxcb:libxcb-xprint0)
-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"
-"libxcb-xprint provides APIs to allow client applications to render to non-"
-"display devices."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for libuuid1"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-daemon-driver-xen)
-msgid ""
-"The Xen driver plugin for the libvirtd daemon, providing an implementation "
-"of the hypervisor driver APIs using Xen."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for libv4l"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libXext:libXext-devel)
-msgid ""
-"The Xext library contains a handful of X11 extensions:\n"
-"- Double Buffer extension (DBE/Xdbe)\n"
-"- Display Power Management Signaling (DPMS) extension\n"
-"- X11 Nonrectangular Window Shape extension (Xshape)\n"
-"- The MIT Shared Memory extension (MIT-SHM/Xshm)\n"
-"- TOG-CUP (colormap) protocol extension (Xcup)\n"
-"- X Extended Visual Information extension (XEvi)\n"
-"- X11 Double-Buffering, Multi-Buffering, and Stereo extension (Xmbuf)\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXext6."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for libwayland-egl1"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libXcomposite:libXcomposite-devel)
-msgid ""
-"The composite extension provides several related mechanisms:\n"
-"- Per-hierarchy storage: The rendering of an entire hierarchy of windows "
-"is redirected to off-screen storage.\n"
-"- Automatic shadow update: When a hierarchy is rendered off-screen, the X "
-"server provides an automatic mechanism for presenting those contents "
-"within the parent window.\n"
-"- Composite overlay window: provides compositing managers with a surface "
-"on which to draw without interference.\n"
-"- Parent window clipping: modifies the semantics of parent window clipping "
-"in the presence of manual redirected children.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXcomposite1."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for taglib"
+#~ msgstr "Desenvolvimento"
-#. description(libvirt:libvirt-daemon-driver-interface)
-msgid ""
-"The interface driver plugin for the libvirtd daemon, providing an "
-"implementation of the network interface APIs using the netcontrol library"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the ?"
+#~ msgstr "Desenvolvimento"
-#. description(liborcus:liborcus-0_6-0)
-msgid "The liborcus is a library implementing N-gram-based text categorization"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the Core X11 protocol library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libpng12:libpng12-compat-devel)
-msgid ""
-"The libpng12-compat-devel package contains unversioned symlinks to the "
-"header files, libraries, configuration files and development tools necessary "
-"for compiling and linking programs that don't care about libpng version."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the Cygwin/X rootless extension library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libpng12:libpng12-devel)
-msgid ""
-"The libpng12-devel package includes the header files, libraries, "
-"configuration files and development tools necessary for compiling and "
-"linking programs which will manipulate PNG files using libpng12.\n"
-"\n"
-"libpng is the official reference library for the Portable Network Graphics "
-"(PNG) format."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X Athena Widget Set"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libpng16:libpng16-devel)
-msgid ""
-"The libpng16-devel package includes the header files, libraries, "
-"configuration files and development tools necessary for compiling and "
-"linking programs which will manipulate PNG files using libpng16.\n"
-"\n"
-"libpng is the official reference library for the Portable Network Graphics "
-"(PNG) format."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X Damage Extension library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libseccomp:libseccomp2)
-msgid ""
-"The libseccomp library provides and easy to use, platform independent, "
-"interface to the Linux Kernel's syscall filtering mechanism: seccomp. The "
-"libseccomp API is designed to abstract away the underlying BPF based syscall "
-"filter language and present a more conventional function-call based "
-"filtering interface that should be familiar to, and easily adopted by "
-"application developers."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X Event Interception Extension library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libsepol:libsepol-devel)
#, fuzzy
-msgid ""
-"The libsepol-devel package contains the libraries and header files needed "
-"for developing applications that manipulate binary policies."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Development files for the X TrueType font cache library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(usbmuxd:libusbmuxd-devel)
#, fuzzy
-msgid ""
-"The libusbmuxd-devel package contains libraries and header files for "
-"developing applications that use libusbmuxd."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Development files for the X Window System Cursor library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(v4l-utils:libv4l-devel)
#, fuzzy
-msgid ""
-"The libv4l-devel package contains libraries and header files for developing "
-"applications that use libv4l."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Development files for the X font handling library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-python)
-msgid ""
-"The libvirt-python package contains a module that permits applications "
-"written in the Python programming language to use the interface supplied by "
-"the libvirt library to use the virtualization capabilities of recent "
-"versions of Linux (and other OSes)."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X11 Common Extensions library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libxfce4ui:libxfce4ui-1-0)
-msgid ""
-"The libxfce4ui library provides a number of widgets commonly used by Xfce "
-"applications."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X11 Composite extension library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libxfcegui4:libxfcegui4-4)
-msgid ""
-"The libxfcegui4 library provides a number of widgets commonly used by Xfce "
-"applications. It has been superseded by the libxfce4ui library."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X11 Xfixes extension library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-daemon-driver-network)
-msgid ""
-"The network driver plugin for the libvirtd daemon, providing an "
-"implementation of the virtual network APIs using the Linux bridge "
-"capabilities."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X11 authorization protocol library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-daemon-driver-nodedev)
-msgid ""
-"The nodedev driver plugin for the libvirtd daemon, providing an "
-"implementation of the node device APIs using the udev capabilities."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X11 protocol C library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-daemon-driver-nwfilter)
-msgid ""
-"The nwfilter driver plugin for the libvirtd daemon, providing an "
-"implementation of the firewall APIs using the ebtables, iptables and "
-"ip6tables capabilities"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the XDM Control Protocol library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libsmi)
-msgid ""
-"The purpose of libsmi is to\n"
-"\n"
-"* Give network management applications a concise programmer-friendly "
-"interface to access MIB module information\n"
-"\n"
-"* Separate the knowledge on SMI from the main parts of management "
-"applications\n"
-"\n"
-"* Allow addition of new kinds of MIB repositories without the need to adapt "
-"applications that make use of libsmi"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the unicap library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(wayland:libwayland-cursor0)
-msgid ""
-"The purpose of this library is to be the equivalent of libXcursor in the X "
-"world. This library is compatible with X cursor themes and loads them "
-"directly into an shm pool making it easy for the clients to get buffer for "
-"each cursor image."
-msgstr ""
+#, fuzzy
+#~ msgid "Development headers for the SSH library."
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-daemon-driver-qemu)
-msgid ""
-"The qemu driver plugin for the libvirtd daemon, providing an implementation "
-"of the hypervisor driver APIs using QEMU."
-msgstr ""
+#, fuzzy
+#~ msgid "Development package for the Rasqal RDF query library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(gcc48:libtsan0)
-msgid ""
-"The runtime library needed to run programs compiled with the\n"
-"-fsanitize=thread option of the GNU Compiler Collection (GCC)."
-msgstr ""
+#, fuzzy
+#~ msgid "Development package for the raptor library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libvirt:libvirt-daemon-driver-secret)
-msgid ""
-"The secret driver plugin for the libvirtd daemon, providing an "
-"implementation of the secret key APIs."
-msgstr ""
+#, fuzzy
+#~ msgid "Dutch Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libserf:libserf-1-1)
-msgid ""
-"The serf library is a C-based HTTP client library built upon the Apache "
-"Portable Runtime (APR) library. It multiplexes connections, running the read/"
-"write communication asynchronously. Memory copies and transformations are "
-"kept to a minimum to provide high performance operation."
-msgstr ""
+#, fuzzy
+#~ msgid "Dutch help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-nl."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon-driver-storage)
-msgid ""
-"The storage driver plugin for the libvirtd daemon, providing an "
-"implementation of the storage APIs using LVM, iSCSI, parted and more."
-msgstr ""
+#, fuzzy
+#~ msgid "Dutch localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gcc:libstdc++-devel)
#, fuzzy
-msgid "The system GNU C++ development files"
-msgstr "Pacotes de desenvolvimento do Kernel"
+#~ msgid "English Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gcc:libstdc++-devel)
#, fuzzy
-msgid "The system GNU C++ development files."
-msgstr "Pacotes de desenvolvimento do Kernel"
+#~ msgid "English Templates for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvirt:libvirt-daemon-driver-vbox)
-msgid ""
-"The vbox driver plugin for the libvirtd daemon, providing an implementation "
-"of the hypervisor driver APIs using VirtualBox"
-msgstr ""
+#, fuzzy
+#~ msgid "Esperanto Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(wv2:libwv2-4)
-msgid ""
-"The wv2 library is used to import Microsoft Word documents in koffice for "
-"example."
-msgstr ""
+#, fuzzy
+#~ msgid "Esperanto localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libwmf:libwmf-tools)
-msgid ""
-"These utilities read 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 ""
+#, fuzzy
+#~ msgid "Estonian Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libpt2:libpt2_10_10)
-msgid ""
-"This is a moderately large class library that was created many years ago as "
-"a method to produce applications that run on both Microsoft Windows and the "
-"X Window System."
-msgstr ""
+#, fuzzy
+#~ msgid "Estonian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-et."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(SDL_ttf:libSDL_ttf-2_0-0)
-msgid ""
-"This is a sample library that allows you to use TrueType fonts in your SDL "
-"applications."
-msgstr ""
+#, fuzzy
+#~ msgid "Estonian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(SDL_image:libSDL_image-1_2-0)
-msgid ""
-"This is a simple library to load images of various formats as SDL surfaces. "
-"This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats."
-msgstr ""
+#, fuzzy
+#~ msgid "Finnish Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(SDL_net:libSDL_net-1_2-0)
-msgid "This is a small cross-platform networking library for use with SDL."
-msgstr ""
+#, fuzzy
+#~ msgid "Finnish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-fi."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libosip2)
-msgid ""
-"This is the GNU oSIP library. It has been designed to provide the Internet "
-"community with a simple way to support the Session Initiation Protocol. SIP "
-"is described in the RFC 3261, which is available at http://www.ietf.org/rfc/"
-"rfc3261.txt."
-msgstr ""
+#, fuzzy
+#~ msgid "Finnish localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libpqxx:libpqxx-4_0)
-msgid ""
-"This is the official C++ client API for postgres. What libpqxx brings you "
-"is effective use of templates to reduce the inconvenience of dealing with "
-"type conversions; of standard C++ strings to keep you from having to worry "
-"about buffer allocation and overflow attacks; of exceptions to take the "
-"tedious and error-prone plumbing around error handling out of your hands; of "
-"constructors and destructors to bring resource management under control; and "
-"even basic object-orientation to give you some extra reliability features "
-"that would be hard to get with most other database interfaces."
-msgstr ""
+#, fuzzy
+#~ msgid "French Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libopensync-plugin-python-module)
-msgid ""
-"This module allows Python based plugins using OpenSync.\n"
-"\n"
-"Additionally install the libopensync package."
-msgstr ""
+#, fuzzy
+#~ msgid "French Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-math)
-msgid ""
-"This module allows you to create and edit scientific formulas and equations "
-"by using LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "French Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-mailmerge)
-msgid ""
-"This module allows you to create form letters or send E-mail messages to "
-"many recipients using LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "French help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-fr."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-base)
-msgid ""
-"This module allows you to manage databases, create queries and reports to "
-"track and manage your information by using LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "French localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-calc)
-msgid ""
-"This module allows you to perform calculation, analyze information and "
-"manage lists in spreadsheets by using LibreOffice office suite."
-msgstr ""
+#, fuzzy
+#~ msgid "Gaelic Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-base-drivers-mysql)
-msgid "This package allows to access MySQL databases from LibreOffice Base."
-msgstr ""
+#, fuzzy
+#~ msgid "Gaelic localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-templates-presentation-layouts)
#, fuzzy
-msgid ""
-"This package contains a collection of presentation layout templates for "
-"LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Galician Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(vde2:libvdeplug3)
-msgid ""
-"This package contains a library that makes programs able to connect to a "
-"local VDE switch. The simplest one is vde_plug, contained in the vde2 "
-"package."
-msgstr ""
+#, fuzzy
+#~ msgid "Galician help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-gl."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvorbis:libvorbis-devel)
#, fuzzy
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"compile and develop applications that use libvorbis."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Galician localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(tidy:libtidy-0_99-0-devel)
#, fuzzy
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop applications using functions provided by the TidyLib library."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Georgian Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gcc48:libstdc++48-devel)
#, fuzzy
-msgid ""
-"This package contains all the headers and libraries of the standard C++ "
-"library. It is needed for compiling C++ code."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Georgian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(soprano:libsoprano-devel)
#, fuzzy
-msgid "This package contains developer files for Soprano."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "German Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libqimageblitz4:libqimageblitz-devel)
#, fuzzy
-msgid "This package contains development files for libqimageblitz."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "German Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(podofo:libpodofo-devel)
#, fuzzy
-msgid "This package contains development files for podofo library."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "German Templates for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libQtWebKit4:libQtWebKit-devel)
#, fuzzy
-msgid "This package contains development files for qtwebkit."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "German Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(taglib:libtag-devel)
#, fuzzy
-msgid "This package contains development files for taglib."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "German help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-de."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(SDL:libSDL-devel)
-msgid ""
-"This package contains files needed for development with the SDL library."
-msgstr ""
+#, fuzzy
+#~ msgid "German localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libpqxx:libpqxx-devel)
-msgid ""
-"This package contains header files and documentation needed for writing C++ "
-"programs that connect to a PostgreSQL database."
-msgstr ""
+#, fuzzy
+#~ msgid "German-Swiss Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(thunar:libthunarx-2-0)
#, fuzzy
-msgid "This package contains the Thunar extension library."
-msgstr "Aplicativos Usados Recentemente"
+#~ msgid "Greek Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(systemd:libudev-devel)
#, fuzzy
-msgid ""
-"This package contains the development files for the library libudev, a "
-"dynamic library, which provides access to udev device information."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Greek Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libselinux:libselinux-devel)
#, fuzzy
-msgid ""
-"This package contains the development files, which are necessary to develop "
-"your own software using libselinux."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Greek help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-el."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(pilot-link:libpisock-devel)
#, fuzzy
-msgid "This package contains the development headers of libpisock."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Greek localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libsndfile:libsndfile-devel)
#, fuzzy
-msgid ""
-"This package contains the files needed to compile programs that use the "
-"libsndfile library."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Gujarati Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(raptor:libraptor-devel)
-msgid ""
-"This package contains the files needed to compile programs that use the "
-"raptor library."
-msgstr ""
+#, fuzzy
+#~ msgid "Gujarati help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-gu-IN."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(rasqal:librasqal-devel)
-msgid ""
-"This package contains the files needed to develop with the Rasqal RDF query "
-"language library."
-msgstr ""
+#, fuzzy
+#~ msgid "Gujarati localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(tiff:libtiff-devel)
#, fuzzy
-msgid ""
-"This package contains the header files and static libraries for developing "
-"programs which will manipulate TIFF format image files using the libtiff "
-"library."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Hebrew localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(qalculate:libqalculate-devel)
-msgid ""
-"This package contains the header files, static libraries and development "
-"documentation for libqalculate. If you like to develop programs using "
-"libqalculate, you will need to install libqalculate-devel."
-msgstr ""
+#, fuzzy
+#~ msgid "Hindi Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(xfce4-session:libxfsm-4_6-0)
#, fuzzy
-msgid ""
-"This package contains the shared library for xfce4-session splash screen "
-"engines."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Hindi help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-hi-IN."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(qwt:libqwt5)
#, fuzzy
-msgid ""
-"This package contains the shared library to run Technical Applications "
-"developed with/for qwt."
-msgstr "Aplicativos Usados Recentemente"
+#~ msgid "Hindi localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(samba:libsmbclient-devel)
#, fuzzy
-msgid ""
-"This package contains the static libraries and header files needed to "
-"develop programs which make use of the smbclient programming interface.\n"
-"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Hungarian Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(xfce4-panel:libxfce4panel-1_0-4)
#, fuzzy
-msgid "This package contains the xfce4-panel shared library."
-msgstr "Aplicativos Usados Recentemente"
+#~ msgid "Hungarian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(xfconf:libxfconf-0-2)
#, fuzzy
-msgid "This package contains the xfconf shared library."
-msgstr "Aplicativos Usados Recentemente"
+#~ msgid "Hungarian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-hu."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-converter)
-msgid ""
-"This package includes a simple script ooconvert that can be used to convert "
-"various document file formats on the commandline. It uses LibreOffice that "
-"guarantees the quality and the variety of available document file formats."
-msgstr ""
+#, fuzzy
+#~ msgid "Hungarian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libunicap:libunicap-devel)
-msgid ""
-"This package includes header files and libraries necessary for developing "
-"programs which use the unicap, unicapgtk, and ucil libraries. It contains "
-"the API documentation of the library, too."
-msgstr ""
+#, fuzzy
+#~ msgid "Icelandic Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-filters-optional)
-msgid ""
-"This package includes some additional import and export filters for "
-"LibreOffice:\n"
-"\n"
-"- AportisDoc (Palm)\n"
-"\n"
-"- Pocket Excel\n"
-"\n"
-"- Pocket Word\n"
-"\n"
-"- DocBook\n"
-"\n"
-"- XHTML"
-msgstr ""
+#, fuzzy
+#~ msgid "Icelandic localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(Mesa:libwayland-egl-devel)
-msgid ""
-"This package is required to link wayland client applications to the EGL "
-"implementation of Mesa."
-msgstr ""
+#, fuzzy
+#~ msgid "Include Files and Libraries for Development"
+#~ msgstr "Desenvolvimento Kernel"
-#. description(libreoffice-icon-themes:libreoffice-icon-theme-crystal)
-msgid ""
-"This package provides Crystal LibreOffice icon theme. It is used in KDE3 by "
-"default."
-msgstr ""
+#, fuzzy
+#~ msgid "Indonesian Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-icon-themes:libreoffice-icon-theme-galaxy)
-msgid ""
-"This package provides Galaxy LibreOffice icon theme. It is used in the "
-"original OOo-3.x by default."
-msgstr ""
+#, fuzzy
+#~ msgid "Indonesian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-icon-themes:libreoffice-icon-theme-hicontrast)
#, fuzzy
-msgid "This package provides Hicontrast LibreOffice icon theme."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Irish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libqca2:libqca2-devel)
-msgid ""
-"This package provides a generic Qt cryptographic architecture, including a "
-"library and a plugin for using all supported capabilities of openssl, like "
-"SSL/TLS, X509, RSA, SHA1, MD5, Blowfish, 3DES and AES."
-msgstr ""
+#, fuzzy
+#~ msgid "Italian Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxfcegui4:libxfcegui4-data)
#, fuzzy
-msgid "This package provides data files needed by the libxfcegui4 library."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Italian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-base-extensions)
#, fuzzy
-msgid ""
-"This package provides extensions for LibreOffice Base:\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"- Report Builder"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Italian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-it."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-calc-extensions)
-msgid ""
-"This package provides extensions for LibreOffice Calc:\n"
-"\n"
-"- Convert Text to Number\n"
-"- New Functions NUMBERTEXT and MONEYTEXT\n"
-"- Solver for Nonlinear Programming"
-msgstr ""
+#, fuzzy
+#~ msgid "Italian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-draw-extensions)
#, fuzzy
-msgid "This package provides extensions for LibreOffice Draw"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Japanese Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-impress-extensions)
-msgid ""
-"This package provides extensions for LibreOffice Impress:\n"
-"\n"
-"- Presentation Minimizer\n"
-"\n"
-"- Presenter Console"
-msgstr ""
+#, fuzzy
+#~ msgid "Japanese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ja."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice:libreoffice-writer-extensions)
-msgid ""
-"This package provides extensions for LibreOffice Writer:\n"
-"\n"
-"- Google Docs, Zoho, and WebDAV Export/Import\n"
-"- MediaWiki Publisher"
-msgstr ""
+#, fuzzy
+#~ msgid "Japanese localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-languagetool)
-msgid ""
-"This package provides the language checker extension for LibreOffice. It "
-"allows to detect errors that a simple spell checker cannot detect, e.g. "
-"mixing up there/their, no/now etc. It can also detect some grammar mistakes. "
-"It does not include spell checking.\n"
-"\n"
-"The language checker uses special dictionaries that are provided by the "
-"libreoffice-languagetool-<lang> packages."
-msgstr ""
+#, fuzzy
+#~ msgid "Kannada localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(xfce4-branding-openSUSE:libxfce4ui-branding-openSUSE)
#, fuzzy
-msgid ""
-"This package provides the openSUSE look and feel for the libxfce4ui library."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Khmer Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(tumbler:libtumbler-1-0)
#, fuzzy
-msgid "This package provides the shared library component of tumbler."
-msgstr "Aplicativos Usados Recentemente"
+#~ msgid "Khmer Help Localization for LibreOffice"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. description(libxfce4ui:libxfce4ui-tools)
#, fuzzy
-msgid "This package provides tools from libxfce4ui."
-msgstr "O pacote não está assinalado"
+#~ msgid "Khmer Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libopensync-plugin-google-calendar)
-msgid ""
-"This plug-in allows applications using OpenSync to synchronize to and from "
-"Google Calendar.\n"
-"\n"
-"Additionally install the libopensync package."
-msgstr ""
+#, fuzzy
+#~ msgid "Khmer help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-km."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libopensync-plugin-moto)
-msgid ""
-"This plug-in allows applications using OpenSync to synchronize to and from "
-"Motorola cellphones which doesn't support SyncML via Obex (e.g. Razr V3(i), "
-"L7, V635).\n"
-"\n"
-"Additionally install the libopensync package."
-msgstr ""
+#, fuzzy
+#~ msgid "Khmer localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(thunar:libthunarx-2-0)
#, fuzzy
-msgid "Thunar Extension Library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Kinyarwanda Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxfce4ui:libxfce4ui-tools)
-msgid "Tools from libxfce4ui"
-msgstr ""
+#, fuzzy
+#~ msgid "Kinyarwanda localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(tumbler:libtumbler-1-0)
#, fuzzy
-msgid "Tumbler Library"
-msgstr "Novell e Linux"
+#~ msgid "Korean Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group5:libreoffice-help-tr)
#, fuzzy
-msgid "Turkish Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Korean help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ko."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-tr)
#, fuzzy
-msgid "Turkish Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Korean localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group5:libreoffice-help-tr)
#, fuzzy
-msgid ""
-"Turkish help localization for LibreOffice. The other localized stuff is in "
-"libreoffice-l10n-tr."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Languages for package libxfce4ui"
+#~ msgstr "Idiomas Sami (Outro)"
-#. description(libreoffice-l10n:libreoffice-l10n-tr)
#, fuzzy
-msgid "Turkish localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Languages for package libxfce4util"
+#~ msgstr "Idiomas Sami (Outro)"
-#. summary(libreoffice-l10n:libreoffice-l10n-uk)
#, fuzzy
-msgid "Ukrainian Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Languages for package libxfcegui4"
+#~ msgstr "Idiomas Sami (Outro)"
-#. description(libreoffice-l10n:libreoffice-l10n-uk)
#, fuzzy
-msgid "Ukrainian localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Libraries for Sunpinyin"
+#~ msgstr "Aplicativos Favoritos"
-#. summary(libvirt:libvirt-daemon-driver-uml)
-msgid "Uml driver plugin for the libvirtd daemon"
-msgstr ""
+#, fuzzy
+#~ msgid "Library for SPICE-server"
+#~ msgstr "Aplicativos Favoritos"
-#. description(libunique1:libunique-1_0-0)
-msgid ""
-"Unique is a library for writing single instance application. If you launch a "
-"single instance application twice, the second instance will either just quit "
-"or will send a message to the running instance."
-msgstr ""
+#, fuzzy
+#~ msgid "Library for importing WordPerfect (tm) documents"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(libwmf:libwmf-tools)
-msgid "Utilities for Displaying and Converting Metafile Images"
-msgstr ""
+#, fuzzy
+#~ msgid "Lithuanian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxfce4util:libxfce4util6)
#, fuzzy
-msgid "Utility Library for the Xfce Desktop Environment"
-msgstr "Ambiente de Desenvolvimento Integrado"
+#~ msgid "Macedonian Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-ug)
#, fuzzy
-msgid "Uyghur Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Macedonian Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-ug)
#, fuzzy
-msgid "Uyghur localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Macedonian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-mk."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(vde2:libvdeplug3)
#, fuzzy
-msgid "VDE plug library"
-msgstr "Desenvolvimento GNOME"
+#~ msgid "Macedonian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(LibVNCServer:LibVNCServer-devel)
#, fuzzy
-msgid "VNC Development Library"
-msgstr "Desenvolvimento GNOME"
+#~ msgid "Malayalam localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvnc:libVncExt2)
-msgid "VNC for XFree86 v4.x architecture"
-msgstr ""
+#, fuzzy
+#~ msgid "Marathi localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(LibVNCServer:LibVNCServer-devel)
-msgid ""
-"VNC is a set of programs using the RFB (Remote Frame Buffer) protocol. They "
-"are designed to \"export\" a frame buffer via the network. It is already in "
-"wide use for administration, but it is not that easy to program a server "
-"yourself. This has been changed by LibVNCServer.\n"
-"\n"
-"X.org already has a virtual Xvnc server which you can start as an own screen "
-"(e.g. :1) and connect to with a VNC client (e.g. vncviewer from tightvnc).\n"
-"\n"
-"The LibVNCServer-devel package contains the static libraries and header "
-"files for LibVNCServer."
-msgstr ""
+#, fuzzy
+#~ msgid "Nepali Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(vala:libvala-0_22-0)
-msgid ""
-"Vala is a new programming language that aims to bring modern programming "
-"language features to GNOME developers without imposing any additional "
-"runtime requirements and without using a different ABI compared to "
-"applications and libraries written in C."
-msgstr ""
+#, fuzzy
+#~ msgid "Network driver plugin for the libvirtd daemon"
+#~ msgstr "Ambiente de Trabalho KDE"
-#. description(vamp-plugin-sdk:libvamp-hostsdk3)
-msgid ""
-"Vamp is an API for C and C++ plugins that process sampled audio data to "
-"produce descriptive output (measurements or semantic observations)."
-msgstr ""
+#, fuzzy
+#~ msgid "Network filter configuration files for the libvirtd"
+#~ msgstr "Analisando arquivos de configuração..."
-#. summary(libreoffice-l10n:libreoffice-l10n-ve)
#, fuzzy
-msgid "Venda Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Norwegian Bokmaal Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-ve)
#, fuzzy
-msgid "Venda localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Norwegian Bokmaal Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-thesaurus:libreoffice-thesaurus-es-VE)
#, fuzzy
-msgid "Venezuelan Spanish Thesaurus Dictionary for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Norwegian Bokmaal Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-help-group5:libreoffice-help-vi)
#, fuzzy
-msgid "Vietnamese Help Localization for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Norwegian Bokmaal help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-nb."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-vi)
#, fuzzy
-msgid "Vietnamese Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Norwegian Bokmaal localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-help-group5:libreoffice-help-vi)
#, fuzzy
-msgid ""
-"Vietnamese help localization for LibreOffice. The other localized stuff is "
-"in libreoffice-l10n-vi."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Norwegian Nynorsk Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-vi)
#, fuzzy
-msgid "Vietnamese localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Norwegian Nynorsk localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-driver-vbox)
-msgid "VirtualBox driver plugin for the libvirtd daemon"
-msgstr ""
+#, fuzzy
+#~ msgid "Oriya localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvoikko:libvoikko1)
-msgid ""
-"Voikko is a Finnish spellchecker and hyphenator based on Malaga and Suomi-"
-"Malaga."
-msgstr ""
+#, fuzzy
+#~ msgid "Oromo Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(wbxml2:libwbxml2-0)
-msgid "WBXML parser and compiler library"
-msgstr ""
+#, fuzzy
+#~ msgid "Oromo localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(wayland:libwayland-cursor0)
-msgid "Wayland cursor library"
-msgstr ""
+#, fuzzy
+#~ msgid "Polish Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-cy)
#, fuzzy
-msgid "Welsh Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Polish Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-cy)
#, fuzzy
-msgid "Welsh localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Polish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxfcegui4:libxfcegui4-4)
#, fuzzy
-msgid "Widget Library for the Xfce Desktop Environment"
-msgstr "Ambiente de Desenvolvimento Integrado"
+#~ msgid "Polish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-pl."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxfce4ui:libxfce4ui-1-0)
#, fuzzy
-msgid "Widgets Library for the Xfce Desktop Environment"
-msgstr "Ambiente de Desenvolvimento Integrado"
+#~ msgid "Polish localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libWindowsWM:libWindowsWM7)
-msgid ""
-"WindowsWM is a simple library designed to interface with the Windows-WM "
-"extension. This extension allows X window managers to better interact with "
-"the Cygwin XWin server when running X11 in a rootless mode."
-msgstr ""
+#, fuzzy
+#~ msgid "Portuguese Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libWindowsWM:libWindowsWM-devel)
-msgid ""
-"WindowsWM is a simple library designed to interface with the Windows-WM "
-"extension. This extension allows X window managers to better interact with "
-"the Cygwin XWin server when running X11 in a rootless mode.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libWindowsWM7."
-msgstr ""
+#, fuzzy
+#~ msgid "Portuguese Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libXfontcache:libXfontcache1)
#, fuzzy
-msgid "X TrueType font cache extension client library"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Portuguese Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxcb:libxcb-dpms0)
#, fuzzy
-msgid "X11 DPMS Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Portuguese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-pt."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxcb:libxcb-xkb0)
#, fuzzy
-msgid "X11 Keyboard Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Portuguese localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxcb:libxcb-record0)
#, fuzzy
-msgid "X11 RECORD Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Presentation Layout Templates for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxcb:libxcb-res0)
#, fuzzy
-msgid "X11 Resource Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Programming language for GNOME"
+#~ msgstr "Gerenciamento de energia (APM)"
-#. summary(libxcb:libxcb-screensaver0)
#, fuzzy
-msgid "X11 ScreenSaver Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Provides translations to the package libxfce4ui"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(libxcb:libxcb-xvmc0)
#, fuzzy
-msgid "X11 Video Motion Compensation Extension C library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Provides translations to the package libxfce4util"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(libxcb:libxcb-xf86dri0)
#, fuzzy
-msgid "X11 XFree86-DRI Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Provides translations to the package libxfcegui4"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(libxcb:libxcb-xprint0)
#, fuzzy
-msgid "X11 XPrint Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Python bindings for the libvirt library"
+#~ msgstr "O pacote não está assinalado"
-#. summary(libxcb:libxcb-xevie0)
#, fuzzy
-msgid "X11 Xevie Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Romanian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxcb:libxcb-xinerama0)
#, fuzzy
-msgid "X11 Xinerama Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#~ msgid "Romanian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libxcb:libxcb-xv0)
-msgid "X11 video Extension C library"
-msgstr ""
+#, fuzzy
+#~ msgid "Russian Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(xapian-core:libxapian22)
-msgid ""
-"Xapian is an Open Source Probabilistic Information Retrieval framework. It "
-"offers a highly adaptable toolkit that allows developers to easily add "
-"advanced indexing and search facilities to applications. This package "
-"provides the libraries for applications using Xapian functionality"
-msgstr ""
+#, fuzzy
+#~ msgid "Russian Templates for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(xapian-core:libxapian22)
-msgid "Xapian search engine libraries"
-msgstr ""
+#, fuzzy
+#~ msgid "Russian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXcursor:libXcursor-devel)
-msgid ""
-"Xcursor a library designed to help locate and load cursors. Cursors can be "
-"loaded from files or memory. A library of common cursors exists which map to "
-"the standard X cursor names.Cursors can exist in several sizes and the "
-"library automatically picks the best size.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXcursor1."
-msgstr ""
+#, fuzzy
+#~ msgid "Russian help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-ru."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvirt:libvirt-daemon-driver-xen)
-msgid "Xen driver plugin for the libvirtd daemon"
-msgstr ""
+#, fuzzy
+#~ msgid "Russian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(xfce4-panel:libxfce4panel-1_0-4)
#, fuzzy
-msgid "Xfce Panel Shared Library"
-msgstr "Desempenho"
+#~ msgid "SSH library development headers"
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(libreoffice-l10n:libreoffice-l10n-xh)
#, fuzzy
-msgid "Xhosa Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Scottish Gaelic Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-xh)
#, fuzzy
-msgid "Xhosa localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Scottish Gaelic localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libqt4:libqt4-devel)
-msgid ""
-"You need this package, if you want to compile programs with Qt. It contains "
-"the \"Qt Crossplatform Development Kit\". It does contain include files and "
-"development applications like GUI designers, translator tools and code "
-"generators."
-msgstr ""
+#, fuzzy
+#~ msgid "Serbian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(QtZeitgeist:libqzeitgeist1)
-msgid ""
-"Zeitgeist is a service which logs the user's activities and notifications, "
-"anywhere from files opened to websites visited and conversations, and makes "
-"this information readily available for other applications to use. It is also "
-"able to establish relationships between items based on similarity and usage "
-"patterns.\n"
-"\n"
-"This package provides the Qt interface for Zeitgeist."
-msgstr ""
+#, fuzzy
+#~ msgid "Slovak Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libreoffice-l10n:libreoffice-l10n-zu)
#, fuzzy
-msgid "Zulu Localization Files for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Slovak Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libreoffice-l10n:libreoffice-l10n-zu)
#, fuzzy
-msgid "Zulu localization files for LibreOffice."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Slovak Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXau:libXau-devel)
-msgid ""
-"libXau provides mechanisms for individual access to an X Window System "
-"display. It uses existing core protocol and library hooks for specifying "
-"authorization data in the connection setup block to restrict use of the "
-"display to only those clients that show that they know a server-specific key "
-"called a \"magic cookie\".\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXau6."
-msgstr ""
+#, fuzzy
+#~ msgid "Slovak help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-sk."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXevie:libXevie-devel)
-msgid ""
-"libXevie provides an X Window System client interface to the EvIE extension "
-"to the X protocol. The EvIE (Event Interception Extension) allows for "
-"clients to be able to intercept all events coming through the server and "
-"then decide what to do with them, including being able to modify or discard "
-"events.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXevie1."
-msgstr ""
+#, fuzzy
+#~ msgid "Slovak localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXfont:libXfont-devel)
-msgid ""
-"libXfont provides the core of the legacy X11 font system, handling the index "
-"files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, "
-"and rasterizing them. It is used by the X servers, the X Font Server (xfs), "
-"and some font utilities (bdftopcf for instance), but should not be used by "
-"normal X11 clients. X11 clients access fonts via either the new APIs in "
-"libXft, or the legacy APIs in libX11.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXfont1."
-msgstr ""
+#, fuzzy
+#~ msgid "Slovene Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libplist:libplist-devel)
-msgid ""
-"libplist is a library for handling Apple Binary and XML Property Lists.\n"
-"\n"
-"This package contains the development files for C."
-msgstr ""
+#, fuzzy
+#~ msgid "Slovene help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-sl."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libqb:libqb0)
-msgid ""
-"libqb is a library with the primary purpose of providing high performance "
-"client server reusable features. It provides high performance logging, "
-"tracing, ipc, and poll."
-msgstr ""
+#, fuzzy
+#~ msgid "Slovene localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libusb-compat:libusb-compat-devel)
-msgid "libusb-1.0 Compatibility Layer for libusb-0.1"
-msgstr ""
+#, fuzzy
+#~ msgid "Slovenian Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libwpd:libwpd-devel)
-msgid ""
-"libwpd is a general purpose library for reading (or, interpreting data from) "
-"WordPerfect files. The library is not a stand-alone utility: it is designed "
-"to be used by another program (e.g.: a word processor) as an in-process "
-"component."
-msgstr ""
+#, fuzzy
+#~ msgid "Sotho localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libwpg:libwpg-devel)
-msgid ""
-"libwpg is a C++ library to read and parse graphics in WPG (WordPerfect "
-"Graphics) format. It is cross-platform, at the moment it can be build on "
-"Microsoft Windows and Linux.\n"
-"\n"
-"This package contains the libwpg development files."
-msgstr ""
+#, fuzzy
+#~ msgid "Spanish Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(wv:libwv-1_2-1)
-msgid "libwv can parse the Microsoft Word 8 binary file format (Office97)."
-msgstr ""
+#, fuzzy
+#~ msgid "Spanish Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libxfce4util:libxfce4util6)
#, fuzzy
-msgid ""
-"libxfce4util is a general-purpose utility library with core application "
-"support for the Xfce Desktop Environment."
-msgstr "Ambiente de Trabalho KDE"
+#~ msgid "Spanish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(xfce4-branding-openSUSE:libxfce4ui-branding-openSUSE)
#, fuzzy
-msgid "openSUSE Branding of libxfce4ui"
-msgstr "O pacote não está assinalado"
+#~ msgid "Spanish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-es."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(pulseaudio:libpulse-devel)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like "
-"operating systems and Microsoft Windows. It is intended to be an improved "
-"drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package contains the files needed to compile programs that use the "
-"pulseaudio library."
-msgstr ""
+#, fuzzy
+#~ msgid "Spanish localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libvisual:libvisual-devel)
-msgid "sound visualisation library"
-msgstr ""
+#, fuzzy
+#~ msgid "Swazi localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(usbredir:libusbredirhost1)
-msgid ""
-"usbredir is a protocol for redirection USB traffic from a single USB device, "
-"to a different (virtual) machine then the one to which the USB device is "
-"attached. See usb-redirection-protocol.txt for the description / definition "
-"of this protocol."
-msgstr ""
+#, fuzzy
+#~ msgid "Swedish Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(wbxml2:libwbxml2-0)
-msgid ""
-"wbxml2 is a library that includes a WBXML parser and a WBXML compiler. "
-"Unlike wbxml, it does not depend on libxml2 but on expat, making it faster "
-"and more portable. WBXML Library contains a library and its associated tools "
-"to Parse, Encode and Handle WBXML documents. The WBXML (Wireless Binary XML) "
-"format is a binary representation of XML, and it has been defined by the Wap "
-"Forum."
-msgstr ""
+#, fuzzy
+#~ msgid "Swedish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(wxWidgets:libwx_baseu-2_8-0-stl)
-msgid "wxWidgets Library"
-msgstr ""
+#, fuzzy
+#~ msgid "Swedish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-sv."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvnc:libVncExt2)
-msgid ""
-"xf4vnc provides two implementations of VNC in an Xserver. Both "
-"implementations are built around XFree86(tm) 4.x which provides numerous new "
-"extensions, such as RENDER and GLX.\n"
-"\n"
-"The first, is to mimic the older 'Xvnc' virtual Xserver that exists in many "
-"other VNC implementations. This mode should be a drop in replacement for "
-"existing installations.\n"
-"\n"
-"The second is the 'vnc.so' X server module with allows you to access your "
-"normal X display with a VNC viewer\n"
-"\n"
-"The xf4vnc project also includes a VNC viewer. It's based on the original "
-"AT&T viewer but has some enhancements which fix the problem with flickering "
-"black rectangles and improves the performance of hextile decoding."
-msgstr ""
+#, fuzzy
+#~ msgid "Swedish localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libvnc:libvnc-devel)
-msgid ""
-"xf4vnc provides two implementations of VNC in an Xserver. Both "
-"implementations are built around XFree86(tm) 4.x which provides numerous new "
-"extensions, such as RENDER and GLX.\n"
-"\n"
-"The first, is to mimic the older 'Xvnc' virtual Xserver that exists in many "
-"other VNC implementations. This mode should be a drop in replacement for "
-"existing installations.\n"
-"\n"
-"The second is the 'vnc.so' X server module with allows you to access your "
-"normal X display with a VNC viewer\n"
-"\n"
-"The xf4vnc project also includes a VNC viewer. It's based on the original "
-"AT&T viewer but has some enhancements which fix the problem with flickering "
-"black rectangles and improves the performance of hextile decoding.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libVncExt2."
-msgstr ""
+#, fuzzy
+#~ msgid "Tagalog Dictionary for LibreOffice Language Tool"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXcliplist:libXcliplist1)
-msgid ""
-"xf4vnc provides two implementations of VNC in an Xserver. Both "
-"implementations are built around XFree86(tm) 4.x which provides numerous new "
-"extensions, such as RENDER and GLX. The first, is to mimic the older 'Xvnc' "
-"virtual Xserver that exists in many other VNC implementations. This mode "
-"should be a drop in replacement for existing installations. The second is "
-"the 'vnc.so' X server module with allows you to access your normal X display "
-"with a VNC viewer The xf4vnc project also includes a VNC viewer. It's based "
-"on the original AT&T viewer but has some enhancements which fix the problem "
-"with flickering black rectangles and improves the performance of hextile "
-"decoding."
-msgstr ""
+#, fuzzy
+#~ msgid "Tajiki Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libXcliplist:libXcliplist-devel)
-msgid ""
-"xf4vnc provides two implementations of VNC in an Xserver. Both "
-"implementations are built around XFree86(tm) 4.x which provides numerous new "
-"extensions, such as RENDER and GLX. The first, is to mimic the older 'Xvnc' "
-"virtual Xserver that exists in many other VNC implementations. This mode "
-"should be a drop in replacement for existing installations. The second is "
-"the 'vnc.so' X server module with allows you to access your normal X display "
-"with a VNC viewer The xf4vnc project also includes a VNC viewer. It's based "
-"on the original AT&T viewer but has some enhancements which fix the problem "
-"with flickering black rectangles and improves the performance of hextile "
-"decoding.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libXcliplist1."
-msgstr ""
+#, fuzzy
+#~ msgid "Tajiki localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(xfconf:libxfconf-0-2)
#, fuzzy
-msgid "xfconf Shared Library"
-msgstr "Desempenho"
+#~ msgid "Tamil localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "(Upstream has not provided a description)\n"
-#~ "\n"
-#~ "This package contains the development headers for the library found in "
-#~ "liboldX6."
+#~ msgid "Telugu localization files for LibreOffice."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "A Library for embedding Mono in your Application"
-#~ msgstr "Iniciar Aplicativo"
+#~ msgid "Thai localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "Base Package for Integrated Development Environments: Build Environment"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
+#~ msgid "The libusbmuxd-devel package contains libraries and header files for developing applications that use libusbmuxd."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "C++ interface for gtksourceview"
-#~ msgstr "Interface a ser selecionada na inicialização:"
+#~ msgid "The system GNU C++ development files"
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
#, fuzzy
-#~ msgid "C++/Qt bindings for GLib"
+#~ msgid "The system GNU C++ development files."
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
+
+#, fuzzy
+#~ msgid "This package contains a collection of presentation layout templates for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains all necessary include files and libraries needed to compile and develop applications that use libvorbis."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains all necessary include files and libraries needed to develop applications using functions provided by the TidyLib library."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains all the headers and libraries of the standard C++ library. It is needed for compiling C++ code."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains developer files for Soprano."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains development files for taglib."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains the Thunar extension library."
+#~ msgstr "Aplicativos Usados Recentemente"
+
+#, fuzzy
+#~ msgid "This package contains the development files for the library libudev, a dynamic library, which provides access to udev device information."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains the header files and static libraries for developing programs which will manipulate TIFF format image files using the libtiff library."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains the shared library for xfce4-session splash screen engines."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains the xfce4-panel shared library."
+#~ msgstr "Aplicativos Usados Recentemente"
+
+#, fuzzy
+#~ msgid "This package contains the xfconf shared library."
+#~ msgstr "Aplicativos Usados Recentemente"
+
+#, fuzzy
+#~ msgid "This package provides data files needed by the libxfcegui4 library."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package provides extensions for LibreOffice Draw"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package provides the openSUSE look and feel for the libxfce4ui library."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package provides the shared library component of tumbler."
+#~ msgstr "Aplicativos Usados Recentemente"
+
+#, fuzzy
+#~ msgid "This package provides tools from libxfce4ui."
#~ msgstr "O pacote não está assinalado"
#, fuzzy
-#~ msgid "Chinese Simplified Help Localization for LibreOffice"
-#~ msgstr "Marianas do Norte"
+#~ msgid "Thunar Extension Library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid ""
-#~ "Chinese Simplified help localization for LibreOffice. The other localized "
-#~ "stuff is in libreoffice-l10n-zh-CN."
+#~ msgid "Tumbler Library"
+#~ msgstr "Novell e Linux"
+
+#, fuzzy
+#~ msgid "Turkish Help Localization for LibreOffice"
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Client library for Accessing Exchange Servers - LZX library"
-#~ msgstr "Criando banco de dados de recursos"
+#~ msgid "Turkish help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-tr."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Data Encryption Library"
-#~ msgstr "Criptografia"
+#~ msgid "Turkish localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Data files for KDE Education Applications"
-#~ msgstr "Iniciar Aplicativo"
+#~ msgid "Ukrainian localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Devel package for libgudev"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Utility Library for the Xfce Desktop Environment"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
#, fuzzy
-#~ msgid "Development Files for the Last.fm Webservices"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Uyghur Localization Files for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development and Include Files for liboauth"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Uyghur localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for libgpod"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "VNC Development Library"
+#~ msgstr "Desenvolvimento GNOME"
#, fuzzy
-#~ msgid "Development files for libimobiledevice3"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Venda localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for libkface"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Venezuelan Spanish Thesaurus Dictionary for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for libkgeomap"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Vietnamese Help Localization for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for libktorrent"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Vietnamese help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-vi."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for libmediawiki"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Vietnamese localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for libmono"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Welsh localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for libnova"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Widget Library for the Xfce Desktop Environment"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
#, fuzzy
-#~ msgid "Development files for the KMS MM abstraction library"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Widgets Library for the Xfce Desktop Environment"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
#, fuzzy
-#~ msgid "Development files for the Low Bandwith X extension routines"
-#~ msgstr "arquivo .desktop para a ferramenta de configuração de redes"
+#~ msgid "X TrueType font cache extension client library"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Development files for the X version 10 compatibility library"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "X11 DPMS Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "Development files for the X11 Inter-Client Exchange Library"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "X11 Keyboard Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "Development files for using the OpenCV library"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "X11 RECORD Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "Development headers for libgphoto2"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "X11 Resource Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "Development package for gnutls"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "X11 ScreenSaver Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "Development package for jack"
+#~ msgid "X11 Video Motion Compensation Extension C library"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Development package for libgpg-error"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "X11 XFree86-DRI Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "GNOME Binary Editor -- Library"
-#~ msgstr "Monitor Primário:"
+#~ msgid "X11 XPrint Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "GNOME Extensions for LibreOffice"
-#~ msgstr "Aguardar por aplicativo kicker"
+#~ msgid "X11 Xevie Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "GObject-based library for libusb1"
-#~ msgstr "Criando banco de dados de recursos"
+#~ msgid "X11 Xinerama Extension C library"
+#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid "Generic map viewer: Shared Library"
-#~ msgstr "Ambiente de Trabalho KDE"
+#~ msgid "Xfce Panel Shared Library"
+#~ msgstr "Desempenho"
#, fuzzy
-#~ msgid "Headers, libraries and docs for the oRTP library"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
+#~ msgid "Xhosa localization files for LibreOffice."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Hyphen Dictionaries for LibreOffice"
+#~ msgid "Zulu localization files for LibreOffice."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "KDE Base Libraries: Build Environment"
+#~ msgid "libxfce4util is a general-purpose utility library with core application support for the Xfce Desktop Environment."
#~ msgstr "Ambiente de Trabalho KDE"
#, fuzzy
-#~ msgid "KDE CD Library: Build Environment"
-#~ msgstr "Ambiente de Trabalho KDE"
+#~ msgid "openSUSE Branding of libxfce4ui"
+#~ msgstr "O pacote não está assinalado"
#, fuzzy
-#~ msgid "KDE CDDB Library: Build Environment"
-#~ msgstr "Ambiente de Trabalho KDE"
+#~ msgid "xfconf Shared Library"
+#~ msgstr "Desempenho"
#, fuzzy
-#~ msgid "KDE Core Libraries: Build Environment"
-#~ msgstr "Ambiente de Trabalho KDE"
+#~ msgid "C++ interface for gtksourceview"
+#~ msgstr "Interface a ser selecionada na inicialização:"
#, fuzzy
-#~ msgid "KDE Image Plugin Interface"
-#~ msgstr "Interface de Plugin de Imagem KDE"
+#~ msgid "C++/Qt bindings for GLib"
+#~ msgstr "O pacote não está assinalado"
#, fuzzy
-#~ msgid "KDE PIM Libraries: Build Environment"
+#~ msgid "Chinese Simplified Help Localization for LibreOffice"
+#~ msgstr "Marianas do Norte"
+
+#, fuzzy
+#~ msgid "Chinese Simplified help localization for LibreOffice. The other localized stuff is in libreoffice-l10n-zh-CN."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Client library for Accessing Exchange Servers - LZX library"
+#~ msgstr "Criando banco de dados de recursos"
+
+#, fuzzy
+#~ msgid "Data files for KDE Education Applications"
+#~ msgstr "Iniciar Aplicativo"
+
+#, fuzzy
+#~ msgid "Development files for libgpod"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for libkface"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for libkgeomap"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for the KMS MM abstraction library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development files for using the OpenCV library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development headers for libgphoto2"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development package for gnutls"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Development package for libgpg-error"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "GNOME Binary Editor -- Library"
+#~ msgstr "Monitor Primário:"
+
+#, fuzzy
+#~ msgid "GObject-based library for libusb1"
+#~ msgstr "Criando banco de dados de recursos"
+
+#, fuzzy
+#~ msgid "Generic map viewer: Shared Library"
#~ msgstr "Ambiente de Trabalho KDE"
#, fuzzy
-#~ msgid "KDE scan library - Development Files"
+#~ msgid "Headers, libraries and docs for the oRTP library"
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "KDE4 Extensions for LibreOffice"
-#~ msgstr "Aguardar por aplicativo kicker"
+#~ msgid "Hyphen Dictionaries for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
#~ msgid "Kanagram Engine library"
@@ -4421,30 +4645,6 @@
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Libmms development files"
-#~ msgstr "Pacotes de desenvolvimento do Kernel"
-
-#, fuzzy
-#~ msgid "Libraries for Integrated Development Environments"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
-
-#, fuzzy
-#~ msgid "Library Package for Keybinder"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
-
-#, fuzzy
-#~ msgid "Library for KDE Education Applications"
-#~ msgstr "Iniciar Aplicativo"
-
-#, fuzzy
-#~ msgid "Library for KDE Education Applications: Build Environment"
-#~ msgstr "Iniciar Aplicativo"
-
-#, fuzzy
-#~ msgid "Library for the GNU Objective C Compiler"
-#~ msgstr "Ferramentas e Compiladores de C/C++"
-
-#, fuzzy
#~ msgid "Progressive Graphics File Library"
#~ msgstr "Criptografia"
@@ -4501,10 +4701,6 @@
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Shared library for mxml"
-#~ msgstr "Criando banco de dados de recursos"
-
-#, fuzzy
#~ msgid "Static library and header files for the LiquidRescale library"
#~ msgstr "Pacotes de desenvolvimento do KDE"
@@ -4517,36 +4713,14 @@
#~ msgstr "Notificações"
#, fuzzy
-#~ msgid "The KMS Memory Management abstraction library."
-#~ msgstr "Desenvolvimento GNOME"
-
-#, fuzzy
-#~ msgid ""
-#~ "The libimobiledevice-devel package contains libraries and header files "
-#~ "for developing applications that use libimobiledevice3."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "The library for the GNU Objective C compiler."
-#~ msgstr "Ferramentas e Compiladores de C/C++"
-
-#, fuzzy
#~ msgid "The shared library for the MarbleWidget shared library."
#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid ""
-#~ "These dictionaries help you to hyphenate texts and words in the "
-#~ "LibreOffice office suite."
+#~ msgid "These dictionaries help you to hyphenate texts and words in the LibreOffice office suite."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This is the devel package for the GObject library libgudev, which "
-#~ "provides GObject access to udev device information."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This library is an implementation of the LZX compression algorithm."
#~ msgstr "O pacote contém uma versão diferente da experada"
@@ -4559,28 +4733,10 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains all necessary files and libraries needed to develop "
-#~ "KDE education applications."
+#~ msgid "This package contains common data files used by various KDE education applications."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains all necessary include files and libraries needed to "
-#~ "compile and develop applications that use libogg."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains common data files used by various KDE education "
-#~ "applications."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "This package contains development files for libindi."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains development files for libkface."
#~ msgstr "O pacote contém uma versão diferente da experada"
@@ -4589,82 +4745,27 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains development files for libnova."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains openais libraries."
#~ msgstr "Aplicativos Usados Recentemente"
#, fuzzy
-#~ msgid "This package contains some GNOME extensions for LibreOffice."
+#~ msgid "This package contains the development header files and libraries necessary to develop client applications for MySQL Community Server."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains some KDE4 extensions for LibreOffice."
+#~ msgid "This package contains the development headers for the library found in libkms1."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains the development files for building integrated "
-#~ "developments environments based on the KDevelop framework."
+#~ msgid "This package includes the openSUSE branding for LibreOffice office suite."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains the development header files and libraries "
-#~ "necessary to develop client applications for MySQL Community Server."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the development headers for the libkcompactdisc."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the development headers for the library found in "
-#~ "libkms1."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the files needed to compile programs that "
-#~ "communicate with jack clients/servers."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the library which is required by the KDE education "
-#~ "applications."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "This package includes the development headers for libkcddb4"
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package includes the necessary files for development using "
-#~ "libktorrent."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package includes the openSUSE branding for LibreOffice office suite."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "World-Map Library interface for KDE"
#~ msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
#, fuzzy
-#~ msgid "X version 10 backwards compatibility library"
-#~ msgstr "Opções de compatibilidade misturadas"
-
-#, fuzzy
-#~ msgid ""
-#~ "gtksourceviewmm provides a C++ interface to the gtksourceview library."
+#~ msgid "gtksourceviewmm provides a C++ interface to the gtksourceview library."
#~ msgstr "Interface do Kernel"
#, fuzzy
@@ -4676,14 +4777,6 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Python UNO Bridge for LibreOffice"
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "A network configuration library"
-#~ msgstr "Exibir Configuração"
-
-#, fuzzy
#~ msgid "GNOME Media Profiles Library"
#~ msgstr "Notificações"
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:16 +0100 (Fri, 06 Nov 2015)
New Revision: 94623
Modified:
trunk/packages/pt/po/dvd3.pt.po
Log:
Merged dvd3.pot for pt
Modified: trunk/packages/pt/po/dvd3.pt.po
===================================================================
--- trunk/packages/pt/po/dvd3.pt.po 2015-11-06 03:06:13 UTC (rev 94622)
+++ trunk/packages/pt/po/dvd3.pt.po 2015-11-06 03:06:16 UTC (rev 94623)
@@ -1,387 +1,695 @@
# This file was automatically generated
msgid ""
msgstr ""
-"POT-Creation-Date: 2012-06-21 16:20:17\n"
+"POT-Creation-Date: 2015-11-06 04:10:06\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-#. description(liboldX:liboldX-devel)
-#, fuzzy
+#. summary(kdelibs4:kdelibs4-doc)
+msgid "Documentation for KDE Base Libraries"
+msgstr ""
+
+#. description(kdelibs4:kdelibs4-doc)
+msgid "This package contains the core environment and templates for the KDE help system."
+msgstr ""
+
+#. description(kdelibs4support:kdelibs4support-devel)
msgid ""
-"(Upstream has not provided a description)\n"
+"This package includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks.\n"
"\n"
-"This package contains the development headers for the library found in "
-"liboldX6."
+"Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at <http://community.kde.org/Frameworks/Porting_Notes> should help with this.\n"
+"\n"
+"Note that some of the classes in this framework, especially KStandardDirs, may not work correctly unless any libraries and other software using the KDE4 Support framework are installed to the same location as KDELibs4Support, although it may be sufficient to set the KDEDIRS environment variable correctly. Development files."
+msgstr ""
+
+#. summary(kdesdk4-scripts)
+#, fuzzy
+msgid "Scripts for KDE Development"
+msgstr "Desenvolvimento KDE"
+
+#. description(kdesdk4-scripts)
+#, fuzzy
+msgid "This package contains the scripts for KDE development which are contained in the kdesdk module."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libnet:libnet1)
-msgid "A C Library for Portable Packet Creation"
+#. summary(kdesignerplugin)
+#. summary(kdesignerplugin:kdesignerplugin-devel)
+msgid "Integrating KDE frameworks widgets with Qt Designer"
msgstr ""
-#. summary(Botan:libbotan-1_10-0)
+#. description(kdesignerplugin)
+msgid "This framework provides plugins for Qt Designer that allow it to display the widgets provided by various KDE frameworks, as well as a utility (kgendesignerplugin) that can be used to generate other such plugins from ini-style description files."
+msgstr ""
+
+#. description(kdesignerplugin:kdesignerplugin-devel)
+msgid "This framework provides plugins for Qt Designer that allow it to display the widgets provided by various KDE frameworks, as well as a utility (kgendesignerplugin) that can be used to generate other such plugins from ini-style description files. Development files."
+msgstr ""
+
+#. description(kdesu:kdesu-devel)
+msgid "libkdesu provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. Development files."
+msgstr ""
+
+#. summary(kdevelop4)
#, fuzzy
-msgid "A C++ Crypto Library"
-msgstr "Criptografia"
+msgid "Integrated Development Environment for the X Window System, Qt, KDE, and GNOME"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(krusader)
+#. description(kdevelop4)
+#. description(kdevelop4:kdevelop4-devel)
+msgid "An integrated development environment (IDE) that allows you to write programs for the X Window System, the Qt library, or KDE. It includes a documentation browser, a source code editor with syntax highlighting, a GUI for the compiler, and much more."
+msgstr ""
+
+#. summary(kdevelop4:kdevelop4-devel)
#, fuzzy
-msgid "A File Manager"
-msgstr "Abrir no Gerenciador de Arquivos"
+msgid "Integrated Development Environment: Build Environment"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(commoncpp2:libcommoncpp2-1_8-0)
-msgid "A GNU library package for creating portable C++ programs"
+#. summary(kdevelop4:kdevelop4-plugin-cppsupport)
+#, fuzzy
+msgid "C++ Language support plugin"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(kdevelop4:kdevelop4-plugin-cppsupport)
+msgid "This package provides the C++ support for KDevelop. There is also an experimental version available using clang. If you would like to try that out install kdevelop4-plugin-clang instead"
msgstr ""
-#. description(lightdm:liblightdm-gobject-1-0)
+#. summary(kdevelop4-plugins:kdevelop4-plugins-php)
+#, fuzzy
+msgid "PHP Plugin for Kdevelop4 Integrated Development Environment"
+msgstr "Ambiente de Desenvolvimento Integrado"
+
+#. description(kdevelop4-plugins:kdevelop4-plugins-php)
msgid ""
-"A GObject-based library for LightDM clients to use to interface with LightDM."
+"PHP Plugin for Kdevelop4 Integrated Development Environment\n"
+"\n"
+"This plugin enables support for the following features for developing web applications in PHP using Kdevelop4.\n"
+"\n"
+" * PHP built-in functions, classes, constants, superglobals * user-defined functions, classes, constants, superglobals, variables, etc. * proper code completion for objects which respects access modifiers (private, public, protected) and differentiates between static/non-static members and methods * code completion for overridable and implementable functions inside classes * hints in the argument list of function- and method class * sane code completion after keywords such as \"extends, implements, catch(), new, throw\" and some more I think"
msgstr ""
-#. summary(gtk-vnc2:libgtk-vnc-1_0-0)
-msgid "A GTK widget for VNC clients"
+#. summary(kdevplatform)
+#, fuzzy
+msgid "Base Package for Integrated Development Environments"
+msgstr "Ambiente de Desenvolvimento Integrado"
+
+#. description(kdevplatform)
+msgid "This package contains the common plugins for integrated developments environment based on the KDevelop framework."
msgstr ""
-#. description(ktouch)
-msgid "A KDE program that helps you to learn and practice touch typing."
+#. description(kdewebkit:kdewebkit-devel)
+msgid "This library provides KDE integration of the QtWebKit library. If you are using QtWebKit in your KDE application, you are encouraged to use this layer instead of using the QtWebKit classes directly. Development files."
msgstr ""
-#. summary(libesmtp)
-msgid "A Library for Posting Electronic Mail"
+#. summary(kdf)
+msgid "Disk Usage Viewer"
msgstr ""
-#. summary(mono-core:libmono-2_0-1)
+#. description(kdf)
+msgid "KDE free disk space utility"
+msgstr ""
+
+#. summary(kdiamond)
#, fuzzy
-msgid "A Library for embedding Mono in your Application"
-msgstr "Iniciar Aplicativo"
+msgid "Single player puzzle game"
+msgstr "Jogo de raciocínio para vários jogadores"
-#. summary(abiword:libabiword-2_8)
-msgid "A Multiplatform Word Processor - Library files"
+#. description(kdiamond)
+msgid "The object of the game is to build lines of three similar diamonds."
msgstr ""
-#. summary(krename)
-msgid "A Powerful Batch Renamer for KDE"
+#. description(kdnssd-framework:kdnssd-framework-devel)
+msgid "KDNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. Development files."
msgstr ""
-#. summary(goocanvas1:libgoocanvas3)
-msgid "A cairo-based canvas widget for GTK+"
-msgstr ""
-
-#. summary(gupnp-dlna:libgupnp-dlna-2_0-3)
+#. summary(kdoctools)
+#. summary(kdoctools:kdoctools-devel)
#, fuzzy
-msgid "A collection of helpers for building DLNA applications"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Create documentation from DocBook"
+msgstr "Instalação de Pacotes"
-#. description(libapr-util1)
-msgid "A companion library to APR, the Apache Portable Runtime."
+#. description(kdoctools)
+msgid "Provides tools to generate documentation in various format from DocBook files."
msgstr ""
-#. description(kppp)
-msgid "A dialer and front-end to pppd"
+#. description(kdoctools:kdoctools-devel)
+msgid "Provides tools to generate documentation in various format from DocBook files. Development files."
msgstr ""
-#. description(libgcj48:libgcj_bc1)
+#. summary(kdump)
+msgid "Script for kdump"
+msgstr ""
+
+#. description(kdump)
msgid ""
-"A fake library that is used at link time only. It ensures that binaries "
-"built with the BC-ABI link against a constant SONAME. This way, BC-ABI "
-"binaries continue to work if the SONAME underlying libgcj.so changes."
+"kdump is a package that includes several scripts for kdump, including the init script /etc/init.d/kdump and the configuration file for kdump.\n"
+"\n"
+"The kernel package and this package are all that are required for a crash dump to occur. However, if you wish to debug the crash dump yourself you will need several debugging packages installed for each kernel flavor and release you wish to debug.\n"
+"\n"
+"For example, if you are debugging kernel-default, you will need:\n"
+"- kernel-default-debuginfo\n"
+"- kernel-default-devel\n"
+"- kernel-default-devel-debuginfo\n"
+"\n"
+"These packages are not needed to create the dump and can be installed after a crash dump has occured."
msgstr ""
-#. summary(libgooglepinyin:libgooglepinyin0)
-msgid "A fork from googlepinyin on android"
+#. description(kemoticons:kemoticons-devel)
+msgid "KEmoticons converts emoticons from text to a graphical representation with images in HTML. It supports setting different themes for emoticons coming from different providers. Development files."
msgstr ""
-#. summary(libfm)
-msgid "A glib/gio-based lib used to develop file managers"
+#. summary(kernel-default:kernel-default-devel)
+#. summary(kernel-pae:kernel-pae-devel)
+#. summary(kernel-xen:kernel-xen-devel)
+#. summary(kernel-pv:kernel-pv-devel)
+msgid "Development files necessary for building kernel modules"
msgstr ""
-#. description(libfm)
+#. description(kernel-default:kernel-default-devel)
msgid ""
-"A glib/gio-based lib used to develop file managers providing some file "
-"management utilities and related-widgets missing in gtk+/glib."
+"This package contains files necessary for building kernel modules (and kernel module packages) against the default flavor of the kernel.\n"
+"\n"
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(netcontrol:libnetcontrol0)
+#. summary(kernel-syms)
+msgid "Kernel Symbol Versions (modversions)"
+msgstr ""
+
+#. description(kernel-syms)
msgid ""
-"A interim network configuration library, currently implementing the libnetcf "
-"interface for libvirt.\n"
+"Kernel symbols, such as functions and variables, have version information attached to them. This package contains the symbol versions for the standard kernels.\n"
"\n"
-"The libnetcontrol0 package provides the shared library."
+"This package is needed for compiling kernel module packages with proper package dependencies.\n"
+"\n"
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. summary(chmlib:libchm0)
+#. summary(kexec-tools)
+msgid "Tools for fast kernel loading"
+msgstr ""
+
+#. description(kexec-tools)
+msgid "Kexec is a user space utility for loading another kernel and asking the currently running kernel to do something with it. A currently running kernel may be asked to start the loaded kernel on reboot, or to start the loaded kernel after it panics."
+msgstr ""
+
+#. summary(keyutils:keyutils-devel)
+msgid "Development package for building linux key management utilities"
+msgstr ""
+
+#. description(keyutils:keyutils-devel)
+msgid "This package provides headers and libraries for building key utilities."
+msgstr ""
+
+#. summary(kf5-filesystem)
+msgid "KF5 Directory Layout"
+msgstr ""
+
+#. description(kf5-filesystem)
+msgid "This package provides macros which are utilized with extra-cmake-modules' KDEInstallDirs."
+msgstr ""
+
+#. summary(kcm5-fcitx:kf5-kcm-fcitx)
#, fuzzy
-msgid "A library for dealing with ITSS/CHM files"
-msgstr "Aguardar por aplicativo kicker"
+msgid "KF5 control module for Fcitx"
+msgstr "Módulos Kernel (Drivers de Hardware)"
-#. summary(analitza:libanalitza0)
-msgid "A library to add mathematical features to programs"
+#. description(kcm5-fcitx:kf5-kcm-fcitx)
+msgid ""
+"KF5 control module for Fcitx.\n"
+"\n"
+"You can config fcitx through \"Configure Desktop\" - \"Locale\" - Fcitx now."
msgstr ""
-#. summary(netcontrol:libnetcontrol0)
+#. summary(kfilemetadata5:kfilemetadata5-devel)
#, fuzzy
-msgid "A network configuration library"
-msgstr "Exibir Configuração"
+msgid "Development package for kfilemetadata"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(ksaneplugin)
-msgid "A plugin that implements the scanning through libksane"
+#. description(kfilemetadata5:kfilemetadata5-devel)
+#, fuzzy
+msgid "A library for extracting file metadata. Development files"
+msgstr "Desenvolvimento"
+
+#. summary(kdewebdev4:kfilereplace)
+msgid "Search & Replace Tool"
msgstr ""
-#. description(kwordquiz)
+#. description(kdewebdev4:kfilereplace)
+msgid "KFileReplace is a batch search and replace tool."
+msgstr ""
+
+#. summary(kfloppy)
#, fuzzy
-msgid "A powerful flashcard and vocabulary learning program."
-msgstr "Um programa de cartas para aprendizagem de vocabulário"
+msgid "Floppy Formatter"
+msgstr "Unidade de Disquete"
-#. summary(kradio)
+#. description(kfloppy)
#, fuzzy
-msgid "AM/FM Application for KDE 4"
-msgstr "Aplicativos Favoritos"
+msgid "KDE Floppy Disk Utility"
+msgstr "Novos Aplicativos"
-#. summary(klettres)
-msgid "Alphabet Learning Game"
+#. summary(kgeography)
+msgid "Geography Trainer"
msgstr ""
+#. description(kgeography)
+#, fuzzy
+msgid "KGeography is a geography learning program."
+msgstr "Um Programa de Aprendizagem de Geografia"
+
+#. summary(kglobalaccel:kglobalaccel-devel)
+#, fuzzy
+msgid "Global desktop keyboard shortcuts: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(kglobalaccel:kglobalaccel-devel)
+msgid "KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated. Development files."
+msgstr ""
+
+#. summary(kgoldrunner)
+#, fuzzy
+msgid "Action & Puzzle Solving Game"
+msgstr "Jogo de ação e quebra-cabeça"
+
+#. description(kgoldrunner)
+#, fuzzy
+msgid "KGoldrunner is a game of action and puzzle solving"
+msgstr "Um jogo de ação e quebra-cabeça"
+
+#. summary(kguiaddons:kguiaddons-devel)
+#, fuzzy
+msgid "Utilities for graphical user interfaces: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(kguiaddons:kguiaddons-devel)
+msgid "The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files."
+msgstr ""
+
+#. summary(khangman)
+msgid "Hangman Game"
+msgstr ""
+
+#. description(khangman)
+msgid "Classical hangman game for KDE."
+msgstr ""
+
+#. description(khotkeys5:khotkeys5-devel)
+msgid "KDE's hotkey daemon.module It allows you to configure custom keyboard shortcuts and mouse gestures. Development files."
+msgstr ""
+
+#. description(khtml:khtml-devel)
+msgid "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. Development files."
+msgstr ""
+
+#. description(ki18n:ki18n-devel)
+msgid "KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. It wraps the standard Gettext functionality, so that the programmers and translators can use the familiar Gettext tools and workflows. Development files."
+msgstr ""
+
+#. summary(kiconthemes:kiconthemes-devel)
+#, fuzzy
+msgid "Icon GUI utilities: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(kiconthemes:kiconthemes-devel)
+msgid "This library contains classes to improve the handling of icons in applications using the KDE Frameworks. Development files."
+msgstr ""
+
+#. description(kidletime:kidletime-devel)
+msgid "KIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity. Development files."
+msgstr ""
+
+#. summary(kig)
+#, fuzzy
+msgid "Interactive Geometry"
+msgstr "Geometria Interativa"
+
+#. description(kig)
+msgid "Kig is an application for Interactive Geometry. It's intended to serve two purposes: Allow students to interactively explore mathematical figures and concepts using the computer. Serve as a WYSIWYG tool for drawing mathematical figures and including them in other documents."
+msgstr ""
+
+#. summary(kdewebdev4:kimagemapeditor)
+msgid "HTML Image Map Editor"
+msgstr ""
+
+#. description(kdewebdev4:kimagemapeditor)
+msgid "A tool to edit image maps of HTML files"
+msgstr ""
+
+#. description(kinit:kinit-devel)
+msgid "Kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX. Development files."
+msgstr ""
+
+#. description(kio:kio-devel)
+msgid "This framework implements almost all the file management functions you will ever need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses this to provide its network-enabled file management. Development files."
+msgstr ""
+
+#. summary(krusader:kio_iso)
+msgid "KIO slave to access ISO images"
+msgstr ""
+
+#. description(krusader:kio_iso)
+msgid "KIO slave to access ISO images like zip- or tar.gz-archives in your file-browser."
+msgstr ""
+
+#. summary(kdesdk-kioslaves:kio_svn)
+msgid "KDE KIO-Slave for SVN"
+msgstr ""
+
+#. description(kdesdk-kioslaves:kio_svn)
+msgid "This KDE KIO-Slave allows to browse SVN repositories in file managers."
+msgstr ""
+
+#. summary(kiosktool)
+msgid "Kiosk Admin Tool"
+msgstr ""
+
+#. description(kiosktool)
+msgid "A tool for a system administrator to create profiles for the KDE desktop."
+msgstr ""
+
+#. summary(digikam:kipi-plugins-acquireimage)
+msgid "KDE Plug-Ins for Image Manipulation - Acquireimage plugin"
+msgstr ""
+
+#. description(digikam:kipi-plugins-acquireimage)
+msgid "This is the Acquireimage plugin from the kipi plugins package."
+msgstr ""
+
+#. summary(digikam:kipi-plugins-geolocation)
+#, fuzzy
+msgid "KDE Plug-Ins for Image Manipulation - Geolocation plugin"
+msgstr "Aplicativos"
+
+#. description(digikam:kipi-plugins-geolocation)
+msgid "This is the Geolocation plugin from the kipi plugins package."
+msgstr ""
+
+#. summary(kiriki)
+msgid "Yahtzee-like Game"
+msgstr ""
+
+#. description(kiriki)
+msgid "Kiriki is the KDE version of the dice game Yahtzee where you roll dices to get higher scores in several combinations"
+msgstr ""
+
#. summary(kismet)
#, fuzzy
msgid "An 802.11 Wireless Network Sniffer"
msgstr "Explorar &Redes sem Fio"
-#. summary(libgnomecanvas:libgnomecanvas-2-0)
-msgid "An Add-On for the GNOME User Interface Libraries"
+#. description(kismet)
+msgid "Kismet is an 802.11 wireless network sniffer. This is different from a normal network sniffer (such as Ethereal or tcpdump) because it separates and identifies different wireless networks in the area. Kismet works with any 802.11b wireless card that is capable of reporting raw packets (rfmon support), which include any Prism2-based cards (Linksys, D-Link, Rangelan, and more), Cisco Aironet cards, and Orinoco-based cards. Kismet also supports the WSP100 802.11b remote sensor by Network Chemistry and is able to monitor 802.11a networks with cards that use the ar5k chipset."
msgstr ""
-#. summary(libexif:libexif-devel)
-msgid "An EXIF Tag Parsing Library for Digital Cameras (Development files)"
+#. description(kitemmodels:kitemmodels-devel)
+msgid "KItemModels provides a set of item models extending the Qt model-view framework. Development files."
msgstr ""
-#. description(krusader)
-msgid "An advanced twin panel (commander style) file manager for KDE."
+#. description(kitemviews:kitemviews-devel)
+msgid "KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists. Development files."
msgstr ""
-#. summary(libical:libical-devel)
-msgid "An implementation of basic iCAL protocols"
+#. summary(kiten)
+#, fuzzy
+msgid "Japanese Reference/Study Tool"
+msgstr "Referência em Japonês/Ferramenta de estudo"
+
+#. description(kiten)
+msgid "Kiten is a tool to learn Japanese."
msgstr ""
-#. summary(libapr-util1)
-msgid "Apache Portable Runtime (APR) Library"
+#. summary(kiwi)
+#, fuzzy
+msgid "KIWI - Appliance Builder"
+msgstr "Browser de Aplicativos"
+
+#. description(kiwi)
+msgid "The KIWI Image System provides an operating system image builder for Linux supported hardware platforms as well as for virtualization and cloud systems like Xen, KVM, VMware, EC2 and more. The online documentation can be found here: http://doc.opensuse.org"
msgstr ""
-#. summary(exo:libexo-1-0)
+#. summary(kiwi-config-openSUSE)
+msgid "KDE live CD"
+msgstr ""
+
+#. description(kiwi-config-openSUSE)
#, fuzzy
-msgid "Application Development Library for Xfce"
-msgstr "Desenvolvimento GNOME"
+msgid "The package contains various kiwi configs for openSUSE live media"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libdlm:libdlm3)
-msgid "Application interface to the kernel's distributed lock manager"
+#. summary(kiwi:kiwi-desc-isoboot)
+msgid "KIWI - Live ISO boot templates"
msgstr ""
-#. description(lbxproxy)
-msgid ""
-"Applications that would like to take advantage of the Low Bandwidth "
-"extension to X (LBX) must make their connections to an lbxproxy. These "
-"applications need to know nothing about LBX, they simply connect to the "
-"lbxproxy as if were a regular server. The lbxproxy accepts client "
-"connections, multiplexes them over a single connection to the X server, and "
-"performs various optimizations on the X protocol to make it faster over low "
-"bandwidth and/or high latency connections."
+#. description(kiwi:kiwi-desc-isoboot)
+#, fuzzy
+msgid "This package contains kiwi boot (initrd) descriptions for booting live ISO images."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(kiwi:kiwi-desc-netboot)
+msgid "KIWI - PXE network boot templates"
msgstr ""
-#. description(avahi:libavahi-devel)
-msgid ""
-"Avahi is an implementation the DNS Service Discovery and Multicast DNS "
-"specifications for Zeroconf Computing. It uses D-BUS for communication "
-"between user applications and a system daemon. The daemon is used to "
-"coordinate application efforts in caching replies, necessary to minimize the "
-"traffic imposed on networks.\n"
-"\n"
-"The Avahi mDNS responder is now feature complete implementing all MUSTs and "
-"the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in "
-"the Apple Bonjour conformance test suite. In addition it supports some nifty "
-"things that have never been seen elsewhere like correct mDNS reflection "
-"across LAN segments."
+#. description(kiwi:kiwi-desc-netboot)
+msgid "kiwi boot (initrd) image for booting PXE images."
msgstr ""
-#. summary(kdevplatform:libkdevplatform-devel)
+#. summary(kiwi:kiwi-desc-oemboot)
+msgid "KIWI - Expandable Virtual Machine boot templates"
+msgstr ""
+
+#. description(kiwi:kiwi-desc-oemboot)
#, fuzzy
-msgid "Base Package for Integrated Development Environments: Build Environment"
-msgstr "Ambiente de Desenvolvimento Integrado"
+msgid "This package contains kiwi boot (initrd) descriptions for booting expandable virtual disk images."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(knavalbattle)
-msgid "Battleship game"
+#. summary(kiwi:kiwi-desc-vmxboot)
+#, fuzzy
+msgid "KIWI - Virtual Machine boot templates"
+msgstr "Ajuda e Documentação de Suporte"
+
+#. description(kiwi:kiwi-desc-vmxboot)
+#, fuzzy
+msgid "This package contains kiwi boot (initrd) descriptions for booting virtual disk images."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(kiwi:kiwi-templates)
+#, fuzzy
+msgid "KIWI - JeOS system image templates"
+msgstr "Ajuda e Documentação de Suporte"
+
+#. description(kiwi:kiwi-templates)
+msgid "This package contains system image templates to easily build a JeOS based operating system image with kiwi"
msgstr ""
-#. summary(libdb-4_5)
-msgid "Berkeley DB Database Library Version 4.5"
+#. summary(kiwi:kiwi-tools)
+msgid "KIWI - Collection of Boot Helper Tools"
msgstr ""
-#. summary(libgda:libgda-5_0-bdb)
-msgid "Berkeley DB Provider for GNU Data Access (GDA)"
+#. description(kiwi:kiwi-tools)
+msgid "This package contains a small set of helper tools used for the kiwi created initial ramdisk which is used to control the very first boot of an appliance. The tools are not meant to be used outside of the scope of kiwi appliance building."
msgstr ""
-#. description(libbonobo)
-msgid ""
-"Bonobo is a component system for the GNOME platform. Libbonobo is the new "
-"version for the GNOME 2.x Desktop platform."
+#. description(kjobwidgets:kjobwidgets-devel)
+msgid "KJobWIdgets provides widgets for showing progress of asynchronous jobs. Development files."
msgstr ""
-#. summary(boost:libboost_graph1_53_0)
-msgid "Boost::Graph Runtime Libraries"
+#. summary(kdepim4:kjots)
+msgid "Note Taker"
msgstr ""
-#. summary(boost:libboost_iostreams1_53_0)
-msgid "Boost::IOStreams Runtime Libraries"
+#. description(kdepim4:kjots)
+#, fuzzy
+msgid "KDE Note Taking Utility"
+msgstr "Novos Aplicativos"
+
+#. summary(kjs:kjs-devel)
+#, fuzzy
+msgid "KDE Javascript engine: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(kjs:kjs-devel)
+msgid "This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. Development files."
msgstr ""
-#. summary(boost:libboost_mpi1_53_0)
-msgid "Boost::MPI Runtime libraries"
+#. summary(kjsembed:kjsembed-devel)
+msgid "Binding Javascript object to QObjects: Build Environment"
msgstr ""
-#. summary(boost:libboost_math1_53_0)
-msgid "Boost::Math Runtime Libraries"
+#. description(kjsembed:kjsembed-devel)
+msgid "KSJEmbed provides a method of binding JavaScript objects to QObjects, so you can script your applications. Development files."
msgstr ""
-#. summary(boost:libboost_python1_53_0)
-msgid "Boost::Python Runtime Libraries"
+#. summary(kjumpingcube)
+msgid "Tactical board game"
msgstr ""
-#. summary(boost:libboost_serialization1_53_0)
-msgid "Boost::Serialization Runtime Libraries"
+#. description(kjumpingcube)
+msgid "KJumpingCube is a tactical one or two-player game. The playing field consists of squares that contains points which can be increased. By this you can gain more fields and finally win the board over."
msgstr ""
-#. summary(boost:libboost_signals1_53_0)
-msgid "Boost::Signals Runtime Libraries"
+#. summary(klettres)
+msgid "Alphabet Learning Game"
msgstr ""
-#. summary(boost:libboost_test1_53_0)
-msgid "Boost::Test Runtime Libraries"
+#. description(klettres)
+msgid "Helps to learn the alphabet and read some syllables."
msgstr ""
-#. summary(boost:libboost_wave1_53_0)
-msgid "Boost::Wave Runtime Libraries"
+#. summary(kdewebdev4:klinkstatus)
+msgid "Link Checker"
msgstr ""
-#. description(Botan:libbotan-1_10-0)
-msgid ""
-"Botan is a C++ library that provides support for many common cryptographic "
-"operations, including encryption, authentication, and X.509v3 certificates "
-"and CRLs. A wide variety of algorithms is supported, including RSA, DSA, "
-"DES, AES, MD5, and SHA-1."
+#. description(kdewebdev4:klinkstatus)
+msgid "Validator for links on HTML pages"
msgstr ""
-#. description(brltty:libbrlapi0_5)
-msgid ""
-"BrlAPI is a service provided by the brltty daemon.\n"
-"\n"
-"Its purpose is to allow programmers to write applications that take "
-"advantage of a braille terminal in order to deliver a blind user suitable "
-"information for his/her specific needs.\n"
-"\n"
-"While an application communicates with the braille terminal, everything "
-"brltty sends to the braille terminal in the application's console is "
-"ignored, whereas each piece of data coming from the braille terminal is sent "
-"to the application, rather than to brltty."
+#. summary(kmediaplayer:kmediaplayer-devel)
+#, fuzzy
+msgid "Interface for media player KParts: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(kmediaplayer:kmediaplayer-devel)
+msgid "KMediaPlayer builds on the KParts framework to provide a common interface for KParts that can play media files. Development files."
msgstr ""
-#. summary(libgit2:libgit2-0)
+#. summary(kmouth)
+msgid "Speech Synthesizer Frontend"
+msgstr ""
+
+#. description(kmouth)
+msgid "The computer \"speaks\" the entered text for talking with people."
+msgstr ""
+
+#. summary(kmplot)
#, fuzzy
-msgid "C git library"
-msgstr "Criptografia"
+msgid "Mathematical Function Plotter"
+msgstr "Plotter de Funções Matemáticas"
-#. summary(gconfmm:libgconfmm-2_6-1)
+#. description(kmplot)
#, fuzzy
-msgid "C++ Interface for GConf"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Mathematical function plotter for KDE."
+msgstr "Plotter de Funções Matemáticas"
-#. summary(ImageMagick:libMagick++-6_Q16-2)
-msgid "C++ Interface for ImageMagick - runtime library"
+#. summary(knavalbattle)
+msgid "Battleship game"
msgstr ""
-#. summary(libglademm)
-msgid "C++ Interface for libglade (Part of GNOME Project)"
+#. description(knavalbattle)
+msgid "KBatteship is a KDE implentation of the popular game \"Battleship\" where you have to try to sink the opponents ships. The game can also be played with friends online via the internet."
msgstr ""
-#. summary(libcppunit-1_12-0)
-msgid "C++ Port of the JUnit Testing Framework"
+#. summary(knetwalk)
+msgid "Puzzle game"
msgstr ""
-#. summary(gmp:libgmpxx4)
-msgid "C++ bindings for the GNU MP Library"
+#. description(knetwalk)
+msgid "Turn the board pieces to get all computers connected."
msgstr ""
-#. description(gmp:libgmpxx4)
-msgid "C++ bindings for the GNU MP Library."
+#. description(knewstuff:knewstuff-devel)
+msgid "The KNewStuff library implements collaborative data sharing for applications. It uses libattica to support the Open Collaboration Services specification. Development files."
msgstr ""
-#. summary(gdlmm:libgdlmm-3_0-2)
-#, fuzzy
-msgid "C++ interface for gdl"
-msgstr "Interface a ser selecionada na inicialização:"
+#. summary(kdepim4:knode)
+msgid "News Reader"
+msgstr ""
-#. summary(gtksourceviewmm:libgtksourceviewmm-3_0-0)
-#, fuzzy
-msgid "C++ interface for gtksourceview"
-msgstr "Interface a ser selecionada na inicialização:"
+#. description(kdepim4:knode)
+msgid "KNode is a usenet news reader for KDE."
+msgstr ""
-#. summary(libcamgm:libcamgm100)
+#. summary(knotifications:knotifications-devel)
#, fuzzy
-msgid "CA Management Library"
-msgstr "Desenvolvimento GNOME"
+msgid "KDE Desktop notifications: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(i4l-base:libcapi20-3)
-msgid "CAPI 2.0 library"
+#. description(knotifications:knotifications-devel)
+msgid "KNotification is used to notify the user of an event. It covers feedback and persistent events. Development files."
msgstr ""
-#. summary(kscd)
-msgid "CD Player"
+#. description(knotifyconfig:knotifyconfig-devel)
+msgid "KNotifyConfig provides a configuration dialog for desktop notifications which can be embedded in your application. Development files."
msgstr ""
-#. summary(libcdio:libcdio-devel)
-msgid "CD-ROM access library"
+#. summary(kolf)
+msgid "Miniature golf game"
msgstr ""
-#. summary(celt051:libcelt051-0)
-msgid "CELT is a very low delay audio codec"
+#. description(kolf)
+msgid "Kolf is a miniature golf game for KDE."
msgstr ""
-#. description(celt051:libcelt051-0)
-msgid ""
-"CELT is a very low delay audio codec designed for high-quality "
-"communications. Its potential uses include video-conferencing and network "
-"music performance."
+#. summary(kollision)
+msgid "Kollision game"
msgstr ""
-#. description(cfitsio:libcfitsio1)
-msgid ""
-"CFITSIO is a library of C and Fortran subroutines for reading and writing "
-"data files in FITS (Flexible Image Transport System) data format. CFITSIO "
-"provides simple high-level routines for reading and writing FITS files that "
-"insulate the programmer from the internal complexities of the FITS format. "
-"CFITSIO also provides many advanced features for manipulating and filtering "
-"the information in FITS files."
+#. description(kollision)
+msgid "KDE version of a classic arcade game"
msgstr ""
-#. description(chmlib:libchm0)
-msgid "CHMLIB is a library for dealing with Microsoft ITSS/CHM format files."
+#. summary(kolourpaint)
+msgid "Paint Program"
msgstr ""
-#. summary(libnova:libnova-0_15-0)
-msgid "Celestial Mechanics, Astrometry and Astrodynamics Library"
+#. description(kolourpaint)
+msgid "Paint program for KDE"
msgstr ""
-#. summary(libchewing:libchewing3)
+#. summary(konquest)
+msgid "Galactic strategy game"
+msgstr ""
+
+#. description(konquest)
+msgid "This the KDE version of Gnu-Lactic Konquest, a multi-player strategy game. The goal of the game is to expand your interstellar empire across the galaxy."
+msgstr ""
+
+#. description(kpackage:kpackage-devel)
+msgid "This framework lets applications to manage user installable packages of non-binary assets. Development files."
+msgstr ""
+
+#. description(kparts:kparts-devel)
+msgid "This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). Development files."
+msgstr ""
+
+#. description(kpeople5:kpeople5-devel)
+msgid "A library that provides access to all contacts and the people who hold them. Development files for kpeople5."
+msgstr ""
+
+#. summary(kplotting:kplotting-devel)
#, fuzzy
-msgid "Chewing libraries"
-msgstr "Placas de Rede"
+msgid "KDE Data plotting: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(evolution-ews:libeews-1_2-0)
+#. description(kplotting:kplotting-devel)
+msgid "KPlotWidget is a QWidget-derived class that provides a virtual base class for easy data-plotting. The idea behind KPlotWidget is that you only have to specify information in \"data units\"; i.e., the natural units of the data being plotted. KPlotWidget automatically converts everything to screen pixel units. Development files."
+msgstr ""
+
+#. summary(kppp)
#, fuzzy
-msgid "Client library for Accessing Exchange Servers"
-msgstr "Criando banco de dados de recursos"
+msgid "Internet Dial-Up Tool"
+msgstr "KInternet - Ferramenta para a Internet"
-#. summary(evolution-ews:libewsutils0)
+#. description(kppp)
+msgid "A dialer and front-end to pppd"
+msgstr ""
+
+#. description(kpty:kpty-devel)
+msgid "This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. Development files."
+msgstr ""
+
+#. summary(kqtquickcharts)
+msgid "Plugin to render beautiful and interactive graphs"
+msgstr ""
+
+#. description(kqtquickcharts)
+msgid "A QtQuick plugin to render beautiful and interactive graphs."
+msgstr ""
+
+#. summary(kradio)
#, fuzzy
-msgid "Client library for Accessing Exchange Servers -- Utilities library"
-msgstr "Criando banco de dados de recursos"
+msgid "AM/FM Application for KDE 4"
+msgstr "Aplicativos Favoritos"
#. description(kradio)
msgid ""
@@ -395,3296 +703,3199 @@
"* PVR support\n"
"* Remote Control support (LIRC)\n"
"* Alarms, Sleep Countdown\n"
-"* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display, "
-"Shortcuts)\n"
+"* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display, Shortcuts)\n"
"* Timeshifter Capability\n"
"* Recording Capabilities (mp3, ogg/vorbis, wav, ...)\n"
"* Extendable Plugin Architecture\n"
"\n"
-"This package also includes a growing collection of station preset files for "
-"many cities around the world contributed by KRadio Users."
+"This package also includes a growing collection of station preset files for many cities around the world contributed by KRadio Users."
msgstr ""
-#. summary(libcacard:libcacard0)
-msgid "Common Access Card (CAC) emulation"
+#. summary(krb5:krb5-devel)
+msgid "MIT Kerberos5 - Include Files and Libraries"
msgstr ""
-#. description(commoncpp2:libcommoncpp2-1_8-0)
-msgid ""
-"Common C++ is a GNU package which offers portable \"abstraction\" of system "
-"services such as threads, networks, and sockets. Common C++ also offers "
-"individual frameworks generally useful to developing portable C++ "
-"applications including a object persistance engine, math libraries, "
-"threading, sockets, etc."
+#. description(krb5:krb5-devel)
+msgid "Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of cleartext passwords. This package includes Libraries and Include Files for Development"
msgstr ""
-#. summary(kmod:kmod-compat)
-msgid "Compat symlinks for kernel module utilities"
+#. summary(kremotecontrol)
+msgid "KDE Frontend for the Linux Infrared Remote Control system"
msgstr ""
-#. description(cpupower:libcpupower0)
-msgid ""
-"Contains libcpupower and soon possibly other CPU power related C libraries."
+#. description(kremotecontrol)
+msgid "Kremotecontrol is a KDE frontend for the Linux Infrared Remote Control system."
msgstr ""
-#. summary(libcgroup:libcgroup1)
+#. summary(krename)
+msgid "A Powerful Batch Renamer for KDE"
+msgstr ""
+
+#. description(krename)
+msgid "KRename is a powerful batch renamer for KDE. It allows you to easily rename hundreds or even more files in one go. The filenames can be created by parts of the original filename, numbering the files or accessing hundreds of informations about the file, like creation date or Exif informations of an image."
+msgstr ""
+
+#. summary(kross:kross-devel)
#, fuzzy
-msgid "Control groups management library"
-msgstr "Gerenciamento de energia (APM)"
+msgid "Embedding of scripting into applications: Build Environment"
+msgstr "Iniciar Aplicativo"
-#. description(libcgroup:libcgroup1)
-msgid ""
-"Control groups, a new kernel feature in Linux 2.6.24 provides a file system "
-"interface to manipulate and control the details on task grouping including "
-"creation of new task groups (control groups), permission handling and task "
-"assignment."
+#. description(kross:kross-devel)
+msgid "Kross is a scripting bridge to embed scripting functionality into an application. It supports QtScript as a scripting interpreter backend. Development files."
msgstr ""
-#. summary(libnl-1_1:libnl-1_1-devel)
-msgid "Convenience library for kernel netlink sockets"
+#. summary(krusader)
+#, fuzzy
+msgid "A File Manager"
+msgstr "Abrir no Gerenciador de Arquivos"
+
+#. description(krusader)
+msgid "An advanced twin panel (commander style) file manager for KDE."
msgstr ""
-#. summary(ktimer)
-msgid "Countdown Launcher"
+#. summary(ksaneplugin)
+msgid "A plugin that implements the scanning through libksane"
msgstr ""
-#. description(ktimer)
-msgid "Countdown launching tool for KDE"
+#. description(ksaneplugin)
+msgid "This is a KScan plugin that implements the scanning through libksane"
msgstr ""
-#. description(libcppunit-1_12-0)
-msgid ""
-"CppUnit is the C++ port of the famous JUnit framework for unit testing. Test "
-"output is in XML for automatic testing and GUI based for supervised tests."
+#. summary(kservice:kservice-devel)
+#, fuzzy
+msgid "Plugin framework for desktop services: Build Environment"
+msgstr "Iniciar Aplicativo"
+
+#. description(kservice:kservice-devel)
+msgid "Provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code. Development files"
msgstr ""
-#. description(curl:libcurl-devel)
-msgid ""
-"Curl is a client to get documents and files from or send documents to a "
-"server using any of the supported protocols (HTTP, HTTPS, FTP, GOPHER, DICT, "
-"TELNET, LDAP, or FILE). The command is designed to work without user "
-"interaction or any kind of interactivity."
+#. summary(ksh)
+msgid "Korn Shell"
msgstr ""
-#. description(dar:libdar5000)
-msgid ""
-"Dar stands for Disk ARchive and is a hardware independent backup solution. "
-"Dar uses catalogs (unlike tar), so it is possible to extract a single file "
-"without having to read the whole archive, and it is also possible to create "
-"incremental backups.\n"
-"\n"
-"Dar archives can also be created, or used, via the libdar library (for "
-"example with KDar, a KDE application).\n"
-"\n"
-"This package contains the library used by Dar and KDar."
+#. description(ksh)
+msgid "The original Korn Shell. The ksh is an sh-compatible command interpreter that executes commands read from standard input or from a file."
msgstr ""
-#. summary(libmcrypt)
+#. summary(kshisen)
#, fuzzy
-msgid "Data Encryption Library"
-msgstr "Criptografia"
+msgid "Shisen-Sho Mahjongg-like game"
+msgstr "Jogo de Ladrilhos parecido com Shisen-Sho Mahjongg"
-#. summary(libgarcon:libgarcon-data)
-#, fuzzy
-msgid "Data Files for garcon"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(kshisen)
+msgid "Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the game is to remove all tiles from the field. This is done by removing two tiles with of the same type until no tile is left."
+msgstr ""
-#. summary(libkdeedu4:libkdeedu4-data)
-#, fuzzy
-msgid "Data files for KDE Education Applications"
-msgstr "Iniciar Aplicativo"
+#. summary(ksirk)
+msgid "Risk-like game for KDE"
+msgstr ""
-#. summary(libdbi:libdbi1)
-#, fuzzy
-msgid "Database Independent Abstraction Layer for C"
-msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
+#. description(ksirk)
+msgid "KsirK is a computerized version of a well known strategy game."
+msgstr ""
+#. summary(kspaceduel)
+msgid "Space Arcade game"
+msgstr ""
+
+#. description(kspaceduel)
+msgid "KSpaceduel is a space arcade game for two players. However, one player can be controlled by the computer. Each player controls a satellite that flies around the sun. While doing so both players try not to collide with anything but shoot at the other space ship."
+msgstr ""
+
+#. summary(ksquares)
+msgid "Strategic board game"
+msgstr ""
+
+#. description(ksquares)
+msgid "KSquares is an implementation of the popular paper based game squares. You must draw lines to complete squares, the player with the most squares wins. You can play with up to 4 players, any number of which may be controlled by the computer."
+msgstr ""
+
#. summary(kstars)
#, fuzzy
msgid "Desktop Planetarium"
msgstr "Sistema Básico da Área de Trabalho"
-#. summary(systemd:libgudev-1_0-devel)
-#, fuzzy
-msgid "Devel package for libgudev"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(kstars)
+msgid "KStars is a Desktop Planetarium for KDE. It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time."
+msgstr ""
-#. summary(libdvdread:libdvdread-devel)
-#, fuzzy
-msgid "Development Environment for libdvdread"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ksystemlog)
+msgid "System Log Viewer Tool"
+msgstr ""
-#. summary(libdb-4_8:libdb-4_8-devel)
-#, fuzzy
-msgid "Development Files and Libraries for the Berkeley DB library Version 4.8"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ksystemlog)
+msgid "This program is developed for use by beginner users, who do not know how to find information about their Linux system and how the log files are in their computer. But it is also designed for advanced users, who want to quickly see problems occurring on their server."
+msgstr ""
-#. summary(libaio:libaio-devel)
-msgid "Development Files for Linux-native Asynchronous I/O Access"
+#. summary(kteatime)
+msgid "Tea Cooker"
msgstr ""
-#. summary(libalkimia:libalkimia-devel)
-#, fuzzy
-msgid "Development Files for libalkimia"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(kteatime)
+msgid "KDE time utility for making a fine cup of tea"
+msgstr ""
-#. summary(liblastfm:liblastfm-devel)
-#, fuzzy
-msgid "Development Files for the Last.fm Webservices"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktexteditor:ktexteditor-devel)
+msgid "KTextEditor provides a powerful text editor component that you can embed in your application, either as a KPart or using the KF5::TextEditor library. Development files."
+msgstr ""
-#. summary(exiv2:libexiv2-devel)
+#. summary(ktextwidgets:ktextwidgets-devel)
#, fuzzy
-msgid "Development Headers for Exiv2"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "KDE Text editing widgets: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(libjpeg62-turbo:libjpeg62-devel)
-msgid "Development Tools for applications which will use the Libjpeg Library"
+#. description(ktextwidgets:ktextwidgets-devel)
+msgid "KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text. Development files."
msgstr ""
-#. summary(liboauth:liboauth-devel)
+#. summary(ktimer)
+msgid "Countdown Launcher"
+msgstr ""
+
+#. description(ktimer)
+msgid "Countdown launching tool for KDE"
+msgstr ""
+
+#. summary(kdepim4:ktimetracker)
#, fuzzy
-msgid "Development and Include Files for liboauth"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Personal Time Tracker"
+msgstr "Gerenciador pessoal de tempo"
-#. summary(libmtp:libmtp-devel)
-msgid "Development files for access to MTP Player library"
+#. description(kdepim4:ktimetracker)
+msgid "KTimeTracker tracks time spent on various tasks."
msgstr ""
-#. description(attica:libattica-devel)
-msgid ""
-"Development files for attica, Attica a library to access Open Collaboration "
-"Service servers."
+#. summary(kdepim4:ktnef)
+msgid "Viewer for email attachments in TNEF format"
msgstr ""
-#. summary(libarchive:libarchive-devel)
-#, fuzzy
-msgid "Development files for libarchive"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(kdepim4:ktnef)
+msgid "KTNEF is a viewer for email attachments in the TNEF format."
+msgstr ""
-#. summary(e2fsprogs:libcom_err-devel)
-#, fuzzy
-msgid "Development files for libcom_err"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ktouch)
+msgid "Touch Typing Tutor"
+msgstr ""
-#. summary(e2fsprogs:libext2fs-devel)
-#, fuzzy
-msgid "Development files for libext2fs"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktouch)
+msgid "A KDE program that helps you to learn and practice touch typing."
+msgstr ""
-#. description(e2fsprogs:libext2fs-devel)
-#, fuzzy
-msgid "Development files for libext2fs."
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ktp-accounts-kcm)
+msgid "KCM Module for configuring Telepathy Instant Messaging Accounts"
+msgstr ""
-#. summary(libgdiplus0:libgdiplus-devel)
-#, fuzzy
-msgid "Development files for libgdiplus"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktp-accounts-kcm)
+msgid "This is a KControl Module which handles adding/editing/removing Telepathy Accounts. It interacts with any Telepathy Spec compliant AccountManager, such as telepathy-accountmanager-kwallet to manipulate the accounts. It is modular in design, with each ConnectionManager-Protocol combination having a plugin that provides customised forms for adding or editing their accounts, and also with a generic plugin which can be used as a fallback for ConnectionManager-Protocol combinations where no plugin exists."
+msgstr ""
-#. summary(libgpod:libgpod-devel)
-#, fuzzy
-msgid "Development files for libgpod"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ktp-approver)
+msgid "KDE Channel Approver for Telepathy"
+msgstr ""
-#. summary(libimobiledevice:libimobiledevice-devel)
-#, fuzzy
-msgid "Development files for libimobiledevice4"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktp-approver)
+msgid "A channel approver for KDE's Telepathy implementation"
+msgstr ""
-#. summary(libindi:libindi-devel)
-#, fuzzy
-msgid "Development files for libindi"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ktp-auth-handler)
+msgid "Telepathy auth handler"
+msgstr ""
-#. summary(digikam:libkface-devel)
-#, fuzzy
-msgid "Development files for libkface"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktp-auth-handler)
+msgid "Telepathy-auth-handler provides UI/KWallet integration for passwords and SSL errors on account connect"
+msgstr ""
-#. summary(digikam:libkgeomap-devel)
-#, fuzzy
-msgid "Development files for libkgeomap"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ktp-common-internals)
+msgid "Telepathy common module"
+msgstr ""
-#. summary(libktorrent:libktorrent-devel)
-#, fuzzy
-msgid "Development files for libktorrent"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktp-common-internals)
+msgid "ktp-common-internals is the base library for all the KDE Telepathy packages."
+msgstr ""
-#. summary(digikam:libmediawiki-devel)
-#, fuzzy
-msgid "Development files for libmediawiki"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ktp-contact-list)
+msgid "Telepathy contact list"
+msgstr ""
-#. summary(mono-core:libmono-2_0-devel)
-#, fuzzy
-msgid "Development files for libmono"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktp-contact-list)
+msgid "Telepathy contact list application"
+msgstr ""
-#. summary(libnova:libnova-devel)
-#, fuzzy
-msgid "Development files for libnova"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(ktp-contact-runner)
+msgid "Telepathy Krunner plugin"
+msgstr ""
-#. summary(libdmx:libdmx-devel)
-#, fuzzy
-msgid "Development files for the Distributed Multihead X extension library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(ktp-contact-runner)
+msgid "A KRunner plugin to find your Telepathy contacts."
+msgstr ""
-#. summary(Mesa:libgbm-devel)
-#, fuzzy
-msgid "Development files for the EGL API"
-msgstr "Desenvolvimento"
+#. summary(ktp-desktop-applets)
+msgid "Telepathy presence applet"
+msgstr ""
-#. summary(liblqr:liblqr-devel)
+#. description(ktp-desktop-applets)
#, fuzzy
-msgid "Development files for the Liquid Rescale library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package provides a Plasma applet to launch your Telepathy contacts list."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(liblbxutil:liblbxutil-devel)
+#. summary(ktp-filetransfer-handler)
#, fuzzy
-msgid "Development files for the Low Bandwith X extension routines"
-msgstr "arquivo .desktop para a ferramenta de configuração de redes"
+msgid "Telepathy filetransfer handler"
+msgstr "Idiomas Sami (Outro)"
-#. summary(libFS:libFS-devel)
+#. description(ktp-filetransfer-handler)
+msgid "Telepathy text filetransfer handler"
+msgstr ""
+
+#. summary(ktp-common-internals:ktp-icons)
#, fuzzy
-msgid "Development files for the X Font Service client library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Icons for KDE Telepathy"
+msgstr "Desenvolvimento KDE"
-#. summary(liboldX:liboldX-devel)
+#. description(ktp-common-internals:ktp-icons)
+msgid "icons for all the KDE Telepathy packages."
+msgstr ""
+
+#. summary(ktp-kded-module)
+msgid "KDED module that manages the telepathy interactions with the KDE Desktop"
+msgstr ""
+
+#. description(ktp-kded-module)
+msgid "This module sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors."
+msgstr ""
+
+#. summary(ktp-send-file)
#, fuzzy
-msgid "Development files for the X version 10 compatibility library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "File manager plugin"
+msgstr "Abrir no Gerenciador de Arquivos"
-#. summary(libICE:libICE-devel)
+#. description(ktp-send-file)
+msgid "A File manager plugin to launch a file transfer job with a specified contact"
+msgstr ""
+
+#. summary(ktp-text-ui)
#, fuzzy
-msgid "Development files for the X11 Inter-Client Exchange Library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Telepathy chat handler for KDE"
+msgstr "Gerenciamento de energia (APM)"
-#. summary(libfontenc:libfontenc-devel)
+#. description(ktp-text-ui)
+msgid "Includes KDE's implementation of the Telepathy chat handler, a chat plasmoid, and a chat log viewer application."
+msgstr ""
+
+#. summary(ktuberling)
#, fuzzy
-msgid "Development files for the X11 font encoding library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Potato drawing editor"
+msgstr "Federação da Rússia"
-#. description(e2fsprogs:libcom_err-devel)
+#. description(ktuberling)
+msgid "KTuberling is a nice potato editor for kids. The game intended for small children. Of course, it may be suitable for adults who have remained young at heart. Eyes, mouths, mustache, and other parts of face and goodies can be attached onto a potato-like guy."
+msgstr ""
+
+#. summary(kturtle)
#, fuzzy
-msgid "Development files for the com_err error message display library."
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Logo Programming Environment"
+msgstr "Ambiente de Programação Logo"
-#. summary(util-linux:libblkid-devel)
+#. description(kturtle)
#, fuzzy
-msgid "Development files for the filesystem detection library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "KTurtle is an educational Logo programming environment."
+msgstr "Ambiente de programação Logo do KDE"
-#. description(libfli:libfli-devel)
+#. summary(ktux)
#, fuzzy
-msgid "Development headers and files for Finger Lakes Instruments library."
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Tux Screen Saver"
+msgstr "KScreensaver"
-#. summary(apparmor:libapparmor-devel)
+#. description(ktux)
#, fuzzy
-msgid "Development headers and libraries for libapparmor"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains a screen saver showing Tux in space."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libfli:libfli-devel)
+#. summary(kubrick)
+msgid "Kubrick is a game based on Rubik's Cube"
+msgstr ""
+
+#. description(kubrick)
#, fuzzy
-msgid "Development headers for Finger Lakes Instruments Library"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains the KDE game Kubrick which is based on Rubik's Cube."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libgphoto2:libgphoto2-devel)
+#. summary(kunitconversion:kunitconversion-devel)
#, fuzzy
-msgid "Development headers for libgphoto2"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Converting physical units: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(gnutls:libgnutls-devel)
+#. description(kunitconversion:kunitconversion-devel)
+msgid "KUnitConversion provides functions to convert values in different physical units. It supports converting different prefixes (e.g. kilo, mega, giga) as well as converting between different unit systems (e.g. liters, gallons). Development files."
+msgstr ""
+
+#. description(kwallet:kwallet-devel)
+msgid ""
+"This framework contains two main components:\n"
+"* Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces.\n"
+"* The kwalletd used to safely store the passwords on KDE work spaces. Development files."
+msgstr ""
+
+#. summary(kwayland:kwayland-devel)
#, fuzzy
-msgid "Development package for gnutls"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "KDE Wayland library: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(jack:libjack-devel)
+#. summary(kwidgetsaddons:kwidgetsaddons-devel)
#, fuzzy
-msgid "Development package for jack"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Large set of desktop widgets: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(libdbusmenu-qt:libdbusmenu-qt-devel)
+#. description(kwidgetsaddons:kwidgetsaddons-devel)
+msgid "his repository contains add-on widgets and classes for applications that use the Qt Widgets module. If you are porting applications from KDE Platform 4 \"kdeui\" library, you will find many of its classes here. Development files."
+msgstr ""
+
+#. summary(kdf:kwikdisk)
#, fuzzy
-msgid "Development package for libdbusmenu-qt"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Removable Media Utility"
+msgstr "Mídia Removível %s"
-#. summary(libgpg-error:libgpg-error-devel)
+#. description(kdf:kwikdisk)
+msgid "This utility allows you to manage removable media."
+msgstr ""
+
+#. summary(kwin5:kwin5-devel)
#, fuzzy
-msgid "Development package for libgpg-error"
+msgid "KDE Window Manager - development files"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(dtc:libfdt1)
+#. description(kwin5:kwin5-devel)
+msgid "KWin is the window manager of the K desktop environment. This package provides development files."
+msgstr ""
+
+#. summary(kwindowsystem:kwindowsystem-devel)
#, fuzzy
-msgid "Device tree library"
-msgstr "Desenvolvimento GNOME"
+msgid "KDE Access to window manager: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(fftw3:libfftw3_threads3)
-msgid "Discrete Fourier Transform (DFT) C subroutine library"
+#. description(kwindowsystem:kwindowsystem-devel)
+msgid ""
+"Convenience access to certain properties and features of the window manager.\n"
+"\n"
+"KWindowSystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes. Development files."
msgstr ""
-#. description(lensfun:lensfun-doc)
-msgid "Documentation and manual files for the lensfun library/database."
+#. summary(kwordquiz)
+msgid "Vocabulary Trainer"
msgstr ""
-#. summary(lensfun:lensfun-doc)
+#. description(kwordquiz)
#, fuzzy
-msgid "Documentation for lensfun"
-msgstr "Documento"
+msgid "A powerful flashcard and vocabulary learning program."
+msgstr "Um programa de cartas para aprendizagem de vocabulário"
-#. description(libeigen2-devel)
-msgid ""
-"Eigen is a lightweight C++ template library for vector and matrix math, a.k."
-"a. linear algebra."
+#. description(kxmlgui:kxmlgui-devel)
+msgid "libkxmlgui provides a framework for managing menu and toolbar actions in an abstract way. The actions are configured through a XML description and hooks in the application code. The framework supports merging of multiple description for example for integrating actions from plugins. Development files."
msgstr ""
-#. summary(esound:libesd-devel)
+#. summary(kxmlrpcclient5:kxmlrpcclient5-devel)
#, fuzzy
-msgid "EsounD development package"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Library containing simple XML-RPC Client support: Build Environment"
+msgstr "Iniciar Aplicativo"
-#. description(esound:libesd-devel)
+#. description(kxmlrpcclient5:kxmlrpcclient5-devel)
#, fuzzy
-msgid "EsounD development package."
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Library containing simple XML-RPC Client support. Development files."
+msgstr "Desenvolvimento"
-#. description(exiv2:libexiv2-devel)
-msgid ""
-"Exiv2 is a C++ library and a command line utility to access image metadata."
+#. summary(lbxproxy)
+msgid "Low BandWidth X proxy"
msgstr ""
-#. description(exo:libexo-1-0)
-msgid ""
-"Exo is an extension library to Xfce which is targeted at application "
-"development."
+#. description(lbxproxy)
+msgid "Applications that would like to take advantage of the Low Bandwidth extension to X (LBX) must make their connections to an lbxproxy. These applications need to know nothing about LBX, they simply connect to the lbxproxy as if were a regular server. The lbxproxy accepts client connections, multiplexes them over a single connection to the X server, and performs various optimizations on the X protocol to make it faster over low bandwidth and/or high latency connections."
msgstr ""
-#. description(expat:libexpat-devel)
+#. summary(leafpad)
+msgid "Lightweight Text Editor and Notepad Clone"
+msgstr ""
+
+#. description(leafpad)
msgid ""
-"Expat is an XML parser library written in C. It is a stream-oriented parser "
-"in which an application registers handlers for things the parser might find "
-"in the XML document (like start tags).\n"
+"Leafpad is a simple GTK+ based text editor. The user interface is similar to \"notepad\", and it aims to be lighter than GEdit and KWrite and to be as useful as them.\n"
"\n"
-"This package contains the development headers for the library found in "
-"libexpat."
+"Following features are intended...\n"
+"- Minimum requirement: for portability\n"
+"- Minimal menu item: to make full use of features and to learn easily\n"
+"- No toolbar: to maximize area to view text\n"
+"- Single document interface (SDI): to set out windows to view at a time\n"
+"- Character coding auto detection: to open file quickly without multi-codeset problem\n"
+"\n"
+"Leafpad is released under the GNU General Public License (GPL)."
msgstr ""
-#. description(libeXosip2:libeXosip2-6)
-msgid "Extended library for the osip2 protocol."
+#. summary(lensfun:lensfun-devel)
+msgid "Header and library definition files for lensfun"
msgstr ""
-#. summary(libeXosip2:libeXosip2-6)
-msgid "Extended osip2 library"
+#. description(lensfun:lensfun-devel)
+msgid "Header and library definition files for developing applications that use the lensfun library/database."
msgstr ""
-#. summary(libgsf:libgsf-devel)
-msgid ""
-"Extensible I/O abstraction library for dealing with structured file formats "
-"-- Develoment Files"
+#. summary(lensfun:lensfun-doc)
+#, fuzzy
+msgid "Documentation for lensfun"
+msgstr "Documento"
+
+#. description(lensfun:lensfun-doc)
+msgid "Documentation and manual files for the lensfun library/database."
msgstr ""
-#. summary(fltk:libfltk1)
+#. summary(libEMF:libEMF1)
#, fuzzy
-msgid "FLTK Library"
-msgstr "Novell e Linux"
+msgid "Library for manipulation with Enhanced MetaFile (EMF, ECMA-234)"
+msgstr "Aguardar por aplicativo kicker"
-#. description(ftgl:libftgl2)
+#. description(libEMF:libEMF1)
+msgid "LibEMF is a C/C++ library which provides a drawing toolkit based on ECMA-234. The general purpose of this library is to create vector graphics files on POSIX systems which can be imported into StarOffice/OpenOffice. The Enhanced MetaFile (EMF) is one of the two color vector graphics format which is \"vectorially\" understood by SO/OO. The EMF format also has the additional advantage that it can be \"broken\" into its constituent components and edited like any other SO/OO graphics object."
+msgstr ""
+
+#. summary(fox16:libFOX-1_6-0)
+#, fuzzy
+msgid "Shared libraries for the FOX toolkit 1.6"
+msgstr "Criando banco de dados de recursos"
+
+#. description(fox16:libFOX-1_6-0)
+#, fuzzy
+msgid "This package contains the shared libraries needed by applications compiled with the FOX GUI Toolkit."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(libFS:libFS-devel)
+#, fuzzy
+msgid "Development files for the X Font Service client library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libFS:libFS-devel)
msgid ""
-"FTGL is a free open source library that enables developers to use arbitrary "
-"fonts in their OpenGL (www.opengl.org) applications.\n"
+"This library is used by clients of X Font Servers (xfs), such as xfsinfo, xfslsfonts, and the X servers themselves.\n"
"\n"
-"Unlike other OpenGL font libraries, FTGL uses standard font file formats, so "
-"there is no need of a preprocessing step to convert the high quality font "
-"data into a lesser quality, proprietary format.\n"
-"\n"
-"FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' "
-"the fonts. It then takes that output and stores it in a format that is most "
-"efficient for OpenGL rendering.\n"
-"\n"
-"The supported rendering modes are:\n"
-"\n"
-"- Bit maps\n"
-"\n"
-"- Antialiased Pix maps\n"
-"\n"
-"- Outlines\n"
-"\n"
-"- Polygon meshes\n"
-"\n"
-"- Extruded polygon meshes\n"
-"\n"
-"- Texture maps\n"
-"\n"
-"- Buffer maps"
+"This package contains the development headers for the library found in libFS6."
msgstr ""
-#. summary(libgcj48:libgcj_bc1)
-msgid "Fake library for BC-ABI compatibility."
+#. summary(libFS:libFS6)
+#, fuzzy
+msgid "X Font Service client library"
+msgstr "Desenvolvimento GNOME"
+
+#. description(libFS:libFS6)
+msgid "This library is used by clients of X Font Servers (xfs), such as xfsinfo, xfslsfonts, and the X servers themselves."
msgstr ""
-#. description(gnutls:libgnutls-devel)
-msgid "Files needed for software development using gnutls."
+#. summary(glew:libGLEW1_13)
+msgid "OpenGL Extension Wrangler Library"
msgstr ""
-#. description(libgpg-error:libgpg-error-devel)
-msgid "Files needed for software development using libgpg-error."
+#. summary(GeoIP:libGeoIP1)
+msgid "Shared libraries of the GeoIP C API"
msgstr ""
-#. description(util-linux:libblkid-devel)
+#. description(GeoIP:libGeoIP1)
msgid ""
-"Files needed to develop applications using the library for filesystem "
-"detection."
+"GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than using reverse DNS lookups.\n"
+"\n"
+"MaxMind offers a service where you can have your database updated automically each month.\n"
+"\n"
+"This package holds the shared libraries for GeoIP."
msgstr ""
-#. summary(libffi47:libffi47-devel)
+#. description(GraphicsMagick:libGraphicsMagick-Q16-3)
+#. description(GraphicsMagick:libGraphicsMagickWand-Q16-2)
+msgid ""
+"GraphicsMagick(TM) provides a powerful image manipulation and translation utility. It is capable of displaying still images and animations using the X Window system, provides a simple interface for interactively editing images, and is capable of importing selected windows or the entire desktop. GraphicsMagick can read and write over 88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and Photo CD. It can resize, rotate, sharpen, color reduce, or add special effects to the image and save the result to any supported format. GraphicsMagick may be used to create animated or transparent .gifs, create composite images, create thumbnail images, and much, much, more.\n"
+"\n"
+"GraphicsMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use GraphicsMagick code or APIs, you need to install GraphicsMagick-devel as well.\n"
+"\n"
+"This package is compiled with Q16, that means it provides better performance on 16 and less bit images."
+msgstr ""
+
+#. summary(GraphicsMagick:libGraphicsMagick3-config)
#, fuzzy
-msgid "Foreign Function Interface library development files"
+msgid "Viewer and Converter for Images - library config"
msgstr "Interface do Kernel"
-#. description(freeglut:libglut3)
+#. description(GraphicsMagick:libGraphicsMagick3-config)
msgid ""
-"Freeglut is a completely open source alternative to the OpenGL Utility "
-"Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to "
-"support the sample programs in the second edition OpenGL Redbook. Since "
-"then, GLUT has been used in a wide variety of practical applications because "
-"it is simple, universally available, and highly portable.\n"
+"GraphicsMagick(TM) provides a powerful image manipulation and translation utility. It is capable of displaying still images and animations using the X Window system, provides a simple interface for interactively editing images, and is capable of importing selected windows or the entire desktop. GraphicsMagick can read and write over 88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and Photo CD. It can resize, rotate, sharpen, color reduce, or add special effects to the image and save the result to any supported format. GraphicsMagick may be used to create animated or transparent .gifs, create composite images, create thumbnail images, and much, much, more.\n"
"\n"
-"GLUT (and freeglut) allow the user to create and manage windows containing "
-"OpenGL contexts and also read the mouse, keyboard, and joystick functions on "
-"a wide range of platforms."
+"GraphicsMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use GraphicsMagick code or APIs, you need to install GraphicsMagick-devel as well.\n"
+"\n"
+"This package contains GraphicsMagick library configuration files."
msgstr ""
-#. summary(freeglut:libglut3)
-msgid "Freely licensed alternative to the GLUT library"
-msgstr ""
+#. summary(aalib:libaa1)
+#, fuzzy
+msgid "An ASCII Art Library"
+msgstr "Criptografia"
-#. description(glib2:libgio-fam)
-msgid ""
-"GLib is a general-purpose utility library, which provides many useful data "
-"types, macros, type conversions, string utilities, file utilities, a main "
-"loop abstraction, and so on.\n"
-"\n"
-"This packages provides a GIO module to use FAM for file monitoring."
+#. description(aalib:libaa1)
+msgid "AA-lib is a low level gfx library. AA-lib does not require a graphics device. In fact, there is no graphical output possible. AA-lib replaces old-fashioned output methods with a powerful ASCII art renderer."
msgstr ""
-#. summary(goffice:libgoffice-0_10-10)
-msgid "GLib/GTK+ Set of Document-Centric Objects and Utilities"
+#. summary(abiword:libabiword-3_0)
+msgid "A Multiplatform Word Processor - Library files"
msgstr ""
-#. summary(ghex:libgtkhex-3-0)
+#. summary(libabw:libabw-0_1-1)
#, fuzzy
-msgid "GNOME Binary Editor -- Library"
-msgstr "Monitor Primário:"
+msgid "Library for parsing the AbiWord file format structure"
+msgstr "Criando banco de dados de recursos"
-#. summary(libgda:libgda-5_0-4)
-msgid "GNU Data Access (GDA) Library"
+#. description(libabw:libabw-0_1-1)
+msgid "Libabw is library providing ability to interpret and import AbiWord documents into various applications."
msgstr ""
-#. summary(libgda:libgda-ui-5_0-plugins)
-msgid "GNU Data Access (GDA) Library - Plugins for UI Widgets"
+#. summary(libaio:libaio-devel)
+msgid "Development Files for Linux-native Asynchronous I/O Access"
msgstr ""
-#. summary(libgda:libgda-ui-5_0-4)
-msgid "GNU Data Access (GDA) Library - UI Widgets"
+#. description(libaio:libaio-devel)
+msgid "This package provides header files to include, and libraries to link with, for the Linux-native asynchronous I/O facility (\"async I/O\", or \"aio\")."
msgstr ""
-#. description(libgda:libgda-5_0-4)
-msgid ""
-"GNU Data Access (GDA) is an attempt to provide uniform access to different "
-"kinds of data sources (databases, information servers, mail spools, etc). It "
-"is a complete architecture that provides everything needed to access data."
+#. summary(akonadi-runtime:libakonadiprotocolinternals-devel)
+msgid "PIM Storage Service: Build Environment"
msgstr ""
-#. summary(gcr:libgck-devel)
+#. description(akonadi-runtime:libakonadiprotocolinternals-devel)
+msgid "This package contains development files of Akonadi, the KDE PIM storage service."
+msgstr ""
+
+#. summary(libalkimia:libalkimia-devel)
#, fuzzy
-msgid "GObject library to access for PKCS#11 modules - Development Files"
-msgstr "Desenvolvimento GNOME"
+msgid "Development Files for libalkimia"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(gtk-vnc:libgvnc-1_0-0)
-msgid "GObject-based library to interact with the RFB protocol"
+#. description(libalkimia:libalkimia-devel)
+#, fuzzy
+msgid "The development files for libalkimia."
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. summary(libalkimia:libalkimia4)
+msgid "Library with common classes and functionality used by finance applications"
msgstr ""
-#. description(goffice:libgoffice-0_10-10)
-msgid ""
-"GOffice is a GLib/GTK+ set of document-centric objects and utilities.\n"
-"\n"
-"These are common operations for document-centric applications that are "
-"conceptually simple, but complex to implement fully: plug-ins, load and save "
-"documents, undo and redo."
+#. description(libalkimia:libalkimia4)
+msgid "libalkimia is a library with common classes and functionality used by finance applications for the KDE SC."
msgstr ""
-#. description(libfm:libfm-gtk3-3)
+#. summary(anjuta:libanjuta-3-0)
#, fuzzy
-msgid "GTK libfm libraries for development"
+msgid "Libraries for developing Anjuta plugins"
msgstr "Desenvolvimento Kernel"
-#. summary(gtkspell:libgtkspell0)
-msgid "GTK2 Spell Checker Interface Library"
-msgstr ""
-
-#. summary(libfm:libfm-gtk3-3)
+#. summary(apparmor:libapparmor-devel)
#, fuzzy
-msgid "GTK3 libfm libraries"
-msgstr "Placas de Rede"
+msgid "Development headers and libraries for libapparmor"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(gupnp-dlna:libgupnp-dlna-backend-gstreamer)
-msgid "GUPnP-DLNA GStreamer meta-extraction backend"
+#. description(apparmor:libapparmor-devel)
+msgid "These libraries are needed for developing software that makes use of the AppArmor API."
msgstr ""
-#. description(gupnp-dlna:libgupnp-dlna-2_0-3)
-msgid ""
-"GUPnP-DLNA is a collection of helpers for building DLNA media sharing "
-"applications using GUPnP."
+#. summary(libappindicator:libappindicator3-1)
+msgid "Application indicators library -- GTK+ 3"
msgstr ""
-#. description(gupnp-dlna:libgupnp-dlna-backend-gstreamer)
+#. description(libappindicator:libappindicator3-1)
msgid ""
-"GUPnP-DLNA is a collection of helpers for building DLNA media sharing "
-"applications using GUPnP.\n"
+"A library to allow applications to export a menu into the Unity Menu bar. Based on KSNI it also works in KDE and will fallback to generic Systray support if none of those are available.\n"
"\n"
-"This package contains the meta-data extraction based on GStreamer"
+"This package contains the GTK 3 version of this library."
msgstr ""
-#. summary(konquest)
-msgid "Galactic strategy game"
+#. summary(libapr-util1)
+#. summary(libapr-util1:libapr-util1-devel)
+#. summary(libapr1)
+#. summary(libapr1:libapr1-devel)
+msgid "Apache Portable Runtime (APR) Library"
msgstr ""
-#. description(libgarcon:libgarcon-1-0)
-msgid ""
-"Garcon is a library based on GLib and GIO which implements the freedesktop."
-"org Desktop Menu Specification. It is the sucessor to libxfce4menu and "
-"covers almost every part of the menu specification except for legacy menus "
-"and a few XML attributes. It is capable of loading menus modified with menu "
-"editors such as Alacarte and also supports merging."
+#. description(libapr-util1)
+#. description(libapr-util1:libapr-util1-devel)
+msgid "A companion library to APR, the Apache Portable Runtime."
msgstr ""
-#. description(gavl:libgavl1)
+#. description(libapr1)
+#. description(libapr1:libapr1-devel)
msgid ""
-"Gavl is short for Gmerlin Audio Video Library. It is a low level library, "
-"upon which multimedia APIs can be built. Gavl handles all the details of "
-"audio and video formats like colorspaces, samplerates, multichannel "
-"configurations etc. It provides standardized definitions for those formats "
-"as well as container structures for carrying audio samples or video images "
-"inside an application.\n"
+"The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.\n"
"\n"
-"In addition, it handles the sometimes ugly task to convert between all these "
-"formats and provides some elementary operations (copying, scaling, alpha"
+"The APR is used by both Open Source and Commercial projects, prominent examples being the Apache HTTP server."
msgstr ""
-#. summary(glib2:libgio-fam)
+#. summary(libarchive:libarchive-devel)
#, fuzzy
-msgid "General-Purpose Utility Library -- GIO Module to use FAM"
-msgstr "Desenvolvimento"
+msgid "Development files for libarchive"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libgmm++-devel)
-msgid "Generic C++ template library for sparse, dense and skyline matrices"
-msgstr ""
-
-#. description(GeoIP:libGeoIP1)
+#. description(libarchive:libarchive-devel)
msgid ""
-"GeoIP is a C library that enables the user to find the country that any IP "
-"address or hostname originates from. It uses a file based database. This "
-"database simply contains IP blocks as keys, and countries as values. This "
-"database should be more complete and accurate than using reverse DNS "
-"lookups.\n"
+"Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives and read ISO9660 CDROM images. The bsdtar program is an implementation of tar(1) that is built on top of libarchive. It started as a test harness, but has grown and is now the standard system tar for FreeBSD 5 and 6.\n"
"\n"
-"MaxMind offers a service where you can have your database updated "
-"automically each month.\n"
-"\n"
-"This package holds the shared libraries for GeoIP."
+"This package contains the development files."
msgstr ""
-#. summary(gitg:libgitg-1_0-0)
-msgid "Git repository viewer -- Library"
+#. summary(libart_lgpl:libart_lgpl_2-2)
+msgid "Libart Components Licensed under the LGPL"
msgstr ""
-#. summary(libgit2-glib:libgit2-glib-1_0-0)
-msgid "Glib wrapper library around libgit2"
+#. description(libart_lgpl:libart_lgpl_2-2)
+msgid "Libart is a library for high-performance 2D graphics. It is currently being used as the antialiased rendering engine for GNOME Canvas. It is also the rendering engine for Gill, the GNOME Illustration application."
msgstr ""
-#. summary(gdl:libgdl-3-5)
-#, fuzzy
-msgid "Gnome Devtool Libraries"
-msgstr "Placas de Rede"
-
-#. description(gdl:libgdl-3-5)
-msgid ""
-"Gnome Devtool Libraries contains components and libraries that are intended "
-"to be shared between GNOME development tools, including gnome-debug, gnome-"
-"build, and anjuta2."
+#. summary(gcc5:libasan2)
+msgid "The GNU Compiler Address Sanitizer Runtime Library"
msgstr ""
-#. description(goocanvas1:libgoocanvas3)
+#. description(gcc5:libasan2)
msgid ""
-"GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it uses "
-"cairo for rendering, has an optional model/view split, and uses interfaces "
-"for items & models (so you can easily turn any application object into a "
-"canvas item or model)."
+"The runtime library needed to run programs compiled with the\n"
+"-fsanitize=address option of the GNU Compiler Collection (GCC)."
msgstr ""
-#. description(gtkhotkey:libgtkhotkey1)
+#. description(libassuan:libassuan-devel)
msgid ""
-"GtkHotkey is simple library offering a platform independent way for GTK+ "
-"applications to manage and bind desktop-wide hotkeys."
+"Libassuan is the IPC library used by gpg2 (GnuPG version 2)\n"
+"\n"
+"gpgme also uses libassuan to communicate with a libassuan-enabled GnuPG v2 server, but it uses it's own copy of libassuan."
msgstr ""
-#. description(gtkimageview:libgtkimageview0)
-msgid ""
-"GtkImageView is a widget that provides a zoomable and panable view of a "
-"GdkPixbuf. It is intended to be usable in most types of image viewing "
-"applications."
+#. summary(gcc5:libatomic1)
+msgid "The GNU Compiler Atomic Operations Runtime Library"
msgstr ""
-#. description(gtkspell:libgtkspell0)
-msgid ""
-"GtkSpell provides MSWord-style and MacOSX-style highlighting of misspelled "
-"words in a GtkTextView widget. Right-clicking a misspelled word opens a menu "
-"of suggested replacements."
+#. description(gcc5:libatomic1)
+#, fuzzy
+msgid "The runtime library for atomic operations of the GNU Compiler Collection (GCC)."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(atril:libatrildocument3)
+#. summary(atril:libatrilview3)
+#, fuzzy
+msgid "MATE Document Viewer -- System Library"
+msgstr "Desenvolvimento GNOME"
+
+#. description(attr:libattr-devel)
+msgid "This package contains the libraries and header files needed to develop programs which make use of extended attributes. For Linux programs, the documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided."
msgstr ""
-#. description(gwenhywfar:libgwenhywfar60)
-msgid ""
-"Gwenhywfar is a base library used to provide OS abstraction functions for "
-"Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often "
-"needed functions (for example, for handling and parsing of configuration "
-"files, reading and writing of XML files, and interprocess communication)."
+#. summary(audiofile:libaudiofile1)
+msgid "An Audio File Library"
msgstr ""
-#. description(gwenhywfar:libgwengui-gtk2-0)
+#. description(audiofile:libaudiofile1)
msgid ""
-"Gwenhywfar is a base library used to provide OS abstraction functions for "
-"Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often "
-"needed functions (for example, for handling and parsing of configuration "
-"files, reading and writing of XML files, and interprocess communication).\n"
+"This audio file library is an implementation of the SGI audio file library. At present, not all features of the SGI audio file library are implemented.\n"
"\n"
-"This package provides the GTK+ implementation of the generic UI toolkit."
+"This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFC, WAVE, and NeXT/Sun)."
msgstr ""
-#. description(gwenhywfar:libgwengui-qt4-0)
+#. summary(autotrace:libautotrace3)
+msgid "Library for converting bitmaps to vector graphics"
+msgstr ""
+
+#. description(avahi:libavahi-devel)
msgid ""
-"Gwenhywfar is a base library used to provide OS abstraction functions for "
-"Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often "
-"needed functions (for example, for handling and parsing of configuration "
-"files, reading and writing of XML files, and interprocess communication).\n"
+"Avahi is an implementation the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.\n"
"\n"
-"This package provides the Qt implementation of the generic UI toolkit."
+"The Avahi mDNS responder is now feature complete implementing all MUSTs and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition it supports some nifty things that have never been seen elsewhere like correct mDNS reflection across LAN segments."
msgstr ""
-#. summary(libhangul:libhangul1)
-msgid "Hangul input library used by scim-hangul and ibus-hangul"
+#. summary(avahi-qt4:libavahi-qt4-1)
+msgid "Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour"
msgstr ""
-#. description(lensfun:lensfun-devel)
+#. description(avahi-qt4:libavahi-qt4-1)
+#. description(avahi-qt4:libavahi-qt4-devel)
msgid ""
-"Header and library definition files for developing applications that use the "
-"lensfun library/database."
+"Qt4 bindings for avahi.\n"
+"\n"
+"Avahi is an implementation the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.\n"
+"\n"
+"The Avahi mDNS responder is now feature complete implementing all MUSTs and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition it supports some nifty things that have never been seen elsewhere like correct mDNS reflection across LAN segments."
msgstr ""
-#. summary(lensfun:lensfun-devel)
-msgid "Header and library definition files for lensfun"
+#. summary(libavc1394:libavc1394-0)
+msgid "Libavc1394--Programming Interface to the AV/C Specification"
msgstr ""
-#. summary(libcap-ng:libcap-ng-devel)
-#, fuzzy
-msgid "Header files for libcap-ng library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(libavc1394:libavc1394-0)
+msgid "Libavc1394 is a programming interface to the AV/C specification from the 1394 Trade Association. AV/C stands for Audio/Video Control. Currently, applications use the library to control the tape transport mechanism on DV camcorders. However, there are many devices and device functions that can be controlled via AV/C. Eventually, the library will be expanded to implement more of the specification and to provide a high level interface to various devices."
+msgstr ""
-#. summary(ebook-tools:libepub-devel)
-#, fuzzy
-msgid "Header files for libepub library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(avogadro:libavogadro1)
+msgid ""
+"This package contains the shared libraries for Avogadro.\n"
+"\n"
+"Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible rendering and a powerful plugin architecture."
+msgstr ""
-#. description(ebook-tools:libepub-devel)
+#. summary(util-linux:libblkid-devel)
#, fuzzy
-msgid "Header files for the libepub library"
+msgid "Development files for the filesystem detection library"
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libmms:libmms-devel)
-msgid "Headers and libraries to program against libmms"
+#. description(util-linux:libblkid-devel)
+msgid "Files needed to develop applications using the library for filesystem detection."
msgstr ""
-#. summary(cfitsio:libcfitsio-devel)
-msgid "Headers required when building programs against cfitsio library"
+#. summary(libbonobo)
+msgid "The Bonobo Component System for the GNOME 2.x Desktop Platform"
msgstr ""
-#. description(klettres)
-msgid "Helps to learn the alphabet and read some syllables."
+#. description(libbonobo)
+msgid "Bonobo is a component system for the GNOME platform. Libbonobo is the new version for the GNOME 2.x Desktop platform."
msgstr ""
-#. description(icu:libicu-devel)
-msgid ""
-"ICU is a C++ and C library that provides robust and full-featured Unicode "
-"support. This package contains the development files for ICU."
+#. summary(libbonobo:libbonobo-devel)
+#. summary(libgcj-gcc5:libgcj-devel-gcc5)
+msgid "Include Files and Libraries mandatory for Development."
msgstr ""
-#. summary(libid3tag:libid3tag0)
-msgid "ID3 Tag Manipulation Library"
+#. summary(libbonoboui)
+msgid "The Bonobo Part of the GNOME User Interface Libraries"
msgstr ""
-#. summary(libidl:libIDL-2-0)
-msgid "IDL Parsing Library"
-msgstr ""
-
-#. summary(imap:libc-client2007e_suse)
+#. description(libbonoboui)
#, fuzzy
-msgid "IMAP4rev1/c-client Development Environment"
-msgstr "Ambiente de Trabalho KDE"
+msgid "This library contains the Bonobo-related part of the GNOME UI libraries."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libindi)
-msgid ""
-"INDI is an Instrument Neutral Distributed Interface control protocol for "
-"astronomical devices, which provides a framework that decouples low level "
-"hardware drivers from high level front end clients. Clients that use the "
-"device drivers are completely unaware of the device capabilities and "
-"communicate with the device drivers and build a completely dynamic GUI based "
-"on the services provided by the device."
+#. summary(libbonoboui:libbonoboui-devel)
+msgid "Include files and libraries mandatory for development with libbonoboui"
msgstr ""
-#. summary(latex2html:latex2html-pngicons)
-msgid "Icons in the PNG format for the LaTeX to HTML Converter"
+#. description(libbonoboui:libbonoboui-devel)
+msgid "This package contains all necessary include files and libraries needed to compile and link applications that use libbonoboui."
msgstr ""
-#. description(latex2html:latex2html-pngicons)
-msgid "Icons in the PNG format for the LaTeX to HTML Converter."
+#. summary(boost:libboost_atomic1_58_0)
+msgid "Run-Time component of boost atomic library"
msgstr ""
-#. summary(imlib2:libImlib2-1)
+#. description(boost:libboost_atomic1_58_0)
+msgid "Run-Time support for Boost.Atomic, a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables."
+msgstr ""
+
+#. summary(boost:libboost_chrono1_58_0)
#, fuzzy
-msgid "Image handling and conversion library"
-msgstr "Criptografia"
+msgid "The Boost::Chrono runtime library"
+msgstr "Aplicativos Usados Recentemente"
-#. description(imlib2:libImlib2-1)
-msgid ""
-"Imlib2 is an advanced replacement library for libraries like libXpm that "
-"provides many more features with much greater flexibility and speed than "
-"standard libraries, including font rasterization, rotation, RGBA space "
-"rendering and blending, dynamic binary filters, scripting, and more."
-msgstr ""
+#. description(boost:libboost_chrono1_58_0)
+#, fuzzy
+msgid "This package contains the Boost::Chrono runtime library."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(libiec61883)
-msgid "Implementation of IEC 61883"
-msgstr ""
+#. summary(boost:libboost_container1_58_0)
+#, fuzzy
+msgid "Boost::Container Runtime libraries"
+msgstr "Notificações"
-#. summary(libbonobo:libbonobo-devel)
-msgid "Include Files and Libraries mandatory for Development."
+#. description(boost:libboost_container1_58_0)
+#, fuzzy
+msgid "This package contains the Boost Container runtime libraries."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(boost:libboost_context1_58_0)
+msgid "Run-Time component of boost context switching library"
msgstr ""
-#. summary(libogg:libogg-devel)
-msgid "Include Files and Libraries mandatory for Ogg Development"
+#. description(boost:libboost_context1_58_0)
+msgid "Run-Time support for Boost.Context, a foundational library that provides a sort of cooperative multitasking on a single thread."
msgstr ""
-#. summary(libbonoboui:libbonoboui-devel)
-msgid "Include files and libraries mandatory for development with libbonoboui"
+#. summary(boost:libboost_coroutine1_58_0)
+#, fuzzy
+msgid "Boost::Coroutine Runtime libraries"
+msgstr "Aplicativos Usados Recentemente"
+
+#. description(boost:libboost_coroutine1_58_0)
+#, fuzzy
+msgid "This package contains the Boost Coroutine runtime libraries."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(boost:libboost_date_time1_58_0)
+msgid "Boost::Date.Time Runtime libraries"
msgstr ""
-#. summary(libindi)
-msgid "Instrument Neutral Distributed Interface"
+#. description(boost:libboost_date_time1_58_0)
+msgid "This package contains the Boost Date.Time runtime libraries."
msgstr ""
-#. summary(icu:libicu-devel)
-msgid "International Components for Unicode (development files)"
+#. summary(boost:libboost_graph1_58_0)
+msgid "Boost::Graph Runtime Libraries"
msgstr ""
-#. summary(xiterm:libiterm1)
-msgid "Internationalized Terminal Emulator Library"
+#. description(boost:libboost_graph1_58_0)
+msgid "This package contains the Boost::Graph Runtime libraries."
msgstr ""
-#. summary(kppp)
+#. summary(boost:libboost_graph_parallel1_58_0)
#, fuzzy
-msgid "Internet Dial-Up Tool"
-msgstr "KInternet - Ferramenta para a Internet"
+msgid "Boost graph::distributed runtime libraries"
+msgstr "Notificações"
-#. description(libixion:libixion-0_6-0)
-msgid ""
-"Ixion is a general purpose formula parser & interpreter that can calculate "
-"multiple named targets, or \"cells\"."
+#. description(boost:libboost_graph_parallel1_58_0)
+#, fuzzy
+msgid "This package contains the boost::graph::distributed runtime libraries."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(boost:libboost_iostreams1_58_0)
+msgid "Boost::IOStreams Runtime Libraries"
msgstr ""
-#. summary(jasper:libjasper-devel)
-msgid "JPEG-2000 library - files mandatory for development"
+#. description(boost:libboost_iostreams1_58_0)
+msgid "This package contains the Boost::IOStreams Runtime libraries."
msgstr ""
-#. summary(kiten)
+#. summary(boost:libboost_locale1_58_0)
#, fuzzy
-msgid "Japanese Reference/Study Tool"
-msgstr "Referência em Japonês/Ferramenta de estudo"
+msgid "The Boost::Locale runtime library"
+msgstr "Notificações"
-#. summary(libgcj48)
-msgid "Java Runtime Library for gcc"
-msgstr ""
-
-#. summary(libgcj48:libgcj48-jar)
+#. description(boost:libboost_locale1_58_0)
#, fuzzy
-msgid "Java runtime library (jar files)."
-msgstr "Interface do Kernel"
+msgid "This package contains the Boost::Locale runtime library."
+msgstr "Aplicativos Usados Recentemente"
-#. description(knavalbattle)
-msgid ""
-"KBatteship is a KDE implentation of the popular game \"Battleship\" where "
-"you have to try to sink the opponents ships. The game can also be played "
-"with friends online via the internet."
+#. summary(boost:libboost_log1_58_0)
+msgid "Run-Time component of boost logging library"
msgstr ""
-#. summary(kdelibs4:libkde4-devel)
-#, fuzzy
-msgid "KDE Base Libraries: Build Environment"
-msgstr "Ambiente de Trabalho KDE"
+#. description(boost:libboost_log1_58_0)
+msgid "Boost.Log library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library."
+msgstr ""
-#. summary(libkcompactdisc4:libkcompactdisc4-devel)
-#, fuzzy
-msgid "KDE CD Library: Build Environment"
-msgstr "Ambiente de Trabalho KDE"
+#. summary(boost:libboost_math1_58_0)
+msgid "Boost::Math Runtime Libraries"
+msgstr ""
-#. summary(libkcddb4:libkcddb4-devel)
-#, fuzzy
-msgid "KDE CDDB Library: Build Environment"
-msgstr "Ambiente de Trabalho KDE"
+#. description(boost:libboost_math1_58_0)
+msgid "This package contains the Boost::Math Runtime libraries."
+msgstr ""
-#. summary(kdelibs4:libkdecore4-devel)
-#, fuzzy
-msgid "KDE Core Libraries: Build Environment"
-msgstr "Ambiente de Trabalho KDE"
+#. summary(boost:libboost_mpi1_58_0)
+msgid "Boost::MPI Runtime libraries"
+msgstr ""
-#. summary(kremotecontrol)
-msgid "KDE Frontend for the Linux Infrared Remote Control system"
+#. description(boost:libboost_mpi1_58_0)
+msgid "This package contains the Boost::MPI Runtime libraries."
msgstr ""
-#. summary(libkipi:libkipi-devel)
-#, fuzzy
-msgid "KDE Image Plugin Interface"
-msgstr "Interface de Plugin de Imagem KDE"
+#. summary(boost:libboost_python1_58_0)
+msgid "Boost::Python Runtime Libraries"
+msgstr ""
-#. summary(kdebase4:libkonq-devel)
-msgid "KDE Konqueror Libraries: Build Environment"
+#. description(boost:libboost_python1_58_0)
+msgid "This package contains the Boost::Python Runtime libraries."
msgstr ""
-#. description(kdepim4:kjots)
-#, fuzzy
-msgid "KDE Note Taking Utility"
-msgstr "Novos Aplicativos"
+#. summary(boost:libboost_random1_58_0)
+msgid "The Boost::Random runtime library"
+msgstr ""
-#. summary(kdepimlibs4:libkdepimlibs4-devel)
+#. description(boost:libboost_random1_58_0)
#, fuzzy
-msgid "KDE PIM Libraries: Build Environment"
-msgstr "Ambiente de Trabalho KDE"
+msgid "This package contains the Boost::Random runtime library."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(digikam:kipi-plugins-acquireimage)
-msgid "KDE Plug-Ins for Image Manipulation - Acquireimage plugin"
+#. summary(boost:libboost_regex1_58_0)
+msgid "The Boost::Regex runtime library"
msgstr ""
-#. summary(digikam:kipi-plugins-geolocation)
-#, fuzzy
-msgid "KDE Plug-Ins for Image Manipulation - Geolocation plugin"
-msgstr "Aplicativos"
+#. description(boost:libboost_regex1_58_0)
+msgid "This package contains the Boost::Regex runtime library."
+msgstr ""
-#. summary(kiwi-config-openSUSE)
-msgid "KDE live CD"
+#. summary(boost:libboost_serialization1_58_0)
+msgid "Boost::Serialization Runtime Libraries"
msgstr ""
-#. summary(libksane:libksane0)
-msgid "KDE scan library"
+#. description(boost:libboost_serialization1_58_0)
+msgid "This package contains the Boost::Serialization Runtime libraries."
msgstr ""
-#. summary(libksane:libksane-devel)
-#, fuzzy
-msgid "KDE scan library - Development Files"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(boost:libboost_signals1_58_0)
+msgid "Boost::Signals Runtime Libraries"
+msgstr ""
-#. description(kteatime)
-msgid "KDE time utility for making a fine cup of tea"
+#. description(boost:libboost_signals1_58_0)
+msgid "This package contains the Boost::Signals Runtime libraries."
msgstr ""
-#. description(kollision)
-msgid "KDE version of a classic arcade game"
+#. summary(boost:libboost_test1_58_0)
+msgid "Boost::Test Runtime Libraries"
msgstr ""
-#. description(kscd)
-msgid "KDE's CD Player"
+#. description(boost:libboost_test1_58_0)
+msgid "This package contains the Boost::Test runtime libraries."
msgstr ""
-#. description(kjumpingcube)
-msgid ""
-"KJumpingCube is a tactical one or two-player game. The playing field "
-"consists of squares that contains points which can be increased. By this you "
-"can gain more fields and finally win the board over."
+#. summary(boost:libboost_timer1_58_0)
+#, fuzzy
+msgid "The Boost::Timer runtime library"
+msgstr "Notificações"
+
+#. description(boost:libboost_timer1_58_0)
+#, fuzzy
+msgid "This package contains the Boost::Timer runtime library."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(boost:libboost_wave1_58_0)
+msgid "Boost::Wave Runtime Libraries"
msgstr ""
-#. description(kdepim4:knode)
-msgid "KNode is a usenet news reader for KDE."
+#. description(boost:libboost_wave1_58_0)
+msgid "This package contains the Boost::Wave runtime libraries."
msgstr ""
-#. description(krename)
-msgid ""
-"KRename is a powerful batch renamer for KDE. It allows you to easily rename "
-"hundreds or even more files in one go. The filenames can be created by parts "
-"of the original filename, numbering the files or accessing hundreds of "
-"informations about the file, like creation date or Exif informations of an "
-"image."
+#. summary(Botan:libbotan-1_10-1)
+#, fuzzy
+msgid "A C++ Crypto Library"
+msgstr "Criptografia"
+
+#. description(Botan:libbotan-1_10-1)
+msgid "Botan is a C++ library that provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1."
msgstr ""
-#. description(kspaceduel)
-msgid ""
-"KSpaceduel is a space arcade game for two players. However, one player can "
-"be controlled by the computer. Each player controls a satellite that flies "
-"around the sun. While doing so both players try not to collide with anything "
-"but shoot at the other space ship."
+#. summary(bzip2:libbz2-devel)
+#, fuzzy
+msgid "The bzip2 runtime library development files"
+msgstr "Interface do Kernel"
+
+#. description(bzip2:libbz2-devel)
+#, fuzzy
+msgid "The bzip2 runtime library development files."
+msgstr "Interface do Kernel"
+
+#. summary(imap:libc-client2007e_suse)
+#, fuzzy
+msgid "IMAP4rev1/c-client Development Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(imap:libc-client2007e_suse)
+#, fuzzy
+msgid "This package contains the libraries for IMAP client programs."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libcaca:libcaca0)
+msgid "Library for Colour ASCII Art, text mode graphics"
msgstr ""
-#. description(ksquares)
-msgid ""
-"KSquares is an implementation of the popular paper based game squares. You "
-"must draw lines to complete squares, the player with the most squares wins. "
-"You can play with up to 4 players, any number of which may be controlled by "
-"the computer."
+#. description(libcaca:libcaca0)
+msgid "libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines."
msgstr ""
-#. description(kstars)
-msgid ""
-"KStars is a Desktop Planetarium for KDE. It provides an accurate graphical "
-"simulation of the night sky, from any location on Earth, at any date and "
-"time."
+#. summary(libcacard:libcacard0)
+msgid "Common Access Card (CAC) emulation"
msgstr ""
-#. description(kdepim4:ktimetracker)
-msgid "KTimeTracker tracks time spent on various tasks."
+#. description(libcacard:libcacard0)
+msgid "This emulator is designed to provide emulation of actual smart cards to a virtual card reader running in a guest virtual machine. The emulated smart cards can be representations of real smart cards, where the necessary functions such as signing, card removal/insertion, etc. are mapped to real, physical cards which are shared with the client machine the emulator is running on, or the cards could be pure software constructs."
msgstr ""
-#. description(kturtle)
+#. summary(libcamgm:libcamgm100)
#, fuzzy
-msgid "KTurtle is an educational Logo programming environment."
-msgstr "Ambiente de programação Logo do KDE"
+msgid "CA Management Library"
+msgstr "Desenvolvimento GNOME"
-#. description(kvm)
-msgid ""
-"KVM (Kernel-based Virtual Machine) is virtualization software for Linux. It "
-"was originally developed to leverage the hardware virtualization extensions "
-"provided by Intel VT and AMD-V technologies. Since then, a few other "
-"platforms have also included support for KVM virtualization.\n"
-"\n"
-"Since the qemu package now supports kvm, this package includes only left-"
-"overs from the former kvm package that for various reasons do not make sense "
-"to be placed in the qemu package."
-msgstr ""
+#. description(libcamgm:libcamgm100)
+#, fuzzy
+msgid "The CA Management Library provides methods for managing a certificate authority."
+msgstr "Ferramenta para gerenciar uma Autoridade de Certificação"
-#. summary(kanagram:libkanagramengine4)
+#. summary(libcanberra:libcanberra-devel)
#, fuzzy
-msgid "Kanagram Engine library"
-msgstr "Detecção de Hardware do SUSE"
+msgid "Portable sound event library -- Development files"
+msgstr "Interface do Kernel"
-#. description(krb5:krb5-devel)
+#. description(libcanberra:libcanberra-devel)
msgid ""
-"Kerberos V5 is a trusted-third-party network authentication system, which "
-"can improve your network's security by eliminating the insecure practice of "
-"cleartext passwords. This package includes Libraries and Include Files for "
-"Development"
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
+"\n"
+"This package provides the development files for libcanberra."
msgstr ""
-#. summary(kvm)
+#. summary(libcap-ng:libcap-ng-devel)
#, fuzzy
-msgid "Kernel-based Virtual Machine"
-msgstr "Máquina virtual"
+msgid "Header files for libcap-ng library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(khangman:libkhangmanengine4)
+#. description(libcap-ng:libcap-ng-devel)
#, fuzzy
-msgid "Khangman Engine library"
-msgstr "Detecção de Hardware do SUSE"
+msgid "The libcap-ng-devel package contains the files needed for developing applications that need to use the libcap-ng library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kiriki)
-msgid ""
-"Kiriki is the KDE version of the dice game Yahtzee where you roll dices to "
-"get higher scores in several combinations"
+#. summary(i4l-base:libcapi20-3)
+#. summary(i4l-base:libcapi20-3-32bit)
+msgid "CAPI 2.0 library"
msgstr ""
-#. description(kismet)
-msgid ""
-"Kismet is an 802.11 wireless network sniffer. This is different from a "
-"normal network sniffer (such as Ethereal or tcpdump) because it separates "
-"and identifies different wireless networks in the area. Kismet works with "
-"any 802.11b wireless card that is capable of reporting raw packets (rfmon "
-"support), which include any Prism2-based cards (Linksys, D-Link, Rangelan, "
-"and more), Cisco Aironet cards, and Orinoco-based cards. Kismet also "
-"supports the WSP100 802.11b remote sensor by Network Chemistry and is able "
-"to monitor 802.11a networks with cards that use the ar5k chipset."
+#. description(i4l-base:libcapi20-3)
+#. description(i4l-base:libcapi20-3-32bit)
+#, fuzzy
+msgid "This package contains the CAPI 2.0 runtime library files."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(libcdaudio:libcdaudio1)
+msgid "Functions to control oepration of a CD-ROM while playing audio CDs"
msgstr ""
-#. description(kiten)
-msgid "Kiten is a tool to learn Japanese."
+#. description(libcdaudio:libcdaudio1)
+msgid "libcdaudio is a library designed to provide functions to control operation of a CD-ROM when playing audio CDs. It also contains functions for CDDB and CD index lookup."
msgstr ""
-#. description(kolf)
-msgid "Kolf is a miniature golf game for KDE."
+#. summary(libcddb:libcddb2)
+#, fuzzy
+msgid "CDDB Access Library"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(libcddb:libcddb2)
+msgid "Libcddb is a library that implements the different protocols (CDDBP, HTTP, and SMTP) to access data on a CDDB server (http://freedb.org) It tries to be as cross-platform as possible."
msgstr ""
-#. summary(kollision)
-msgid "Kollision game"
+#. summary(libcdio:libcdio-devel)
+msgid "CD-ROM access library"
msgstr ""
-#. summary(ksh)
-msgid "Korn Shell"
+#. summary(libcdr:libcdr-0_1-1)
+#, fuzzy
+msgid "Library for parsing the Corel Draw file format structure"
+msgstr "Criando banco de dados de recursos"
+
+#. description(libcdr:libcdr-0_1-1)
+msgid "libcdr is a library for parsing the Corel Draw file format structure. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux."
msgstr ""
-#. description(kremotecontrol)
-msgid ""
-"Kremotecontrol is a KDE frontend for the Linux Infrared Remote Control "
-"system."
+#. summary(celt:libcelt0-2)
+msgid "Ultra-Low Delay Audio Codec"
msgstr ""
-#. description(ksirk)
-msgid "KsirK is a computerized version of a well known strategy game."
+#. description(celt:libcelt0-2)
+msgid "The CELT codec is an experimental audio codec for use in low-delay speech and audio communication."
msgstr ""
-#. summary(kubrick)
-msgid "Kubrick is a game based on Rubik's Cube"
+#. summary(celt051:libcelt051-0)
+msgid "CELT is a very low delay audio codec"
msgstr ""
-#. summary(goocanvas1:libgoocanvas3-lang)
+#. description(celt051:libcelt051-0)
+msgid "CELT is a very low delay audio codec designed for high-quality communications. Its potential uses include video-conferencing and network music performance."
+msgstr ""
+
+#. summary(cfitsio:libcfitsio2)
#, fuzzy
-msgid "Languages for package goocanvas1"
-msgstr "Idiomas Sami (Outro)"
+msgid "Library for manipulating FITS data files"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(konversation:konversation-lang)
-msgid "Languages for package konversation"
+#. description(cfitsio:libcfitsio2)
+msgid "CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format. CFITSIO also provides many advanced features for manipulating and filtering the information in FITS files."
msgstr ""
-#. summary(libbonobo:libbonobo-lang)
-msgid "Languages for package libbonobo"
-msgstr ""
+#. summary(libchewing:libchewing3)
+#, fuzzy
+msgid "Chewing libraries"
+msgstr "Placas de Rede"
-#. summary(libbonoboui:libbonoboui-lang)
-msgid "Languages for package libbonoboui"
+#. description(libchewing:libchewing3)
+msgid "This package contains libraries for Chewing, an intelligent phonetic input method library for traditional Chinese."
msgstr ""
-#. summary(libgarcon:libgarcon-lang)
+#. summary(chmlib:libchm0)
#, fuzzy
-msgid "Languages for package libgarcon"
-msgstr "Idiomas Sami (Outro)"
+msgid "A library for dealing with ITSS/CHM files"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(libgda:libgda-5_0-4-lang)
-msgid "Languages for package libgda"
+#. description(chmlib:libchm0)
+msgid "CHMLIB is a library for dealing with Microsoft ITSS/CHM format files."
msgstr ""
-#. summary(libgnome:libgnome-lang)
+#. summary(gcc5:libcilkrts5)
#, fuzzy
-msgid "Languages for package libgnome"
-msgstr "Idiomas Sami (Outro)"
+msgid "The GNU Compiler Cilk+ Runtime Library"
+msgstr "Notificações"
-#. summary(libgnomecanvas:libgnomecanvas-lang)
+#. description(gcc5:libcilkrts5)
#, fuzzy
-msgid "Languages for package libgnomecanvas"
-msgstr "Idiomas Sami (Outro)"
+msgid ""
+"The runtime library needed to run programs compiled with the\n"
+"-fcilkplus option of the GNU Compiler Collection (GCC)."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(libgnomeui:libgnomeui-lang)
+#. summary(libclastfm0)
#, fuzzy
-msgid "Languages for package libgnomeui"
-msgstr "Idiomas Sami (Outro)"
+msgid "Unofficial C-API for the Last.fm Web Service"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(laptop-mode-tools)
+#. description(libclastfm0)
msgid ""
-"Laptop Mode Tools is a laptop power saving package for Linux systems. It "
-"allows you to extend the battery life of your laptop, in several ways. It is "
-"the primary way to enable the Laptop Mode feature of the Linux kernel, which "
-"lets your hard drive spin down. In addition, it allows you to tweak a number "
-"of other power-related settings using a simple configuration file."
+"libclastfm shared library.\n"
+"\n"
+"libclastfm is an unofficial C-API for the Last.fm web service written with libcurl. Has support for Album, Artist and User API methods as well as full audio scrobbler support."
msgstr ""
-#. description(lasem:liblasem-0_4-4)
-msgid ""
-"Lasem is a library for rendering SVG and Mathml, implementing a DOM like "
-"API. It's based on GObject and use Pango and Cairo for the rendering."
+#. summary(clucene-core:libclucene-contribs-lib1)
+msgid "Language specific text analyzers for clucene-core"
msgstr ""
-#. description(leafpad)
+#. description(clucene-core:libclucene-contribs-lib1)
msgid ""
-"Leafpad is a simple GTK+ based text editor. The user interface is similar to "
-"\"notepad\", and it aims to be lighter than GEdit and KWrite and to be as "
-"useful as them.\n"
+"CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++.\n"
"\n"
-"Following features are intended...\n"
-"- Minimum requirement: for portability\n"
-"- Minimal menu item: to make full use of features and to learn easily\n"
-"- No toolbar: to maximize area to view text\n"
-"- Single document interface (SDI): to set out windows to view at a time\n"
-"- Character coding auto detection: to open file quickly without multi-"
-"codeset problem\n"
-"\n"
-"Leafpad is released under the GNU General Public License (GPL)."
+"This package contains language specific text analyzers for clucene."
msgstr ""
-#. description(libEMF:libEMF1)
-msgid ""
-"LibEMF is a C/C++ library which provides a drawing toolkit based on "
-"ECMA-234. The general purpose of this library is to create vector graphics "
-"files on POSIX systems which can be imported into StarOffice/OpenOffice. The "
-"Enhanced MetaFile (EMF) is one of the two color vector graphics format which "
-"is \"vectorially\" understood by SO/OO. The EMF format also has the "
-"additional advantage that it can be \"broken\" into its constituent "
-"components and edited like any other SO/OO graphics object."
+#. summary(cmis-client:libcmis-0_5-5)
+#, fuzzy
+msgid "Library for accessing CMIS-enabled servers"
+msgstr "Criando banco de dados de recursos"
+
+#. description(cmis-client:libcmis-0_5-5)
+msgid "LibCMIS is a C++ client library for the CMIS (Content Management Interoperability Services) interface. This allows C++ applications to connect to any CMIS-enabled repositories."
msgstr ""
-#. description(libidl:libidl-devel)
-msgid ""
-"LibIDL is a small library for creating parse trees of CORBA v2.2 compliant "
-"Interface Definition Language (IDL) files, which is a specification for "
-"defining interfaces which can be used between different CORBA "
-"implementations."
+#. summary(e2fsprogs:libcom_err-devel)
+#, fuzzy
+msgid "Development files for libcom_err"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. summary(commoncpp2:libcommoncpp2-1_8-0)
+msgid "A GNU library package for creating portable C++ programs"
msgstr ""
-#. description(libidl:libIDL-2-0)
-msgid ""
-"LibIDL is a small library for creating parse trees of CORBA v2.2-compliant "
-"Interface Definition Language (IDL) files. IDL is a specification for "
-"defining interfaces that can be used between different CORBA implementations."
+#. description(commoncpp2:libcommoncpp2-1_8-0)
+msgid "Common C++ is a GNU package which offers portable \"abstraction\" of system services such as threads, networks, and sockets. Common C++ also offers individual frameworks generally useful to developing portable C++ applications including a object persistance engine, math libraries, threading, sockets, etc."
msgstr ""
-#. description(libofx)
-msgid ""
-"LibOFX is a parser and API designed to allow applications to support OFX "
-"command responses, usually provided by financial institutions for statement "
-"downloads. The author says, \"To my knowledge, it is the first working "
-"OpenSource implementations of the OFX (Open Financial eXchange) "
-"specification on the client side. This project was first started as my end "
-"of degree project, with the goal of adding OFX support to GnuCash. It has "
-"since evolved into a generic library, so all OpenSource Financial software "
-"can benefit from it.\""
+#. summary(corosync:libcorosync4)
+msgid "The Corosync Cluster Engine Libraries"
msgstr ""
-#. description(libarchive:libarchive-devel)
-msgid ""
-"Libarchive is a programming library that can create and read several "
-"different streaming archive formats, including most popular tar variants and "
-"several cpio formats. It can also write shar archives and read ISO9660 CDROM "
-"images. The bsdtar program is an implementation of tar(1) that is built on "
-"top of libarchive. It started as a test harness, but has grown and is now "
-"the standard system tar for FreeBSD 5 and 6.\n"
-"\n"
-"This package contains the development files."
+#. description(corosync:libcorosync4)
+#, fuzzy
+msgid "This package contains corosync libraries."
+msgstr "Aplicativos Usados Recentemente"
+
+#. description(curl:libcurl-devel)
+msgid "Curl is a client to get documents and files from or send documents to a server using any of the supported protocols (HTTP, HTTPS, FTP, GOPHER, DICT, TELNET, LDAP, or FILE). The command is designed to work without user interaction or any kind of interactivity."
msgstr ""
-#. summary(libart_lgpl:libart_lgpl_2-2)
-msgid "Libart Components Licensed under the LGPL"
+#. summary(libcxgb3-rdmav2)
+msgid "Chelsio T3 RNIC OpenIB Userspace Library"
msgstr ""
-#. description(libart_lgpl:libart_lgpl_2-2)
-msgid ""
-"Libart is a library for high-performance 2D graphics. It is currently being "
-"used as the antialiased rendering engine for GNOME Canvas. It is also the "
-"rendering engine for Gill, the GNOME Illustration application."
+#. description(libcxgb3-rdmav2)
+msgid "libcxgb3 provides a device-specific userspace driver for Chelsio RNICs for use with the libibverbs library."
msgstr ""
-#. description(libassuan:libassuan-devel)
+#. description(dar:libdar5000)
msgid ""
-"Libassuan is the IPC library used by gpg2 (GnuPG version 2)\n"
+"Dar stands for Disk ARchive and is a hardware independent backup solution. Dar uses catalogs (unlike tar), so it is possible to extract a single file without having to read the whole archive, and it is also possible to create incremental backups.\n"
"\n"
-"gpgme also uses libassuan to communicate with a libassuan-enabled GnuPG v2 "
-"server, but it uses it's own copy of libassuan."
+"Dar archives can also be created, or used, via the libdar library (for example with KDar, a KDE application).\n"
+"\n"
+"This package contains the library used by Dar and KDar."
msgstr ""
-#. description(libavc1394:libavc1394-0)
+#. summary(libdb-4_5)
+msgid "Berkeley DB Database Library Version 4.5"
+msgstr ""
+
+#. summary(libdb-4_8:libdb-4_8-devel)
+#, fuzzy
+msgid "Development Files and Libraries for the Berkeley DB library Version 4.8"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libdb-4_8:libdb-4_8-devel)
msgid ""
-"Libavc1394 is a programming interface to the AV/C specification from the "
-"1394 Trade Association. AV/C stands for Audio/Video Control. Currently, "
-"applications use the library to control the tape transport mechanism on DV "
-"camcorders. However, there are many devices and device functions that can be "
-"controlled via AV/C. Eventually, the library will be expanded to implement "
-"more of the specification and to provide a high level interface to various "
-"devices."
+"The Berkeley DB Database is a programmatic toolkit that provides database support for applications.\n"
+"\n"
+"This package contains the header files and libraries."
msgstr ""
-#. summary(libavc1394:libavc1394-0)
-msgid "Libavc1394--Programming Interface to the AV/C Specification"
+#. summary(libdbusmenu:libdbusmenu-glib4)
+msgid "Small library that passes a menu structure across D-Bus"
msgstr ""
-#. summary(libcap:libcap-progs)
-msgid "Libcap utility programs"
+#. description(libdbusmenu:libdbusmenu-glib4)
+#, fuzzy
+msgid "This package contains the shared libraries for the dbusmenu-glib library."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libdbusmenu:libdbusmenu-gtk3-4)
+msgid "Small library that passes a menu structure across DBus -- GTK+ 3 version"
msgstr ""
-#. summary(libfm:libfm3)
+#. description(libdbusmenu:libdbusmenu-gtk3-4)
#, fuzzy
-msgid "Libfm libraries"
-msgstr "Placas de Rede"
+msgid "This package contains the shared libraries for the dbusmenu-gtk3 library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(libgcrypt:libgcrypt-devel)
+#. summary(libdbusmenu-qt:libdbusmenu-qt-devel)
+#, fuzzy
+msgid "Development package for libdbusmenu-qt"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libdbusmenu-qt:libdbusmenu-qt-devel)
+#, fuzzy
+msgid "This package contains development files for libdbusmenu-qt."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(dirac:libdirac_encoder0)
+#, fuzzy
+msgid "Dirac Video Codec Encoder Library"
+msgstr "Ajuda e Documentação de Suporte"
+
+#. description(dirac:libdirac_encoder0)
msgid ""
-"Libgcrypt is a general purpose library of cryptographic building blocks. It "
-"is originally based on code used by GnuPG. It does not provide any "
-"implementation of OpenPGP or other protocols. Thorough understanding of "
-"applied cryptography is required to use Libgcrypt.\n"
+"Dirac is an open source video codec. It uses a traditional hybrid video codec architecture, but with the wavelet transform instead of the usual block transforms. Motion compensation uses overlapped blocks to reduce block artefacts that would upset the transform coding stage.\n"
"\n"
-"This package contains needed files to compile and link against the library."
+"Dirac can code just about any size of video, from streaming up to HD and beyond, although certain presets are defined for different applications and standards. These cover the parameters that need to be set for the encoder to work, such as block sizes and temporal prediction structures, which must otherwise be set by hand.\n"
+"\n"
+"Dirac is intended to develop into real coding and decoding software, capable of plugging into video processing applications and media players that need compression. It is intended to develop into a simple set of reliable but effective coding tools that work over a wide variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder."
msgstr ""
-#. description(libgnomecanvas:libgnomecanvas-2-0)
-msgid ""
-"Libgnomecanvas is a graphical add-on for the GNOME User Interface libraries."
+#. summary(DirectFB:libdirectfb-1_7-7)
+msgid "Graphics Library for Framebuffer Devices"
msgstr ""
-#. description(libical:libical-devel)
-msgid ""
-"Libical is an Open Source implementation of the IETF's iCalendar Calendaring "
-"and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal "
-"components and provides a C API for manipulating the component properties, "
-"parameters, and subcomponents."
+#. description(DirectFB:libdirectfb-1_7-7)
+msgid "DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, an integrated windowing system with support for translucent windows, and multiple display layers on top of the Linux framebuffer device. It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware. DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux."
msgstr ""
-#. description(iniparser:libiniparser0)
-msgid ""
-"Libiniparser offers parsing of ini files from the C level.\n"
-"\n"
-"This package includes the libiniparser0 library."
+#. summary(libdiscid:libdiscid0)
+msgid "Library for gathering DiscIDs and ISRCs from audio CDs"
msgstr ""
-#. summary(liblazy1:liblazy-devel)
-msgid "Liblazy - D-Bus methods provided for convenience"
+#. description(libdiscid:libdiscid0)
+msgid "libdiscid is a C library for creating MusicBrainz and freedb DiscIDs from audio CDs. It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz. Additionally, it provides a submission URL for adding the DiscID to the database and gathers ISRCs and the MCN from disc."
msgstr ""
-#. description(liblazy1:liblazy-devel)
-msgid ""
-"Liblazy is a simple and easy to use library that provides convenient "
-"functions for sending messages over the D-Bus daemon, querying information "
-"from HAL or asking PolicyKit for a privilege."
+#. summary(djvulibre:libdjvulibre-devel)
+#. summary(djvulibre:libdjvulibre21)
+msgid "Libraries of Open Source Implementation of DjVu - djvulibre"
msgstr ""
-#. description(libmcrypt)
+#. description(djvulibre:libdjvulibre-devel)
msgid ""
-"Libmcrypt is a data encryption library. The library is thread safe and "
-"provides encryption and decryption functions. This version of the library "
-"supports many encryption algorithms and encryption modes. Supported "
-"algorithms include SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, "
-"XTEA, 3WAY, TWOFISH, BLOWFISH, ARC. FOUR, and WAKE."
+"DjVu is a Web-centric format and software platform for distributing documents and images. DjVuLibre is an open source (GPL) implementation of DjVu, including viewers, browser plug-ins, decoders, simple encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for distributing scanned documents, digital documents, or high-resolution pictures. DjVu content downloads faster, displays and renders faster, looks nicer on a screen, and consumes less client resources than competing formats. DjVu images display instantly and can be smoothly zoomed and panned with no lengthy rerendering. DjVu is used by hundreds of academic, commercial, governmental, and noncommercial Web sites around the world.\n"
+"\n"
+"This package contains development files"
msgstr ""
-#. description(libmikmod:libmikmod3)
+#. description(djvulibre:libdjvulibre21)
msgid ""
-"Libmikmod is a portable sound library, capable of playing samples as well as "
-"module files. It was originally written by Jean-Paul Mikkers (MikMak) for "
-"DOS. It supports OSS /dev/dsp, ALSA, and Esound and can also write wav "
-"files. Supported file formats include mod, stm, s3m, mtm, xm, and it."
+"DjVu is a Web-centric format and software platform for distributing documents and images. DjVuLibre is an open source (GPL) implementation of DjVu, including viewers, browser plug-ins, decoders, simple encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for distributing scanned documents, digital documents, or high-resolution pictures. DjVu content downloads faster, displays and renders faster, looks nicer on a screen, and consumes less client resources than competing formats. DjVu images display instantly and can be smoothly zoomed and panned with no lengthy rerendering. DjVu is used by hundreds of academic, commercial, governmental, and noncommercial Web sites around the world.\n"
+"\n"
+"This package contains shared libraries"
msgstr ""
-#. summary(libmms:libmms-devel)
-#, fuzzy
-msgid "Libmms development files"
-msgstr "Pacotes de desenvolvimento do Kernel"
-
-#. description(libnet:libnet1)
-msgid ""
-"Libnet is an API to help with the construction and handling of network "
-"packets. It provides a portable framework for low-level network packet "
-"writing and handling. Libnet includes packet creation at the IP layer and at "
-"the link layer as well as a host of supplementary and complementary "
-"functionality. Libnet is very useful for writing network tools and network "
-"test code. See the man page and sample test code for more detailed "
-"information."
+#. summary(libdlm:libdlm3)
+msgid "Application interface to the kernel's distributed lock manager"
msgstr ""
-#. description(liboil)
-msgid ""
-"Liboil is a library of simple functions that are optimized for various CPUs. "
-"These functions are generally loops implementing simple algorithms, such as "
-"converting an array of N integers to floating-point numbers or multiplying "
-"and summing an array of N numbers. Such functions are candidates for "
-"significant optimization using various techniques, especially by using "
-"extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).\n"
-"\n"
-"Many multimedia applications and libraries already do similar things "
-"internally. The goal of this project is to consolidate some of the code used "
-"by various multimedia projects and also make optimizations easier to use by "
-"a broader range of applications."
+#. description(libdlm:libdlm3)
+msgid "Libraries and tools that allow applications, particularly filesystems like OCFS2, to interface with the in-kernel distributed lock manager."
msgstr ""
-#. description(liboil:liboil-devel)
+#. summary(libdmx:libdmx-devel)
+#, fuzzy
+msgid "Development files for the Distributed Multihead X extension library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libdmx:libdmx-devel)
msgid ""
-"Liboil is a library of simple functions that are optimized for various CPUs. "
-"These functions are generally loops implementing simple algorithms, such as "
-"converting an array of N integers to floating-point numbers or multiplying "
-"and summing an array of N numbers. Such functions are candidates for "
-"significant optimization using various techniques, especially by using "
-"extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).\n"
+"libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients.\n"
"\n"
-"Many multimedia applications and libraries already do similar things "
-"internally. The goal of this project is to consolidate some of the code used "
-"by various multimedia projects, and also make optimizations easier to use by "
-"a broader range of applications."
+"This package contains the development headers for the library found in libdmx1."
msgstr ""
-#. description(ktoblzcheck:libktoblzcheck1-devel)
-msgid "Libraries and include files to develop with ktoblzcheck library."
+#. summary(libdrm:libdrm-devel)
+msgid "Libraries, includes and more to develop libdrm applications"
msgstr ""
-#. description(libdlm:libdlm3)
+#. description(libdrm:libdrm-devel)
msgid ""
-"Libraries and tools that allow applications, particularly filesystems like "
-"OCFS2, to interface with the in-kernel distributed lock manager."
+"libdrm is a library for accessing the Direct Rendering Manager on Linux, BSD and other operating systems that support the ioctl interface, and for chipsets with DRM memory manager, support for tracking relocations and buffers. libdrm is a low-level library, typically used by graphics drivers such as the Mesa DRI and X drivers.\n"
+"\n"
+"This package contains the development headers for the library found in libdrm2."
msgstr ""
-#. summary(kdevplatform:libkdevplatform7)
+#. summary(libdvdread:libdvdread-devel)
#, fuzzy
-msgid "Libraries for Integrated Development Environments"
-msgstr "Ambiente de Desenvolvimento Integrado"
+msgid "Development Environment for libdvdread"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(anjuta:libanjuta-3-0)
+#. description(libdvdread:libdvdread-devel)
#, fuzzy
-msgid "Libraries for developing Anjuta plugins"
-msgstr "Desenvolvimento Kernel"
+msgid "This package contains the include-files and static libraries for libdvdread."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(netpbm:libnetpbm11)
-msgid "Libraries for the NetPBM (NetPortableBitmap) Graphic Formats"
+#. summary(libe-book:libe-book-0_1-1)
+msgid "A library for import of non-HTML reflowable e-book formats"
msgstr ""
-#. summary(netpbm:libnetpbm-devel)
-msgid ""
-"Libraries for the NetPBM Graphic Formats - files mandatory for development"
+#. description(libe-book:libe-book-0_1-1)
+msgid "libe-book is a library for import of non-HTML reflowable e-book formats. Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook, FictionBook v.2, TCR, zTXT."
msgstr ""
-#. summary(libdrm:libdrm-devel)
-msgid "Libraries, includes and more to develop libdrm applications"
+#. summary(libeXosip2:libeXosip2-11)
+#. summary(libeXosip2:libeXosip2-devel)
+msgid "Extended osip2 library"
msgstr ""
-#. summary(ktoblzcheck:libktoblzcheck1-devel)
-msgid "Libraries, includes etc to develop with ktoblzcheck library"
+#. description(libeXosip2:libeXosip2-11)
+#. description(libeXosip2:libeXosip2-devel)
+msgid "Extended library for the osip2 protocol."
msgstr ""
-#. summary(libgarcon:libgarcon-1-0)
-msgid "Library Implementing the freedesktop.org Desktop Menu Specification"
+#. summary(postgresql94-libs:libecpg6)
+msgid "Shared Libraries Required for PostgreSQL Clients"
msgstr ""
-#. summary(keybinder:libkeybinder0)
-#, fuzzy
-msgid "Library Package for Keybinder"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(libmspack:libmspack0)
-msgid "Library That Implements Different Microsoft Compressions"
+#. description(postgresql94-libs:libecpg6)
+msgid ""
+"PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.\n"
+"\n"
+"This package provides the runtime library of the embedded SQL C preprocessor for PostgreSQL."
msgstr ""
-#. description(getdata:libgetdata++3)
+#. summary(evolution-ews:libeews-1_2-0)
#, fuzzy
-msgid "Library for C++-bindings for GetData."
-msgstr "O pacote não está assinalado"
+msgid "Client library for Accessing Exchange Servers"
+msgstr "Criando banco de dados de recursos"
-#. description(getdata:libgetdata5)
-#, fuzzy
-msgid "Library for C-bindings for GetData."
-msgstr "O pacote não está assinalado"
-
-#. summary(libcaca:libcaca0)
-msgid "Library for Colour ASCII Art, text mode graphics"
+#. description(evolution-ews:libeews-1_2-0)
+msgid "This library is a client library for accessing Exchange servers through the Exchange Web Services interface (compatible with Exchange 2007 and later)."
msgstr ""
-#. summary(gcr:libgcr-devel)
+#. summary(libepoxy:libepoxy-devel)
#, fuzzy
-msgid "Library for Crypto UI related task - Development Files"
-msgstr "Desenvolvimento"
+msgid "Development files for libepoxy"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libfli:libfli1)
-msgid "Library for FLI CCD Camera & Filter Wheels"
+#. description(libepoxy:libepoxy-devel)
+msgid ""
+"Epoxy is a library for handling OpenGL function pointer management for you.\n"
+"\n"
+"It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader().\n"
+"\n"
+"Development files."
msgstr ""
-#. summary(getdata:libgetdata++3)
+#. summary(ebook-tools:libepub-devel)
#, fuzzy
-msgid "Library for GetData"
-msgstr "Aplicativos Favoritos"
+msgid "Header files for libepub library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libkdeedu4:libkeduvocdocument4)
+#. description(ebook-tools:libepub-devel)
#, fuzzy
-msgid "Library for KDE Education Applications"
-msgstr "Iniciar Aplicativo"
+msgid "Header files for the libepub library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libkdeedu4:libkdeedu4-devel)
+#. summary(esound:libesd-devel)
#, fuzzy
-msgid "Library for KDE Education Applications: Build Environment"
-msgstr "Iniciar Aplicativo"
+msgid "EsounD development package"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libkdegames:libkdegames-devel)
+#. description(esound:libesd-devel)
#, fuzzy
-msgid "Library for KDE Games: Build Environment"
-msgstr "Ambiente de Trabalho KDE"
+msgid "EsounD development package."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libkmahjongg:libkmahjongg-devel)
-#, fuzzy
-msgid "Library for Mahjongg tiles: Build Environment"
-msgstr "Iniciar Aplicativo"
+#. summary(esound:libesd0)
+msgid "A sound daemon for Enlightenment and GNOME"
+msgstr ""
-#. summary(ftgl:libftgl2)
-msgid "Library for Using Arbitrary Fonts in OpenGL Applications"
+#. description(esound:libesd0)
+msgid "A multiplexing and caching sound daemon. It can use ALSA or OSS for sound output. Many projects, including Enlightenment and GNOME, use esound to play and record their sounds."
msgstr ""
-#. summary(libdiscid:libdiscid0)
-msgid "Library for gathering DiscIDs and ISRCs from audio CDs"
+#. summary(libesmtp)
+msgid "A Library for Posting Electronic Mail"
msgstr ""
-#. summary(cfitsio:libcfitsio1)
+#. description(libesmtp)
+msgid "libESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. It may be used as part of a Mail User Agent (MUA) or another program that must be able to post electronic mail but where mail functionality is not that program's primary purpose."
+msgstr ""
+
+#. summary(libestr:libestr0)
#, fuzzy
-msgid "Library for manipulating FITS data files"
-msgstr "Aguardar por aplicativo kicker"
+msgid "String handling essentials library"
+msgstr "Desenvolvimento GNOME"
-#. summary(libEMF:libEMF1)
+#. description(libestr:libestr0)
#, fuzzy
-msgid "Library for manipulation with Enhanced MetaFile (EMF, ECMA-234)"
-msgstr "Aguardar por aplicativo kicker"
+msgid "This package provides the string handling essentials shared library used by the rsyslog daemon."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(keybinder:libkeybinder0)
+#. summary(libetonyek:libetonyek-0_1-1)
+#, fuzzy
+msgid "Library for parsing the Apple Keynote presentations"
+msgstr "Criando banco de dados de recursos"
+
+#. description(libetonyek:libetonyek-0_1-1)
+msgid "Libetonyek is library providing ability to interpret and import Apple Keynote presentations into various applications."
+msgstr ""
+
+#. summary(libetpan:libetpan17)
+msgid "Mail handling library"
+msgstr ""
+
+#. description(libetpan:libetpan17)
+msgid "libEtPan is a mail purpose library. It will be used for low-level mail handling : network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already implemented), local storage (mbox/MH/maildir), message / MIME parse"
+msgstr ""
+
+#. description(libevdev:libevdev-tools)
msgid ""
-"Library for registering global keyboard shortcuts. Keybinder works with GTK-"
-"based applications using the X Window System.\n"
+"Library for handling evdev kernel devices. It abstracts the ioctls through type-safe interfaces and provides functions to change the appearance of the device.\n"
"\n"
-"The library contains:\n"
-"- A C library, libkeybinder\n"
-"- Lua bindings, lua-keybinder\n"
-"- Python bindings, python-keybinder\n"
-"- An examples directory with programs in C, Lua, Python and Vala."
+"Aditional utilities for libevdev library"
msgstr ""
-#. summary(gcc48:libobjc4)
+#. summary(evolution-ews:libewsutils0)
#, fuzzy
-msgid "Library for the GNU Objective C Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+msgid "Client library for Accessing Exchange Servers -- Utilities library"
+msgstr "Criando banco de dados de recursos"
-#. summary(liboil)
-msgid "Library of Optimized Inner Loops"
+#. description(evolution-ews:libewsutils0)
+msgid "This library provides utilities API for EWS Exchange Connector."
msgstr ""
-#. summary(gtkimageview:libgtkimageview0)
-msgid "Library providing an advanced widget for GdkPixbuf"
+#. summary(libexif:libexif-devel)
+msgid "An EXIF Tag Parsing Library for Digital Cameras (Development files)"
msgstr ""
-#. summary(libgnome-keyring:libgnome-keyring-devel)
-msgid "Library to integrate with the GNOME Keyring - Development Files"
-msgstr ""
+#. summary(exiv2:libexiv2-devel)
+#, fuzzy
+msgid "Development Headers for Exiv2"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(iniparser:libiniparser0)
-msgid "Library to parse ini files"
+#. description(exiv2:libexiv2-devel)
+msgid "Exiv2 is a C++ library and a command line utility to access image metadata."
msgstr ""
-#. summary(brltty:libbrlapi0_5)
+#. summary(exo:libexo-1-0)
#, fuzzy
-msgid "Library to use BRLTTY from applications"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Application Development Library for Xfce"
+msgstr "Desenvolvimento GNOME"
-#. summary(gavl:libgavl1)
-msgid "Library which provides basic support for uncompressed multimedia data"
+#. description(exo:libexo-1-0)
+msgid "Exo is an extension library to Xfce which is targeted at application development."
msgstr ""
-#. summary(libalkimia:libalkimia4)
+#. description(expat:libexpat-devel)
msgid ""
-"Library with common classes and functionality used by finance applications"
+"Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).\n"
+"\n"
+"This package contains the development headers for the library found in libexpat."
msgstr ""
-#. summary(lightdm:liblightdm-gobject-1-0)
-msgid "LightDM GObject-based Client Library"
+#. summary(e2fsprogs:libext2fs-devel)
+#, fuzzy
+msgid "Development files for libext2fs"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libexttextcat:libexttextcat-2_0-0)
+#. description(libexttextcat)
+msgid "The libexttextcat is a library implementing N-gram-based text categorization"
msgstr ""
-#. summary(leafpad)
-msgid "Lightweight Text Editor and Notepad Clone"
+#. summary(libexttextcat)
+msgid "Text categorization library datafiles and documents"
msgstr ""
-#. summary(libeigen2-devel)
-msgid "Lightweight linear algebra C++ template library"
+#. summary(hylafax+:libfaxutil5_5_6)
+msgid "Runtime Library needed by both server and client."
msgstr ""
-#. summary(kdewebdev4:klinkstatus)
-msgid "Link Checker"
+#. description(hylafax+:libfaxutil5_5_6)
+msgid "This runtime lib is needed by both the server and the client."
msgstr ""
-#. summary(kturtle)
+#. summary(firebird-classic:libfbembed2_5)
#, fuzzy
-msgid "Logo Programming Environment"
-msgstr "Ambiente de Programação Logo"
+msgid "Firebird SQL server embedded client library"
+msgstr "Desenvolvimento GNOME"
-#. summary(lbxproxy)
-msgid "Low BandWidth X proxy"
+#. description(firebird-classic:libfbembed2_5)
+msgid ""
+"Shared embedded client library for Firebird SQL server.\n"
+"\n"
+"Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981."
msgstr ""
-#. summary(liblbxutil:liblbxutil1)
-msgid "Low Bandwith X extension utility routines"
+#. summary(FastCGI:libfcgi0)
+msgid "A scalable, open extension to CGI - System library"
msgstr ""
-#. summary(krb5:krb5-devel)
-msgid "MIT Kerberos5 - Include Files and Libraries"
+#. description(FastCGI:libfcgi0)
+msgid "FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs."
msgstr ""
-#. summary(libetpan:libetpan17)
-msgid "Mail handling library"
-msgstr ""
+#. summary(fcitx:libfcitx-4_2_9)
+#, fuzzy
+msgid "Shared libraries for fcitx"
+msgstr "Criando banco de dados de recursos"
-#. summary(ggz:libggz2)
-msgid "Makes free online gaming possible"
+#. description(fcitx:libfcitx-4_2_9)
+#, fuzzy
+msgid "Shared libraries for Fcitx input method framework."
+msgstr "Criando banco de dados de recursos"
+
+#. summary(dtc:libfdt1)
+#, fuzzy
+msgid "Device tree library"
+msgstr "Desenvolvimento GNOME"
+
+#. description(dtc:libfdt1)
+msgid "libfdt is a library to process Open Firmware style device trees on various architectures."
msgstr ""
-#. summary(mariadb:libmysqlclient-devel)
+#. summary(libffi-gcc5:libffi-devel-gcc5)
#, fuzzy
-msgid "MariaDB development header files and libraries"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Foreign Function Interface library development files"
+msgstr "Interface do Kernel"
-#. summary(kmplot)
+#. summary(fftw3:libfftw3_threads3)
+msgid "Discrete Fourier Transform (DFT) C subroutine library"
+msgstr ""
+
+#. summary(fipscheck:libfipscheck1)
+msgid "Library files for fipscheck"
+msgstr ""
+
+#. description(fipscheck:libfipscheck1)
#, fuzzy
-msgid "Mathematical Function Plotter"
-msgstr "Plotter de Funções Matemáticas"
+msgid "This package contains the FIPSCheck library."
+msgstr "Aplicativos Usados Recentemente"
-#. description(kmplot)
+#. summary(libfli:libfli-devel)
#, fuzzy
-msgid "Mathematical function plotter for KDE."
-msgstr "Plotter de Funções Matemáticas"
+msgid "Development headers for Finger Lakes Instruments Library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(lasem:liblasem-0_4-4)
+#. description(libfli:libfli-devel)
+#. description(libfli:libfli1)
#, fuzzy
-msgid "Mathml and SVG rendering library"
-msgstr "Criptografia"
+msgid "Development headers and files for Finger Lakes Instruments library."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(menu-cache:libmenu-cache3)
-msgid "Menu-cache libraries"
+#. summary(libfli:libfli1)
+msgid "Library for FLI CCD Camera & Filter Wheels"
msgstr ""
-#. summary(libmikmod:libmikmod3)
-msgid "MikMod Sound Library"
+#. summary(libfm)
+#. summary(libfm-extra:libfm-extra4)
+msgid "A glib/gio-based lib used to develop file managers"
msgstr ""
-#. description(mxml:libmxml1)
-msgid ""
-"Mini-XML is a small XML parsing library that you can use to read XML and XML-"
-"like data files in your application without requiring large nonstandard "
-"libraries.\n"
-"\n"
-"This package holds the shared library for mxml."
+#. description(libfm)
+#. description(libfm-extra:libfm-extra4)
+msgid "A glib/gio-based library providing some file management utilities and related-widgets missing in gtk+/glib. This is the core of PCManFM. The library is desktop independent (not LXDE specific) and has clean API. It can be used to develop other applications requiring file management functionality. For example, you can create your own file manager with facilities provided by libfm."
msgstr ""
-#. summary(kolf)
-msgid "Miniature golf game"
-msgstr ""
+#. summary(libfm:libfm-gtk4)
+#, fuzzy
+msgid "GTK libfm libraries"
+msgstr "Placas de Rede"
-#. description(libgdiplus0)
+#. description(libfm:libfm-gtk4)
+#, fuzzy
+msgid "GTK system libraries for libfm"
+msgstr "Desenvolvimento Kernel"
+
+#. summary(libfm:libfm4)
+#, fuzzy
+msgid "Libfm libraries"
+msgstr "Placas de Rede"
+
+#. description(libfm:libfm4)
+#, fuzzy
+msgid "libfm main library"
+msgstr "Desenvolvimento GNOME"
+
+#. summary(libfontenc:libfontenc-devel)
+#, fuzzy
+msgid "Development files for the X11 font encoding library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libfontenc:libfontenc-devel)
msgid ""
-"Mono library that provide a GDI+ comptible API on non-Windows operating "
-"systems."
+"The libfontenc library is used by the Xorg server and other X font tools for handling fonts with different character set encodings.\n"
+"\n"
+"This package contains the development headers for the library found in libfontenc1."
msgstr ""
-#. summary(gwenhywfar:libgwenhywfar60)
-msgid "Multiplatform Helper Library for Other Libraries"
-msgstr ""
+#. summary(libfreehand:libfreehand-0_1-1)
+#, fuzzy
+msgid "Library for parsing the Adobe/Macromedia drawings"
+msgstr "Criando banco de dados de recursos"
-#. summary(gwenhywfar:libgwenhywfar60-plugins)
-msgid "Multiplatform Helper Library for Other Libraries - Plugins"
+#. description(libfreehand:libfreehand-0_1-1)
+msgid "Libfreehand is library providing ability to interpret and import Adobe/Macromedia drawings into various applications. You can find it being used in libreoffice."
msgstr ""
-#. summary(gwenhywfar:libgwengui-gtk2-0)
-msgid "Multiplatform Helper Library for Other Libraries -- GTK+ UI Backend"
+#. summary(ftgl:libftgl2)
+msgid "Library for Using Arbitrary Fonts in OpenGL Applications"
msgstr ""
-#. summary(gwenhywfar:libgwengui-qt4-0)
-msgid "Multiplatform Helper Library for Other Libraries -- Qt UI Backend"
-msgstr ""
-
-#. description(libmpcdec:libmpcdec-devel)
+#. description(ftgl:libftgl2)
msgid ""
-"Musepack is an audio compression format with a strong emphasis on high "
-"quality. It's not lossless, but it is designed for transparency, so that you "
-"won't be able to hear differences between the original wave file and the "
-"much smaller MPC file.\n"
+"FTGL is a free open source library that enables developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications.\n"
"\n"
-"It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has "
-"rapidly developed and vastly improved and is now at an advanced stage in "
-"which it contains heavily optimized and patentless code.\n"
+"Unlike other OpenGL font libraries, FTGL uses standard font file formats, so there is no need of a preprocessing step to convert the high quality font data into a lesser quality, proprietary format.\n"
"\n"
-"Musepack is not particularly optimized for low bitrates. The encoder was "
-"designed to be transparent at the --standard setting, thus little low "
-"bitrate tuning has gone into the codec, opposite to that of AAC, Vorbis, WMA "
-"and others which focus more on this region."
-msgstr ""
-
-#. description(mysql-connector-cpp:libmysqlcppconn6)
-msgid ""
-"MySQL Connector/C++ is a MySQL database connector for C++ development. The "
-"MySQL driver for C++ can be used to connect to MySQL from C++ applications. "
-"The driver mimics the JDBC 4.0 API. It implements a significant subset of "
-"JDBC 4.0.\n"
+"FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format that is most efficient for OpenGL rendering.\n"
"\n"
-"The Driver for C++ is designed to work best with MySQL 5.1 or later. Note - "
-"its full functionality is not available when connecting to MySQL 5.0. You "
-"cannot connect to MySQL 4.1 or earlier.\n"
+"The supported rendering modes are:\n"
"\n"
-"Using MySQL Connector/C++ instead of the MySQL C API (MySQL Client Library) "
-"offers the following advantages for C++ users:\n"
+"- Bit maps\n"
"\n"
-" * Convenience of pure C++ - no C function calls * Support of a well "
-"designed API - JDBC 4.0 * Support of a commonly known and well "
-"documented API - JDBC 4.0 * Support of the object oriented programming "
-"paradigma * Shorter development times"
+"- Antialiased Pix maps\n"
+"\n"
+"- Outlines\n"
+"\n"
+"- Polygon meshes\n"
+"\n"
+"- Extruded polygon meshes\n"
+"\n"
+"- Texture maps\n"
+"\n"
+"- Buffer maps"
msgstr ""
-#. summary(mysql-connector-cpp:libmysqlcppconn6)
-msgid "MySQL Connector/C++: Standardized database driver for C++ development"
+#. summary(libgarcon:libgarcon-1-0)
+msgid "Library Implementing the freedesktop.org Desktop Menu Specification"
msgstr ""
-#. summary(kdepim4:knode)
-msgid "News Reader"
+#. description(libgarcon:libgarcon-1-0)
+msgid "Garcon is a library based on GLib and GIO which implements the freedesktop.org Desktop Menu Specification. It is the sucessor to libxfce4menu and covers almost every part of the menu specification except for legacy menus and a few XML attributes. It is capable of loading menus modified with menu editors such as Alacarte and also supports merging."
msgstr ""
-#. summary(kdepim4:kjots)
-msgid "Note Taker"
+#. summary(gavl:libgavl1)
+msgid "Library which provides basic support for uncompressed multimedia data"
msgstr ""
-#. summary(libofx)
-msgid "OFX Command Parser and API"
-msgstr ""
-
-#. description(oprofile:libopagent1)
+#. description(gavl:libgavl1)
msgid ""
-"OProfile is a system-wide profiler for Linux systems, capable of profiling "
-"all running code at low overhead. OProfile is released under the GNU GPL.\n"
+"Gavl is short for Gmerlin Audio Video Library. It is a low level library, upon which multimedia APIs can be built. Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application.\n"
"\n"
-"This package contains the library needed at runtime when profiling JITed "
-"code from supported virtual machines."
+"In addition, it handles the sometimes ugly task to convert between all these formats and provides some elementary operations (copying, scaling, alpha"
msgstr ""
-#. summary(cpupower:libcpupower0)
-msgid "Obsolete processor frequency related C-library"
-msgstr ""
+#. summary(Mesa:libgbm-devel)
+#, fuzzy
+msgid "Development files for the EGL API"
+msgstr "Desenvolvimento"
-#. description(oniguruma:libonig2)
+#. description(Mesa:libgbm-devel)
msgid ""
-"Oniguruma is a regular expressions library. The characteristics of this "
-"library is that different character encoding for every regular expression "
-"object can be specified.\n"
+"This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa.\n"
"\n"
-"Supported character encodings: ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, "
-"UTF-32LE, EUC-JP, EUC-TW, EUC-KR, EUC-CN, Shift_JIS, Big5, GB 18030, KOI8-R, "
-"KOI8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, "
-"ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, "
-"ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16."
+"GBM is intended to be used as a native platform for EGL on drm or openwfd.\n"
+"\n"
+"This package provides the development environment for compiling programs against the GBM library."
msgstr ""
-#. summary(openbabel:libopenbabel-devel)
-msgid "Open Babel - The Open Source Chemistry Toolbox"
+#. summary(gcc:libgcj-devel)
+#. description(gcc:libgcj-devel)
+msgid "The system GNU Java development files."
msgstr ""
-#. description(openbabel:libopenbabel-devel)
-msgid ""
-"Open Babel is a chemical toolbox designed to speak the many languages of "
-"chemical data. It's an open, collaborative project allowing anyone to "
-"search, convert, analyze, or store data from molecular modeling, chemistry, "
-"solid-state materials, biochemistry, or related areas."
+#. summary(libgcj-gcc5)
+msgid "Java Runtime Library for gcc"
msgstr ""
-#. summary(opal:libopal3_10_10)
-msgid "Open Phone Abstraction Library"
+#. description(libgcj-gcc5)
+msgid "This library is needed if you want to use the GNU Java compiler, gcj. Source code for this package is in gcc."
msgstr ""
-#. description(opal:libopal3_10_10)
-msgid ""
-"Open Phone Abstraction Library, implementation of the ITU H.323 "
-"teleconferencing protocol, and successor of the openh323 library. It "
-"supports the H.323 protocol as well as SIP and IAX2."
-msgstr ""
+#. summary(libgcj-gcc5:libgcj-jar-gcc5)
+#, fuzzy
+msgid "Java runtime library (jar files)."
+msgstr "Interface do Kernel"
-#. summary(libgdiplus0)
-msgid "Open Source Implementation of the GDI+ API"
+#. description(libgcj-gcc5:libgcj-jar-gcc5)
+msgid "These are the jar files that go along with the gcj front end to gcc."
msgstr ""
-#. summary(glew:libGLEW1_9)
-msgid "OpenGL Extension Wrangler Library"
+#. summary(libgcj-gcc5:libgcj_bc1)
+msgid "Fake library for BC-ABI compatibility."
msgstr ""
-#. summary(akonadi-runtime:libakonadiprotocolinternals-devel)
-msgid "PIM Storage Service: Build Environment"
+#. description(libgcj-gcc5:libgcj_bc1)
+msgid "A fake library that is used at link time only. It ensures that binaries built with the BC-ABI link against a constant SONAME. This way, BC-ABI binaries continue to work if the SONAME underlying libgcj.so changes."
msgstr ""
-#. description(kiwi:kiwi-pxeboot)
-msgid "PXE basic directory structure and pre-build boot images"
-msgstr ""
+#. summary(gcr:libgck-devel)
+#, fuzzy
+msgid "GObject library to access for PKCS#11 modules - Development Files"
+msgstr "Desenvolvimento GNOME"
-#. summary(kolourpaint)
-msgid "Paint Program"
-msgstr ""
-
-#. description(kolourpaint)
-msgid "Paint program for KDE"
-msgstr ""
-
-#. summary(libmal:libmal-devel)
-msgid "Palm Sync Library"
-msgstr ""
-
-#. summary(kdepim4:ktimetracker)
+#. summary(gconfmm:libgconfmm-2_6-1)
#, fuzzy
-msgid "Personal Time Tracker"
-msgstr "Gerenciador pessoal de tempo"
+msgid "C++ Interface for GConf"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(gtkhotkey:libgtkhotkey1)
-msgid "Platform Independent Hotkey Handling for GTK+ Applications"
+#. description(gconfmm:libgconfmm-2_6-1)
+msgid "This package provides a C++ interface for GConf. It is a subpackage of the gnomemm project. The interface provides a convenient interface for C++ programmers to use GConf with flexible object-oriented framework."
msgstr ""
-#. summary(libcanberra:libcanberra-devel)
+#. summary(gcr:libgcr-devel)
#, fuzzy
-msgid "Portable sound event library -- Development files"
-msgstr "Interface do Kernel"
+msgid "Library for Crypto UI related task - Development Files"
+msgstr "Desenvolvimento"
-#. description(postgresql92-libs:libecpg6)
+#. description(libgcrypt:libgcrypt-devel)
msgid ""
-"PostgreSQL is an advanced object-relational database management system that "
-"supports an extended subset of the SQL standard, including transactions, "
-"foreign keys, subqueries, triggers, user-defined types and functions.\n"
+"Libgcrypt is a general purpose library of cryptographic building blocks. It is originally based on code used by GnuPG. It does not provide any implementation of OpenPGP or other protocols. Thorough understanding of applied cryptography is required to use Libgcrypt.\n"
"\n"
-"This package provides the runtime library of the embedded SQL C preprocessor "
-"for PostgreSQL."
+"This package contains needed files to compile and link against the library."
msgstr ""
-#. description(goocanvas1:libgoocanvas3-lang)
-#, fuzzy
-msgid "Provides translations to the package goocanvas1"
-msgstr "Aguardar por aplicativo kicker"
+#. summary(libgda:libgda-5_0-4)
+msgid "GNU Data Access (GDA) Library"
+msgstr ""
-#. description(konversation:konversation-lang)
-msgid "Provides translations to the package konversation"
+#. description(libgda:libgda-5_0-4)
+#. description(libgda:libgda-5_0-bdb)
+#. description(libgda:libgda-5_0-sqlcipher)
+#. description(libgda:libgda-5_0-sqlite)
+#. description(libgda:libgda-ui-5_0-4)
+#. description(libgda:libgda-ui-5_0-plugins)
+msgid "GNU Data Access (GDA) is an attempt to provide uniform access to different kinds of data sources (databases, information servers, mail spools, etc). It is a complete architecture that provides everything needed to access data."
msgstr ""
-#. description(libbonobo:libbonobo-lang)
-msgid "Provides translations to the package libbonobo"
+#. summary(libgda:libgda-5_0-bdb)
+msgid "Berkeley DB Provider for GNU Data Access (GDA)"
msgstr ""
-#. description(libbonoboui:libbonoboui-lang)
-msgid "Provides translations to the package libbonoboui"
+#. summary(libgda:libgda-5_0-sqlcipher)
+msgid "SQLCipher Provider for GNU Data Access (GDA)"
msgstr ""
-#. description(libgarcon:libgarcon-lang)
-#, fuzzy
-msgid "Provides translations to the package libgarcon"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(libgda:libgda-5_0-4-lang)
-msgid "Provides translations to the package libgda"
+#. summary(libgda:libgda-5_0-sqlite)
+msgid "Sqlite Provider for GNU Data Access (GDA)"
msgstr ""
-#. description(libgnome:libgnome-lang)
-#, fuzzy
-msgid "Provides translations to the package libgnome"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(libgnomecanvas:libgnomecanvas-lang)
-#, fuzzy
-msgid "Provides translations to the package libgnomecanvas"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(libgnomeui:libgnomeui-lang)
-#, fuzzy
-msgid "Provides translations to the package libgnomeui"
-msgstr "Aguardar por aplicativo kicker"
-
-#. summary(knetwalk)
-msgid "Puzzle game"
+#. summary(libgda:libgda-ui-5_0-4)
+msgid "GNU Data Access (GDA) Library - UI Widgets"
msgstr ""
-#. summary(avahi-qt4:libavahi-qt4-1)
-msgid "Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour"
+#. summary(libgda:libgda-ui-5_0-plugins)
+msgid "GNU Data Access (GDA) Library - Plugins for UI Widgets"
msgstr ""
-#. description(avahi-qt4:libavahi-qt4-1)
-msgid ""
-"Qt4 bindings for avahi.\n"
-"\n"
-"Avahi is an implementation the DNS Service Discovery and Multicast DNS "
-"specifications for Zeroconf Computing. It uses D-BUS for communication "
-"between user applications and a system daemon. The daemon is used to "
-"coordinate application efforts in caching replies, necessary to minimize the "
-"traffic imposed on networks.\n"
-"\n"
-"The Avahi mDNS responder is now feature complete implementing all MUSTs and "
-"the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in "
-"the Apple Bonjour conformance test suite. In addition it supports some nifty "
-"things that have never been seen elsewhere like correct mDNS reflection "
-"across LAN segments."
+#. summary(libgdiplus:libgdiplus0)
+msgid "Open Source Implementation of the GDI+ API"
msgstr ""
-#. summary(oniguruma:libonig2)
-msgid "Regex Library Supporting Different Character Encodings"
+#. description(libgdiplus:libgdiplus0)
+msgid "Mono library that provide a GDI+ comptible API on non-Windows operating systems."
msgstr ""
-#. summary(kdf:kwikdisk)
+#. summary(gdl:libgdl-3-5)
#, fuzzy
-msgid "Removable Media Utility"
-msgstr "Mídia Removível %s"
+msgid "Gnome Devtool Libraries"
+msgstr "Placas de Rede"
-#. summary(ksirk)
-msgid "Risk-like game for KDE"
+#. description(gdl:libgdl-3-5)
+msgid "Gnome Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2."
msgstr ""
-#. summary(postgresql92-libs:libecpg6)
-msgid "Shared Libraries Required for PostgreSQL Clients"
-msgstr ""
-
-#. summary(ktoblzcheck:libktoblzcheck1)
-msgid "Shared Libraries for ktoblzcheck"
-msgstr ""
-
-#. description(ktoblzcheck:libktoblzcheck1)
-msgid "Shared Libraries for package ktoblzcheck."
-msgstr ""
-
-#. description(fcitx:libfcitx-4_2_8)
+#. summary(gdlmm:libgdlmm-3_0-2)
#, fuzzy
-msgid "Shared libraries for Fcitx input method framework."
-msgstr "Criando banco de dados de recursos"
+msgid "C++ interface for gdl"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(fcitx:libfcitx-4_2_8)
+#. description(gdlmm:libgdlmm-3_0-2)
#, fuzzy
-msgid "Shared libraries for fcitx"
-msgstr "Criando banco de dados de recursos"
+msgid "gdlmm provides a C++ interface to the gdl library."
+msgstr "Interface do Kernel"
-#. summary(GeoIP:libGeoIP1)
-msgid "Shared libraries of the GeoIP C API"
-msgstr ""
-
-#. summary(mxml:libmxml1)
+#. summary(gstreamer-editing-services:libges-1_0-0)
#, fuzzy
-msgid "Shared library for mxml"
-msgstr "Criando banco de dados de recursos"
+msgid "GStreamer Editing Services - Libraries"
+msgstr "Serviços de Correio e Notícias"
-#. description(haveged:libhavege1)
+#. description(gstreamer-editing-services:libges-1_0-0)
msgid ""
-"Shared object for the haveged library This package contains the haveged "
-"implementation of the HAVEGE algorithm and supporting features."
+"The GStreamer multimedia framework and the accompanying GNonLin set of plugins for non-linear editing offer all the building blocks for:\n"
+"\n"
+" Decoding and encoding to a wide variety of formats, through all the available GStreamer plugins.\n"
+"\n"
+" Easily choosing segments of streams and arranging them through time through the GNonLin set of plugins.\n"
+"\n"
+"But all those building blocks only offer stream-level access, which results in developers who want to write non-linear editors to write a consequent amount of code to get to the level of non-linear editing notions which are closer and more meaningful for the end-user (and therefore the application).\n"
+"\n"
+"The GStreamer Editing Services (hereafter GES) aims to fill the gap between GStreamer/GNonLin and the application developer by offering a series of classes to simplify the creation of many kind of editing-related applications."
msgstr ""
-#. description(kshisen)
-msgid ""
-"Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the game "
-"is to remove all tiles from the field. This is done by removing two tiles "
-"with of the same type until no tile is left."
-msgstr ""
+#. summary(getdata:libgetdata++6)
+#. summary(getdata:libgetdata7)
+#, fuzzy
+msgid "Library for GetData"
+msgstr "Aplicativos Favoritos"
-#. summary(kshisen)
+#. description(getdata:libgetdata++6)
#, fuzzy
-msgid "Shisen-Sho Mahjongg-like game"
-msgstr "Jogo de Ladrilhos parecido com Shisen-Sho Mahjongg"
+msgid "Library for C++-bindings for GetData."
+msgstr "O pacote não está assinalado"
-#. summary(kspaceduel)
-msgid "Space Arcade game"
+#. description(getdata:libgetdata7)
+#, fuzzy
+msgid "Library for C-bindings for GetData."
+msgstr "O pacote não está assinalado"
+
+#. summary(ggz:libggz2)
+#. summary(ggz:libggz2-devel)
+msgid "Makes free online gaming possible"
msgstr ""
-#. summary(kmouth)
-msgid "Speech Synthesizer Frontend"
+#. description(ggz:libggz2)
+#. description(ggz:libggz2-devel)
+msgid "The GGZ project makes free online gaming possible."
msgstr ""
-#. summary(libgda:libgda-5_0-sqlite)
-msgid "Sqlite Provider for GNU Data Access (GDA)"
+#. summary(libgit2-glib:libgit2-glib-1_0-0)
+msgid "Glib wrapper library around libgit2"
msgstr ""
-#. summary(ksquares)
-msgid "Strategic board game"
+#. description(libgit2-glib:libgit2-glib-1_0-0)
+msgid "libgit2-glib is a glib wrapper library around the libgit2 git access library."
msgstr ""
-#. summary(ksystemlog)
-msgid "System Log Viewer Tool"
+#. summary(gitg:libgitg-1_0-0)
+#. summary(gitg:libgitg-ext-1_0-0)
+msgid "Git repository viewer -- Library"
msgstr ""
-#. summary(oprofile:libopagent1)
-msgid "System-Wide Profiler for Linux Systems"
+#. summary(libglade2:libglade-2_0-0)
+msgid "Glade Library Compatible with the GNOME 2.x Desktop Platform"
msgstr ""
-#. summary(kjumpingcube)
-msgid "Tactical board game"
+#. description(libglade2:libglade-2_0-0)
+msgid "This library allows you to load Glade interface files in a program at runtime. It does not require that you use Glade, but Glade is the easiest way to create the interface files. For an idea of how to use the library, see the documentation, especially /usr/share/doc/packages/libglade/test-libgladee.c and the glade-xml.h include, which is in the libglade package."
msgstr ""
-#. summary(kteatime)
-msgid "Tea Cooker"
+#. summary(libglademm)
+#. summary(libglademm:libglademm-2_4-1)
+msgid "C++ Interface for libglade (Part of GNOME Project)"
msgstr ""
-#. description(libdb-4_8:libdb-4_8-devel)
-msgid ""
-"The Berkeley DB Database is a programmatic toolkit that provides database "
-"support for applications.\n"
-"\n"
-"This package contains the header files and libraries."
+#. description(libglademm)
+#. description(libglademm:libglademm-2_4-1)
+msgid "This package provides a C++ interface for libglade. It is a subpackage of the gnomemm project. The interface provides a convenient interface for C++ programmers to use libglade with flexible object-oriented framework."
msgstr ""
-#. summary(libbonobo)
-msgid "The Bonobo Component System for the GNOME 2.x Desktop Platform"
+#. summary(gle:libgle3)
+msgid "The GLE Tubing and Extrusion Library"
msgstr ""
-#. summary(libbonoboui)
-msgid "The Bonobo Part of the GNOME User Interface Libraries"
+#. description(gle:libgle3)
+msgid "The GLE Tubing and Extrusion Library is a graphics application programming interface (API). The library consists of a number of C language subroutines for drawing tubing and extrusions. The library is distributed in source code form in a package that includes documentation, a VRML proposal, make files, and full source code and header files. It uses the OpenGL (TM) programming API to perform the actual drawing of the tubing and extrusions."
msgstr ""
-#. summary(boost:libboost_chrono1_53_0)
+#. summary(libgltf:libgltf-0_0-0)
#, fuzzy
-msgid "The Boost::Chrono runtime library"
-msgstr "Aplicativos Usados Recentemente"
+msgid "C++ Library for rendering OpenGL models stored in glTF format"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(boost:libboost_locale1_53_0)
-#, fuzzy
-msgid "The Boost::Locale runtime library"
-msgstr "Notificações"
-
-#. summary(boost:libboost_random1_53_0)
-msgid "The Boost::Random runtime library"
+#. description(libgltf:libgltf-0_0-0)
+msgid "libgltf is a library for rendering OpenGL models stored in glTF format"
msgstr ""
-#. summary(boost:libboost_regex1_53_0)
-msgid "The Boost::Regex runtime library"
+#. summary(freeglut:libglut3)
+msgid "Freely licensed alternative to the GLUT library"
msgstr ""
-#. summary(boost:libboost_timer1_53_0)
-#, fuzzy
-msgid "The Boost::Timer runtime library"
-msgstr "Notificações"
-
-#. description(libcamgm:libcamgm100)
-#, fuzzy
+#. description(freeglut:libglut3)
msgid ""
-"The CA Management Library provides methods for managing a certificate "
-"authority."
-msgstr "Ferramenta para gerenciar uma Autoridade de Certificação"
+"Freeglut is a completely open source alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL Redbook. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available, and highly portable.\n"
+"\n"
+"GLUT (and freeglut) allow the user to create and manage windows containing OpenGL contexts and also read the mouse, keyboard, and joystick functions on a wide range of platforms."
+msgstr ""
-#. summary(corosync:libcorosync4)
-msgid "The Corosync Cluster Engine Libraries"
+#. summary(glyr:libglyr1)
+msgid "Searcheninge for Musicrelated Metadata"
msgstr ""
-#. description(fltk:libfltk1)
+#. description(glyr:libglyr1)
msgid ""
-"The Fast Light Tool Kit (\"FLTK\", pronounced \"fulltick\") is a C++ "
-"graphical user interface toolkit for the X Window System (UNIX(r)), OpenGL"
-"(r), and Microsoft(r) Windows(r) NT 4.0, 95, or 98. The installation of this "
-"package requires you to install a 3D library. If you do not have hardware "
-"3D, you can use the software OpenGL library in the mesasoft package (series "
-"x3d). The library can be recompiled without 3D support."
+"Glyr shared library.\n"
+"\n"
+"The sort of metadata glyr is searching (and downloading) is usually the data you see in your musicplayer. And indeed, originally it was written to serve as internally library for a musicplayer, but has been extended to work as a standalone program which is able to download:\n"
+"\n"
+"* cover art;\n"
+"* lyrics;\n"
+"* bandphotos;\n"
+"* artist biography;\n"
+"* album reviews;\n"
+"* tracklists of an album;\n"
+"* a list of albums from a specific artist;\n"
+"* tags, either related to artist, album or title relations, for example links to wikipedia;\n"
+"* similar artists;\n"
+"* similar songs"
msgstr ""
-#. description(ggz:libggz2)
-msgid "The GGZ project makes free online gaming possible."
+#. summary(gmp:libgmpxx4)
+msgid "C++ bindings for the GNU MP Library"
msgstr ""
-#. summary(gle:libgle3)
-msgid "The GLE Tubing and Extrusion Library"
-msgstr ""
-
-#. description(gle:libgle3)
+#. description(gmp:libgmpxx4)
msgid ""
-"The GLE Tubing and Extrusion Library is a graphics application programming "
-"interface (API). The library consists of a number of C language subroutines "
-"for drawing tubing and extrusions. The library is distributed in source code "
-"form in a package that includes documentation, a VRML proposal, make files, "
-"and full source code and header files. It uses the OpenGL (TM) programming "
-"API to perform the actual drawing of the tubing and extrusions."
+"A library for calculating huge numbers (integer and floating point).\n"
+"\n"
+"This package contains C++ bindings C++ bindings for the GNU MP Library."
msgstr ""
#. summary(libgnome)
msgid "The GNOME 2.x Desktop Base Libraries"
msgstr ""
+#. description(libgnome)
+msgid "This package contains the basic libraries for the GNOME 2.x Desktop platform. GNOME has no specific window manager. You are totally free in your choice. Many GNOME users like Sawfish, Enlightenment, or IceWM as a window manager for GNOME (see those packages)."
+msgstr ""
+
#. summary(gnome-desktop:libgnome-desktop-3-devel)
#, fuzzy
msgid "The GNOME Desktop API Library -- Development Files"
msgstr "Desenvolvimento GNOME"
+#. summary(libgnome-keyring:libgnome-keyring-devel)
+msgid "Library to integrate with the GNOME Keyring - Development Files"
+msgstr ""
+
+#. summary(libgnomecanvas:libgnomecanvas-2-0)
+msgid "An Add-On for the GNOME User Interface Libraries"
+msgstr ""
+
+#. description(libgnomecanvas:libgnomecanvas-2-0)
+msgid "Libgnomecanvas is a graphical add-on for the GNOME User Interface libraries."
+msgstr ""
+
#. summary(libgnomeui)
#, fuzzy
msgid "The GNOME User Interface Library"
msgstr "Notificações"
-#. summary(gcc48:libasan0)
-msgid "The GNU Compiler Address Sanitizer Runtime Library"
+#. description(libgnomeui)
+msgid "This library contains all the user interface-related functions for GNOME-based software. You need the libgnomeui-devel package if you want to develop GNOME 2.x Desktop software."
msgstr ""
-#. summary(gcc48:libatomic1)
-msgid "The GNU Compiler Atomic Operations Runtime Library"
+#. summary(gnutls:libgnutls-devel)
+#, fuzzy
+msgid "Development package for gnutls"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(gnutls:libgnutls-devel)
+msgid "Files needed for software development using gnutls."
msgstr ""
-#. summary(gcc48:libitm1)
-msgid "The GNU Compiler Transactional Memory Runtime Library"
+#. summary(goffice:libgoffice-0_10-10)
+#. summary(goffice-0_8:libgoffice-0_8-8)
+msgid "GLib/GTK+ Set of Document-Centric Objects and Utilities"
msgstr ""
-#. description(libICE:libICE-devel)
+#. description(goffice:libgoffice-0_10-10)
msgid ""
-"The Inter-Client Exchange (ICE) protocol is intended to provide a framework "
-"for building such protocols, allowing them to make use of common negotiation "
-"mechanisms and to be multiplexed over a single transport connection.\n"
+"GOffice is a GLib/GTK+ set of document-centric objects and utilities.\n"
"\n"
-"This package contains the development headers for the library found in "
-"libICE6."
+"These are common operations for document-centric applications that are conceptually simple, but complex to implement fully: plug-ins, load and save documents, undo and redo."
msgstr ""
-#. summary(laptop-mode-tools)
-msgid "The Laptop Mode Tools"
-msgstr ""
-
-#. description(liblqr:liblqr-devel)
+#. description(goffice-0_8:libgoffice-0_8-8)
msgid ""
-"The Liquid Rescale (lqr) library provides a C/C++ API for performing non-"
-"uniform resizing of images by the seam-carving technique.\n"
+"These are common operations for document-centric applications that are conceptually simple, but complex to implement fully. - Plug-ins\n"
"\n"
-"This package contains the development files for liblqr."
+"- Load and save documents\n"
+"\n"
+"- Undo and redo\n"
+"\n"
+"GOffice is a GLib/GTK+ set of document-centric objects and utilities."
msgstr ""
-#. description(mono-core:libmono-2_0-1)
-msgid ""
-"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"
-"A Library for embedding Mono in your Application."
+#. summary(goocanvas1:libgoocanvas3)
+msgid "A cairo-based canvas widget for GTK+"
msgstr ""
-#. description(mono-core:libmono-2_0-devel)
-msgid ""
-"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"
-"Development files for libmono."
+#. description(goocanvas1:libgoocanvas3)
+msgid "GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it uses cairo for rendering, has an optional model/view split, and uses interfaces for items & models (so you can easily turn any application object into a canvas item or model)."
msgstr ""
-#. description(analitza:libanalitza0)
-msgid ""
-"The analitza library will let you add mathematical features to your program."
+#. summary(libgooglepinyin:libgooglepinyin0)
+msgid "A fork from googlepinyin on android"
msgstr ""
-#. summary(bzip2:libbz2-devel)
-#, fuzzy
-msgid "The bzip2 runtime library development files"
-msgstr "Interface do Kernel"
+#. description(libgooglepinyin:libgooglepinyin0)
+msgid "libgooglepinyin is an input method fork from google pinyin on android"
+msgstr ""
-#. description(bzip2:libbz2-devel)
+#. summary(libgpg-error:libgpg-error-devel)
#, fuzzy
-msgid "The bzip2 runtime library development files."
-msgstr "Interface do Kernel"
+msgid "Development package for libgpg-error"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(kmouth)
-msgid "The computer \"speaks\" the entered text for talking with people."
+#. description(libgpg-error:libgpg-error-devel)
+msgid "Files needed for software development using libgpg-error."
msgstr ""
-#. description(libalkimia:libalkimia-devel)
+#. summary(libgphoto2:libgphoto2-devel)
#, fuzzy
-msgid "The development files for libalkimia."
+msgid "Development headers for libgphoto2"
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libcap-ng:libcap-ng-devel)
-#, fuzzy
+#. description(libgphoto2:libgphoto2-devel)
msgid ""
-"The libcap-ng-devel package contains the files needed for developing "
-"applications that need to use the libcap-ng library."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(libfontenc:libfontenc-devel)
-msgid ""
-"The libfontenc library is used by the Xorg server and other X font tools for "
-"handling fonts with different character set encodings.\n"
+"gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, and capturing images from a range of supported digital cameras to your local hard drive.\n"
"\n"
-"This package contains the development headers for the library found in "
-"libfontenc1."
+"These are its development libraries and headers."
msgstr ""
-#. description(gnome-desktop2:libgnome-desktop-2-17)
-msgid ""
-"The libgnome-desktop library provides API shared by several applications on "
-"the desktop, but that cannot live in the platform for various reasons. There "
-"is no API or ABI guarantee, although we are doing our best to provide "
-"stability. Documentation for the API is available with gtk-doc."
-msgstr ""
-
-#. description(libimobiledevice:libimobiledevice-devel)
+#. summary(libgpod:libgpod-devel)
#, fuzzy
-msgid ""
-"The libimobiledevice-devel package contains libraries and header files for "
-"developing applications that use libimobiledevice4."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Development files for libgpod"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libjpeg62-turbo:libjpeg62-devel)
+#. description(libgpod:libgpod-devel)
msgid ""
-"The libjpeg-devel package includes the header files and libraries necessary "
-"for compiling and linking programs which will manipulate JPEG files using "
-"the libjpeg library."
-msgstr ""
-
-#. summary(libmpd:libmpd1)
-msgid "The libmpd package"
-msgstr ""
-
-#. description(gcc48:libobjc4)
-#, fuzzy
-msgid "The library for the GNU Objective C compiler."
-msgstr "Ferramentas e Compiladores de C/C++"
-
-#. description(libapr1)
-msgid ""
-"The mission of the Apache Portable Runtime (APR) project is to create and "
-"maintain software libraries that provide a predictable and consistent "
-"interface to underlying platform-specific implementations. The primary goal "
-"is to provide an API to which software developers may code and be assured of "
-"predictable if not identical behaviour regardless of the platform on which "
-"their software is built, relieving them of the need to code special-case "
-"conditions to work around or take advantage of platform-specific "
-"deficiencies or features.\n"
+"libgpod is a library meant to abstract access to iPod content. It provides an easy-to-use API to retrieve the list of files and playlists stored on an iPod, modify them, and save them back to the iPod.\n"
"\n"
-"The APR is used by both Open Source and Commercial projects, prominent "
-"examples being the Apache HTTP server."
+"This package provides the development files to use libgpod."
msgstr ""
-#. description(kiwi)
-msgid ""
-"The openSUSE KIWI Image System provides a complete operating system image "
-"solution for Linux supported hardware platforms as well as for "
-"virtualization systems like Xen."
+#. summary(gpsd:libgps22)
+msgid "Shared library for GPS applications"
msgstr ""
-#. description(ksh)
-msgid ""
-"The original Korn Shell. The ksh is an sh-compatible command interpreter "
-"that executes commands read from standard input or from a file."
-msgstr ""
-
-#. description(kiwi-config-openSUSE)
+#. description(gpsd:libgps22)
#, fuzzy
-msgid "The package contains various kiwi configs for openSUSE live media"
+msgid "This package provides the shared library for gpsd and other GPS aware applications."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libmspack:libmspack0)
-msgid ""
-"The purpose of libmspack is to provide both compression and decompression of "
-"some loosely related file formats used by Microsoft. Currently the most "
-"common formats are implemented."
+#. summary(libgsf:libgsf-devel)
+msgid "Extensible I/O abstraction library for dealing with structured file formats -- Develoment Files"
msgstr ""
-#. description(gcc48:libatomic1)
-#, fuzzy
-msgid ""
-"The runtime library for atomic operations of the GNU Compiler Collection "
-"(GCC)."
-msgstr "Aplicativos Usados Recentemente"
-
-#. description(gcc48:libitm1)
-msgid ""
-"The runtime library needed to run programs compiled with the\n"
-"-fgnu-tm option of the GNU Compiler Collection (GCC)."
+#. summary(libgssglue:libgssglue-devel)
+#. summary(libgssglue:libgssglue1)
+msgid "Generic GSSAPI Library"
msgstr ""
-#. description(gcc48:libasan0)
-msgid ""
-"The runtime library needed to run programs compiled with the\n"
-"-fsanitize=address option of the GNU Compiler Collection (GCC)."
+#. description(libgssglue:libgssglue-devel)
+#. description(libgssglue:libgssglue1)
+msgid "This library exports a gssapi interface, but does not implement any gssapi mechanisms itself. Instead it calls gssapi routines in other libraries, depending on the mechanism."
msgstr ""
-#. summary(gcc:libgcj-devel)
-msgid "The system GNU Java development files."
+#. summary(gstreamer-0_10-plugins-gl:libgstgl-0_10-1)
+msgid "GStreamer OpenGL Plug-Ins - Shared Library"
msgstr ""
-#. description(goffice-0_8:libgoffice-0_8-8)
+#. description(gstreamer-0_10-plugins-gl:libgstgl-0_10-1)
msgid ""
-"These are common operations for document-centric applications that are "
-"conceptually simple, but complex to implement fully. - Plug-ins\n"
+"Shared Library, is normally installed as a dependency when needed\n"
"\n"
-"- Load and save documents\n"
+"This module contains integration libraries and plug-ins for using OpenGL within GStreamer pipelines. This module contains elements for, among others:\n"
"\n"
-"- Undo and redo\n"
-"\n"
-"GOffice is a GLib/GTK+ set of document-centric objects and utilities."
+" * output: glimagesink * adapters: glupload, gldownload * video processing: gldeinterlace, glcolorscale * GL effects: glfiltersobel, glfilterblur, gleffects, others * sources: gltestsrc"
msgstr ""
-#. description(libgcj48:libgcj48-jar)
-msgid "These are the jar files that go along with the gcj front end to gcc."
+#. summary(gst-rtsp-server:libgstrtspserver-1_0-0)
+msgid "GStreamer based RTSP server library"
msgstr ""
-#. description(netpbm:libnetpbm-devel)
-msgid ""
-"These are the libs for the netpbm graphic formats. The tools can be found in "
-"the netpbm package. The sources are contained in the netpbm source package."
+#. description(gst-rtsp-server:libgstrtspserver-1_0-0)
+msgid "gst-rtsp-server is a library ion top of GStreamer for building an RTSP server"
msgstr ""
-#. description(apparmor:libapparmor-devel)
-msgid ""
-"These libraries are needed for developing software that makes use of the "
-"AppArmor API."
+#. summary(gtk-vnc:libgtk-vnc-2_0-0)
+msgid "A GTK widget for VNC clients"
msgstr ""
-#. description(libcacard:libcacard0)
-msgid ""
-"This emulator is designed to provide emulation of actual smart cards to a "
-"virtual card reader running in a guest virtual machine. The emulated smart "
-"cards can be representations of real smart cards, where the necessary "
-"functions such as signing, card removal/insertion, etc. are mapped to real, "
-"physical cards which are shared with the client machine the emulator is "
-"running on, or the cards could be pure software constructs."
+#. description(gtk-vnc:libgtk-vnc-2_0-0)
+msgid "gtk-vnc is a VNC viewer widget for GTK+. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded."
msgstr ""
-#. description(ImageMagick:libMagick++-6_Q16-2)
-msgid ""
-"This is Magick++, the object-oriented C++ API for the ImageMagick image-"
-"processing library.\n"
-"\n"
-"Magick++ supports an object model inspired by PerlMagick. Magick++ should be "
-"faster than PerlMagick since it is written in a compiled language which is "
-"not parsed at run-time. This makes it suitable for Web CGI programs. Images "
-"support implicit reference counting so that copy constructors and assignment "
-"incur almost no cost. The cost of actually copying an image (if necessary) "
-"is done just before modification and this copy is managed automatically by "
-"Magick++. De-referenced copies are automatically deleted. The image objects "
-"support value (rather than pointer) semantics so it is trivial to support "
-"multiple generations of an image in memory at one time."
-msgstr ""
+#. summary(ghex:libgtkhex-3-0)
+#, fuzzy
+msgid "GNOME Binary Editor -- Library"
+msgstr "Monitor Primário:"
-#. description(ksaneplugin)
-msgid "This is a KScan plugin that implements the scanning through libksane"
+#. summary(gtkimageview:libgtkimageview0)
+msgid "Library providing an advanced widget for GdkPixbuf"
msgstr ""
-#. description(xiterm:libiterm1)
-msgid ""
-"This is a portable library for internationalized terminal emulator. All you "
-"need to make terminal emulator is to implements Callback functions, like a "
-"drawing string on specific column and row, or set fore/background color and "
-"so on."
+#. description(gtkimageview:libgtkimageview0)
+msgid "GtkImageView is a widget that provides a zoomable and panable view of a GdkPixbuf. It is intended to be usable in most types of image viewing applications."
msgstr ""
-#. description(digikam:kipi-plugins-acquireimage)
-msgid "This is the Acquireimage plugin from the kipi plugins package."
-msgstr ""
+#. summary(gtksourceviewmm:libgtksourceviewmm-3_0-0)
+#, fuzzy
+msgid "C++ interface for gtksourceview"
+msgstr "Interface a ser selecionada na inicialização:"
-#. description(digikam:kipi-plugins-geolocation)
-msgid "This is the Geolocation plugin from the kipi plugins package."
+#. description(gtksourceviewmm:libgtksourceviewmm-3_0-0)
+#, fuzzy
+msgid "gtksourceviewmm provides a C++ interface to the gtksourceview library."
+msgstr "Interface do Kernel"
+
+#. summary(gtkspell:libgtkspell0)
+msgid "GTK2 Spell Checker Interface Library"
msgstr ""
-#. description(systemd:libgudev-1_0-devel)
+#. summary(kernel-pae)
#, fuzzy
-msgid ""
-"This is the devel package for the GObject library libgudev, which provides "
-"GObject access to udev device information."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Kernel with PAE Support"
+msgstr "Firefox com Suporte Pango"
-#. description(libmng:libmng-devel)
+#. description(kernel-pae)
msgid ""
-"This library can handle MNG and JNG formats which contain animated pictures. "
-"These formats should replace the GIF format.\n"
+"This kernel supports up to 64GB of main memory. It requires Physical Addressing Extensions (PAE), which were introduced with the Pentium Pro processor.\n"
"\n"
-"This package contains the static library and the header files."
+"PAE is not only more physical address space but also important for the \"no execute\" feature which disables execution of code that is marked as non-executable. Therefore, the PAE kernel should be used on any systems that support it, regardless of the amount of main memory.\n"
+"\n"
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(libgnomeui)
+#. description(kernel-pae:kernel-pae-devel)
msgid ""
-"This library contains all the user interface-related functions for GNOME-"
-"based software. You need the libgnomeui-devel package if you want to develop "
-"GNOME 2.x Desktop software."
+"This package contains files necessary for building kernel modules (and kernel module packages) against the pae flavor of the kernel.\n"
+"\n"
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(libbonoboui)
+#. summary(kernel-xen)
#, fuzzy
-msgid ""
-"This library contains the Bonobo-related part of the GNOME UI libraries."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(evolution-ews:libeews-1_2-0)
-msgid ""
-"This library is a client library for accessing Exchange servers through the "
-"Exchange Web Services interface (compatible with Exchange 2007 and later)."
+msgid "The Xen Kernel"
msgstr ""
+"Carregando Kernel do Linux\n"
+"\n"
+" "
-#. description(libiec61883)
+#. description(kernel-xen)
msgid ""
-"This library is an implementation of IEC 61883, part 1 (CIP, plug registers, "
-"and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of "
-"IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols.\n"
+"The Linux kernel for Xen paravirtualization.\n"
"\n"
-"The libiec61883 library provides a higher level API for streaming DV, MPEG-2 "
-"and audio over Linux IEEE 1394. This includes both reception and "
-"transmission. It uses the new \"rawiso\" API of libraw1394, which "
-"transparently provides mmap-ed DMA for efficient data transfer. It also "
-"represents the third generation of I/O technology for Linux 1394 for these "
-"media types thereby removing the complexities of additional kernel modules, /"
-"dev nodes, and procfs. It also consolidates features for plug control "
-"registers and connection management that previously existed in experimental "
-"form in an unreleased version of libavc1394."
+"This kernel can be used both as the domain0 (\"xen0\") and as an unprivileged (\"xenU\") kernel.\n"
+"\n"
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(libgcj48)
+#. description(kernel-xen:kernel-xen-devel)
msgid ""
-"This library is needed if you want to use the GNU Java compiler, gcj. Source "
-"code for this package is in gcc."
-msgstr ""
-
-#. description(libgdiplus0:libgdiplus-devel)
-msgid ""
-"This library is part of the Mono project. It is required when using System."
-"Drawing."
-msgstr ""
-
-#. description(libFS:libFS6)
-msgid ""
-"This library is used by clients of X Font Servers (xfs), such as xfsinfo, "
-"xfslsfonts, and the X servers themselves."
-msgstr ""
-
-#. description(libFS:libFS-devel)
-msgid ""
-"This library is used by clients of X Font Servers (xfs), such as xfsinfo, "
-"xfslsfonts, and the X servers themselves.\n"
+"This package contains files necessary for building kernel modules (and kernel module packages) against the xen flavor of the kernel.\n"
"\n"
-"This package contains the development headers for the library found in "
-"libFS6."
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(evolution-ews:libewsutils0)
-msgid "This library provides utilities API for EWS Exchange Connector."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-nb)
+#, fuzzy
+msgid "Norwegian Bokmål (nb) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(libnl-1_1:libnl-1_1-devel)
-msgid ""
-"This package contains a convenience library to simplify using the Linux "
-"kernels netlink sockets interface for network manipulation."
-msgstr ""
-
-#. description(kanagram:libkanagramengine4)
+#. description(kde-l10n:kde-l10n-nb)
#, fuzzy
-msgid "This package contains a library for the Kanagram letter order game"
+msgid "All the requirements for a KDE desktop in Norwegian Bokmål. This package contains application translations, help files, and screenshots."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(khangman:libkhangmanengine4)
+#. summary(kde-l10n:kde-l10n-nds)
#, fuzzy
-msgid "This package contains a library for the Khangman game."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Low Saxon (nds) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(libksane:libksane-devel)
-msgid ""
-"This package contains a library to add scan support to KDE applications."
+#. description(kde-l10n:kde-l10n-nds)
+msgid "All the requirements for a KDE desktop in Low Saxon. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(ktux)
+#. summary(kde-l10n:kde-l10n-nl)
#, fuzzy
-msgid "This package contains a screen saver showing Tux in space."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Dutch (nl) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(libkdeedu4:libkdeedu4-devel)
+#. description(kde-l10n:kde-l10n-nl)
#, fuzzy
-msgid ""
-"This package contains all necessary files and libraries needed to develop "
-"KDE education applications."
+msgid "All the requirements for a KDE desktop in Dutch. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libkdegames:libkdegames-devel)
+#. summary(kde-l10n:kde-l10n-nl-data)
#, fuzzy
-msgid ""
-"This package contains all necessary files and libraries needed to develop "
-"KDE games."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Dutch (nl) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(libkmahjongg:libkmahjongg-devel)
+#. description(kde-l10n:kde-l10n-nl-data)
#, fuzzy
-msgid ""
-"This package contains all necessary files and libraries needed to develop "
-"games that uses Mahjongg tiles."
+msgid "This package contains Dutch localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libogg:libogg-devel)
+#. summary(kde-l10n:kde-l10n-nl-doc)
#, fuzzy
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"compile and develop applications that use libogg."
+msgid "Dutch (nl) manuals for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-nl-doc)
+#, fuzzy
+msgid "This package contains Dutch application manual translations for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libbonoboui:libbonoboui-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"compile and link applications that use libbonoboui."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-nn)
+#, fuzzy
+msgid "Nynorsk (nn) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(kdepimlibs4:libkdepimlibs4-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop KDE PIM applications."
+#. description(kde-l10n:kde-l10n-nn)
+msgid "All the requirements for a KDE desktop is Nynorsk. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(kdelibs4:libkde4-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop KDE applications."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-pa)
+#, fuzzy
+msgid "Punjabi (pa) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(kdebase4:libkonq-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop KDE file manager applications."
+#. description(kde-l10n:kde-l10n-pa)
+msgid "All the requirements for a KDE desktop in Punjabi. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(kdelibs4:libkdecore4-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop non-graphical KDE applications."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-pl)
+#, fuzzy
+msgid "Polish (pl) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(libkdeedu4:libkdeedu4-data)
+#. description(kde-l10n:kde-l10n-pl)
#, fuzzy
-msgid ""
-"This package contains common data files used by various KDE education "
-"applications."
+msgid "All the requirements for a KDE desktop in Polish. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(corosync:libcorosync4)
+#. summary(kde-l10n:kde-l10n-pl-data)
#, fuzzy
-msgid "This package contains corosync libraries."
-msgstr "Aplicativos Usados Recentemente"
+msgid "Polish (pl) application data for KDE"
+msgstr "Marianas do Norte"
-#. description(libdbusmenu-qt:libdbusmenu-qt-devel)
+#. description(kde-l10n:kde-l10n-pl-data)
#, fuzzy
-msgid "This package contains development files for libdbusmenu-qt."
+msgid "This package contains Polish localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libindi:libindi-devel)
+#. summary(kde-l10n:kde-l10n-pt)
#, fuzzy
-msgid "This package contains development files for libindi."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Portuguese (pt) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(digikam:libkface-devel)
+#. description(kde-l10n:kde-l10n-pt)
+msgid "All the requirements for a KDE desktop in Portuguese. This package contains application translations, help files, and screenshots."
+msgstr ""
+
+#. summary(kde-l10n:kde-l10n-pt_BR)
#, fuzzy
-msgid "This package contains development files for libkface."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Brazilian (pt_BR) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(digikam:libkgeomap-devel)
+#. description(kde-l10n:kde-l10n-pt_BR)
#, fuzzy
-msgid "This package contains development files for libkgeomap."
+msgid "All the requirements for a KDE desktop in Brazilian. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libnova:libnova-devel)
+#. summary(kde-l10n:kde-l10n-pt_BR-data)
#, fuzzy
-msgid "This package contains development files for libnova."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Brazilian (pt_BR) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(akonadi-runtime:libakonadiprotocolinternals-devel)
-msgid ""
-"This package contains development files of Akonadi, the KDE PIM storage "
-"service."
-msgstr ""
-
-#. description(cfitsio:libcfitsio-devel)
+#. description(kde-l10n:kde-l10n-pt_BR-data)
#, fuzzy
-msgid ""
-"This package contains headers required when building programs against "
-"cfitsio library."
+msgid "This package contains Brazilian localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libchewing:libchewing3)
-msgid ""
-"This package contains libraries for Chewing, an intelligent phonetic input "
-"method library for traditional Chinese."
+#. summary(kde-l10n:kde-l10n-ro)
+msgid "Romanian (ro) translations for KDE"
msgstr ""
-#. description(kiwi:kiwi-templates)
-msgid ""
-"This package contains system image templates to easily build a JeOS based "
-"operating system image with kiwi"
+#. description(kde-l10n:kde-l10n-ro)
+msgid "All the requirements for a KDE desktop in Romanian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(boost:libboost_chrono1_53_0)
+#. summary(kde-l10n:kde-l10n-ru)
#, fuzzy
-msgid "This package contains the Boost::Chrono runtime library."
-msgstr "Aplicativos Usados Recentemente"
+msgid "Russian (ru) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(boost:libboost_graph1_53_0)
-msgid "This package contains the Boost::Graph Runtime libraries."
-msgstr ""
+#. description(kde-l10n:kde-l10n-ru)
+#, fuzzy
+msgid "All the requirements for a KDE desktop in Russian. This package contains application translations."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(boost:libboost_iostreams1_53_0)
-msgid "This package contains the Boost::IOStreams Runtime libraries."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-ru-data)
+#, fuzzy
+msgid "Russian (ru) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(boost:libboost_locale1_53_0)
+#. description(kde-l10n:kde-l10n-ru-data)
#, fuzzy
-msgid "This package contains the Boost::Locale runtime library."
-msgstr "Aplicativos Usados Recentemente"
+msgid "This package contains Russian localized application data for KDE."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(boost:libboost_mpi1_53_0)
-msgid "This package contains the Boost::MPI Runtime libraries."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-sk)
+#, fuzzy
+msgid "Slovak (sk) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(boost:libboost_math1_53_0)
-msgid "This package contains the Boost::Math Runtime libraries."
+#. description(kde-l10n:kde-l10n-sk)
+msgid "All the requirements for a KDE desktop in Slovak. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(boost:libboost_python1_53_0)
-msgid "This package contains the Boost::Python Runtime libraries."
-msgstr ""
-
-#. description(boost:libboost_random1_53_0)
+#. summary(kde-l10n:kde-l10n-sl)
#, fuzzy
-msgid "This package contains the Boost::Random runtime library."
-msgstr "Aplicativos Usados Recentemente"
+msgid "Slovenian (sl) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(boost:libboost_regex1_53_0)
-msgid "This package contains the Boost::Regex runtime library."
+#. description(kde-l10n:kde-l10n-sl)
+msgid "All the requirements for a KDE desktop in Slovenian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(boost:libboost_serialization1_53_0)
-msgid "This package contains the Boost::Serialization Runtime libraries."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-sr)
+#, fuzzy
+msgid "Serbian (sr) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(boost:libboost_signals1_53_0)
-msgid "This package contains the Boost::Signals Runtime libraries."
+#. description(kde-l10n:kde-l10n-sr)
+msgid "All the requirements for a KDE desktop in Serbian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(boost:libboost_test1_53_0)
-msgid "This package contains the Boost::Test runtime libraries."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-sv)
+#, fuzzy
+msgid "Swedish (sv) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(boost:libboost_timer1_53_0)
+#. description(kde-l10n:kde-l10n-sv)
#, fuzzy
-msgid "This package contains the Boost::Timer runtime library."
-msgstr "Aplicativos Usados Recentemente"
+msgid "All the requirements for a KDE desktop in Swedish. This package contains application translations."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(boost:libboost_wave1_53_0)
-msgid "This package contains the Boost::Wave runtime libraries."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-sv-data)
+#, fuzzy
+msgid "Swedish (sv) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(i4l-base:libcapi20-3)
+#. description(kde-l10n:kde-l10n-sv-data)
#, fuzzy
-msgid "This package contains the CAPI 2.0 runtime library files."
-msgstr "Aplicativos Usados Recentemente"
+msgid "This package contains Swedish localized application data for KDE."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(Mesa:libgbm-devel)
-msgid ""
-"This package contains the GBM buffer management library. It provides a "
-"mechanism for allocating buffers for graphics rendering tied to Mesa.\n"
-"\n"
-"GBM is intended to be used as a native platform for EGL on drm or openwfd.\n"
-"\n"
-"This package provides the development environment for compiling programs "
-"against the GBM library."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-sv-doc)
+#, fuzzy
+msgid "Swedish (sv) manuals for KDE"
+msgstr "Federação da Rússia"
-#. description(kubrick)
+#. description(kde-l10n:kde-l10n-sv-doc)
#, fuzzy
-msgid ""
-"This package contains the KDE game Kubrick which is based on Rubik's Cube."
+msgid "This package contains Swedish application manual translations for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libgnome)
-msgid ""
-"This package contains the basic libraries for the GNOME 2.x Desktop "
-"platform. GNOME has no specific window manager. You are totally free in your "
-"choice. Many GNOME users like Sawfish, Enlightenment, or IceWM as a window "
-"manager for GNOME (see those packages)."
+#. summary(kde-l10n:kde-l10n-tr)
+#, fuzzy
+msgid "Turkish (tr) translations for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-tr)
+msgid "All the requirements for a KDE desktop in Turkish. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(kdevplatform:libkdevplatform-devel)
+#. summary(kde-l10n:kde-l10n-ug)
#, fuzzy
-msgid ""
-"This package contains the development files for building integrated "
-"developments environments based on the KDevelop framework."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Uighur (ug) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(mariadb:libmysqlclient-devel)
+#. description(kde-l10n:kde-l10n-ug)
#, fuzzy
-msgid ""
-"This package contains the development header files and libraries necessary "
-"to develop client applications for MariaDB."
+msgid "All the requirements for a KDE desktop in Ukrainian. This package contains application translations, help files, and screenshots."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libkcompactdisc4:libkcompactdisc4-devel)
+#. summary(kde-l10n:kde-l10n-uk)
#, fuzzy
-msgid "This package contains the development headers for the libkcompactdisc."
+msgid "Ukrainian (uk) translations for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-uk)
+#, fuzzy
+msgid "All the requirements for a KDE desktop in Uighur. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libmtp:libmtp-devel)
-msgid ""
-"This package contains the development headers for the libmtp library that "
-"allows access to USB based media players based on the MTP (Media Transfer "
-"Protocol) authored by Microsoft."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-uk-data)
+#, fuzzy
+msgid "Ukrainian (uk) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(jack:libjack-devel)
+#. description(kde-l10n:kde-l10n-uk-data)
#, fuzzy
-msgid ""
-"This package contains the files needed to compile programs that communicate "
-"with jack clients/servers."
+msgid "This package contains Ukrainian localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libdvdread:libdvdread-devel)
+#. summary(kde-l10n:kde-l10n-uk-doc)
#, fuzzy
-msgid ""
-"This package contains the include-files and static libraries for libdvdread."
+msgid "Ukrainian (uk) manuals for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-uk-doc)
+#, fuzzy
+msgid "This package contains Ukrainian application manual translations for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(attr:libattr-devel)
-msgid ""
-"This package contains the libraries and header files needed to develop "
-"programs which make use of extended attributes. For Linux programs, the "
-"documented system call API is the recommended interface, but an SGI IRIX "
-"compatibility interface is also provided."
+#. summary(kde-l10n:kde-l10n-wa)
+#, fuzzy
+msgid "Walloon (wa) translations for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-wa)
+msgid "All the requirements for a KDE desktop in Walloon. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(imap:libc-client2007e_suse)
+#. summary(kde-l10n:kde-l10n-zh_CN)
#, fuzzy
-msgid "This package contains the libraries for IMAP client programs."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Chinese simplified (zh_CN) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(kdevplatform:libkdevplatform7)
-msgid ""
-"This package contains the libraries for integrated development environments "
-"based on the KDevelop framework."
+#. description(kde-l10n:kde-l10n-zh_CN)
+msgid "All the requirements for a KDE desktop in simplified Chinese. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(libkdeedu4:libkeduvocdocument4)
+#. summary(kde-l10n:kde-l10n-zh_TW)
#, fuzzy
-msgid ""
-"This package contains the library which is required by the KDE education "
-"applications."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Chinese traditional (zh_TW) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(kiwi:kiwi-desc-oemboot)
-msgid ""
-"This package contains the openSUSE - KIWI image descriptions. Each image "
-"description exists in a single directory and contains an oemboot image "
-"description"
+#. description(kde-l10n:kde-l10n-zh_TW)
+msgid "All the requirements for a KDE desktop in traditional Chinese. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(kiwi:kiwi-tools)
+#. summary(kdesignerplugin:kdesignerplugin-lang)
#, fuzzy
-msgid ""
-"This package contains the openSUSE - KIWI tools set usable in and outside of "
-"operating system images"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Languages for package kdesignerplugin"
+msgstr "Idiomas Sami (Outro)"
-#. description(avogadro:libavogadro1)
-msgid ""
-"This package contains the shared libraries for Avogadro.\n"
-"\n"
-"Avogadro is an advanced molecular editor designed for cross-platform use in "
-"computational chemistry, molecular modeling, bioinformatics, materials "
-"science, and related areas. It offers flexible rendering and a powerful "
-"plugin architecture."
+#. description(kdesignerplugin:kdesignerplugin-lang)
+#, fuzzy
+msgid "Provides translations to the package kdesignerplugin"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(kdevelop4:kdevelop4-lang)
+#, fuzzy
+msgid "Languages for package kdevelop4"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(kdevelop4:kdevelop4-lang)
+#, fuzzy
+msgid "Provides translations to the package kdevelop4"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(kdevplatform:kdevplatform-lang)
+msgid "Languages for package kdevplatform"
msgstr ""
-#. description(libcap:libcap-progs)
+#. description(kdevplatform:kdevplatform-lang)
+msgid "Provides translations to the package kdevplatform"
+msgstr ""
+
+#. summary(kdoctools:kdoctools-lang)
#, fuzzy
-msgid ""
-"This package contains utility programs handling capabilities via libcap."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Languages for package kdoctools"
+msgstr "Idiomas Sami (Outro)"
-#. description(libkcddb4:libkcddb4-devel)
+#. description(kdoctools:kdoctools-lang)
#, fuzzy
-msgid "This package includes the development headers for libkcddb4"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Provides translations to the package kdoctools"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libktorrent:libktorrent-devel)
+#. summary(kernel-source:kernel-devel)
#, fuzzy
+msgid "Development files needed for building kernel modules"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(kernel-source:kernel-devel)
msgid ""
-"This package includes the necessary files for development using libktorrent."
-msgstr "O pacote contém uma versão diferente da experada"
+"Kernel-level headers and Makefiles required for development of external kernel modules.\n"
+"\n"
+"Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
+msgstr ""
-#. description(gconfmm:libgconfmm-2_6-1)
+#. summary(kernel-docs)
+#, fuzzy
+msgid "Kernel Documentation (man pages)"
+msgstr "Desenvolvimento Kernel"
+
+#. description(kernel-docs)
msgid ""
-"This package provides a C++ interface for GConf. It is a subpackage of the "
-"gnomemm project. The interface provides a convenient interface for C++ "
-"programmers to use GConf with flexible object-oriented framework."
+"These are the man pages (section 9) built from the current kernel sources.\n"
+"\n"
+"Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(libglademm)
+#. summary(kernel-source:kernel-macros)
+msgid "RPM macros for building Kernel Module Packages"
+msgstr ""
+
+#. description(kernel-source:kernel-macros)
msgid ""
-"This package provides a C++ interface for libglade. It is a subpackage of "
-"the gnomemm project. The interface provides a convenient interface for C++ "
-"programmers to use libglade with flexible object-oriented framework."
+"This package provides the rpm macros and templates for Kernel Module Pakcages\n"
+"\n"
+"Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(libkipi:libkipi-devel)
+#. summary(kernel-source)
+msgid "The Linux Kernel Sources"
+msgstr ""
+
+#. description(kernel-source)
msgid ""
-"This package provides a generic KDE Image Plug-in Interface used by some KDE "
-"image applications. Plug-ins for this interface are in the kipi-plugins "
-"package."
+"Linux kernel sources with many fixes and improvements.\n"
+"\n"
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(libgarcon:libgarcon-data)
+#. summary(kcm5-fcitx:kf5-kcm-fcitx-icons)
+msgid "Keyboard icons for kf5-kcm-fcitx"
+msgstr ""
+
+#. description(kcm5-fcitx:kf5-kcm-fcitx-icons)
#, fuzzy
-msgid "This package provides data files for garcon."
+msgid "This package provides systemsettings5 icons for fcitx in plasma5-workspace."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libaio:libaio-devel)
-msgid ""
-"This package provides header files to include, and libraries to link with, "
-"for the Linux-native asynchronous I/O facility (\"async I/O\", or \"aio\")."
+#. summary(khmeros-fonts)
+msgid "Fonts for the Khmer Language of Cambodia"
msgstr ""
-#. description(xfce4-branding-openSUSE:libgarcon-branding-openSUSE)
+#. description(khmeros-fonts)
#, fuzzy
-msgid "This package provides the openSUSE look and feel for Garcon."
+msgid "This package contains fonts for the Khmer language of Cambodia."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(xfce4-branding-openSUSE:libexo-1-0-branding-openSUSE)
+#. summary(kiosktool:kiosktool-lang)
#, fuzzy
-msgid "This package provides the openSUSE look and feel for the exo library."
+msgid "Languages for package kiosktool"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(kiosktool:kiosktool-lang)
+#, fuzzy
+msgid "Provides translations to the package kiosktool"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(kiwi:kiwi-doc)
+#, fuzzy
+msgid "KIWI - Appliance Builder Documentation"
+msgstr "Desenvolvimento Kernel"
+
+#. description(kiwi:kiwi-doc)
+#, fuzzy
+msgid "This package contains the documentation and manual pages for the KIWI image builder."
msgstr "O pacote contém uma versão diferente da experada"
+#. summary(kiwi:kiwi-media-requires)
+msgid "Packages which should be part of the DVD media"
+msgstr ""
+
#. description(kiwi:kiwi-media-requires)
-msgid ""
-"This package recommends a set of packages which should be part of the DVD "
-"distribution. Some kiwi system/boot templates references those packages and "
-"it is assumed that they are part of the distributed source media (DVD)"
+msgid "This package recommends a set of packages which should be part of the DVD distribution. Some kiwi system/boot templates references those packages and it is assumed that they are part of the distributed source media (DVD)"
msgstr ""
-#. description(ksystemlog)
-msgid ""
-"This program is developed for use by beginner users, who do not know how to "
-"find information about their Linux system and how the log files are in their "
-"computer. But it is also designed for advanced users, who want to quickly "
-"see problems occurring on their server."
+#. summary(kiwi:kiwi-pxeboot)
+#, fuzzy
+msgid "KIWI - PXE boot structure"
+msgstr "Ajuda e Documentação de Suporte"
+
+#. description(kiwi:kiwi-pxeboot)
+msgid "This package contains the basic PXE directory structure which is needed to serve kiwi built images via PXE."
msgstr ""
-#. description(konquest)
-msgid ""
-"This the KDE version of Gnu-Lactic Konquest, a multi-player strategy game. "
-"The goal of the game is to expand your interstellar empire across the galaxy."
+#. summary(konversation:konversation-lang)
+msgid "Languages for package konversation"
msgstr ""
-#. description(kdf:kwikdisk)
-msgid "This utility allows you to manage removable media."
+#. description(konversation:konversation-lang)
+msgid "Provides translations to the package konversation"
msgstr ""
-#. summary(libixion:libixion-0_6-0)
-msgid "Threaded multi-target formula parser & interpreter"
+#. summary(kde-branding-openSUSE:ksplash-qml-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE branding for KDE splash QML"
+msgstr "O pacote não está assinalado"
+
+#. description(kde-branding-openSUSE:ksplash-qml-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE branding for KDE splash (QML engine)"
+msgstr "O pacote não está assinalado"
+
+#. summary(kde-branding-openSUSE:ksplashx-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE branding for KDE splash"
+msgstr "O pacote não está assinalado"
+
+#. description(kde-branding-openSUSE:ksplashx-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE branding for KDE splash (splashx engine)"
+msgstr "O pacote não está assinalado"
+
+#. summary(laptop-mode-tools)
+msgid "The Laptop Mode Tools"
msgstr ""
-#. summary(ktouch)
-msgid "Touch Typing Tutor"
+#. description(laptop-mode-tools)
+msgid "Laptop Mode Tools is a laptop power saving package for Linux systems. It allows you to extend the battery life of your laptop, in several ways. It is the primary way to enable the Laptop Mode feature of the Linux kernel, which lets your hard drive spin down. In addition, it allows you to tweak a number of other power-related settings using a simple configuration file."
msgstr ""
-#. description(knetwalk)
-msgid "Turn the board pieces to get all computers connected."
+#. summary(latex2html:latex2html-pngicons)
+msgid "Icons in the PNG format for LateX2HTML"
msgstr ""
-#. summary(ktux)
+#. description(latex2html:latex2html-pngicons)
+msgid "Icons in the PNG format for the LaTeX to HTML Converter."
+msgstr ""
+
+#. summary(libbase)
#, fuzzy
-msgid "Tux Screen Saver"
-msgstr "KScreensaver"
+msgid "JFree Base Services"
+msgstr "Serviços de Correio e Notícias"
-#. summary(libavutil:libavutil52)
-msgid "Utilities library from ffmpeg"
+#. description(libbase)
+msgid "LibBase is a library developed to provide base services like logging, configuration and initialization to other libraries and applications. The library is the root library for all Pentaho-Reporting projects."
msgstr ""
-#. description(libavutil:libavutil52)
-msgid "Utilities library from ffmpeg."
+#. summary(libbonobo:libbonobo-lang)
+msgid "Languages for package libbonobo"
msgstr ""
-#. summary(dleyna-core:libdleyna-core-1_0-1)
-msgid "Utility functions used by higher level dLeyna libraries"
+#. description(libbonobo:libbonobo-lang)
+msgid "Provides translations to the package libbonobo"
msgstr ""
-#. description(kdewebdev4:klinkstatus)
-msgid "Validator for links on HTML pages"
+#. summary(libbonoboui:libbonoboui-lang)
+msgid "Languages for package libbonoboui"
msgstr ""
-#. summary(ImageMagick:libMagickCore-6_Q16-1)
-msgid "Viewer and Converter for Images - runtime library"
+#. description(libbonoboui:libbonoboui-lang)
+msgid "Provides translations to the package libbonoboui"
msgstr ""
-#. summary(kwordquiz)
-msgid "Vocabulary Trainer"
+#. summary(libeigen2-devel)
+msgid "Lightweight linear algebra C++ template library"
msgstr ""
-#. summary(libFS:libFS6)
+#. description(libeigen2-devel)
+msgid "Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
+msgstr ""
+
+#. summary(xfce4-branding-openSUSE:libexo-1-0-branding-openSUSE)
#, fuzzy
-msgid "X Font Service client library"
-msgstr "Desenvolvimento GNOME"
+msgid "openSUSE Branding of libexo-1-0"
+msgstr "O pacote não está assinalado"
-#. summary(liboldX:liboldX6)
+#. description(xfce4-branding-openSUSE:libexo-1-0-branding-openSUSE)
#, fuzzy
-msgid "X version 10 backwards compatibility library"
-msgstr "Opções de compatibilidade misturadas"
+msgid "This package provides the openSUSE look and feel for the exo library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libGLw:libGLw1-32bit)
-msgid "Xt/Motif OpenGL drawing area widget library"
-msgstr ""
+#. summary(libfm:libfm-lang)
+#, fuzzy
+msgid "Languages for package libfm"
+msgstr "Idiomas Sami (Outro)"
-#. description(libGLw:libGLw1-32bit)
-msgid ""
-"Xt/Motif OpenGL drawing area widget library shipped by the Mesa Project."
-msgstr ""
+#. description(libfm:libfm-lang)
+#, fuzzy
+msgid "Provides translations to the package libfm"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(kiriki)
-msgid "Yahtzee-like Game"
+#. summary(libfonts)
+msgid "TrueType Font Layouting"
msgstr ""
-#. description(dleyna-core:libdleyna-core-1_0-1)
-msgid ""
-"dleyna-core is a library of utility functions that are used by the higher "
-"level dLeyna libraries that communicate with DLNA devices, e.g., dleyna-"
-"server.\n"
-"\n"
-"In brief, it provides APIs for logging, error, settings and task management "
-"and an IPC abstraction API."
+#. description(libfonts)
+msgid "LibFonts is a library developed to support advanced layouting in JFreeReport. This library allows to read TrueType-Font files to extract layouting specific informations."
msgstr ""
-#. description(libgphoto2:libgphoto2-devel)
-msgid ""
-"gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, and "
-"capturing images from a range of supported digital cameras to your local "
-"hard drive.\n"
-"\n"
-"These are its development libraries and headers."
+#. summary(libformula)
+#, fuzzy
+msgid "Formula Parser"
+msgstr "Novell e Linux"
+
+#. description(libformula)
+msgid "LibFormula provides Excel-Style-Expressions. The implementation provided here is very generic and can be used in any application that needs to compute formulas."
msgstr ""
-#. description(gdlmm:libgdlmm-3_0-2)
+#. summary(xfce4-branding-openSUSE:libgarcon-branding-openSUSE)
#, fuzzy
-msgid "gdlmm provides a C++ interface to the gdl library."
-msgstr "Interface do Kernel"
+msgid "openSUSE Branding of libgarcon"
+msgstr "O pacote não está assinalado"
-#. description(libgmm++-devel)
-msgid ""
-"gmm++ is a generic C++ template library for sparse, dense and skyline "
-"matrices. It is built as a set of generic algorithms (mult, add, copy, sub-"
-"matrices, dense and sparse solvers ...) for any interfaced vector type or "
-"matrix type. It can be view as a glue library allowing cooperation between "
-"several vector and matrix types. However, basic sparse, dense and skyline "
-"matrix/vector types are built in Gmm++, hence it can be used as a standalone "
-"linear algebra library"
-msgstr ""
+#. description(xfce4-branding-openSUSE:libgarcon-branding-openSUSE)
+#, fuzzy
+msgid "This package provides the openSUSE look and feel for Garcon."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(gtk-vnc2:libgtk-vnc-1_0-0)
-msgid ""
-"gtk-vnc is a VNC viewer widget for GTK+. It is built using coroutines "
-"allowing it to be completely asynchronous while remaining single threaded."
-msgstr ""
+#. summary(libgarcon:libgarcon-data)
+#, fuzzy
+msgid "Data Files for garcon"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(gtk-vnc:libgvnc-1_0-0)
-msgid ""
-"gtk-vnc is a VNC viewer widget for GTK+. It is built using coroutines "
-"allowing it to be completely asynchronous while remaining single threaded.\n"
-"\n"
-"This package contains the GObject-based library to interact with the RFB "
-"protocol."
-msgstr ""
+#. description(libgarcon:libgarcon-data)
+#, fuzzy
+msgid "This package provides data files for garcon."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(gtksourceviewmm:libgtksourceviewmm-3_0-0)
+#. summary(libgarcon:libgarcon-lang)
#, fuzzy
-msgid "gtksourceviewmm provides a C++ interface to the gtksourceview library."
-msgstr "Interface do Kernel"
+msgid "Languages for package libgarcon"
+msgstr "Idiomas Sami (Outro)"
-#. summary(haveged:libhavege1)
+#. description(libgarcon:libgarcon-lang)
#, fuzzy
-msgid "haveged interface library"
-msgstr "Notificações"
+msgid "Provides translations to the package libgarcon"
+msgstr "Aguardar por aplicativo kicker"
-#. description(kiwi:kiwi-desc-isoboot)
-msgid "kiwi boot (initrd) image for activating system images on ISO media"
+#. summary(libgda:libgda-5_0-4-lang)
+msgid "Languages for package libgda"
msgstr ""
-#. description(kiwi:kiwi-desc-vmxboot)
-msgid "kiwi boot (initrd) image for activating system images on virtual disk"
+#. description(libgda:libgda-5_0-4-lang)
+msgid "Provides translations to the package libgda"
msgstr ""
-#. description(kiwi:kiwi-desc-netboot)
-msgid "kiwi boot (initrd) image for activating system images via TFTP"
+#. summary(libgmm++-devel)
+msgid "Generic C++ template library for sparse, dense and skyline matrices"
msgstr ""
-#. description(kmod:kmod-compat)
-msgid ""
-"kmod is a set of tools to handle common tasks with Linux kernel modules like "
-"insert, remove, list, check properties, resolve dependencies and aliases.\n"
-"\n"
-"This package contains traditional name symlinks (lsmod, etc.)"
+#. description(libgmm++-devel)
+msgid "gmm++ is a generic C++ template library for sparse, dense and skyline matrices. It is built as a set of generic algorithms (mult, add, copy, sub-matrices, dense and sparse solvers ...) for any interfaced vector type or matrix type. It can be view as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built in Gmm++, hence it can be used as a standalone linear algebra library"
msgstr ""
-#. description(libesmtp)
-msgid ""
-"libESMTP is a library to manage posting (or submission of) electronic mail "
-"using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. It "
-"may be used as part of a Mail User Agent (MUA) or another program that must "
-"be able to post electronic mail but where mail functionality is not that "
-"program's primary purpose."
-msgstr ""
+#. summary(libgnome:libgnome-lang)
+#, fuzzy
+msgid "Languages for package libgnome"
+msgstr "Idiomas Sami (Outro)"
-#. description(libetpan:libetpan17)
-msgid ""
-"libEtPan is a mail purpose library. It will be used for low-level mail "
-"handling : network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/"
-"IP, already implemented), local storage (mbox/MH/maildir), message / MIME "
-"parse"
-msgstr ""
+#. description(libgnome:libgnome-lang)
+#, fuzzy
+msgid "Provides translations to the package libgnome"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libalkimia:libalkimia4)
-msgid ""
-"libalkimia is a library with common classes and functionality used by "
-"finance applications for the KDE SC."
-msgstr ""
+#. summary(libgnomecanvas:libgnomecanvas-lang)
+#, fuzzy
+msgid "Languages for package libgnomecanvas"
+msgstr "Idiomas Sami (Outro)"
-#. description(libcaca:libcaca0)
-msgid ""
-"libcaca is the Colour AsCii Art library. It provides high level functions "
-"for colour text drawing, simple primitives for line, polygon and ellipse "
-"drawing, as well as powerful image to text conversion routines."
-msgstr ""
+#. description(libgnomecanvas:libgnomecanvas-lang)
+#, fuzzy
+msgid "Provides translations to the package libgnomecanvas"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libcanberra:libcanberra-devel)
-msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
-"\n"
-"This package provides the development files for libcanberra."
-msgstr ""
+#. summary(libgnomeui:libgnomeui-lang)
+#, fuzzy
+msgid "Languages for package libgnomeui"
+msgstr "Idiomas Sami (Outro)"
-#. description(libdbi:libdbi1)
-msgid ""
-"libdbi implements a database-independent abstraction layer in C, similar to "
-"the DBI/DBD layer in Perl. Writing one generic set of code, programmers can "
-"leverage the power of multiple databases and multiple simultaneous database "
-"connections by using this framework."
-msgstr ""
+#. description(libgnomeui:libgnomeui-lang)
+#, fuzzy
+msgid "Provides translations to the package libgnomeui"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libdiscid:libdiscid0)
-msgid ""
-"libdiscid is a C library for creating MusicBrainz and freedb DiscIDs from "
-"audio CDs. It reads a CD's table of contents (TOC) and generates an "
-"identifier which can be used to lookup the CD at MusicBrainz. Additionally, "
-"it provides a submission URL for adding the DiscID to the database and "
-"gathers ISRCs and the MCN from disc."
-msgstr ""
+#. summary(goocanvas1:libgoocanvas3-lang)
+#, fuzzy
+msgid "Languages for package goocanvas1"
+msgstr "Idiomas Sami (Outro)"
-#. description(libdmx:libdmx-devel)
-msgid ""
-"libdmx is an interface to the DMX extension for X, which allows a single "
-"server to be set up as a proxy spanning multiple servers -- not unlike "
-"Xinerama across discrete physical machines. It can be reconfigured on the "
-"fly to change the layout, and it is presented as a single logical display to "
-"clients.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"libdmx1."
-msgstr ""
+#. description(goocanvas1:libgoocanvas3-lang)
+#, fuzzy
+msgid "Provides translations to the package goocanvas1"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libdrm:libdrm-devel)
+#. description(kernel-pv:kernel-pv-devel)
msgid ""
-"libdrm is a library for accessing the Direct Rendering Manager on Linux, BSD "
-"and other operating systes that support the ioctl interface, and for "
-"chipsets with DRM memory manager, support for tracking relocations and "
-"buffers. libdrm is a low-level library, typically used by graphics drivers "
-"such as the Mesa DRI and X drivers.\n"
+"This package contains files necessary for building kernel modules (and kernel module packages) against the pv flavor of the kernel.\n"
"\n"
-"This package contains the development headers for the library found in "
-"libdrm2."
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
-#. description(dtc:libfdt1)
-msgid ""
-"libfdt is a library to process Open Firmware style device trees on various "
-"architectures."
-msgstr ""
+#, fuzzy
+#~ msgid ""
+#~ "(Upstream has not provided a description)\n"
+#~ "\n"
+#~ "This package contains the development headers for the library found in liboldX6."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(libfm:libfm3)
#, fuzzy
-msgid "libfm libraries for development"
-msgstr "Desenvolvimento Kernel"
+#~ msgid "A Library for embedding Mono in your Application"
+#~ msgstr "Iniciar Aplicativo"
-#. description(libgit2:libgit2-0)
-msgid ""
-"libgit2 is a portable, pure C implementation of the Git core methods "
-"provided as a re-entrant linkable library with a solid API, allowing you to "
-"write native speed custom Git applications in any language with bindings."
-msgstr ""
+#, fuzzy
+#~ msgid "A collection of helpers for building DLNA applications"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. description(libgit2-glib:libgit2-glib-1_0-0)
-msgid ""
-"libgit2-glib is a glib wrapper library around the libgit2 git access library."
-msgstr ""
+#, fuzzy
+#~ msgid "A network configuration library"
+#~ msgstr "Exibir Configuração"
-#. description(libgooglepinyin:libgooglepinyin0)
-msgid "libgooglepinyin is an input method fork from google pinyin on android"
-msgstr ""
+#, fuzzy
+#~ msgid "Base Package for Integrated Development Environments: Build Environment"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
-#. description(libgpod:libgpod-devel)
-msgid ""
-"libgpod is a library meant to abstract access to iPod content. It provides "
-"an easy-to-use API to retrieve the list of files and playlists stored on an "
-"iPod, modify them, and save them back to the iPod.\n"
-"\n"
-"This package provides the development files to use libgpod."
-msgstr ""
+#, fuzzy
+#~ msgid "C git library"
+#~ msgstr "Criptografia"
-#. description(libid3tag:libid3tag0)
-msgid ""
-"libid3tag is a library for reading and writing ID3 tags, both ID3v1 and the "
-"various versions of ID3v2."
-msgstr ""
+#, fuzzy
+#~ msgid "Control groups management library"
+#~ msgstr "Gerenciamento de energia (APM)"
-#. description(liblastfm:liblastfm-devel)
-msgid ""
-"liblastfm is a collection of libraries to help you integrate Last.fm "
-"services into your rich desktop software. It is officially supported "
-"software developed by Last.fm staff.\n"
-"\n"
-"This package contains development files for liblastfm."
-msgstr ""
+#, fuzzy
+#~ msgid "Data Encryption Library"
+#~ msgstr "Criptografia"
-#. description(liblbxutil:liblbxutil1)
-msgid ""
-"liblbxutil is a library of routines for LBX (Low Bandwidth X) extension "
-"support shared between the lbxproxy program and an LBX-supporting X server."
-msgstr ""
+#, fuzzy
+#~ msgid "Data files for KDE Education Applications"
+#~ msgstr "Iniciar Aplicativo"
-#. description(liblbxutil:liblbxutil-devel)
-msgid ""
-"liblbxutil is a library of routines for LBX (Low Bandwidth X) extension "
-"support shared between the lbxproxy program and an LBX-supporting X server.\n"
-"\n"
-"This package contains the development headers for the library found in "
-"liblbxutil1."
-msgstr ""
+#, fuzzy
+#~ msgid "Database Independent Abstraction Layer for C"
+#~ msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-#. description(libmal:libmal-devel)
-msgid ""
-"libmal is a convenient library made up of the object files contained in Tom "
-"Whittaker's malsync distribution. libmal also contains a few wrapper "
-"functions."
-msgstr ""
+#, fuzzy
+#~ msgid "Devel package for libgudev"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(digikam:libmediawiki-devel)
-msgid ""
-"libmediawiki is a KDE C++ interface for MediaWiki based web service as "
-"wikipedia.org.\n"
-"\n"
-"This package contains the development files for libmediawiki."
-msgstr ""
+#, fuzzy
+#~ msgid "Development and Include Files for liboauth"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libmpd:libmpd1)
-msgid ""
-"libmpd is a library that provides high-level, callback-based access to Music "
-"Player Daemon."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for libext2fs."
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(libnova:libnova-0_15-0)
-msgid ""
-"libnova is a general purpose, double precision, Celestial Mechanics, "
-"Astrometry and Astrodynamics library. The intended audience of libnova is C "
-"& C++ programmers, astronomers and anyone else interested in calculating "
-"positions of astronomical objects or celestial mechanics."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for libgdiplus"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(liboauth:liboauth-devel)
-msgid ""
-"liboauth is a collection of c functions implementing the http://oauth.net "
-"API.\n"
-"\n"
-"liboauth provides functions to escape and encode stings according to OAuth "
-"specifications and offers high-level functionality built on top to sign "
-"requests or verify signatures using either NSS or OpenSSL for calculating "
-"the hash/signatures.\n"
-"\n"
-"This archive contains the header files for liboauth development."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for libimobiledevice4"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(menu-cache:libmenu-cache3)
#, fuzzy
-msgid "menu-cache libraries for development"
-msgstr "Desenvolvimento Kernel"
+#~ msgid "Development files for libindi"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi)
#, fuzzy
-msgid "openSUSE - KIWI Image System"
-msgstr "Ajuda e Documentação de Suporte"
+#~ msgid "Development files for libkface"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi:kiwi-desc-isoboot)
#, fuzzy
-msgid "openSUSE - KIWI Image System ISO boot"
-msgstr "Ajuda e Documentação de Suporte"
+#~ msgid "Development files for libkgeomap"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi:kiwi-pxeboot)
#, fuzzy
-msgid "openSUSE - KIWI Image System PXE boot structure"
-msgstr "Ajuda e Documentação de Suporte"
+#~ msgid "Development files for libktorrent"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi:kiwi-desc-netboot)
#, fuzzy
-msgid "openSUSE - KIWI Image System PXE network boot"
-msgstr "Ajuda e Documentação de Suporte"
+#~ msgid "Development files for libmediawiki"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi:kiwi-desc-vmxboot)
#, fuzzy
-msgid "openSUSE - KIWI Image System Virtual Machine boot"
-msgstr "Ajuda e Documentação de Suporte"
+#~ msgid "Development files for libmono"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi:kiwi-templates)
#, fuzzy
-msgid "openSUSE - KIWI JeOS system image templates"
-msgstr "Ajuda e Documentação de Suporte"
+#~ msgid "Development files for libnova"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi:kiwi-desc-oemboot)
#, fuzzy
-msgid "openSUSE - KIWI image descriptions"
-msgstr "Ajuda e Documentação de Suporte"
+#~ msgid "Development files for the Liquid Rescale library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kiwi:kiwi-tools)
-msgid "openSUSE - KIWI tools collection"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the Low Bandwith X extension routines"
+#~ msgstr "arquivo .desktop para a ferramenta de configuração de redes"
-#. summary(kiwi:kiwi-media-requires)
-msgid "openSUSE - packages which should be part of the DVD"
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for the X version 10 compatibility library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(xfce4-branding-openSUSE:libexo-1-0-branding-openSUSE)
#, fuzzy
-msgid "openSUSE Branding of libexo-1-0"
-msgstr "O pacote não está assinalado"
+#~ msgid "Development files for the X11 Inter-Client Exchange Library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(xfce4-branding-openSUSE:libgarcon-branding-openSUSE)
#, fuzzy
-msgid "openSUSE Branding of libgarcon"
-msgstr "O pacote não está assinalado"
+#~ msgid "Development files for the com_err error message display library."
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "A library for reading ebook files"
-#~ msgstr "Aguardar por aplicativo kicker"
+#~ msgid "Development package for jack"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
-#~ msgid "Action & Puzzle Solving Game"
-#~ msgstr "Jogo de ação e quebra-cabeça"
+#~ msgid "FLTK Library"
+#~ msgstr "Novell e Linux"
#, fuzzy
-#~ msgid "Advanced Text Editor"
-#~ msgstr "Pacotes de desenvolvimento do Kernel"
+#~ msgid "General-Purpose Utility Library -- GIO Module to use FAM"
+#~ msgstr "Desenvolvimento"
#, fuzzy
-#~ msgid "Advanced Text Editor Development Headers"
+#~ msgid "Image handling and conversion library"
+#~ msgstr "Criptografia"
+
+#, fuzzy
+#~ msgid "KDE CDDB Library: Build Environment"
+#~ msgstr "Ambiente de Trabalho KDE"
+
+#, fuzzy
+#~ msgid "KDE Image Plugin Interface"
+#~ msgstr "Interface de Plugin de Imagem KDE"
+
+#, fuzzy
+#~ msgid "Kanagram Engine library"
+#~ msgstr "Detecção de Hardware do SUSE"
+
+#, fuzzy
+#~ msgid "Kernel-based Virtual Machine"
+#~ msgstr "Máquina virtual"
+
+#, fuzzy
+#~ msgid "Khangman Engine library"
+#~ msgstr "Detecção de Hardware do SUSE"
+
+#, fuzzy
+#~ msgid "Libmms development files"
#~ msgstr "Pacotes de desenvolvimento do Kernel"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Brazilian. This package "
-#~ "contains application translations."
+#~ msgid "Libraries for Integrated Development Environments"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
+
+#, fuzzy
+#~ msgid "Library Package for Keybinder"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Library for KDE Education Applications"
+#~ msgstr "Iniciar Aplicativo"
+
+#, fuzzy
+#~ msgid "Library for the GNU Objective C Compiler"
+#~ msgstr "Ferramentas e Compiladores de C/C++"
+
+#, fuzzy
+#~ msgid "Library to use BRLTTY from applications"
+#~ msgstr "Aguardar por aplicativo kicker"
+
+#, fuzzy
+#~ msgid "MariaDB development header files and libraries"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Mathml and SVG rendering library"
+#~ msgstr "Criptografia"
+
+#, fuzzy
+#~ msgid "Shared library for mxml"
+#~ msgstr "Criando banco de dados de recursos"
+
+#, fuzzy
+#~ msgid "The libimobiledevice-devel package contains libraries and header files for developing applications that use libimobiledevice4."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Danish. This package contains "
-#~ "application translations."
+#~ msgid "The library for the GNU Objective C compiler."
+#~ msgstr "Ferramentas e Compiladores de C/C++"
+
+#, fuzzy
+#~ msgid "This is the devel package for the GObject library libgudev, which provides GObject access to udev device information."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Dutch. This package contains "
-#~ "application translations."
+#~ msgid "This package contains a library for the Kanagram letter order game"
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Estonian. This package contains "
-#~ "application translations."
+#~ msgid "This package contains a library for the Khangman game."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Farsi (Persian). This package "
-#~ "contains application translations, help files, and screenshots."
+#~ msgid "This package contains all necessary files and libraries needed to develop KDE education applications."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in French. This package contains "
-#~ "application translations."
+#~ msgid "This package contains all necessary files and libraries needed to develop KDE games."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in German. This package contains "
-#~ "application translations."
+#~ msgid "This package contains all necessary files and libraries needed to develop games that uses Mahjongg tiles."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Hebrew. This package contains "
-#~ "application translations, help files, and screenshots."
+#~ msgid "This package contains all necessary include files and libraries needed to compile and develop applications that use libogg."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Hindi. This package contains "
-#~ "application translations, help files, and screenshots."
+#~ msgid "This package contains common data files used by various KDE education applications."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Italian. This package contains "
-#~ "application translations."
+#~ msgid "This package contains development files for libindi."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Norwegian Bokmål. This package "
-#~ "contains application translations, help files, and screenshots."
+#~ msgid "This package contains development files for libkface."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Polish. This package contains "
-#~ "application translations."
+#~ msgid "This package contains development files for libkgeomap."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Russian. This package contains "
-#~ "application translations."
+#~ msgid "This package contains development files for libnova."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Spanish. This package contains "
-#~ "application translations."
+#~ msgid "This package contains headers required when building programs against cfitsio library."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Swedish. This package contains "
-#~ "application translations."
+#~ msgid "This package contains the development files for building integrated developments environments based on the KDevelop framework."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Tajik. This package contains "
-#~ "application translations, help files, and screenshots."
+#~ msgid "This package contains the development header files and libraries necessary to develop client applications for MariaDB."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Uighur. This package contains "
-#~ "application translations."
+#~ msgid "This package contains the development headers for the libkcompactdisc."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Ukrainian. This package "
-#~ "contains application translations, help files, and screenshots."
+#~ msgid "This package contains the files needed to compile programs that communicate with jack clients/servers."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "An ASCII Art Library"
-#~ msgstr "Criptografia"
+#~ msgid "This package contains the library which is required by the KDE education applications."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "An object oriented GL/GLES Abstraction/Utility Layer -- OpenGL ES 2.0 "
-#~ "Frontend API"
-#~ msgstr "Desenvolvimento"
+#~ msgid "This package contains the openSUSE - KIWI tools set usable in and outside of operating system images"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Arabic (ar) translations for KDE"
-#~ msgstr "Federação da Rússia"
+#~ msgid "This package contains utility programs handling capabilities via libcap."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Base Package for Integrated Development Environments"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
+#~ msgid "This package includes the development headers for libkcddb4"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Basque (eu) translations for KDE"
-#~ msgstr "Federação da Rússia"
+#~ msgid "This package includes the necessary files for development using libktorrent."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Bosnian (bs) translations for KDE"
+#~ msgid "X version 10 backwards compatibility library"
+#~ msgstr "Opções de compatibilidade misturadas"
+
+#, fuzzy
+#~ msgid "haveged interface library"
+#~ msgstr "Notificações"
+
+#, fuzzy
+#~ msgid "libfm libraries for development"
+#~ msgstr "Desenvolvimento Kernel"
+
+#, fuzzy
+#~ msgid "menu-cache libraries for development"
+#~ msgstr "Desenvolvimento Kernel"
+
+#, fuzzy
+#~ msgid "openSUSE - KIWI Image System"
+#~ msgstr "Ajuda e Documentação de Suporte"
+
+#, fuzzy
+#~ msgid "openSUSE - KIWI Image System ISO boot"
+#~ msgstr "Ajuda e Documentação de Suporte"
+
+#, fuzzy
+#~ msgid "openSUSE - KIWI Image System PXE network boot"
+#~ msgstr "Ajuda e Documentação de Suporte"
+
+#, fuzzy
+#~ msgid "openSUSE - KIWI image descriptions"
+#~ msgstr "Ajuda e Documentação de Suporte"
+
+#, fuzzy
+#~ msgid "A library for reading ebook files"
+#~ msgstr "Aguardar por aplicativo kicker"
+
+#, fuzzy
+#~ msgid "Advanced Text Editor"
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
+
+#, fuzzy
+#~ msgid "Advanced Text Editor Development Headers"
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Danish. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Estonian. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Farsi (Persian). This package contains application translations, help files, and screenshots."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in French. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in German. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Hebrew. This package contains application translations, help files, and screenshots."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Hindi. This package contains application translations, help files, and screenshots."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Italian. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Spanish. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Tajik. This package contains application translations, help files, and screenshots."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "An object oriented GL/GLES Abstraction/Utility Layer -- OpenGL ES 2.0 Frontend API"
+#~ msgstr "Desenvolvimento"
+
+#, fuzzy
+#~ msgid "Arabic (ar) translations for KDE"
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Brazilian (pt_BR) application data for KDE"
+#~ msgid "Basque (eu) translations for KDE"
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Brazilian (pt_BR) translations for KDE"
+#~ msgid "Bosnian (bs) translations for KDE"
#~ msgstr "Federação da Rússia"
#, fuzzy
@@ -3708,14 +3919,6 @@
#~ msgstr "Marianas do Norte"
#, fuzzy
-#~ msgid "Chinese simplified (zh_CN) translations for KDE"
-#~ msgstr "Marianas do Norte"
-
-#, fuzzy
-#~ msgid "Chinese traditional (zh_TW) translations for KDE"
-#~ msgstr "Marianas do Norte"
-
-#, fuzzy
#~ msgid "Croatian (hr) translations for KDE"
#~ msgstr "Federação da Rússia"
@@ -3740,22 +3943,6 @@
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Development files needed for building kernel modules"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
-
-#, fuzzy
-#~ msgid "Dutch (nl) application data for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Dutch (nl) manuals for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Dutch (nl) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
#~ msgid "ESD output plugin for libao"
#~ msgstr "Pacotes de desenvolvimento do KDE"
@@ -3784,10 +3971,6 @@
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Floppy Formatter"
-#~ msgstr "Unidade de Disquete"
-
-#, fuzzy
#~ msgid "French (fr) application data for KDE"
#~ msgstr "Marianas do Norte"
@@ -3840,20 +4023,6 @@
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid ""
-#~ "Integrated Development Environment for the X Window System, Qt, KDE, and "
-#~ "GNOME"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
-
-#, fuzzy
-#~ msgid "Integrated Development Environment: Build Environment"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
-
-#, fuzzy
-#~ msgid "Interactive Geometry"
-#~ msgstr "Geometria Interativa"
-
-#, fuzzy
#~ msgid "Interlingua (ia) translations for KDE"
#~ msgstr "Federação da Rússia"
@@ -3878,10 +4047,6 @@
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "KDE Floppy Disk Utility"
-#~ msgstr "Novos Aplicativos"
-
-#, fuzzy
#~ msgid "KDE SDK Package"
#~ msgstr "Pacotes de desenvolvimento do KDE"
@@ -3890,22 +4055,10 @@
#~ msgstr "Gerenciador de Dispositivos"
#, fuzzy
-#~ msgid "KGeography is a geography learning program."
-#~ msgstr "Um Programa de Aprendizagem de Geografia"
-
-#, fuzzy
-#~ msgid "KGoldrunner is a game of action and puzzle solving"
-#~ msgstr "Um jogo de ação e quebra-cabeça"
-
-#, fuzzy
#~ msgid "Kalzium shows a periodic table of the elements."
#~ msgstr "Tabela Periódica dos Elementos"
#, fuzzy
-#~ msgid "Kernel Documentation"
-#~ msgstr "Desenvolvimento Kernel"
-
-#, fuzzy
#~ msgid "Khmer (km) translations for KDE"
#~ msgstr "Marianas do Norte"
@@ -3926,14 +4079,6 @@
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Languages for package kdevelop4"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
-#~ msgid "Languages for package kiosktool"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
#~ msgid "Languages for package libcryptui"
#~ msgstr "Idiomas Sami (Outro)"
@@ -3950,22 +4095,6 @@
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Low Saxon (nds) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Norwegian Bokmål (nb) translations for KDE"
-#~ msgstr "Marianas do Norte"
-
-#, fuzzy
-#~ msgid "Nynorsk (nn) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "PHP Plugin for Kdevelop4 Integrated Development Environment"
-#~ msgstr "Ambiente de Desenvolvimento Integrado"
-
-#, fuzzy
#~ msgid "Periodic Table of Elements"
#~ msgstr "Tabela Periódica dos Elementos"
@@ -3974,22 +4103,10 @@
#~ msgstr "Agendador de Alarme Pessoal"
#, fuzzy
-#~ msgid "Polish (pl) application data for KDE"
-#~ msgstr "Marianas do Norte"
-
-#, fuzzy
#~ msgid "Polish (pl) manuals for KDE"
#~ msgstr "Marianas do Norte"
#, fuzzy
-#~ msgid "Polish (pl) translations for KDE"
-#~ msgstr "Marianas do Norte"
-
-#, fuzzy
-#~ msgid "Portuguese (pt) translations for KDE"
-#~ msgstr "Marianas do Norte"
-
-#, fuzzy
#~ msgid "Provides translations to the package json-glib"
#~ msgstr "Aguardar por aplicativo kicker"
@@ -4002,22 +4119,10 @@
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Provides translations to the package kdevelop4"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
-#~ msgid "Provides translations to the package kiosktool"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Provides translations to the package libcryptui"
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Punjabi (pa) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
#~ msgid "Python Bindings for kross"
#~ msgstr "O pacote não está assinalado"
@@ -4026,38 +4131,10 @@
#~ msgstr "As Últimas Inovações de Ambiente de Trabalho"
#, fuzzy
-#~ msgid "Russian (ru) application data for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
#~ msgid "Russian (ru) manuals for KDE"
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Russian (ru) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Scripts for KDE Development"
-#~ msgstr "Desenvolvimento KDE"
-
-#, fuzzy
-#~ msgid "Serbian (sr) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Single player puzzle game"
-#~ msgstr "Jogo de raciocínio para vários jogadores"
-
-#, fuzzy
-#~ msgid "Slovak (sk) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Slovenian (sl) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
#~ msgid "Spanish (es) application data for KDE"
#~ msgstr "Federação da Rússia"
@@ -4070,14 +4147,6 @@
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Swedish (sv) application data for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Swedish (sv) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
#~ msgid "Swedish ispell dictionary"
#~ msgstr "Federação da Rússia"
@@ -4087,58 +4156,33 @@
#, fuzzy
#~ msgid "Template for KDE Application Development"
-#~ msgstr ""
-#~ "Ferramentas Potentes para Redes Domésticas e Desenvolvimento de Aplicações"
+#~ msgstr "Ferramentas Potentes para Redes Domésticas e Desenvolvimento de Aplicações"
#, fuzzy
#~ msgid "Thai (th) translations for KDE"
#~ msgstr "Marianas do Norte"
#, fuzzy
-#~ msgid "The Xen Kernel"
-#~ msgstr ""
-#~ "Carregando Kernel do Linux\n"
-#~ "\n"
-#~ " "
-
-#, fuzzy
-#~ msgid "This package contains Brazilian localized application data for KDE."
+#~ msgid "This package contains British English application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains British English application manual translations for "
-#~ "KDE."
+#~ msgid "This package contains British English localized application data for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains British English localized application data for KDE."
+#~ msgid "This package contains Danish application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains Danish application manual translations for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains Danish localized application data for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains Dutch application manual translations for KDE."
+#~ msgid "This package contains Estonian application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains Dutch localized application data for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains Estonian application manual translations for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains Estonian localized application data for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
@@ -4147,8 +4191,7 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains German application manual translations for KDE."
+#~ msgid "This package contains German application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
@@ -4156,8 +4199,7 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains Italian application manual translations for KDE."
+#~ msgid "This package contains Italian application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
@@ -4165,61 +4207,22 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains Polish application manual translations for KDE."
+#~ msgid "This package contains Polish application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains Polish localized application data for KDE."
+#~ msgid "This package contains Russian application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains Russian application manual translations for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "This package contains Russian localized application data for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains Spanish localized application data for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains Swedish localized application data for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains Ukrainian application manual translations for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "This package contains Ukrainian localized application data for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "This package contains fonts for the Khmer language of Cambodia."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains the ESD output plugin for libao."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains the scripts for KDE development which are contained "
-#~ "in the kdesdk module."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains window decorations for KDE which originate from the "
-#~ "kdeartwork module."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package provides plugins for libfreerdp-1_0."
#~ msgstr "O pacote não está assinalado"
@@ -4228,30 +4231,6 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "Turkish (tr) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Uighur (ug) translations for KDE"
-#~ msgstr "Marianas do Norte"
-
-#, fuzzy
-#~ msgid "Ukrainian (uk) application data for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Ukrainian (uk) manuals for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Ukrainian (uk) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid "Walloon (wa) translations for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
#~ msgid "Xine-Based Multimedia Player"
#~ msgstr "Player multimídia KDE"
@@ -4276,9 +4255,7 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "All the requirements for a KDE desktop in Indonesian. This package "
-#~ "contains application translations, help files, and screenshots."
+#~ msgid "All the requirements for a KDE desktop in Indonesian. This package contains application translations, help files, and screenshots."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
@@ -4306,25 +4283,13 @@
#~ msgstr "Federação da Rússia"
#, fuzzy
-#~ msgid "Swedish (sv) manuals for KDE"
-#~ msgstr "Federação da Rússia"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains Brazilian application manual translations for KDE."
+#~ msgid "This package contains Brazilian application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains French application manual translations for KDE."
+#~ msgid "This package contains French application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains Spanish application manual translations for KDE."
+#~ msgid "This package contains Spanish application manual translations for KDE."
#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains Swedish application manual translations for KDE."
-#~ msgstr "O pacote contém uma versão diferente da experada"
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:13 +0100 (Fri, 06 Nov 2015)
New Revision: 94622
Modified:
trunk/packages/pt/po/dvd2.pt.po
Log:
Merged dvd2.pot for pt
Modified: trunk/packages/pt/po/dvd2.pt.po
===================================================================
--- trunk/packages/pt/po/dvd2.pt.po 2015-11-06 03:06:11 UTC (rev 94621)
+++ trunk/packages/pt/po/dvd2.pt.po 2015-11-06 03:06:13 UTC (rev 94622)
@@ -1,1865 +1,1485 @@
# This file was automatically generated
msgid ""
msgstr ""
-"POT-Creation-Date: 2012-06-21 16:20:14\n"
+"POT-Creation-Date: 2015-11-06 04:10:03\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-#. summary(ipa-fonts:ipa-gothic-fonts)
-msgid "\"Gothic\" Japanese TrueType Font Made by IPA"
+#. summary(GeoIP)
+msgid "Library to find the country that any IP address originates from"
msgstr ""
-#. description(ipa-ex-fonts:ipa-ex-gothic-fonts)
+#. description(GeoIP)
msgid ""
-"\"Gothic\" Japanese TrueType font made by IPA (Information-technology "
-"Promotion Agency)."
+"GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than using reverse DNS lookups.\n"
+"\n"
+"MaxMind offers a service where you can have your database updated automically each month."
msgstr ""
-#. summary(ipa-fonts:ipa-mincho-fonts)
-msgid "\"Mincho\" Japanese TrueType Font Made by IPA"
-msgstr ""
+#. summary(GraphicsMagick:GraphicsMagick-devel)
+#, fuzzy
+msgid "Viewer and Converter for Images - files mandatory for development"
+msgstr "Interface do Kernel"
-#. description(ipa-ex-fonts:ipa-ex-mincho-fonts)
-msgid ""
-"\"Mincho\" Japanese TrueType font made by IPA (Information-technology "
-"Promotion Agency)."
+#. description(GraphicsMagick:GraphicsMagick-devel)
+msgid "GraphicsMagick(TM) provides a powerful image manipulation and translation utility. It is capable of displaying still images and animations using the X Window system, provides a simple interface for interactively editing images, and is capable of importing selected windows or the entire desktop. GraphicsMagick can read and write over 88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and Photo CD. It can resize, rotate, sharpen, color reduce, or add special effects to the image and save the result to any supported format. GraphicsMagick may be used to create animated or transparent .gifs, create composite images, create thumbnail images, and much, much, more."
msgstr ""
-#. summary(ipa-fonts:ipa-pgothic-fonts)
-msgid "\"Proportional Gothic\" Japanese TrueType Font Made by IPA"
+#. summary(ImageMagick)
+msgid "Viewer and Converter for Images"
msgstr ""
-#. description(ipa-fonts:ipa-pgothic-fonts)
-msgid ""
-"\"Proportional Gothic\" Japanese TrueType font made by IPA (Information-"
-"technology Promotion Agency)."
-msgstr ""
+#. summary(ImageMagick:ImageMagick-extra)
+#, fuzzy
+msgid "Viewer and Converter for Images - extra codecs"
+msgstr "Interface do Kernel"
-#. summary(ipa-fonts:ipa-pmincho-fonts)
-msgid "\"Proportional Mincho\" Japanese TrueType Font Made by IPA"
-msgstr ""
-
-#. description(ipa-fonts:ipa-pmincho-fonts)
+#. description(ImageMagick:ImageMagick-extra)
msgid ""
-"\"Proportional Mincho\" Japanese TrueType font made by IPA (Information-"
-"technology Promotion Agency)."
+"This package adds support for djvu, wmf and jpeg2000 formats and installs optional helper applications.\n"
+"\n"
+"ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces."
msgstr ""
-#. summary(ipa-uigothic-fonts)
-msgid "\"UI Gothic\" Japanese TrueType Font Made by IPA"
+#. summary(font-util)
+msgid "X.Org font package creation/installation utilities"
msgstr ""
-#. description(ipa-uigothic-fonts)
-msgid ""
-"\"UI Gothic\" Japanese TrueType font made by IPA (Information-technology "
-"Promotion Agency)."
+#. description(font-util)
+msgid "This package provides utilities for X.Org font package creation/installation."
msgstr ""
-#. summary(gio-sharp)
-#, fuzzy
-msgid ".NET/C# Bindings for GIO"
-msgstr "O pacote não está assinalado"
-
-#. summary(gkeyfile-sharp)
-msgid ".NET/C# Bindings for GKeyFile"
+#. summary(fonttosfnt)
+msgid "Utility to wrap a bitmap font in a sfnt (TrueType) wrapper"
msgstr ""
-#. summary(gudev-sharp)
-msgid ".NET/C# Bindings for GUDev"
+#. description(fonttosfnt)
+msgid "Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) wrapper."
msgstr ""
-#. summary(gtk-sharp2)
-msgid ".Net Language Bindings for GTK+"
+#. summary(four-in-a-row)
+msgid "Connect Four Game for GNOME"
msgstr ""
-#. summary(gnome-doc-utils)
-msgid "A Collection of Documentation Utilities for GNOME"
+#. description(four-in-a-row)
+msgid "The object of Four-in-a-Row is to place four pieces in a vertical, horizontal, or diagonal row while the opponent tries to block and make his/her own row of four. Four-in-a-Row can be played against another human or the computer."
msgstr ""
-#. summary(id3v2)
-msgid "A Command Line Editor for ID3 V2 tags"
+#. description(frameworkintegration:frameworkintegration-devel)
+msgid ""
+"Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.\n"
+"\n"
+"Applications do not need to link to this directly. Development files"
msgstr ""
-#. summary(gperf)
-msgid "A Compiler Tool for Generating Perfect Hash Functions"
+#. summary(freeglut:freeglut-devel)
+msgid "Development libraries, includes and man pages for freeglut (GLUT Library)"
msgstr ""
-#. summary(jakarta-commons-launcher)
-msgid "A Cross-Platform Java Application Launcher"
+#. description(freeglut:freeglut-devel)
+msgid ""
+"This package contains all necessary include files and libraries needed to compile and link applications for the freeglut library.\n"
+"\n"
+"In addition, it also includes manual pages which describe all functions provided by the freeglut library.\n"
+"\n"
+"Freeglut is a completely open source alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL Redbook. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available, and highly portable.\n"
+"\n"
+"GLUT (and freeglut) allow the user to create and manage windows containing OpenGL contexts and also read the mouse, keyboard, and joystick functions on a wide range of platforms."
msgstr ""
-#. summary(gucharmap:gucharmap-devel)
+#. summary(freeipmi)
#, fuzzy
-msgid "A Featureful Unicode Character Map -- Development Files"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "FreeIPMI"
+msgstr "Abrir"
-#. summary(vim:gvim)
-msgid "A GUI for Vi"
+#. description(freeipmi)
+msgid "This project provides \"Remote-Console\" (out-of-band) and \"System Management Software\" (in-band) based on Intelligent Platform Management Interface specification."
msgstr ""
-#. summary(gsynaptics)
-msgid "A Graphical Front-End for TouchPad Configuration"
-msgstr ""
-
-#. summary(ikvm)
-msgid "A JVM Based on the Mono Runtime"
-msgstr ""
-
-#. summary(id3lib)
-msgid "A Library for Manipulating ID3v1 and ID3v2 tags"
-msgstr ""
-
-#. description(kde-mplayer-thumbnailer)
-msgid "A MPlayer-based thumbnailer from the kdemultimedia repo."
-msgstr ""
-
-#. summary(javacc)
-msgid "A Parser and Scanner Generator for Java"
-msgstr ""
-
-#. summary(gcal)
+#. summary(freetype2:freetype2-devel)
#, fuzzy
-msgid "A Program for Printing Calendars"
-msgstr "Ver arquivos PostScript"
+msgid "Development environment for the freetype2 TrueType font library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(gv)
+#. description(freetype2:freetype2-devel)
#, fuzzy
-msgid "A Program to View PostScript Files"
-msgstr "Ver arquivos PostScript"
-
-#. summary(ispell)
-msgid "A Spell Checker"
-msgstr ""
-
-#. description(git:git-gui)
msgid ""
-"A Tcl/Tk based graphical user interface to Git. git-gui focuses on allowing "
-"users to make changes to their repository by making new commits, amending "
-"existing ones, creating branches, performing local merges, and fetching/"
-"pushing to remote repositories.\n"
+"This package contains all necessary include files, libraries and documentation needed to develop applications that require the freetype2 TrueType font library.\n"
"\n"
-"Unlike gitk, git-gui focuses on commit generation and single file "
-"annotation, and does not show project history. It does however supply menu "
-"actions to start a gitk session from within git-gui."
-msgstr ""
+"It also contains a small tutorial for using that library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(joe)
-msgid "A Text Editor"
+#. summary(frei0r-plugins)
+msgid "Collection of video sources and filters plugins"
msgstr ""
-#. description(ibus-unikey)
-msgid "A Vietnamese engine for IBus input platform that uses Unikey."
+#. description(frei0r-plugins)
+msgid "This package provides a collection of video sources and filters plugins, using the Frei0r API."
msgstr ""
-#. description(gsettings-desktop-schemas:gsettings-desktop-schemas-devel)
-msgid ""
-"A collection of GSettings schemas for settings shared by various components "
-"of a desktop.\n"
-"\n"
-"This package contains development files."
-msgstr ""
-
-#. summary(gedit-plugins)
+#. summary(fribidi)
#, fuzzy
-msgid "A collection of plugins for gedit"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Free Implementation of Unicode BiDi Algorithm"
+msgstr "Interface do Kernel"
-#. description(graphviz)
-msgid ""
-"A collection of tools and tcl packages for the manipulation and layout of "
-"graphs (as in nodes and edges, not as in bar charts)."
+#. description(fribidi)
+msgid "This library implements the algorithm as described in \"Unicode Standard Annex #9, the Bidirectional Algorithm\"."
msgstr ""
-#. description(kdebindings-smokegen)
-msgid ""
-"A general purpose C++ parser with a plugin infrastructure enabling "
-"'generators' to be written, which can do various things with the C++ AST. It "
-"is currently used for generating the various KDE SMOKE libraries."
-msgstr ""
+#. summary(fribidi:fribidi-devel)
+#, fuzzy
+msgid "Development Files for FriBiDi"
+msgstr "Desenvolvimento"
-#. summary(giggle)
+#. description(fribidi:fribidi-devel)
#, fuzzy
-msgid "A graphical frontend for git"
-msgstr "Ambientes Gráficos"
+msgid "This package provides headers and manual files for FriBiDi."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kasumi)
-msgid "A graphical tool to edit the personal dictionary for Anthy."
+#. summary(frogr)
+msgid "Tool to Manage Flickr Accounts"
msgstr ""
-#. description(gperf)
-msgid ""
-"A perfect hash function is simply: a hash function and a data structure that "
-"allows recognition of a key word in a set of words using exactly one probe "
-"into the data structure."
+#. description(frogr)
+msgid "Frogr is a small application for the GNOME desktop that allows users to manage their accounts in the Flickr image hosting website. It supports all the basic Flickr features, including uploading pictures, adding descriptions, setting tags and managing sets and groups pools."
msgstr ""
-#. summary(gnome-do)
-msgid "A powerful, speedy, and sexy remote control for your GNOME Desktop"
+#. summary(frozen-bubble)
+msgid "Puzzle with Bubbles"
msgstr ""
-#. description(gnu-free-fonts)
+#. description(frozen-bubble)
msgid ""
-"A set of free outline (OpenType, for example) fonts covering the ISO 10646/"
-"Unicode UCS (Universal Character Set). The set consists of three typefaces: "
-"one monospaced and two proportional (one with uniform and one with modulated "
-"stroke)."
+"Shoot up bubbles. Similar to the console game Puzzle-Bobble.\n"
+"\n"
+"Colorful 3D rendered penguin animations, 100 levels of 1p game, hours and hours of 2p game, nights and nights of 2p/3p/4p/5p game over LAN or Internet, a level-editor, 3 professional quality digital soundtracks, 15 stereo sound effects, 8 unique graphical transition effects, 8 unique logo eye-candies."
msgstr ""
-#. description(gmixer)
-msgid ""
-"A simple gtk/gstreamer audio mixer, aimed to work with light desktop "
-"managers.\n"
-"\n"
-"Features: - support all mixer plugins of gstreamer (alsa/oss/"
-"pulseaudio/...) - tray icon support - support special keys of multimedia "
-"keyboard."
+#. summary(frozen-bubble:frozen-bubble-server)
+msgid "Puzzle with Bubbles - Server"
msgstr ""
-#. description(kiosktool)
+#. description(frozen-bubble:frozen-bubble-server)
msgid ""
-"A tool for a system administrator to create profiles for the KDE desktop."
+"Server for frozen-bubble.\n"
+"\n"
+"Colorful 3D rendered penguin animations, 100 levels of 1p game, hours and hours of 2p game, nights and nights of 2p/3p/4p/5p game over LAN or Internet, a level-editor, 3 professional quality digital soundtracks, 15 stereo sound effects, 8 unique graphical transition effects, 8 unique logo eye-candies."
msgstr ""
-#. description(html2text)
-msgid ""
-"A tool for converting from HTML to ASCII. It can reasonably handle tables."
+#. summary(fslsfonts)
+msgid "Utility to list fonts served by X font server"
msgstr ""
-#. description(kdewebdev4:kimagemapeditor)
-msgid "A tool to edit image maps of HTML files"
+#. description(fslsfonts)
+msgid "fslsfonts lists the fonts that match the given pattern."
msgstr ""
-#. description(gnuchess)
-msgid ""
-"A worthy chess opponent that runs in text mode. Find an X11 interface in the "
-"xboard package."
+#. summary(fstobdf)
+msgid "Program to read a font from an X font server"
msgstr ""
-#. summary(kgoldrunner)
-#, fuzzy
-msgid "Action & Puzzle Solving Game"
-msgstr "Jogo de ação e quebra-cabeça"
-
-#. summary(kate)
-#, fuzzy
-msgid "Advanced Text Editor"
-msgstr "Pacotes de desenvolvimento do Kernel"
-
-#. summary(kate:kate-devel)
-#, fuzzy
-msgid "Advanced Text Editor Development Headers"
-msgstr "Pacotes de desenvolvimento do Kernel"
-
-#. description(kde4-l10n:kde4-l10n-ar)
-msgid ""
-"All the requirements for a KDE desktop in Arabic. This package contains "
-"application translations, help files, and screenshots."
+#. description(fstobdf)
+msgid "The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-eu)
-msgid ""
-"All the requirements for a KDE desktop in Basque. This package contains "
-"application translations, help files, and screenshots."
+#. summary(ft2demos)
+msgid "Freetype2 Utilities and Demo Programs"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-bs)
-msgid ""
-"All the requirements for a KDE desktop in Bosnian. This package contains "
-"application translations, help files, and screenshots."
+#. description(ft2demos)
+msgid "Freetype2 utilities and demo programs."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-pt_BR)
+#. summary(fvwm2)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Brazilian. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Improved Version of FVWM Window Manager"
+msgstr "O gerenciador de janelas Motif"
-#. description(kde4-l10n:kde4-l10n-en_GB)
+#. description(fvwm2)
msgid ""
-"All the requirements for a KDE desktop in British English. This package "
-"contains application translations."
+"FVWM is a virtual desktop window manager for the X Window System.\n"
+"\n"
+"FVWM is intended to have a small memory footprint but a rich feature set, to be extremely customizable and extendible, and to be very compatible with the Motif MWM."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-bg)
-msgid ""
-"All the requirements for a KDE desktop in Bulgarian. This package contains "
-"application translations, help files, and screenshots."
+#. summary(mgetty:g3utils)
+msgid "Tools for the G3 (Fax) Graphics Format"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-ca)
+#. description(mgetty:g3utils)
msgid ""
-"All the requirements for a KDE desktop in Catalan. This package contains "
-"application translations, help files, and screenshots."
+"These utilities convert graphics files from the G3 format into the general- purpose PBM format and back, so you can print or manipulate them. G3 is used by fax modems and machines.\n"
+"\n"
+"The g3utils are included in the mgetty source package."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-hr)
-msgid ""
-"All the requirements for a KDE desktop in Croatian. This package contains "
-"application translations, help files, and screenshots."
+#. summary(galculator)
+msgid "A GTK 2/3 based calculator"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-cs)
-msgid ""
-"All the requirements for a KDE desktop in Czech. This package contains "
-"application translations, help files, and screenshots."
+#. description(galculator)
+msgid "Galculator is a GTK 2 based calculator with ordinary notation/reverse polish notation, a formula entry mode, different number bases (DEC, HEX, OCT, BIN) and different units of angular measure (DEG, RAD, GRAD)."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-da)
+#. summary(gcal)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Danish. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "A Program for Printing Calendars"
+msgstr "Ver arquivos PostScript"
-#. description(kde4-l10n:kde4-l10n-nl)
+#. description(gcal)
+msgid "Gcal is a program for printing calendars. Gcal displays a calendar for a month or a year, eternal holiday lists, and fixed date lists. The program correctly omits the dates that were skipped when the current Gregorian calendar replaced the earlier Julian calendar."
+msgstr ""
+
+#. summary(gcc)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Dutch. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The system GNU C Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-et)
+#. description(gcc)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Estonian. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The system GNU C Compiler."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-fa)
+#. summary(gcc:gcc-c++)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Farsi (Persian). This package "
-"contains application translations, help files, and screenshots."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The system GNU C++ Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-fi)
-msgid ""
-"All the requirements for a KDE desktop in Finish. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. description(gcc:gcc-c++)
+#, fuzzy
+msgid "The system GNU C++ Compiler."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-fr)
+#. summary(gcc:gcc-fortran)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in French. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The system GNU Fortran Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-gl)
-msgid ""
-"All the requirements for a KDE desktop in Galician. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. description(gcc:gcc-fortran)
+#, fuzzy
+msgid "The system GNU Fortran Compiler."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-de)
+#. summary(gcc:gcc-gij)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in German. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The system GNU Java bytecode interpreter"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-el)
-msgid ""
-"All the requirements for a KDE desktop in Greek. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. description(gcc:gcc-gij)
+#, fuzzy
+msgid "The system GNU Java bytecode interpreter."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-he)
+#. summary(gcc:gcc-info)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Hebrew. This package contains "
-"application translations, help files, and screenshots."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The system GNU Compiler documentation"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-hi)
+#. description(gcc:gcc-info)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Hindi. This package contains "
-"application translations, help files, and screenshots."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The system GNU Compiler documentation."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-hu)
-msgid ""
-"All the requirements for a KDE desktop in Hungarian. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. summary(gcc:gcc-java)
+#, fuzzy
+msgid "The system GNU Java Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-is)
-msgid ""
-"All the requirements for a KDE desktop in Icelandic. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. description(gcc:gcc-java)
+#, fuzzy
+msgid "The system GNU Java Compiler."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-ia)
-msgid ""
-"All the requirements for a KDE desktop in Interlingua (International "
-"Auxiliary Language Association). This package contains application "
-"translations, help files, and screenshots."
-msgstr ""
+#. summary(gcc:gcc-objc)
+#, fuzzy
+msgid "The system GNU Objective C Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-ga)
-msgid ""
-"All the requirements for a KDE desktop in Irish Gaelic. This package "
-"contains application translations, help files, and screenshots."
-msgstr ""
+#. description(gcc:gcc-objc)
+#, fuzzy
+msgid "The system GNU Objective C Compiler."
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-it)
+#. summary(gcc5)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Italian. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The GNU C Compiler and Support Files"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-ja)
+#. description(gcc5)
msgid ""
-"All the requirements for a KDE desktop in Japanese. This package contains "
-"application translations, help files, and screenshots."
+"Core package for the GNU Compiler Collection, including the C language frontend.\n"
+"\n"
+"Language frontends other than C are split to different sub-packages, namely gcc-ada, gcc-c++, gcc-fortran, gcc-java, gcc-objc and gcc-obj-c++."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-kk)
-msgid ""
-"All the requirements for a KDE desktop in Khmer. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. summary(gcc5:gcc5-c++)
+#, fuzzy
+msgid "The GNU C++ Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-ko)
-msgid ""
-"All the requirements for a KDE desktop in Korean. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. description(gcc5:gcc5-c++)
+#, fuzzy
+msgid "This package contains the GNU compiler for C++."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-lv)
-msgid ""
-"All the requirements for a KDE desktop in Latvian. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. summary(gcc5:gcc5-fortran)
+#, fuzzy
+msgid "The GNU Fortran Compiler and Support Files"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-lt)
-msgid ""
-"All the requirements for a KDE desktop in Lithanian. This package contains "
-"application translations, help files, and screenshots."
+#. description(gcc5:gcc5-fortran)
+msgid "This is the Fortran compiler of the GNU Compiler Collection (GCC)."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-nds)
-msgid ""
-"All the requirements for a KDE desktop in Low Saxon. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
-
-#. description(kde4-l10n:kde4-l10n-mr)
+#. summary(libgcj-gcc5:gcc5-gij)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Marathi. This package contains "
-"application translations, help files, and screenshots."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Java Bytecode Interpreter for gcc"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-nb)
+#. description(libgcj-gcc5:gcc5-gij)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Norwegian Bokmål. This package "
-"contains application translations, help files, and screenshots."
+msgid "This package contains the java bytecode interpreter gij and related tools."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-pl)
+#. summary(libgcj-gcc5:gcc5-java)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Polish. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "The GNU Java Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-pt)
-msgid ""
-"All the requirements for a KDE desktop in Portuguese. This package contains "
-"application translations, help files, and screenshots."
+#. description(libgcj-gcc5:gcc5-java)
+msgid "The Java compiler from the GCC-tools-suite."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-pa)
-msgid ""
-"All the requirements for a KDE desktop in Punjabi. This package contains "
-"application translations, help files, and screenshots."
-msgstr ""
+#. summary(gcc5:gcc5-locale)
+#, fuzzy
+msgid "Locale Data for the GNU Compiler Collection"
+msgstr "Aguardar por aplicativo kicker"
-#. description(kde4-l10n:kde4-l10n-ro)
-msgid ""
-"All the requirements for a KDE desktop in Romanian. This package contains "
-"application translations, help files, and screenshots."
+#. description(gcc5:gcc5-locale)
+msgid "Locale data for the GNU Compiler Collection (GCC) to give error message in the current locale."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-ru)
+#. summary(gcc5:gcc5-objc)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Russian. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "GNU Objective C Compiler"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(kde4-l10n:kde4-l10n-sr)
-msgid ""
-"All the requirements for a KDE desktop in Serbian. This package contains "
-"application translations, help files, and screenshots."
+#. description(gcc5:gcc5-objc)
+msgid "This package contains the GNU Objective C compiler. Objective C is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-sk)
-msgid ""
-"All the requirements for a KDE desktop in Slovak. This package contains "
-"application translations, help files, and screenshots."
+#. summary(gcin)
+msgid "Chinese input method server"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-sl)
-msgid ""
-"All the requirements for a KDE desktop in Slovenian. This package contains "
-"application translations, help files, and screenshots."
+#. description(gcin)
+msgid "gcin is a Chinese input method server for traditional Chinese. It features a better GTK user interface."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-es)
+#. summary(gcin:gcin-gtk2-immodule)
#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Spanish. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Gcin gtk2 immodule"
+msgstr "Nenhum módulo encontrado."
-#. description(kde4-l10n:kde4-l10n-sv)
-#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Swedish. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(gcin:gcin-gtk2-immodule)
+msgid "gcin gtk2 immodule, support gtk2-based applications"
+msgstr ""
-#. description(kde4-l10n:kde4-l10n-tg)
-#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Tajik. This package contains "
-"application translations, help files, and screenshots."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(kde4-l10n:kde4-l10n-tr)
-msgid ""
-"All the requirements for a KDE desktop in Turkish. This package contains "
-"application translations, help files, and screenshots."
+#. summary(gcin:gcin-gtk3-immodule)
+msgid "Gcin gtk3 immodule"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-uk)
-#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Uighur. This package contains "
-"application translations."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(kde4-l10n:kde4-l10n-ug)
-#, fuzzy
-msgid ""
-"All the requirements for a KDE desktop in Ukrainian. This package contains "
-"application translations, help files, and screenshots."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(kde4-l10n:kde4-l10n-wa)
-msgid ""
-"All the requirements for a KDE desktop in Walloon. This package contains "
-"application translations, help files, and screenshots."
+#. description(gcin:gcin-gtk3-immodule)
+msgid "gcin gtk3 immodule, support gtk3-based applications"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-zh_CN)
-msgid ""
-"All the requirements for a KDE desktop in simplified Chinese. This package "
-"contains application translations, help files, and screenshots."
+#. summary(gcin:gcin-qt4-immodule)
+msgid "Gcin qt4 immodule"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-zh_TW)
-msgid ""
-"All the requirements for a KDE desktop in traditional Chinese. This package "
-"contains application translations, help files, and screenshots."
+#. description(gcin:gcin-qt4-immodule)
+msgid "gcin qt4 immodule, support Qt4-based applications"
msgstr ""
-#. description(kde4-l10n:kde4-l10n-nn)
-msgid ""
-"All the requirements for a KDE desktop is Nynorsk. This package contains "
-"application translations, help files, and screenshots."
+#. summary(gcin:gcin-qt5-immodule)
+#, fuzzy
+msgid "Gcin qt5 immodule"
+msgstr "Nenhum módulo encontrado."
+
+#. description(gcin:gcin-qt5-immodule)
+msgid "gcin qt5 immodule, support Qt5-based applications"
msgstr ""
-#. summary(ispell:ispell-american)
-msgid "American ispell dictionary"
+#. summary(gcolor2)
+#, fuzzy
+msgid "Simple color selector"
+msgstr "Servidor Web Simples"
+
+#. description(gcolor2)
+msgid "Gcolor2 is a GTK2 color selector to provide a quick and easy way to find colors for whatever task is at hand. Colors can be saved and deleted as well."
msgstr ""
#. summary(gconf-editor)
msgid "An Editor for the GConf Database System"
msgstr ""
-#. summary(IPython)
-msgid "An Enhanced Interactive Python Shell"
+#. description(gconf-editor)
+msgid "Gconf-editor allows you to view and edit the values that are stored in the gconf database. This database is used for application settings in the GNOME Desktop Environment."
msgstr ""
-#. description(html2ps)
-msgid ""
-"An HTML to PostScript converter written in Perl. Html2ps understands many "
-"of the HTML 4.0 features.\tFrom the home page (http://www.tdb.uu.se/~jan/"
-"html2ps.html):\n"
-"\n"
-"* Many ways to control the appearance; this is mostly done using "
-"configuration files.\n"
-"\n"
-"* Support for processing multiple documents, can be done automatically by "
-"recursively following links.\n"
-"\n"
-"* A table of contents can be generated, either from the links in a "
-"document or automatically from document headings.\n"
-"\n"
-"* Configurable page headers and footers that can, for example, contain "
-"document title, URL, page number, current heading, and date.\n"
-"\n"
-"* Automatic hyphenation and text justification can be selected."
-msgstr ""
+#. summary(gnome-sharp2:gconf-sharp2)
+#, fuzzy
+msgid "Mono bindings for gconf"
+msgstr "O pacote não está assinalado"
-#. summary(i4l-base:i4l-isdnlog)
-msgid "An ISDN line logging and control utility"
-msgstr ""
+#. description(gnome-sharp2:gconf-sharp2)
+#, fuzzy
+msgid "This package contains Mono bindings for gconf and gconf peditors."
+msgstr "O pacote não está assinalado"
-#. summary(gthumb)
-msgid "An Image Viewer and Browser for GNOME"
+#. summary(gconf2:gconf2-devel)
+msgid "Include files and libraries mandatory for development"
msgstr ""
-#. summary(harfbuzz:harfbuzz-devel)
-#, fuzzy
-msgid "An OpenType text shaping engine -- Development Files"
-msgstr "XF86Messenger"
-
#. summary(gdk-pixbuf:gdk-pixbuf-devel)
#, fuzzy
msgid "An image loading library - Development Files"
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(kdevelop4)
+#. description(gdk-pixbuf:gdk-pixbuf-devel)
msgid ""
-"An integrated development environment (IDE) that allows you to write "
-"programs for the X Window System, the Qt library, or KDE. It includes a "
-"documentation browser, a source code editor with syntax highlighting, a GUI "
-"for the compiler, and much more."
+"gdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or Clutter.\n"
+"\n"
+"This package contains development files for gdk-pixbuf."
msgstr ""
-#. description(xiterm:gtkiterm)
-msgid "An internationalized terminal emulator for GTK."
+#. summary(geany)
+msgid "Small and lightweight IDE"
msgstr ""
-#. summary(mozc:ibus-mozc-candidate-window)
-msgid "An optional candidate window for ibus-mozc"
+#. description(geany)
+msgid "Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME. So it is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany."
msgstr ""
-#. summary(kanagram)
-msgid "Anagram Game"
-msgstr ""
-
-#. summary(kde4-l10n:kde4-l10n-ar)
+#. summary(geany-plugins)
#, fuzzy
-msgid "Arabic (ar) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "A collection of different plugins for Geany"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(intlfonts:intlfonts-arabic-bitmap-fonts)
-msgid "Arabic Fonts for the X Window System"
+#. description(geany-plugins)
+msgid "Geany-Plugins is a collection of different plugins for Geany, a lightweight IDE."
msgstr ""
-#. description(intlfonts:intlfonts-arabic-bitmap-fonts)
-msgid "Arabic fonts for the X Window System."
+#. summary(gedit-plugins:gedit-plugin-zeitgeist)
+msgid "Zeitgeist dataprovider for gedit"
msgstr ""
-#. description(google-croscore-fonts:google-arimo-fonts)
-msgid ""
-"Arimo was designed by Steve Matteson as an innovative, refreshing sans serif "
-"design that is metrically compatible with Arial™. Arimo offers improved on-"
-"screen readability characteristics and the pan-European WGL character set "
-"and solves the needs of developers looking for width-compatible fonts to "
-"address document portability across platforms."
+#. description(gedit-plugins:gedit-plugin-zeitgeist)
+msgid "The zeitgeist plugin for gedit provides a zeitgeist dataprovider that logs access and leave event for documents used with gedit."
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-array)
+#. summary(gedit-plugins)
+#, fuzzy
+msgid "A collection of plugins for gedit"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(gedit-plugins)
msgid ""
-"Array input method is a free, open-minded character-structured input method. "
-"Includes: array30: 27489 characters. array30-big: 27489 characters + Unicode "
-"ExtB."
+"Here follows a list of plugins currently available in gedit-plugins:\n"
+"\n"
+" * Bracket Completion Add automatically a closing bracket when you insert one * Charmap Select characters from a charactermap * Code Comment Comment or uncomment blocks of code * Color picker Select and insert a color from a dialog (for html, css, php) * Join lines/ Split lines Join or split multiple lines through Ctrl+J and Ctrl+Shift+J * Session Saver Allow to bookmark working sessions in order to get them back for further use * Smart Spaces Allow to unindent like if you were using tabs while you're using spaces * Show tabbar A very basic plugin which shows or hides the gedit tabbar * Terminal A simple terminal widget accessible from the bottom panel"
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-array)
-msgid "Array input methods"
+#. summary(gedit-plugins:gedit-plugins-data)
+msgid "Common data required by plugins"
msgstr ""
-#. summary(intlfonts:intlfonts-asian-bitmap-fonts)
-#, fuzzy
-msgid "Asian Fonts for the X Window System"
-msgstr "Sistema X Window"
+#. description(gedit-plugins:gedit-plugins-data)
+msgid "Common files required by all plugins"
+msgstr ""
-#. description(intlfonts:intlfonts-asian-bitmap-fonts)
-msgid "Asian fonts for the X Window System."
+#. summary(getdata)
+msgid "Library for reading and writing dirfile data"
msgstr ""
-#. description(gnome-backgrounds)
-msgid "Background images from the GNOME project."
+#. description(getdata)
+msgid "The GetData Project is the reference implementation of the Dirfile Standards, a filesystem-based database format for time-ordered binary data. The Dirfile database format is designed to provide a fast, simple format for storing and reading data."
msgstr ""
-#. summary(irqbalance)
-msgid "Balance IRQs on SMP Machines"
+#. summary(getdata:getdata-devel)
+msgid "Headers required when building programs against GetData"
msgstr ""
-#. summary(kdevplatform)
-#, fuzzy
-msgid "Base Package for Integrated Development Environments"
-msgstr "Ambiente de Desenvolvimento Integrado"
+#. description(getdata:getdata-devel)
+msgid "Headers required when building a program against the GetData library. Includes C++ and FORTRAN (77 & 95) bindings."
+msgstr ""
-#. summary(kdesdk-strigi-analyzers)
+#. summary(getdata:getdata-doc)
#, fuzzy
-msgid "Base package for kdesdk apps"
+msgid "Documentation for GetData"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kde4-l10n:kde4-l10n-eu)
+#. description(getdata:getdata-doc)
#, fuzzy
-msgid "Basque (eu) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Documentation and manuals for the GetData library."
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(intlfonts:intlfonts-chinese-big-bitmap-fonts)
-msgid "Big Chinese Fonts for the X Window System"
+#. description(gettext-runtime:gettext-tools)
+msgid "This package contains the `intl' library as well as tools that ease the creation and maintenance of message catalogs. With it you can extract strings from source code. The supplied Emacs mode (po-mode.el) will aid in editing these catalogs (called PO files, for portable object) and add translations. A special compiler will turn these PO files into binary catalogs."
msgstr ""
-#. description(intlfonts:intlfonts-chinese-big-bitmap-fonts)
-msgid "Big Chinese fonts for the X Window System."
+#. summary(gftp)
+msgid "Multithreaded File Transfer Client"
msgstr ""
-#. summary(intlfonts:intlfonts-japanese-big-bitmap-fonts)
-msgid "Big Japanese Fonts for the X Window System"
+#. description(gftp)
+#. description(gftp:gftp-common)
+msgid "GFTP is a free multithreaded file transfer client for *NIX based machines, with advanced features."
msgstr ""
-#. description(intlfonts:intlfonts-japanese-big-bitmap-fonts)
-msgid "Big Japanese fonts for the X Window System."
+#. summary(gftp:gftp-common)
+msgid "Multithreaded File Transfer Client - Common Files"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-bs)
-#, fuzzy
-msgid "Bosnian (bs) translations for KDE"
-msgstr "Federação da Rússia"
+#. summary(gfxboot:gfxboot-devel)
+msgid "Tools for creating a graphical boot logo"
+msgstr ""
-#. summary(kbounce)
-msgid "Bounce ball game"
+#. description(gfxboot:gfxboot-devel)
+msgid "Here you find the necessary programs to create your own graphical boot logo. The logo can be used with GRUB, LILO or SYSLINUX."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-pt_BR-data)
-#, fuzzy
-msgid "Brazilian (pt_BR) application data for KDE"
-msgstr "Federação da Rússia"
-
-#. summary(kde4-l10n:kde4-l10n-pt_BR)
-#, fuzzy
-msgid "Brazilian (pt_BR) translations for KDE"
-msgstr "Federação da Rússia"
-
-#. summary(dicts:ispell-brazilian)
-msgid "Brazilian ispell dictionary"
+#. summary(ggz-client-libs)
+msgid "Common files needed to use GGZ"
msgstr ""
-#. summary(kbreakout)
-msgid "Breakout-like game for KDE"
+#. description(ggz-client-libs)
+msgid "The ggz-client-libs package provides the common procedures and utilities required to run the GGZ client and games. The routines are shared by other modules in order to ease coding and promote compatibility and stability."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-en_GB-data)
+#. summary(ggz-client-libs:ggz-client-libs-devel)
#, fuzzy
-msgid "British English (en_GB) application data for KDE"
-msgstr "Marianas do Norte"
+msgid "Development files for ggz-client-libs"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kde4-l10n:kde4-l10n-en_GB-doc)
-#, fuzzy
-msgid "British English (en_GB) manuals for KDE"
-msgstr "Marianas do Norte"
-
-#. summary(kde4-l10n:kde4-l10n-en_GB)
-#, fuzzy
-msgid "British English (en_GB) translations for KDE"
-msgstr "Marianas do Norte"
-
-#. summary(ispell:ispell-british)
-msgid "British ispell dictionary"
+#. description(ggz-client-libs:ggz-client-libs-devel)
+msgid "This package provides development files and headers needed to build software using ggz-client-libs"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-bg)
+#. summary(ghex)
#, fuzzy
-msgid "Bulgarian (bg) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "GNOME Binary Editor"
+msgstr "Monitor Primário:"
-#. summary(ispell-bulgarian)
-msgid "Bulgarian Ispell Dictionary"
+#. description(ghex)
+msgid "GHex allows the user to load data from any file and to view and edit it in either hex or ASCII. It is a must for anyone playing games that use a non-ASCII format for saving."
msgstr ""
-#. summary(gtk-sharp2:gtk-sharp2-gapi)
-msgid "C Source Parser and C Generator"
-msgstr ""
-
-#. summary(imake)
+#. summary(ghostscript:ghostscript-devel)
#, fuzzy
-msgid "C preprocessor interface to the make utility"
-msgstr "Interface do Kernel"
+msgid "Development files for Ghostscript"
+msgstr "Desenvolvimento"
-#. description(gio-sharp)
+#. description(ghostscript:ghostscript-devel)
#, fuzzy
-msgid "C#/CLI bindings for GIO"
-msgstr "O pacote não está assinalado"
+msgid "This package contains the development files for Ghostscript."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(gkeyfile-sharp)
-msgid "C#/CLI bindings for GKeyFile"
+#. summary(giflib:giflib-devel)
+msgid "Library for Working with GIF Images - Files Mandatory for Development"
msgstr ""
-#. description(gudev-sharp)
+#. summary(giggle)
#, fuzzy
-msgid "C#/CLI bindings for GUDev"
-msgstr "O pacote não está assinalado"
+msgid "A graphical frontend for git"
+msgstr "Ambientes Gráficos"
-#. summary(glibmm2:glibmm2-devel)
-#, fuzzy
-msgid "C++ Interface for GLib"
-msgstr "Interface a ser selecionada na inicialização:"
-
-#. description(git:git-web)
+#. description(giggle)
msgid ""
-"CGI script that allows browsing git repositories via web interface.\n"
+"Giggle is a Gtk frontend to the git content tracker.\n"
"\n"
-"The apache2 configuration contained in this package installs a virtual "
-"directory /git/ that calls the cgi script."
+"With Giggle you will be able to visualize and browse easily the revision tree, view changed files and differences between revisions, visualize summarized info for the project, commit changes and other useful tasks for any git managed projects contributor."
msgstr ""
-#. description(ghostscript-cjk)
-msgid ""
-"CMaps, scripts, and other tools for using CJK TrueType fonts and CID-keyed "
-"fonts with Ghostscript."
+#. summary(gimp:gimp-plugin-aa)
+msgid "The GNU Image Manipulation Program -- ASCII-Art output plugin"
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-cangjie)
-msgid "Cangjie based input methods"
+#. summary(gimp:gimp-plugins-python)
+msgid "The GNU Image Manipulation Program - python-gtk based plugins"
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-cangjie)
-msgid ""
-"Cangjie based input methods, includes: Cangjie3, Canjie5, and Cangjie big "
-"tables."
+#. summary(ufraw:gimp-ufraw)
+msgid "Raw photo loader plugin for The GIMP"
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-cantonese)
-msgid "Cantonese input methods"
+#. description(ufraw:gimp-ufraw)
+msgid "UFRaw is a utility to read and manipulate raw images from digital cameras. It can be used as a GIMP plug-in. It reads raw images using Dave Coffin's raw conversion utility DCRaw. And it supports basic color management using Little CMS, allowing the user to apply color profiles."
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-cantonese)
+#. summary(git)
+msgid "Fast, scalable, distributed revision control system"
+msgstr ""
+
+#. description(git)
msgid ""
-"Cantonese input methods, includes: Cantonese, Hong-Kong version of "
-"Cantonese, and jyutping."
+"Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.\n"
+"\n"
+"This package itself only provides the README of git but with the packages it requires, it brings you a complete Git environment including GTK and email interfaces and tools for importing source code repositories from other revision control systems such as subversion, CVS, and GNU arch."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ca)
-#, fuzzy
-msgid "Catalan (ca) translations for KDE"
-msgstr "Marianas do Norte"
+#. summary(git:git-core)
+msgid "Core git tools"
+msgstr ""
-#. summary(dicts:ispell-catalan)
-msgid "Catalan ispell dictionary"
+#. description(git:git-core)
+msgid ""
+"Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.\n"
+"\n"
+"These are the core tools with minimal dependencies."
msgstr ""
-#. summary(intlfonts:intlfonts-chinese-bitmap-fonts)
-msgid "Chinese Fonts for the X Window System"
+#. summary(git:git-cvs)
+msgid "Git tools for importing CVS repositories"
msgstr ""
-#. description(intlfonts:intlfonts-chinese-bitmap-fonts)
-msgid "Chinese fonts for the X Window System."
+#. description(git:git-cvs)
+msgid "Tools for importing CVS repositories to the Git version control system."
msgstr ""
-#. summary(gcin)
-msgid "Chinese input method server"
+#. summary(git:git-daemon)
+msgid "Simple Server for Git Repositories"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-zh_CN)
-#, fuzzy
-msgid "Chinese simplified (zh_CN) translations for KDE"
-msgstr "Marianas do Norte"
+#. description(git:git-daemon)
+msgid "A really simple TCP git daemon. In the default configuration it allows read only access to repositories in /srv/git/ that contain the 'git-daemon-export-ok' file."
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-zh_TW)
-#, fuzzy
-msgid "Chinese traditional (zh_TW) translations for KDE"
-msgstr "Marianas do Norte"
+#. summary(git:git-email)
+msgid "Git tools for sending email"
+msgstr ""
-#. description(khangman)
-msgid "Classical hangman game for KDE."
+#. description(git:git-email)
+msgid "Email interface for the GIT version control system."
msgstr ""
-#. summary(gtk2-engines:gtk2-engine-clearlooks)
-msgid "Clearlooks GTK+ 2 Theme Engine"
+#. summary(git:git-gui)
+msgid "Grapical tool for common git operations"
msgstr ""
-#. summary(gtk2-engines:gtk2-theme-clearlooks)
-msgid "Clearlooks Theme for GTK+ 2"
+#. description(git:git-gui)
+msgid ""
+"A Tcl/Tk based graphical user interface to Git. git-gui focuses on allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories.\n"
+"\n"
+"Unlike gitk, git-gui focuses on commit generation and single file annotation, and does not show project history. It does however supply menu actions to start a gitk session from within git-gui."
msgstr ""
-#. summary(gpsd:gpsd-devel)
-msgid "Client libraries in C and Python for talking to a running gpsd or GPS"
+#. summary(git:git-svn)
+msgid "Git tools for importing Subversion repositories"
msgstr ""
-#. summary(gnome-common)
-msgid "Common Files to Build GNOME"
+#. description(git:git-svn)
+msgid "Tools for importing Subversion repositories to the Git version control system."
msgstr ""
-#. summary(ggz-client-libs)
-msgid "Common files needed to use GGZ"
+#. summary(git:git-web)
+msgid "Git Web Interface"
msgstr ""
-#. description(jakarta-commons-launcher)
+#. description(git:git-web)
msgid ""
-"Commons-launcher eliminates the need for a batch or shell script to launch a "
-"Java class. Some situations where elimination of a batch or shell script may "
-"be desirable are:\n"
+"CGI script that allows browsing git repositories via web interface.\n"
"\n"
-"* You want to avoid having to determining where certain application paths "
-"are, for example, your application's home directory. Determining this "
-"dynamically in a Windows batch script is very tricky on some versions of "
-"Windows or when softlinks are used on Unix platforms.\n"
-"\n"
-"* You want to avoid having to handle native file and path separators or "
-"native path quoting issues.\n"
-"\n"
-"* You need to enforce certain system properties, such as java.endorsed."
-"dirs when running with JDK 1.4.\n"
-"\n"
-"* You want to allow users to pass custom JVM arguments or system "
-"properties without having to parse and reorder arguments in your script. "
-"This can be tricky or messy in batch and shell scripts.\n"
-"\n"
-"* You want to bootstrap system properties from a configuration file "
-"instead of hard-coding them in your batch and shell scripts.\n"
-"\n"
-"* You want to provide localized error messages, which is very tricky to "
-"do in batch and shell scripts."
+"The apache2 configuration contained in this package installs a virtual directory /git/ that calls the cgi script."
msgstr ""
-#. summary(gstreamer-0_10-plugins-good:gstreamer-0_10-plugins-good-extra)
-msgid "Complementary plugins for gstreamer-0_10-plugins-good"
+#. summary(gitg)
+msgid "Git repository viewer"
msgstr ""
-#. description(vim:gvim)
-msgid ""
-"Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed.\n"
-"\n"
-"Package gvim contains the largest set of features of vim, which is graphical "
-"windows and language interpreter, like python, ruby, or perl. You need "
-"package vim for the help and other documentation too. If you want less "
-"features, you might want to install vim instead."
+#. description(gitg)
+msgid "gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and convenient tool to visualize git history and actions that benefit from a graphical presentation."
msgstr ""
-#. summary(git:git-core)
-msgid "Core git tools"
+#. summary(git:gitk)
+msgid "Git revision tree visualiser"
msgstr ""
-#. description(gcc48)
+#. description(git:gitk)
msgid ""
-"Core package for the GNU Compiler Collection, including the C language "
-"frontend.\n"
+"Grapical tool for visualization of revision trees of projects maintained in the Git version control system. It name gitk indicates that it's written using the Tk Widget set.\n"
"\n"
-"Language frontends other than C are split to different sub-packages, namely "
-"gcc-ada, gcc-c++, gcc-fortran, gcc-java, gcc-objc and gcc-obj-c++."
+"A simple Tk based graphical interface for common Git operations is found in the package git-gui."
msgstr ""
-#. description(google-croscore-fonts:google-cousine-fonts)
-msgid ""
-"Cousine was designed by Steve Matteson as an innovative, refreshing sans "
-"serif design that is metrically compatible with Courier New™. Cousine offers "
-"improved on-screen readability characteristics and the pan-European WGL "
-"character set and solves the needs of developers looking for width-"
-"compatible fonts to address document portability across platforms."
+#. summary(glabels)
+msgid "Label Editing and Printing Tool"
msgstr ""
-#. summary(help2man)
-msgid "Create Simple Man Pages from --help Output"
+#. description(glabels)
+msgid "Labels is a powerful tool for editing and printing all kinds of labels. It comes with a lot of templates of standard labels."
msgstr ""
-#. summary(installation-images:install-initrd)
+#. summary(glade)
#, fuzzy
-msgid "Create initrd for Installation"
-msgstr "Instalação por Disco Rígido"
+msgid "User Interface Builder for GTK+ 3"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(kde4-l10n:kde4-l10n-hr)
-#, fuzzy
-msgid "Croatian (hr) translations for KDE"
-msgstr "Federação da Rússia"
+#. description(glade)
+msgid "Glade is a RAD tool to enable quick & easy development of user interfaces for the Gtk+ 3 toolkit and the GNOME desktop environment."
+msgstr ""
-#. summary(kcron)
+#. summary(gtksourceview:glade-catalog-gtksourceview)
+msgid "GTK+ Source Editing Widget -- Catalog for Glade"
+msgstr ""
+
+#. description(gtksourceview:glade-catalog-gtksourceview)
+msgid ""
+"GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ text widget.\n"
+"\n"
+"It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor.\n"
+"\n"
+"This package provides a catalog for Glade, to allow the use the GtkSourceView widget in Glade."
+msgstr ""
+
+#. summary(vte:glade-catalog-vte)
#, fuzzy
-msgid "Cron job configuration tool"
-msgstr "Configuração"
+msgid "Terminal Emulator Library -- Catalog for Glade"
+msgstr "Desenvolvimento"
-#. summary(google-croscore-fonts)
-msgid "Croscore fonts"
+#. description(vte:glade-catalog-vte)
+msgid ""
+"VTE is a terminal emulator library that provides a terminal widget for use with GTK+ as well as handling of child process and terminal emulation settings.\n"
+"\n"
+"This package provides a catalog for Glade, to allow the use of VTE widgets in Glade."
msgstr ""
-#. summary(gtk2-engines:gtk2-engine-crux)
-msgid "Crux GTK+ 2 Theme Engine"
+#. summary(gtk-sharp2:glade-sharp2)
+msgid "Mono bindings for glade"
msgstr ""
-#. summary(gtk2-engines:gtk2-theme-crux)
-msgid "Crux Theme for GTK+ 2"
+#. description(gtk-sharp2:glade-sharp2)
+msgid "This package contains Mono bindings for glade."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-cs)
+#. summary(glew:glew-devel)
#, fuzzy
-msgid "Czech (cs) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Development files for glew"
+msgstr "Desenvolvimento"
-#. summary(dicts:ispell-czech)
-msgid "Czech ispell dictionary"
+#. description(glew:glew-devel)
+msgid "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-da)
+#. summary(gtk-sharp2:glib-sharp2)
#, fuzzy
-msgid "Danish (da) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Mono bindings for glib"
+msgstr "O pacote não está assinalado"
-#. summary(dicts:ispell-danish)
-msgid "Danish ispell dictionary"
-msgstr ""
+#. description(gtk-sharp2:glib-sharp2)
+#, fuzzy
+msgid "This package contains Mono bindings for glib."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(ilmbase:ilmbase-devel)
+#. summary(glib2:glib2-devel)
+#, fuzzy
+msgid "General-Purpose Utility Library -- Development Files"
+msgstr "Desenvolvimento"
+
+#. description(glib2:glib2-devel)
msgid ""
-"Devel files for ilmbase Base library for Industrial Light & Magic software "
-"(OpenEXR)."
+"GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on.\n"
+"\n"
+"This package contains the development files for GLib."
msgstr ""
-#. summary(ghostscript:ghostscript-devel)
+#. description(glibc:glibc-devel)
#, fuzzy
-msgid "Development files for Ghostscript"
-msgstr "Desenvolvimento"
+msgid "These libraries are needed to develop programs which use the standard C library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(ggz-client-libs:ggz-client-libs-devel)
+#. summary(glibmm2:glibmm2-devel)
#, fuzzy
-msgid "Development files for ggz-client-libs"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "C++ Interface for GLib"
+msgstr "Interface a ser selecionada na inicialização:"
-#. summary(glew:glew-devel)
-#, fuzzy
-msgid "Development files for glew"
-msgstr "Desenvolvimento"
+#. summary(glproto:glproto-devel)
+msgid "The X11 Protocol: OpenGL extension"
+msgstr ""
-#. summary(ibus-anthy:ibus-anthy-devel)
-#, fuzzy
-msgid "Development files for ibus-anthy"
-msgstr "Desenvolvimento"
+#. description(glproto:glproto-devel)
+msgid "The GL protocol headers for X11 development. This extension defines a protocol for the client to send 3D rendering commands to the X server."
+msgstr ""
#. summary(glu:glu-devel)
#, fuzzy
msgid "Development files for the GLU API"
msgstr "Desenvolvimento"
-#. summary(kernel-default:kernel-default-devel)
-msgid "Development files necessary for building kernel modules"
+#. description(glu:glu-devel)
+msgid ""
+"GLU offers simple interfaces for building mipmaps; checking for the presence of extensions in the OpenGL (or other libraries which follow the same conventions for advertising extensions); drawing piecewise-linear curves, NURBS, quadrics and other primitives (including, but not limited to, teapots); tesselating surfaces; setting up projection matrices and unprojecting screen coordinates to world coordinates.\n"
+"\n"
+"This package contains includes headers and static libraries for compiling programs with GLU."
msgstr ""
-#. summary(kernel-source:kernel-devel)
-#, fuzzy
-msgid "Development files needed for building kernel modules"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(keyutils:keyutils-devel)
-msgid "Development package for building linux key management utilities"
+#. summary(gmixer)
+msgid "Simple and Lightweight Audio Mixer"
msgstr ""
-#. description(inkscape:inkscape-extensions-dia)
+#. description(gmixer)
msgid ""
-"Dia import extension for Inkscape.\n"
+"A simple gtk/gstreamer audio mixer, aimed to work with light desktop managers.\n"
"\n"
-"Inkscape is a vector illustration program for the GNOME desktop."
+"Features: - support all mixer plugins of gstreamer (alsa/oss/pulseaudio/...) - tray icon support - support special keys of multimedia keyboard."
msgstr ""
-#. summary(kasumi)
-msgid "Dictionary Tool for Anthy"
+#. summary(gmp:gmp-devel)
+msgid "Include Files and Libraries for Development with the GNU MP Library"
msgstr ""
-#. summary(kdf)
-msgid "Disk Usage Viewer"
+#. description(gmp:gmp-devel)
+msgid "These libraries are needed to develop programs which calculate with huge numbers (integer and floating point)."
msgstr ""
-#. summary(groff-full:gxditview)
-msgid "Ditroff Output Displayer for Groff"
+#. summary(gnome-dvb-daemon)
+msgid "Daemon to use DVB devices"
msgstr ""
-#. summary(ImageMagick:ImageMagick-doc)
-#, fuzzy
-msgid "Document Files for ImageMagick Library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(gnome-dvb-daemon)
+msgid "DVB Daemon is a daemon written in Vala to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled directly via its D-Bus interface or with UI applications that come with it."
+msgstr ""
-#. description(html-dtd)
-msgid ""
-"Document Type Definitions (DTDs) for HTML 2.0, HTML 3.2, HTML 4.0, and HTML "
-"4.01. This package also contains the documentation (located in /usr/share/"
-"doc/packages/html-dtd)."
+#. summary(gnome-games)
+msgid "Games for GNOME -- meta package"
msgstr ""
-#. description(getdata:getdata-doc)
-#, fuzzy
-msgid "Documentation and manuals for the GetData library."
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(gnome-games)
+msgid "GNOME games is a collection of simple, but addictive, games from the GNOME desktop project. They represent many of the popular games and include card games, puzzle games and arcade games. They are meant to be the sort of game that can be played in five minutes or so. They are also meant to be fun enough that you will play them again and again. Of course we can't be held responsible for the time and productivity lost while playing them."
+msgstr ""
-#. summary(getdata:getdata-doc)
-#, fuzzy
-msgid "Documentation for GetData"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(gnome-klotski)
+msgid "Klotski Game for GNOME"
+msgstr ""
-#. summary(kdelibs4:kdelibs4-doc)
-msgid "Documentation for KDE Base Libraries"
+#. description(gnome-klotski)
+msgid "Klotski is a puzzle game of which the objective is to get the patterned block to the marker, which is done by moving the blocks in its way."
msgstr ""
-#. summary(gcc48:gcc48-info)
-#, fuzzy
-msgid "Documentation for the GNU compiler collection"
-msgstr "Aguardar por aplicativo kicker"
-
-#. summary(intlfonts)
-msgid "Documentation for the International Fonts"
+#. summary(gnome-nibbles)
+msgid "Worm Game for GNOME"
msgstr ""
-#. summary(ivtv)
-msgid "Driver Implementation for iCompression or Conexant Video Capture Cards"
+#. description(gnome-nibbles)
+msgid "Nibbles is a worm game for GNOME. The player controls a 2D worm while trying to get food. Getting food gives points, but hitting anything causes a loss of points. When all points are lost, the player loses."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-nl-data)
+#. summary(gnome-online-accounts:gnome-online-accounts-devel)
#, fuzzy
-msgid "Dutch (nl) application data for KDE"
-msgstr "Federação da Rússia"
+msgid "GNOME service to access online accounts -- Development Files"
+msgstr "Desenvolvimento GNOME"
-#. summary(kde4-l10n:kde4-l10n-nl-doc)
+#. summary(gnome-photos)
#, fuzzy
-msgid "Dutch (nl) manuals for KDE"
-msgstr "Federação da Rússia"
+msgid "Photo viewer for GNOME"
+msgstr "Gerenciamento de energia (APM)"
-#. summary(kde4-l10n:kde4-l10n-nl)
-#, fuzzy
-msgid "Dutch (nl) translations for KDE"
-msgstr "Federação da Rússia"
-
-#. summary(dicts:ispell-dutch)
-msgid "Dutch ispell dictionary"
+#. description(gnome-photos)
+msgid "Photos, like Documents, Music and Videos, is one of the core GNOME applications meant for find and reminding the user about her content. The internal architecture Photos is based on Documents -- the document manager application for GNOME, because they share similar UI/UX patterns and objectives."
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-easy)
-msgid "Easy input method"
+#. summary(gnome-robots)
+msgid "Robots Game for GNOME"
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-easy)
-msgid "Easy phrase-wise input method."
+#. description(gnome-robots)
+msgid "Robots is a graphical version of the original text based robots game, which can be found on a number of UNIX systems. The player must outwit the robots chasing him/her by getting them to run into each other."
msgstr ""
-#. description(git:git-email)
-msgid "Email interface for the GIT version control system."
-msgstr ""
+#. summary(epiphany:gnome-shell-search-provider-epiphany)
+#, fuzzy
+msgid "Epiphany is a Web browser for the GNOME Desktop -- Search Provider for GNOME Shell"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(ibus-table-chinese:ibus-table-chinese-erbi)
-msgid "Erbi input method"
-msgstr ""
-
-#. description(ibus-table-chinese:ibus-table-chinese-erbi)
+#. description(epiphany:gnome-shell-search-provider-epiphany)
msgid ""
-"Erbi input methods. Includes: Super Erbi (as erbi) and Erbi Qin-Song (erbi-"
-"qs)"
+"Epiphany is a Web browser for the GNOME Desktop.\n"
+"\n"
+"This package contains a search provider to enable GNOME Shell to get search results from Web (epiphany)"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-et-data)
+#. summary(gnome-photos:gnome-shell-search-provider-gnome-photos)
#, fuzzy
-msgid "Estonian (et) application data for KDE"
-msgstr "Federação da Rússia"
+msgid "GNOME Photos -- Search Provider for GNOME Shell"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(kde4-l10n:kde4-l10n-et-doc)
-#, fuzzy
-msgid "Estonian (et) manuals for KDE"
-msgstr "Federação da Rússia"
+#. description(gnome-photos:gnome-shell-search-provider-gnome-photos)
+msgid "This package contains a search provider to enable GNOME Shell to get search results from GNOME Photos."
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-et)
-#, fuzzy
-msgid "Estonian (et) translations for KDE"
-msgstr "Federação da Rússia"
+#. summary(gnome-tetravex)
+msgid "Tetravex Game for GNOME"
+msgstr ""
-#. summary(dicts:ispell-estonian)
-msgid "Estonian ispell dictionary"
+#. description(gnome-tetravex)
+msgid "Tetravex is a simple puzzle game in which pieces have numbers on each side. The pieces must be positioned so that the same numbers touch each other, during which you are being timed. The times are then stored in a system-wide scoreboard."
msgstr ""
-#. summary(intlfonts:intlfonts-ethiopic-bitmap-fonts)
-msgid "Ethiopic Fonts for the X Window System"
+#. summary(gnome-vfs2)
+msgid "The GNOME 2.x Desktop Virtual File System Libraries"
msgstr ""
-#. description(intlfonts:intlfonts-ethiopic-bitmap-fonts)
-msgid "Ethiopic fonts for the X Window System."
+#. description(gnome-vfs2)
+msgid "GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for file systems, HTTP, FTP, and others. It provides a URI-based API, a back-end supporting asynchronous file operations, a MIME type manipulation library, and other features."
msgstr ""
-#. summary(kbruch)
-msgid "Excercise Fractions"
+#. summary(gobject-introspection)
+msgid "GObject Introspection Tools"
msgstr ""
-#. summary(gtk-sharp-beans)
-msgid "Extra Gtk# bindings"
+#. summary(gobject-introspection:gobject-introspection-devel)
+#, fuzzy
+msgid "GObject Introspection Development Files"
+msgstr "XF86Messenger"
+
+#. summary(gperf)
+msgid "A Compiler Tool for Generating Perfect Hash Functions"
msgstr ""
-#. summary(gnome-games-extra-data)
-msgid "Extra data files for GNOME Games"
+#. description(gperf)
+msgid "A perfect hash function is simply: a hash function and a data structure that allows recognition of a key word in a set of words using exactly one probe into the data structure."
msgstr ""
-#. description(inkscape:inkscape-extensions-extra)
+#. summary(gpsd)
+msgid "Service daemon for mediating access to a GPS"
+msgstr ""
+
+#. description(gpsd)
msgid ""
-"Extra extensions for Inkscape. Recommended for everybody who wants to use "
-"Inkscape.\n"
+"gpsd is a service daemon that mediates access to a GPS sensor connected to the host computer by serial or USB interface, making its data on the location/course/velocity of the sensor available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to a GPS without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than NMEA 0183. A client library is provided for applications.\n"
"\n"
-"Inkscape is a vector illustration program for the GNOME desktop."
+"After installing this RPM, gpsd will automatically connect to USB GPSes when they are plugged in and requires no configuration. For serial GPSes, you will need to start gpsd by hand. Once connected, the daemon automatically discovers the correct baudrate, stop bits, and protocol. The daemon will be quiescent when there are no clients asking for location information, and copes gracefully when the GPS is unplugged and replugged."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-fa)
-#, fuzzy
-msgid "Farsi (Persian) (fa) translations for KDE"
-msgstr "Federação da Rússia"
-
-#. summary(git)
-msgid "Fast, scalable, distributed revision control system"
+#. summary(gpsd:gpsd-devel)
+msgid "Client libraries in C and Python for talking to a running gpsd or GPS"
msgstr ""
-#. summary(haveged)
-msgid "Feed entropy into random pool"
+#. description(gpsd:gpsd-devel)
+msgid "This package provides C header files for the gpsd shared libraries that manage access to a GPS for applications and debugging tools. You will need to have gpsd installed for it to work."
msgstr ""
-#. description(inkscape:inkscape-extensions-fig)
-msgid ""
-"Fig family (XFig, Figurine, JFig, WinFig,...) import extension for "
-"Inkscape.\n"
-"\n"
-"Inkscape is a vector illustration program for the GNOME desktop."
+#. summary(grantlee:grantlee-devel)
+msgid "Include Files and Libraries Mandatory for Development with Grantlee"
msgstr ""
-#. summary(hunspell:hunspell-devel)
+#. description(grantlee:grantlee-devel)
#, fuzzy
-msgid "Files for developing with hunspell"
-msgstr "Desenvolvimento Kernel"
+msgid "This package contains include files and libraries needed for development with grantlee."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kate:kate-devel)
+#. summary(graphite2:graphite2-devel)
#, fuzzy
-msgid "Files needed for development of Kate plugins."
+msgid "Files for Developing with graphite2"
msgstr "Desenvolvimento Kernel"
-#. summary(kakasi)
-msgid "Filter to Convert Kanji Characters to Hiragana, Katakana, or Romaji"
+#. description(graphite2:graphite2-devel)
+msgid ""
+"Graphite2 is a project within SIL's Non-Roman Script Initiative and Language Software Development groups to provide rendering capabilities for complex non-Roman writing systems. Graphite can be used to create \"smart fonts\" capable of displaying writing systems with various complex behaviors. With respect to the Text Encoding Model, Graphite handles the \"Rendering\" aspect of writing system implementation.\n"
+"\n"
+"This package contains the graphite2 development files."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-fi)
+#. summary(graphviz)
#, fuzzy
-msgid "Finish (fi) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Graph Visualization Tools"
+msgstr "Virtualização XEN"
-#. summary(dicts:ispell-finnish)
-msgid "Finnish ispell dictionary"
+#. description(graphviz)
+msgid "A collection of tools and tcl packages for the manipulation and layout of graphs (as in nodes and edges, not as in bar charts)."
msgstr ""
-#. summary(kfloppy)
-#, fuzzy
-msgid "Floppy Formatter"
-msgstr "Unidade de Disquete"
-
-#. summary(khmeros-fonts)
-msgid "Fonts for the Khmer Language of Cambodia"
+#. summary(graphviz-plugins:graphviz-gd)
+msgid "Graphviz plugin for renderers based on gd"
msgstr ""
-#. summary(icecream)
-#, fuzzy
-msgid "For Distributed Compile in the Network"
-msgstr "Daemon Icecream de compilação distribuída "
-
-#. summary(gnu-free-fonts)
-msgid "Free UCS Outline Fonts"
+#. description(graphviz-plugins:graphviz-gd)
+msgid "The graphviz-gd package contains the gd extensions for the graphviz tools."
msgstr ""
-#. description(google-croscore-fonts)
-msgid ""
-"Free fonts which are metric compatible to \"Arial\", \"Times New Roman\" and "
-"\"Courier New\". Croscore fonts are based on Liberation fonts and extends "
-"it's glyph coverage."
+#. summary(graphviz-plugins:graphviz-gnome)
+msgid "Graphviz plugins that use gtk/GNOME"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-fr-data)
-#, fuzzy
-msgid "French (fr) application data for KDE"
-msgstr "Marianas do Norte"
-
-#. summary(kde4-l10n:kde4-l10n-fr)
-#, fuzzy
-msgid "French (fr) translations for KDE"
-msgstr "Marianas do Norte"
-
-#. summary(dicts:ispell-french)
-msgid "French ispell dictionary"
+#. description(graphviz-plugins:graphviz-gnome)
+msgid "Graphviz plugins that use gtk/GNOME."
msgstr ""
-#. summary(kcachegrind)
+#. summary(grisbi)
#, fuzzy
-msgid "Frontend for Cachegrind"
-msgstr "Monitor para a Placa"
+msgid "Personal Accounting Application"
+msgstr "Iniciar Aplicativo"
-#. description(gftp)
+#. description(grisbi)
msgid ""
-"GFTP is a free multithreaded file transfer client for *NIX based machines, "
-"with advanced features."
+"Grisbi is a personal accounting application, aiming at providing the most simple and intuitive software for basic use, although it can be very powerful if you spend a little time on the setup.\n"
+"\n"
+"One notable feature is that it respects French accounting rules."
msgstr ""
-#. description(ghex)
+#. description(groff-full)
msgid ""
-"GHex allows the user to load data from any file and to view and edit it in "
-"either hex or ASCII. It is a must for anyone playing games that use a non-"
-"ASCII format for saving."
+"The groff-full package provides aditional tools excluded from base groff package, like grohtml, X fonts et. all.\n"
+"\n"
+"Groff is used to \"compile\" man pages stored in groff or nroff format for different output devices, for example, displaying to a screen or in PostScript(tm) format for printing on a PostScript(tm) printer. Most programs store their man pages in either /usr/share/man/ or /usr/X11R6/man/."
msgstr ""
-#. description(gimp-help)
-msgid ""
-"GIMP-Help is a help system designed for use with the internal GIMP help "
-"browser, external Web browser and HTML renderers, and human eyeballs."
+#. summary(gromit)
+msgid "Tool to make annotations on the screen"
msgstr ""
-#. description(gimp-help:gimp-help-de)
+#. description(gromit)
msgid ""
-"GIMP-Help is a help system designed for use with the internal GIMP help "
-"browser, external Web browser and HTML renderers, and human eyeballs.\n"
+"Gromit (GRaphics Over MIscellaneous Things) is a small tool to make annotations on the screen.\n"
"\n"
-"This package provides German data for gimp-help."
+"It is useful for recording presentations."
msgstr ""
-#. description(glu:glu-devel)
+#. summary(gsettings-desktop-schemas:gsettings-desktop-schemas-devel)
+#, fuzzy
+msgid "Shared GSettings Schemas for the Desktop -- Development Files"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(gsettings-desktop-schemas:gsettings-desktop-schemas-devel)
msgid ""
-"GLU offers simple interfaces for building mipmaps; checking for the presence "
-"of extensions in the OpenGL (or other libraries which follow the same "
-"conventions for advertising extensions); drawing piecewise-linear curves, "
-"NURBS, quadrics and other primitives (including, but not limited to, "
-"teapots); tesselating surfaces; setting up projection matrices and "
-"unprojecting screen coordinates to world coordinates.\n"
+"A collection of GSettings schemas for settings shared by various components of a desktop.\n"
"\n"
-"This package contains includes headers and static libraries for compiling "
-"programs with GLU."
+"This package contains development files."
msgstr ""
-#. description(glib2:glib2-devel)
+#. summary(gsl:gsl-devel)
+#, fuzzy
+msgid "GNU Scientific Library - development files"
+msgstr "Interface do Kernel"
+
+#. description(gsl:gsl-devel)
msgid ""
-"GLib is a general-purpose utility library, which provides many useful data "
-"types, macros, type conversions, string utilities, file utilities, a main "
-"loop abstraction, and so on.\n"
+"This package contains the headers, static libraries and some documentation for GSL.\n"
"\n"
-"This package contains the development files for GLib."
+"The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in ANSI C, and present a modern Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages.\n"
+"\n"
+"The library covers the following areas,\n"
+"\n"
+"Complex Numbers - Roots of Polynomials - Special Functions - Vectors and Matrices - Permutations - Sorting - BLAS Support - Linear Algebra - Eigensystems - Fast Fourier Transforms - Quadrature - Random Numbers - Quasi-Random Sequences - Random Distributions - Statistics - Histograms - N-Tuples - Monte Carlo Integration - Simulated Annealing - Differential Equations - Interpolation - Numerical Differentiation - Chebyshev Approximation - Series Acceleration - Discrete Hankel Transforms - Root-Finding - Minimization - Least-Squares Fitting - Physical Constants - IEEE Floating-Point"
msgstr ""
-#. summary(gnome-backgrounds)
-msgid "GNOME Backgrounds"
+#. summary(gstreamer-0_10-plugins-good:gstreamer-0_10-plugin-esd)
+msgid "GStreamer Streaming-Media Framework Plug-Ins -- EsounD plugin"
msgstr ""
-#. summary(ghex)
-#, fuzzy
-msgid "GNOME Binary Editor"
-msgstr "Monitor Primário:"
+#. summary(gstreamer-0_10-plugins-base:gstreamer-0_10-plugin-gnomevfs)
+msgid "GStreamer Streaming-Media Framework Plug-Ins -- gnome-vfs plugin"
+msgstr ""
-#. description(gnome-do)
-msgid ""
-"GNOME Do allows you to quickly search for many objects present in your GNOME "
-"desktop environment (applications, Evolution contacts, Firefox bookmarks, "
-"files, artists and albums in Rhythmbox, Pidgin buddies) and perform commonly "
-"used commands on those objects (Run, Open, Email, Chat, Play, etc.).\n"
-"\n"
-"GNOME Do is inspired by Quicksilver (http://quicksilver.blacktree.com) and "
-"GNOME Launch Box (http://developer.imendio.com/projects/gnome-launch-box)"
+#. summary(gstreamer-0_10-plugins-gl)
+msgid "GStreamer OpenGL Plug-Ins"
msgstr ""
-#. description(gnome-do-plugins)
+#. description(gstreamer-0_10-plugins-gl)
msgid ""
-"GNOME Do allows you to quickly search for many objects present in your GNOME "
-"desktop environment (applications, Evolution contacts, Firefox bookmarks, "
-"files, artists and albums in Rhythmbox, Pidgin buddies) and perform commonly "
-"used commands on those objects (Run, Open, Email, Chat, Play, etc.).\n"
+"This module contains integration libraries and plug-ins for using OpenGL within GStreamer pipelines. This module contains elements for, among others:\n"
"\n"
-"This package contains various plugins for GNOME Do."
+" * output: glimagesink * adapters: glupload, gldownload * video processing: gldeinterlace, glcolorscale * GL effects: glfiltersobel, glfilterblur, gleffects, others * sources: gltestsrc"
msgstr ""
-#. description(gnome-vfs2)
-msgid ""
-"GNOME VFS is the GNOME virtual file system. It is the foundation of the "
-"Nautilus file manager. It provides a modular architecture and ships with "
-"several modules that implement support for file systems, HTTP, FTP, and "
-"others. It provides a URI-based API, a back-end supporting asynchronous file "
-"operations, a MIME type manipulation library, and other features."
+#. summary(gstreamer-0_10-plugins-good:gstreamer-0_10-plugins-good-extra)
+msgid "Complementary plugins for gstreamer-0_10-plugins-good"
msgstr ""
-#. description(gnome-games)
-msgid ""
-"GNOME games is a collection of simple, but addictive, games from the GNOME "
-"desktop project. They represent many of the popular games and include card "
-"games, puzzle games and arcade games. They are meant to be the sort of game "
-"that can be played in five minutes or so. They are also meant to be fun "
-"enough that you will play them again and again. Of course we can't be held "
-"responsible for the time and productivity lost while playing them."
+#. description(gstreamer-0_10-plugins-good:gstreamer-0_10-plugins-good-extra)
+msgid "This package provides complementary plugins for gstreamer-0_10-plugins-good."
msgstr ""
-#. summary(gnome-online-accounts:gnome-online-accounts-devel)
-#, fuzzy
-msgid "GNOME service to access online accounts -- Development Files"
-msgstr "Desenvolvimento GNOME"
-
-#. summary(gnuchess)
-msgid "GNU Chess Program"
+#. summary(gnonlin:gstreamer-plugin-gnonlin)
+msgid "Non-liner audio and video support for GStreamer"
msgstr ""
-#. description(gnu-jaf)
-msgid ""
-"GNU JAF is a framework for declaring what beans operate on what MIME type "
-"data. Content handler beans can be defined to handle particular MIME "
-"content. The JAF unites internet standards for declaring content with "
-"JavaBeans. The JAF defines two mechanisms within the framework. The first, "
-"the file type map, specifies the MIME content type for a given file. The "
-"default implementation of this uses the UNIX mime.types format to map "
-"filename extensions to MIME types. The second mechanism, the command map, "
-"specifies the actions that can be applied to a given MIME content type. The "
-"default implementation of this uses the standard mailcap format to map "
-"actions to JavaBean™ classes. These beans can then view, edit, print, "
-"or perform whatever other action is required on the underlying resource."
+#. description(gnonlin:gstreamer-plugin-gnonlin)
+msgid "Gnonlin is a library built on top of GStreamer, which provides support for writing non-linear audio and video editing applications. It introduces the concept of a timeline."
msgstr ""
-#. summary(gcc48:gcc48-objc)
+#. summary(gstreamer-plugins-base:gstreamer-plugins-base-devel)
#, fuzzy
-msgid "GNU Objective C Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+msgid "Include files and libraries mandatory for development with gstreamer-plugins-base"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gsl:gsl-devel)
+#. description(gstreamer-plugins-base:gstreamer-plugins-base-devel)
#, fuzzy
-msgid "GNU Scientific Library - development files"
-msgstr "Interface do Kernel"
+msgid "This package contains all necessary include files and libraries needed to compile and link applications that use gstreamer-plugins-base."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gnu-jaf)
-msgid "GNU implementation of the JavaBeans Activation Framework"
+#. summary(gstreamer-plugins-good:gstreamer-plugins-good-extra)
+msgid "Complementary plugins for gstreamer-plugins-good"
msgstr ""
-#. description(gcc48:gcc48-info)
-msgid ""
-"GNU info-pages for the GNU compiler collection covering both user-level and "
-"internals documentation."
-msgstr ""
-
-#. summary(gobject-introspection:gobject-introspection-devel)
+#. description(gstreamer-plugins-good:gstreamer-plugins-good-extra)
#, fuzzy
-msgid "GObject Introspection Development Files"
-msgstr "XF86Messenger"
+msgid "This package provides complementary plugins for gstreamer-plugins-good."
+msgstr "O pacote não está assinalado"
-#. summary(gstreamer-0_10-plugins-base:gstreamer-0_10-plugin-gnomevfs)
-msgid "GStreamer Streaming-Media Framework Plug-Ins -- gnome-vfs plugin"
+#. summary(gsynaptics)
+msgid "A Graphical Front-End for TouchPad Configuration"
msgstr ""
-#. summary(gtk2-engines)
-msgid "GTK+ 2 Theme Engines"
+#. description(gsynaptics)
+msgid "gsynaptics is a gnome applet that can be used to configure synaptics touchpad that is commonly used in laptops."
msgstr ""
-#. summary(gtk-doc)
-msgid "GTK+ DocBook Documentation Generator"
+#. summary(gthumb)
+msgid "An Image Viewer and Browser for GNOME"
msgstr ""
-#. summary(gtksourceview:glade-catalog-gtksourceview)
-msgid "GTK+ Source Editing Widget -- Catalog for Glade"
+#. description(gthumb)
+msgid "gThumb lets you browse your hard disk, showing you thumbnails of image files. It also lets you view single files (including GIF animations), add comments to images, organize images in catalogs, print images, view slide shows, set your desktop background, and more."
msgstr ""
-#. summary(gtk-sharp2:gtk-sharp2-complete)
-msgid "GTK+ and GNOME bindings for Mono (virtual package)"
+#. summary(gtk-sharp2)
+msgid ".Net Language Bindings for GTK+"
msgstr ""
+#. description(gtk-sharp2)
+#, fuzzy
+msgid "This package contains Mono bindings for gtk+, gdk, atk, and pango."
+msgstr "O pacote não está assinalado"
+
+#. summary(gtk2:gtk2-devel)
+#, fuzzy
+msgid "The GTK+ toolkit library (version 2) -- Development Files"
+msgstr "Interface do Kernel"
+
#. description(gtk2:gtk2-devel)
msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
"This package contains the development files for GTK+ 2.x."
msgstr ""
-#. description(gtk3:gtk3-devel)
-msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
-"\n"
-"This package contains the development files for GTK+ 3.x."
+#. summary(gtk2-engine-cleanice)
+#. summary(gtk2-engine-cleanice:gtk2-engine-cleanice-32bit)
+msgid "CleanIce GTK Theme Engine"
msgstr ""
-#. description(gtk2:gtk2-immodule-xim)
-msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
-"\n"
-"This package provides an input method based on the X Input Method."
+#. description(gtk2-engine-cleanice)
+#. description(gtk2-engine-cleanice:gtk2-engine-cleanice-32bit)
+#, fuzzy
+msgid "Simple, clean theme engine for GTK2."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(gtk2-engines:gtk2-engine-clearlooks)
+msgid "Clearlooks GTK+ 2 Theme Engine"
msgstr ""
-#. description(gtk2:gtk2-immodules-tigrigna)
-msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
-"\n"
-"This package provides two input methods for Tigrigna."
+#. description(gtk2-engines:gtk2-engine-clearlooks)
+msgid "The Clearlooks engine was the default theme of GNOME 2 since 2.12. It is a modular engine providing multiple styles such as glossy and gummy."
msgstr ""
-#. summary(imhangul)
-msgid "GTK+-2.0 Hangul Input Modules"
+#. summary(gtk2-engines:gtk2-engine-crux)
+msgid "Crux GTK+ 2 Theme Engine"
msgstr ""
-#. description(imhangul)
-msgid "GTK+-2.0 Hangul input modules."
+#. description(gtk2-engines:gtk2-engine-crux)
+msgid "The Crux engine was a popular theme in the early GNOME 2 days."
msgstr ""
-#. description(gv)
-msgid ""
-"GV offers you an X Window System GUI for viewing PostScript files. This is "
-"an X Window System interface to ghostscript."
+#. summary(gtk2-engines:gtk2-engine-glide)
+msgid "Glide GTK+ 2 Theme Engine"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-gl)
+#. description(gtk2-engines:gtk2-engine-glide)
#, fuzzy
-msgid "Galician (gl) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "This packages provides the Glide engine for GTK+ 2, originally written for the Glider theme."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gnome-games)
-msgid "Games for GNOME -- meta package"
+#. summary(gtk2-engines:gtk2-engine-industrial)
+msgid "Industrial GTK+ 2 Theme Engine"
msgstr ""
-#. description(gcal)
-msgid ""
-"Gcal is a program for printing calendars. Gcal displays a calendar for a "
-"month or a year, eternal holiday lists, and fixed date lists. The program "
-"correctly omits the dates that were skipped when the current Gregorian "
-"calendar replaced the earlier Julian calendar."
+#. description(gtk2-engines:gtk2-engine-industrial)
+msgid "The Industrial engine provides a simple and consistent appearance for applications."
msgstr ""
-#. summary(gcin:gcin-gtk3-immodule)
-msgid "Gcin gtk3 immodule"
+#. summary(gtk2-engines:gtk2-engine-mist)
+msgid "Mist GTK+ 2 Theme Engine"
msgstr ""
-#. summary(gcin:gcin-qt4-immodule)
-msgid "Gcin qt4 immodule"
+#. description(gtk2-engines:gtk2-engine-mist)
+msgid "The Mist engine is a minimalist engine designed to provide a simple UI experience."
msgstr ""
-#. description(gconf-editor)
-msgid ""
-"Gconf-editor allows you to view and edit the values that are stored in the "
-"gconf database. This database is used for application settings in the GNOME "
-"Desktop Environment."
+#. summary(gtk2-engine-murrine)
+#. summary(gtk2-engine-murrine:gtk2-engine-murrine-32bit)
+msgid "Murrine GTK Theme Engine"
msgstr ""
-#. summary(glib2:glib2-devel)
-#, fuzzy
-msgid "General-Purpose Utility Library -- Development Files"
-msgstr "Desenvolvimento"
+#. description(gtk2-engine-murrine)
+#. description(gtk2-engine-murrine:gtk2-engine-murrine-32bit)
+msgid "Murrine is a GTK+ 2 theme engine, that uses the Cairo vector drawing library to render widgets. It features a modern glassy look, is elegant and clean on the eyes, and is extremely customizable."
+msgstr ""
-#. description(GeoIP)
+#. summary(oxygen-gtk2:gtk2-engine-oxygen)
+msgid "Oxygen GTK 2.x Theme Engine"
+msgstr ""
+
+#. description(oxygen-gtk2:gtk2-engine-oxygen)
msgid ""
-"GeoIP is a C library that enables the user to find the country that any IP "
-"address or hostname originates from. It uses a file based database. This "
-"database simply contains IP blocks as keys, and countries as values. This "
-"database should be more complete and accurate than using reverse DNS "
-"lookups.\n"
+"Oxygen-Gtk2 is a port of the KDE Oxygen widget theme to Gtk 2.x.\n"
"\n"
-"MaxMind offers a service where you can have your database updated "
-"automically each month."
+"It's primary goal is to ensure visual consistency between Gtk-based and Qt-based applications running under KDE. A secondary objective is to also have a stand-alone nice looking gtk theme that would behave well on other Desktop Environments.\n"
+"\n"
+"Unlike other attempts made to port the KDE oxygen theme to gtk, this attempt does not depend on Qt (via some Qt to Gtk conversion engine), nor does render the widget appearance via hard coded pixmaps, which otherwise breaks everytime some setting is changed in KDE.\n"
+"\n"
+"This package contains the Oxygen Gtk 2.x theme engine."
msgstr ""
-#. summary(kgeography)
-msgid "Geography Trainer"
+#. summary(gtk2-engines:gtk2-engine-redmond95)
+msgid "Redmond GTK+ 2 Theme Engine"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-de-data)
-#, fuzzy
-msgid "German (de) application data for KDE"
-msgstr "Marianas do Norte"
+#. description(gtk2-engines:gtk2-engine-redmond95)
+#. description(gtk2-engines:gtk2-theme-redmond95)
+msgid "The Redmond engine and theme are designed to mimic the appearance of another well known OS."
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-de-doc)
-#, fuzzy
-msgid "German (de) manuals for KDE"
-msgstr "Marianas do Norte"
-
-#. summary(kde4-l10n:kde4-l10n-de)
-#, fuzzy
-msgid "German (de) translations for KDE"
-msgstr "Marianas do Norte"
-
-#. summary(gimp-help:gimp-help-de)
-#, fuzzy
-msgid "German Help System Data for GIMP"
-msgstr "Aplicativos Favoritos"
-
-#. summary(dicts:ispell-german)
-msgid "German ispell dictionary"
+#. summary(gtk2-engines:gtk2-engine-thinice)
+msgid "ThinIce GTK+ 2 Theme Engine"
msgstr ""
-#. summary(geronimo-specs:geronimo-j2ee-1_4-apis)
-msgid "Geronimo J2EE server J2EE specifications"
+#. description(gtk2-engines:gtk2-engine-thinice)
+msgid "The ThinIce engine features thin edges and Icy Colors, and provides a simple mostly clean appearance many find satisfying."
msgstr ""
-#. description(geronimo-specs:geronimo-j2ee-1_4-apis)
-msgid ""
-"Geronimo is Apache's ASF-licenced J2EE server project. These are the J2EE-"
-"Specifications: J2EE Specification (the complete set in one jar)"
+#. summary(gtk2-engines)
+msgid "GTK+ 2 Theme Engines"
msgstr ""
-#. description(geronimo-specs:geronimo-specs-poms)
-msgid ""
-"Geronimo is Apache's ASF-licenced J2EE server project. These are the J2EE-"
-"Specifications: The Project Object Model files for the geronimo-specs "
-"modules."
+#. description(gtk2-engines)
+#, fuzzy
+msgid "This package installs the theme engine libraries for GTK+ 2."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(gtk2:gtk2-immodule-xim)
+msgid "The GTK+ toolkit library (version 2) -- X Input Method"
msgstr ""
-#. description(gtg)
+#. description(gtk2:gtk2-immodule-xim)
+#. description(gtk3:gtk3-immodule-xim)
msgid ""
-"Getting Things GNOME! (GTG) is a personal organizer for the GNOME desktop "
-"environment inspired by the Getting Things Done (GTD) methodology. GTG is "
-"designed with flexibility, adaptability, and ease of use in mind so it can "
-"be used as more than just GTD software.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
-"GTG is intended to help you track everything you need to do and need to "
-"know, from small tasks to large projects."
+"This package provides an input method based on the X Input Method."
msgstr ""
-#. description(giggle)
+#. summary(gtk2:gtk2-immodules-tigrigna)
+msgid "The GTK+ toolkit library (version 2) -- Tigrigna Input Methods"
+msgstr ""
+
+#. description(gtk2:gtk2-immodules-tigrigna)
+#. description(gtk3:gtk3-immodules-tigrigna)
msgid ""
-"Giggle is a Gtk frontend to the git content tracker.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
-"With Giggle you will be able to visualize and browse easily the revision "
-"tree, view changed files and differences between revisions, visualize "
-"summarized info for the project, commit changes and other useful tasks for "
-"any git managed projects contributor."
+"This package provides two input methods for Tigrigna."
msgstr ""
-#. summary(git:git-web)
-msgid "Git Web Interface"
+#. summary(oxygen-gtk2:gtk2-theme-oxygen)
+msgid "Oxygen GTK 2.x Theme"
msgstr ""
-#. description(git:git-core)
+#. description(oxygen-gtk2:gtk2-theme-oxygen)
msgid ""
-"Git is a fast, scalable, distributed revision control system with an "
-"unusually rich command set that provides both high-level operations and full "
-"access to internals.\n"
+"Oxygen-Gtk2 is a port of the KDE Oxygen widget theme to Gtk 2.x.\n"
"\n"
-"These are the core tools with minimal dependencies."
+"It's primary goal is to ensure visual consistency between Gtk-based and Qt-based applications running under KDE. A secondary objective is to also have a stand-alone nice looking gtk theme that would behave well on other Desktop Environments.\n"
+"\n"
+"Unlike other attempts made to port the KDE oxygen theme to gtk, this attempt does not depend on Qt (via some Qt to Gtk conversion engine), nor does render the widget appearance via hard coded pixmaps, which otherwise breaks everytime some setting is changed in KDE.\n"
+"\n"
+"This package contains the Oxygen Gtk 2.x theme."
msgstr ""
-#. description(git)
+#. summary(gtk3:gtk3-devel)
+#, fuzzy
+msgid "The GTK+ toolkit library (version 3) -- Development Files"
+msgstr "Interface do Kernel"
+
+#. description(gtk3:gtk3-devel)
msgid ""
-"Git is a fast, scalable, distributed revision control system with an "
-"unusually rich command set that provides both high-level operations and full "
-"access to internals.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
-"This package itself only provides the README of git but with the packages it "
-"requires, it brings you a complete Git environment including GTK and email "
-"interfaces and tools for importing source code repositories from other "
-"revision control systems such as subversion, CVS, and GNU arch."
+"This package contains the development files for GTK+ 3.x."
msgstr ""
-#. summary(gitg)
-msgid "Git repository viewer"
+#. summary(gtk3:gtk3-immodule-xim)
+msgid "The GTK+ toolkit library (version 3) -- X Input Method"
msgstr ""
-#. summary(git:gitk)
-msgid "Git revision tree visualiser"
+#. summary(gtk3:gtk3-immodules-tigrigna)
+msgid "The GTK+ toolkit library (version 3) -- Tigrigna Input Methods"
msgstr ""
-#. summary(git:git-cvs)
-msgid "Git tools for importing CVS repositories"
+#. summary(xiterm:gtkiterm)
+msgid "Internationalized Terminal Emulator for GTK"
msgstr ""
-#. summary(git:git-svn)
-msgid "Git tools for importing Subversion repositories"
+#. description(xiterm:gtkiterm)
+msgid "An internationalized terminal emulator for GTK."
msgstr ""
-#. summary(git:git-email)
-msgid "Git tools for sending email"
-msgstr ""
+#. summary(gucharmap:gucharmap-devel)
+#, fuzzy
+msgid "A Featureful Unicode Character Map -- Development Files"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(glade)
-msgid ""
-"Glade is a RAD tool to enable quick & easy development of user interfaces "
-"for the Gtk+ toolkit and the GNOME desktop environment."
+#. summary(gutenprint)
+msgid "Printer drivers for CUPS from the Gutenprint project"
msgstr ""
-#. summary(gtk2-engines:gtk2-engine-glide)
-msgid "Glide GTK+ 2 Theme Engine"
+#. description(gutenprint)
+msgid "The Gutenprint (formerly Gimp-Print) printer drivers for CUPS. See the user's manual at /usr/share/gutenprint/doc/gutenprint-users-manual.pdf"
msgstr ""
-#. description(gnome-common)
-msgid ""
-"Gnome-common includes files used by to build GNOME and GNOME applications."
-msgstr ""
+#. summary(gv)
+#, fuzzy
+msgid "A Program to View PostScript Files"
+msgstr "Ver arquivos PostScript"
-#. description(gnonlin:gstreamer-0_10-plugin-gnonlin)
-msgid ""
-"Gnonlin is a library built on top of GStreamer, which provides support for "
-"writing non-linear audio and video editing applications. It introduces the "
-"concept of a timeline."
+#. description(gv)
+msgid "GV offers you an X Window System GUI for viewing PostScript files. This is an X Window System interface to ghostscript."
msgstr ""
-#. description(gnucash)
-msgid ""
-"GnuCash is a personal finance manager. A check book-like register GUI allows "
-"you to enter and track bank accounts, stocks, income, and even currency "
-"trades. A full set of reports allows you to see the state of your finances. "
-"The interface is designed to be simple and easy to use, but is backed with "
-"double-entry accounting principles to ensure balanced books."
+#. summary(vim:gvim)
+msgid "A GUI for Vi"
msgstr ""
-#. summary(gdata-sharp)
-msgid "Google GData .NET Client Library"
-msgstr ""
-
-#. description(ibus-googlepinyin)
+#. description(vim:gvim)
msgid ""
-"GooglePinyin ===\n"
+"Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed.\n"
"\n"
-"libgooglepinyin is a fork of Google Pinyin on Android, it features to have "
-"excellent input experience and uses little resource.\n"
-"\n"
-"== This package is for IBus to use libgooglepinyin."
+"Package gvim contains the largest set of features of vim, which is graphical windows and language interpreter, like python, ruby, or perl. You need package vim for the help and other documentation too. If you want less features, you might want to install vim instead."
msgstr ""
-#. summary(graphviz)
-#, fuzzy
-msgid "Graph Visualization Tools"
-msgstr "Virtualização XEN"
-
-#. summary(kdbg)
-#, fuzzy
-msgid "Graphical User Interface for GDB"
-msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-
-#. description(GraphicsMagick:GraphicsMagick-devel)
-msgid ""
-"GraphicsMagick(TM) provides a powerful image manipulation and translation "
-"utility. It is capable of displaying still images and animations using the X "
-"Window system, provides a simple interface for interactively editing images, "
-"and is capable of importing selected windows or the entire desktop. "
-"GraphicsMagick can read and write over 88 image formats, including JPEG, "
-"TIFF, WMF, SVG, PNG, PNM, GIF, and Photo CD. It can resize, rotate, sharpen, "
-"color reduce, or add special effects to the image and save the result to any "
-"supported format. GraphicsMagick may be used to create animated or "
-"transparent .gifs, create composite images, create thumbnail images, and "
-"much, much, more."
+#. summary(gwenhywfar)
+msgid "Multiplatform helper library for other libraries"
msgstr ""
-#. summary(graphviz-plugins:graphviz-gd)
-msgid "Graphviz plugin for renderers based on gd"
+#. description(gwenhywfar)
+msgid "Gwenhywfar is a base library used to provide OS abstraction functions for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often needed functions (for example, handling and parsing of configuration files, reading and writingof XML files, and interprocess communication)."
msgstr ""
-#. summary(graphviz-plugins:graphviz-gnome)
-msgid "Graphviz plugins that use gtk/GNOME"
+#. summary(gwenhywfar:gwenhywfar-devel)
+msgid "Multi-Platform Helper Library for Other Libraries"
msgstr ""
-#. description(graphviz-plugins:graphviz-gnome)
-msgid "Graphviz plugins that use gtk/GNOME."
+#. description(gwenhywfar:gwenhywfar-devel)
+msgid "Gwenhywfar is a base library used to provide OS abstraction functions for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often needed functions (e.g. for handling and parsing of configuration files, reading/writing of XML files, interprocess communication etc)."
msgstr ""
-#. summary(git:git-gui)
-msgid "Grapical tool for common git operations"
+#. summary(groff-full:gxditview)
+msgid "Ditroff Output Displayer for Groff"
msgstr ""
-#. description(git:gitk)
-msgid ""
-"Grapical tool for visualization of revision trees of projects maintained in "
-"the Git version control system. It name gitk indicates that it's written "
-"using the Tk Widget set.\n"
-"\n"
-"A simple Tk based graphical interface for common Git operations is found in "
-"the package git-gui."
+#. description(groff-full:gxditview)
+msgid "This version of xditview is called gxditview and has some extensions used by the groff command. gxditview is used by groff if called with the -X option."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-el)
+#. summary(harfbuzz:harfbuzz-devel)
#, fuzzy
-msgid "Greek (el) translations for KDE"
-msgstr "Marianas do Norte"
+msgid "An OpenType text shaping engine -- Development Files"
+msgstr "XF86Messenger"
-#. summary(dicts:ispell-greek)
-msgid "Greek ispell dictionary"
+#. summary(haveged)
+msgid "Feed entropy into random pool"
msgstr ""
-#. description(grepmail)
+#. description(haveged)
msgid ""
-"Grepmail searches a normal, gzipped, bzipped, or tzipped mailbox for a given "
-"regular expression, and returns any e-mails that match that expression. "
-"Piped input is allowed and date restrictions are supported."
+"The haveged daemon feeds the linux entropy pool with random numbers generated from hidden processor state.\n"
+"\n"
+"For more informations see http://www.issihosts.com/haveged/"
msgstr ""
-#. description(grisbi)
-msgid ""
-"Grisbi is a personal accounting application, aiming at providing the most "
-"simple and intuitive software for basic use, although it can be very "
-"powerful if you spend a little time on the setup.\n"
-"\n"
-"One notable feature is that it respects French accounting rules."
+#. summary(help2man)
+msgid "Create Simple Man Pages from --help Output"
msgstr ""
-#. description(gtk-sharp-beans)
+#. description(help2man)
msgid ""
-"Gtk# Beans aims to fill the gap between the current Gtk# packages state and "
-"all the blings and desktop integration stuffs anyone would want to use.\n"
+"help2man is a script to create simple man pages from the --help and\n"
+"--version output of programs.\n"
"\n"
-"It builds on top of Gtk# and extend it by adding new classes and extension "
-"methods."
+"Since most GNU documentation is now in info format, this provides a way to generate a placeholder man page pointing to that resource while still providing some useful information."
msgstr ""
-#. description(gtk-sharp2:gtk-sharp2-complete)
-msgid ""
-"Gtk# is a library that allows you to build fully native graphical GNOME "
-"applications using Mono. Gtk# is a binding to GTK+, the cross platform user "
-"interface toolkit used in GNOME. It includes bindings for Gtk, Atk, Pango, "
-"Gdk, libgnome, libgnomeui and libgnomecanvas. (Virtual package which "
-"depends on all gtk-sharp2 subpackages)"
+#. summary(hexchat)
+msgid "A popular and easy to use graphical IRC (chat) client"
msgstr ""
-#. summary(gtksourceview-sharp2)
-msgid "GtkSourceView bindings for Mono"
+#. description(hexchat)
+msgid "HexChat is an easy to use graphical IRC chat client for the X Window System. It allows you to join multiple IRC channels (chat rooms) at the same time, talk publicly, private one-on-one conversations etc. Even file transfers are possible."
msgstr ""
-#. description(gtksourceview:glade-catalog-gtksourceview)
-msgid ""
-"GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ "
-"text widget.\n"
-"\n"
-"It improves GtkTextView by implementing syntax highlighting and other "
-"features typical of a source editor.\n"
-"\n"
-"This package provides a catalog for Glade, to allow the use the "
-"GtkSourceView widget in Glade."
+#. summary(hp2xx)
+msgid "Converts HP-GL Plotter Language into a Variety of Formats"
msgstr ""
-#. description(gtk-doc)
-msgid ""
-"Gtkdoc is a set of Perl scripts that generate API reference documentation in "
-"DocBook format. It can extract documentation from source code comments in a "
-"manner similar to Java-doc. It is used to generate the documentation for "
-"GLib, Gtk+, and GNOME."
+#. description(hp2xx)
+msgid "The hp2xx program is a versatile tool for converting vector graphics data given in Hewlett-Packard's HP-GL plotter language into a variety of popular graphics formats, both vector and raster."
msgstr ""
-#. description(gwenhywfar:gwenhywfar-devel)
+#. summary(hplip)
+msgid "HP's Printing, Scanning, and Faxing Software"
+msgstr ""
+
+#. description(hplip)
msgid ""
-"Gwenhywfar is a base library used to provide OS abstraction functions for "
-"Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often "
-"needed functions (e.g. for handling and parsing of configuration files, "
-"reading/writing of XML files, interprocess communication etc)."
+"The Hewlett-Packard Linux Imaging and Printing project (HPLIP) provides a unified single and multifunction connectivity solution for HP printers and scanners (in particular, HP all-in-one devices).\n"
+"\n"
+"HPLIP provides unified connectivity for printing, scanning, sending faxes, photo card access, and device management and is designed to work with CUPS.\n"
+"\n"
+"It includes the Ghostscript printer driver HPIJS for HP printers and a special \"hp\" CUPS back-end that provides bidirectional communication with the device (required for HP printer device management).\n"
+"\n"
+"It also includes the SANE scanner driver \"hpaio\" for HP all-in-one devices. Basic PC send fax functionality is supported on a number of devices.\n"
+"\n"
+"The special \"hpfax\" CUPS back-end is required to send faxes. Direct uploading (i.e. without print and scan) of received faxes from the device to the PC is not supported.\n"
+"\n"
+"The \"hp-toolbox\" program is provided for device management.\n"
+"\n"
+"The \"hp-sendfax\" program must be used to send faxes.\n"
+"\n"
+"The \"hp-setup\" program can be used to set up HP all-in-one devices.\n"
+"\n"
+"The HPLIP project is open source software and uses GPL-compatible licenses. For more information, see:\n"
+"\n"
+"http://hplipopensource.com\n"
+"\n"
+"/usr/share/doc/packages/hplip/index.html"
msgstr ""
-#. summary(hplip)
-msgid "HP's Printing, Scanning, and Faxing Software"
+#. summary(hplip:hplip-hpijs)
+msgid "Only plain printing with HPLIP printer drivers"
msgstr ""
#. description(hplip:hplip-hpijs)
msgid ""
-"HPIJS is HPLIP's Ghostscript printer driver for HP printers. HPCUPS is "
-"HPLIP's native CUPS printer driver for HP printers.\n"
+"HPIJS is HPLIP's Ghostscript printer driver for HP printers. HPCUPS is HPLIP's native CUPS printer driver for HP printers.\n"
"\n"
-"This sub-package includes only what is needed for plain printing with the "
-"printer drivers in HPLIP for standard HP printers.\n"
+"This sub-package includes only what is needed for plain printing with the printer drivers in HPLIP for standard HP printers.\n"
"\n"
-"It does neither provide device status information, nor support for scanning, "
-"nor support for faxing, nor support for memory card (mass storage) access, "
-"nor support for non-standard devices e.g. no support for devices which "
-"require an additional plugin from HP.\n"
+"It does neither provide device status information, nor support for scanning, nor support for faxing, nor support for memory card (mass storage) access, nor support for non-standard devices e.g. no support for devices which require an additional plugin from HP.\n"
"\n"
"This sub-package includes in particular:\n"
"\n"
-"The hpijs binary and the libraries libhpip and libhpmud which are needed to "
-"run it.\n"
+"The hpijs binary and the libraries libhpip and libhpmud which are needed to run it.\n"
"\n"
"The HPCUPS driver (/usr/lib[64]/cups/filter/hpcups).\n"
"\n"
@@ -1867,53 +1487,53 @@
"\n"
"All HPLIP PPD files (also for HP PostScript printers).\n"
"\n"
-"For the full-featured HPLIP printing and scanning solution, the main-package "
-"package hplip must be installed.\n"
+"For the full-featured HPLIP printing and scanning solution, the main-package package hplip must be installed.\n"
"\n"
"For full documentation and license see the main-package hplip."
msgstr ""
-#. summary(html-dtd)
-msgid "HTML DTDs (Document Type Definitions) and Documents"
+#. summary(hplip:hplip-sane)
+msgid "Only plain scanning with HPLIP scan drivers"
msgstr ""
-#. summary(kdewebdev4:kimagemapeditor)
-msgid "HTML Image Map Editor"
+#. description(hplip:hplip-sane)
+msgid "This sub-package includes only what is needed for plain scanning with the scan drivers in HPLIP for standard HP all-in-one printers."
msgstr ""
-#. summary(htmldoc)
-msgid "HTML Processor that Generates HTML, PostScript, and PDF Files"
+#. summary(html2text)
+msgid "HTML to ASCII Converter"
msgstr ""
-#. description(ImageMagick:ImageMagick-doc)
-msgid "HTML documentation for ImageMagick library and scene examples."
+#. description(html2text)
+msgid "A tool for converting from HTML to ASCII. It can reasonably handle tables."
msgstr ""
-#. summary(html2text)
-msgid "HTML to ASCII Converter"
+#. summary(htmldoc)
+msgid "HTML Processor that Generates HTML, PostScript, and PDF Files"
msgstr ""
-#. summary(html2ps)
-#, fuzzy
-msgid "HTML to PostScript Converter"
-msgstr "Viewer de PostScript"
-
#. description(htmldoc)
-msgid ""
-"HTMLDOC converts HTML source files into indexed HTML, PostScript, or "
-"Portable Document Format (PDF) files that can be viewed online or printed."
+msgid "HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed."
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-wubi-haifeng)
-msgid "Haifeng Wubi input method"
+#. summary(hugin)
+msgid "Toolchain for Stitching of Images and Creating Panoramas"
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-wubi-haifeng)
-msgid "Haifeng Wubi input methods. Current includes: Haifeng Wubi 86."
+#. description(hugin)
+msgid ""
+"Hugin can be used to stitch multiple images together. The resulting image can span 360 degrees. Another common use is the creation of very high resolution pictures by combining multiple images.\n"
+"\n"
+"Other tools in this package can correct lens distortion, vignetting and chromatic abberation, create HDR images, provide automatic feature detection and extraction of key points."
msgstr ""
-#. summary(khangman)
-msgid "Hangman Game"
+#. summary(hunspell:hunspell-devel)
+#, fuzzy
+msgid "Files for developing with hunspell"
+msgstr "Desenvolvimento Kernel"
+
+#. description(hunspell:hunspell-devel)
+msgid "Includes and definitions for developing with hunspell."
msgstr ""
#. summary(hwinfo:hwinfo-devel)
@@ -1921,3353 +1541,3067 @@
msgid "Hardware Detection Library"
msgstr "Detecção de Hardware do SUSE"
-#. description(getdata:getdata-devel)
-msgid ""
-"Headers required when building a program against the GetData library. "
-"Includes C++ and FORTRAN (77 & 95) bindings."
+#. description(hwinfo:hwinfo-devel)
+msgid "This library collects information about the hardware installed on a system."
msgstr ""
-#. summary(getdata:getdata-devel)
-msgid "Headers required when building programs against GetData"
+#. summary(hylafax+)
+msgid "An enterprise-strength fax server"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-he)
+#. description(hylafax+)
+msgid "HylaFAX(tm) is a enterprise-strength fax server supporting Class 1 and 2 fax modems on UNIX systems. It provides spooling services and numerous supporting fax management tools. The fax clients may reside on machines different from the server and client implementations exist for a number of platforms including windows."
+msgstr ""
+
+#. summary(hylafax+:hylafax+-client)
+msgid "Linux client package for the Hylafax server"
+msgstr ""
+
+#. description(hylafax+:hylafax+-client)
+msgid "This is linux client part of the very powerful Hylafax fax server. If you already run the Hylafax fax server on an other machine at your network, you can use this package to access the server."
+msgstr ""
+
+#. summary(hyper-v)
+msgid "Microsoft Hyper-V tools"
+msgstr ""
+
+#. description(hyper-v)
#, fuzzy
-msgid "Hebrew (he) translations for KDE"
-msgstr "Marianas do Norte"
+msgid "This package contains the Microsoft Hyper-V tools."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gimp-help)
-msgid "Help System Data for GIMP"
+#. summary(i4l-base:i4l-isdnlog)
+msgid "An ISDN line logging and control utility"
msgstr ""
-#. description(gedit-plugins)
-msgid ""
-"Here follows a list of plugins currently available in gedit-plugins:\n"
-"\n"
-" * Bracket Completion Add automatically a closing bracket when you insert "
-"one * Charmap Select characters from a charactermap * Code Comment Comment "
-"or uncomment blocks of code * Color picker Select and insert a color from a "
-"dialog (for html, css, php) * Join lines/ Split lines Join or split "
-"multiple lines through Ctrl+J and Ctrl+Shift+J * Session Saver Allow to "
-"bookmark working sessions in order to get them back for further use * "
-"Smart Spaces Allow to unindent like if you were using tabs while you're "
-"using spaces * Show tabbar A very basic plugin which shows or hides the "
-"gedit tabbar * Terminal A simple terminal widget accessible from the bottom "
-"panel"
+#. description(i4l-base:i4l-isdnlog)
+msgid "Isdnlog is a very powerful tool to log calls on your ISDN line. It can analyze the D-channel messages and start programs based on various phone call events. It can make summaries of phone call costs and translate known numbers to names. It has its own database for areacodes and phone call costs for many phone network providers and can help you to take care of your phone bill."
msgstr ""
-#. description(gfxboot:gfxboot-devel)
-msgid ""
-"Here you find the necessary programs to create your own graphical boot logo. "
-"The logo can be used with GRUB, LILO or SYSLINUX."
+#. summary(ibus)
+msgid "Intelligent Input Bus for Linux OS"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-hi)
+#. description(ibus)
+msgid "IBus means Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily."
+msgstr ""
+
+#. summary(ibus-chewing)
#, fuzzy
-msgid "Hindi (hi) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "The Chewing engine for IBus input platform"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(hugin)
+#. description(ibus-chewing)
msgid ""
-"Hugin can be used to stitch multiple images together. The resulting image "
-"can span 360 degrees. Another common use is the creation of very high "
-"resolution pictures by combining multiple images.\n"
+"IBus-chewing is an IBus front-end of Chewing, an intelligent Chinese input method for Zhuyin (BoPoMoFo) users. It supports various Zhuyin keyboard layout, such as standard (DaChen), IBM, Gin-Yeah, Eten, Eten 26, Hsu, Dvorak, Dvorak-Hsu, and DaChen26.\n"
"\n"
-"Other tools in this package can correct lens distortion, vignetting and "
-"chromatic abberation, create HDR images, provide automatic feature detection "
-"and extraction of key points."
+"Chewing also support toned Hanyu pinyin input."
msgstr ""
-#. summary(google-opensans-fonts)
-msgid "Humanist Sans Serif Typeface"
+#. summary(ibus:ibus-gtk)
+#. summary(ibus:ibus-gtk-32bit)
+msgid "IBus im module for gtk2"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-hu)
+#. description(ibus:ibus-gtk)
+#. description(ibus:ibus-gtk-32bit)
#, fuzzy
-msgid "Hungarian (hu) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "This package contains ibus im module for gtk2"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(ispell-hungarian)
-msgid "Hungarian Ispell Dictionary"
+#. summary(ibus:ibus-gtk3)
+msgid "IBus im module for gtk3"
msgstr ""
-#. description(ispell-hungarian)
-msgid "Hungarian ispell dictionary."
+#. description(ibus:ibus-gtk3)
+#, fuzzy
+msgid "This package contains ibus im module for gtk3"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(ibus-libpinyin)
+msgid "Intelligent Pinyin engine based on libpinyin for IBus"
msgstr ""
-#. description(id3v2)
-msgid ""
-"ID3 tags are found in MP3 files. They can store information about what band "
-"recorded the song, the song name, and more. ID3-V1 tags are seriously "
-"deficient as to the kind of and length of information that they can store. "
-"This is a tool for editing ID3-V2 tags in Linux."
+#. description(ibus-libpinyin)
+msgid "It includes a Chinese Pinyin input method and a Chinese ZhuYin (Bopomofo) input method based on libpinyin for IBus."
msgstr ""
-#. description(iptraf:iptraf-ng)
-msgid ""
-"IPTraf-ng is a console-based network statistics utility. It gathers a "
-"variety of information such as TCP connection packet and byte counts, "
-"interface statistics and activity indicators, TCP/UDP traffic breakdowns, "
-"and LAN station packet and byte counts."
+#. summary(ibus-libzhuyin)
+msgid "New Zhuyin engine based on libzhuyin for IBus"
msgstr ""
-#. summary(ipsec-tools)
-msgid "IPsec Utilities"
+#. description(ibus-libzhuyin)
+msgid "It includes a Chinese Zhuyin (Bopomofo) input method based on libzhuyin for IBus."
msgstr ""
-#. description(IPython)
-msgid ""
-"IPython provides a replacement for the interactive python (Python) "
-"interpreter with extra functionality.\n"
-"\n"
-"Main features:\n"
-"* Comprehensive object introspection.\n"
-"* Input history that is persistent across sessions.\n"
-"* Caching of output results during a session with automatically generated "
-"references.\n"
-"* Readline-based name completion.\n"
-"* Extensible system of 'magic' commands for controlling the environment "
-"and performing many tasks related either to IPython or the operating "
-"system.\n"
-"* Configuration system with easy switching between different setups "
-"(simpler than changing $PYTHONSTARTUP environment variables every time).\n"
-"* Session logging and reloading.\n"
-"* Extensible syntax processing for special purpose situations.\n"
-"* Access to the system shell with user-extensible alias system.\n"
-"* Easily embeddable in other Python programs.\n"
-"* Integrated access to the pdb debugger and the Python profiler."
+#. summary(ibus-m17n)
+msgid "The M17N engine for IBus platform"
msgstr ""
-#. description(itstool)
-msgid ""
-"ITS Tool extracts messages from XML files and outputs PO template files, "
-"then merges translations from MO files to create translated XML files. It "
-"determines what to translate and how to chunk it into messages using the W3C "
-"Internationalization Tag Set (ITS)."
+#. description(ibus-m17n)
+msgid "M17N engine for IBus input platform. It allows input of many languages using the input table maps from m17n-db."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-is)
+#. summary(mozc:ibus-mozc)
#, fuzzy
-msgid "Icelandic (is) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "The Mozc engine for IBus"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(ImageMagick)
-msgid ""
-"ImageMagick is a robust collection of tools and libraries to read, write, "
-"and manipulate an image in many image formats, including popular formats "
-"like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can "
-"create images dynamically, making it suitable for Web applications. You can "
-"also resize, rotate, sharpen, color-reduce, or add special effects to an "
-"image and save your completed work in many different image formats. Image "
-"processing operations are available from the command line as well as through "
-"C, C++, and PERL-based programming interfaces."
+#. description(mozc:ibus-mozc)
+msgid "The Mozc engine for IBus provides a Japanese input method."
msgstr ""
-#. description(imake)
-msgid ""
-"Imake is used to generate Makefiles from a template, a set of cpp macro "
-"functions, and a per-directory input file called an Imakefile.\n"
-"\n"
-"The X Window System used imake extensively up through the X11R6.9 release, "
-"for both full builds within the source tree and external software. X has "
-"since moved to GNU autoconf and automake for its build system in X11R7.0 and "
-"later releases, but still maintains imake for building existing external "
-"software programs that have not yet converted."
+#. summary(mozc:ibus-mozc-candidate-window)
+msgid "An optional candidate window for ibus-mozc"
msgstr ""
-#. summary(grantlee:grantlee-devel)
-msgid "Include Files and Libraries Mandatory for Development with Grantlee"
+#. description(mozc:ibus-mozc-candidate-window)
+msgid "This package provides an advanced candidate window for IBus. The window shows examples of selected words."
msgstr ""
-#. summary(gmp:gmp-devel)
-msgid "Include Files and Libraries for Development with the GNU MP Library"
+#. summary(ibus-pinyin)
+msgid "The PinYin engine for IBus platform"
msgstr ""
-#. summary(gconf2:gconf2-devel)
-msgid "Include files and libraries mandatory for development"
+#. description(ibus-pinyin)
+msgid "PinYin engine for IBus platform. It provides a Chinese PinYin input method."
msgstr ""
-#. summary(gstreamer-0_10-plugins-base:gstreamer-0_10-plugins-base-devel)
-msgid ""
-"Include files and libraries mandatory for development with gstreamer-0_10-"
-"plugins-base"
+#. summary(ibus-qt)
+msgid "Qt IBus library and Qt input method plugin"
msgstr ""
-#. summary(gstreamer-plugins-base:gstreamer-plugins-base-devel)
+#. description(ibus-qt)
+msgid "Qt IBus library and Qt input method plugin."
+msgstr ""
+
+#. summary(ibus-sunpinyin)
+msgid "Sunpinyin module for ibus"
+msgstr ""
+
+#. description(ibus-sunpinyin)
+msgid "ibus-sunpinyin is a wrapper around SunPinyin which enables user to use SunPinyin with IBus framework."
+msgstr ""
+
+#. summary(ibus-table)
+msgid "The Table engine for IBus platform"
+msgstr ""
+
+#. description(ibus-table)
#, fuzzy
-msgid ""
-"Include files and libraries mandatory for development with gstreamer-plugins-"
-"base"
+msgid "The package contains general Table engine for IBus platform."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(hunspell:hunspell-devel)
-msgid "Includes and definitions for developing with hunspell."
+#. summary(ibus-table-others:ibus-table-rustrad)
+msgid "Rustrad input method for IBus framework"
msgstr ""
-#. description(itk)
-msgid ""
-"Incr Tcl adds object-oriented programming facilities to Tcl. It was NOT "
-"designed as another whiz-bang, object-oriented programming language. It is "
-"patterned somewhat after C++. It was designed to support more structured "
-"programming in Tcl. Scripts that grow beyond a few thousand lines become "
-"extremely difficult to maintain. [incr Tcl] attacks this problem in the same "
-"way that any object- oriented programming language would, by providing "
-"mechanisms for data encapsulation behind well-defined interfaces."
+#. description(ibus-table-others:ibus-table-rustrad)
+msgid "ibus-table-rustrad provides Rustrad input method on IBus Table under IBus framework."
msgstr ""
-#. summary(indent)
-msgid "Indent Formats C Source Code"
+#. summary(ibus-table-others:ibus-table-translit)
+msgid "Translit input method for IBus framework"
msgstr ""
-#. summary(gtk2-engines:gtk2-engine-industrial)
-msgid "Industrial GTK+ 2 Theme Engine"
+#. description(ibus-table-others:ibus-table-translit)
+msgid "ibus-table-translit provides Translit input method on IBus Table under IBus framework."
msgstr ""
-#. summary(gtk2-metatheme-industrial)
+#. summary(icecream)
#, fuzzy
-msgid "Industrial Metatheme for GNOME"
-msgstr "Gerenciamento de energia (APM)"
+msgid "For Distributed Compile in the Network"
+msgstr "Daemon Icecream de compilação distribuída "
-#. summary(gtk2-engines:gtk2-theme-industrial)
-msgid "Industrial Theme for GTK+ 2"
+#. description(icecream)
+msgid "icecream is the next generation distcc."
msgstr ""
-#. summary(glibc:glibc-info)
-msgid "Info Files for the GNU C Library"
+#. summary(icecream-monitor)
+msgid "Monitor Program for the icecream Compile Farm"
msgstr ""
-#. description(inkscape)
-msgid "Inkscape is a vector illustration program for the GNOME desktop."
+#. description(icecream-monitor)
+msgid "icecream is the next generation distcc. This package provides a monitor program."
msgstr ""
-#. summary(kdevelop4)
-#, fuzzy
-msgid ""
-"Integrated Development Environment for the X Window System, Qt, KDE, and "
-"GNOME"
-msgstr "Ambiente de Desenvolvimento Integrado"
+#. summary(ico)
+msgid "Simple animation program used for testing X11 operations and extensions"
+msgstr ""
-#. summary(kdevelop4:kdevelop4-devel)
-#, fuzzy
-msgid "Integrated Development Environment: Build Environment"
-msgstr "Ambiente de Desenvolvimento Integrado"
+#. description(ico)
+msgid "ico is a simple animation program that may be used for testing various X11 operations and extensions. It displays a wire-frame rotating polyhedron, with hidden lines removed, or a solid-fill polyhedron with hidden faces removed."
+msgstr ""
-#. summary(ibus-libpinyin)
-msgid "Intelligent Pinyin engine based on libpinyin for IBus"
+#. summary(id3lib)
+msgid "A Library for Manipulating ID3v1 and ID3v2 tags"
msgstr ""
-#. summary(inn)
-#, fuzzy
-msgid "InterNetNews"
-msgstr "KInternet"
+#. description(id3lib)
+msgid "This package provides a software library for manipulating ID3v1 and ID3v2 tags. It provides a convenient interface for software developers to include standards-compliant ID3v1/2 tagging capabilities in their applications. Features include identification of valid tags, automatic size conversions, synchronization and resynchronization of tag frames, seamless tag compression and decompression, and optional padding facilities."
+msgstr ""
-#. summary(kig)
-#, fuzzy
-msgid "Interactive Geometry"
-msgstr "Geometria Interativa"
+#. summary(id3v2)
+msgid "A Command Line Editor for ID3 V2 tags"
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ia)
-#, fuzzy
-msgid "Interlingua (ia) translations for KDE"
-msgstr "Federação da Rússia"
-
-#. summary(intltool)
-msgid "Internationalization Tool Collection"
+#. description(id3v2)
+msgid "ID3 tags are found in MP3 files. They can store information about what band recorded the song, the song name, and more. ID3-V1 tags are seriously deficient as to the kind of and length of information that they can store. This is a tool for editing ID3-V2 tags in Linux."
msgstr ""
-#. summary(xiterm:gtkiterm)
-msgid "Internationalized Terminal Emulator for GTK"
+#. summary(iftop)
+msgid "Real-Time Interface Bandwidth Usage"
msgstr ""
-#. summary(ilbc)
-msgid "Internet Low Bitrate Codec"
+#. description(iftop)
+msgid "iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. It is handy for explaining why the network links slow."
msgstr ""
-#. summary(isns)
-msgid "Internet Storage Naming Service"
+#. description(ilmbase:ilmbase-devel)
+msgid "Devel files for ilmbase Base library for Industrial Light & Magic software (OpenEXR)."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ga)
+#. summary(imake)
#, fuzzy
-msgid "Irish Gaelic (ga) translations for KDE"
-msgstr "Marianas do Norte"
+msgid "C preprocessor interface to the make utility"
+msgstr "Interface do Kernel"
-#. description(irssi)
+#. description(imake)
msgid ""
-"Irssi is a modular IRC client for UNIX that currently only has a text mode "
-"user interface. However, 80-90% of the code is not text mode specific, so "
-"other UIs could be created easily. Also, Irssi is not really even IRC "
-"specific anymore. There are already working SILC and ICB modules available. "
-"Support for other protocols, like ICQ and Jabber, could be added some day, "
-"too.\n"
+"Imake is used to generate Makefiles from a template, a set of cpp macro functions, and a per-directory input file called an Imakefile.\n"
"\n"
-"It is the code that separates Irssi from ircII, BitchX, epic, and the rest "
-"of the text clients. It is not using the ircII code."
+"The X Window System used imake extensively up through the X11R6.9 release, for both full builds within the source tree and external software. X has since moved to GNU autoconf and automake for its build system in X11R7.0 and later releases, but still maintains imake for building existing external software programs that have not yet converted."
msgstr ""
-#. description(i4l-base:i4l-isdnlog)
-msgid ""
-"Isdnlog is a very powerful tool to log calls on your ISDN line. It can "
-"analyze the D-channel messages and start programs based on various phone "
-"call events. It can make summaries of phone call costs and translate known "
-"numbers to names. It has its own database for areacodes and phone call costs "
-"for many phone network providers and can help you to take care of your phone "
-"bill."
+#. summary(imhangul)
+msgid "GTK+-3.0 Hangul Input Modules"
msgstr ""
-#. description(ispell)
-msgid ""
-"Ispell is a fast, screen-oriented spell checker that shows you your errors "
-"in the context of the original file and suggests possible corrections when "
-"it can figure them out. Compared to UNIX spell, it is faster and much "
-"easier to use.\tIspell can also handle languages other than English. Ispell "
-"has a long history and many people have contributed to the current version--"
-"some of the major contributors include R. E. Gorin, Pace Willisson, Walt "
-"Buehring, and Geoff Kuenning.\n"
-"\n"
-"You can find a short description in the directory /usr/share/doc/packages/"
-"ispell/."
+#. description(imhangul)
+msgid "GTK+-2.0 Hangul input modules."
msgstr ""
-#. description(ibus-libpinyin)
-msgid ""
-"It includes a Chinese Pinyin input method and a Chinese ZhuYin (Bopomofo) "
-"input method based on libpinyin for IBus."
+#. summary(indent)
+msgid "Indent Formats C Source Code"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-it-data)
-#, fuzzy
-msgid "Italian (it) application data for KDE"
-msgstr "Federação da Rússia"
+#. description(indent)
+msgid "Indent can be used to make code easier to read. It can also convert from one style of writing C code to another. indent understands a substantial amount of C syntax, but it also tries to cope with incomplete and malformed syntax."
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-it)
-#, fuzzy
-msgid "Italian (it) translations for KDE"
-msgstr "Federação da Rússia"
-
-#. summary(dicts:ispell-italian)
-msgid "Italian ispell dictionary"
+#. summary(inkscape)
+msgid "Vector Illustration Program"
msgstr ""
-#. description(jdepend)
-msgid ""
-"JDepend traverses a set of Java class and source file directories and "
-"generates design quality metrics for each Java package. JDepend allows you "
-"to automatically measure the quality of a design in terms of its "
-"extensibility, reusability, and maintainability to effectively manage and "
-"control package dependencies."
+#. description(inkscape)
+msgid "Inkscape is a vector illustration program for the GNOME desktop."
msgstr ""
-#. description(jline)
-msgid ""
-"JLine is a java library for reading and editing user input in console "
-"applications. It features tab-completion, command history, password masking, "
-"customizable keybindings, and pass-through handlers to use to chain to other "
-"console applications."
+#. summary(inkscape:inkscape-extensions-dia)
+msgid "Vector Illustration Program - Dia Import Extension"
msgstr ""
-#. description(joe)
+#. description(inkscape:inkscape-extensions-dia)
msgid ""
-"JOE (Joe's Own Editor) is a freeware ASCII editor for UNIX. Joe is similar "
-"to most IBM PC text editors. The keyboard combinations are similar to "
-"WordStar[tm] and Turbo C. Some of Joe's features include:\n"
+"Dia import extension for Inkscape.\n"
"\n"
-"-full support of termcap and terminfo (useful for device-independent "
-"descriptions to control screen output) -optimized screen refresh like GNU "
-"Emacs (Joe can even be used at 2400 baud) -easy installation with all "
-"features for UNIX integration with vi: a marked block of text can be "
-"filtered through a UNIX command and wherever JOE accepts a filename "
-"parameter, the following can also be substituted:\n"
-"\n"
-"!command\\t\\t:to redirect from or to another command\n"
-"\n"
-">>filename\\t\\t:to append onto an existing file\n"
-"\n"
-"filename,start,size\\t:to edit a part of a file or device\n"
-"\n"
-"-\\t\\t\\t:to use standard input/output\n"
-"\n"
-"When JOE has several files opened at the same time, each file is displayed "
-"in its own window. Additionally, JOE allows for shell windows from which the "
-"output of the executed commands are saved in a buffer, automatic filename "
-"completion (via TAB), help windows, undo and redo, and search and replace "
-"using regular expressions."
+"Inkscape is a vector illustration program for the GNOME desktop."
msgstr ""
-#. summary(java-1_5_0-gcj-compat)
-msgid "JPackage Runtime Scripts for GCJ"
+#. summary(inkscape:inkscape-extensions-extra)
+msgid "Vector Illustration Program - Extra Extensions"
msgstr ""
-#. summary(java-1_5_0-gcj-compat:java-1_5_0-gcj-compat-devel)
-msgid "JPackage development scripts for GCJ"
-msgstr ""
-
-#. description(json-glib:json-glib-devel)
+#. description(inkscape:inkscape-extensions-extra)
msgid ""
-"JSON is a lightweight data-interchange format.It is easy for humans to read "
-"and write. It is easy for machines to parse and generate.\n"
+"Extra extensions for Inkscape. Recommended for everybody who wants to use Inkscape.\n"
"\n"
-"JSON-GLib provides a parser and a generator GObject classes and various "
-"wrappers for the complex data types employed by JSON, such as arrays and "
-"objects.\n"
-"\n"
-"JSON-GLib uses GLib native data types and the generic value container GValue "
-"for ease of development. It also provides integration with the GObject "
-"classes for direct serialization into, and deserialization from, JSON data "
-"streams.\n"
-"\n"
-"This package contains development files needed to develop with the json-glib "
-"library."
+"Inkscape is a vector illustration program for the GNOME desktop."
msgstr ""
-#. description(junit4)
-msgid ""
-"JUnit is a regression testing framework written by Erich Gamma and Kent "
-"Beck. It is used by the developer who implements unit tests in Java. JUnit "
-"is Open Source Software, released under the Common Public License Version "
-"1.0 and JUnit is Open Source Software, released under the IBM Public License "
-"and hosted on SourceForge."
+#. summary(inkscape:inkscape-extensions-fig)
+msgid "Vector Illustration Program - Fig Import Extension"
msgstr ""
-#. summary(jakarta-commons-dbcp)
-msgid "Jakarta Commons DataBase Pooling Package"
+#. description(inkscape:inkscape-extensions-fig)
+msgid ""
+"Fig family (XFig, Figurine, JFig, WinFig,...) import extension for Inkscape.\n"
+"\n"
+"Inkscape is a vector illustration program for the GNOME desktop."
msgstr ""
-#. summary(jakarta-commons-digester)
-msgid "Jakarta Commons Digester Package"
+#. summary(inkscape:inkscape-extensions-gimp)
+msgid "Vector Illustration Program - The GIMP Extensions"
msgstr ""
-#. summary(jakarta-commons-discovery)
-msgid "Jakarta Commons Discovery"
+#. description(inkscape:inkscape-extensions-gimp)
+msgid ""
+"The GIMP import and export extensions for Inkscape.\n"
+"\n"
+"Inkscape is a vector illustration program for the GNOME desktop."
msgstr ""
-#. summary(jakarta-commons-fileupload)
-msgid "Jakarta Commons FileUpload Package"
+#. summary(inkscape:inkscape-extensions-skencil)
+msgid "Vector Illustration Program - Skencil Import Extension"
msgstr ""
-#. summary(jakarta-commons-modeler)
-msgid "Jakarta Commons Modeler Package"
+#. description(inkscape:inkscape-extensions-skencil)
+msgid ""
+"Skencil import extension for Inkscape.\n"
+"\n"
+"Inkscape is a vector illustration program for the GNOME desktop."
msgstr ""
-#. summary(jakarta-commons-pool)
-msgid "Jakarta Commons Pool Package"
-msgstr ""
-
-#. summary(kde4-l10n:kde4-l10n-ja)
+#. summary(inn)
#, fuzzy
-msgid "Japanese (ja) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "InterNetNews"
+msgstr "KInternet"
-#. summary(intlfonts:intlfonts-japanese-bitmap-fonts)
-msgid "Japanese Fonts for the X Window System"
+#. description(inn)
+msgid "Rich Salz's InterNetNews news transport system."
msgstr ""
-#. description(intlfonts:intlfonts-japanese-bitmap-fonts)
-msgid "Japanese fonts for the X Window System."
+#. summary(inputproto:inputproto-devel)
+msgid "The X11 Protocol: X Input extension"
msgstr ""
-#. summary(libgcj48:gcc48-gij)
+#. description(inputproto:inputproto-devel)
+msgid "The Input protocol headers for X11 development. This extension defines a protocol to provide additional input devices management such as graphic tablets."
+msgstr ""
+
+#. summary(installation-images-openSUSE:install-initrd-openSUSE)
#, fuzzy
-msgid "Java Bytecode Interpreter for gcc"
-msgstr "Ferramentas e Compiladores de C/C++"
+msgid "Create initrd for openSUSE installation"
+msgstr "Instalação por Disco Rígido"
-#. description(javacc)
-msgid ""
-"Java Compiler Compiler (JavaCC) is the most popular parser generator for use "
-"with Java applications. A parser generator is a tool that reads a grammar "
-"specification and converts it to a Java program that can recognize matches "
-"to the grammar. In addition to the parser generator itself, JavaCC provides "
-"other standard capabilities related to parser generation such as tree "
-"building (via a tool called JJTree included with JavaCC), actions, "
-"debugging, etc."
+#. description(installation-images-openSUSE:install-initrd-openSUSE)
+msgid "You can create an initrd for openSUSE installation. Useful, for example, to set up a UML or XEN environment."
msgstr ""
-#. summary(jdepend)
-msgid "Java Design Quality Metrics"
+#. summary(iodbc)
+msgid "ODBC compliant driver manager"
msgstr ""
-#. summary(java-1_7_0-openjdk:java-1_7_0-openjdk-devel)
-msgid "Java SDK based on OpenJDK 7 and IcedTea 7"
+#. description(iodbc)
+msgid "The iODBC Driver Manager is a free implementation of the SAG CLI and ODBC compliant driver manager which allows developers to write ODBC compliant applications that can connect to various databases using appropriate backend drivers."
msgstr ""
-#. summary(jline)
-msgid "Java library for reading and editing user input in console applications"
+#. summary(ipsec-tools)
+msgid "IPsec Utilities"
msgstr ""
-#. summary(junit4)
-msgid "Java regression test package"
+#. description(ipsec-tools)
+msgid "This is the IPsec-Tools package. This package is needed to really make use of the IPsec functionality in the version 2.5 and 2.6 Linux kernels. This package builds: - libipsec, a PFKeyV2 library - setkey, a program to directly manipulate policies and SAs - racoon, an IKEv1 keying daemon These sources can be found at the IPsec-Tools home page at: http://ipsec-tools.sourceforge.net/"
msgstr ""
-#. description(jhead)
-msgid ""
-"Jhead is a command line utility for extracting digital camera settings from "
-"the EXIF format files used by many digital cameras. It handles the various "
-"confusing ways these can be expressed and displays them as F-stop, shutter "
-"speed, and more. It is also able to reduce the size of digital camera JPEG "
-"files without loss of information by deleting thumbnails that digital "
-"cameras put into the EXIF header."
+#. summary(iptraf:iptraf-ng)
+msgid "TCP/IP Network Monitor"
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-wubi-jidian)
-msgid "Jidian Wubi input method"
+#. description(iptraf:iptraf-ng)
+msgid "IPTraf-ng is a console-based network statistics utility. It gathers a variety of information such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts."
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-wubi-jidian)
-msgid "Jidian Wubi input methods. Current includes: Wubi 86."
+#. summary(irssi)
+msgid "Modular, Secure, and Well Designed IRC Client"
msgstr ""
-#. summary(juk)
-msgid "Jukebox"
+#. description(irssi)
+msgid ""
+"Irssi is a modular IRC client for UNIX that currently only has a text mode user interface. However, 80-90% of the code is not text mode specific, so other UIs could be created easily. Also, Irssi is not really even IRC specific anymore. There are already working SILC and ICB modules available. Support for other protocols, like ICQ and Jabber, could be added some day, too.\n"
+"\n"
+"It is the code that separates Irssi from ircII, BitchX, epic, and the rest of the text clients. It is not using the ircII code."
msgstr ""
-#. description(juk)
-msgid "Jukebox and music manager for KDE"
+#. summary(ispell)
+msgid "A Spell Checker"
msgstr ""
-#. description(kakasi)
+#. description(ispell)
msgid ""
-"KAKASI is the language processing filter to convert Kanji characters to "
-"Hiragana, Katakana, or Romaji(1) and may be helpful for reading Japanese "
-"documents. The word-splitting patch is merged from version 2.3.0.\n"
+"Ispell is a fast, screen-oriented spell checker that shows you your errors in the context of the original file and suggests possible corrections when it can figure them out. Compared to UNIX spell, it is faster and much easier to use.\tIspell can also handle languages other than English. Ispell has a long history and many people have contributed to the current version--some of the major contributors include R. E. Gorin, Pace Willisson, Walt Buehring, and Geoff Kuenning.\n"
"\n"
-"The name \"KAKASI\" is the abbreviation of \"kanji kana simple inverter\" "
-"and the inverse of SKK \"simple kana kanji converter\" developed by Masahiko "
-"Sato at Tohoku University. Most entries of the kakasi dictionary are derived "
-"from the SKK dictionaries. If interested in the naming of KAKASI, consult a "
-"Japanese-English dictionary.\n"
-"\n"
-"(1) \"Romaji\" is an alphabetical description of Japanese pronunciation."
+"You can find a short description in the directory /usr/share/doc/packages/ispell/."
msgstr ""
-#. description(kalgebra)
-msgid "KAlgebra is a math expression solver and plotter."
+#. summary(ispell:ispell-american)
+msgid "American ispell dictionary"
msgstr ""
-#. description(katomic)
-msgid ""
-"KAtomic is a thinking game where you have to form chemical molecules out of "
-"atoms. This is done with a nice graphical interface where you can move each "
-"atom in a labyrinth."
+#. description(ispell:ispell-american)
+msgid "This package includes a ready American dictionary for ispell. If you install ispell-british too, check /etc/sysconfig/ispell to see which one the default English dictionary will be. A short usage description is given in /usr/share/doc/packages/ispell/README. The sources for this dictionary are included in the source package of ispell."
msgstr ""
-#. description(kblackbox)
-msgid ""
-"KBlackbox is a graphical logical game, inspired by emacs' blackbox. It is a "
-"game of hide and seek played on an grid of boxes."
+#. summary(dicts:ispell-brazilian)
+msgid "Brazilian ispell dictionary"
msgstr ""
-#. summary(kblocks)
-msgid "KBlocks - classic falling blocks game"
+#. description(dicts:ispell-brazilian)
+msgid "This package includes a ready Brazilian dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. description(kblocks)
-msgid "KBlocks is the KDE version of the classic falling blocks game."
+#. summary(ispell:ispell-british)
+msgid "British ispell dictionary"
msgstr ""
-#. description(kbreakout)
-msgid "KBreakout is the KDE version of a Breakout-like game."
+#. description(ispell:ispell-british)
+msgid "This packages includes a ready British dictionary for ispell. If you install ispell-american too, check /etc/sysconfig/ispell to see which one will be the default English dictionary. A short usage description is given in /usr/share/doc/packages/ispell/README. The sources for this dictionary are included in the source package of ispell."
msgstr ""
-#. description(kbruch)
-msgid "KBruch is an application to learn calculating with fractions."
+#. summary(ispell-bulgarian)
+msgid "Bulgarian Ispell Dictionary"
msgstr ""
-#. description(kcachegrind)
-msgid "KCachegrind is a frontend for cachegrind."
+#. description(ispell-bulgarian)
+msgid "This packages includes a ready Bulgarian dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the packages ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. description(kcron)
-msgid "KCron allows you to change your cron jobs setup."
+#. summary(dicts:ispell-catalan)
+msgid "Catalan ispell dictionary"
msgstr ""
-#. summary(kepas)
-msgid "KDE Easy Publish and Share"
+#. description(dicts:ispell-catalan)
+msgid "This package includes a ready Catalan dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. description(kfloppy)
-#, fuzzy
-msgid "KDE Floppy Disk Utility"
-msgstr "Novos Aplicativos"
+#. summary(dicts:ispell-czech)
+msgid "Czech ispell dictionary"
+msgstr ""
-#. summary(kdesdk-kioslaves:kio_svn)
-msgid "KDE KIO-Slave for SVN"
+#. description(dicts:ispell-czech)
+msgid "This package includes a ready Czech dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(poxml:kde4-l10n-devel)
-#, fuzzy
-msgid "KDE SDK Package"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(dicts:ispell-danish)
+msgid "Danish ispell dictionary"
+msgstr ""
-#. summary(kchmviewer)
-msgid "KDE chm Viewer (MS Windows Compressed HTML Documents)"
+#. description(dicts:ispell-danish)
+msgid "This package includes a ready Danish dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. description(kdf)
-msgid "KDE free disk space utility"
+#. summary(dicts:ispell-dutch)
+msgid "Dutch ispell dictionary"
msgstr ""
-#. summary(kdeartwork4:kdeartwork4-decorations)
-#, fuzzy
-msgid "KDE window decorations"
-msgstr "Gerenciador de Dispositivos"
+#. description(dicts:ispell-dutch)
+msgid "This package includes a ready Dutch dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
+msgstr ""
-#. description(kdbg)
-msgid ""
-"KDbg is a graphical user interface for GDB, the GNU debugger. It provides an "
-"intuitive interface for setting breakpoints, inspecting variables, and "
-"stepping through code."
+#. summary(dicts:ispell-estonian)
+msgid "Estonian ispell dictionary"
msgstr ""
-#. description(kdewebdev4:kfilereplace)
-msgid "KFileReplace is a batch search and replace tool."
+#. description(dicts:ispell-estonian)
+msgid "This package includes a ready Estonian dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. description(kgeography)
-#, fuzzy
-msgid "KGeography is a geography learning program."
-msgstr "Um Programa de Aprendizagem de Geografia"
-
-#. description(kgoldrunner)
-#, fuzzy
-msgid "KGoldrunner is a game of action and puzzle solving"
-msgstr "Um jogo de ação e quebra-cabeça"
-
-#. description(kaffeine)
-msgid ""
-"Kaffeine plays all files and devices supported by Xine. For example, MPEG "
-"files, AVI (if the codec being used is supported by Xine), MP3, and Ogg "
-"Vorbis. It also handles Video CDs, DVDs, and DVB cards."
+#. summary(dicts:ispell-finnish)
+msgid "Finnish ispell dictionary"
msgstr ""
-#. description(kalzium)
-#, fuzzy
-msgid "Kalzium shows a periodic table of the elements."
-msgstr "Tabela Periódica dos Elementos"
-
-#. description(kanagram)
-msgid "Kanagram is a letter order game."
+#. description(dicts:ispell-finnish)
+msgid "This package includes a ready Finnish dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. description(kate)
-msgid "Kate is an advanced text editor for KDE."
+#. summary(dicts:ispell-french)
+msgid "French ispell dictionary"
msgstr ""
-#. description(kepas)
-msgid ""
-"Kepas is a filetransfer Utility. Using DNSSD services it discovers buddies "
-"in your local LAN and lets you send files and klipper entries via plasmoid "
-"or trayicon."
+#. description(dicts:ispell-french)
+msgid "This package includes a ready French dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(kernel-docs)
-#, fuzzy
-msgid "Kernel Documentation"
-msgstr "Desenvolvimento Kernel"
-
-#. summary(kernel-syms)
-msgid "Kernel Symbol Versions (modversions)"
+#. summary(dicts:ispell-german)
+msgid "German ispell dictionary"
msgstr ""
-#. description(kernel-syms)
-msgid ""
-"Kernel symbols, such as functions and variables, have version information "
-"attached to them. This package contains the symbol versions for the standard "
-"kernels.\n"
-"\n"
-"This package is needed for compiling kernel module packages with proper "
-"package dependencies.\n"
-"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
+#. description(dicts:ispell-german)
+msgid "This package includes a ready German dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. description(kernel-source:kernel-devel)
-msgid ""
-"Kernel-level headers and Makefiles required for development of external "
-"kernel modules.\n"
-"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
+#. summary(dicts:ispell-greek)
+msgid "Greek ispell dictionary"
msgstr ""
-#. description(kexec-tools)
-msgid ""
-"Kexec is a user space utility for loading another kernel and asking the "
-"currently running kernel to do something with it. A currently running kernel "
-"may be asked to start the loaded kernel on reboot, or to start the loaded "
-"kernel after it panics."
+#. description(dicts:ispell-greek)
+msgid "This package includes a ready Greek dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-kk)
-#, fuzzy
-msgid "Khmer (km) translations for KDE"
-msgstr "Marianas do Norte"
-
-#. description(kig)
-msgid ""
-"Kig is an application for Interactive Geometry. It's intended to serve two "
-"purposes: Allow students to interactively explore mathematical figures and "
-"concepts using the computer. Serve as a WYSIWYG tool for drawing "
-"mathematical figures and including them in other documents."
+#. summary(ispell-hungarian)
+msgid "Hungarian Ispell Dictionary"
msgstr ""
-#. summary(kiosktool)
-msgid "Kiosk Admin Tool"
+#. description(ispell-hungarian)
+msgid "Hungarian ispell dictionary."
msgstr ""
-#. summary(gnome-klotski)
-msgid "Klotski Game for GNOME"
+#. summary(dicts:ispell-italian)
+msgid "Italian ispell dictionary"
msgstr ""
-#. description(gnome-klotski)
-msgid ""
-"Klotski is a puzzle game of which the objective is to get the patterned "
-"block to the marker, which is done by moving the blocks in its way."
+#. description(dicts:ispell-italian)
+msgid "This package includes a ready Italian dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ko)
-#, fuzzy
-msgid "Korean (ko) translations for KDE"
-msgstr "Marianas do Norte"
-
-#. summary(glabels)
-msgid "Label Editing and Printing Tool"
+#. summary(igerman98:ispell-naustrian)
+msgid "New Austrian ispell dictionary"
msgstr ""
-#. description(glabels)
-msgid ""
-"Labels is a powerful tool for editing and printing all kinds of labels. It "
-"comes with a lot of templates of standard labels."
+#. description(igerman98:ispell-naustrian)
+msgid "This package includes a ready Austrian dictionary for ispell according the new spelling rules. The name of the dictionary is naustrian to be able to distinguish it from those of the German packages. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell."
msgstr ""
-#. summary(gconf-editor:gconf-editor-lang)
-msgid "Languages for package gconf-editor"
+#. summary(igerman98:ispell-ngerman)
+msgid "New German ispell dictionary"
msgstr ""
-#. summary(gdl:gdl-lang)
-msgid "Languages for package gdl"
+#. description(igerman98:ispell-ngerman)
+msgid "This package includes a ready German dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell."
msgstr ""
-#. summary(gedit-plugins:gedit-plugins-lang)
-msgid "Languages for package gedit-plugins"
+#. summary(dicts:ispell-norsk)
+msgid "Norwegian ispell dictionary"
msgstr ""
-#. summary(gftp:gftp-common-lang)
-msgid "Languages for package gftp"
+#. description(dicts:ispell-norsk)
+msgid "This package includes a ready Norwegian dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(ggz-client-libs:ggz-client-libs-lang)
-msgid "Languages for package ggz-client-libs"
+#. summary(igerman98:ispell-nswiss)
+msgid "New Swiss ispell dictionary"
msgstr ""
-#. summary(ghex:ghex-lang)
-msgid "Languages for package ghex"
+#. description(igerman98:ispell-nswiss)
+msgid "This package includes a ready Swiss dictionary for ispell according the new spelling rules. The name of the dictionary is nswiss to be able to distinguish it from those of the German packages. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell."
msgstr ""
-#. summary(giggle:giggle-lang)
-msgid "Languages for package giggle"
+#. summary(dicts:ispell-polish)
+msgid "Polish ispell dictionary"
msgstr ""
-#. summary(gitg:gitg-lang)
-msgid "Languages for package gitg"
+#. description(dicts:ispell-polish)
+msgid "This package includes a ready Polish dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(glabels:glabels-lang)
-msgid "Languages for package glabels"
+#. summary(dicts:ispell-portuguese)
+msgid "Portuguese ispell dictionary"
msgstr ""
-#. summary(glade:glade-lang)
-msgid "Languages for package glade"
+#. description(dicts:ispell-portuguese)
+msgid "This package includes a ready Portuguese dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(gnome-desktop2:gnome-desktop2-lang)
+#. summary(dicts:ispell-russian)
#, fuzzy
-msgid "Languages for package gnome-desktop2"
-msgstr "Idiomas Sami (Outro)"
+msgid "Russian ispell dictionary"
+msgstr "Federação da Rússia"
-#. summary(gnome-do:gnome-do-lang)
-msgid "Languages for package gnome-do"
+#. description(dicts:ispell-russian)
+msgid "This package includes a ready Russian dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(gnome-do-plugins:gnome-do-plugins-lang)
-msgid "Languages for package gnome-do-plugins"
+#. summary(ispell-slovak)
+msgid "Slovak Ispell Dictionary"
msgstr ""
-#. summary(gnome-doc-utils:gnome-doc-utils-lang)
-msgid "Languages for package gnome-doc-utils"
+#. description(ispell-slovak)
+msgid "This packages includes a ready Slovak dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the packages ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(gnome-klotski:gnome-klotski-lang)
-#, fuzzy
-msgid "Languages for package gnome-klotski"
-msgstr "Idiomas Sami (Outro)"
+#. summary(dicts:ispell-slovene)
+msgid "Slovenian ispell dictionary"
+msgstr ""
-#. summary(gnome-nibbles:gnome-nibbles-lang)
-#, fuzzy
-msgid "Languages for package gnome-nibbles"
-msgstr "Idiomas Sami (Outro)"
+#. description(dicts:ispell-slovene)
+msgid "This package includes a ready Slovenian dictionary for ispell. A short usage description is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
+msgstr ""
-#. summary(gnome-robots:gnome-robots-lang)
+#. summary(dicts:ispell-spanish)
#, fuzzy
-msgid "Languages for package gnome-robots"
-msgstr "Idiomas Sami (Outro)"
+msgid "Spanish ispell dictionary"
+msgstr "Federação da Rússia"
-#. summary(gnome-tetravex:gnome-tetravex-lang)
-#, fuzzy
-msgid "Languages for package gnome-tetravex"
-msgstr "Idiomas Sami (Outro)"
+#. description(dicts:ispell-spanish)
+msgid "This package includes a ready Spanish dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
+msgstr ""
-#. summary(gnome-vfs2:gnome-vfs2-lang)
+#. summary(dicts:ispell-swedish)
#, fuzzy
-msgid "Languages for package gnome-vfs2"
-msgstr "Idiomas Sami (Outro)"
+msgid "Swedish ispell dictionary"
+msgstr "Federação da Rússia"
-#. summary(gnucash:gnucash-lang)
-msgid "Languages for package gnucash"
+#. description(dicts:ispell-swedish)
+msgid "This package includes a ready Swedish dictionary for ispell. A short usage description for ispell is given in /usr/share/doc/packages/ispell/README of the package ispell. The sources for this dictionary are included in the package dicts."
msgstr ""
-#. summary(goffice:goffice-lang)
-msgid "Languages for package goffice"
+#. summary(ivtv)
+msgid "Driver Implementation for iCompression or Conexant Video Capture Cards"
msgstr ""
-#. summary(grisbi:grisbi-lang)
-msgid "Languages for package grisbi"
+#. description(ivtv)
+msgid "The primary goal of the IVTV project is to provide a \"clean room\" Linux open source driver implementation for video capture cards based on the iCompression iTVC15 or Conexant CX23415/CX23416 MPEG Codec. Examples of such cards are the Hauppauge PVR 250/350 series of MPEG video capture cards, the Hauppauge \"freestyle\", and the AVerMedia M179 AVerTV. The freestyle has not been tested, but it should work or at least be easy to get working."
msgstr ""
-#. summary(gsynaptics:gsynaptics-lang)
-msgid "Languages for package gsynaptics"
+#. summary(java-1_5_0-gcj-compat)
+msgid "JPackage Runtime Scripts for GCJ"
msgstr ""
-#. summary(gtg:gtg-lang)
-msgid "Languages for package gtg"
+#. description(java-1_5_0-gcj-compat)
+msgid "This package contains shell scripts and symbolic links to simulate a JPackage Java runtime environment with GCJ."
msgstr ""
-#. summary(gthumb:gthumb-lang)
-msgid "Languages for package gthumb"
+#. summary(java-1_5_0-gcj-compat:java-1_5_0-gcj-compat-devel)
+msgid "JPackage development scripts for GCJ"
msgstr ""
-#. summary(gtk-doc:gtk-doc-lang)
+#. description(java-1_5_0-gcj-compat:java-1_5_0-gcj-compat-devel)
+msgid "This package contains shell scripts and symbolic links to simulate a JPackage Java development environment with GCJ."
+msgstr ""
+
+#. summary(java-1_8_0-openjdk)
+#. summary(java-1_8_0-openjdk:java-1_8_0-openjdk-headless)
#, fuzzy
-msgid "Languages for package gtk-doc"
-msgstr "Idiomas Sami (Outro)"
+msgid "OpenJDK 8 Runtime Environment"
+msgstr "Ambiente Runtime 32Bit"
-#. summary(gtk-vnc:gtk-vnc-lang)
-msgid "Languages for package gtk-vnc"
-msgstr ""
+#. description(java-1_8_0-openjdk)
+#, fuzzy
+msgid "The OpenJDK 8 runtime environment."
+msgstr "Ambiente Runtime 32Bit"
-#. summary(gtksourceview2:gtksourceview2-lang)
-msgid "Languages for package gtksourceview2"
+#. summary(java-1_8_0-openjdk:java-1_8_0-openjdk-devel)
+#, fuzzy
+msgid "OpenJDK 8 Development Environment"
+msgstr "Desenvolvimento KDE"
+
+#. description(java-1_8_0-openjdk:java-1_8_0-openjdk-devel)
+#, fuzzy
+msgid "The OpenJDK 8 development tools."
+msgstr "Pacotes de desenvolvimento do Kernel"
+
+#. description(java-1_8_0-openjdk:java-1_8_0-openjdk-headless)
+msgid "The OpenJDK 8 runtime environment without audio and video support."
msgstr ""
-#. summary(gtkspell:gtkspell-lang)
-msgid "Languages for package gtkspell"
+#. summary(java-1_8_0-openjdk-plugin)
+msgid "Java Web Start and plugin implementation"
msgstr ""
-#. summary(gwenhywfar:gwenhywfar-lang)
-msgid "Languages for package gwenhywfar"
+#. description(java-1_8_0-openjdk-plugin)
+msgid "The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project."
msgstr ""
-#. summary(inkscape:inkscape-lang)
-msgid "Languages for package inkscape"
+#. summary(javapackages-tools)
+msgid "Macros and scripts for Java packaging support"
msgstr ""
-#. summary(kdbg:kdbg-lang)
+#. description(javapackages-tools)
#, fuzzy
-msgid "Languages for package kdbg"
-msgstr "Idiomas Sami (Outro)"
+msgid "This package provides macros and scripts to support Java packaging."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(kdevelop4:kdevelop4-lang)
-#, fuzzy
-msgid "Languages for package kdevelop4"
-msgstr "Idiomas Sami (Outro)"
+#. summary(jhead)
+msgid "Tool to Manipulate the Nonimage Part of EXIF Compliant JPEG Files"
+msgstr ""
-#. summary(kdevplatform:kdevplatform-lang)
-msgid "Languages for package kdevplatform"
+#. description(jhead)
+msgid "Jhead is a command line utility for extracting digital camera settings from the EXIF format files used by many digital cameras. It handles the various confusing ways these can be expressed and displays them as F-stop, shutter speed, and more. It is also able to reduce the size of digital camera JPEG files without loss of information by deleting thumbnails that digital cameras put into the EXIF header."
msgstr ""
-#. summary(kiosktool:kiosktool-lang)
-#, fuzzy
-msgid "Languages for package kiosktool"
-msgstr "Idiomas Sami (Outro)"
+#. summary(joe)
+msgid "A Text Editor"
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-lv)
-#, fuzzy
-msgid "Latvian (lv) translations for KDE"
-msgstr "Federação da Rússia"
+#. description(joe)
+msgid "Joe is a powerful, easy to use, modeless text editor. It uses the same WordStar keybindings used in Borland's development environment."
+msgstr ""
#. summary(json-glib:json-glib-devel)
msgid "Library for JavaScript Object Notation format - Development Files"
msgstr ""
-#. summary(giflib:giflib-devel)
-msgid "Library for Working with GIF Images - Files Mandatory for Development"
+#. description(json-glib:json-glib-devel)
+msgid ""
+"JSON is a lightweight data-interchange format.It is easy for humans to read and write. It is easy for machines to parse and generate.\n"
+"\n"
+"JSON-GLib provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.\n"
+"\n"
+"JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams.\n"
+"\n"
+"This package contains development files needed to develop with the json-glib library."
msgstr ""
-#. summary(getdata)
-msgid "Library for reading and writing dirfile data"
+#. summary(juk)
+msgid "Jukebox"
msgstr ""
-#. summary(hamcrest)
-msgid "Library of matchers for building test expressions"
+#. description(juk)
+msgid "Jukebox and music manager for KDE"
msgstr ""
-#. summary(GeoIP)
-msgid "Library to find the country that any IP address originates from"
+#. description(kactivities5:kactivities5-devel)
+msgid "Kactivities provides an API for using and interacting with the Plasma Activities Manager. Development files."
msgstr ""
-#. summary(hylafax:hylafax-client)
-msgid "Linux client package for the Hylafax server"
+#. summary(kakasi)
+msgid "Filter to Convert Kanji Characters to Hiragana, Katakana, or Romaji"
msgstr ""
-#. description(kernel-source)
+#. description(kakasi)
msgid ""
-"Linux kernel sources with many fixes and improvements.\n"
+"KAKASI is the language processing filter to convert Kanji characters to Hiragana, Katakana, or Romaji(1) and may be helpful for reading Japanese documents. The word-splitting patch is merged from version 2.3.0.\n"
"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
+"The name \"KAKASI\" is the abbreviation of \"kanji kana simple inverter\" and the inverse of SKK \"simple kana kanji converter\" developed by Masahiko Sato at Tohoku University. Most entries of the kakasi dictionary are derived from the SKK dictionaries. If interested in the naming of KAKASI, consult a Japanese-English dictionary.\n"
+"\n"
+"(1) \"Romaji\" is an alphabetical description of Japanese pronunciation."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-lt)
+#. summary(kakasi:kakasi-dict)
+#. description(kakasi:kakasi-dict)
+msgid "The base dictionary of KAKASI"
+msgstr ""
+
+#. summary(kdepim4:kalarm)
#, fuzzy
-msgid "Lithuanian (lt) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Personal Alarm Scheduler"
+msgstr "Agendador de Alarme Pessoal"
-#. summary(kblackbox)
-msgid "Logic game"
+#. description(kdepim4:kalarm)
+msgid "Personal alarm message, command and email scheduler for KDE"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-nds)
-#, fuzzy
-msgid "Low Saxon (nds) translations for KDE"
-msgstr "Federação da Rússia"
+#. summary(kalgebra)
+msgid "Math Expression Solver and Plotter"
+msgstr ""
-#. summary(kde-mplayer-thumbnailer)
-msgid "MPlayer based thumbnailer"
+#. description(kalgebra)
+msgid "KAlgebra is a math expression solver and plotter."
msgstr ""
-#. summary(javapackages-tools)
-msgid "Macros and scripts for Java packaging support"
+#. summary(kalzium)
+#, fuzzy
+msgid "Periodic Table of Elements"
+msgstr "Tabela Periódica dos Elementos"
+
+#. description(kalzium)
+#, fuzzy
+msgid "Kalzium shows a periodic table of the elements."
+msgstr "Tabela Periódica dos Elementos"
+
+#. summary(kanagram)
+msgid "Anagram Game"
msgstr ""
-#. summary(gnome-keyring-sharp)
-msgid "Managed Implementation of libgnome-keyring"
+#. description(kanagram)
+msgid "Kanagram is a letter order game."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-mr)
+#. summary(kapptemplate)
#, fuzzy
-msgid "Marathi (mr) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Template for KDE Application Development"
+msgstr "Ferramentas Potentes para Redes Domésticas e Desenvolvimento de Aplicações"
-#. summary(kalgebra)
-msgid "Math Expression Solver and Plotter"
+#. description(kapptemplate)
+msgid "This package contains templates to start the development of a new KDE application/part/plugin."
msgstr ""
-#. description(gtk2-metatheme-industrial)
+#. summary(karchive:karchive-devel)
+msgid "Qt 5 addon providing access to numerous types of archives: Build Environment"
+msgstr ""
+
+#. description(karchive:karchive-devel)
msgid ""
-"Metatheme for GNOME: Industrial strength WM theme for Metacity and "
-"Industrial icon theme for GNOME."
+"KArchive provides classes for easy reading, creation and manipulation of \"archive\" formats like ZIP and TAR.\n"
+"\n"
+"If also provides transparent compression and decompression of data, like the GZip format, via a subclass of QIODevice. Development files"
msgstr ""
-#. summary(hyper-v)
-msgid "Microsoft Hyper-V tools"
+#. summary(kate)
+#, fuzzy
+msgid "Advanced Text Editor"
+msgstr "Pacotes de desenvolvimento do Kernel"
+
+#. description(kate)
+msgid "Kate is an advanced text editor for KDE."
msgstr ""
-#. summary(gtk2-engines:gtk2-engine-mist)
-msgid "Mist GTK+ 2 Theme Engine"
+#. summary(kate4-parts)
+msgid "Kate parts for Dolphin"
msgstr ""
-#. summary(gtk2-engines:gtk2-theme-mist)
-msgid "Mist Theme for GTK+ 2"
+#. description(kate4-parts)
+msgid "The Kate parts that are required for integration with Dolphin"
msgstr ""
-#. summary(irssi)
-msgid "Modular, Secure, and Well Designed IRC Client"
+#. summary(katomic)
+msgid "Sokoban-like logic game"
msgstr ""
-#. summary(icecream-monitor)
-msgid "Monitor Program for the icecream Compile Farm"
+#. description(katomic)
+msgid "KAtomic is a thinking game where you have to form chemical molecules out of atoms. This is done with a nice graphical interface where you can move each atom in a labyrinth."
msgstr ""
-#. summary(gsf-sharp)
-msgid "Mono Bindings for libgsf"
+#. description(kauth:kauth-devel)
+msgid "KAuth is a framework to let applications perform actions as a privileged user. Development files."
msgstr ""
-#. summary(gnome-sharp2)
-#, fuzzy
-msgid "Mono bindings for GNOME"
-msgstr "O pacote não está assinalado"
+#. summary(kblackbox)
+msgid "Logic game"
+msgstr ""
-#. summary(gnome-sharp2:gconf-sharp2)
-#, fuzzy
-msgid "Mono bindings for gconf"
-msgstr "O pacote não está assinalado"
+#. description(kblackbox)
+msgid "KBlackbox is a graphical logical game, inspired by emacs' blackbox. It is a game of hide and seek played on an grid of boxes."
+msgstr ""
-#. summary(gtk-sharp2:glade-sharp2)
-msgid "Mono bindings for glade"
+#. summary(kblocks)
+msgid "KBlocks - classic falling blocks game"
msgstr ""
-#. summary(gtk-sharp2:glib-sharp2)
-#, fuzzy
-msgid "Mono bindings for glib"
-msgstr "O pacote não está assinalado"
-
-#. summary(gnome-desktop-sharp2:gnome-print-sharp)
-msgid "Mono bindings for gnome-print"
+#. description(kblocks)
+msgid "KBlocks is the KDE version of the classic falling blocks game."
msgstr ""
-#. summary(gnome-sharp2:gnome-vfs-sharp2)
-msgid "Mono bindings for gnomevfs"
+#. summary(kbookmarks:kbookmarks-devel)
+msgid "Lets you access and manipulate bookmarks stored using XBEL format: Build Environment"
msgstr ""
-#. summary(gnome-desktop-sharp2)
-msgid "Mono bindings for libgnome-desktop"
+#. description(kbookmarks:kbookmarks-devel)
+msgid "Framework which lets you access and manipulate bookmarks stored using XBEL format. Development files"
msgstr ""
-#. description(gsf-sharp)
-msgid "Mono bindings for libgsf."
+#. summary(kbounce)
+msgid "Bounce ball game"
msgstr ""
-#. summary(gtk-sharp2:gtk-sharp2-doc)
-msgid "Monodoc documentation for gtk-sharp2"
+#. description(kbounce)
+msgid "Your task in KBounce (Jezz Ball) is to catch several moving balls in a rectangular game field by building walls. The motivation consists of finding new and advanced strategies to catch as many balls as possible."
msgstr ""
-#. summary(google-croscore-fonts:google-arimo-fonts)
-msgid "Monospace Sans Serif Font"
+#. summary(kbproto:kbproto-devel)
+#, fuzzy
+msgid "The X11 Protocol: X Keyboard extension"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(kbproto:kbproto-devel)
+msgid "The Keyboard protocol headers for X11 development. This extension defines a protcol to provide a number of new capabilities and controls for text keyboards."
msgstr ""
-#. summary(gwenhywfar:gwenhywfar-devel)
-msgid "Multi-Platform Helper Library for Other Libraries"
+#. summary(kbreakout)
+msgid "Breakout-like game for KDE"
msgstr ""
-#. summary(gftp)
-msgid "Multithreaded File Transfer Client"
+#. description(kbreakout)
+msgid "KBreakout is the KDE version of a Breakout-like game."
msgstr ""
-#. summary(gftp:gftp-common)
-msgid "Multithreaded File Transfer Client - Common Files"
+#. summary(kbruch)
+msgid "Excercise Fractions"
msgstr ""
-#. summary(gtk2-engine-murrine)
-msgid "Murrine GTK Theme Engine"
+#. description(kbruch)
+msgid "KBruch is an application to learn calculating with fractions."
msgstr ""
-#. description(gtk2-engine-murrine)
-msgid ""
-"Murrine is a GTK+ 2 theme engine, that uses the Cairo vector drawing library "
-"to render widgets. It features a modern glassy look, is elegant and clean on "
-"the eyes, and is extremely customizable."
+#. summary(kcachegrind)
+#, fuzzy
+msgid "Frontend for Cachegrind"
+msgstr "Monitor para a Placa"
+
+#. description(kcachegrind)
+msgid "KCachegrind is a frontend for cachegrind."
msgstr ""
-#. description(isns)
-msgid ""
-"Naming and discovery service that supports ISCSI initiators and targets."
+#. summary(kchmviewer)
+msgid "KDE CHM Viewer"
msgstr ""
-#. summary(igerman98:ispell-naustrian)
-msgid "New Austrian ispell dictionary"
+#. description(kchmviewer)
+msgid "This is a viewer for the CHM files which are used for end user documentation (MS Windows Compressed HTML Documents). It supports complex searching for large books and has various viewing features."
msgstr ""
-#. summary(igerman98:ispell-ngerman)
-msgid "New German ispell dictionary"
+#. summary(kcmutils:kcmutils-devel)
+msgid "Provides various classes to work with KCModules: Build Environment"
msgstr ""
-#. summary(igerman98:ispell-nswiss)
-msgid "New Swiss ispell dictionary"
+#. description(kcmutils:kcmutils-devel)
+msgid "KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. Development files."
msgstr ""
-#. description(gnome-nibbles)
-msgid ""
-"Nibbles is a worm game for GNOME. The player controls a 2D worm while trying "
-"to get food. Getting food gives points, but hitting anything causes a loss "
-"of points. When all points are lost, the player loses."
+#. description(kcodecs:kcodecs-devel)
+msgid "KCodecs provide a collection of methods to manipulate strings using various encodings. Development files."
msgstr ""
-#. summary(gnonlin:gstreamer-0_10-plugin-gnonlin)
-msgid "Non-liner audio and video support for GStreamer"
+#. description(kcompletion:kcompletion-devel)
+msgid "KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets. Development files."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-nb)
+#. summary(kconfig:kconfig-devel)
#, fuzzy
-msgid "Norwegian Bokmål (nb) translations for KDE"
-msgstr "Marianas do Norte"
+msgid "KConfig Development files"
+msgstr "Desenvolvimento"
-#. summary(dicts:ispell-norsk)
-msgid "Norwegian ispell dictionary"
+#. description(kconfig:kconfig-devel)
+msgid ""
+"KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui.\n"
+"\n"
+"KConfigCore provides access to the configuration files themselves. It features:\n"
+"\n"
+"- centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries.\n"
+"\n"
+"- lock-down (kiosk) support.\n"
+"\n"
+"KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. Development files."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-nn)
+#. summary(kconfigwidgets:kconfigwidgets-devel)
#, fuzzy
-msgid "Nynorsk (nn) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Widgets for configuration dialogs: Build Environment"
+msgstr "Iniciar Aplicativo"
-#. summary(iodbc)
-msgid "ODBC compliant driver manager"
+#. description(kconfigwidgets:kconfigwidgets-devel)
+msgid "KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings. Development files."
msgstr ""
-#. summary(itk)
-msgid "Object Oriented Extension for Tcl"
+#. description(kcoreaddons:kcoreaddons-devel)
+msgid "KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more. Development files."
msgstr ""
-#. summary(hplip:hplip-hpijs)
-msgid "Only plain printing with HPLIP printer drivers"
-msgstr ""
+#. summary(kcrash:kcrash-devel)
+#, fuzzy
+msgid "Gracefull handling of application crashes: Build Environment"
+msgstr "Iniciar Aplicativo"
-#. summary(hplip:hplip-sane)
-msgid "Only plain scanning with HPLIP scan drivers"
+#. description(kcrash:kcrash-devel)
+msgid "KCrash provides support for intercepting and handling application crashes. Development files."
msgstr ""
-#. description(google-opensans-fonts)
-msgid ""
-"Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type "
-"Director of Ascender Corp.\n"
-"\n"
-"This version contains the complete 897 character set, which includes the "
-"standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans "
-"was designed with an upright stress, open forms and a neutral, yet friendly "
-"appearance. It was optimized for print, web, and mobile interfaces, and has "
-"excellent legibility characteristics in its letterforms.\n"
-"\n"
-"Designer: Steve Matteson"
-msgstr ""
+#. summary(kcron)
+#, fuzzy
+msgid "Cron job configuration tool"
+msgstr "Configuração"
-#. description(gtk2-metatheme-gilouche)
-msgid ""
-"OpenSUSE themes and metathemes for gtk2 and metacity contains several themes "
-"in openSUSE look: Gilouche, GreyGilouche and Synchonicity."
+#. description(kcron)
+msgid "KCron allows you to change your cron jobs setup."
msgstr ""
-#. summary(kdevelop4-plugins:kdevelop4-plugins-php)
+#. summary(kdbg)
#, fuzzy
-msgid "PHP Plugin for Kdevelop4 Integrated Development Environment"
-msgstr "Ambiente de Desenvolvimento Integrado"
+msgid "Graphical User Interface for GDB"
+msgstr "Interface do Usuário para a Camada de Abstração de Entrada"
-#. description(kdevelop4-plugins:kdevelop4-plugins-php)
-msgid ""
-"PHP Plugin for Kdevelop4 Integrated Development Environment\n"
-"\n"
-"This plugin enables support for the following features for developing web "
-"applications in PHP using Kdevelop4.\n"
-"\n"
-" * PHP built-in functions, classes, constants, superglobals * user-"
-"defined functions, classes, constants, superglobals, variables, etc. * "
-"proper code completion for objects which respects access modifiers (private, "
-"public, protected) and differentiates between static/non-static members and "
-"methods * code completion for overridable and implementable functions "
-"inside classes * hints in the argument list of function- and method "
-"class * sane code completion after keywords such as \"extends, implements, "
-"catch(), new, throw\" and some more I think"
+#. description(kdbg)
+msgid "KDbg is a graphical user interface for GDB, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code."
msgstr ""
-#. summary(kalzium)
+#. summary(kdbg:kdbg-doc)
#, fuzzy
-msgid "Periodic Table of Elements"
-msgstr "Tabela Periódica dos Elementos"
+msgid "Documentation for kdbg"
+msgstr "Documento"
-#. summary(grisbi)
+#. description(kdbg:kdbg-doc)
#, fuzzy
-msgid "Personal Accounting Application"
-msgstr "Iniciar Aplicativo"
+msgid "This package provides the documentation for kdbg"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(kdepim4:kalarm)
+#. summary(kdbusaddons:kdbusaddons-devel)
#, fuzzy
-msgid "Personal Alarm Scheduler"
-msgstr "Agendador de Alarme Pessoal"
+msgid "Convenience classes for QtDBus: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(gnucash)
+#. description(kdbusaddons:kdbusaddons-devel)
+msgid "KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules. Development files."
+msgstr ""
+
+#. summary(poxml:kde4-l10n-devel)
#, fuzzy
-msgid "Personal Finance Manager"
-msgstr "Abrir no Gerenciador de Arquivos"
+msgid "KDE SDK Package"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(gtg)
+#. description(poxml:kde4-l10n-devel)
#, fuzzy
-msgid "Personal Organizer for GNOME"
-msgstr "Caixa de Diálogo de Informações do KPowersave"
+msgid "This package suggests the packages, built from the kdesdk module."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kdepim4:kalarm)
-msgid "Personal alarm message, command and email scheduler for KDE"
+#. summary(kdeartwork4:kdeartwork4-decorations)
+#, fuzzy
+msgid "KDE window decorations"
+msgstr "Gerenciador de Dispositivos"
+
+#. description(kdeartwork4:kdeartwork4-decorations)
+#, fuzzy
+msgid "This package contains window decorations for KDE which originate from the kdeartwork module."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(kdebindings-smokegen)
+msgid "Smoke Generator for kdebindings"
msgstr ""
-#. summary(gnome-photos)
+#. description(kdebindings-smokegen)
+msgid "A general purpose C++ parser with a plugin infrastructure enabling 'generators' to be written, which can do various things with the C++ AST. It is currently used for generating the various KDE SMOKE libraries."
+msgstr ""
+
+#. summary(kdeclarative:kdeclarative-devel)
#, fuzzy
-msgid "Photo viewer for GNOME"
-msgstr "Gerenciamento de energia (APM)"
+msgid "Integration of QML and KDE workspaces: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
-#. description(gnome-photos)
-msgid ""
-"Photos, like Documents, Music and Videos, is one of the core GNOME "
-"applications meant for find and reminding the user about her content. The "
-"internal architecture Photos is based on Documents -- the document manager "
-"application for GNOME, because they share similar UI/UX patterns and "
-"objectives."
+#. description(kdeclarative:kdeclarative-devel)
+#, fuzzy
+msgid "KDeclarative provides integration of QML and KDE workspaces. Development files."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(kded:kded-devel)
+#, fuzzy
+msgid "Central daemon of KDE workspaces: Build Environment"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(kded:kded-devel)
+msgid "KDED runs in the background and performs a number of small tasks. Some of these tasks are built in, others are started on demand. Development files."
msgstr ""
-#. description(ibus-pinyin)
-msgid ""
-"PinYin engine for IBus platform. It provides a Chinese PinYin input method."
+#. summary(GeoIP:GeoIP-data)
+msgid "Free GeoLite country-data for GeoIP"
msgstr ""
-#. summary(gnome-do-plugins)
+#. description(GeoIP:GeoIP-data)
+msgid "This package includes GeoLite data created by MaxMind, available from http://www.maxmind.com/"
+msgstr ""
+
+#. summary(ImageMagick:ImageMagick-doc)
#, fuzzy
-msgid "Plugins for GNOME Do"
-msgstr "Servidor VNC"
+msgid "Document Files for ImageMagick Library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(kde4-l10n:kde4-l10n-pl-data)
+#. description(ImageMagick:ImageMagick-doc)
+msgid "HTML documentation for ImageMagick library and scene examples."
+msgstr ""
+
+#. summary(four-in-a-row:four-in-a-row-lang)
#, fuzzy
-msgid "Polish (pl) application data for KDE"
-msgstr "Marianas do Norte"
+msgid "Languages for package four-in-a-row"
+msgstr "Idiomas Sami (Outro)"
-#. summary(kde4-l10n:kde4-l10n-pl)
+#. description(four-in-a-row:four-in-a-row-lang)
#, fuzzy
-msgid "Polish (pl) translations for KDE"
-msgstr "Marianas do Norte"
+msgid "Provides translations to the package four-in-a-row"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(dicts:ispell-polish)
-msgid "Polish ispell dictionary"
+#. summary(frogr:frogr-lang)
+msgid "Languages for package frogr"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-pt)
+#. description(frogr:frogr-lang)
#, fuzzy
-msgid "Portuguese (pt) translations for KDE"
-msgstr "Marianas do Norte"
+msgid "Provides translations to the package frogr"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(dicts:ispell-portuguese)
-msgid "Portuguese ispell dictionary"
+#. summary(frozen-bubble:frozen-bubble-lang)
+#, fuzzy
+msgid "Languages for package frozen-bubble"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(frozen-bubble:frozen-bubble-lang)
+#, fuzzy
+msgid "Provides translations to the package frozen-bubble"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(fvwm-themes)
+#, fuzzy
+msgid "FVWM Configuration Framework"
+msgstr "Exibir Configuração"
+
+#. description(fvwm-themes)
+msgid "FVWM Themes is a powerful configuration framework for FVWM, designed to be easily extendable and configurable.\tIt includes several prebuilt themes and a pack of images and sounds."
msgstr ""
-#. summary(gutenprint)
-msgid "Printer drivers for CUPS from the Gutenprint project"
+#. summary(galculator:galculator-lang)
+#, fuzzy
+msgid "Languages for package galculator"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(galculator:galculator-lang)
+#, fuzzy
+msgid "Provides translations to the package galculator"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(gcc5:gcc5-info)
+#, fuzzy
+msgid "Documentation for the GNU compiler collection"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(gcc5:gcc5-info)
+msgid "GNU info-pages for the GNU compiler collection covering both user-level and internals documentation."
msgstr ""
-#. summary(indic-fonts)
-msgid "Professional Indian Language TrueType Fonts"
+#. description(gccmakedep)
+msgid "The gccmakedep program calls 'gcc -M' to output makefile rules describing the dependencies of each sourcefile, so that make knows which object files must be recompiled when a dependency has changed."
msgstr ""
-#. summary(jedit)
-msgid "Programmer's Text Editor Written in Java"
+#. summary(gcin-branding-openSUSE)
+msgid "openSUSE branding of gcin"
msgstr ""
-#. description(hamcrest)
-msgid ""
-"Provides a library of matcher objects (also known as constraints or "
-"predicates) allowing 'match' rules to be defined declaratively, to be used "
-"in other frameworks. Typical scenarios include testing frameworks, mocking "
-"libraries and UI validation rules."
+#. description(gcin-branding-openSUSE)
+#, fuzzy
+msgid "This package provides openSUSE Look and Feel for gcin"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(gconf-editor:gconf-editor-lang)
+msgid "Languages for package gconf-editor"
msgstr ""
#. description(gconf-editor:gconf-editor-lang)
msgid "Provides translations to the package gconf-editor"
msgstr ""
+#. summary(gdl:gdl-lang)
+msgid "Languages for package gdl"
+msgstr ""
+
#. description(gdl:gdl-lang)
msgid "Provides translations to the package gdl"
msgstr ""
+#. summary(geany:geany-lang)
+#, fuzzy
+msgid "Languages for package geany"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(geany:geany-lang)
+#, fuzzy
+msgid "Provides translations to the package geany"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(geany-plugins:geany-plugins-lang)
+#, fuzzy
+msgid "Languages for package geany-plugins"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(geany-plugins:geany-plugins-lang)
+#, fuzzy
+msgid "Provides translations to the package geany-plugins"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(gedit-plugins:gedit-plugins-lang)
+msgid "Languages for package gedit-plugins"
+msgstr ""
+
#. description(gedit-plugins:gedit-plugins-lang)
msgid "Provides translations to the package gedit-plugins"
msgstr ""
+#. summary(gegl-unstable:gegl-0_3-lang)
+#, fuzzy
+msgid "Languages for package gegl-unstable"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(gegl-unstable:gegl-0_3-lang)
+#, fuzzy
+msgid "Provides translations to the package gegl-unstable"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(geronimo-specs:geronimo-j2ee-1_4-apis)
+#. summary(geronimo-specs:geronimo-specs-poms)
+msgid "Geronimo J2EE server J2EE specifications"
+msgstr ""
+
+#. description(geronimo-specs:geronimo-j2ee-1_4-apis)
+msgid "Geronimo is Apache's ASF-licenced J2EE server project. These are the J2EE-Specifications: J2EE Specification (the complete set in one jar)"
+msgstr ""
+
+#. description(geronimo-specs:geronimo-specs-poms)
+msgid "Geronimo is Apache's ASF-licenced J2EE server project. These are the J2EE-Specifications: The Project Object Model files for the geronimo-specs modules."
+msgstr ""
+
+#. summary(gftp:gftp-common-lang)
+msgid "Languages for package gftp"
+msgstr ""
+
#. description(gftp:gftp-common-lang)
msgid "Provides translations to the package gftp"
msgstr ""
+#. summary(ggz-client-libs:ggz-client-libs-lang)
+msgid "Languages for package ggz-client-libs"
+msgstr ""
+
#. description(ggz-client-libs:ggz-client-libs-lang)
msgid "Provides translations to the package ggz-client-libs"
msgstr ""
+#. summary(ghex:ghex-lang)
+msgid "Languages for package ghex"
+msgstr ""
+
#. description(ghex:ghex-lang)
msgid "Provides translations to the package ghex"
msgstr ""
+#. summary(ghostscript-cjk)
+msgid "Tools for Using CJK TrueType Fonts and CID-Keyed Fonts with Ghostscript"
+msgstr ""
+
+#. description(ghostscript-cjk)
+msgid "CMaps, scripts, and other tools for using CJK TrueType fonts and CID-keyed fonts with Ghostscript."
+msgstr ""
+
+#. summary(ghostscript-fonts)
+#, fuzzy
+msgid "Ghostscript's free fonts"
+msgstr "Viewer de PostScript"
+
+#. description(ghostscript-fonts)
+msgid ""
+"Two sets of free fonts are supplied by Ghostscript:\n"
+"\n"
+"Basic fonts for Ghostscript in the package ghostscript-fonts-std.\n"
+"\n"
+"Optional Fonts for Ghostscript in the package ghostscript-fonts-other."
+msgstr ""
+
+#. summary(giggle:giggle-lang)
+msgid "Languages for package giggle"
+msgstr ""
+
#. description(giggle:giggle-lang)
msgid "Provides translations to the package giggle"
msgstr ""
+#. summary(gimp-help)
+msgid "Help System Data for GIMP"
+msgstr ""
+
+#. description(gimp-help)
+msgid "GIMP-Help is a help system designed for use with the internal GIMP help browser, external Web browser and HTML renderers, and human eyeballs."
+msgstr ""
+
+#. summary(gitg:gitg-lang)
+msgid "Languages for package gitg"
+msgstr ""
+
#. description(gitg:gitg-lang)
msgid "Provides translations to the package gitg"
msgstr ""
+#. summary(glabels:glabels-lang)
+msgid "Languages for package glabels"
+msgstr ""
+
#. description(glabels:glabels-lang)
msgid "Provides translations to the package glabels"
msgstr ""
+#. summary(glade:glade-lang)
+msgid "Languages for package glade"
+msgstr ""
+
#. description(glade:glade-lang)
#, fuzzy
msgid "Provides translations to the package glade"
msgstr "Aguardar por aplicativo kicker"
-#. description(gnome-desktop2:gnome-desktop2-lang)
+#. summary(glibc:glibc-info)
+msgid "Info Files for the GNU C Library"
+msgstr ""
+
+#. description(glibc:glibc-info)
+msgid "This package contains the documentation for the GNU C library stored as info files. Due to a lack of resources, this documentation is not complete and is partially out of date."
+msgstr ""
+
+#. summary(gnome-backgrounds)
+msgid "GNOME Backgrounds"
+msgstr ""
+
+#. description(gnome-backgrounds)
+msgid "Background images from the GNOME project."
+msgstr ""
+
+#. summary(gnome-backgrounds:gnome-backgrounds-lang)
#, fuzzy
-msgid "Provides translations to the package gnome-desktop2"
+msgid "Languages for package gnome-backgrounds"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(gnome-backgrounds:gnome-backgrounds-lang)
+#, fuzzy
+msgid "Provides translations to the package gnome-backgrounds"
msgstr "Aguardar por aplicativo kicker"
-#. description(gnome-do:gnome-do-lang)
-msgid "Provides translations to the package gnome-do"
+#. summary(gnome-common)
+msgid "Common Files to Build GNOME"
msgstr ""
-#. description(gnome-do-plugins:gnome-do-plugins-lang)
-msgid "Provides translations to the package gnome-do-plugins"
+#. description(gnome-common)
+msgid "Gnome-common includes files used by to build GNOME and GNOME applications."
msgstr ""
+#. summary(gnome-doc-utils)
+#. summary(gnome-doc-utils:gnome-doc-utils-devel)
+msgid "A Collection of Documentation Utilities for GNOME"
+msgstr ""
+
+#. description(gnome-doc-utils)
+#. description(gnome-doc-utils:gnome-doc-utils-devel)
+msgid "The gnome-doc-utils package is a collection of documentation utilities for the GNOME project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree. It also contains the DocBook XSLT stylesheets that were once distributed with Yelp."
+msgstr ""
+
+#. summary(gnome-doc-utils:gnome-doc-utils-lang)
+msgid "Languages for package gnome-doc-utils"
+msgstr ""
+
#. description(gnome-doc-utils:gnome-doc-utils-lang)
msgid "Provides translations to the package gnome-doc-utils"
msgstr ""
+#. summary(gnome-dvb-daemon:gnome-dvb-daemon-lang)
+#, fuzzy
+msgid "Languages for package gnome-dvb-daemon"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(gnome-dvb-daemon:gnome-dvb-daemon-lang)
+#, fuzzy
+msgid "Provides translations to the package gnome-dvb-daemon"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(gnome-games-extra-data)
+msgid "Extra data files for GNOME Games"
+msgstr ""
+
+#. description(gnome-games-extra-data)
+msgid "This package contains extra data files for the gnome-games package. At the moment this is almost entirely extra themes and artwork for the games."
+msgstr ""
+
+#. description(gnome-icon-theme)
+msgid "The default GNOME icon theme."
+msgstr ""
+
+#. summary(gnome-icon-theme-extras)
+#, fuzzy
+msgid "GNOME Icon Theme Extras"
+msgstr "Sistema GNOME"
+
+#. description(gnome-icon-theme-extras)
+msgid "Extra GNOME icons for specific devices and file types."
+msgstr ""
+
+#. summary(gnome-icon-theme-symbolic)
+#, fuzzy
+msgid "Symbolic icon theme for GNOME"
+msgstr "Gerenciamento de energia (APM)"
+
+#. description(gnome-icon-theme-symbolic)
+msgid ""
+"The purpose of this icon theme is to extend the base icon theme that follows the Tango style guidelines for specific purposes. This would include OSD messages, panel system/notification area, and possibly menu icons.\n"
+"\n"
+"Icons follow the naming specification, but have a -symbolic suffix, so only applications specifically looking up these symbolic icons will render them. If a -symbolic icon is missing, the app will fall back to the regular name."
+msgstr ""
+
+#. summary(gnome-klotski:gnome-klotski-lang)
+#, fuzzy
+msgid "Languages for package gnome-klotski"
+msgstr "Idiomas Sami (Outro)"
+
#. description(gnome-klotski:gnome-klotski-lang)
#, fuzzy
msgid "Provides translations to the package gnome-klotski"
msgstr "Aguardar por aplicativo kicker"
+#. summary(gnome-nibbles:gnome-nibbles-lang)
+#, fuzzy
+msgid "Languages for package gnome-nibbles"
+msgstr "Idiomas Sami (Outro)"
+
#. description(gnome-nibbles:gnome-nibbles-lang)
#, fuzzy
msgid "Provides translations to the package gnome-nibbles"
msgstr "Aguardar por aplicativo kicker"
+#. summary(gnome-robots:gnome-robots-lang)
+#, fuzzy
+msgid "Languages for package gnome-robots"
+msgstr "Idiomas Sami (Outro)"
+
#. description(gnome-robots:gnome-robots-lang)
#, fuzzy
msgid "Provides translations to the package gnome-robots"
msgstr "Aguardar por aplicativo kicker"
+#. summary(gnome-tetravex:gnome-tetravex-lang)
+#, fuzzy
+msgid "Languages for package gnome-tetravex"
+msgstr "Idiomas Sami (Outro)"
+
#. description(gnome-tetravex:gnome-tetravex-lang)
#, fuzzy
msgid "Provides translations to the package gnome-tetravex"
msgstr "Aguardar por aplicativo kicker"
+#. summary(gnome-vfs2:gnome-vfs2-lang)
+#, fuzzy
+msgid "Languages for package gnome-vfs2"
+msgstr "Idiomas Sami (Outro)"
+
#. description(gnome-vfs2:gnome-vfs2-lang)
#, fuzzy
msgid "Provides translations to the package gnome-vfs2"
msgstr "Aguardar por aplicativo kicker"
-#. description(gnucash:gnucash-lang)
-msgid "Provides translations to the package gnucash"
+#. summary(gnu-free-fonts)
+msgid "Free UCS Outline Fonts"
msgstr ""
-#. description(goffice:goffice-lang)
-msgid "Provides translations to the package goffice"
+#. description(gnu-free-fonts)
+msgid "A set of free outline (OpenType, for example) fonts covering the ISO 10646/Unicode UCS (Universal Character Set). The set consists of three typefaces: one monospaced and two proportional (one with uniform and one with modulated stroke)."
msgstr ""
-#. description(grisbi:grisbi-lang)
+#. summary(gnu-jaf)
+msgid "GNU implementation of the JavaBeans Activation Framework"
+msgstr ""
+
+#. description(gnu-jaf)
+msgid "GNU JAF is a framework for declaring what beans operate on what MIME type data. Content handler beans can be defined to handle particular MIME content. The JAF unites internet standards for declaring content with JavaBeans. The JAF defines two mechanisms within the framework. The first, the file type map, specifies the MIME content type for a given file. The default implementation of this uses the UNIX mime.types format to map filename extensions to MIME types. The second mechanism, the command map, specifies the actions that can be applied to a given MIME content type. The default implementation of this uses the standard mailcap format to map actions to JavaBean™ classes. These beans can then view, edit, print, or perform whatever other action is required on the underlying resource."
+msgstr ""
+
+#. summary(goffice-0_8:goffice-0_8-lang)
#, fuzzy
-msgid "Provides translations to the package grisbi"
+msgid "Languages for package goffice-0_8"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(goffice-0_8:goffice-0_8-lang)
+#, fuzzy
+msgid "Provides translations to the package goffice-0_8"
msgstr "Aguardar por aplicativo kicker"
-#. description(gsynaptics:gsynaptics-lang)
-msgid "Provides translations to the package gsynaptics"
+#. summary(goffice:goffice-lang)
+msgid "Languages for package goffice"
msgstr ""
-#. description(gtg:gtg-lang)
-msgid "Provides translations to the package gtg"
+#. description(goffice:goffice-lang)
+msgid "Provides translations to the package goffice"
msgstr ""
-#. description(gthumb:gthumb-lang)
-msgid "Provides translations to the package gthumb"
+#. summary(google-croscore-fonts:google-arimo-fonts)
+#. summary(google-croscore-fonts:google-cousine-fonts)
+#. summary(google-croscore-fonts:google-symbolneu-fonts)
+#. summary(google-croscore-fonts:google-tinos-fonts)
+msgid "Monospace Sans Serif Font"
msgstr ""
-#. description(gtk-doc:gtk-doc-lang)
-#, fuzzy
-msgid "Provides translations to the package gtk-doc"
-msgstr "Aguardar por aplicativo kicker"
+#. description(google-croscore-fonts:google-arimo-fonts)
+msgid "Arimo was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Arial™. Arimo offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms."
+msgstr ""
-#. description(gtk-vnc:gtk-vnc-lang)
-msgid "Provides translations to the package gtk-vnc"
+#. summary(google-carlito-fonts)
+msgid "Sans-serif Font Metrics-compatible with Calibri"
msgstr ""
-#. description(gtksourceview2:gtksourceview2-lang)
-#, fuzzy
-msgid "Provides translations to the package gtksourceview2"
-msgstr "Aguardar por aplicativo kicker"
+#. description(google-carlito-fonts)
+msgid ""
+"Modern, friendly sans-serif font derived from the Lato font that is designed to be a metrics-compatible drop-in replacement for Calibri. Contains Regular, Bold, Italic, and Bold Italic version.\n"
+"\n"
+"Designed by Lukasz Dziedzic of tyPoland for Google."
+msgstr ""
-#. description(gtkspell:gtkspell-lang)
-msgid "Provides translations to the package gtkspell"
+#. description(google-croscore-fonts:google-cousine-fonts)
+msgid "Cousine was designed by Steve Matteson as an innovative, refreshing sans serif design that is metrically compatible with Courier New™. Cousine offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms."
msgstr ""
-#. description(gwenhywfar:gwenhywfar-lang)
-msgid "Provides translations to the package gwenhywfar"
+#. summary(google-croscore-fonts)
+msgid "Croscore fonts"
msgstr ""
-#. description(inkscape:inkscape-lang)
-msgid "Provides translations to the package inkscape"
+#. description(google-croscore-fonts)
+msgid "Free fonts which are metric compatible to \"Arial\", \"Times New Roman\" and \"Courier New\". Croscore fonts are based on Liberation fonts and extends it's glyph coverage."
msgstr ""
-#. description(kdbg:kdbg-lang)
+#. description(google-croscore-fonts:google-symbolneu-fonts)
+msgid "Symbol Neu is a metrically compatible font to Symbol."
+msgstr ""
+
+#. description(google-croscore-fonts:google-tinos-fonts)
+msgid "Tinos was designed by Steve Matteson as an innovative, refreshing serif design that is metrically compatible with Times New Roman™. Tinos offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms."
+msgstr ""
+
+#. summary(grepmail)
+msgid "Search Mailboxes for a Particular E-Mail"
+msgstr ""
+
+#. description(grepmail)
+msgid "Grepmail searches a normal, gzipped, bzipped, or tzipped mailbox for a given regular expression, and returns any e-mails that match that expression. Piped input is allowed and date restrictions are supported."
+msgstr ""
+
+#. summary(grisbi:grisbi-lang)
+msgid "Languages for package grisbi"
+msgstr ""
+
+#. description(grisbi:grisbi-lang)
#, fuzzy
-msgid "Provides translations to the package kdbg"
+msgid "Provides translations to the package grisbi"
msgstr "Aguardar por aplicativo kicker"
-#. description(kdevelop4:kdevelop4-lang)
+#. summary(gstreamer-0_10-plugins-bad:gstreamer-0_10-plugins-bad-lang)
#, fuzzy
-msgid "Provides translations to the package kdevelop4"
+msgid "Languages for package gstreamer-0_10-plugins-bad"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(gstreamer-0_10-plugins-bad:gstreamer-0_10-plugins-bad-lang)
+#, fuzzy
+msgid "Provides translations to the package gstreamer-0_10-plugins-bad"
msgstr "Aguardar por aplicativo kicker"
-#. description(kdevplatform:kdevplatform-lang)
-msgid "Provides translations to the package kdevplatform"
-msgstr ""
+#. summary(gstreamer-0_10-plugins-gl:gstreamer-0_10-plugins-gl-lang)
+#, fuzzy
+msgid "Languages for package gstreamer-0_10-plugins-gl"
+msgstr "Idiomas Sami (Outro)"
-#. description(kiosktool:kiosktool-lang)
+#. description(gstreamer-0_10-plugins-gl:gstreamer-0_10-plugins-gl-lang)
#, fuzzy
-msgid "Provides translations to the package kiosktool"
+msgid "Provides translations to the package gstreamer-0_10-plugins-gl"
msgstr "Aguardar por aplicativo kicker"
-#. summary(kde4-l10n:kde4-l10n-pa)
-#, fuzzy
-msgid "Punjabi (pa) translations for KDE"
-msgstr "Federação da Rússia"
+#. summary(gstreamer-0_10-plugins-good:gstreamer-0_10-plugins-good-lang)
+msgid "Languages for package gstreamer-0_10-plugins-good"
+msgstr ""
-#. summary(ibus-qt)
-msgid "Qt IBus library and Qt input method plugin"
+#. description(gstreamer-0_10-plugins-good:gstreamer-0_10-plugins-good-lang)
+msgid "Provides translations to the package gstreamer-0_10-plugins-good"
msgstr ""
-#. description(ibus-qt)
-msgid "Qt IBus library and Qt input method plugin."
+#. summary(gstreamer-0_10-plugins-ugly:gstreamer-0_10-plugins-ugly-lang)
+#, fuzzy
+msgid "Languages for package gstreamer-0_10-plugins-ugly"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(gstreamer-0_10-plugins-ugly:gstreamer-0_10-plugins-ugly-lang)
+#, fuzzy
+msgid "Provides translations to the package gstreamer-0_10-plugins-ugly"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(gsynaptics:gsynaptics-lang)
+msgid "Languages for package gsynaptics"
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-quick)
-msgid "Quick-to-learn input methods"
+#. description(gsynaptics:gsynaptics-lang)
+msgid "Provides translations to the package gsynaptics"
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-quick)
+#. summary(gtg)
+#, fuzzy
+msgid "Personal Organizer for GNOME"
+msgstr "Caixa de Diálogo de Informações do KPowersave"
+
+#. description(gtg)
msgid ""
-"Quick-to-learn is based on Cangjie input method, but only need Cangjie's "
-"first and last word-root to form a character.\n"
+"Getting Things GNOME! (GTG) is a personal organizer for the GNOME desktop environment inspired by the Getting Things Done (GTD) methodology. GTG is designed with flexibility, adaptability, and ease of use in mind so it can be used as more than just GTD software.\n"
"\n"
-"Includes: Quick3, Quick5 and Quick-Classic, and Smart Cangjie 6."
+"GTG is intended to help you track everything you need to do and need to know, from small tasks to large projects."
msgstr ""
-#. summary(ufraw:gimp-ufraw)
-msgid "Raw photo loader plugin for The GIMP"
+#. summary(gtg:gtg-lang)
+msgid "Languages for package gtg"
msgstr ""
-#. summary(iftop)
-msgid "Real-Time Interface Bandwidth Usage"
+#. description(gtg:gtg-lang)
+msgid "Provides translations to the package gtg"
msgstr ""
-#. summary(gtk2-engines:gtk2-engine-redmond95)
-msgid "Redmond GTK+ 2 Theme Engine"
+#. summary(gthumb:gthumb-lang)
+msgid "Languages for package gthumb"
msgstr ""
-#. summary(gtk2-engines:gtk2-theme-redmond95)
-msgid "Redmond Theme for GTK+ 2"
+#. description(gthumb:gthumb-lang)
+msgid "Provides translations to the package gthumb"
msgstr ""
-#. description(inn)
-msgid "Rich Salz's InterNetNews news transport system."
+#. summary(gtk-doc)
+msgid "GTK+ DocBook Documentation Generator"
msgstr ""
-#. summary(gnome-robots)
-msgid "Robots Game for GNOME"
+#. description(gtk-doc)
+msgid "Gtkdoc is a set of Perl scripts that generate API reference documentation in DocBook format. It can extract documentation from source code comments in a manner similar to Java-doc. It is used to generate the documentation for GLib, Gtk+, and GNOME."
msgstr ""
-#. description(gnome-robots)
-msgid ""
-"Robots is a graphical version of the original text based robots game, which "
-"can be found on a number of UNIX systems. The player must outwit the robots "
-"chasing him/her by getting them to run into each other."
+#. summary(gtk-doc:gtk-doc-lang)
+#, fuzzy
+msgid "Languages for package gtk-doc"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(gtk-doc:gtk-doc-lang)
+#, fuzzy
+msgid "Provides translations to the package gtk-doc"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(gtk-vnc:gtk-vnc-lang)
+msgid "Languages for package gtk-vnc"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ro)
-msgid "Romanian (ro) translations for KDE"
+#. description(gtk-vnc:gtk-vnc-lang)
+msgid "Provides translations to the package gtk-vnc"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ru-data)
-#, fuzzy
-msgid "Russian (ru) application data for KDE"
-msgstr "Federação da Rússia"
+#. summary(gtk2-metatheme-gilouche)
+msgid "openSUSE themes and metathemes for gtk2 and metacity"
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ru-doc)
-#, fuzzy
-msgid "Russian (ru) manuals for KDE"
-msgstr "Federação da Rússia"
+#. description(gtk2-metatheme-gilouche)
+msgid "OpenSUSE themes and metathemes for gtk2 and metacity contains several themes in openSUSE look: Gilouche, GreyGilouche and Synchonicity."
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-ru)
+#. summary(gtk2-metatheme-industrial)
#, fuzzy
-msgid "Russian (ru) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Industrial Metatheme for GNOME"
+msgstr "Gerenciamento de energia (APM)"
-#. summary(dicts:ispell-russian)
-#, fuzzy
-msgid "Russian ispell dictionary"
-msgstr "Federação da Rússia"
-
-#. summary(ibus-table-others:ibus-table-rustrad)
-msgid "Rustrad input method for IBus framework"
+#. description(gtk2-metatheme-industrial)
+msgid "Metatheme for GNOME: Industrial strength WM theme for Metacity and Industrial icon theme for GNOME."
msgstr ""
-#. summary(ipa-ex-fonts:ipa-ex-gothic-fonts)
-msgid "Scalable \"Gothic\" Japanese TrueType Font Made by IPA"
+#. summary(gtk2-metatheme-sonar)
+msgid "GTK+ and Metacity Sonar Theme"
msgstr ""
-#. summary(ipa-ex-fonts:ipa-ex-mincho-fonts)
-msgid "Scalable \"Mincho\" Japanese TrueType Font Made by IPA"
+#. description(gtk2-metatheme-sonar)
+msgid "GTK+ and Metacity theme created for openSUSE 11.2."
msgstr ""
-#. summary(kdump)
-msgid "Script for kdump"
+#. summary(gtk2-engines:gtk2-theme-clearlooks)
+msgid "Clearlooks Theme for GTK+ 2"
msgstr ""
-#. summary(kdesdk4-scripts)
+#. description(gtk2-engines:gtk2-theme-clearlooks)
#, fuzzy
-msgid "Scripts for KDE Development"
-msgstr "Desenvolvimento KDE"
+msgid "This package provides the Clearlooks GTK+ 2 theme."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(kdewebdev4:kfilereplace)
-msgid "Search & Replace Tool"
+#. summary(gtk2-engines:gtk2-theme-crux)
+msgid "Crux Theme for GTK+ 2"
msgstr ""
-#. summary(grepmail)
-msgid "Search Mailboxes for a Particular E-Mail"
+#. description(gtk2-engines:gtk2-theme-crux)
+#, fuzzy
+msgid "This package provides the Crux GTK+ 2 theme."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(gtk2-engines:gtk2-theme-industrial)
+msgid "Industrial Theme for GTK+ 2"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-sr)
+#. description(gtk2-engines:gtk2-theme-industrial)
#, fuzzy
-msgid "Serbian (sr) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "This package provides the Industrial GTK+ 2 theme."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gpsd)
-msgid "Service daemon for mediating access to a GPS"
+#. summary(gtk2-engines:gtk2-theme-mist)
+msgid "Mist Theme for GTK+ 2"
msgstr ""
-#. summary(gsettings-desktop-schemas:gsettings-desktop-schemas-devel)
+#. description(gtk2-engines:gtk2-theme-mist)
#, fuzzy
-msgid "Shared GSettings Schemas for the Desktop -- Development Files"
-msgstr "Ambiente de Trabalho KDE"
+msgid "This package provides the Mist GTK+ 2 theme."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(gmixer)
-msgid "Simple and Lightweight Audio Mixer"
+#. summary(gtk2-engines:gtk2-theme-redmond95)
+msgid "Redmond Theme for GTK+ 2"
msgstr ""
-#. summary(ico)
-msgid "Simple animation program used for testing X11 operations and extensions"
+#. summary(gtk2-engines:gtk2-theme-thinice)
+msgid "ThinIce Theme for GTK+ 2"
msgstr ""
-#. summary(kdiamond)
+#. description(gtk2-engines:gtk2-theme-thinice)
#, fuzzy
-msgid "Single player puzzle game"
-msgstr "Jogo de raciocínio para vários jogadores"
+msgid "This package provides the ThinIce GTK+ 2 theme."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(kde4-l10n:kde4-l10n-sk)
+#. summary(gtk2-themes)
#, fuzzy
-msgid "Slovak (sk) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Additional Themes and Engines for GTK2"
+msgstr "Software Adicional"
-#. summary(ispell-slovak)
-msgid "Slovak Ispell Dictionary"
+#. description(gtk2-themes)
+#, fuzzy
+msgid "This package contains additional themes and engines for the GTK2 library."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(gtk3-metatheme-sonar)
+msgid "GTK+ 3 Sonar Theme"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-sl)
+#. description(gtk3-metatheme-sonar)
+msgid "GTK+ 3 theme, based on the one created for openSUSE 11.2."
+msgstr ""
+
+#. summary(gtksourceview2:gtksourceview2-lang)
+msgid "Languages for package gtksourceview2"
+msgstr ""
+
+#. description(gtksourceview2:gtksourceview2-lang)
#, fuzzy
-msgid "Slovenian (sl) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Provides translations to the package gtksourceview2"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(dicts:ispell-slovene)
-msgid "Slovenian ispell dictionary"
+#. summary(gtkspell:gtkspell-lang)
+msgid "Languages for package gtkspell"
msgstr ""
-#. summary(ibus-table-chinese:ibus-table-chinese-scj)
-msgid "Smart Cangjie"
+#. description(gtkspell:gtkspell-lang)
+msgid "Provides translations to the package gtkspell"
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-scj)
-msgid ""
-"Smart Cangjie is an improved Cangjie base input method which handles "
-"Cangjie, Quick, Cantonese, Chinese punctuation, Japanese, 3000 frequent "
-"words by Hong Kong government, both Traditional and Simplified Chinese.\n"
-"\n"
-"This package includes the Smart Cangjie 6."
+#. summary(gwenhywfar:gwenhywfar-lang)
+msgid "Languages for package gwenhywfar"
msgstr ""
-#. summary(kdebindings-smokegen)
-msgid "Smoke Generator for kdebindings"
+#. description(gwenhywfar:gwenhywfar-lang)
+msgid "Provides translations to the package gwenhywfar"
msgstr ""
-#. summary(katomic)
-msgid "Sokoban-like logic game"
+#. summary(hamcrest)
+msgid "Library of matchers for building test expressions"
msgstr ""
-#. description(intltool)
-msgid ""
-"Some scripts to support translators working on GNOME and similar programs. "
-"Data available in XML files (.oaf, .desktop, .sheet, and more) can be "
-"extracted into PO files. After translation, the new information is written "
-"back into the XML files."
+#. description(hamcrest)
+msgid "Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-es-data)
+#. summary(hexchat:hexchat-lang)
#, fuzzy
-msgid "Spanish (es) application data for KDE"
-msgstr "Federação da Rússia"
+msgid "Languages for package hexchat"
+msgstr "Idiomas Sami (Outro)"
-#. summary(kde4-l10n:kde4-l10n-es)
+#. description(hexchat:hexchat-lang)
#, fuzzy
-msgid "Spanish (es) translations for KDE"
-msgstr "Federação da Rússia"
+msgid "Provides translations to the package hexchat"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(dicts:ispell-spanish)
-#, fuzzy
-msgid "Spanish ispell dictionary"
-msgstr "Federação da Rússia"
+#. summary(html-dtd)
+msgid "HTML DTDs (Document Type Definitions) and Documents"
+msgstr ""
-#. summary(ipadic)
+#. description(html-dtd)
+msgid "Document Type Definitions (DTDs) for HTML 2.0, HTML 3.2, HTML 4.0, and HTML 4.01. This package also contains the documentation (located in /usr/share/doc/packages/html-dtd)."
+msgstr ""
+
+#. summary(html2ps)
#, fuzzy
-msgid "Standard Japanese Dictionary for ChaSen"
-msgstr "Software Adicional"
+msgid "HTML to PostScript Converter"
+msgstr "Viewer de PostScript"
-#. description(ipadic)
+#. description(html2ps)
+msgid ""
+"An HTML to PostScript converter written in Perl. Html2ps understands many of the HTML 4.0 features.\tFrom the home page (http://www.tdb.uu.se/~jan/html2ps.html):\n"
+"\n"
+"* Many ways to control the appearance; this is mostly done using configuration files.\n"
+"\n"
+"* Support for processing multiple documents, can be done automatically by recursively following links.\n"
+"\n"
+"* A table of contents can be generated, either from the links in a document or automatically from document headings.\n"
+"\n"
+"* Configurable page headers and footers that can, for example, contain document title, URL, page number, current heading, and date.\n"
+"\n"
+"* Automatic hyphenation and text justification can be selected."
+msgstr ""
+
+#. description(ibus:ibus-branding-openSUSE-KDE)
#, fuzzy
-msgid "Standard Japanese dictionary for ChaSen."
-msgstr "Software Adicional"
+msgid "openSUSE branding for KDE monochrome icons in systray."
+msgstr "O pacote não está assinalado"
-#. summary(ibus-table-chinese:ibus-table-chinese-stroke5)
-msgid "Stroke 5 input method"
+#. summary(ibus-googlepinyin)
+msgid "This package is for IBus to use libgooglepinyin"
msgstr ""
-#. description(ibus-table-chinese:ibus-table-chinese-stroke5)
-msgid "Stroke 5 input method."
+#. description(ibus-googlepinyin)
+msgid ""
+"GooglePinyin ===\n"
+"\n"
+"libgooglepinyin is a fork of Google Pinyin on Android, it features to have excellent input experience and uses little resource.\n"
+"\n"
+"== This package is for IBus to use libgooglepinyin."
msgstr ""
-#. summary(ibus-sunpinyin)
-msgid "Sunpinyin module for ibus"
+#. summary(ibus-table-chinese:ibus-table-chinese-array)
+msgid "Array input methods"
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-sv-data)
-#, fuzzy
-msgid "Swedish (sv) application data for KDE"
-msgstr "Federação da Rússia"
+#. description(ibus-table-chinese:ibus-table-chinese-array)
+msgid "Array input method is a free, open-minded character-structured input method. Includes: array30: 27489 characters. array30-big: 27489 characters + Unicode ExtB."
+msgstr ""
-#. summary(kde4-l10n:kde4-l10n-sv)
-#, fuzzy
-msgid "Swedish (sv) translations for KDE"
-msgstr "Federação da Rússia"
+#. summary(ibus-table-chinese:ibus-table-chinese-cangjie)
+msgid "Cangjie based input methods"
+msgstr ""
-#. summary(dicts:ispell-swedish)
-#, fuzzy
-msgid "Swedish ispell dictionary"
-msgstr "Federação da Rússia"
+#. description(ibus-table-chinese:ibus-table-chinese-cangjie)
+msgid "Cangjie based input methods, includes: Cangjie3, Canjie5, and Cangjie big tables."
+msgstr ""
-#. description(google-croscore-fonts:google-symbolneu-fonts)
-msgid "Symbol Neu is a metrically compatible font to Symbol."
+#. summary(ibus-table-chinese:ibus-table-chinese-cantonese)
+msgid "Cantonese input methods"
msgstr ""
-#. summary(iptraf:iptraf-ng)
-msgid "TCP/IP Network Monitor"
+#. description(ibus-table-chinese:ibus-table-chinese-cantonese)
+msgid "Cantonese input methods, includes: Cantonese, Hong-Kong version of Cantonese."
msgstr ""
-#. summary(kde4-l10n:kde4-l10n-tg)
-#, fuzzy
-msgid "Tajik (tg) translations for KDE"
-msgstr "Marianas do Norte"
+#. summary(ibus-table-chinese:ibus-table-chinese-easy)
+msgid "Easy input method"
+msgstr ""
-#. summary(kapptemplate)
-#, fuzzy
-msgid "Template for KDE Application Development"
+#. description(ibus-table-chinese:ibus-table-chinese-easy)
+msgid "Easy phrase-wise input method."
msgstr ""
-"Ferramentas Potentes para Redes Domésticas e Desenvolvimento de Aplicações"
-#. summary(vte:glade-catalog-vte)
+#. summary(ibus-table-chinese:ibus-table-chinese-erbi)
+msgid "Erbi input method"
+msgstr ""
+
+#. description(ibus-table-chinese:ibus-table-chinese-erbi)
+msgid "Erbi input methods. Includes: Super Erbi (as erbi) and Erbi Qin-Song (erbi-qs)"
+msgstr ""
+
+#. summary(ibus-table-chinese:ibus-table-chinese-jyutping)
#, fuzzy
-msgid "Terminal Emulator Library -- Catalog for Glade"
-msgstr "Desenvolvimento"
+msgid "Jyutping input method"
+msgstr "Federação da Rússia"
-#. summary(gnome-tetravex)
-msgid "Tetravex Game for GNOME"
+#. description(ibus-table-chinese:ibus-table-chinese-jyutping)
+#, fuzzy
+msgid "ibus-table-jyutping provide Jyutping input method on IBus Table under IBus framework."
+msgstr "Federação da Rússia"
+
+#. summary(ibus-table-chinese:ibus-table-chinese-quick)
+msgid "Quick-to-learn input methods"
msgstr ""
-#. description(gnome-tetravex)
+#. description(ibus-table-chinese:ibus-table-chinese-quick)
msgid ""
-"Tetravex is a simple puzzle game in which pieces have numbers on each side. "
-"The pieces must be positioned so that the same numbers touch each other, "
-"during which you are being timed. The times are then stored in a system-wide "
-"scoreboard."
+"Quick-to-learn is based on Cangjie input method, but only need Cangjie's first and last word-root to form a character.\n"
+"\n"
+"Includes: Quick3, Quick5 and Quick-Classic, and Smart Cangjie 6."
msgstr ""
-#. summary(ibus-anthy)
-msgid "The Anthy engine for IBus input platform"
+#. summary(ibus-table-chinese:ibus-table-chinese-scj)
+msgid "Smart Cangjie"
msgstr ""
-#. description(ibus-anthy)
+#. description(ibus-table-chinese:ibus-table-chinese-scj)
msgid ""
-"The Anthy engine for IBus platform. It provides Japanese input method from "
-"libanthy."
+"Smart Cangjie is an improved Cangjie base input method which handles Cangjie, Quick, Cantonese, Chinese punctuation, Japanese, 3000 frequent words by Hong Kong government, both Traditional and Simplified Chinese.\n"
+"\n"
+"This package includes the Smart Cangjie 6."
msgstr ""
-#. description(gtk2-engines:gtk2-engine-clearlooks)
-msgid ""
-"The Clearlooks engine was the default theme of GNOME 2 since 2.12. It is a "
-"modular engine providing multiple styles such as glossy and gummy."
+#. summary(ibus-table-chinese:ibus-table-chinese-stroke5)
+msgid "Stroke 5 input method"
msgstr ""
-#. description(gtk2-engines:gtk2-engine-crux)
-msgid "The Crux engine was a popular theme in the early GNOME 2 days."
+#. description(ibus-table-chinese:ibus-table-chinese-stroke5)
+msgid "Stroke 5 input method."
msgstr ""
-#. description(jakarta-commons-dbcp)
-msgid ""
-"The DBCP package creates and maintains a database connection pool package "
-"written in the Java language to be distributed under the ASF license. The "
-"package is available as a pseudo-JDBC driver and via a DataSource interface. "
-"The package also supports multiple logins to multiple database systems, "
-"reclamation of stale or dead connections, testing for valid connections, "
-"PreparedStatement pooling, and other features."
+#. summary(ibus-table-chinese:ibus-table-chinese-wu)
+msgid "Wu pronunciation input method"
msgstr ""
-#. description(jakarta-commons-discovery)
-msgid ""
-"The Discovery component is about discovering, or finding, implementations "
-"for pluggable interfaces. Pluggable interfaces are specified with the "
-"intent that multiple implementations are, or will be, available to provide "
-"the service described by the interface. Discovery provides facilities for "
-"finding and instantiating classes and for lifecycle management of singleton "
-"(factory) classes."
+#. description(ibus-table-chinese:ibus-table-chinese-wu)
+msgid "Wu pronunciation input method. URL: http://input.foruto.com/wu/"
msgstr ""
-#. description(gdata-sharp)
-msgid ""
-"The GData .NET Client Library provides a library and source code that make "
-"it easy to access data through Google Data APIs."
+#. summary(ibus-table-chinese:ibus-table-chinese-wubi-haifeng)
+msgid "Haifeng Wubi input method"
msgstr ""
-#. description(inkscape:inkscape-extensions-gimp)
-msgid ""
-"The GIMP import and export extensions for Inkscape.\n"
-"\n"
-"Inkscape is a vector illustration program for the GNOME desktop."
+#. description(ibus-table-chinese:ibus-table-chinese-wubi-haifeng)
+msgid "Haifeng Wubi input methods. Current includes: Haifeng Wubi 86."
msgstr ""
-#. summary(gnome-vfs2)
-msgid "The GNOME 2.x Desktop Virtual File System Libraries"
+#. summary(ibus-table-chinese:ibus-table-chinese-wubi-jidian)
+msgid "Jidian Wubi input method"
msgstr ""
-#. summary(gcc48)
-#, fuzzy
-msgid "The GNU C Compiler and Support Files"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(ibus-table-chinese:ibus-table-chinese-wubi-jidian)
+msgid "Jidian Wubi input methods. Current includes: Wubi 86."
+msgstr ""
-#. summary(gcc48:gcc48-c++)
-#, fuzzy
-msgid "The GNU C++ Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. summary(ibus-table-chinese:ibus-table-chinese-yong)
+msgid "YongMa input method"
+msgstr ""
-#. summary(gcc48:gcc48-fortran)
-#, fuzzy
-msgid "The GNU Fortran Compiler and Support Files"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(ibus-table-chinese:ibus-table-chinese-yong)
+msgid "YongMa input method."
+msgstr ""
-#. summary(gimp:gimp-plugins-python)
-msgid "The GNU Image Manipulation Program - python-gtk based plugins"
+#. summary(ibus-table-zhuyin)
+msgid "Zhuyin input method for IBus"
msgstr ""
-#. summary(libgcj48:gcc48-java)
+#. description(ibus-table-zhuyin)
#, fuzzy
-msgid "The GNU Java Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+msgid "Zhuyin input method intergrated in IBus framework."
+msgstr "Federação da Rússia"
-#. summary(gtk2:gtk2-devel)
-#, fuzzy
-msgid "The GTK+ toolkit library (version 2) -- Development Files"
-msgstr "Interface do Kernel"
+#. summary(shared-color-profiles:icc-profiles-scp-oysonar)
+msgid "Oyranos color profiles, changed for consistent style"
+msgstr ""
-#. summary(gtk2:gtk2-immodules-tigrigna)
-msgid "The GTK+ toolkit library (version 2) -- Tigrigna Input Methods"
+#. description(shared-color-profiles:icc-profiles-scp-oysonar)
+msgid ""
+"This package contains the color profiles from Oyranos, with strings updated for better integration in graphical user interfaces.\n"
+"\n"
+"Those profiles are less commonly used and are usually not required. They may be useful for CMYK soft-proofing or for extra device support."
msgstr ""
-#. summary(gtk2:gtk2-immodule-xim)
-msgid "The GTK+ toolkit library (version 2) -- X Input Method"
+#. summary(icedtea-web:icedtea-web-javadoc)
+msgid "Java Web Start and plugin implementation (API documentation)"
msgstr ""
-#. summary(gtk3:gtk3-devel)
-#, fuzzy
-msgid "The GTK+ toolkit library (version 3) -- Development Files"
-msgstr "Interface do Kernel"
+#. description(icedtea-web:icedtea-web-javadoc)
+msgid "The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. This package contains API documentation for the icedtea-web Java Web Start and plugin implementation."
+msgstr ""
-#. summary(gtk3:gtk3-immodules-tigrigna)
-msgid "The GTK+ toolkit library (version 3) -- Tigrigna Input Methods"
+#. summary(indic-fonts)
+msgid "Professional Indian Language TrueType Fonts"
msgstr ""
-#. summary(gtk3:gtk3-immodule-xim)
-msgid "The GTK+ toolkit library (version 3) -- X Input Method"
+#. description(indic-fonts)
+msgid "This package contains many professional Indian language TrueType fonts contributed by the community and some also donated by organizations to open source. All fonts are available under GPL-2.0+ or OFL-1.1."
msgstr ""
-#. description(getdata)
-msgid ""
-"The GetData Project is the reference implementation of the Dirfile "
-"Standards, a filesystem-based database format for time-ordered binary data. "
-"The Dirfile database format is designed to provide a fast, simple format for "
-"storing and reading data."
+#. summary(inkscape:inkscape-lang)
+msgid "Languages for package inkscape"
msgstr ""
-#. description(gutenprint)
-msgid ""
-"The Gutenprint (formerly Gimp-Print) printer drivers for CUPS. See the "
-"user's manual at /usr/share/gutenprint/doc/gutenprint-users-manual.pdf"
+#. description(inkscape:inkscape-lang)
+msgid "Provides translations to the package inkscape"
msgstr ""
-#. summary(ibus-hangul)
-#, fuzzy
-msgid "The Hangul engine for IBus input platform"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(inst-source-utils)
+msgid "Utilities for creating customized installation sources"
+msgstr ""
-#. description(ibus-hangul)
+#. description(inst-source-utils)
msgid ""
-"The Hangul engine for IBus platform. It provides Korean input method from "
-"libhangul."
+"Utilities supporting autoinstallation and creation of customized installation sources.\n"
+"\n"
+"Have a look at http://en.opensuse.org/Inst-source-utils for a detailed description of each script."
msgstr ""
-#. description(hplip)
+#. summary(intlfonts)
+msgid "Documentation for the International Fonts"
+msgstr ""
+
+#. description(intlfonts)
msgid ""
-"The Hewlett-Packard Linux Imaging and Printing project (HPLIP) provides a "
-"unified single and multifunction connectivity solution for HP printers and "
-"scanners (in particular, HP all-in-one devices).\n"
+"This package contains the READMEs for international fonts from the following packages:\n"
"\n"
-"HPLIP provides unified connectivity for printing, scanning, sending faxes, "
-"photo card access, and device management and is designed to work with CUPS.\n"
+"intlfonts-arabic-bitmap-fonts: Arab fonts for X11\n"
"\n"
-"It includes the Ghostscript printer driver HPIJS for HP printers and a "
-"special \"hp\" CUPS back-end that provides bidirectional communication with "
-"the device (required for HP printer device management).\n"
+"intlfonts-asian-bitmap-fonts: Asian fonts for X11\n"
"\n"
-"It also includes the SANE scanner driver \"hpaio\" for HP all-in-one "
-"devices. Basic PC send fax functionality is supported on a number of "
-"devices.\n"
+"intlfonts-chinese-bitmap-fonts: Chinese fonts for X11\n"
"\n"
-"The special \"hpfax\" CUPS back-end is required to send faxes. Direct "
-"uploading (i.e. without print and scan) of received faxes from the device to "
-"the PC is not supported.\n"
+"intlfonts-chinese-big-bitmap-fonts: Big Chinese fonts for X11\n"
"\n"
-"The \"hp-toolbox\" program is provided for device management.\n"
+"intlfonts-ethiopic-bitmap-fonts: Ethiopic fonts for X11\n"
"\n"
-"The \"hp-sendfax\" program must be used to send faxes.\n"
+"intlfonts-euro-bitmap-fonts: European fonts for X11\n"
"\n"
-"The \"hp-setup\" program can be used to set up HP all-in-one devices.\n"
+"intlfonts-japanese-bitmap-fonts: Japanese fonts for X11\n"
"\n"
-"The HPLIP project is open source software and uses GPL-compatible licenses. "
-"For more information, see:\n"
+"intlfonts-japanese-big-bitmap-fonts: Big Japanese fonts for X11\n"
"\n"
-"http://hplipopensource.com\n"
+"intlfonts-phonetic-bitmap-fonts: IPA fonts for X11\n"
"\n"
-"/usr/share/doc/packages/hplip/index.html"
+"intlfonts-ttf-fonts: TrueType fonts\n"
+"\n"
+"intlfonts-type1-fonts: Type1 fonts\n"
+"\n"
+"intlfonts-bdf-fonts: Bitmap fonts useful for printing exotic languages from Emacs"
msgstr ""
-#. description(gtk2-engines:gtk2-engine-industrial)
-msgid ""
-"The Industrial engine provides a simple and consistent appearance for "
-"applications."
+#. summary(intlfonts:intlfonts-chinese-big-bitmap-fonts)
+msgid "Big Chinese Fonts for the X Window System"
msgstr ""
-#. description(libgcj48:gcc48-java)
-msgid "The Java compiler from the GCC-tools-suite."
+#. description(intlfonts:intlfonts-chinese-big-bitmap-fonts)
+msgid "Big Chinese fonts for the X Window System."
msgstr ""
-#. summary(kernel-source)
-msgid "The Linux Kernel Sources"
+#. summary(intlfonts:intlfonts-chinese-bitmap-fonts)
+msgid "Chinese Fonts for the X Window System"
msgstr ""
-#. description(kernel-xen)
-msgid ""
-"The Linux kernel for Xen paravirtualization.\n"
-"\n"
-"This kernel can be used both as the domain0 (\"xen0\") and as an "
-"unprivileged (\"xenU\") kernel.\n"
-"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
+#. description(intlfonts:intlfonts-chinese-bitmap-fonts)
+msgid "Chinese fonts for the X Window System."
msgstr ""
-#. description(gtk2-engines:gtk2-engine-mist)
-msgid ""
-"The Mist engine is a minimalist engine designed to provide a simple UI "
-"experience."
+#. summary(intlfonts:intlfonts-japanese-big-bitmap-fonts)
+msgid "Big Japanese Fonts for the X Window System"
msgstr ""
-#. description(jakarta-commons-modeler)
-msgid ""
-"The Modeler project creates and maintains a set of Java classes to provide a "
-"number of facilities for Model MBeans plus unit tests and small examples of "
-"using these facilities to instrument Java classes with Model MBean support."
+#. description(intlfonts:intlfonts-japanese-big-bitmap-fonts)
+msgid "Big Japanese fonts for the X Window System."
msgstr ""
-#. summary(mozc:ibus-mozc)
-#, fuzzy
-msgid "The Mozc engine for IBus"
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(intlfonts:intlfonts-japanese-bitmap-fonts)
+msgid "Japanese Fonts for the X Window System"
+msgstr ""
-#. description(mozc:ibus-mozc)
-msgid "The Mozc engine for IBus provides a Japanese input method."
+#. description(intlfonts:intlfonts-japanese-bitmap-fonts)
+msgid "Japanese fonts for the X Window System."
msgstr ""
-#. description(glew:glew-devel)
-msgid ""
-"The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source "
-"C/C++ extension loading library. GLEW provides efficient run-time mechanisms "
-"for determining which OpenGL extensions are supported on the target "
-"platform. OpenGL core and extension functionality is exposed in a single "
-"header file."
+#. summary(intltool)
+msgid "Internationalization Tool Collection"
msgstr ""
-#. summary(ibus-pinyin)
-msgid "The PinYin engine for IBus platform"
+#. description(intltool)
+msgid "Some scripts to support translators working on GNOME and similar programs. Data available in XML files (.oaf, .desktop, .sheet, and more) can be extracted into PO files. After translation, the new information is written back into the XML files."
msgstr ""
-#. description(gtk2-engines:gtk2-engine-redmond95)
-msgid ""
-"The Redmond engine and theme are designed to mimic the appearance of another "
-"well known OS."
+#. summary(ipa-ex-fonts:ipa-ex-gothic-fonts)
+msgid "Scalable \"Gothic\" Japanese TrueType Font Made by IPA"
msgstr ""
-#. summary(ibus-table)
-msgid "The Table engine for IBus platform"
+#. description(ipa-ex-fonts:ipa-ex-gothic-fonts)
+#. description(ipa-fonts:ipa-gothic-fonts)
+msgid "\"Gothic\" Japanese TrueType font made by IPA (Information-technology Promotion Agency)."
msgstr ""
-#. description(gtk2-engines:gtk2-engine-thinice)
-msgid ""
-"The ThinIce engine features thin edges and Icy Colors, and provides a simple "
-"mostly clean appearance many find satisfying."
+#. summary(ipa-ex-fonts:ipa-ex-mincho-fonts)
+msgid "Scalable \"Mincho\" Japanese TrueType Font Made by IPA"
msgstr ""
-#. summary(ibus-table-others:ibus-table-viqr)
-msgid "The Viqr (Vietnamese) table for ibus-table"
+#. description(ipa-ex-fonts:ipa-ex-mincho-fonts)
+#. description(ipa-fonts:ipa-mincho-fonts)
+msgid "\"Mincho\" Japanese TrueType font made by IPA (Information-technology Promotion Agency)."
msgstr ""
-#. summary(kernel-xen)
-#, fuzzy
-msgid "The Xen Kernel"
+#. summary(ipa-fonts:ipa-gothic-fonts)
+msgid "\"Gothic\" Japanese TrueType Font Made by IPA"
msgstr ""
-"Carregando Kernel do Linux\n"
-"\n"
-" "
-#. summary(kakasi:kakasi-dict)
-msgid "The base dictionary of KAKASI"
+#. summary(ipa-fonts:ipa-mincho-fonts)
+msgid "\"Mincho\" Japanese TrueType Font Made by IPA"
msgstr ""
-#. description(gccmakedep)
-msgid ""
-"The gccmakedep program calls 'gcc -M' to output makefile rules describing "
-"the dependencies of each sourcefile, so that make knows which object files "
-"must be recompiled when a dependency has changed."
+#. summary(ipa-fonts:ipa-pgothic-fonts)
+msgid "\"Proportional Gothic\" Japanese TrueType Font Made by IPA"
msgstr ""
-#. description(ggz-client-libs)
-msgid ""
-"The ggz-client-libs package provides the common procedures and utilities "
-"required to run the GGZ client and games. The routines are shared by other "
-"modules in order to ease coding and promote compatibility and stability."
+#. description(ipa-fonts:ipa-pgothic-fonts)
+msgid "\"Proportional Gothic\" Japanese TrueType font made by IPA (Information-technology Promotion Agency)."
msgstr ""
-#. description(gnome-doc-utils)
-msgid ""
-"The gnome-doc-utils package is a collection of documentation utilities for "
-"the GNOME project. Notably, it contains utilities for building documentation "
-"and all auxiliary files in your source tree. It also contains the DocBook "
-"XSLT stylesheets that were once distributed with Yelp."
+#. summary(ipa-fonts:ipa-pmincho-fonts)
+msgid "\"Proportional Mincho\" Japanese TrueType Font Made by IPA"
msgstr ""
-#. description(jakarta-commons-digester)
-msgid ""
-"The goal of the Jakarta Commons Digester project is to create and maintain "
-"an XML to Java object mapping package written in the Java language to be "
-"distributed under the ASF license."
+#. description(ipa-fonts:ipa-pmincho-fonts)
+msgid "\"Proportional Mincho\" Japanese TrueType font made by IPA (Information-technology Promotion Agency)."
msgstr ""
-#. description(jakarta-commons-pool)
-msgid ""
-"The goal of the Pool package is to create and maintain an object (instance) "
-"pooling package to be distributed under the ASF license. The package "
-"supports a variety of pool implementations, but encourages support of an "
-"interface that makes these implementations interchangeable."
+#. summary(ipa-uigothic-fonts)
+msgid "\"UI Gothic\" Japanese TrueType Font Made by IPA"
msgstr ""
-#. description(graphviz-plugins:graphviz-gd)
-msgid ""
-"The graphviz-gd package contains the gd extensions for the graphviz tools."
+#. description(ipa-uigothic-fonts)
+msgid "\"UI Gothic\" Japanese TrueType font made by IPA (Information-technology Promotion Agency)."
msgstr ""
-#. description(groff-full)
-msgid ""
-"The groff-full package provides aditional tools excluded from base groff "
-"package, like grohtml, X fonts et. all.\n"
-"\n"
-"Groff is used to \"compile\" man pages stored in groff or nroff format for "
-"different output devices, for example, displaying to a screen or in "
-"PostScript(tm) format for printing on a PostScript(tm) printer. Most "
-"programs store their man pages in either /usr/share/man/ or /usr/X11R6/man/."
+#. summary(ipadic)
+#, fuzzy
+msgid "Standard Japanese Dictionary for ChaSen"
+msgstr "Software Adicional"
+
+#. description(ipadic)
+#, fuzzy
+msgid "Standard Japanese dictionary for ChaSen."
+msgstr "Software Adicional"
+
+#. summary(itstool)
+msgid "Tool to translate XML documents using PO files"
msgstr ""
-#. description(gtk-sharp2:gtk-sharp2-gapi)
-msgid ""
-"The gtk-sharp-gapi package includes the parser and code generator used by "
-"the GTK if you want to bind GObject-based libraries, or need to compile a "
-"project that uses it to bind such a library."
+#. description(itstool)
+msgid "ITS Tool extracts messages from XML files and outputs PO template files, then merges translations from MO files to create translated XML files. It determines what to translate and how to chunk it into messages using the W3C Internationalization Tag Set (ITS)."
msgstr ""
-#. description(haveged)
-msgid ""
-"The haveged daemon feeds the linux entropy pool with random numbers "
-"generated from hidden processor state.\n"
-"\n"
-"For more informations see http://www.issihosts.com/haveged/"
+#. summary(jakarta-commons-dbcp)
+msgid "Jakarta Commons DataBase Pooling Package"
msgstr ""
-#. description(iodbc)
-msgid ""
-"The iODBC Driver Manager is a free implementation of the SAG CLI and ODBC "
-"compliant driver manager which allows developers to write ODBC compliant "
-"applications that can connect to various databases using appropriate backend "
-"drivers."
+#. description(jakarta-commons-dbcp)
+msgid "The DBCP package creates and maintains a database connection pool package written in the Java language to be distributed under the ASF license. The package is available as a pseudo-JDBC driver and via a DataSource interface. The package also supports multiple logins to multiple database systems, reclamation of stale or dead connections, testing for valid connections, PreparedStatement pooling, and other features."
msgstr ""
-#. description(ibus-anthy:ibus-anthy-devel)
-#, fuzzy
-msgid ""
-"The ibus-anthy-devel package includes the header files for the ibus-anthy "
-"package."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(jakarta-commons-digester)
+msgid "Jakarta Commons Digester Package"
+msgstr ""
-#. description(iceauth)
-msgid ""
-"The iceauth program is used to edit and display the authorization "
-"information used in connecting with ICE. It operates very much like the "
-"xauth program for X11 connection authentication records."
+#. description(jakarta-commons-digester)
+msgid "The goal of the Jakarta Commons Digester project is to create and maintain an XML to Java object mapping package written in the Java language to be distributed under the ASF license."
msgstr ""
-#. description(jakarta-commons-fileupload)
-msgid ""
-"The javax.servlet package lacks support for RFC 1867, HTML file upload. "
-"This package provides a simple-to-use API for working with such data. The "
-"scope of this package is to create a package of Java utility classes to read "
-"multipart/form-data within a javax.servlet.http.HttpServletRequest."
+#. summary(jakarta-commons-discovery)
+msgid "Jakarta Commons Discovery"
msgstr ""
-#. description(kdiamond)
-msgid "The object of the game is to build lines of three similar diamonds."
+#. description(jakarta-commons-discovery)
+msgid "The Discovery component is about discovering, or finding, implementations for pluggable interfaces. Pluggable interfaces are specified with the intent that multiple implementations are, or will be, available to provide the service described by the interface. Discovery provides facilities for finding and instantiating classes and for lifecycle management of singleton (factory) classes."
msgstr ""
-#. description(ibus-table)
-#, fuzzy
-msgid "The package contains general Table engine for IBus platform."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(jakarta-commons-fileupload)
+msgid "Jakarta Commons FileUpload Package"
+msgstr ""
-#. description(ivtv)
-msgid ""
-"The primary goal of the IVTV project is to provide a \"clean room\" Linux "
-"open source driver implementation for video capture cards based on the "
-"iCompression iTVC15 or Conexant CX23415/CX23416 MPEG Codec. Examples of such "
-"cards are the Hauppauge PVR 250/350 series of MPEG video capture cards, the "
-"Hauppauge \"freestyle\", and the AVerMedia M179 AVerTV. The freestyle has "
-"not been tested, but it should work or at least be easy to get working."
+#. description(jakarta-commons-fileupload)
+msgid "The javax.servlet package lacks support for RFC 1867, HTML file upload. This package provides a simple-to-use API for working with such data. The scope of this package is to create a package of Java utility classes to read multipart/form-data within a javax.servlet.http.HttpServletRequest."
msgstr ""
-#. summary(gcc)
-#, fuzzy
-msgid "The system GNU C Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. summary(jakarta-commons-launcher)
+msgid "A Cross-Platform Java Application Launcher"
+msgstr ""
-#. description(gcc)
-#, fuzzy
-msgid "The system GNU C Compiler."
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(jakarta-commons-launcher)
+msgid ""
+"Commons-launcher eliminates the need for a batch or shell script to launch a Java class. Some situations where elimination of a batch or shell script may be desirable are:\n"
+"\n"
+"* You want to avoid having to determining where certain application paths are, for example, your application's home directory. Determining this dynamically in a Windows batch script is very tricky on some versions of Windows or when softlinks are used on Unix platforms.\n"
+"\n"
+"* You want to avoid having to handle native file and path separators or native path quoting issues.\n"
+"\n"
+"* You need to enforce certain system properties, such as java.endorsed.dirs when running with JDK 1.4.\n"
+"\n"
+"* You want to allow users to pass custom JVM arguments or system properties without having to parse and reorder arguments in your script. This can be tricky or messy in batch and shell scripts.\n"
+"\n"
+"* You want to bootstrap system properties from a configuration file instead of hard-coding them in your batch and shell scripts.\n"
+"\n"
+"* You want to provide localized error messages, which is very tricky to do in batch and shell scripts."
+msgstr ""
-#. summary(gcc:gcc-c++)
-#, fuzzy
-msgid "The system GNU C++ Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. summary(jakarta-commons-modeler)
+msgid "Jakarta Commons Modeler Package"
+msgstr ""
-#. description(gcc:gcc-c++)
-#, fuzzy
-msgid "The system GNU C++ Compiler."
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(jakarta-commons-modeler)
+msgid "The Modeler project creates and maintains a set of Java classes to provide a number of facilities for Model MBeans plus unit tests and small examples of using these facilities to instrument Java classes with Model MBean support."
+msgstr ""
-#. summary(gcc:gcc-info)
-#, fuzzy
-msgid "The system GNU Compiler documentation"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. summary(jakarta-commons-pool)
+#. summary(jakarta-commons-pool:jakarta-commons-pool-tomcat5)
+msgid "Jakarta Commons Pool Package"
+msgstr ""
-#. description(gcc:gcc-info)
-#, fuzzy
-msgid "The system GNU Compiler documentation."
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(jakarta-commons-pool)
+#. description(jakarta-commons-pool:jakarta-commons-pool-tomcat5)
+msgid "The goal of the Pool package is to create and maintain an object (instance) pooling package to be distributed under the ASF license. The package supports a variety of pool implementations, but encourages support of an interface that makes these implementations interchangeable."
+msgstr ""
-#. summary(gcc:gcc-fortran)
-#, fuzzy
-msgid "The system GNU Fortran Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. summary(jakarta-taglibs-standard)
+msgid "Open Source Implementation of the JSP Standard Tag Library"
+msgstr ""
-#. description(gcc:gcc-fortran)
-#, fuzzy
-msgid "The system GNU Fortran Compiler."
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(jakarta-taglibs-standard)
+msgid "This package contains releases for the 1.1.x versions of the Standard Tag Library, Jakarta Taglibs's open source implementation of the JSP Standard Tag Library (JSTL), version 1.1. JSTL is a standard under the Java Community Process."
+msgstr ""
-#. summary(gcc:gcc-java)
-#, fuzzy
-msgid "The system GNU Java Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. summary(javacc)
+msgid "A Parser and Scanner Generator for Java"
+msgstr ""
-#. description(gcc:gcc-java)
-#, fuzzy
-msgid "The system GNU Java Compiler."
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(javacc)
+msgid "Java Compiler Compiler (JavaCC) is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc."
+msgstr ""
-#. summary(gcc:gcc-gij)
-#, fuzzy
-msgid "The system GNU Java bytecode interpreter"
-msgstr "Ferramentas e Compiladores de C/C++"
+#. summary(jdepend)
+msgid "Java Design Quality Metrics"
+msgstr ""
-#. description(gcc:gcc-gij)
-#, fuzzy
-msgid "The system GNU Java bytecode interpreter."
-msgstr "Ferramentas e Compiladores de C/C++"
+#. description(jdepend)
+msgid "JDepend traverses a set of Java class and source file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to effectively manage and control package dependencies."
+msgstr ""
-#. summary(gcc:gcc-objc)
-#, fuzzy
-msgid "The system GNU Objective C Compiler"
-msgstr "Ferramentas e Compiladores de C/C++"
-
-#. description(gcc:gcc-objc)
-#, fuzzy
-msgid "The system GNU Objective C Compiler."
-msgstr "Ferramentas e Compiladores de C/C++"
-
-#. description(gedit:gedit-plugin-zeitgeist)
-msgid ""
-"The zeitgeist plugin for gedit provides a zeitgeist dataprovider that logs "
-"access and leave event for documents used with gedit."
+#. summary(jedit)
+msgid "Programmer's Text Editor Written in Java"
msgstr ""
-#. description(kernel-docs)
+#. description(jedit)
msgid ""
-"These are the PDF documents and man pages (section 9) built from the current "
-"kernel sources.\n"
+"jEdit is a cross-platform programmer's text editor written in Java. Some of jEdit's features include:\n"
"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
+"* Built-in macro language (BeanShell).\n"
+"* Extensible plug-in architecture with more than 80 plug-ins available.\n"
+"* Plug-ins can be downloaded and installed from within jEdit using the plug-in manager feature.\n"
+"* Syntax highlighting for more than 80 languages.\n"
+"* Supports a large number of character encodings including UTF8 and Unicode.\n"
+"* Auto-indenting of source code.\n"
+"* Folding (indent and marker based).\n"
+"* Word wrap.\n"
+"* Unlimited undo and redo.\n"
+"* Highly configurable and customizable.\n"
+"* Every other feature, both basic and advanced, that you would expect to find in a text editor."
msgstr ""
-#. description(gmp:gmp-devel)
-msgid ""
-"These libraries are needed to develop programs which calculate with huge "
-"numbers (integer and floating point)."
+#. summary(jing)
+msgid "Validator for RELAX NG in Java"
msgstr ""
-#. description(glibc:glibc-devel)
-#, fuzzy
+#. description(jing)
msgid ""
-"These libraries are needed to develop programs which use the standard C "
-"library."
-msgstr "O pacote contém uma versão diferente da experada"
+"jing is an XML validator implemented in Java. It validates against the RELAX NG schema language and implements the following features:\n"
+"\n"
+"* RELAX NG 1.0 Specification\n"
+"* RELAX NG Compact Syntax\n"
+"* Parts of RELAX NG DTD Compatibility (checking of ID/IDREF/IDREFS)\n"
+"\n"
+"It also comes with experimental support for schema languages other than RELAX NG:\n"
+"\n"
+"* W3C XML Schema (based on Xerces-J)\n"
+"* Schematron\n"
+"* Name Space Routing Language"
+msgstr ""
-#. summary(gtk2-engines:gtk2-engine-thinice)
-msgid "ThinIce GTK+ 2 Theme Engine"
+#. summary(jline)
+msgid "Java library for reading and editing user input in console applications"
msgstr ""
-#. summary(gtk2-engines:gtk2-theme-thinice)
-msgid "ThinIce Theme for GTK+ 2"
+#. description(jline)
+msgid "JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications."
msgstr ""
-#. description(java-1_7_0-openjdk:java-1_7_0-openjdk-devel)
-msgid ""
-"This Java 7 compatible Java SDK is based on OpenJDK 6 and IcedTea 6.\n"
-"\n"
-"The Java 7 SDK is a development environment for building applications, "
-"applets, and components using the Java programming language.\n"
-"\n"
-"The Java 7 SDK includes tools useful for developing and testing programs "
-"written in the Java programming language and running on the Java platform. "
-"These tools are designed to be used from the command line. Except for the "
-"appletviewer, these tools do not provide a graphical user interface."
+#. summary(junit)
+msgid "Java regression test package"
msgstr ""
-#. description(kdesdk-kioslaves:kio_svn)
-msgid "This KDE KIO-Slave allows to browse SVN repositories in file managers."
+#. description(junit)
+msgid "JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on GitHub."
msgstr ""
-#. description(kchmviewer)
-msgid ""
-"This is a viewer for the chm files known from the MS Windows world. It "
-"supports complex searching for large books and has various viewing features."
+#. summary(kdbg:kdbg-lang)
+#, fuzzy
+msgid "Languages for package kdbg"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(kdbg:kdbg-lang)
+#, fuzzy
+msgid "Provides translations to the package kdbg"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(kde-l10n:kde-l10n-ar)
+#, fuzzy
+msgid "Arabic (ar) translations for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-ar)
+msgid "All the requirements for a KDE desktop in Arabic. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(hylafax:hylafax-client)
-msgid ""
-"This is linux client part of the very powerful Hylafax fax server. If you "
-"already run the Hylafax fax server on an other machine at your network, you "
-"can use this package to access the server."
+#. summary(kde-l10n:kde-l10n-bg)
+#, fuzzy
+msgid "Bulgarian (bg) translations for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-bg)
+msgid "All the requirements for a KDE desktop in Bulgarian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(gcc48:gcc48-fortran)
-msgid "This is the Fortran compiler of the GNU Compiler Collection (GCC)."
+#. summary(kde-l10n:kde-l10n-bs)
+#, fuzzy
+msgid "Bosnian (bs) translations for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-bs)
+msgid "All the requirements for a KDE desktop in Bosnian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(ipsec-tools)
-msgid ""
-"This is the IPsec-Tools package. This package is needed to really make use "
-"of the IPsec functionality in the version 2.5 and 2.6 Linux kernels. This "
-"package builds:\n"
-"\n"
-"- libipsec, a PFKeyV2 library\n"
-"\n"
-"- setkey, a program to directly manipulate policies and SAs\n"
-"\n"
-"- racoon, an IKEv1 keying daemon\n"
-"\n"
-"These sources can be found at the IPsec-Tools home page at: http://ipsec-"
-"tools.sourceforge.net/"
+#. summary(kde-l10n:kde-l10n-ca)
+#, fuzzy
+msgid "Catalan (ca) translations for KDE"
+msgstr "Marianas do Norte"
+
+#. description(kde-l10n:kde-l10n-ca)
+msgid "All the requirements for a KDE desktop in Catalan. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(hwinfo:hwinfo-devel)
-msgid ""
-"This library collects information about the hardware installed on a system."
+#. summary(kde-l10n:kde-l10n-cs)
+#, fuzzy
+msgid "Czech (cs) translations for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-cs)
+msgid "All the requirements for a KDE desktop in Czech. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(kde4-l10n:kde4-l10n-pt_BR-data)
+#. summary(kde-l10n:kde-l10n-da)
#, fuzzy
-msgid "This package contains Brazilian localized application data for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Danish (da) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(kde4-l10n:kde4-l10n-en_GB-doc)
+#. description(kde-l10n:kde-l10n-da)
#, fuzzy
-msgid ""
-"This package contains British English application manual translations for "
-"KDE."
+msgid "All the requirements for a KDE desktop in Danish. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-en_GB-data)
+#. summary(kde-l10n:kde-l10n-da-data)
#, fuzzy
-msgid ""
-"This package contains British English localized application data for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Danish (da) application data for KDE"
+msgstr "Marianas do Norte"
-#. description(kde4-l10n:kde4-l10n-nl-doc)
+#. description(kde-l10n:kde-l10n-da-data)
#, fuzzy
-msgid "This package contains Dutch application manual translations for KDE."
+msgid "This package contains Danish localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-nl-data)
+#. summary(kde-l10n:kde-l10n-da-doc)
#, fuzzy
-msgid "This package contains Dutch localized application data for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Danish (da) manuals for KDE"
+msgstr "Federação da Rússia"
-#. description(kde4-l10n:kde4-l10n-et-doc)
+#. description(kde-l10n:kde-l10n-da-doc)
#, fuzzy
-msgid "This package contains Estonian application manual translations for KDE."
+msgid "This package contains Danish application manual translations for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-et-data)
+#. summary(kde-l10n:kde-l10n-de)
#, fuzzy
-msgid "This package contains Estonian localized application data for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "German (de) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(kde4-l10n:kde4-l10n-fr-data)
+#. description(kde-l10n:kde-l10n-de)
#, fuzzy
-msgid "This package contains French localized application data for KDE."
+msgid "All the requirements for a KDE desktop in German. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-de-doc)
+#. summary(kde-l10n:kde-l10n-de-data)
#, fuzzy
-msgid "This package contains German application manual translations for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "German (de) application data for KDE"
+msgstr "Marianas do Norte"
-#. description(kde4-l10n:kde4-l10n-de-data)
+#. description(kde-l10n:kde-l10n-de-data)
#, fuzzy
msgid "This package contains German localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-it-data)
+#. summary(kde-l10n:kde-l10n-de-doc)
#, fuzzy
-msgid "This package contains Italian localized application data for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "German (de) manuals for KDE"
+msgstr "Marianas do Norte"
-#. description(gnome-sharp2)
+#. description(kde-l10n:kde-l10n-de-doc)
#, fuzzy
-msgid "This package contains Mono bindings for GNOME."
+msgid "This package contains German application manual translations for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(gnome-sharp2:gconf-sharp2)
+#. summary(kde-l10n:kde-l10n-el)
#, fuzzy
-msgid "This package contains Mono bindings for gconf and gconf peditors."
-msgstr "O pacote não está assinalado"
+msgid "Greek (el) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(gtk-sharp2:glade-sharp2)
-msgid "This package contains Mono bindings for glade."
+#. description(kde-l10n:kde-l10n-el)
+msgid "All the requirements for a KDE desktop in Greek. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(gtk-sharp2:glib-sharp2)
+#. summary(kde-l10n:kde-l10n-en_GB)
#, fuzzy
-msgid "This package contains Mono bindings for glib."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "British English (en_GB) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(gnome-sharp2:gnome-vfs-sharp2)
-#, fuzzy
-msgid "This package contains Mono bindings for gnomevfs."
-msgstr "O pacote não está assinalado"
+#. description(kde-l10n:kde-l10n-en_GB)
+msgid "All the requirements for a KDE desktop in British English. This package contains application translations."
+msgstr ""
-#. description(gtk-sharp2)
+#. summary(kde-l10n:kde-l10n-en_GB-data)
#, fuzzy
-msgid "This package contains Mono bindings for gtk+, gdk, atk, and pango."
-msgstr "O pacote não está assinalado"
+msgid "British English (en_GB) application data for KDE"
+msgstr "Marianas do Norte"
-#. description(kde4-l10n:kde4-l10n-pl-data)
+#. description(kde-l10n:kde-l10n-en_GB-data)
#, fuzzy
-msgid "This package contains Polish localized application data for KDE."
+msgid "This package contains British English localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-ru-doc)
+#. summary(kde-l10n:kde-l10n-en_GB-doc)
#, fuzzy
-msgid "This package contains Russian application manual translations for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "British English (en_GB) manuals for KDE"
+msgstr "Marianas do Norte"
-#. description(kde4-l10n:kde4-l10n-ru-data)
+#. description(kde-l10n:kde-l10n-en_GB-doc)
#, fuzzy
-msgid "This package contains Russian localized application data for KDE."
+msgid "This package contains British English application manual translations for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-es-data)
+#. summary(kde-l10n:kde-l10n-eo)
#, fuzzy
-msgid "This package contains Spanish localized application data for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Esperanto (eo) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(kde4-l10n:kde4-l10n-sv-data)
+#. description(kde-l10n:kde-l10n-eo)
#, fuzzy
-msgid "This package contains Swedish localized application data for KDE."
+msgid "All the requirements for a KDE desktop in Esperanto. This package contains application translations, help files, and screenshots."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kde4-l10n:kde4-l10n-uk-doc)
+#. summary(kde-l10n:kde-l10n-es)
#, fuzzy
-msgid ""
-"This package contains Ukrainian application manual translations for KDE."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Spanish (es) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(kde4-l10n:kde4-l10n-uk-data)
+#. description(kde-l10n:kde-l10n-es)
#, fuzzy
-msgid "This package contains Ukrainian localized application data for KDE."
+msgid "All the requirements for a KDE desktop in Spanish. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(gstreamer-0_10-plugins-base:gstreamer-0_10-plugins-base-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"compile and link applications that use gstreamer-0_10-plugins-base."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-es-data)
+#, fuzzy
+msgid "Spanish (es) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(gstreamer-plugins-base:gstreamer-plugins-base-devel)
+#. description(kde-l10n:kde-l10n-es-data)
#, fuzzy
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"compile and link applications that use gstreamer-plugins-base."
+msgid "This package contains Spanish localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(gnome-games-extra-data)
-msgid ""
-"This package contains extra data files for the gnome-games package. At the "
-"moment this is almost entirely extra themes and artwork for the games."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-es-doc)
+#, fuzzy
+msgid "Spanish (es) manuals for KDE"
+msgstr "Federação da Rússia"
-#. description(kernel-default:kernel-default-devel)
-msgid ""
-"This package contains files necessary for building kernel modules (and "
-"kernel module packages) against the default flavor of the kernel.\n"
-"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
-msgstr ""
+#. description(kde-l10n:kde-l10n-es-doc)
+#, fuzzy
+msgid "This package contains Spanish application manual translations for KDE."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kernel-desktop:kernel-desktop-devel)
-msgid ""
-"This package contains files necessary for building kernel modules (and "
-"kernel module packages) against the desktop flavor of the kernel.\n"
-"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
-msgstr ""
+#. summary(kde-l10n:kde-l10n-et)
+#, fuzzy
+msgid "Estonian (et) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(kernel-pae:kernel-pae-devel)
-msgid ""
-"This package contains files necessary for building kernel modules (and "
-"kernel module packages) against the pae flavor of the kernel.\n"
-"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
-msgstr ""
+#. description(kde-l10n:kde-l10n-et)
+#, fuzzy
+msgid "All the requirements for a KDE desktop in Estonian. This package contains application translations."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(kernel-xen:kernel-xen-devel)
-msgid ""
-"This package contains files necessary for building kernel modules (and "
-"kernel module packages) against the xen flavor of the kernel.\n"
-"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
-msgstr ""
+#. summary(kde-l10n:kde-l10n-et-data)
+#, fuzzy
+msgid "Estonian (et) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(khmeros-fonts)
+#. description(kde-l10n:kde-l10n-et-data)
#, fuzzy
-msgid "This package contains fonts for the Khmer language of Cambodia."
+msgid "This package contains Estonian localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(grantlee:grantlee-devel)
+#. summary(kde-l10n:kde-l10n-et-doc)
#, fuzzy
-msgid ""
-"This package contains include files and libraries needed for development "
-"with grantlee."
+msgid "Estonian (et) manuals for KDE"
+msgstr "Federação da Rússia"
+
+#. description(kde-l10n:kde-l10n-et-doc)
+#, fuzzy
+msgid "This package contains Estonian application manual translations for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(indic-fonts)
-msgid ""
-"This package contains many professional Indian language TrueType fonts "
-"contributed by the community and some also donated by organizations to open "
-"source. All fonts are available under GPL-2.0+ or OFL-1.1."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-eu)
+#, fuzzy
+msgid "Basque (eu) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(java-1_5_0-gcj-compat:java-1_5_0-gcj-compat-devel)
-msgid ""
-"This package contains shell scripts and symbolic links to simulate a "
-"JPackage Java development environment with GCJ."
+#. description(kde-l10n:kde-l10n-eu)
+msgid "All the requirements for a KDE desktop in Basque. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(java-1_5_0-gcj-compat)
-msgid ""
-"This package contains shell scripts and symbolic links to simulate a "
-"JPackage Java runtime environment with GCJ."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-fa)
+#, fuzzy
+msgid "Farsi (Persian) (fa) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(gnome-desktop2)
+#. description(kde-l10n:kde-l10n-fa)
#, fuzzy
-msgid "This package contains some desktop-wide documents."
+msgid "All the requirements for a KDE desktop in Farsi (Persian). This package contains application translations, help files, and screenshots."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kdesdk-strigi-analyzers)
+#. summary(kde-l10n:kde-l10n-fi)
#, fuzzy
-msgid "This package contains strigi analyzers for kdesdk apps."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Finish (fi) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(kapptemplate)
-msgid ""
-"This package contains templates to start the development of a new KDE "
-"application/part/plugin."
+#. description(kde-l10n:kde-l10n-fi)
+msgid "All the requirements for a KDE desktop in Finish. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(gcc48:gcc48-objc)
-msgid ""
-"This package contains the GNU Objective C compiler. Objective C is an object "
-"oriented language, created by Next Inc. and used in their Nextstep OS. The "
-"source code is available in the gcc package."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-fr)
+#, fuzzy
+msgid "French (fr) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(gcc48:gcc48-c++)
+#. description(kde-l10n:kde-l10n-fr)
#, fuzzy
-msgid "This package contains the GNU compiler for C++."
+msgid "All the requirements for a KDE desktop in French. This package contains application translations."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(hyper-v)
+#. summary(kde-l10n:kde-l10n-fr-data)
#, fuzzy
-msgid "This package contains the Microsoft Hyper-V tools."
+msgid "French (fr) application data for KDE"
+msgstr "Marianas do Norte"
+
+#. description(kde-l10n:kde-l10n-fr-data)
+#, fuzzy
+msgid "This package contains French localized application data for KDE."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(intlfonts)
-msgid ""
-"This package contains the READMEs for international fonts from the following "
-"packages:\n"
-"\n"
-"intlfonts-arabic-bitmap-fonts: Arab fonts for X11\n"
-"\n"
-"intlfonts-asian-bitmap-fonts: Asian fonts for X11\n"
-"\n"
-"intlfonts-chinese-bitmap-fonts: Chinese fonts for X11\n"
-"\n"
-"intlfonts-chinese-big-bitmap-fonts: Big Chinese fonts for X11\n"
-"\n"
-"intlfonts-ethiopic-bitmap-fonts: Ethiopic fonts for X11\n"
-"\n"
-"intlfonts-euro-bitmap-fonts: European fonts for X11\n"
-"\n"
-"intlfonts-japanese-bitmap-fonts: Japanese fonts for X11\n"
-"\n"
-"intlfonts-japanese-big-bitmap-fonts: Big Japanese fonts for X11\n"
-"\n"
-"intlfonts-phonetic-bitmap-fonts: IPA fonts for X11\n"
-"\n"
-"intlfonts-ttf-fonts: TrueType fonts\n"
-"\n"
-"intlfonts-type1-fonts: Type1 fonts\n"
-"\n"
-"intlfonts-bdf-fonts: Bitmap fonts useful for printing exotic languages from "
-"Emacs"
-msgstr ""
+#. summary(kde-l10n:kde-l10n-ga)
+#, fuzzy
+msgid "Irish Gaelic (ga) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(gettext-runtime:gettext-tools)
-msgid ""
-"This package contains the `intl' library as well as tools that ease the "
-"creation and maintenance of message catalogs. With it you can extract "
-"strings from source code. The supplied Emacs mode (po-mode.el) will aid in "
-"editing these catalogs (called PO files, for portable object) and add "
-"translations. A special compiler will turn these PO files into binary "
-"catalogs."
+#. description(kde-l10n:kde-l10n-ga)
+msgid "All the requirements for a KDE desktop in Irish Gaelic. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(kdevplatform)
-msgid ""
-"This package contains the common plugins for integrated developments "
-"environment based on the KDevelop framework."
-msgstr ""
-
-#. description(kdelibs4:kdelibs4-doc)
-msgid ""
-"This package contains the core environment and templates for the KDE help "
-"system."
-msgstr ""
-
-#. description(ghostscript:ghostscript-devel)
+#. summary(kde-l10n:kde-l10n-gl)
#, fuzzy
-msgid "This package contains the development files for Ghostscript."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Galician (gl) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(glibc:glibc-info)
-msgid ""
-"This package contains the documentation for the GNU C library stored as info "
-"files. Due to a lack of resources, this documentation is not complete and is "
-"partially out of date."
+#. description(kde-l10n:kde-l10n-gl)
+msgid "All the requirements for a KDE desktop in Galician. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(gtk-sharp2:gtk-sharp2-doc)
+#. summary(kde-l10n:kde-l10n-he)
#, fuzzy
-msgid "This package contains the gtk-sharp2 documentation for monodoc."
-msgstr ""
-"<p>Este menu contém os links que se referem a informações do documento.</p>"
+msgid "Hebrew (he) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(gsl:gsl-devel)
-msgid ""
-"This package contains the headers, static libraries and some documentation "
-"for GSL.\n"
-"\n"
-"The GNU Scientific Library (GSL) is a collection of routines for numerical "
-"computing. The routines are written from scratch by the GSL team in ANSI C, "
-"and present a modern Applications Programming Interface (API) for C "
-"programmers, while allowing wrappers to be written for very high level "
-"languages.\n"
-"\n"
-"The library covers the following areas,\n"
-"\n"
-"Complex Numbers - Roots of Polynomials - Special Functions - Vectors and "
-"Matrices - Permutations - Sorting - BLAS Support - Linear Algebra - "
-"Eigensystems - Fast Fourier Transforms - Quadrature - Random Numbers - Quasi-"
-"Random Sequences - Random Distributions - Statistics - Histograms - N-Tuples "
-"- Monte Carlo Integration - Simulated Annealing - Differential Equations - "
-"Interpolation - Numerical Differentiation - Chebyshev Approximation - Series "
-"Acceleration - Discrete Hankel Transforms - Root-Finding - Minimization - "
-"Least-Squares Fitting - Physical Constants - IEEE Floating-Point"
-msgstr ""
-
-#. description(libgcj48:gcc48-gij)
+#. description(kde-l10n:kde-l10n-he)
#, fuzzy
-msgid ""
-"This package contains the java bytecode interpreter gij and related tools."
+msgid "All the requirements for a KDE desktop in Hebrew. This package contains application translations, help files, and screenshots."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(kdesdk4-scripts)
+#. summary(kde-l10n:kde-l10n-hi)
#, fuzzy
-msgid ""
-"This package contains the scripts for KDE development which are contained in "
-"the kdesdk module."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Hindi (hi) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(kdeartwork4:kdeartwork4-decorations)
+#. description(kde-l10n:kde-l10n-hi)
#, fuzzy
-msgid ""
-"This package contains window decorations for KDE which originate from the "
-"kdeartwork module."
+msgid "All the requirements for a KDE desktop in Hindi. This package contains application translations, help files, and screenshots."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(ispell:ispell-american)
-msgid ""
-"This package includes a ready American dictionary for ispell. If you install "
-"ispell-british too, check /etc/sysconfig/ispell to see which one the default "
-"English dictionary will be. A short usage description is given in /usr/share/"
-"doc/packages/ispell/README. The sources for this dictionary are included in "
-"the source package of ispell."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-hr)
+#, fuzzy
+msgid "Croatian (hr) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(igerman98:ispell-naustrian)
-msgid ""
-"This package includes a ready Austrian dictionary for ispell according the "
-"new spelling rules. The name of the dictionary is naustrian to be able to "
-"distinguish it from those of the German packages. A short usage description "
-"is given in /usr/share/doc/packages/ispell/README of the package ispell."
+#. description(kde-l10n:kde-l10n-hr)
+msgid "All the requirements for a KDE desktop in Croatian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(dicts:ispell-brazilian)
-msgid ""
-"This package includes a ready Brazilian dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-hu)
+#, fuzzy
+msgid "Hungarian (hu) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-catalan)
-msgid ""
-"This package includes a ready Catalan dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
+#. description(kde-l10n:kde-l10n-hu)
+msgid "All the requirements for a KDE desktop in Hungarian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(dicts:ispell-czech)
-msgid ""
-"This package includes a ready Czech dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-ia)
+#, fuzzy
+msgid "Interlingua (ia) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-danish)
-msgid ""
-"This package includes a ready Danish dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
+#. description(kde-l10n:kde-l10n-ia)
+msgid "All the requirements for a KDE desktop in Interlingua (International Auxiliary Language Association). This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(dicts:ispell-dutch)
-msgid ""
-"This package includes a ready Dutch dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-id)
+#, fuzzy
+msgid "Indonesian (id) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-estonian)
-msgid ""
-"This package includes a ready Estonian dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. description(kde-l10n:kde-l10n-id)
+#, fuzzy
+msgid "All the requirements for a KDE desktop in Indonesian. This package contains application translations, help files, and screenshots."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(dicts:ispell-finnish)
-msgid ""
-"This package includes a ready Finnish dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-is)
+#, fuzzy
+msgid "Icelandic (is) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-french)
-msgid ""
-"This package includes a ready French dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
+#. description(kde-l10n:kde-l10n-is)
+msgid "All the requirements for a KDE desktop in Icelandic. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(igerman98:ispell-ngerman)
-msgid ""
-"This package includes a ready German dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-it)
+#, fuzzy
+msgid "Italian (it) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-german)
-msgid ""
-"This package includes a ready German dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. description(kde-l10n:kde-l10n-it)
+#, fuzzy
+msgid "All the requirements for a KDE desktop in Italian. This package contains application translations."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(dicts:ispell-greek)
-msgid ""
-"This package includes a ready Greek dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-it-data)
+#, fuzzy
+msgid "Italian (it) application data for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-italian)
-msgid ""
-"This package includes a ready Italian dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
-msgstr ""
+#. description(kde-l10n:kde-l10n-it-data)
+#, fuzzy
+msgid "This package contains Italian localized application data for KDE."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(dicts:ispell-norsk)
-msgid ""
-"This package includes a ready Norwegian dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-it-doc)
+#, fuzzy
+msgid "Italian (it) manuals for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-polish)
-msgid ""
-"This package includes a ready Polish dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. description(kde-l10n:kde-l10n-it-doc)
+#, fuzzy
+msgid "This package contains Italian application manual translations for KDE."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(dicts:ispell-portuguese)
-msgid ""
-"This package includes a ready Portuguese dictionary for ispell. A short "
-"usage description for ispell is given in /usr/share/doc/packages/ispell/"
-"README of the package ispell. The sources for this dictionary are included "
-"in the package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-ja)
+#, fuzzy
+msgid "Japanese (ja) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(dicts:ispell-russian)
-msgid ""
-"This package includes a ready Russian dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
+#. description(kde-l10n:kde-l10n-ja)
+msgid "All the requirements for a KDE desktop in Japanese. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(dicts:ispell-slovene)
-msgid ""
-"This package includes a ready Slovenian dictionary for ispell. A short usage "
-"description is given in /usr/share/doc/packages/ispell/README of the package "
-"ispell. The sources for this dictionary are included in the package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-kk)
+#. summary(kde-l10n:kde-l10n-km)
+#, fuzzy
+msgid "Khmer (km) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(dicts:ispell-spanish)
-msgid ""
-"This package includes a ready Spanish dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
+#. description(kde-l10n:kde-l10n-kk)
+#. description(kde-l10n:kde-l10n-km)
+msgid "All the requirements for a KDE desktop in Khmer. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(dicts:ispell-swedish)
-msgid ""
-"This package includes a ready Swedish dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the package ispell. The sources for this dictionary are included in the "
-"package dicts."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-ko)
+#, fuzzy
+msgid "Korean (ko) translations for KDE"
+msgstr "Marianas do Norte"
-#. description(igerman98:ispell-nswiss)
-msgid ""
-"This package includes a ready Swiss dictionary for ispell according the new "
-"spelling rules. The name of the dictionary is nswiss to be able to "
-"distinguish it from those of the German packages. A short usage description "
-"is given in /usr/share/doc/packages/ispell/README of the package ispell."
+#. description(kde-l10n:kde-l10n-ko)
+msgid "All the requirements for a KDE desktop in Korean. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(gtk2-engines)
+#. summary(kde-l10n:kde-l10n-lt)
#, fuzzy
-msgid "This package installs the theme engine libraries for GTK+ 2."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Lithuanian (lt) translations for KDE"
+msgstr "Federação da Rússia"
-#. summary(ibus-googlepinyin)
-msgid "This package is for IBus to use libgooglepinyin"
+#. description(kde-l10n:kde-l10n-lt)
+msgid "All the requirements for a KDE desktop in Lithanian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(gpsd:gpsd-devel)
-msgid ""
-"This package provides C header files for the gpsd shared libraries that "
-"manage access to a GPS for applications and debugging tools. You will need "
-"to have gpsd installed for it to work."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-lv)
+#, fuzzy
+msgid "Latvian (lv) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(ikvm)
-msgid ""
-"This package provides IKVM.NET, an open source Java compatibility layer for "
-"Mono, which includes a Virtual Machine, a bytecode compiler, and various "
-"class libraries for Java, as well as tools for Java and Mono "
-"interoperability."
+#. description(kde-l10n:kde-l10n-lv)
+msgid "All the requirements for a KDE desktop in Latvian. This package contains application translations, help files, and screenshots."
msgstr ""
-#. description(gtksourceview-sharp2)
-msgid ""
-"This package provides Mono bindings for GtkSourceView, a child of the GTK+ "
-"text widget which implements syntax highlighting and other features typical "
-"of a source editor."
-msgstr ""
+#. summary(kde-l10n:kde-l10n-mr)
+#, fuzzy
+msgid "Marathi (mr) translations for KDE"
+msgstr "Federação da Rússia"
-#. description(id3lib)
-msgid ""
-"This package provides a software library for manipulating ID3v1 and ID3v2 "
-"tags. It provides a convenient interface for software developers to include "
-"standards-compliant ID3v1/2 tagging capabilities in their applications. "
-"Features include identification of valid tags, automatic size conversions, "
-"synchronization and resynchronization of tag frames, seamless tag "
-"compression and decompression, and optional padding facilities."
-msgstr ""
+#. description(kde-l10n:kde-l10n-mr)
+#, fuzzy
+msgid "All the requirements for a KDE desktop in Marathi. This package contains application translations, help files, and screenshots."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(mozc:ibus-mozc-candidate-window)
-msgid ""
-"This package provides an advanced candidate window for IBus. The window "
-"shows examples of selected words."
-msgstr ""
+#. summary(kdeedu-data)
+#, fuzzy
+msgid "Data files for KDE Education Applications"
+msgstr "Iniciar Aplicativo"
-#. description(gstreamer-0_10-plugins-good:gstreamer-0_10-plugins-good-extra)
-msgid ""
-"This package provides complementary plugins for gstreamer-0_10-plugins-good."
+#. description(kdeedu-data)
+#, fuzzy
+msgid "This package contains common data files used by various KDE education applications."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(grub2:grub2-x86_64-xen)
+msgid "The GRand Unified Bootloader (GRUB) is a highly configurable and customizable bootloader with modular architecture. It supports rich variety of kernel formats, file systems, computer architectures and hardware devices. This subpackage provides support for XEN systems."
msgstr ""
-#. description(ggz-client-libs:ggz-client-libs-devel)
-msgid ""
-"This package provides development files and headers needed to build software "
-"using ggz-client-libs"
+#. summary(irqbalance)
+msgid "Balance IRQs on SMP Machines"
msgstr ""
-#. description(keyutils:keyutils-devel)
-msgid "This package provides headers and libraries for building key utilities."
+#. description(irqbalance)
+msgid "irqbalance dynamically switches the CPUs for IRQs to prevent cpu0 from being used for all IRQs."
msgstr ""
-#. description(javapackages-tools)
#, fuzzy
-msgid "This package provides macros and scripts to support Java packaging."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid ".NET/C# Bindings for GIO"
+#~ msgstr "O pacote não está assinalado"
-#. description(gcin-branding-openSUSE)
#, fuzzy
-msgid "This package provides openSUSE Look and Feel for gcin"
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Action & Puzzle Solving Game"
+#~ msgstr "Jogo de ação e quebra-cabeça"
-#. description(gtk2-engines:gtk2-theme-clearlooks)
#, fuzzy
-msgid "This package provides the Clearlooks GTK+ 2 theme."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "Advanced Text Editor Development Headers"
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
-#. description(gtk2-engines:gtk2-theme-crux)
#, fuzzy
-msgid "This package provides the Crux GTK+ 2 theme."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "All the requirements for a KDE desktop in Brazilian. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gtk2-engines:gtk2-theme-industrial)
#, fuzzy
-msgid "This package provides the Industrial GTK+ 2 theme."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "All the requirements for a KDE desktop in Dutch. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gtk2-engines:gtk2-theme-mist)
#, fuzzy
-msgid "This package provides the Mist GTK+ 2 theme."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "All the requirements for a KDE desktop in Norwegian Bokmål. This package contains application translations, help files, and screenshots."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gtk2-engines:gtk2-theme-thinice)
#, fuzzy
-msgid "This package provides the ThinIce GTK+ 2 theme."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "All the requirements for a KDE desktop in Polish. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(poxml:kde4-l10n-devel)
#, fuzzy
-msgid "This package suggests the packages, built from the kdesdk module."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "All the requirements for a KDE desktop in Russian. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ispell:ispell-british)
-msgid ""
-"This packages includes a ready British dictionary for ispell. If you install "
-"ispell-american too, check /etc/sysconfig/ispell to see which one will be "
-"the default English dictionary. A short usage description is given in /usr/"
-"share/doc/packages/ispell/README. The sources for this dictionary are "
-"included in the source package of ispell."
-msgstr ""
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Swedish. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ispell-bulgarian)
-msgid ""
-"This packages includes a ready Bulgarian dictionary for ispell. A short "
-"usage description for ispell is given in /usr/share/doc/packages/ispell/"
-"README of the packages ispell. The sources for this dictionary are included "
-"in the package dicts."
-msgstr ""
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Tajik. This package contains application translations, help files, and screenshots."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ispell-slovak)
-msgid ""
-"This packages includes a ready Slovak dictionary for ispell. A short usage "
-"description for ispell is given in /usr/share/doc/packages/ispell/README of "
-"the packages ispell. The sources for this dictionary are included in the "
-"package dicts."
-msgstr ""
+#, fuzzy
+#~ msgid "All the requirements for a KDE desktop in Uighur. This package contains application translations."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gtk2-engines:gtk2-engine-glide)
#, fuzzy
-msgid ""
-"This packages provides the Glide engine for GTK+ 2, originally written for "
-"the Glider theme."
-msgstr "O pacote contém uma versão diferente da experada"
+#~ msgid "All the requirements for a KDE desktop in Ukrainian. This package contains application translations, help files, and screenshots."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(hplip:hplip-sane)
-msgid ""
-"This sub-package includes only what is needed for plain scanning with the "
-"scan drivers in HPLIP for standard HP all-in-one printers."
-msgstr ""
+#, fuzzy
+#~ msgid "Asian Fonts for the X Window System"
+#~ msgstr "Sistema X Window"
-#. description(groff-full:gxditview)
-msgid ""
-"This version of xditview is called gxditview and has some extensions used by "
-"the groff command. gxditview is used by groff if called with the -X option."
-msgstr ""
+#, fuzzy
+#~ msgid "Base Package for Integrated Development Environments"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
-#. description(google-croscore-fonts:google-tinos-fonts)
-msgid ""
-"Tinos was designed by Steve Matteson as an innovative, refreshing serif "
-"design that is metrically compatible with Times New Roman™. Tinos offers "
-"improved on-screen readability characteristics and the pan-European WGL "
-"character set and solves the needs of developers looking for width-"
-"compatible fonts to address document portability across platforms."
-msgstr ""
+#, fuzzy
+#~ msgid "Base package for kdesdk apps"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(jhead)
-msgid "Tool to Manipulate the Nonimage Part of EXIF Compliant JPEG Files"
-msgstr ""
+#, fuzzy
+#~ msgid "Brazilian (pt_BR) application data for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(itstool)
-msgid "Tool to translate XML documents using PO files"
-msgstr ""
+#, fuzzy
+#~ msgid "Brazilian (pt_BR) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(hugin)
-msgid "Toolchain for Stitching of Images and Creating Panoramas"
-msgstr ""
+#, fuzzy
+#~ msgid "C#/CLI bindings for GIO"
+#~ msgstr "O pacote não está assinalado"
-#. summary(ghostscript-cjk)
-msgid "Tools for Using CJK TrueType Fonts and CID-Keyed Fonts with Ghostscript"
-msgstr ""
+#, fuzzy
+#~ msgid "C#/CLI bindings for GUDev"
+#~ msgstr "O pacote não está assinalado"
-#. summary(gfxboot:gfxboot-devel)
-msgid "Tools for creating a graphical boot logo"
-msgstr ""
+#, fuzzy
+#~ msgid "Chinese simplified (zh_CN) translations for KDE"
+#~ msgstr "Marianas do Norte"
-#. summary(kexec-tools)
-msgid "Tools for fast kernel loading"
-msgstr ""
+#, fuzzy
+#~ msgid "Chinese traditional (zh_TW) translations for KDE"
+#~ msgstr "Marianas do Norte"
-#. description(git:git-cvs)
-msgid "Tools for importing CVS repositories to the Git version control system."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files for ibus-anthy"
+#~ msgstr "Desenvolvimento"
-#. description(git:git-svn)
-msgid ""
-"Tools for importing Subversion repositories to the Git version control "
-"system."
-msgstr ""
+#, fuzzy
+#~ msgid "Development files needed for building kernel modules"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(ibus-table-others:ibus-table-translit)
-msgid "Translit input method for IBus framework"
-msgstr ""
+#, fuzzy
+#~ msgid "Dutch (nl) application data for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(ibus-table-others:ibus-table-translit-ua)
-msgid "Translit-ua input method for IBus framework"
-msgstr ""
+#, fuzzy
+#~ msgid "Dutch (nl) manuals for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(kde4-l10n:kde4-l10n-tr)
#, fuzzy
-msgid "Turkish (tr) translations for KDE"
-msgstr "Federação da Rússia"
+#~ msgid "Dutch (nl) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(ufraw:gimp-ufraw)
-msgid ""
-"UFRaw is a utility to read and manipulate raw images from digital cameras. "
-"It can be used as a GIMP plug-in. It reads raw images using Dave Coffin's "
-"raw conversion utility DCRaw. And it supports basic color management using "
-"Little CMS, allowing the user to apply color profiles."
-msgstr ""
+#, fuzzy
+#~ msgid "Files needed for development of Kate plugins."
+#~ msgstr "Desenvolvimento Kernel"
-#. summary(kde4-l10n:kde4-l10n-ug)
#, fuzzy
-msgid "Uighur (ug) translations for KDE"
-msgstr "Marianas do Norte"
+#~ msgid "Floppy Formatter"
+#~ msgstr "Unidade de Disquete"
-#. summary(kde4-l10n:kde4-l10n-uk-data)
#, fuzzy
-msgid "Ukrainian (uk) application data for KDE"
-msgstr "Federação da Rússia"
+#~ msgid "German Help System Data for GIMP"
+#~ msgstr "Aplicativos Favoritos"
-#. summary(kde4-l10n:kde4-l10n-uk-doc)
#, fuzzy
-msgid "Ukrainian (uk) manuals for KDE"
-msgstr "Federação da Rússia"
+#~ msgid "Integrated Development Environment for the X Window System, Qt, KDE, and GNOME"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(kde4-l10n:kde4-l10n-uk)
#, fuzzy
-msgid "Ukrainian (uk) translations for KDE"
-msgstr "Federação da Rússia"
+#~ msgid "Integrated Development Environment: Build Environment"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
-#. summary(glade)
#, fuzzy
-msgid "User Interface Builder for GTK+"
-msgstr "Interface a ser selecionada na inicialização:"
+#~ msgid "Interactive Geometry"
+#~ msgstr "Geometria Interativa"
-#. summary(inst-source-utils)
-msgid "Utilities for creating customized installation sources"
-msgstr ""
+#, fuzzy
+#~ msgid "KDE Floppy Disk Utility"
+#~ msgstr "Novos Aplicativos"
-#. description(inst-source-utils)
-msgid ""
-"Utilities supporting autoinstallation and creation of customized "
-"installation sources.\n"
-"\n"
-"Have a look at http://en.opensuse.org/Inst-source-utils for a detailed "
-"description of each script."
-msgstr ""
+#, fuzzy
+#~ msgid "KGeography is a geography learning program."
+#~ msgstr "Um Programa de Aprendizagem de Geografia"
-#. summary(iceauth)
-msgid "Utility to edit and display the ICE authorization information"
-msgstr ""
+#, fuzzy
+#~ msgid "KGoldrunner is a game of action and puzzle solving"
+#~ msgstr "Um jogo de ação e quebra-cabeça"
-#. description(vte:glade-catalog-vte)
-msgid ""
-"VTE is a terminal emulator library that provides a terminal widget for use "
-"with GTK+ as well as handling of child process and terminal emulation "
-"settings.\n"
-"\n"
-"This package provides a catalog for Glade, to allow the use of VTE widgets "
-"in Glade."
-msgstr ""
+#, fuzzy
+#~ msgid "Kernel Documentation"
+#~ msgstr "Desenvolvimento Kernel"
-#. summary(jing)
-msgid "Validator for RELAX NG in Java"
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package gnome-desktop2"
+#~ msgstr "Idiomas Sami (Outro)"
-#. summary(ibus-table-chinese)
-msgid "Various Chinese input method table for IBus framework"
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package kdevelop4"
+#~ msgstr "Idiomas Sami (Outro)"
-#. summary(inkscape)
-msgid "Vector Illustration Program"
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package kiosktool"
+#~ msgstr "Idiomas Sami (Outro)"
-#. summary(inkscape:inkscape-extensions-dia)
-msgid "Vector Illustration Program - Dia Import Extension"
-msgstr ""
+#, fuzzy
+#~ msgid "Low Saxon (nds) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(inkscape:inkscape-extensions-extra)
-msgid "Vector Illustration Program - Extra Extensions"
-msgstr ""
+#, fuzzy
+#~ msgid "Mono bindings for GNOME"
+#~ msgstr "O pacote não está assinalado"
-#. summary(inkscape:inkscape-extensions-fig)
-msgid "Vector Illustration Program - Fig Import Extension"
-msgstr ""
+#, fuzzy
+#~ msgid "Norwegian Bokmål (nb) translations for KDE"
+#~ msgstr "Marianas do Norte"
-#. summary(inkscape:inkscape-extensions-gimp)
-msgid "Vector Illustration Program - The GIMP Extensions"
-msgstr ""
+#, fuzzy
+#~ msgid "Nynorsk (nn) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(hylafax)
-msgid "Very Powerful Fax Server"
-msgstr ""
+#, fuzzy
+#~ msgid "PHP Plugin for Kdevelop4 Integrated Development Environment"
+#~ msgstr "Ambiente de Desenvolvimento Integrado"
-#. description(hylafax)
-msgid "Very powerful fax server."
-msgstr ""
+#, fuzzy
+#~ msgid "Personal Finance Manager"
+#~ msgstr "Abrir no Gerenciador de Arquivos"
-#. summary(ibus-unikey)
-msgid "Vietnamese engine for IBus input platform"
-msgstr ""
+#, fuzzy
+#~ msgid "Plugins for GNOME Do"
+#~ msgstr "Servidor VNC"
-#. summary(ImageMagick)
-msgid "Viewer and Converter for Images"
-msgstr ""
+#, fuzzy
+#~ msgid "Polish (pl) application data for KDE"
+#~ msgstr "Marianas do Norte"
-#. summary(GraphicsMagick:GraphicsMagick-devel)
#, fuzzy
-msgid "Viewer and Converter for Images - files mandatory for development"
-msgstr "Interface do Kernel"
+#~ msgid "Polish (pl) translations for KDE"
+#~ msgstr "Marianas do Norte"
-#. summary(kde4-l10n:kde4-l10n-wa)
#, fuzzy
-msgid "Walloon (wa) translations for KDE"
-msgstr "Federação da Rússia"
+#~ msgid "Portuguese (pt) translations for KDE"
+#~ msgstr "Marianas do Norte"
-#. description(gnome-keyring-sharp)
-msgid ""
-"When the gnome-keyring-daemon is running, you can use this to retrieve/store "
-"confidential information such as passwords, notes or network services user "
-"information."
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package gnome-desktop2"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(iwidgets)
-msgid "Widget Extension for Tcl/Tk"
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package kdevelop4"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(icewm:icewm-default)
-msgid "Window Manager with a Taskbar--Default Version"
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package kiosktool"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(gnome-nibbles)
-msgid "Worm Game for GNOME"
-msgstr ""
+#, fuzzy
+#~ msgid "Punjabi (pa) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(ibus-table-chinese:ibus-table-chinese-wu)
-msgid "Wu pronunciation input method"
-msgstr ""
+#, fuzzy
+#~ msgid "Russian (ru) application data for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(ibus-table-chinese:ibus-table-chinese-wu)
-msgid "Wu pronunciation input method. URL: http://input.foruto.com/wu/"
-msgstr ""
+#, fuzzy
+#~ msgid "Russian (ru) manuals for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(kaffeine)
#, fuzzy
-msgid "Xine-Based Multimedia Player"
-msgstr "Player multimídia KDE"
+#~ msgid "Russian (ru) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(ibus-table-chinese:ibus-table-chinese-yong)
-msgid "YongMa input method"
-msgstr ""
+#, fuzzy
+#~ msgid "Scripts for KDE Development"
+#~ msgstr "Desenvolvimento KDE"
-#. description(ibus-table-chinese:ibus-table-chinese-yong)
-msgid "YongMa input method."
-msgstr ""
+#, fuzzy
+#~ msgid "Serbian (sr) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(installation-images:install-initrd)
-msgid ""
-"You can create an initrd for installation. Useful, for example, to set up a "
-"UML or XEN environment."
-msgstr ""
+#, fuzzy
+#~ msgid "Single player puzzle game"
+#~ msgstr "Jogo de raciocínio para vários jogadores"
-#. description(kbounce)
-msgid ""
-"Your task in KBounce (Jezz Ball) is to catch several moving balls in a "
-"rectangular game field by building walls. The motivation consists of finding "
-"new and advanced strategies to catch as many balls as possible."
-msgstr ""
+#, fuzzy
+#~ msgid "Slovak (sk) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(gedit:gedit-plugin-zeitgeist)
-msgid "Zeitgeist dataprovider for gedit"
-msgstr ""
+#, fuzzy
+#~ msgid "Slovenian (sl) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. summary(ibus-table-zhuyin)
-msgid "Zhuyin input method for IBus"
-msgstr ""
+#, fuzzy
+#~ msgid "Swedish (sv) application data for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(ibus-table-zhuyin)
-msgid "Zhuyin input method intergrated in IBus framework. 注音輸入法"
-msgstr ""
+#, fuzzy
+#~ msgid "Swedish (sv) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(iwidgets)
-msgid ""
-"[incr Widgets] is an object-oriented mega-widget set that extends Tcl/Tk and "
-"is based on [incr Tcl] and [incr Tk]. This set of mega-widgets delivers "
-"many new, general purpose widgets like option menus, comboboxes, selection "
-"boxes, and various dialogs whose counterparts are found in Motif and "
-"Windows. Since [incr Widgets] is based on the [incr Tk] extension, the Tk "
-"framework of configuration options, widget commands, and default bindings is "
-"maintained. In other words, each [incr Widgets] mega-widget seamlessly "
-"blends with the standard Tk widgets. They look, act, and feel like Tk "
-"widgets. In addition, all [incr Widgets] mega-widgets are object oriented "
-"and may themselves be extended, using either inheritance or composition."
-msgstr ""
+#, fuzzy
+#~ msgid "Tajik (tg) translations for KDE"
+#~ msgstr "Marianas do Norte"
-#. description(kde4-l10n:kde4-l10n-vi)
-msgid "descr"
-msgstr ""
+#, fuzzy
+#~ msgid "The Xen Kernel"
+#~ msgstr ""
+#~ "Carregando Kernel do Linux\n"
+#~ "\n"
+#~ " "
-#. description(gthumb)
-msgid ""
-"gThumb lets you browse your hard disk, showing you thumbnails of image "
-"files. It also lets you view single files (including GIF animations), add "
-"comments to images, organize images in catalogs, print images, view slide "
-"shows, set your desktop background, and more."
-msgstr ""
+#, fuzzy
+#~ msgid "The ibus-anthy-devel package includes the header files for the ibus-anthy package."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gcin:gcin-gtk3-immodule)
-msgid "gcin gtk3 immodule, support gtk3-based applications"
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Brazilian localized application data for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gcin)
-msgid ""
-"gcin is a Chinese input method server for traditional Chinese. It features a "
-"better GTK user interface."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Dutch application manual translations for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gcin:gcin-qt4-immodule)
-msgid "gcin qt4 immodule, support Qt4-based applications"
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Dutch localized application data for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gdk-pixbuf:gdk-pixbuf-devel)
-msgid ""
-"gdk-pixbuf is an image loading library that can be extended by loadable "
-"modules for new image formats. It is used by toolkits such as GTK+ or "
-"Clutter.\n"
-"\n"
-"This package contains development files for gdk-pixbuf."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Mono bindings for GNOME."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gitg)
-msgid ""
-"gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and "
-"convenient tool to visualize git history and actions that benefit from a "
-"graphical presentation."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Mono bindings for gnomevfs."
+#~ msgstr "O pacote não está assinalado"
-#. description(gpsd)
-msgid ""
-"gpsd is a service daemon that mediates access to a GPS sensor connected to "
-"the host computer by serial or USB interface, making its data on the "
-"location/course/velocity of the sensor available to be queried on TCP port "
-"2947 of the host computer. With gpsd, multiple GPS client applications "
-"(such as navigational and wardriving software) can share access to a GPS "
-"without contention or loss of data. Also, gpsd responds to queries with a "
-"format that is substantially easier to parse than NMEA 0183. A client "
-"library is provided for applications.\n"
-"\n"
-"After installing this RPM, gpsd will automatically connect to USB GPSes when "
-"they are plugged in and requires no configuration. For serial GPSes, you "
-"will need to start gpsd by hand. Once connected, the daemon automatically "
-"discovers the correct baudrate, stop bits, and protocol. The daemon will be "
-"quiescent when there are no clients asking for location information, and "
-"copes gracefully when the GPS is unplugged and replugged."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Polish localized application data for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(gsynaptics)
-msgid ""
-"gsynaptics is a gnome applet that can be used to configure synaptics "
-"touchpad that is commonly used in laptops."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Russian application manual translations for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(help2man)
-msgid ""
-"help2man is a script to create simple man pages from the --help and\n"
-"--version output of programs.\n"
-"\n"
-"Since most GNU documentation is now in info format, this provides a way to "
-"generate a placeholder man page pointing to that resource while still "
-"providing some useful information."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Russian localized application data for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ilbc)
-msgid ""
-"iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust "
-"voice communication over IP. The codec is designed for narrow band speech "
-"and results in a payload bit rate of 13.33 kbit/s with an encoding frame "
-"length of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC "
-"codec enables graceful speech quality degradation in the case of lost "
-"frames, which occurs in connection with lost or delayed IP packets."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Swedish localized application data for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ibus-sunpinyin)
-msgid ""
-"ibus-sunpinyin is a wrapper around SunPinyin which enables user to use "
-"SunPinyin with IBus framework."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Ukrainian application manual translations for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ibus-table-chinese)
-msgid ""
-"ibus-table-chinese provides the infrastructure for Chinese input methods. "
-"Input tables themselves are in sub-packages."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains Ukrainian localized application data for KDE."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ibus-table-others:ibus-table-rustrad)
-msgid ""
-"ibus-table-rustrad provides Rustrad input method on IBus Table under IBus "
-"framework."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains fonts for the Khmer language of Cambodia."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ibus-table-others:ibus-table-translit)
-msgid ""
-"ibus-table-translit provides Translit input method on IBus Table under IBus "
-"framework."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains some desktop-wide documents."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ibus-table-others:ibus-table-translit-ua)
-msgid ""
-"ibus-table-translit-ua provides Translit-ua input method on IBus Table under "
-"IBus framework."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains strigi analyzers for kdesdk apps."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(ibus-table-others:ibus-table-viqr)
-msgid ""
-"ibus-table-viqr provides the Viqr (Vietnamese) table for ibus-table. Tiếng "
-"Việt / Vietnamese"
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains the gtk-sharp2 documentation for monodoc."
+#~ msgstr "<p>Este menu contém os links que se referem a informações do documento.</p>"
-#. description(icecream)
-msgid "icecream is the next generation distcc."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains the scripts for KDE development which are contained in the kdesdk module."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(icecream-monitor)
-msgid ""
-"icecream is the next generation distcc. This package provides a monitor "
-"program."
-msgstr ""
+#, fuzzy
+#~ msgid "Turkish (tr) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(ico)
-msgid ""
-"ico is a simple animation program that may be used for testing various X11 "
-"operations and extensions. It displays a wire-frame rotating polyhedron, "
-"with hidden lines removed, or a solid-fill polyhedron with hidden faces "
-"removed."
-msgstr ""
+#, fuzzy
+#~ msgid "Uighur (ug) translations for KDE"
+#~ msgstr "Marianas do Norte"
-#. description(iftop)
-msgid ""
-"iftop does for network usage what top(1) does for CPU usage. It listens to "
-"network traffic on a named interface and displays a table of current "
-"bandwidth usage by pairs of hosts. It is handy for explaining why the "
-"network links slow."
-msgstr ""
+#, fuzzy
+#~ msgid "Ukrainian (uk) application data for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(indent)
-msgid ""
-"indent can be used to make code easier to read. It can also convert from one "
-"style of writing C code to another. indent understands a substantial amount "
-"of C syntax, but it also tries to cope with incomplete and malformed syntax."
-msgstr ""
+#, fuzzy
+#~ msgid "Ukrainian (uk) manuals for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(irqbalance)
-msgid ""
-"irqbalance dynamically switches the CPUs for IRQs to prevent cpu0 from being "
-"used for all IRQs."
-msgstr ""
+#, fuzzy
+#~ msgid "Ukrainian (uk) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(jedit)
-msgid ""
-"jEdit is a cross-platform programmer's text editor written in Java. Some of "
-"jEdit's features include:\n"
-"\n"
-"* Built-in macro language (BeanShell).\n"
-"* Extensible plug-in architecture with more than 80 plug-ins available.\n"
-"* Plug-ins can be downloaded and installed from within jEdit using the "
-"plug-in manager feature.\n"
-"* Syntax highlighting for more than 80 languages.\n"
-"* Supports a large number of character encodings including UTF8 and "
-"Unicode.\n"
-"* Auto-indenting of source code.\n"
-"* Folding (indent and marker based).\n"
-"* Word wrap.\n"
-"* Unlimited undo and redo.\n"
-"* Highly configurable and customizable.\n"
-"* Every other feature, both basic and advanced, that you would expect to "
-"find in a text editor."
-msgstr ""
+#, fuzzy
+#~ msgid "Walloon (wa) translations for KDE"
+#~ msgstr "Federação da Rússia"
-#. description(jing)
-msgid ""
-"jing is an XML validator implemented in Java. It validates against the RELAX "
-"NG schema language and implements the following features:\n"
-"\n"
-"* RELAX NG 1.0 Specification\n"
-"* RELAX NG Compact Syntax\n"
-"* Parts of RELAX NG DTD Compatibility (checking of ID/IDREF/IDREFS)\n"
-"\n"
-"It also comes with experimental support for schema languages other than "
-"RELAX NG:\n"
-"\n"
-"* W3C XML Schema (based on Xerces-J)\n"
-"* Schematron\n"
-"* Name Space Routing Language"
-msgstr ""
+#, fuzzy
+#~ msgid "Xine-Based Multimedia Player"
+#~ msgstr "Player multimídia KDE"
-#. description(kdump)
-msgid ""
-"kdump is a package that includes several scripts for kdump, including the "
-"init script /etc/init.d/kdump and the configuration file for kdump.\n"
-"\n"
-"The kernel package and this package are all that are required for a crash "
-"dump to occur. However, if you wish to debug the crash dump yourself you "
-"will need several debugging packages installed for each kernel flavor and "
-"release you wish to debug.\n"
-"\n"
-"For example, if you are debugging kernel-default, you will need:\n"
-"- kernel-default-debuginfo\n"
-"- kernel-default-devel\n"
-"- kernel-default-devel-debuginfo\n"
-"\n"
-"These packages are not needed to create the dump and can be installed after "
-"a crash dump has occured."
-msgstr ""
-
-#. summary(gcin-branding-openSUSE)
-msgid "openSUSE branding of gcin"
-msgstr ""
-
-#. summary(installation-images:install-initrd-branding-openSUSE)
-msgid "openSUSE theme for install-initrd"
-msgstr ""
-
-#. description(installation-images:install-initrd-branding-openSUSE)
-msgid "openSUSE theme for install-initrd package."
-msgstr ""
-
-#. summary(gtk2-metatheme-gilouche)
-msgid "openSUSE themes and metathemes for gtk2 and metacity"
-msgstr ""
-
#, fuzzy
#~ msgid "C++/Qt bindings for GStreamer"
#~ msgstr "O pacote não está assinalado"
@@ -5277,30 +4611,14 @@
#~ msgstr "Gerenciamento de energia (APM)"
#, fuzzy
-#~ msgid "Development Files for FriBiDi"
-#~ msgstr "Desenvolvimento"
-
-#, fuzzy
-#~ msgid "Development environment for the freetype2 TrueType font library"
-#~ msgstr "Pacotes de desenvolvimento do KDE"
-
-#, fuzzy
#~ msgid "FLAC Library Development Package"
#~ msgstr "Pacotes de desenvolvimento do Kernel"
#, fuzzy
-#~ msgid "FVWM Configuration Framework"
-#~ msgstr "Exibir Configuração"
-
-#, fuzzy
#~ msgid "GNOME Platform Documentation"
#~ msgstr "Documentação da API do KDE"
#, fuzzy
-#~ msgid "Improved Version of FVWM Window Manager"
-#~ msgstr "O gerenciador de janelas Motif"
-
-#, fuzzy
#~ msgid "Languages for package fcitx-table-extra"
#~ msgstr "Idiomas Sami (Outro)"
@@ -5321,18 +4639,10 @@
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Languages for package gegl"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
#~ msgid "Languages for package gimp"
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Languages for package gnome-backgrounds"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
#~ msgid "Languages for package gnome-color-manager"
#~ msgstr "Idiomas Sami (Outro)"
@@ -5361,10 +4671,6 @@
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Languages for package goffice-0_8"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
#~ msgid "Languages for package gstreamer"
#~ msgstr "Idiomas Sami (Outro)"
@@ -5413,26 +4719,14 @@
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Provides translations to the package frogr"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Provides translations to the package gcr"
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Provides translations to the package gegl"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Provides translations to the package gimp"
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Provides translations to the package gnome-backgrounds"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Provides translations to the package gnome-color-manager"
#~ msgstr "Aguardar por aplicativo kicker"
@@ -5473,10 +4767,6 @@
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Provides translations to the package goffice-0_8"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Provides translations to the package gstreamer"
#~ msgstr "Aguardar por aplicativo kicker"
@@ -5545,60 +4835,30 @@
#~ msgstr "Aplicativos Usados Recentemente"
#, fuzzy
-#~ msgid ""
-#~ "This package contains abstract color profiles from the the separate+ "
-#~ "project."
+#~ msgid "This package contains abstract color profiles from the the separate+ project."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains all necessary include files and libraries needed to "
-#~ "develop applications that require the magic \"file\" interface."
+#~ msgid "This package contains all necessary include files and libraries needed to develop applications that require the magic \"file\" interface."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains all necessary include files, libraries and "
-#~ "documentation needed to develop applications that require the freetype2 "
-#~ "TrueType font library.\n"
-#~ "\n"
-#~ "It also contains a small tutorial for using that library."
+#~ msgid "This package contains documents that are useful for GNOME developers."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package contains documents that are useful for GNOME developers."
+#~ msgid "This package contains the FOGRA 27L color profile, used for offset printing."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains ibus im module for gtk2"
+#~ msgid "This package contains the files needed to compile programs that use the FLAC library."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package contains ibus im module for gtk3"
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the FOGRA 27L color profile, used for offset "
-#~ "printing."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid ""
-#~ "This package contains the files needed to compile programs that use the "
-#~ "FLAC library."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "This package contains the help browser for the GIMP."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid "This package provides headers and manual files for FriBiDi."
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
#~ msgid "GNOME Photo Management Application"
#~ msgstr "Escolher Aplicativo"
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:11 +0100 (Fri, 06 Nov 2015)
New Revision: 94621
Modified:
trunk/packages/pt/po/dvd1.pt.po
Log:
Merged dvd1.pot for pt
Modified: trunk/packages/pt/po/dvd1.pt.po
===================================================================
--- trunk/packages/pt/po/dvd1.pt.po 2015-11-06 03:06:09 UTC (rev 94620)
+++ trunk/packages/pt/po/dvd1.pt.po 2015-11-06 03:06:11 UTC (rev 94621)
@@ -3,161 +3,484 @@
msgstr ""
"Project-Id-Version: openSUSE-packages\n"
"Report-Msgid-Bugs-To: http://bugzilla.novell.com/\n"
-"POT-Creation-Date: 2012-06-21 16:20:12\n"
+"POT-Creation-Date: 2015-11-06 04:10:00\n"
"PO-Revision-Date: 2011-02-01 14:03+0000\n"
"Language: pt\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#. summary(five-or-more)
-msgid "\"Five or More\" Game for GNOME"
+#. summary(ConsoleKit)
+#. summary(ConsoleKit:ConsoleKit-x11)
+#. summary(ConsoleKit:ConsoleKit-32bit)
+msgid "System daemon for tracking users, sessions and seats"
msgstr ""
-#. summary(checkinstall)
-msgid "\"make install\" Installation Tracker"
+#. description(ConsoleKit)
+#. description(ConsoleKit:ConsoleKit-x11)
+#. description(ConsoleKit:ConsoleKit-32bit)
+msgid "ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use)."
msgstr ""
-#. description(apache2:apache2-prefork)
-msgid ""
-"\"prefork\" MPM (Multi-Processing Module)\n"
-"\n"
-"This MPM is basically the one that Apache 1.3.x used. It warrants the "
-"maximum stability because each server runs in its own process. If a process "
-"dies it will not affect other servers."
+#. summary(FastCGI)
+msgid "A Scalable, Open Extension to CGI"
msgstr ""
-#. summary(csmash)
-msgid "3D Table Tennis Game"
+#. description(FastCGI)
+msgid "FastCGI is a language-independent, scalable, open extension to CGI that provides high performance without the limitations of server-specific APIs."
msgstr ""
-#. summary(blender)
-msgid "A 3D Modelling And Rendering Package"
+#. summary(a2ps)
+msgid "Converts ASCII Text into PostScript"
msgstr ""
-#. description(aspell-dictionaries:aspell-bn)
-msgid "A Bengali dictionary for the aspell spell checker."
+#. description(a2ps)
+msgid ""
+"a2ps converts ASCII text into PostScript. This feature is used by apsfilter, for example, to pretty-print ASCII text.\n"
+"\n"
+"Warning: a2ps is not able to convert complex unicode (UTF-8) text to PostScript. Only language text which can be converted from UTF-8 to latin encodings are supported."
msgstr ""
#. summary(abcde)
msgid "A Better CD Encoder"
msgstr ""
-#. description(aspell-dictionaries:aspell-pt_BR)
-#, fuzzy
-msgid "A Brazilian Portuguese dictionary for the aspell spell checker."
-msgstr "Software Adicional"
+#. description(abcde)
+msgid "A front-end program to cdparanoia, wget, cd-discid, id3, and your favorite Ogg or MP3 encoder (defaults to oggenc). Grabs an entire CD and converts each track to Ogg or MP3 then comments or ID3 tags each file with one command."
+msgstr ""
-#. description(aspell-dictionaries:aspell-br)
-msgid "A Breton dictionary for the aspell spell checker."
+#. summary(abiword)
+msgid "A Multiplatform Word Processor"
msgstr ""
-#. description(aspell-dictionaries:aspell-bg)
-msgid "A Bulgarian dictionary for the aspell spell checker."
+#. description(abiword)
+msgid "AbiWord is a multiplatform word processor with a GTK+ interface on the UNIX platform."
msgstr ""
-#. summary(boo)
-#, fuzzy
-msgid "A CLI Scripting Language"
-msgstr "Linguagem Gestual"
+#. summary(acpid)
+msgid "Executes Actions at ACPI Events"
+msgstr ""
-#. description(aspell-dictionaries:aspell-ca)
+#. description(acpid)
+msgid "ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens to a file (/proc/acpi/event) and, when an event occurs, executes programs to handle the event. The start script loads all needed modules."
+msgstr ""
+
+#. summary(tre:agrep)
+msgid "Another powerful grep with interesting features"
+msgstr ""
+
+#. description(tre:agrep)
+msgid "agrep is another powerful grep which has the ability to search for approximate patterns as well as block oriented search."
+msgstr ""
+
+#. summary(kdepim4:akregator)
+msgid "RSS Feed Reader"
+msgstr ""
+
+#. description(kdepim4:akregator)
+msgid "A KDE Feed Aggregator"
+msgstr ""
+
+#. summary(alevt)
+msgid "Teletext and Videotext Decoder for the BTTV Driver"
+msgstr ""
+
+#. description(alevt)
+msgid "AleVT is a teletext and videotext decoder and browser for the BTTV driver (/dev/vbi) and the X Window System. It features multiple windows, a page cache, regexp searching, a built-in manual, and more. There is also a program to get the time from teletext."
+msgstr ""
+
+#. summary(alpine)
#, fuzzy
-msgid "A Catalan dictionary for the aspell spell checker."
-msgstr "Software Adicional"
+msgid "Mail User Agent"
+msgstr "Servidor de Directório (LDAP)"
-#. summary(circuslinux)
-msgid "A Clone of the Atari 2600 Game \"Circus Atari\""
+#. description(alpine)
+msgid "Alpine is a display-oriented email client that is suitable for both the inexperienced email user as well as for the most demanding of power users. Alpine is based on the Pine® Message System, which was also developed at the University of Washington. Alpine can be learned by exploration and the use of context-sensitive help. The user experience is highly customizable through the use of the Alpine Setup command."
msgstr ""
-#. summary(arabic-fonts)
-msgid "A Collection of Free Arabic Fonts"
+#. summary(alsa:alsa-devel)
+#. summary(at-spi2-core:at-spi2-core-devel)
+#. summary(atk:atk-devel)
+#. summary(cppunit:cppunit-devel)
+#. summary(enchant:enchant-devel)
+#. summary(fftw3:fftw3-devel)
+#. summary(file:file-devel)
+#. summary(fontconfig:fontconfig-devel)
+msgid "Include Files and Libraries mandatory for Development"
msgstr ""
-#. summary(farsi-fonts)
-msgid "A Collection of Free Persian OpenType Fonts"
+#. description(alsa:alsa-devel)
+#. description(at-spi2-core:at-spi2-core-devel)
+#. description(atk:atk-devel)
+#. description(cppunit:cppunit-devel)
+#. description(enchant:enchant-devel)
+#. description(fftw3:fftw3-devel)
+msgid "This package contains all necessary include files and libraries needed to develop applications that require these."
msgstr ""
-#. summary(ckermit)
-msgid "A Combined Serial and Network Communication Software Package"
+#. summary(amavisd-new)
+msgid "High-Performance E-Mail Virus Scanner"
msgstr ""
-#. description(aspell-dictionaries:aspell-hr)
-msgid "A Croatian dictionary for the aspell spell checker."
+#. description(amavisd-new)
+msgid ""
+"Amavisd-new is a high-performance interface between mailer (MTA) and content checkers: virus scanners or SpamAssassin. It talks to the MTA via (E)SMTP, LMTP. It works with the following MTAs:\n"
+"\n"
+"- postfix\n"
+"- sendmail (sendmail-milter)\n"
+"- exim"
msgstr ""
-#. description(aspell-dictionaries:aspell-cs)
-msgid "A Czech dictionary for the aspell spell checker."
+#. summary(amavisd-new:amavisd-new-docs)
+msgid "Documentation for the High-Performance E-Mail Virus Scanner"
msgstr ""
-#. description(docbook-xml-website)
+#. description(amavisd-new:amavisd-new-docs)
msgid ""
-"A DTD in XML as an extension to DocBook XML and XSL stylesheets to process "
-"it."
+"Amavisd-new is a high-performance interface between mailer (MTA) and content checkers: virus scanners or SpamAssassin. It talks to the MTA via (E)SMTP, LMTP.\n"
+"\n"
+"This package contains the documentation and Release-Notes."
msgstr ""
-#. description(aspell-dictionaries:aspell-da)
-#, fuzzy
-msgid "A Danish dictionary for the aspell spell checker."
-msgstr "Software Adicional"
+#. summary(amor)
+msgid "On-Screen Creature"
+msgstr ""
-#. summary(dia)
-msgid "A Diagram Creation Program"
+#. description(amor)
+msgid "KDE creature for your desktop"
msgstr ""
-#. description(aspell-dictionaries:aspell-nl)
-msgid "A Dutch dictionary for the aspell spell checker."
+#. summary(analitza)
+msgid "A library to add mathematical features to programs"
msgstr ""
-#. description(aspell-dictionaries:aspell-fo)
-#, fuzzy
-msgid "A Faroese dictionary for the aspell spell checker."
-msgstr "Software Adicional"
+#. description(analitza)
+msgid "The analitza library will let you add mathematical features to your program."
+msgstr ""
-#. summary(ccache)
+#. summary(anjuta)
#, fuzzy
-msgid "A Fast C/C++ Compiler Cache"
-msgstr "Ferramentas e Compiladores de C/C++"
+msgid "Versatile Integrated Development Environment for GNOME"
+msgstr "Ambiente de Desenvolvimento Integrado"
-#. description(aspell-dictionaries:aspell-fi)
-#, fuzzy
-msgid "A Finnish dictionary for the aspell spell checker."
-msgstr "Software Adicional"
+#. description(anjuta)
+msgid "Anjuta is a versatile Integrated Development Environment (IDE) for the GNOME desktop. It features a number of advanced programming facilities includes project management, application wizards, an interactive debugger, an integrated Glade UI designer, integrated Devhelp API help, an integrated Valgrind memory profiler, an integrated gprof performance profiler, a class generator, a powerful source editor, source browsing, and more."
+msgstr ""
-#. summary(audacity)
-msgid "A Free, Cross-Platform Digital Audio Editor"
+#. summary(anjuta-extras)
+msgid "Extra plugins for anjuta"
msgstr ""
-#. description(aspell-dictionaries:aspell-fr)
-msgid "A French dictionary for the aspell spell checker."
+#. description(anjuta-extras)
+msgid ""
+"The package contains the following plugins:\n"
+"\n"
+" * Scintilla Editor * Scratchbox Support"
msgstr ""
-#. description(aspell-dictionaries:aspell-fy)
+#. summary(antlr)
+msgid "Another Tool for Language Recognition"
+msgstr ""
+
+#. description(antlr)
+msgid "ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions (you can use PCCTS 1.xx to generate C-based parsers)."
+msgstr ""
+
+#. summary(antlr:antlr-devel)
+msgid "ANother Tool for Language Recognition (c++ runtime)"
+msgstr ""
+
+#. description(antlr:antlr-devel)
+msgid ""
+"ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions (you can use PCCTS 1.xx to generate C-based parsers).\n"
+"\n"
+"This package provides the C++ runtime (libantlr.a) and a headers files of antlr"
+msgstr ""
+
+#. summary(apache-commons-daemon)
+msgid "Commons Daemon - Controlling of Java Daemons"
+msgstr ""
+
+#. description(apache-commons-daemon)
+msgid "The Daemon Component contains a set of Java and native code, including a set of Java interfaces applications must implement and Unix native code to control a Java daemon from a Unix operating system."
+msgstr ""
+
+#. summary(apache2)
+msgid "The Apache Web Server Version 2.4"
+msgstr ""
+
+#. description(apache2)
+msgid ""
+"This version of httpd is a major release of the 2.4 stable branch, and represents the best available version of Apache HTTP Server. New features include Loadable MPMs, major improvements to OCSP support, mod_lua, Dynamic Reverse Proxy configuration, Improved Authentication/ Authorization, FastCGI Proxy, New Expression Parser, and a Small Object Caching API.\n"
+"\n"
+" See /usr/share/doc/packages/apache2/, http://httpd.apache.org/, and http://httpd.apache.org/docs-2.4/upgrading.html."
+msgstr ""
+
+#. summary(apache2:apache2-devel)
+msgid "Apache 2 Header and Include Files"
+msgstr ""
+
+#. description(apache2:apache2-devel)
#, fuzzy
-msgid "A Frisian (Frysk) dictionary for the aspell spell checker."
-msgstr "Software Adicional"
+msgid "This package contains header files and include files that are needed for development using the Apache API."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(ekiga)
-msgid "A GNOME based SIP/H323 teleconferencing application"
+#. summary(apache2:apache2-example-pages)
+msgid "Example Pages for the Apache 2 Web Server"
msgstr ""
-#. summary(autoconf)
-msgid "A GNU Tool for Automatically Configuring Source Code"
+#. description(apache2:apache2-example-pages)
+msgid "Some Example pages for Apache that show information about the installed server."
msgstr ""
-#. summary(galculator)
-msgid "A GTK 2/3 based calculator"
+#. summary(apache2-mod_dnssd)
+msgid "Apache2 module for Zeroconf support via DNS-SD"
msgstr ""
-#. description(aspell-dictionaries:aspell-gl)
-msgid "A Galician Gaelic dictionary for the aspell spell checker."
+#. description(apache2-mod_dnssd)
+msgid "mod_dnssd is an Apache HTTPD module which adds Zeroconf support via DNS-SD using Avahi."
msgstr ""
+#. summary(php5:apache2-mod_php5)
+msgid "PHP5 Module for Apache 2.0"
+msgstr ""
+
+#. description(php5:apache2-mod_php5)
+msgid ""
+"PHP is a server-side, cross-platform HTML embedded scripting language. If you are completely new to PHP and want to get some idea of how it works, have a look at the Introductory tutorial. Once you get beyond that, have a look at the example archive sites and some of the other resources available in the links section.\n"
+"\n"
+"Please refer to /usr/share/doc/packages/php5/README.SUSE for information on how to load the module into the Apache webserver."
+msgstr ""
+
+#. summary(apache2-mod_tidy)
+msgid "Apache Module using the Tidy Library to Clean Up HTML, XHTML, and XML"
+msgstr ""
+
+#. description(apache2-mod_tidy)
+msgid ""
+"mod_tidy is a module for Apache that works as a filter that hooks itself to HTML output.\tmod_tidy feeds the HTML output to TidyLib (http://tidy.sourceforge.net/) which validates the HTML output. If TidyLib finds an error, the client receives a HTML page with a list of all found errors. If TidyLib does not complain, you get your HTML data as without mod_tidy.\n"
+"\n"
+"To load the module into Apache, run the command \"a2enmod tidy\" as root.\n"
+"\n"
+"To learn about the configuration, refer to /usr/share/doc/packages/apache2-mod_tidy/README."
+msgstr ""
+
+#. summary(apache2:apache2-prefork)
+msgid "Apache 2 \"prefork\" MPM (Multi-Processing Module)"
+msgstr ""
+
+#. description(apache2:apache2-prefork)
+msgid ""
+"\"prefork\" MPM (Multi-Processing Module)\n"
+"\n"
+"This MPM is basically the one that Apache 1.3.x used. It warrants the maximum stability because each server runs in its own process. If a process dies it will not affect other servers."
+msgstr ""
+
+#. summary(apache2:apache2-utils)
+msgid "Apache 2 utilities"
+msgstr ""
+
+#. description(apache2:apache2-utils)
+msgid "Utilities provided by the Apache 2 Web Server project which are useful to administrators of web servers in general."
+msgstr ""
+
+#. summary(apper)
+msgid "KDE interface for PackageKit"
+msgstr ""
+
+#. description(apper)
+msgid "KDE interface for PackageKit package management."
+msgstr ""
+
+#. summary(appres)
+msgid "Utility to list the resource database of an X application"
+msgstr ""
+
+#. description(appres)
+msgid "The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used to determine which resources a particular program will load."
+msgstr ""
+
+#. summary(aqbanking)
+msgid "Library for Online Banking Functions and Financial Data Import and Export"
+msgstr ""
+
+#. description(aqbanking)
+msgid "AqBanking is a generic online banking interface. It allows multiple back-ends (currently HBCI) and multiple front-ends (such as KDE, GNOME, or console) to be used."
+msgstr ""
+
+#. summary(aqbanking:aqbanking-devel)
+msgid "Library for Online Banking Functions and Financial Data Import/Export"
+msgstr ""
+
+#. description(aqbanking:aqbanking-devel)
+msgid "AqBanking is a generic OnlineBanking interface. It allows multiple backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME, console) to be used."
+msgstr ""
+
+#. summary(aria2)
+msgid "Parallelizing Multi-Protocol Utility for Downloading Files"
+msgstr ""
+
+#. description(aria2)
+msgid ""
+"aria2 is a utility for downloading files. It has completely new design concept from its predecessor, Aria, and is written from scratch. aria2 has a segmented downloading engine in its core. It can download one file from multiple URLs or multiple connections from one URL. This results in very high speed downloading, much faster than ordinary browsers. This engine in was implemented in a single-thread model. The architecture is clean and easy to extend.\n"
+"\n"
+"aria2 currently supports HTTP, FTP, and BitTorrent."
+msgstr ""
+
+#. summary(armagetron)
+msgid "OpenGL Game Similar to the Film Tron"
+msgstr ""
+
+#. description(armagetron)
+msgid "In this game, race against other players on a permanently moving lightcycle (virtual motorbike), which leaves a wall as a trace. The lightcycles can make 90 degree turns and accelerate when driven close to walls. The game is over if you hit a wall. The goal of the game is to try to make your enemies hit the walls, while you avoid doing the same. Unlike glTron, this program does not require 3D hardware support."
+msgstr ""
+
+#. summary(arpwatch)
+msgid "Arpwatch Keeps Track of Ethernet and IP Address Pairings"
+msgstr ""
+
+#. description(arpwatch)
+msgid "Arpwatch keeps track of Ethernet and IP address pairings. It logs activity to syslog and reports certain changes via e-mail."
+msgstr ""
+
+#. summary(alsa-tools:as10k1)
+msgid "Emu10k1 DSP assembler"
+msgstr ""
+
+#. description(alsa-tools:as10k1)
+msgid "Assmbler for emu10k1 DSP chip present in Creative SB Live, PCI 512 and Emu APS sound cards."
+msgstr ""
+
+#. summary(aspell-dictionaries:aspell-af)
+#, fuzzy
+msgid "Afrikaans Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-af)
+#, fuzzy
+msgid "An Afrikaans dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-agal)
+#, fuzzy
+msgid "Galician-portuguese (galego-portugués) Dictionary for Aspell"
+msgstr "Software Adicional"
+
#. description(aspell-dictionaries:aspell-agal)
#, fuzzy
-msgid "A Galician-portuguese dictionary for the aspell spell checker."
+msgid "A Galician-portuguese (galego-portugués) dictionary for the aspell spell checker."
msgstr "Software Adicional"
+#. summary(aspell-dictionaries:aspell-am)
+#, fuzzy
+msgid "Amharic (አማርኛ) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-am)
+#, fuzzy
+msgid "An Amharic (አማርኛ) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-ar)
+#, fuzzy
+msgid "Arabic (العربية) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-ar)
+#, fuzzy
+msgid "An Arabic (العربية) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-az)
+#, fuzzy
+msgid "Azerbaijani (تورکجه) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-az)
+#, fuzzy
+msgid "An Azerbaijani (تورکجه) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-bg)
+#, fuzzy
+msgid "Bulgarian (български) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-bg)
+#, fuzzy
+msgid "A Bulgarian (български) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-bn)
+#, fuzzy
+msgid "Bengali (বাংলা) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-bn)
+#, fuzzy
+msgid "A Bengali (বাংলা) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-br)
+#, fuzzy
+msgid "Breton (brezhoneg) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-br)
+#, fuzzy
+msgid "A Breton (brezhoneg) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-ca)
+#, fuzzy
+msgid "Catalan (català) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-ca)
+#, fuzzy
+msgid "A Catalan (català) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-cs)
+#, fuzzy
+msgid "Czech (čeština) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-cs)
+#, fuzzy
+msgid "A Czech (český) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-csb)
+#, fuzzy
+msgid "Kashubian (kaszëbsczi) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-csb)
+#, fuzzy
+msgid "A Kashubian (kaszëbsczi) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-cy)
+#, fuzzy
+msgid "Welsh (Cymraeg) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-cy)
+#, fuzzy
+msgid "A Welsh (Cymraeg) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
+#. summary(aspell-dictionaries:aspell-da)
+#, fuzzy
+msgid "Danish (dansk) Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-da)
+#, fuzzy
+msgid "A Danish (dansk) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
+
#. summary(igerman98:aspell-de)
msgid "A German Dictionary for ASpell"
msgstr ""
@@ -166,1785 +489,1425 @@
msgid "A German dictionary for the ASpell spell checker."
msgstr ""
+#. summary(aspell:aspell-devel)
+msgid "Include Files and Libraries Mandatory for Development with aspell"
+msgstr ""
+
+#. description(aspell:aspell-devel)
+#, fuzzy
+msgid "This package contains all necessary include files and libraries needed to develop applications that require aspell."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(aspell-dictionaries:aspell-el)
+#, fuzzy
+msgid "Greek (ελληνικά) Dictionary for Aspell"
+msgstr "Software Adicional"
+
#. description(aspell-dictionaries:aspell-el)
#, fuzzy
-msgid "A Greek dictionary for the aspell spell checker."
+msgid "A Greek (ελληνικά) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-gu)
-msgid "A Gujarati dictionary for the aspell spell checker."
+#. summary(aspell-dictionaries:aspell-eo)
+#, fuzzy
+msgid "Esperanto Dictionary for Aspell"
+msgstr "Software Adicional"
+
+#. description(aspell-dictionaries:aspell-eo)
+msgid "An Esperanto dictionary for the aspell spell checker."
msgstr ""
-#. description(aspell-dictionaries:aspell-he)
+#. summary(aspell-dictionaries:aspell-es)
#, fuzzy
-msgid "A Hebrew (עברית) dictionary for the aspell spell checker."
+msgid "Spanish (español) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-hi)
+#. description(aspell-dictionaries:aspell-es)
#, fuzzy
-msgid "A Hindi (हिंदी) dictionary for the aspell spell checker."
+msgid "A Spanish (español) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-hu)
+#. summary(aspell-dictionaries:aspell-et)
#, fuzzy
-msgid "A Hungarian dictionary for the aspell spell checker."
+msgid "Estonian (eesti) Dictionary for Aspell"
msgstr "Software Adicional"
-#. summary(at)
-msgid "A Job Manager"
-msgstr ""
+#. description(aspell-dictionaries:aspell-et)
+#, fuzzy
+msgid "An Estonian (eesti) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(kdepim4:akregator)
-msgid "A KDE Feed Aggregator"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-fa)
+#, fuzzy
+msgid "Persian (فارسی) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-kn)
+#. description(aspell-dictionaries:aspell-fa)
#, fuzzy
-msgid "A Kannada (Canarese) dictionary for the aspell spell checker."
+msgid "A Persian (فارسی) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-csb)
+#. summary(aspell-dictionaries:aspell-fi)
#, fuzzy
-msgid "A Kashubian dictionary for the aspell spell checker."
+msgid "Finnish (suomi) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-rw)
+#. description(aspell-dictionaries:aspell-fi)
#, fuzzy
-msgid "A Kinyarwanda dictionary for the aspell spell checker."
+msgid "A Finnish (suomi) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ky)
-msgid "A Kirghiz dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-fo)
+#, fuzzy
+msgid "Faroese (føroyskt) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ku)
-msgid "A Kurdi dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-fo)
+#, fuzzy
+msgid "A Faroese (føroyskt) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-lv)
+#. summary(aspell-dictionaries:aspell-fr)
#, fuzzy
-msgid "A Latvian dictionary for the aspell spell checker."
+msgid "French (français) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-lt)
+#. description(aspell-dictionaries:aspell-fr)
#, fuzzy
-msgid "A Lithuanian dictionary for the aspell spell checker."
+msgid "A French (français) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-nds)
+#. summary(aspell-dictionaries:aspell-fy)
#, fuzzy
-msgid "A Low Saxon (Plattgerman dictionary for the aspell spell checker."
+msgid "Frisian (Frysk) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-mk)
+#. description(aspell-dictionaries:aspell-fy)
#, fuzzy
-msgid "A Macedonian dictionary for the aspell spell checker."
+msgid "A Frisian (Frysk) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-mg)
+#. summary(aspell-dictionaries:aspell-ga)
#, fuzzy
-msgid "A Malagasy dictionary for the aspell spell checker."
+msgid "Irish (Gaeilge) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ms)
-msgid "A Malay dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-ga)
+#, fuzzy
+msgid "An Irish (Gaeilge) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ml)
+#. summary(aspell-dictionaries:aspell-gd)
#, fuzzy
-msgid "A Malayalam dictionary for the aspell spell checker."
+msgid "Scottish (Gàidhlig) Gaelic Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-mt)
+#. description(aspell-dictionaries:aspell-gd)
#, fuzzy
-msgid "A Maltese dictionary for the aspell spell checker."
+msgid "A Scottish (Gàidhlig) Gaelic dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-gv)
+#. summary(aspell-dictionaries:aspell-gl)
#, fuzzy
-msgid "A Manx Gaelic dictionary for the aspell spell checker."
+msgid "Galician Gaelic (galego) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-mi)
-msgid "A Maori dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-gl)
+#, fuzzy
+msgid "A Galician Gaelic (galego) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(avogadro)
-msgid "A Molecular design tool"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-gu)
+#, fuzzy
+msgid "Gujarati (ગુજરાતી) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-mn)
+#. description(aspell-dictionaries:aspell-gu)
#, fuzzy
-msgid "A Mongolian (Монгол) dictionary for the aspell spell checker."
+msgid "A Gujarati (ગુજરાતી) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. summary(abiword)
-msgid "A Multiplatform Word Processor"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-gv)
+#, fuzzy
+msgid "Manx Gaelic (Gaelg) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(abiword-docs)
-msgid "A Multiplatform Word Processor - Documentation"
-msgstr ""
+#. description(aspell-dictionaries:aspell-gv)
+#, fuzzy
+msgid "A Manx Gaelic (Gaelg) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-nb)
+#. summary(aspell-dictionaries:aspell-he)
#, fuzzy
-msgid "A Norwegian Bokmaal dictionary for the aspell spell checker."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Hebrew (עברית) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-nn)
+#. description(aspell-dictionaries:aspell-he)
#, fuzzy
-msgid "A Norwegian Nynorsk dictionary for the aspell spell checker."
+msgid "A Hebrew (עברית) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. summary(ddclient)
-msgid "A Perl Client to Update Dynamic DNS Entries"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-hi)
+#, fuzzy
+msgid "Hindi (हिंदी) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-fa)
-msgid "A Persian dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-hi)
+#, fuzzy
+msgid "A Hindi (हिंदी) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-pl)
-msgid "A Polish dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-hr)
+#, fuzzy
+msgid "Croatian (hrvatski) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(apel)
-msgid "A Portable Emacs Library"
-msgstr ""
+#. description(aspell-dictionaries:aspell-hr)
+#, fuzzy
+msgid "A Croatian (hrvatski) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-pt_PT)
+#. summary(aspell-dictionaries:aspell-hu)
#, fuzzy
-msgid "A Portuguese dictionary for the aspell spell checker."
+msgid "Hungarian (magyar) Dictionary for Aspell"
msgstr "Software Adicional"
-#. summary(automake)
-msgid "A Program for Automatically Generating GNU-Style Makefile.in Files"
-msgstr ""
+#. description(aspell-dictionaries:aspell-hu)
+#, fuzzy
+msgid "A Hungarian (magyar) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(cdparanoia)
-msgid "A Program for Extracting, Verifying, and Fixing Audio Tracks from CDs"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-hy)
+#, fuzzy
+msgid "Armenian (Հայերեն) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(cvsps)
-msgid "A Program for Generating Patch Set Information from a CVS Repository"
-msgstr ""
+#. description(aspell-dictionaries:aspell-hy)
+#, fuzzy
+msgid "An Armenian (Հայերեն) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(cabextract)
+#. summary(aspell-dictionaries:aspell-ia)
#, fuzzy
-msgid "A Program to Extract Microsoft Cabinet Files"
-msgstr "Ver arquivos PostScript"
+msgid "Interlingua Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(ctags)
-msgid "A Program to Generate Tag Files for Use with vi and Other Editors"
+#. description(aspell-dictionaries:aspell-ia)
+msgid "An Interlingua dictionary for the aspell spell checker."
msgstr ""
-#. description(aspell-dictionaries:aspell-pa)
-msgid "A Punjabi dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-id)
+#, fuzzy
+msgid "Indonesian (Bahasa Indonesia) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ro)
+#. description(aspell-dictionaries:aspell-id)
#, fuzzy
-msgid "A Romanian dictionary for the aspell spell checker."
+msgid "An Indonesian (Bahasa Indonesia) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ru)
-msgid "A Russian dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-is)
+#, fuzzy
+msgid "Icelandic (Íslenska) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(FastCGI)
-msgid "A Scalable, Open Extension to CGI"
-msgstr ""
+#. description(aspell-dictionaries:aspell-is)
+#, fuzzy
+msgid "An Icelandic (Íslenska) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-gd)
-msgid "A Scottish Gaelic dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-it)
+#, fuzzy
+msgid "Italian (italiano) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(build)
-msgid "A Script to Build SUSE Linux RPMs"
-msgstr ""
+#. description(aspell-dictionaries:aspell-it)
+#, fuzzy
+msgid "An Italian (italiano) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-sr)
-msgid "A Serbian dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-kn)
+#, fuzzy
+msgid "Kannada (ಕನ್ನಡ) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(bwidget)
-msgid "A Set of Megawidgets for Tcl/Tk"
-msgstr ""
+#. description(aspell-dictionaries:aspell-kn)
+#, fuzzy
+msgid "A Kannada (ಕನ್ನಡ) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-sk)
-msgid "A Slovak dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-ku)
+#, fuzzy
+msgid "Kurdi (Kurdî, كوردی) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-sl)
-msgid "A Slovenian dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-ku)
+#, fuzzy
+msgid "A Kurdi (Kurdî, كوردی) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-es)
+#. summary(aspell-dictionaries:aspell-ky)
#, fuzzy
-msgid "A Spanish dictionary for the aspell spell checker."
+msgid "Kirghiz (Кыргызча) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-sw)
-msgid "A Swahili dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-ky)
+#, fuzzy
+msgid "A Kirghiz (Кыргызча) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-sv)
-msgid "A Swedish dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-lt)
+#, fuzzy
+msgid "Lithuanian (lietuvių) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-tl)
-msgid "A Tagalog dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-lt)
+#, fuzzy
+msgid "A Lithuanian ((lietuvių) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ta)
-msgid "A Tamil dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-lv)
+#, fuzzy
+msgid "Latvian (latviešu) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-te)
-msgid "A Telugu dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-lv)
+#, fuzzy
+msgid "A Latvian (latviešu) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(expect)
-msgid "A Tool for Automating Interactive Programs"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-mg)
+#, fuzzy
+msgid "Malagasy Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-tr)
-msgid "A Turkish dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-mg)
+#, fuzzy
+msgid "A Malagasy dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-tk)
-msgid "A Turkmen dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-mi)
+#, fuzzy
+msgid "Maori (Māori) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(cryptconfig)
-msgid "A Utility to Configure Encrypted Home Directories and LUKS Partitions"
-msgstr ""
+#. description(aspell-dictionaries:aspell-mi)
+#, fuzzy
+msgid "A Maori (Māori) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-vi)
+#. summary(aspell-dictionaries:aspell-mk)
#, fuzzy
-msgid "A Vietnamese dictionary for the aspell spell checker."
+msgid "Macedonian (македонски) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-wa)
-msgid "A Walloon dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-mk)
+#, fuzzy
+msgid "A Macedonian (македонски) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-cy)
-msgid "A Welsh dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-ml)
+#, fuzzy
+msgid "Malayalam (മലയാളം) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-yi)
-msgid "A Yiddish dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-ml)
+#, fuzzy
+msgid "A Malayalam (മലയാളം) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-zu)
-msgid "A Zulu dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-mn)
+#, fuzzy
+msgid "Mongolian (Монгол) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(arabic-fonts)
-msgid ""
-"A collection of free Arabic fonts available from http://www.arabeyes.org/"
-"resources.php."
-msgstr ""
+#. description(aspell-dictionaries:aspell-mn)
+#, fuzzy
+msgid "A Mongolian (Монгол) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(eog-plugins)
-msgid "A collection of plugins for Eye of GNOME"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-mr)
+#, fuzzy
+msgid "Marathi (मराठी) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(ebtables)
-msgid ""
-"A firewalling tool to transparently filter network traffic passing a bridge. "
-"The filtering possibilities are limited to link layer filtering and some "
-"basic filtering on higher network layers. The ebtables tool can be used "
-"together with the other Linux filtering tools, like iptables. There are no "
-"incompatibility issues."
-msgstr ""
+#. description(aspell-dictionaries:aspell-mr)
+#, fuzzy
+msgid "A Marathi (मराठी) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(abcde)
-msgid ""
-"A front-end program to cdparanoia, wget, cd-discid, id3, and your favorite "
-"Ogg or MP3 encoder (defaults to oggenc). Grabs an entire CD and converts "
-"each track to Ogg or MP3 then comments or ID3 tags each file with one "
-"command."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-ms)
+#, fuzzy
+msgid "Malay (bahasa Melayu, بهاس ملايو) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(claws-mail)
-msgid "A lightweight and highly configurable email client"
-msgstr ""
+#. description(aspell-dictionaries:aspell-ms)
+#, fuzzy
+msgid "A Malay (bahasa Melayu, بهاس ملايو) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(cyreal-lobster-cyrillic-fonts)
-msgid ""
-"A lovely Bold Condensed Script fully loaded with hundreds of ligatures and "
-"alternates.\n"
-"\n"
-"Lobster Cyrillic includes:\n"
-"- 99 Cyrillic ligatures.\n"
-"- 25 ending glyphs.\n"
-"- 100 ending ligatures.\n"
-"- 2 initial ligatures.\n"
-"- Ukrainian Hryvnia and Russian Ruble currency symbols."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-mt)
+#, fuzzy
+msgid "Maltese (Malti) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(banshee)
+#. description(aspell-dictionaries:aspell-mt)
#, fuzzy
-msgid "A media playback and management application"
-msgstr "Escolher Aplicativo"
+msgid "A Maltese (Malti) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(blinken)
-msgid "A memory enhancement game."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-nb)
+#, fuzzy
+msgid "Norwegian Bokmaal (Norsk bokmål) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(conduit)
-msgid "A synchronization application for GNOME"
-msgstr ""
+#. description(aspell-dictionaries:aspell-nb)
+#, fuzzy
+msgid "A Norwegian Bokmaal (Norsk bokmål) dictionary for the aspell spell checker."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(acpid)
-msgid ""
-"ACPID is a completely flexible, totally extensible daemon for delivering "
-"ACPI events. It listens to a file (/proc/acpi/event) and, when an event "
-"occurs, executes programs to handle the event. The start script loads all "
-"needed modules.\n"
-"\n"
-"Configure it in /etc/sysconfig/powermanagement."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-nds)
+#, fuzzy
+msgid "Low Saxon (Plattdüütsch) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(antlr)
-msgid ""
-"ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a language "
-"tool that provides a framework for constructing recognizers, compilers, and "
-"translators from grammatical descriptions containing C++ or Java actions "
-"(you can use PCCTS 1.xx to generate C-based parsers)."
-msgstr ""
+#. description(aspell-dictionaries:aspell-nds)
+#, fuzzy
+msgid "A Low Saxon (Plattdüütsch) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(antlr:antlr-devel)
-msgid ""
-"ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a language "
-"tool that provides a framework for constructing recognizers, compilers, and "
-"translators from grammatical descriptions containing C++ or Java actions "
-"(you can use PCCTS 1.xx to generate C-based parsers).\n"
-"\n"
-"This package provides the C++ runtime (libantlr.a) and a headers files of "
-"antlr"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-nl)
+#, fuzzy
+msgid "Dutch (Nederlands) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(antlr:antlr-java)
-msgid ""
-"ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a language "
-"tool that provides a framework for constructing recognizers, compilers, and "
-"translators from grammatical descriptions containing C++ or Java actions "
-"(you can use PCCTS 1.xx to generate C-based parsers).\n"
-"\n"
-"This package provides the Java runtime for antlr"
-msgstr ""
+#. description(aspell-dictionaries:aspell-nl)
+#, fuzzy
+msgid "A Dutch (Nederlands) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(antlr:antlr-java)
-msgid "ANother Tool for Language Recognition (Manual)"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-nn)
+#, fuzzy
+msgid "Norwegian Nynorsk (Norsk nynorsk) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(antlr:antlr-devel)
-msgid "ANother Tool for Language Recognition (c++ runtime)"
-msgstr ""
+#. description(aspell-dictionaries:aspell-nn)
+#, fuzzy
+msgid "A Norwegian Nynorsk (Norsk nynorsk) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(brltty:brltty-driver-at-spi2)
-msgid "AT-SPI 2 driver for BRLTTY"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-or)
+#, fuzzy
+msgid "Oriya (ଓଡ଼ିଆ) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(brltty:brltty-driver-at-spi)
-msgid "AT-SPI driver for BRLTTY"
-msgstr ""
+#. description(aspell-dictionaries:aspell-or)
+#, fuzzy
+msgid "An Oriya (ଓଡ଼ିଆ) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(abiword)
-msgid ""
-"AbiWord is a multiplatform word processor with a GTK+ interface on the UNIX "
-"platform."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-pa)
+#, fuzzy
+msgid "Punjabi (ਪੰਜਾਬੀ, پنجابی) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(abiword-docs)
-msgid ""
-"AbiWord is a multiplatform word processor with a GTK+ interface on the UNIX "
-"platform. For extended functionality and integration, this version is "
-"compiled with GNOME support. Abiword with the GNOME front-end is part of the "
-"GNOME Office Suite."
-msgstr ""
+#. description(aspell-dictionaries:aspell-pa)
+#, fuzzy
+msgid "A Punjabi (ਪੰਜਾਬੀ, پنجابی) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(accerciser)
-msgid ""
-"Accerciser is an interactive Python accessibility explorer for the GNOME "
-"desktop. It uses AT-SPI to inspect and control widgets, allowing you to "
-"check if an application is providing correct information to assistive "
-"technologies and automated test frameworks. Accerciser has a simple plugin "
-"framework which you can use to create custom views of accessibility "
-"information.\n"
-"\n"
-"In essence, Accerciser is a next generation at-poke tool."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-pl)
+#, fuzzy
+msgid "Polish (polszczyzna) Dictionary for Aspell"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(accerciser)
-msgid "Accessibility debugging tool"
-msgstr ""
+#. description(aspell-dictionaries:aspell-pl)
+#, fuzzy
+msgid "A Polish (polszczyzna) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(bwidget)
-msgid ""
-"Add useful and nice-looking widgets to your interfaces with the BWidget "
-"Toolkit, a set of native Tk 8.x Widgets using Tcl8.x namespaces. The "
-"BWidgets have a professional look and feel as in other well-known toolkits "
-"(Tix or Incr Widget). However, the concept is radically different because "
-"everything is native. There is no platform compilation and no compiled "
-"extension libraries are needed. The code is in pure Tcl/Tk."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-pt_BR)
+#, fuzzy
+msgid "Brazilian Portuguese (Português brasileira) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(cups-backends)
-msgid "Additional Backends for CUPS"
-msgstr ""
+#. description(aspell-dictionaries:aspell-pt_BR)
+#, fuzzy
+msgid "A Brazilian Portuguese (Português brasileira) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(apache2:apache2-doc)
-msgid "Additional Package Documentation."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-pt_PT)
+#, fuzzy
+msgid "Portuguese (Português) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(ant:ant-scripts)
-msgid "Additional scripts for ant"
-msgstr ""
+#. description(aspell-dictionaries:aspell-pt_PT)
+#, fuzzy
+msgid "A Portuguese (Português) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(capi4hylafax)
-msgid "Adds a faxcapi modem for hylafax"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-ro)
+#, fuzzy
+msgid "Romanian (română) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(atftp)
-msgid "Advanced TFTP Server and Client"
-msgstr ""
+#. description(aspell-dictionaries:aspell-ro)
+#, fuzzy
+msgid "A Romanian (română) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(aspell-dictionaries:aspell-af)
+#. summary(aspell-dictionaries:aspell-ru)
#, fuzzy
-msgid "Afrikaans Dictionary for Aspell"
+msgid "Russian (русский) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(alevt)
-msgid ""
-"AleVT is a teletext and videotext decoder and browser for the BTTV driver (/"
-"dev/vbi) and the X Window System. It features multiple windows, a page "
-"cache, regexp searching, a built-in manual, and more. There is also a "
-"program to get the time from teletext."
-msgstr ""
+#. description(aspell-dictionaries:aspell-ru)
+#, fuzzy
+msgid "A Russian (русский) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(alpine)
-msgid ""
-"Alpine is a display-oriented email client that is suitable for both the "
-"inexperienced email user as well as for the most demanding of power users. "
-"Alpine is based on the Pine® Message System, which was also developed at the "
-"University of Washington. Alpine can be learned by exploration and the use "
-"of context-sensitive help. The user experience is highly customizable "
-"through the use of the Alpine Setup command."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-rw)
+#, fuzzy
+msgid "Kinyarwanda (Ikinyarwanda) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(apache-commons-httpclient)
-msgid ""
-"Although the java.net package provides basic functionality for accessing "
-"resources via HTTP, it doesn't provide the full flexibility or functionality "
-"needed by many applications. The Apache Commons HttpClient component seeks "
-"to fill this void by providing an efficient, up-to-date, and feature-rich "
-"package implementing the client side of the most recent HTTP standards and "
-"recommendations.\n"
-"\n"
-"Designed for extension while providing robust support for the base HTTP "
-"protocol, the HttpClient component may be of interest to anyone building "
-"HTTP-aware client applications such as web browsers, web service clients, or "
-"systems that leverage or extend the HTTP protocol for distributed "
-"communication."
-msgstr ""
+#. description(aspell-dictionaries:aspell-rw)
+#, fuzzy
+msgid "A Kinyarwanda (Ikinyarwanda) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(amavisd-new:amavisd-new-docs)
-msgid ""
-"Amavisd-new is a high-performance interface between mailer (MTA) and content "
-"checkers: virus scanners or SpamAssassin. It talks to the MTA via (E)SMTP, "
-"LMTP.\n"
-"\n"
-"This package contains the documentation and Relase-Notes."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-sk)
+#, fuzzy
+msgid "Slovak (slovenský) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(amavisd-new)
-msgid ""
-"Amavisd-new is a high-performance interface between mailer (MTA) and content "
-"checkers: virus scanners or SpamAssassin. It talks to the MTA via (E)SMTP, "
-"LMTP. It works with the following MTAs:\n"
-"\n"
-"- postfix\n"
-"- sendmail (sendmail-milter)\n"
-"- exim"
-msgstr ""
+#. description(aspell-dictionaries:aspell-sk)
+#, fuzzy
+msgid "A Slovak (slovenský) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(aspell-dictionaries:aspell-am)
+#. summary(aspell-dictionaries:aspell-sl)
#, fuzzy
-msgid "Amharic Dictionary for Aspell"
+msgid "Slovenian (slovenski) Dictionary for Aspell"
msgstr "Software Adicional"
-#. summary(arabic-fonts:arabic-amiri-fonts)
-msgid "Amiri Naksh Typeface"
-msgstr ""
+#. description(aspell-dictionaries:aspell-sl)
+#, fuzzy
+msgid "A Slovenian (slovenski) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(arabic-fonts:arabic-amiri-fonts)
-msgid "Amiri family is high quality Arabic Naskh typeface."
+#. summary(aspell:aspell-spell)
+msgid "GNU Aspell - Spell compatibility"
msgstr ""
-#. summary(bin86)
-msgid "An 8086 Assembler and Linker"
+#. description(aspell:aspell-spell)
+msgid ""
+"GNU Aspell is a spell checker designed to eventually replace Ispell. It can be used as a library or as an independent spell checker.\n"
+"\n"
+"This package contains a spell script for compatibility reasons so that programs that expect the \"spell\" command will work correctly."
msgstr ""
-#. description(bin86)
-msgid "An 8086 assembler and linker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-sr)
+#, fuzzy
+msgid "Serbian (српски) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(enscript)
-msgid "An ASCII to PostScript(tm) Converter"
-msgstr ""
+#. description(aspell-dictionaries:aspell-sr)
+#, fuzzy
+msgid "A Serbian (српски) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-af)
+#. summary(aspell-dictionaries:aspell-sv)
#, fuzzy
-msgid "An Afrikaans dictionary for the aspell spell checker."
+msgid "Swedish (Svenska) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-am)
-msgid "An Amharic dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-sv)
+#, fuzzy
+msgid "A Swedish (Svenska) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ar)
-msgid "An Arabic dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-sw)
+#, fuzzy
+msgid "Swahili (Kiswahili) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-hy)
-msgid "An Armenian dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-sw)
+#, fuzzy
+msgid "A Swahili (Kiswahili) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-az)
-msgid "An Azerbaijani dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-ta)
+#, fuzzy
+msgid "Tamil (தமிழ்) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(flim)
-msgid "An Emacs Library for MIME"
-msgstr ""
+#. description(aspell-dictionaries:aspell-ta)
+#, fuzzy
+msgid "A Tamil (தமிழ்) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(boost-jam)
-msgid "An Enhanced Make Replacement"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-te)
+#, fuzzy
+msgid "Telugu (తెలుగు) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-eo)
-msgid "An Esperanto dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-te)
+#, fuzzy
+msgid "A Telugu (తెలుగు) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-et)
-msgid "An Estonian dictionary for the aspell spell checker."
-msgstr ""
+#. summary(aspell-dictionaries:aspell-tk)
+#, fuzzy
+msgid "Turkmen (Türkmençe) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-is)
-msgid "An Icelandic dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-tk)
+#, fuzzy
+msgid "A Turkmen (Türkmençe) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-id)
+#. summary(aspell-dictionaries:aspell-tl)
#, fuzzy
-msgid ""
-"An Indonesian (Bahasa Indonesia) dictionary for the aspell spell checker."
+msgid "Tagalog Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-ia)
-msgid "An Interlingua dictionary for the aspell spell checker."
+#. description(aspell-dictionaries:aspell-tl)
+msgid "A Tagalog dictionary for the aspell spell checker."
msgstr ""
-#. description(aspell-dictionaries:aspell-ga)
+#. summary(aspell-dictionaries:aspell-tr)
#, fuzzy
-msgid "An Irish dictionary for the aspell spell checker."
+msgid "Turkish (Türkçe) Dictionary for Aspell"
msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-it)
-msgid "An Italian dictionary for the aspell spell checker."
-msgstr ""
+#. description(aspell-dictionaries:aspell-tr)
+#, fuzzy
+msgid "A Turkish (Türkçe) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(djvulibre)
-msgid "An Open Source Implementation of DjVu"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-uk)
+#, fuzzy
+msgid "Ukrainian (українська) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(aspell-dictionaries:aspell-or)
-msgid "An Oriya dictionary for the aspell spell checker."
-msgstr ""
-
#. description(aspell-dictionaries:aspell-uk)
#, fuzzy
-msgid "An Ukrainian dictionary for the aspell spell checker."
+msgid "An Ukrainian (українська) dictionary for the aspell spell checker."
msgstr "Software Adicional"
+#. summary(aspell-dictionaries:aspell-uz)
+#, fuzzy
+msgid "Uzbek (Ўзбекча) Dictionary for Aspell"
+msgstr "Software Adicional"
+
#. description(aspell-dictionaries:aspell-uz)
#, fuzzy
msgid "An Uzbek (Ўзбекча) dictionary for the aspell spell checker."
msgstr "Software Adicional"
-#. summary(ding)
-msgid "An X Window System Dictionary Tool"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-vi)
+#, fuzzy
+msgid "Vietnamese (Tiếng Việt) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. summary(audiofile:audiofile-devel)
-msgid "An audio file library"
-msgstr ""
+#. description(aspell-dictionaries:aspell-vi)
+#, fuzzy
+msgid "A Vietnamese (Tiếng Việt) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(eekboard)
-msgid "An easy to use virtual keyboard toolkit"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-wa)
+#, fuzzy
+msgid "Walloon (walon) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(xiterm:fbiterm)
-msgid "An internationalized terminal emulator for framebuffers."
-msgstr ""
+#. description(aspell-dictionaries:aspell-wa)
+#, fuzzy
+msgid "A Walloon (walon) Dictionarydictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(cogl:cogl-devel)
+#. summary(aspell-dictionaries:aspell-yi)
#, fuzzy
-msgid ""
-"An object oriented GL/GLES Abstraction/Utility Layer -- Development Files"
-msgstr "Desenvolvimento"
+msgid "Yiddish (ייִדיש) Dictionary for Aspell"
+msgstr "Software Adicional"
-#. description(anjuta)
-msgid ""
-"Anjuta is a versatile Integrated Development Environment (IDE) for the GNOME "
-"desktop. It features a number of advanced programming facilities includes "
-"project management, application wizards, an interactive debugger, an "
-"integrated Glade UI designer, integrated Devhelp API help, an integrated "
-"Valgrind memory profiler, an integrated gprof performance profiler, a class "
-"generator, a powerful source editor, source browsing, and more."
-msgstr ""
+#. description(aspell-dictionaries:aspell-yi)
+#, fuzzy
+msgid "A Yiddish (ייִדיש) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(antlr)
-msgid "Another Tool for Language Recognition"
-msgstr ""
+#. summary(aspell-dictionaries:aspell-zu)
+#, fuzzy
+msgid "Zulu (isiZulu) Dictionary Package for Aspell"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(anthy)
-msgid ""
-"Anthy (previously called 'Ancy'):\n"
-"\n"
-"Canna, FreeWnn, and others are famous Kana-Kanji conversion engines usable "
-"for Unix on PCs. They were originally developed for Japanese Unix "
-"workstations around 1990 and development has practically stopped. Therefore, "
-"the Heke Project is writing a free conversion engine from scratch (apart "
-"from the dictionary, which is developed outside of the Heke Project)."
-msgstr ""
+#. description(aspell-dictionaries:aspell-zu)
+#, fuzzy
+msgid "A Zulu (isiZulu) dictionary for the aspell spell checker."
+msgstr "Software Adicional"
-#. summary(clamav)
-msgid "Antivirus Toolkit"
+#. summary(at)
+msgid "A Job Manager"
msgstr ""
-#. summary(ant)
-msgid "Antlr Task for ant"
+#. description(at)
+msgid "This program allows you to run jobs at specified times."
msgstr ""
-#. summary(apache2:apache2-prefork)
-msgid "Apache 2 \"prefork\" MPM (Multi-Processing Module)"
+#. summary(at-spi2-atk:at-spi2-atk-devel)
+msgid "Assistive Technology Service Provider Interface - Developent files"
msgstr ""
-#. summary(apache2:apache2-utils)
-msgid "Apache 2 utilities"
+#. summary(atftp)
+msgid "Advanced TFTP Server and Client"
msgstr ""
-#. summary(apache2:apache2-worker)
-msgid "Apache 2 worker MPM (Multi-Processing Module)"
+#. description(atftp)
+msgid "atftp stands for Advanced Trivial File Transfer Protocol. It is called \"advanced\", in contrast to others TFTP servers, for two reasons. First, it is intended to be fully compliant with all related RFCs. This includes RFC1350, RFC2090, RFC2347, RFC2348, and RFC2349. Second, atftp is intended for serving boot files to large clusters. It is multithreaded and will eventually support multicast, allowing faster boot of hundreds of machines simultaneously."
msgstr ""
-#. description(apache2)
-msgid ""
-"Apache 2, the successor to Apache 1.\n"
-"\n"
-"Apache is the most used Web server software worldwide.\n"
-"\n"
-"Some new features in Apache 2: - hybrid multiprocess, multithreaded mode "
-"for improved scalability\n"
-"\n"
-"- multiprotocol support\n"
-"\n"
-"- stream filtering\n"
-"\n"
-"- IPv6 support\n"
-"\n"
-"- new module API\n"
-"\n"
-"New modules include: - mod_auth_db\n"
-"\n"
-"- mod_auth_digest\n"
-"\n"
-"- mod_charset_lite\n"
-"\n"
-"- mod_dav\n"
-"\n"
-"- mod_file_cache\n"
-"\n"
-"Mod_ssl is no longer a separate package, but is now included in the Apache "
-"distribution.\n"
-"\n"
-"See /usr/share/doc/packages/apache2/, http://httpd.apache.org/, and http://"
-"httpd.apache.org/docs-2.2/upgrading.html."
-msgstr ""
+#. summary(atril)
+#, fuzzy
+msgid "MATE Desktop document viewer"
+msgstr "Desenvolvimento GNOME"
-#. summary(apache2:apache2-devel)
-msgid "Apache 2.2 Header and Include Files"
+#. description(atril)
+#. description(atril:atril-backends)
+msgid "Atril is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript."
msgstr ""
-#. description(ant:ant-scripts)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains additional perl and python scripts for Apache Ant."
+#. summary(atril:atril-backends)
+msgid "Atril shared libraries (View and Document)"
msgstr ""
-#. description(ant-antlr:ant-junit)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional JUnit tasks for Apache Ant."
+#. description(attica-qt5:attica-qt5-devel)
+msgid "Development files for attica, Attica a library to access Open Collaboration Service servers."
msgstr ""
-#. description(ant-antlr:ant-apache-bcel)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional apache bcel tasks for Apache Ant."
+#. summary(audacity)
+msgid "A Free, Cross-Platform Digital Audio Editor"
msgstr ""
-#. description(ant-antlr:ant-apache-bsf)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional apache bsf tasks for Apache Ant."
+#. description(audacity)
+msgid "Audacity is a program that manipulates digital audio wave forms. In addition to recording sounds directly from within the program, it imports many sound file formats, including WAV, AIFF, AU, IRCAM, MP, and Ogg Vorbis. With Audacity, you can edit wave data larger than the physical memory size of your computer."
msgstr ""
-#. description(ant-antlr:ant-apache-log4j)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional apache log4j tasks for Apache Ant."
+#. summary(audiofile:audiofile-devel)
+msgid "An audio file library"
msgstr ""
-#. description(ant-antlr:ant-apache-oro)
+#. description(audiofile:audiofile-devel)
msgid ""
-"Apache Ant is a Java-based build tool.\n"
+"This Audio File Library is an implementation of the SGI Audio File library. At present, not all features of the SGI Audio File library are implemented.\n"
"\n"
-"This package contains optional apache oro tasks for Apache Ant."
+"This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFC, WAVE, and NeXT/Sun)."
msgstr ""
-#. description(ant-antlr:ant-apache-regexp)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional apache regexp tasks for Apache Ant."
+#. summary(audit:audit-devel)
+msgid "Header files and static library for libaudit"
msgstr ""
-#. description(ant-antlr:ant-apache-resolver)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional apache resolver tasks for Apache Ant."
+#. description(audit:audit-devel)
+msgid "The audit-devel package contains the static libraries and header files needed for developing applications that need to use the audit framework libraries."
msgstr ""
-#. description(ant-antlr:ant-commons-logging)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional commons logging tasks for Apache Ant."
+#. summary(autogen)
+msgid "Automated Text File Generator"
msgstr ""
-#. description(ant-antlr:ant-javamail)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional javamail tasks for Apache Ant."
+#. description(autogen)
+msgid "AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized in parallel tables."
msgstr ""
-#. description(ant-antlr:ant-jdepend)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional jdepend tasks for Apache Ant."
+#. summary(automoc4)
+msgid "CMake automatic MOC Generation"
msgstr ""
-#. description(ant:ant-jmf)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional jmf tasks for Apache Ant."
+#. description(automoc4)
+msgid "automoc4 is a tool to add rules for generating Qt moc files automatically to projects that use CMake as the buildsystem."
msgstr ""
-#. description(ant:ant-swing)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains optional swing tasks for Apache Ant."
+#. summary(autotrace)
+msgid "Program for Converting Bitmaps to Vector Graphics"
msgstr ""
-#. description(ant-antlr:ant-javadoc)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains the javadoc documentation for Apache Ant."
+#. description(autotrace)
+msgid "AutoTrace is a program for converting bitmaps to vector graphics. The aim of the AutoTrace project is the development of a freely-available application similar to CorelTrace or Adobe Streamline. In some aspects, it is already better. Originally created as a plug-in for the GIMP, AutoTrace is now a stand-alone program and can be compiled on any UNIX platform using GCC."
msgstr ""
-#. description(ant-antlr:ant-manual)
-msgid ""
-"Apache Ant is a Java-based build tool.\n"
-"\n"
-"This package contains the manual for Apache Ant."
+#. summary(avogadro)
+msgid "A Molecular design tool"
msgstr ""
-#. description(ant)
-msgid ""
-"Apache Ant is a Java-based build tool. In theory, it is kind of like Make, "
-"but without Make's wrinkles.\n"
-"\n"
-"Why another build tool when there is already make, gnumake, nmake, jam, and "
-"others? Because all those tools have limitations that Ant's original author "
-"could not live with when developing software across multiple platforms. Make-"
-"like tools are inherently shell-based--they evaluate a set of dependencies "
-"then execute commands, not unlike what you would issue in a shell. This "
-"means that you can easily extend these tools by using or writing any program "
-"for the OS that you are working on. However, this also means that you limit "
-"yourself to the OS, or at least the OS type, such as Unix, that you are "
-"working on.\n"
-"\n"
-"Makefiles are inherently evil as well. Anybody who has worked on them for "
-"any time has run into the dreaded tab problem. \"Is my command not executing "
-"because I have a space in front of my tab???\" said the original author of "
-"Ant way too many times. Tools like Jam took care of this to a great degree, "
-"but still have yet another format to use and remember.\n"
-"\n"
-"Ant is different. Instead of a model where it is extended with shell-based "
-"commands, Ant is extended using Java classes. Instead of writing shell "
-"commands, the configuration files are XML-based, calling out a target tree "
-"where various tasks are executed. Each task is run by an object that "
-"implements a particular task interface.\n"
-"\n"
-"Granted, this removes some of the expressive power that is inherent by being "
-"able to construct a shell command such as `find . -name foo -exec rm {}`, "
-"but it gives you the ability to be cross-platform--to work anywhere and "
-"everywhere. If you really need to execute a shell command, Ant has an <exec> "
-"task that allows different commands to be executed based on the OS used."
+#. description(avogadro)
+msgid "Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible rendering and a powerful plugin architecture."
msgstr ""
-#. description(axis)
-msgid ""
-"Apache Axis is an implementation of the SOAP (\"Simple Object Access Protocol"
-"\") submission to W3C."
-msgstr ""
+#. summary(avogadro:avogadro-devel)
+#, fuzzy
+msgid "Development files for Avogadro"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(apache-commons-codec)
-msgid "Apache Commons Codec Package"
-msgstr ""
+#. description(avogadro:avogadro-devel)
+#, fuzzy
+msgid "This package contains files to develop applications using Avogadros libraries."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(apache-commons-lang)
+#. summary(baloo5:baloo5-devel)
#, fuzzy
-msgid "Apache Commons Lang Package"
+msgid "Development package for baloo5"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(apache-commons-logging)
-msgid "Apache Commons Logging"
+#. description(baloo5:baloo5-devel)
+msgid "Baloo is a framework for searching and managing metadata. This package contains aditional command line utilities. Development files."
msgstr ""
-#. summary(apache2-mod_tidy)
-msgid "Apache Module using the Tidy Library to Clean Up HTML, XHTML, and XML"
-msgstr ""
+#. summary(bbswitch:bbswitch-kmp-default)
+#. summary(bbswitch:bbswitch-kmp-pae)
+#. summary(bbswitch:bbswitch-kmp-xen)
+#, fuzzy
+msgid "Bumblebee ACPI kernel module"
+msgstr "Nenhum módulo encontrado."
-#. summary(axis)
-msgid "Apache implementation of the SOAP"
+#. description(bbswitch:bbswitch-kmp-default)
+#. description(bbswitch:bbswitch-kmp-pae)
+#. description(bbswitch:bbswitch-kmp-xen)
+msgid "bbswitch is a kernel module which automatically detects the required ACPI calls for two kinds of Optimus laptops."
msgstr ""
-#. summary(apache2-mod_dnssd)
-msgid "Apache2 module for Zeroconf support via DNS-SD"
+#. summary(bdftopcf)
+msgid "Font compiler for the X server and font server"
msgstr ""
-#. summary(apparmor:apparmor-docs)
-msgid "AppArmor Documentation package"
+#. description(bdftopcf)
+msgid "bdftopcf is a font compiler for the X server and font server. Fonts in Portable Compiled Format can be read by any architecture, although the file is structured to allow one particular architecture to read them directly without reformatting. This allows fast reading on the appropriate machine, but the files are still portable (but read more slowly) on other machines."
msgstr ""
-#. description(avahi:avahi-compat-mDNSResponder-devel)
-msgid ""
-"Apple mDNSResponder compatibility layer for avahi.\n"
-"\n"
-"Avahi is an implementation the DNS Service Discovery and Multicast DNS "
-"specifications for Zeroconf Computing. It uses D-BUS for communication "
-"between user applications and a system daemon. The daemon is used to "
-"coordinate application efforts in caching replies, necessary to minimize the "
-"traffic imposed on networks.\n"
-"\n"
-"The Avahi mDNS responder is now feature complete implementing all MUSTs and "
-"the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in "
-"the Apple Bonjour conformance test suite. In addition it supports some nifty "
-"things that have never been seen elsewhere like correct mDNS reflection "
-"across LAN segments."
+#. summary(beforelight)
+msgid "Sample implementation of a screen saver for X servers"
msgstr ""
-#. summary(banshee:banshee-dmp-apple-devices)
-msgid "Apple(R) iPod(R) Digital Media Player support for Banshee"
+#. description(beforelight)
+msgid "The beforelight program is a sample implementation of a screen saver for X servers supporting the MIT-SCREEN-SAVER extension. It is only recommended for use as a code sample, as it does not include features such as screen locking or configurability, and relies on the legacy Xaw toolkit."
msgstr ""
-#. description(apport)
-msgid ""
-"Apport automatically collects data from crashed processes and compiles a "
-"problem report in /var/crash/.\n"
-"\n"
-"See http://opensuse.org/Interactive_Crash_Analysis for more information."
+#. summary(bin86)
+msgid "An 8086 Assembler and Linker"
msgstr ""
-#. description(aqbanking:aqbanking-devel)
-msgid ""
-"AqBanking is a generic OnlineBanking interface. It allows multiple backends "
-"(currently HBCI) and multiple frontends (e.g. KDE, GNOME, console) to be "
-"used."
+#. description(bin86)
+msgid "An 8086 assembler and linker."
msgstr ""
-#. description(aqbanking)
-msgid ""
-"AqBanking is a generic online banking interface. It allows multiple back-"
-"ends (currently HBCI) and multiple front-ends (such as KDE, GNOME, or "
-"console) to be used."
+#. summary(bind)
+msgid "Domain Name System (DNS) Server (named)"
msgstr ""
-#. summary(arabic-fonts:arabic-bitmap-fonts)
-#, fuzzy
-msgid "Arabic Bitmap Font"
-msgstr "Alternar informações"
-
-#. summary(aspell-dictionaries:aspell-ar)
-#, fuzzy
-msgid "Arabic Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(arabic-fonts:arabic-ae-fonts)
-msgid "Arabic Free and Open Source Fonts"
+#. description(bind)
+msgid "Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols and provides an openly redistributable reference implementation of the major components of the Domain Name System. This package includes the components to operate a DNS server."
msgstr ""
-#. summary(arabic-fonts:arabic-kacst-fonts)
-msgid "Arabic Kacst Fonts"
+#. summary(bind:bind-chrootenv)
+msgid "Chroot environment for BIND named and lwresd"
msgstr ""
-#. summary(arabic-fonts:arabic-kacstone-fonts)
-msgid "Arabic Kacst One Fonts"
+#. description(bind:bind-chrootenv)
+msgid "This package contains all directories and files which are common to the chroot environment of BIND named and lwresd. Most is part of the structure below /var/lib/named."
msgstr ""
-#. summary(arabic-fonts:arabic-naqsh-fonts)
-msgid "Arabic Naqsh Font"
+#. summary(binutils:binutils-devel)
+msgid "GNU binutils (BFD development files)"
msgstr ""
-#. description(arabic-fonts:arabic-naqsh-fonts)
-msgid "Arabic TrueType font (Naqsh family)."
+#. description(binutils:binutils-devel)
+msgid "This package includes header files and static libraries necessary to build programs which use the GNU BFD library, which is part of binutils."
msgstr ""
-#. description(arabic-fonts:arabic-ae-fonts)
-msgid "Arabic TrueType fonts collected by Arab Eyes (www.arabeyes.org)"
+#. summary(biosdevname)
+msgid "Udev helper for naming devices per BIOS names"
msgstr ""
-#. summary(aspell-dictionaries:aspell-hy)
-#, fuzzy
-msgid "Armenian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(arpwatch)
-msgid "Arpwatch Keeps Track of Ethernet and IP Address Pairings"
+#. description(biosdevname)
+msgid ""
+"biosdevname in its simplest form takes an kernel name name as an argument, and returns the BIOS-given name it \"should\" be. This is necessary on systems where the BIOS name for a given device (e.g. the label on the chassis is \"Gb1\") doesn't map directly and obviously to the kernel name (e.g. eth0).\n"
+"\n"
+"You can enable/disable usage of biosdevname with boot option \"biosdevname=[0|1]\""
msgstr ""
-#. description(arpwatch)
-msgid ""
-"Arpwatch keeps track of Ethernet and IP address pairings. It logs activity "
-"to syslog and reports certain changes via e-mail."
+#. summary(bison)
+msgid "The GNU Parser Generator"
msgstr ""
-#. summary(at-spi)
-msgid "Assistive Technology Service Provider Interface"
+#. description(bison)
+msgid "Bison is a parser generator similar to yacc(1)."
msgstr ""
-#. summary(at-spi2-atk:at-spi2-atk-devel)
-msgid "Assistive Technology Service Provider Interface - Developent files"
+#. summary(bitmap)
+msgid "X bitmap editor and converter utilities"
msgstr ""
-#. description(audacity)
+#. description(bitmap)
msgid ""
-"Audacity is a program that manipulates digital audio wave forms. In addition "
-"to recording sounds directly from within the program, it imports many sound "
-"file formats, including WAV, AIFF, AU, IRCAM, MP, and Ogg Vorbis. With "
-"Audacity, you can edit wave data larger than the physical memory size of "
-"your computer."
+"The bitmap program is a rudimentary tool for creating or editing rectangular images made up of 1's and 0's. Bitmaps are used in X for defining clipping regions, cursor shapes, icon shapes, and tile and stipple patterns.\n"
+"\n"
+"The bmtoa and atobm filters convert bitmap files to and from ASCII strings. They are most commonly used to quickly print out bitmaps and to generate versions for including in text."
msgstr ""
-#. description(autogen)
-msgid ""
-"AutoGen is a tool designed for generating program files that contain "
-"repetitive text with varied substitutions. Its goal is to simplify the "
-"maintenance of programs that contain large amounts of repetitious text. This "
-"is especially valuable if there are several blocks of such text that must be "
-"kept synchronized in parallel tables."
+#. summary(blinken)
+msgid "Simon Says Game"
msgstr ""
-#. description(automake)
-msgid ""
-"Automake is a tool for automatically generating \"Makefile.in\" files from "
-"\"Makefile.am\" files. \"Makefile.am\" is a series of \"make\" macro "
-"definitions (with rules occasionally thrown in). The generated \"Makefile.in"
-"\" files are compatible with the GNU Makefile standards."
+#. description(blinken)
+msgid "A memory enhancement game."
msgstr ""
-#. summary(doxygen)
-msgid "Automated C, C++, and Java Documentation Generator"
+#. summary(kdepim4:blogilo)
+#, fuzzy
+msgid "KDE Blog Editor"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(kdepim4:blogilo)
+#, fuzzy
+msgid "A blog editor for KDE"
+msgstr "Servidor VNC"
+
+#. summary(bluez:bluez-cups)
+msgid "CUPS Driver for Bluetooth Printers"
msgstr ""
-#. summary(autogen)
-msgid "Automated Text File Generator"
+#. description(bluez:bluez-cups)
+msgid "Contains the files required by CUPS for printing to Bluetooth-connected printers."
msgstr ""
-#. summary(apport)
-msgid "Automatic crash handler"
+#. summary(bluez:bluez-devel)
+msgid "Files needed for BlueZ development"
msgstr ""
-#. description(avogadro)
-msgid ""
-"Avogadro is an advanced molecular editor designed for cross-platform use in "
-"computational chemistry, molecular modeling, bioinformatics, materials "
-"science, and related areas. It offers flexible rendering and a powerful "
-"plugin architecture."
+#. description(bluez:bluez-devel)
+msgid "Files needed to develop applications for the BlueZ Bluetooth protocol stack."
msgstr ""
-#. summary(aspell-dictionaries:aspell-az)
+#. summary(bluez-qt:bluez-qt-devel)
#, fuzzy
-msgid "Azerbaijani Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Async Bluez wrapper library - development files"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(bind:bind-doc)
-msgid "BIND documentation"
+#. description(bluez-qt:bluez-qt-devel)
+#, fuzzy
+msgid "Development files for QBluez Async Bluez wrapper library."
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. summary(bluez-qt:bluez-qt-imports)
+#, fuzzy
+msgid "Async Bluez wrapper library"
+msgstr "Novell e Linux"
+
+#. description(bluez-qt:bluez-qt-imports)
+msgid "Async Bluez wrapper library. QML imports."
msgstr ""
-#. description(brltty)
-msgid ""
-"BRLTTY is a background process (daemon) which provides access to the Linux/"
-"Unix console (when in text mode) for a blind person using a refreshable "
-"braille display. It drives the braille display and provides complete screen "
-"review functionality."
+#. summary(bluez-qt:bluez-qt-udev)
+#, fuzzy
+msgid "bluez-qt integration with udev"
+msgstr "Configura o servidor para instalar bases de dados Oracle."
+
+#. description(bluez-qt:bluez-qt-udev)
+msgid "Async Bluez wrapper library. Udev rules."
msgstr ""
-#. description(brltty:brltty-driver-at-spi2)
-msgid ""
-"BRLTTY is a background process (daemon) which provides access to the Linux/"
-"Unix console (when in text mode) for a blind person using a refreshable "
-"braille display. It drives the braille display and provides complete screen "
-"review functionality.\n"
-"\n"
-"This package contains the AT-SPI 2 screen driver."
+#. summary(bogofilter:bogofilter-db)
+msgid "Bogofilter libdb backend"
msgstr ""
-#. description(brltty:brltty-driver-at-spi)
-msgid ""
-"BRLTTY is a background process (daemon) which provides access to the Linux/"
-"Unix console (when in text mode) for a blind person using a refreshable "
-"braille display. It drives the braille display and provides complete screen "
-"review functionality.\n"
-"\n"
-"This package contains the AT-SPI screen driver."
+#. description(bogofilter:bogofilter-db)
+#, fuzzy
+msgid "This package contains bogofilter build with the libdb backend."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(boost:boost-devel)
+msgid "Development package for Boost C++"
msgstr ""
-#. description(brltty:brltty-driver-brlapi)
-msgid ""
-"BRLTTY is a background process (daemon) which provides access to the Linux/"
-"Unix console (when in text mode) for a blind person using a refreshable "
-"braille display. It drives the braille display and provides complete screen "
-"review functionality.\n"
-"\n"
-"This package contains the BrlAPI braille driver."
+#. description(boost:boost-devel)
+msgid "This package contains all that is needed to develop/compile applications that use the Boost C++ libraries. For documentation see the documentation packages (html, man or pdf)."
msgstr ""
-#. description(brltty:brltty-driver-speech-dispatcher)
-msgid ""
-"BRLTTY is a background process (daemon) which provides access to the Linux/"
-"Unix console (when in text mode) for a blind person using a refreshable "
-"braille display. It drives the braille display and provides complete screen "
-"review functionality.\n"
-"\n"
-"This package contains the Speech Dispatcher speech driver."
+#. summary(boost-jam)
+msgid "An Enhanced Make Replacement"
msgstr ""
-#. description(brltty:brltty-driver-xwindow)
-msgid ""
-"BRLTTY is a background process (daemon) which provides access to the Linux/"
-"Unix console (when in text mode) for a blind person using a refreshable "
-"braille display. It drives the braille display and provides complete screen "
-"review functionality.\n"
-"\n"
-"This package contains the XWindow braille driver."
+#. description(boost-jam)
+msgid "Boost Jam is a build tool based on FTJam, which in turn is based on Perforce Jam. It contains significant improvements made to facilitate its use in the Boost Build System, but should be backward compatible with Perforce Jam."
msgstr ""
-#. description(brltty:brltty-driver-espeak)
-msgid ""
-"BRLTTY is a background process (daemon) which provides access to the Linux/"
-"Unix console (when in text mode) for a blind person using a refreshable "
-"braille display. It drives the braille display and provides complete screen "
-"review functionality.\n"
-"\n"
-"This package contains the eSpeak speech driver."
+#. summary(bovo)
+msgid "Five-in-a-row Board Game"
msgstr ""
-#. summary(dar)
-#, fuzzy
-msgid "Backup and Restore Application"
-msgstr "Iniciar Aplicativo"
-
-#. description(baekmuk-bitmap-fonts:baekmuk-ttf-fonts)
-msgid ""
-"Baekmuk Fonts (Korean fonts for the X Window System, True Type version)."
+#. description(bovo)
+msgid "Bovo is a Gomoku (Connect Five, Five in a row, X and O, etc) game for KDE."
msgstr ""
-#. description(baekmuk-bitmap-fonts)
-msgid "Baekmuk Fonts (Korean fonts for the X Window System, bitmap version)."
+#. summary(bridge-utils)
+msgid "Utilities for Configuring the Linux Ethernet Bridge"
msgstr ""
-#. summary(baekmuk-bitmap-fonts)
-msgid "Baekmuk Fonts, Bitmap Version"
+#. description(bridge-utils)
+msgid "This package contains utilities for configuring the Linux ethernet bridge. The Linux ethernet bridge can be used for connecting multiple ethernet devices together. The connection is fully transparent: hosts connected to one ethernet device see hosts connected to the other ethernet devices directly."
msgstr ""
-#. summary(baekmuk-bitmap-fonts:baekmuk-ttf-fonts)
-msgid "Baekmuk Fonts, TrueType Version"
+#. summary(bsd-games)
+msgid "Several Text-Mode Games"
msgstr ""
-#. description(emacs)
-msgid ""
-"Basic package for the GNU Emacs editor. Requires emacs-x11 or emacs-nox."
+#. description(bsd-games)
+msgid "This package provides these games: arithmetic, atc, backgammon, battlestar, bcd, bog, caesar, canfield, cfscores, cribbage, fish, fortune, hangman, hunt, mille, monop, morse, number, paranoia, pom, ppt, primes, rain, robots, sail, snake, snscore, teachgammon, trek, wargames, worm, worms, and wump."
msgstr ""
-#. description(bzr)
-msgid ""
-"Bazaar is a distributed version control system designed to be easy to use "
-"and intuitive, able to adapt to many workflows, reliable, and easily "
-"extendable."
+#. summary(libarchive:bsdtar)
+msgid "Creates and reads several different streaming archive formats"
msgstr ""
-#. summary(bsf)
-msgid "Bean Scripting Framework"
+#. description(libarchive:bsdtar)
+#, fuzzy
+msgid "This package contains the bsdtar cmdline utility."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(busybox)
+msgid "The Swiss Army Knife of Embedded Linux"
msgstr ""
-#. description(bsf)
-msgid ""
-"Bean Scripting Framework (BSF) is a set of Java classes that provides "
-"scripting language support within Java applications and access to Java "
-"objects and methods from scripting languages. BSF allows writing JSPs in "
-"languages other than Java while providing access to the Java class library. "
-"In addition, BSF permits any Java application to be implemented in part (or "
-"dynamically extended) by a language that is embedded within it. This is "
-"achieved by providing an API that permits calling scripting language engines "
-"from within Java as well as an object registry that exposes Java objects to "
-"these scripting language engines.\n"
-"\n"
-"This BSF package currently supports several scripting languages: * "
-"Javascript (using Rhino ECMAScript, from the Mozilla project)\n"
-"\n"
-"* XSLT Stylesheets (as a component of Apache XML project's Xalan and "
-"Xerces)\n"
-"\n"
-"In addition, the following languages are supported with their own BSF "
-"engines: * Java (using BeanShell, from the BeanShell project)\n"
-"\n"
-"* JRuby\n"
-"\n"
-"* JudoScript"
+#. description(busybox)
+msgid "BusyBox combines tiny versions of many common UNIX utilities into a small single executable. It provides minimalist replacements for most of the utilities usually found in fileutils, shellutils, findutils, textutils, grep, gzip, tar, and more. BusyBox provides a fairly complete POSIX environment for any small or embedded system. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins. The options that are included provide the expected functionality and behave very much like their GNU counterparts."
msgstr ""
-#. summary(beaver)
-msgid "Beaver is an Early AdVanced EditoR"
+#. summary(bzr)
+msgid "Friendly distributed version control system"
msgstr ""
-#. description(beaver)
-msgid ""
-"Beaver starts up fast and doesn't use a lot of memory. Beaver's only "
-"dependency is GTK+2, so no need to install other libraries eating your disk "
-"space. These things make Beaver very suitable for old computers and use in "
-"small Linux distributions."
+#. description(bzr)
+msgid "Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable."
msgstr ""
-#. summary(aspell-dictionaries:aspell-bn)
+#. summary(cabextract)
#, fuzzy
-msgid "Bengali Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "A Program to Extract Microsoft Cabinet Files"
+msgstr "Ver arquivos PostScript"
-#. description(bind)
-msgid ""
-"Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name "
-"System (DNS) protocols and provides an openly redistributable reference "
-"implementation of the major components of the Domain Name System. This "
-"package includes the components to operate a DNS server."
+#. description(cabextract)
+msgid "Cabinet (.CAB) files are a form of archive, which Microsoft uses to distribute their software and things like Windows Font Packs. cabextract can be used to unpack these files."
msgstr ""
-#. description(bison)
-msgid "Bison is a parser generator similar to yacc(1)."
+#. summary(cairo:cairo-devel)
+msgid "Development environment for cairo"
msgstr ""
-#. description(blender)
-msgid ""
-"Blender is a 3D modelling and rendering package. It is the in-house software "
-"of a high quality animation studio, Blender has proven to be an extremely "
-"fast and versatile design instrument. The software has a personal touch, "
-"offering a unique approach to the world of Three Dimensions. Use Blender to "
-"create TV commercials, to make technical visualizations, business graphics, "
-"to do some morphing, or design user interfaces. You can easy build and "
-"manage complex environments. The renderer is versatile and extremely fast. "
-"All basic animation principles (curves & keys) are well implemented.It "
-"includes tools for modeling, sculpting, texturing (painting, node-based "
-"shader materials, or UV mapped), UV mapping, rigging and constraints, weight "
-"painting, particle systems, simulation (fluids, physics, and soft body "
-"dynamics and an external crowd simulator), rendering, node-based "
-"compositing, and non linear video editing, as well as an integrated game "
-"engine for real-time interactive 3D and game creation and playback with "
-"cross-platform compatibility."
+#. description(cairo:cairo-devel)
+msgid "This package contains all files necessary to build binaries using cairo."
msgstr ""
-#. description(bogofilter)
-msgid ""
-"Bogofilter is a Bayesian spam filter. In normal operation, it takes an e-"
-"mail message or text from standard input, does a statistical check against "
-"lists of \"good\" and \"bad\" words, and returns a status code indicating "
-"whether the message is spam. Bogofilter is designed with fast algorithms "
-"(including the Berkeley DB system), coded directly in C, and tuned for "
-"speed, so it can be used for production by sites that process a lot of mail."
+#. summary(calligra)
+msgid "Libraries and Base Files for the KDE Office Suite"
msgstr ""
-#. description(boo)
+#. description(calligra)
msgid ""
-"Boo is a new object oriented statically typed programming language for the "
-"Common Language Infrastructure with a python inspired syntax and a special "
-"focus on language and compiler extensibility."
+"The Calligra Suite is a set of applications that allows you to easily complete your work. There are office applications, as well as Graphic applications. There is also a comprehensive set of plug-ins. The Calligra Suite is unique because not only does it consist of the normal word processor (Words) and spreadsheet (Sheets) applications, but it also brings you Graphic applications as well.\n"
+"\n"
+"The Calligra Suite consists of 8 applications, the office applications are Words, Sheets, Stage, Kexi, Flow, and Plan, and the graphic applications are Krita and Karbon. Each application is unique and aimed towards normal personal and professional uses.\n"
+"\n"
+"This package contains the base files and libraries for the Suite."
msgstr ""
-#. description(boo:boo-2_0_9_3)
-msgid ""
-"Boo is a new object-oriented statically-typed programming language for the "
-"common language infrastructure with a Python-inspired syntax and a special "
-"focus on language and compiler extensibility."
+#. summary(calligra:calligra-extras-dolphin)
+msgid "Diverse plugins for Dolphin"
msgstr ""
-#. description(boost-jam)
-msgid ""
-"Boost Jam is a build tool based on FTJam, which in turn is based on Perforce "
-"Jam. It contains significant improvements made to facilitate its use in the "
-"Boost Build System, but should be backward compatible with Perforce Jam."
+#. description(calligra:calligra-extras-dolphin)
+msgid "Plugin for the Dolphin file properties dialog, displaying the metadata of files in the ODF formats and a plugin adding a \"Print\" action for several formats to the filemanager context menu and calling the related Calligra programs."
msgstr ""
-#. summary(bootcycle)
-msgid "Boot Cycle Detection"
-msgstr ""
-
-#. summary(fcitx-table-extra:fcitx-table-tw-boshiamy)
+#. summary(calligra:calligra-extras-okular)
#, fuzzy
-msgid "Boshiamy table for Fcitx"
-msgstr "Alternar informações"
+msgid "Plugin for Okular"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(bovo)
-msgid ""
-"Bovo is a Gomoku (Connect Five, Five in a row, X and O, etc) game for KDE."
+#. description(calligra:calligra-extras-okular)
+msgid "Plugins for Okular supporting files in the formats ODP, ODT, MS DOC/DOCX, MS PPT/PPTX, and WPD."
msgstr ""
-#. summary(brltty)
-msgid "Braille display driver for Linux/Unix"
-msgstr ""
-
-#. summary(aspell-dictionaries:aspell-pt_BR)
+#. summary(calligra:calligra-stage)
#, fuzzy
-msgid "Brazilian Portuguese Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Application for Creating Presentations"
+msgstr "Analisando arquivos de configuração..."
-#. summary(aspell-dictionaries:aspell-br)
+#. description(calligra:calligra-stage)
#, fuzzy
-msgid "Breton Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Stage is the presentation application of the Calligra Suite."
+msgstr "Documento"
-#. summary(brltty:brltty-driver-brlapi)
-msgid "BrlAPI driver for BRLTTY"
+#. summary(calligra:calligra-words-common)
+msgid "Common files for the Author and Word Processor"
msgstr ""
-#. summary(aspell-dictionaries:aspell-bg)
-msgid "Bulgarian Dictionary for Aspell"
+#. description(calligra:calligra-words-common)
+msgid "Common files for the Author and Words applications of the Calligra Suite."
msgstr ""
-#. description(busybox)
-msgid ""
-"BusyBox combines tiny versions of many common UNIX utilities into a small "
-"single executable. It provides minimalist replacements for most of the "
-"utilities usually found in fileutils, shellutils, findutils, textutils, "
-"grep, gzip, tar, and more. BusyBox provides a fairly complete POSIX "
-"environment for any small or embedded system. The utilities in BusyBox "
-"generally have fewer options than their full-featured GNU cousins. The "
-"options that are included provide the expected functionality and behave very "
-"much like their GNU counterparts."
+#. summary(capi4hylafax)
+msgid "Adds a faxcapi modem for hylafax"
msgstr ""
-#. summary(bcel)
-msgid "Byte Code Engineering Library"
+#. description(capi4hylafax)
+msgid "capi4hylafax adds a faxcapi modem to the hylafax environment. It allows you to send and receive FAX documents with CAPI 2.0 fax controllers via a hylafax server."
msgstr ""
-#. description(binutils)
-msgid ""
-"C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib, size, "
-"strings, and strip. These utilities are needed whenever you want to compile "
-"a program or kernel."
+#. summary(catdoc)
+msgid "Decodes MS Word files into plain text or TeX format"
msgstr ""
-#. description(ckermit)
-msgid ""
-"C-Kermit is a combined serial and network communication software package "
-"offering a consistent, medium-independent, and cross-platform approach to "
-"connection establishment, terminal sessions, file transfer, character-set "
-"translation, and automation of communication tasks."
+#. description(catdoc)
+msgid "Catdoc is a MS Word file decoding tool that doesn't attempt to analyze file formatting (it just extracts readable text), but is able to handle all versions of Word and convert character encodings. A Tcl/Tk graphical viewer is also included. It can also read RTF files and convert Excel and PowerPoint files."
msgstr ""
-#. summary(arphic-ukai-fonts)
-msgid "CJK Unicode Font Kai Style"
+#. summary(ccache)
+#, fuzzy
+msgid "A Fast C/C++ Compiler Cache"
+msgstr "Ferramentas e Compiladores de C/C++"
+
+#. description(ccache)
+msgid "ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++."
msgstr ""
-#. summary(arphic-uming-fonts)
-msgid "CJK Unicode Font Ming Style"
+#. summary(cd-discid)
+msgid "Utility to get CDDB discid information"
msgstr ""
-#. description(clucene-core:clucene-core-devel)
-msgid ""
-"CLucene is a C++ port of Lucene. It is a high-performance, full-featured "
-"text search engine written in C++. CLucene is faster than lucene as it is "
-"written in C++.\n"
-"\n"
-"This package holds the development files for clucene."
+#. description(cd-discid)
+msgid "cd-discid is a backend utility to get CDDB discid information for a CD-ROM disc. It was originally designed for cdgrab (now abcde), but can be used for any purpose requiring CDDB data."
msgstr ""
-#. summary(automoc4)
-msgid "CMake automatic MOC Generation"
+#. summary(cdparanoia)
+msgid "A Program for Extracting, Verifying, and Fixing Audio Tracks from CDs"
msgstr ""
-#. description(cmake)
-msgid "CMake is a cross-platform, open-source make system"
+#. summary(cdparanoia:cdparanoia-devel)
+msgid "Include Files and Libraries Mandatory for Development"
msgstr ""
-#. description(ctags)
-msgid ""
-"CTags (from Darren Hiebert) generates tag files from source code in C, C++, "
-"Eiffel, Fortran, and Java to be used with vi and its derivatives, Emacs, and "
-"several other editors."
+#. summary(cellwriter)
+msgid "Character-based handwriting input panel"
msgstr ""
-#. summary(bluez:bluez-cups)
-msgid "CUPS Driver for Bluetooth Printers"
+#. description(cellwriter)
+msgid "CellWriter is a grid-entry natural handwriting input panel. As you write characters into the cells, your writing is instantly recognized at the character level. When you press Enter on the panel, the input you entered is sent to the currently focused application as if typed on the keyboard."
msgstr ""
#. summary(cervisia)
msgid "CVS Frontend"
msgstr ""
-#. description(cvs)
-msgid ""
-"CVS is a front-end to the rcs (Revision Control System) included in the "
-"standard Linux distributions. PCL-CVS, an emacs (Emacs) front-end for CVS, "
-"is also included."
+#. description(cervisia)
+msgid "Cervisia is a to work with and browse in CVS repositories."
msgstr ""
-#. description(cvsps)
-msgid ""
-"CVSps is a program for generating 'patchset' information from a CVS "
-"repository. In this case, a patchset is defined as a set of changes made to "
-"a collection of files, all committed at the same time (using a single 'cvs "
-"commit' command). This information is valuable for seeing the big picture of "
-"the evolution of a CVS project. While CVS tracks revision information, it is "
-"often difficult to see what changes were 'atomically' committed to the "
-"repository."
+#. summary(cfitsio:cfitsio-devel)
+msgid "Headers required when building programs against cfitsio library"
msgstr ""
-#. description(cabextract)
-msgid ""
-"Cabinet (.CAB) files are a form of archive, which Microsoft uses to "
-"distribute their software and things like Windows Font Packs. cabextract can "
-"be used to unpack these files."
-msgstr ""
+#. description(cfitsio:cfitsio-devel)
+#, fuzzy
+msgid "This package contains headers required when building programs against cfitsio library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(calibre)
-msgid ""
-"Calibre is an ebook library manager. It can view, convert and catalog ebooks "
-"in most of the major ebook formats. It can also talk to a few ebook reader "
-"devices. It can go out to the internet and fetch metadata for your books. It "
-"can download newspapers and convert them into ebooks for convenient reading. "
-"It is cross platform, running on Linux, Windows and OS X."
+#. summary(chasen)
+msgid "Japanese Morphological Analysis System"
msgstr ""
-#. description(emacs:emacs-x11)
+#. description(chasen)
msgid ""
-"Call it\n"
+"Japanese Morphological Analysis System, ChaSen\n"
"\n"
-"Emacs\n"
+"ChaSen version 1.0 was officially released on 19 February, 1997 by the Computational Linguistics Laboratory, the Graduate School of Information Science, and the Nara Institute of Science and Technology (NAIST). It is a free Japanese Morphological analyser. It grew out of JUMAN version 2.0 development and has made significant improvements in system performance. Origin of Package Name:\n"
"\n"
-"Love it or leave it. This is the Emacs binary with X Window System Support."
+"Takayama, Nara (where NAIST is situated) is famous for producing a tea whisk used in traditional Japanese tea ceremonies. The Japanese name for the tea whisk is \"chasen\" and that is the reason for giving the name ChaSen to this package developed in NAIST."
msgstr ""
-#. summary(aspell-dictionaries:aspell-kn)
+#. summary(libchewing:chewing-data)
+msgid "Chewing Data for libchewing"
+msgstr ""
+
+#. description(libchewing:chewing-data)
#, fuzzy
-msgid "Canarese Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "This package contains data files for chewing, an intelligent phonetic input method library for traditional Chinese."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(csmash)
-msgid ""
-"CannonSmash is a 3D table tennis game. The goal of this project is to "
-"represent various table tennis strategies in a computer game."
+#. summary(libchewing:chewing-utils)
+msgid "Hash editor for libchewing"
msgstr ""
-#. description(capisuite)
+#. description(libchewing:chewing-utils)
msgid ""
-"CapiSuite is an ISDN telecommunication suite providing easy to use "
-"telecommunication functions that can be controlled from Python scripts. It "
-"uses a CAPI-compatible driver for accessing the ISDN hardware, so requires "
-"an AVM card with the appropriate driver.\n"
+"This package contains a hash editor for chewing, an intelligent phonetic input method library for tranditional Chinese.\n"
"\n"
-"CapiSuite is distributed with two example scripts for incoming call handling "
-"and fax sending. See /usr/share/doc/packages/capisuite for further "
-"information."
+"It's used to add, modify and remove entries in the chewing user database (usually located at ~/.chewing/uhash.dat)."
msgstr ""
-#. summary(aspell-dictionaries:aspell-ca)
+#. summary(chmlib:chmlib-devel)
#, fuzzy
-msgid "Catalan Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Documentation and Headers for chmlib"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(cellwriter)
-msgid ""
-"CellWriter is a grid-entry natural handwriting input panel. As you write "
-"characters into the cells, your writing is instantly recognized at the "
-"character level. When you press Enter on the panel, the input you entered is "
-"sent to the currently focused application as if typed on the keyboard."
+#. description(chmlib:chmlib-devel)
+msgid "This package contains the headers and documentation for the chmlib API that programmers will need to develop applications which use chmlib, the software library for dealing with Microsoft ITSS/CHM format files."
msgstr ""
-#. description(cervisia)
-msgid "Cervisia is a to work with and browse in CVS repositories."
+#. summary(circuslinux)
+msgid "A Clone of the Atari 2600 Game \"Circus Atari\""
msgstr ""
-#. summary(cellwriter)
-msgid "Character-based handwriting input panel"
+#. description(circuslinux)
+msgid "The object is to move a teeter-totter back and forth across the screen to bounce clowns into the air. When they reach the top, they pop rows of balloons, and then fall back down."
msgstr ""
-#. summary(libchewing:chewing-data)
-msgid "Chewing Data for libchewing"
+#. summary(ckermit)
+msgid "A Combined Serial and Network Communication Software Package"
msgstr ""
-#. summary(fcitx-chewing)
-#, fuzzy
-msgid "Chewing Wrapper for Fcitx"
-msgstr "Alternar informações"
-
-#. description(fcitx:fcitx-pinyin)
-msgid "Chinese Pinyin engine for Fcitx input method framework."
+#. description(ckermit)
+msgid "C-Kermit is a combined serial and network communication software package offering a consistent, medium-independent, and cross-platform approach to connection establishment, terminal sessions, file transfer, character-set translation, and automation of communication tasks."
msgstr ""
-#. summary(fcitx:fcitx-pinyin)
-msgid "Chinese Pinyin engine for fcitx"
+#. summary(clamav)
+msgid "Antivirus Toolkit"
msgstr ""
-#. summary(arphic-fonts)
-msgid "Chinese TrueType Fonts (Contains Only the License Text)"
+#. description(clamav)
+msgid "ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats. It is the de facto standard for mail gateway scanning. It provides a high performance mutli-threaded scanning daemon, command line utilities for on demand file scanning, and an intelligent tool for automatic signature updates. The core ClamAV library provides numerous file format detection mechanisms, file unpacking support, archive support, and multiple signature languages for detecting threats."
msgstr ""
-#. description(arphic-fonts)
-msgid ""
-"Chinese TrueType fonts by Arphic Technology. This package contains only the "
-"license texts. The fonts themselves are in the sub-packages arphic-bkai00mp-"
-"fonts, arphic-bsmi00lp-fonts, arphic-gkai00mp-fonts, and arphic-gbsn00lp-"
-"fonts."
+#. summary(claws-mail)
+msgid "A lightweight and highly configurable email client"
msgstr ""
-#. summary(bind:bind-chrootenv)
-msgid "Chroot environment for BIND named and lwresd"
-msgstr ""
-
-#. description(clamav)
-msgid ""
-"ClamAV is an open source (GPL) antivirus engine designed for detecting "
-"Trojans, viruses, malware and other malicious threats. It is the de facto "
-"standard for mail gateway scanning. It provides a high performance mutli-"
-"threaded scanning daemon, command line utilities for on demand file "
-"scanning, and an intelligent tool for automatic signature updates. The core "
-"ClamAV library provides numerous file format detection mechanisms, file "
-"unpacking support, archive support, and multiple signature languages for "
-"detecting threats."
-msgstr ""
-
#. description(claws-mail)
msgid ""
-"Claws Mail (previously known as Sylpheed-Claws) is a lightweight and highly "
-"configurable email client and news reader based on the GTK+ GUI toolkit, it "
-"runs on the X Window System.\n"
+"Claws Mail (previously known as Sylpheed-Claws) is a lightweight and highly configurable email client and news reader based on the GTK+ GUI toolkit, it runs on the X Window System.\n"
"\n"
"Claws Mail is free software distributed under the GNU GPL.\n"
"\n"
"To run Claws Mail use 'claws-mail' on the command line.\n"
"\n"
-"When claws-mail is executed for the first time a configuration 'Wizard' will "
-"appear prompting you for the minimum information necessary to create a new "
-"account."
+"When claws-mail is executed for the first time a configuration 'Wizard' will appear prompting you for the minimum information necessary to create a new account."
msgstr ""
-#. description(clicfs)
-msgid ""
-"Clic FS is a FUSE file system to mount a Compressed Loop Image Container. It "
-"has several features that make it a good choice for live systems. It will "
-"compress a Loop Image and export it as read write, creating a copy on write "
-"behaviour."
+#. summary(clicfs)
+msgid "Compressed Loop Image Container"
msgstr ""
-#. summary(fcitx-cloudpinyin)
-msgid "Cloudpinyin module for fcitx"
+#. description(clicfs)
+msgid "Clic FS is a FUSE file system to mount a Compressed Loop Image Container. It has several features that make it a good choice for live systems. It will compress a Loop Image and export it as read write, creating a copy on write behaviour."
msgstr ""
-#. description(fcitx-cloudpinyin)
-msgid "Cloulpinyin is an based cloud compute input method"
-msgstr ""
+#. summary(clucene-core:clucene-core-devel)
+#, fuzzy
+msgid "Development files for clucene library"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(clutter:clutter-devel)
+#. description(clucene-core:clucene-core-devel)
msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces. This package contain the files for "
-"development."
+"CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++.\n"
+"\n"
+"This package holds the development files for clucene."
msgstr ""
-#. summary(frei0r-plugins)
-msgid "Collection of video sources and filters plugins"
-msgstr ""
+#. summary(clutter:clutter-devel)
+#, fuzzy
+msgid "The clutter library (Development)"
+msgstr "Interface do Kernel"
-#. description(dcraw)
-msgid "Command line tools for raw digital photo decoding and processing."
+#. description(clutter:clutter-devel)
+msgid "Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. This package contain the files for development."
msgstr ""
-#. description(apache-commons-codec)
-msgid ""
-"Commons Codec is an attempt to provide definitive implementations of "
-"commonly used encoders and decoders."
-msgstr ""
+#. summary(clutter-gtk:clutter-gtk-devel)
+#, fuzzy
+msgid "GTK+ integration for Clutter - Development Files"
+msgstr "Desenvolvimento"
-#. summary(apache-commons-collections)
-msgid "Commons Collections Package"
+#. summary(cmake)
+msgid "Cross-platform, open-source make system"
msgstr ""
-#. summary(apache-commons-daemon)
-msgid "Commons Daemon - Controlling of Java Daemons"
+#. description(cmake)
+msgid "CMake is a cross-platform, open-source build system"
msgstr ""
-#. description(apache-commons-io)
-msgid ""
-"Commons-IO contains utility classes, stream implementations, file filters, "
-"and endian classes. It is a library of utilities to assist with developing "
-"IO functionality."
-msgstr ""
+#. summary(cogl:cogl-devel)
+#, fuzzy
+msgid "An object oriented GL/GLES Abstraction/Utility Layer -- Development Files"
+msgstr "Desenvolvimento"
-#. description(cal10n)
-msgid ""
-"Compiler Assisted Localization, abbreviated as CAL10N (pronounced as \"calion"
-"\") is a java library for writing localized (internationalized) messages. "
-"Features: * java compiler verifies message keys used in source code "
-"* tooling to detect errors in message keys * native2ascii tool made "
-"superfluous, as you can directly encode bundles in the most convenient "
-"charset, per locale. * good performance (300 nanoseconds per key look-"
-"up) * automatic reloading of resource bundles upon change"
+#. summary(commoncpp2:commoncpp2-devel)
+msgid "Files for developing CommonC++ applications"
msgstr ""
-#. summary(cal10n)
-msgid "Compiler assisted localization library (CAL10N)"
-msgstr ""
+#. description(commoncpp2:commoncpp2-devel)
+#, fuzzy
+msgid "This package contains include files, static libraries and some documentation for the CommonC++ package. It is needed for developing and compiling CommonC++ applications."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(clicfs)
-msgid "Compressed Loop Image Container"
-msgstr ""
+#. summary(compositeproto:compositeproto-devel)
+#, fuzzy
+msgid "The X11 Protocol: Composite extension"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(cm-unicode-fonts)
-msgid ""
-"Computer Modern Unicode fonts were converted from metafont sources using [1] "
-"textrace and [2] pfaedit (030404). Their main purpose is to create free good "
-"quality fonts for use in X Window System applications supporting many "
-"languages. Currently the fonts contain glyphs from Latin1 (Metafont ec, tc), "
-"Cyrillic (la, rx) and Greek (cbgreek when available) code sets."
+#. description(compositeproto:compositeproto-devel)
+msgid "The Composite protocol headers for X11 development. This package contains header files and documentation for the Composite extension."
msgstr ""
-#. summary(cvs)
-msgid "Concurrent Versions System"
+#. summary(conduit)
+msgid "A synchronization application for GNOME"
msgstr ""
#. description(conduit)
-msgid ""
-"Conduit is a synchronization application for GNOME. It allows you to "
-"synchronize your data between online web services (Gmail, backpackit.com, "
-"etc) and your computer."
+msgid "Conduit is a synchronization application for GNOME. It allows you to synchronize your data between online web services (Gmail, backpackit.com, etc) and your computer."
msgstr ""
-#. summary(four-in-a-row)
-msgid "Connect Four Game for GNOME"
+#. summary(cracklib:cracklib-dict-small)
+msgid "Small dictionary for cracklib - A Password-Checking Library"
msgstr ""
-#. description(ConsoleKit)
+#. description(cracklib:cracklib-dict-small)
msgid ""
-"ConsoleKit is a system daemon for tracking what users are logged into the "
-"system and how they interact with the computer (e.g. which keyboard and "
-"mouse they use)."
+"CrackLib tests passwords to determine whether they match certain security-oriented characteristics. You can use CrackLib to stop users from choosing passwords that are easy to guess.\n"
+"\n"
+"This package contains a small dictionay file used by cracklib."
msgstr ""
-#. description(bluez:bluez-cups)
-msgid ""
-"Contains the files required by CUPS for printing to Bluetooth-connected "
-"printers."
+#. summary(crash:crash-kmp-default)
+#. summary(crash:crash-kmp-pae)
+#. summary(crash:crash-kmp-xen)
+msgid "Crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles"
msgstr ""
-#. summary(banshee:banshee-core)
-msgid "Core Banshee platform libraries, services, and resources"
+#. description(crash:crash-kmp-default)
+#. description(crash:crash-kmp-pae)
+#. description(crash:crash-kmp-xen)
+msgid "The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the netdump and diskdump packages from Red Hat Linux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch."
msgstr ""
-#. description(banshee:banshee-dmp)
-msgid ""
-"Core support for Digital Media Player support. Includes generic USB mass "
-"storage device support."
+#. summary(createrepo)
+msgid "Creates a Common Metadata Repository"
msgstr ""
-#. description(cracklib:cracklib-dict-small)
-msgid ""
-"CrackLib tests passwords to determine whether they match certain security-"
-"oriented characteristics. You can use CrackLib to stop users from choosing "
-"passwords that are easy to guess.\n"
-"\n"
-"This package contains a small dictionay file used by cracklib."
+#. description(createrepo)
+msgid "This utility generates a common metadata repository from a directory of RPM packages."
msgstr ""
-#. summary(createrepo)
-msgid "Creates a Common Metadata Repository"
+#. summary(cryptconfig)
+#. summary(cryptconfig:cryptconfig-32bit)
+msgid "A Utility to Configure Encrypted Home Directories and LUKS Partitions"
msgstr ""
-#. summary(libarchive:bsdtar)
-msgid "Creates and reads several different streaming archive formats"
+#. description(cryptconfig)
+#. description(cryptconfig:cryptconfig-32bit)
+msgid "This package contains a utility for configuring encrypted home directories and LUKS partitions. It also supports creating LUKS disk images, creating LUKS partitions, and enlarging disk images along with their file systems. This package also contains a pam module that syncs a user's UNIX password with the password used to encrypt their home directory."
msgstr ""
-#. summary(aspell-dictionaries:aspell-hr)
-#, fuzzy
-msgid "Croatian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(cmake)
-msgid "Cross-platform, open-source make system"
+#. summary(cscope)
+msgid "Interactive Tool for Browsing C Source Code"
msgstr ""
#. description(cscope)
-msgid ""
-"Cscope is an interactive, screen-oriented tool that allows the user to "
-"browse through C source code files for specified elements of code."
+msgid "Cscope is an interactive, screen-oriented tool that allows the user to browse through C source code files for specified elements of code."
msgstr ""
-#. summary(cyrus-sasl:cyrus-sasl-devel)
-msgid "Cyrus SASL API Implementation, Libraries and Header Files"
+#. summary(csmash)
+msgid "3D Table Tennis Game"
msgstr ""
-#. summary(aspell-dictionaries:aspell-cs)
-#, fuzzy
-msgid "Czech Dictionary for Aspell"
-msgstr "Software Adicional"
+#. description(csmash)
+msgid "CannonSmash is a 3D table tennis game. The goal of this project is to represent various table tennis strategies in a computer game."
+msgstr ""
-#. description(dleyna-connector-dbus)
-msgid "D-Bus connector for dLeyna services."
+#. summary(ctags)
+msgid "A Program to Generate Tag Files for Use with vi and Other Editors"
msgstr ""
-#. summary(dhcp-tools)
-msgid "DHCP Tools"
+#. description(ctags)
+msgid "CTags (from Darren Hiebert) generates tag files from source code in C, C++, Eiffel, Fortran, and Java to be used with vi and its derivatives, Emacs, and several other editors."
msgstr ""
-#. summary(dosbox)
-#, fuzzy
-msgid "DOS Emulator Well-Suited for Playing Games"
-msgstr "Emulador do DOS, ideal para jogos"
+#. summary(cups:cups-devel)
+msgid "Development Environment for CUPS"
+msgstr ""
-#. summary(docbook-dsssl-stylesheets)
-msgid "DSSSL Stylesheets for the DocBook DTD"
+#. summary(cvs)
+msgid "Concurrent Versions System"
msgstr ""
-#. summary(docbook-xml-website)
-msgid "DTD and Stylesheets for Web Site Development"
+#. description(cvs)
+msgid "CVS is a front-end to the rcs (Revision Control System) included in the standard Linux distributions. PCL-CVS, an emacs (Emacs) front-end for CVS, is also included."
msgstr ""
-#. description(dvb)
-msgid "DVB tools and transponder files useful for DVB TV Cards"
+#. summary(cvsps)
+msgid "A Program for Generating Patch Set Information from a CVS Repository"
msgstr ""
-#. summary(aspell-dictionaries:aspell-da)
-#, fuzzy
-msgid "Danish Dictionary for Aspell"
-msgstr "Software Adicional"
+#. description(cvsps)
+msgid "CVSps is a program for generating 'patchset' information from a CVS repository. In this case, a patchset is defined as a set of changes made to a collection of files, all committed at the same time (using a single 'cvs commit' command). This information is valuable for seeing the big picture of the evolution of a CVS project. While CVS tracks revision information, it is often difficult to see what changes were 'atomically' committed to the repository."
+msgstr ""
-#. description(dar)
-msgid ""
-"Dar (Disk Archive) is a hardware-independent backup solution. Dar uses "
-"catalogs (unlike tar),which it makes it possible to extract a single file "
-"without having to read the entire archive. It is also possible to create "
-"incremental backups. Dar archives can also be created or used with the "
-"libdar library (for example, with KDar, a KDE application). This package "
-"contains the command line tools and documentation."
+#. summary(cyrus-imapd:cyradm)
+msgid "Administration tool for the Cyrus IMAP server"
msgstr ""
-#. description(dasher)
-msgid ""
-"Dasher is a zooming predictive text entry system, designed for situations "
-"where keyboard input is impractical (for instance: accessibility or PDAs). "
-"It is usable with greatly limited amounts of physical input while still "
-"allowing high rates of text entry."
+#. description(cyrus-imapd:cyradm)
+#, fuzzy
+msgid "This package contains an administration tool for the Cyrus IMAP server."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(cyrus-imapd)
+msgid "The Cyrus IMAP and POP Mail Server"
msgstr ""
-#. description(dasher:dasher-data-extras)
+#. description(cyrus-imapd)
msgid ""
-"Dasher is a zooming predictive text entry system, designed for situations "
-"where keyboard input is impractical (for instance: accessibility or PDAs). "
-"It is usable with greatly limited amounts of physical input while still "
-"allowing high rates of text entry.\n"
+"The cyrus-imapd package contains the core of the Cyrus IMAP server. It is a scaleable enterprise mail system designed for use from small to large enterprise environments using standards-based internet mail technologies.\n"
"\n"
-"This package contains data files to use dasher with additional languages."
+"A full Cyrus IMAP implementation allows a seamless mail and bulletin board environment to be set up across multiple servers. It differs from other IMAP server implementations in that it is run on \"sealed\" servers, where users are not normally permitted to log in and have no system account on the server. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP server. All user access to mail is through software using the IMAP, POP3 or KPOP protocols. It also includes support for virtual domains, NNTP, mailbox annotations, and much more. The private mailbox database design gives the server large advantages in efficiency, scalability and administratability. Multiple concurrent read/write connections to the same mailbox are permitted. The server supports access control lists on mailboxes and storage quotas on mailbox hierarchies.\n"
+"\n"
+"The Cyrus IMAP server supports the IMAP4rev1 protocol described in RFC 3501. IMAP4rev1 has been approved as a proposed standard. It supports any authentication mechanism available from the SASL library, imaps/pop3s/nntps (IMAP/POP3/NNTP encrypted using SSL and TLSv1) can be used for security. The server supports single instance store where possible when an email message is addressed to multiple recipients, SIEVE provides server side email filtering."
msgstr ""
-#. description(dasher:dasher-data-recommended)
-msgid ""
-"Dasher is a zooming predictive text entry system, designed for situations "
-"where keyboard input is impractical (for instance: accessibility or PDAs). "
-"It is usable with greatly limited amounts of physical input while still "
-"allowing high rates of text entry.\n"
-"\n"
-"This package contains data files to use dasher with common languages."
+#. summary(cyrus-sasl:cyrus-sasl-devel)
+msgid "Cyrus SASL API Implementation, Libraries and Header Files"
msgstr ""
-#. summary(ddd)
-#, fuzzy
-msgid "Debugger with Graphical User Interface"
-msgstr "Detecção de Hardware do SUSE"
+#. summary(damageproto:damageproto-devel)
+msgid "The X11 Protocol: X Damage extension"
+msgstr ""
-#. description(dejagnu)
-msgid ""
-"DejaGnu is a framework for testing other programs. Its purpose is to "
-"provide a single front-end for all tests. Beyond this, DejaGnu offers "
-"several advantages for testing:\n"
-"\n"
-"1. The flexibility and consistency of the DejaGnu framework make it easy "
-"to write tests for any program.\n"
-"\n"
-"1. DejaGnu provides a layer of abstraction that allows you to write tests "
-"that are portable to any host or target where a program must be tested. "
-"For instance, a test for GDB can run (from any Unix-based host) on any "
-"target architecture that DejaGnu supports.\n"
-"\n"
-"1. All tests have the same output format. This makes it easy to "
-"integrate testing into other software development processes. DejaGnu's "
-"output is designed to be parsed by other filtering scripts and it is also "
-"human-readable.\n"
-"\n"
-"DejaGnu is written in expect, which in turn uses \"Tcl\"--Tool command "
-"language.\n"
-"\n"
-"Running tests requires two things: the testing framework and the test suites "
-"themselves."
+#. description(damageproto:damageproto-devel)
+msgid "The Damage protocol headers for X11 development. This package contains header files and documentation for the X Damage extension."
msgstr ""
-#. summary(delayacct-utils)
-msgid "Delay Accounting Utilities"
+#. summary(dar)
+#, fuzzy
+msgid "Backup and Restore Application"
+msgstr "Iniciar Aplicativo"
+
+#. description(dar)
+msgid "Dar (Disk Archive) is a hardware-independent backup solution. Dar uses catalogs (unlike tar),which it makes it possible to extract a single file without having to read the entire archive. It is also possible to create incremental backups. Dar archives can also be created or used with the libdar library (for example, with KDar, a KDE application). This package contains the command line tools and documentation."
msgstr ""
-#. description(delayacct-utils)
-msgid ""
-"Delay accounting allows the administrator to track the time an application "
-"spends waiting on disk I/O, swap I/O and CPU scheduling. This can help pin-"
-"point resource shortages in a system configuration."
+#. summary(dasher)
+msgid "Zooming Predictive Text Entry System"
msgstr ""
-#. summary(desktop-translations)
-msgid "Desktop Files Translations"
+#. description(dasher)
+msgid "Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance: accessibility or PDAs). It is usable with greatly limited amounts of physical input while still allowing high rates of text entry."
msgstr ""
#. summary(dbus-1:dbus-1-devel)
@@ -1955,45 +1918,33 @@
msgid "Developer package for D-Bus/GLib bindings"
msgstr ""
-#. summary(devhelp)
-msgid "Developer's Help Program for GNOME"
+#. summary(dcraw)
+msgid "Raw Digital Photo Decoding"
msgstr ""
-#. summary(cups:cups-devel)
-msgid "Development Environment for CUPS"
+#. description(dcraw)
+msgid "Command line tools for raw digital photo decoding and processing."
msgstr ""
-#. summary(fribidi:fribidi-devel)
+#. summary(ddd)
#, fuzzy
-msgid "Development Files for FriBiDi"
-msgstr "Desenvolvimento"
+msgid "Debugger with Graphical User Interface"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(cairo:cairo-devel)
-msgid "Development environment for cairo"
+#. description(ddd)
+msgid "The DDD debugger (Data Display Debugger) is a comfortable GUI to the well-known debuggers GDB and DBX. Data structures can be represented as graphs and shown interactively. Programs can be debugged in C, C++, Pascal, MODULA-2, FORTRAN, ADA, and even at the assembler code level."
msgstr ""
-#. summary(freetype2:freetype2-devel)
-#, fuzzy
-msgid "Development environment for the freetype2 TrueType font library"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(delayacct-utils)
+msgid "Delay Accounting Utilities"
+msgstr ""
-#. summary(avogadro:avogadro-devel)
-#, fuzzy
-msgid "Development files for Avogadro"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(clucene-core:clucene-core-devel)
-#, fuzzy
-msgid "Development files for clucene library"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(freeglut:freeglut-devel)
-msgid ""
-"Development libraries, includes and man pages for freeglut (GLUT Library)"
+#. description(delayacct-utils)
+msgid "Delay accounting allows the administrator to track the time an application spends waiting on disk I/O, swap I/O and CPU scheduling. This can help pin-point resource shortages in a system configuration."
msgstr ""
-#. summary(boost:boost-devel)
-msgid "Development package for Boost C++"
+#. summary(devhelp)
+msgid "Developer's Help Program for GNOME"
msgstr ""
#. description(devhelp)
@@ -2001,1588 +1952,1303 @@
msgid "Devhelp is an API documentation browser for GTK+ and GNOME."
msgstr "Ajuda e Documentação de Suporte"
-#. description(dia)
-msgid ""
-"Dia is designed to be much like the commercial program 'Visio.' It can be "
-"used to draw many different kinds of diagrams. It has special objects to "
-"help draw entity relationship diagrams, UML diagrams, SADT, flowcharts, "
-"network diagrams, and simple circuits. It is possible to add support for new "
-"shapes by writing simple XML files, and using a subset of SVG to draw the "
-"shape.\n"
-"\n"
-"Dia can load and save diagrams to a custom XML format (gzipped by default to "
-"save space), can export diagrams to EPS, PNG, CGM, or SVG formats, and can "
-"print diagrams (including ones that span multiple pages)."
-msgstr ""
+#. summary(dhcp:dhcp-doc)
+#, fuzzy
+msgid "Documentation"
+msgstr "Documento"
-#. summary(banshee:banshee-dmp)
-msgid "Digital Media Player support for Banshee"
+#. description(dhcp:dhcp-doc)
+#, fuzzy
+msgid "This package contains additional documentation files provided with the software. The manual pages are in the corresponding packages."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(dhcp:dhcp-relay)
+msgid "ISC DHCP Relay Agent"
msgstr ""
-#. description(ding)
-msgid ""
-"Ding is a smart X Window System English-to-German dictionary. It works with "
-"a local database file. For full functionality, agrep should be installed."
+#. description(dhcp:dhcp-relay)
+msgid "This is the ISC DHCP relay agent. It can be used as a 'gateway' for DHCP messages across physical network segments. This is necessary because requests can be broadcast, and they will normally not be routed."
msgstr ""
-#. summary(dleyna-renderer)
-msgid "Discover and manipulate Digital Media Renderers"
+#. summary(dhcp:dhcp-server)
+msgid "ISC DHCP Server"
msgstr ""
-#. description(djvulibre)
+#. description(dhcp:dhcp-server)
msgid ""
-"DjVu is a Web-centric format and software platform for distributing "
-"documents and images. DjVuLibre is an open source (GPL) implementation of "
-"DjVu, including viewers, browser plug-ins, decoders, simple encoders, and "
-"utilities. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for "
-"distributing scanned documents, digital documents, or high-resolution "
-"pictures. DjVu content downloads faster, displays and renders faster, looks "
-"nicer on a screen, and consumes less client resources than competing "
-"formats. DjVu images display instantly and can be smoothly zoomed and panned "
-"with no lengthy rerendering. DjVu is used by hundreds of academic, "
-"commercial, governmental, and noncommercial Web sites around the world."
+"This package contains the ISC DHCP server.\n"
+"\n"
+"Please read the documentation in /usr/share/doc/packages/dhcp-server regarding configuration of the DHCP server."
msgstr ""
-#. summary(daps)
-msgid "DocBook Authoring and Publishing Suite"
+#. summary(dhcp-tools)
+msgid "DHCP Tools"
msgstr ""
-#. description(daps)
+#. description(dhcp-tools)
msgid ""
-"DocBook Authoring and Publishing Suite (DAPS)\n"
+"Two utilities, written by Edwin Groothuis, to test and debug DHCP:\n"
"\n"
-"DAPS contains a set of stylesheets, scripts and makefiles that enable you to "
-"create HTML, PDF, EPUB and other formats from DocBook XML with a single "
-"command. It also contains tools to generate profiled source tarballs for "
-"distributing your XML sources for translation or review.\n"
+"dhcpdump This parses tcpdump output to display the dhcp-packets for easier checking and debugging.\n"
"\n"
-"DAPS also includes tools that assist you when writing DocBook XML: "
-"linkchecker, validator, spellchecker, editor macros and stylesheets for "
-"converting DocBook XML.\n"
+"dhcping This allows the system administrator to check if a remote DHCP server is still functioning.\n"
"\n"
-"DAPS is the successor of susedoc. See /usr/share/doc/packages/daps/README."
-"upgrade_from_susedoc_4.x for upgrade instructions."
+"Home page: http://www.mavetju.org"
msgstr ""
-#. summary(docbook_3)
-msgid "DocBook DTD 3.x"
+#. summary(dia)
+msgid "A Diagram Creation Program"
msgstr ""
-#. summary(docbook_5)
-msgid "DocBook Schemas (DTD, RELAX NG, W3C Schema) for Version 5.x"
+#. description(dia)
+msgid ""
+"Dia is designed to be much like the commercial program 'Visio.' It can be used to draw many different kinds of diagrams. It has special objects to help draw entity relationship diagrams, UML diagrams, SADT, flowcharts, network diagrams, and simple circuits. It is possible to add support for new shapes by writing simple XML files, and using a subset of SVG to draw the shape.\n"
+"\n"
+"Dia can load and save diagrams to a custom XML format (gzipped by default to save space), can export diagrams to EPS, PNG, CGM, or SVG formats, and can print diagrams (including ones that span multiple pages)."
msgstr ""
-#. summary(dbsplit-tools)
-msgid "DocBook Splitting tools"
+#. summary(diffstat)
+msgid "Utility That Provides Statistics Based on the Output of diff"
msgstr ""
-#. summary(docbook-tdg)
-#, fuzzy
-msgid "DocBook: The Definitive Guide"
-msgstr "DocBook - O Guia Definitivo"
+#. description(diffstat)
+msgid "diffstat reads the output of the diff command and displays a histogram of the insertions, deletions, and modifications in each file."
+msgstr ""
-#. summary(dhcp:dhcp-doc)
-#, fuzzy
-msgid "Documentation"
-msgstr "Documento"
+#. summary(djvulibre)
+msgid "An Open Source Implementation of DjVu"
+msgstr ""
-#. summary(chmlib:chmlib-devel)
-#, fuzzy
-msgid "Documentation and Headers for chmlib"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(djvulibre)
+msgid "DjVu is a Web-centric format and software platform for distributing documents and images. DjVuLibre is an open source (GPL) implementation of DjVu, including viewers, browser plug-ins, decoders, simple encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for distributing scanned documents, digital documents, or high-resolution pictures. DjVu content downloads faster, displays and renders faster, looks nicer on a screen, and consumes less client resources than competing formats. DjVu images display instantly and can be smoothly zoomed and panned with no lengthy rerendering. DjVu is used by hundreds of academic, commercial, governmental, and noncommercial Web sites around the world."
+msgstr ""
-#. summary(amavisd-new:amavisd-new-docs)
-msgid "Documentation for the High-Performance E-Mail Virus Scanner"
+#. summary(dleyna-renderer)
+msgid "Discover and manipulate Digital Media Renderers"
msgstr ""
-#. summary(bash:bash-doc)
-msgid "Documentation how to Use the GNU Bourne-Again Shell"
+#. description(dleyna-renderer)
+msgid "dleyna-renderer is a library for implementing services that allow clients to discover and manipulate Digital Media Renderers. An implementation of such a service for linux is also included"
msgstr ""
-#. summary(digikam:digikam-doc)
+#. summary(dmxproto:dmxproto-devel)
#, fuzzy
-msgid "Documentation of Digikam"
+msgid "The X11 Protocol: Distributed Multihead X extension"
msgstr "Pacotes de desenvolvimento do KDE"
-#. description(bind:bind-doc)
-msgid ""
-"Documentation of the Berkeley Internet Name Domain (BIND) Domain Name System "
-"implementation of the Domain Name System (DNS) protocols. This includes "
-"also the BIND Administrator Reference Manual (ARM)."
+#. description(dmxproto:dmxproto-devel)
+msgid "The DMX protocol headers for X11 development. This extension defines a protocol for clients to access a front-end proxy X server that controls multiple back-end X servers making up a large display."
msgstr ""
-#. summary(bind)
-msgid "Domain Name System (DNS) Server (named)"
+#. summary(dos2unix)
+msgid "Text converters to and from DOS/MAC to UNIX"
msgstr ""
#. description(dos2unix)
msgid ""
-"Dos2unix is used to convert plain text from DOS (CR/LF) format. Mac2unix "
-"converts plain text from MAC (CR) format to UNIX format (LF).\n"
+"Dos2unix is used to convert plain text from DOS (CR/LF) format. Mac2unix converts plain text from MAC (CR) format to UNIX format (LF).\n"
"\n"
-"Unix2dos converts plain text files from UNIX format to DOS format and "
-"unix2dos converts from UNIX to MAC format."
+"Unix2dos converts plain text files from UNIX format to DOS format and unix2dos converts from UNIX to MAC format."
msgstr ""
-#. summary(fxload)
-msgid "Download Firmware into USB FX and FX2 Devices"
+#. summary(dosbox)
+#, fuzzy
+msgid "DOS Emulator Well-Suited for Playing Games"
+msgstr "Emulador do DOS, ideal para jogos"
+
+#. description(dosbox)
+msgid "dosbox is a DOS emulator that, thanks to its good graphics and sound emulation, is exceptionally well-suited for playing games. dosbox features a built-in DOS operating system and transparent access to the Linux file system and is therefore very easy to use."
msgstr ""
-#. description(doxygen)
-msgid ""
-"Doxygen is a documentation system for C, C++, Java, and IDL. It can generate "
-"an online class browser (in HTML) and an offline reference manual (in LaTeX) "
-"from a set of documented source files. The documentation is extracted "
-"directly from the sources. Doxygen is developed on a Linux platform, but it "
-"runs on most other UNIX flavors as well. An executable for Windows 95/NT is "
-"also available."
+#. summary(doxygen)
+msgid "Automated C, C++, and Java Documentation Generator"
msgstr ""
-#. description(dragonplayer)
-msgid "Dragon Player is a simple KDE 4 video player."
+#. description(doxygen)
+msgid "Doxygen is a documentation system for C, C++, Java, and IDL. It can generate an online class browser (in HTML) and an offline reference manual (in LaTeX) from a set of documented source files. The documentation is extracted directly from the sources. Doxygen is developed on a Linux platform, but it runs on most other UNIX flavors as well."
msgstr ""
-#. summary(e2fsprogs:e2fsprogs-devel)
-msgid "Dummy development package"
+#. summary(drbd-utils)
+#. summary(drbd)
+msgid "Distributed Replicated Block Device"
msgstr ""
-#. description(e2fsprogs:e2fsprogs-devel)
-msgid "Dummy development package for backwards compatibility."
+#. description(drbd-utils)
+#. description(drbd)
+msgid "Drbd is a distributed replicated block device. It mirrors a block device over the network to another machine. Think of it as networked raid 1. It is a building block for setting up clusters."
msgstr ""
-#. summary(aspell-dictionaries:aspell-nl)
-#, fuzzy
-msgid "Dutch Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(editres)
-msgid "Dynamic resource editor for X Toolkit applications"
+#. summary(dri2proto:dri2proto-devel)
+msgid "The X11 Protocol: Direct Rendering Infrastructure 2 extension"
msgstr ""
-#. summary(calibre)
-#, fuzzy
-msgid "EBook Management Application"
-msgstr "Escolher Aplicativo"
-
-#. description(emacs:etags)
-msgid ""
-"ETags generates tag files from source code in Pascal, Cobol, Ada, Perl, "
-"LaTeX, Scheme, Emacs Lisp/Common Lisp, Postscript, Erlang, Python, Prolog, "
-"and most assembler-like syntaxes."
+#. description(dri2proto:dri2proto-devel)
+msgid "The DRI2 protocol headers for X11 development. This extension defines a protocol to securely allow user applications to access the video hardware without requiring data to be passed through the X server."
msgstr ""
-#. description(editres)
-msgid ""
-"Editres is a tool that allows users and application developers to view the "
-"full widget hierarchy of any X Toolkit application that speaks the Editres "
-"protocol."
+#. summary(dri3proto:dri3proto-devel)
+msgid "The X11 Protocol: Direct Rendering Infrastructure 3 extension"
msgstr ""
-#. description(emacs:emacs-nox)
+#. description(dri3proto:dri3proto-devel)
msgid ""
-"Eight Megabytes And Constantly Swapping. Call it\n"
+"The DRI3 protocol headers for X11 development. The DRI3 extension provides mechanisms to translate between direct rendered buffers and X pixmaps. When combined with the Present extension, a complete direct rendering solution for OpenGL is provided.\n"
"\n"
-"emacs-nox\n"
+"The direct rendered buffers are passed across the protocol via standard POSIX file descriptor passing mechanisms. On Linux, these buffers are DMA-BUF objects.\n"
"\n"
-"Love it or leave it."
+"DRI3 also includes a mechanism to translate between Linux Futexes and X Sync extension fences. This provides a synchronization mechanism which can be used to serialize access to shared render buffers."
msgstr ""
-#. description(ekiga)
-msgid ""
-"Ekiga (formely known as GnomeMeeting) is an open source VoIP and video "
-"conferencing application for GNOME. Ekiga uses both the H.323 and SIP "
-"protocols. It supports many audio and video codecs, and is interoperable "
-"with other SIP compliant software and also with Microsoft NetMeeting."
+#. summary(dvb)
+msgid "Tools for Digital (DVB) TV Cards"
msgstr ""
-#. summary(apache2-mod_perl)
-#, fuzzy
-msgid "Embedded Perl for Apache"
-msgstr "Pacotes de desenvolvimento do Kernel"
-
-#. description(enscript)
-msgid ""
-"Enscript converts ASCII files to PostScript and writes the generated output "
-"to a file or sends it directly to the printer.\n"
-"\n"
-"The Enscript configuration file is in /etc/enscript.cfg.\n"
-"\n"
-"Warning: enscript is not able to convert complex unicode (UTF-8) text to "
-"PostScript.\tOnly language text which can be converted from UTF-8 to latin "
-"encodings are supported with the help of a wrapper script. ~ ~"
+#. description(dvb)
+msgid "DVB tools and transponder files useful for DVB TV Cards"
msgstr ""
-#. description(epiphany-branding-openSUSE)
-msgid ""
-"Epiphany is a Web Browser for the GNOME Desktop. Its principles are "
-"simplicity and standards compliance.\n"
-"\n"
-"This package provides the openSUSE default bookmarks and user agent string."
+#. summary(e2fsprogs:e2fsprogs-devel)
+msgid "Dummy development package"
msgstr ""
-#. description(epiphany)
-msgid ""
-"Epiphany is a Web browser for the GNOME Desktop. Its principles are "
-"simplicity and standards compliance."
+#. description(e2fsprogs:e2fsprogs-devel)
+msgid "Dummy development package for backwards compatibility."
msgstr ""
-#. summary(aspell-dictionaries:aspell-eo)
-#, fuzzy
-msgid "Esperanto Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(aspell-dictionaries:aspell-et)
-#, fuzzy
-msgid "Estonian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(arpwatch-ethercodes)
-msgid "Ethercodes Data for arpwatch"
-msgstr ""
-
#. summary(ebtables)
msgid "Ethernet Bridge Tables"
msgstr ""
-#. summary(evolution-data-server:evolution-data-server-devel)
-#, fuzzy
-msgid "Evolution Data Server - Development Files"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(apache2:apache2-example-pages)
-msgid "Example Pages for the Apache 2 Web Server"
+#. description(ebtables)
+msgid "A firewalling tool to transparently filter network traffic passing a bridge. The filtering possibilities are limited to link layer filtering and some basic filtering on higher network layers. The ebtables tool can be used together with the other Linux filtering tools, like iptables. There are no incompatibility issues."
msgstr ""
-#. summary(evolution-ews)
-msgid ""
-"Exchange Connector for Evolution, compatible with Exchange 2007 and later"
+#. summary(ed)
+msgid "GNU ed is a line-oriented text editor"
msgstr ""
-#. summary(acpid)
-msgid "Executes Actions at ACPI Events"
+#. description(ed)
+msgid "GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. Ed is the \"standard\" text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe."
msgstr ""
-#. description(exif)
-msgid ""
-"Exif is a small command line utility to show and change EXIF information "
-"hidden in JPEG files. It demonstrate the power of libexif library."
+#. summary(editres)
+msgid "Dynamic resource editor for X Toolkit applications"
msgstr ""
-#. description(perl-Image-ExifTool:exiftool)
-msgid ""
-"ExifTool is a a full-featured application for reading and writing meta "
-"information in a wide variety of files, including the maker note information "
-"of many digital cameras by various manufacturers such as Canon, Casio, "
-"FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, "
-"Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, "
-"Sanyo, Sigma/Foveon and Sony."
+#. description(editres)
+msgid "Editres is a tool that allows users and application developers to view the full widget hierarchy of any X Toolkit application that speaks the Editres protocol."
msgstr ""
-#. description(exim)
-msgid ""
-"Exim is a mail transport agent (MTA) developed at the University of "
-"Cambridge for use on Unix systems connected to the Internet. It is freely "
-"available under the terms of the GNU General Public Licence. In style, it is "
-"similar to Smail 3, but its facilities are more extensive. In particular, it "
-"has options for verifying incoming sender and recipient addresses, for "
-"refusing mail from specified hosts, networks, or senders, and for "
-"controlling mail relaying."
+#. summary(eekboard)
+msgid "An easy to use virtual keyboard toolkit"
msgstr ""
-#. description(expect)
-msgid ""
-"Expect is a tool primarily for automating interactive applications, such as "
-"telnet, ftp, passwd, fsck, rlogin, tip, and more. Expect really makes this "
-"stuff trivial. Expect is also useful for testing these applications. It is "
-"described in many books, articles, papers, and FAQs. There is an entire "
-"book on it available from O'Reilly."
+#. description(eekboard)
+msgid "eekboard is a virtual keyboard software package, including a set of tools to implement desktop virtual keyboards."
msgstr ""
-#. summary(banshee:banshee-extensions-default)
-msgid "Extra features extending the Banshee Media Player"
+#. summary(ekiga)
+msgid "A GNOME based SIP/H323 teleconferencing application"
msgstr ""
-#. summary(anjuta-extras)
-msgid "Extra plugins for anjuta"
+#. description(ekiga)
+msgid "Ekiga (formely known as GnomeMeeting) is an open source VoIP and video conferencing application for GNOME. Ekiga uses both the H.323 and SIP protocols. It supports many audio and video codecs, and is interoperable with other SIP compliant software and also with Microsoft NetMeeting."
msgstr ""
-#. description(f-spot)
-msgid ""
-"F-Spot is a full-featured personal photo management application for the "
-"GNOME desktop.\n"
-"\n"
-"F-Spot simplifies digital photography by providing intuitive tools to help "
-"you share, touch-up, find and organize your images."
-msgstr ""
+#. summary(ekiga:ekiga-plugins-evolution)
+#, fuzzy
+msgid "Evolution plugin for ekiga"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(fdupes)
-msgid ""
-"FDUPES is a program for identifying or deleting duplicate files residing "
-"within specified directories"
+#. description(ekiga:ekiga-plugins-evolution)
+msgid "This plugin enables evolution support in ekiga."
msgstr ""
-#. summary(flac:flac-devel)
-#, fuzzy
-msgid "FLAC Library Development Package"
-msgstr "Pacotes de desenvolvimento do Kernel"
-
-#. description(flac)
-msgid "FLAC is an open source lossless audio codec developed by Josh Coalson."
+#. summary(emacs)
+msgid "GNU Emacs Base Package"
msgstr ""
-#. description(flex)
-msgid ""
-"FLEX is a tool for generating scanners: programs that recognize lexical "
-"patterns in text."
+#. description(emacs)
+msgid "Basic package for the GNU Emacs editor. Requires emacs-x11 or emacs-nox."
msgstr ""
-#. summary(fvwm-themes)
-#, fuzzy
-msgid "FVWM Configuration Framework"
-msgstr "Exibir Configuração"
-
-#. description(fvwm-themes)
-msgid ""
-"FVWM Themes is a powerful configuration framework for FVWM, designed to be "
-"easily extendable and configurable.\tIt includes several prebuilt themes and "
-"a pack of images and sounds."
+#. summary(emacs:emacs-nox)
+msgid "GNU Emacs-nox: An Emacs Binary without X Window System Support"
msgstr ""
-#. description(fvwm2)
+#. description(emacs:emacs-nox)
msgid ""
-"FVWM is a virtual desktop window manager for the X Window System.\n"
+"Eight Megabytes And Constantly Swapping. Call it\n"
"\n"
-"FVWM is intended to have a small memory footprint but a rich feature set, to "
-"be extremely customizable and extendible, and to be very compatible with the "
-"Motif MWM."
+"emacs-nox\n"
+"\n"
+"Love it or leave it."
msgstr ""
-#. description(fam:fam-devel)
-msgid ""
-"Fam is a file alteration monitoring service. This means that you can receive "
-"signals if files are created or changed.\n"
-"\n"
-"This package provides the files that are needed to compile applications "
-"which use the fam service."
+#. summary(emacs:emacs-x11)
+msgid "GNU Emacs: Emacs binary with X Window System Support"
msgstr ""
-#. description(fam)
+#. description(emacs:emacs-x11)
msgid ""
-"Fam is a file alteration monitoring service. With it, you can receive "
-"signals when files are created or changed.\n"
+"Call it\n"
"\n"
-"To use fam notifications (it can reduce the network load on NFS servers, "
-"especially if they host user home directories) you need to run the fam "
-"daemon, which can be found in the fam-server package."
+"Emacs\n"
+"\n"
+"Love it or leave it. This is the Emacs binary with X Window System Support."
msgstr ""
-#. summary(aspell-dictionaries:aspell-fo)
-#, fuzzy
-msgid "Faroese Dictionary for Aspell"
-msgstr "Software Adicional"
+#. summary(enchant:enchant-voikko)
+msgid "Generic Spell Checking Library - Voikko Plugin"
+msgstr ""
-#. summary(bogofilter)
-msgid "Fast Anti-Spam Filtering by Bayesian Statistical Analysis"
+#. description(enchant:enchant-voikko)
+msgid "Voikko plugin (Finnish) for enchant, a library providing an efficient extensible abstraction for dealing with different spell checking libraries."
msgstr ""
-#. summary(flex)
-msgid "Fast Lexical Analyzer Generator"
+#. summary(enscript)
+msgid "An ASCII to PostScript(tm) Converter"
msgstr ""
-#. description(FastCGI)
+#. description(enscript)
msgid ""
-"FastCGI is a language-independent, scalable, open extension to CGI that "
-"provides high performance without the limitations of server-specific APIs."
+"Enscript converts ASCII files to PostScript and writes the generated output to a file or sends it directly to the printer.\n"
+"\n"
+"The Enscript configuration file is in /etc/enscript.cfg.\n"
+"\n"
+"Warning: enscript is not able to convert complex unicode (UTF-8) text to PostScript.\tOnly language text which can be converted from UTF-8 to latin encodings are supported with the help of a wrapper script. ~ ~"
msgstr ""
-#. description(fcitx-table-extra:fcitx-table-tw-boshiamy)
-msgid "Fcitx Boshiamy table for Traditional Chinese."
+#. summary(eog-plugins)
+msgid "A collection of plugins for Eye of GNOME"
msgstr ""
-#. description(fcitx-table-extra:fcitx-table-tw-smart-cangjie6)
-msgid "Fcitx Smart Tsang Jei (Fast Cang Jie) 6 table for Traditional Chinese."
-msgstr ""
+#. description(eog-plugins)
+#, fuzzy
+msgid "This package contains plugins for additional features in Eye of GNOME."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(fcitx-table-extra:fcitx-table-tw-cangjie5)
-msgid "Fcitx Tsang Jei (Cang Jie) 5 table for Traditional Chinese."
-msgstr ""
+#. summary(epiphany)
+#, fuzzy
+msgid "GNOME Web Browser"
+msgstr "Navegador Web Galeon"
-#. description(fcitx-table-extra:fcitx-table-tw-cangjie-large)
-msgid ""
-"Fcitx Tsang Jei (Cang Jie) table with large character set for Traditional "
-"Chinese."
+#. description(epiphany)
+msgid "Epiphany is a Web browser for the GNOME Desktop. Its principles are simplicity and standards compliance."
msgstr ""
-#. description(fcitx-table-extra:fcitx-table-cn-wubi-large)
-msgid ""
-"Fcitx Wubi (Wu Bi Zi Xing) table with large character set for Simplified "
-"Chinese.\n"
-"\n"
-"Wubi in Fcitx is based on wubi x86."
+#. summary(emacs:etags)
+msgid "Generate Tag Files for Use with Emacs"
msgstr ""
-#. description(fcitx)
-msgid ""
-"Fcitx is a CJK input method framework. It supports Table, Pinyin and QuWei "
-"input methods. It's flexible and fast."
+#. description(emacs:etags)
+msgid "ETags generates tag files from source code in Pascal, Cobol, Ada, Perl, LaTeX, Scheme, Emacs Lisp/Common Lisp, Postscript, Erlang, Python, Prolog, and most assembler-like syntaxes."
msgstr ""
-#. description(fcitx-chewing)
-msgid ""
-"Fcitx-chewing is a Chewing(新酷音) Wrapper for Fcitx.\n"
-"\n"
-"Chewing is a set of free intelligent Chinese Phonetic IME."
+#. summary(evince:evince-plugin-comicsdocument)
+msgid "Evince - comics document support"
msgstr ""
-#. description(fcitx-hangul)
-msgid ""
-"Fcitx-hangul is a Korean Wrapper for Fcitx IM Framework. It's generally an "
-"IBus hangul implementation on Fcitx."
+#. description(evince:evince-plugin-comicsdocument)
+msgid "Add comics document support to Evince"
msgstr ""
-#. description(fcitx-libpinyin)
-msgid "Fcitx-libpinyin is a Frontend of the Intelligent Pinyin IME Backend."
-msgstr ""
+#. summary(evince:evince-plugin-djvudocument)
+#, fuzzy
+msgid "Evince - DjVu document support"
+msgstr "Documento"
-#. summary(apache-commons-httpclient)
-msgid "Feature rich package for accessing resources via HTTP"
+#. description(evince:evince-plugin-djvudocument)
+msgid "Add DjVu document support to Evince"
msgstr ""
-#. description(fetchmail)
-msgid ""
-"Fetchmail is a robust and well-documented remote mail retrieval and "
-"forwarding utility intended to be used over on-demand TCP/IP links (such as "
-"SLIP or PPP connections).\n"
-"\n"
-"Fetchmail retrieves mail from remote mail servers and forwards it to your "
-"local machine's delivery system, so it can be read by normal mail user "
-"agents, such as mutt, elm, pine, (x)emacs/gnus, or mailx.\n"
-"\n"
-"fetchmailconf, an interactive GUI configurator suitable for end-users, is "
-"included in the fetchmailconf package."
-msgstr ""
+#. summary(evince:evince-plugin-dvidocument)
+#, fuzzy
+msgid "Evince - DVI document support"
+msgstr "Documento"
-#. summary(fam)
-msgid "File Alteration Monitoring Daemon"
+#. description(evince:evince-plugin-dvidocument)
+msgid "Add DVI document support to Evince"
msgstr ""
-#. summary(commoncpp2:commoncpp2-devel)
-msgid "Files for developing CommonC++ applications"
+#. summary(evince:evince-plugin-tiffdocument)
+msgid "Evince - TIFF document support"
msgstr ""
-#. summary(bluez:bluez-devel)
-msgid "Files needed for BlueZ development"
+#. description(evince:evince-plugin-tiffdocument)
+msgid "Add TIFF document support to Evince"
msgstr ""
-#. description(bluez:bluez-devel)
-msgid ""
-"Files needed to develop applications for the BlueZ Bluetooth protocol stack."
-msgstr ""
+#. summary(evince:evince-plugin-xpsdocument)
+#, fuzzy
+msgid "Evince - XPS document support"
+msgstr "Documento"
-#. description(finger)
-msgid ""
-"Finger is a utility that allows users to see information about system users "
-"(login name, home directory, name, and more) on local and remote systems."
+#. description(evince:evince-plugin-xpsdocument)
+msgid "Add XPS document support to Evince"
msgstr ""
-#. summary(aspell-dictionaries:aspell-fi)
+#. summary(evolution-data-server:evolution-data-server-devel)
#, fuzzy
-msgid "Finnish Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Evolution Data Server - Development Files"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(five-or-more)
-msgid ""
-"Five or More is a game where one must align colored pieces as the board gets "
-"filled with randomly placed pieces. When five or more pieces of the same "
-"color get lined up, they disappear. The game ends when the board gets filled "
-"up all the way."
+#. description(evolution-data-server:evolution-data-server-devel)
+msgid "The Evolution Data Server development files provide the necessary libraries, headers, and other files for developing applications which use the Evolution Data Server for storing contact and calendar information."
msgstr ""
-#. summary(bovo)
-msgid "Five-in-a-row Board Game"
+#. summary(evolution-ews)
+msgid "Exchange Connector for Evolution, compatible with Exchange 2007 and later"
msgstr ""
-#. summary(fcitx)
-msgid "Flexible Context-aware Input Tool with eXtension"
+#. description(evolution-ews)
+msgid ""
+"The EWS Exchange Connector for Evolution provides a Exchange backend from evolution-data-server as well as plugins for Evolution to access Exchange features.\n"
+"\n"
+"The EWS Exchange Connector is using the Exchange Web Services interface and is therefore compatible with Exchange 2007 and later.\n"
+"\n"
+"Provides exchange connectivity for exchange server 2007 and later using exchange web services protocol."
msgstr ""
-#. summary(flickrnet)
-msgid "Flickr"
+#. summary(evolution:evolution-plugin-bogofilter)
+msgid "Evolution extension -- bogofilter"
msgstr ""
-#. summary(bdftopcf)
-msgid "Font compiler for the X server and font server"
+#. description(evolution:evolution-plugin-bogofilter)
+msgid "Adds support for junk-mail filtering via bogofilter."
msgstr ""
-#. summary(kiten:fonts-KanjiStrokeOrders)
-msgid "Font for learning Japanese Kanji"
+#. summary(evolution:evolution-plugin-spamassassin)
+msgid "Evolution extension -- spamassassin"
msgstr ""
-#. summary(fifth-leg-font)
-msgid "Font for the openSUSE Brand"
+#. description(evolution:evolution-plugin-spamassassin)
+msgid "Adds support for junk-mail filtering via spamassassin."
msgstr ""
-#. description(flim)
-msgid "For coding and decoding MIME messages."
+#. summary(exif)
+msgid "Small Command Line Utility to Show and Change EXIF Information in JPEG Files"
msgstr ""
-#. summary(dejagnu)
-msgid "Framework for Running Test Suites on Software Tools"
+#. description(exif)
+msgid "Exif is a small command line utility to show and change EXIF information hidden in JPEG files. It demonstrate the power of libexif library."
msgstr ""
-#. summary(culmus-fonts)
-msgid "Free Hebrew Fonts"
+#. summary(exim)
+msgid "The Exim Mail Transfer Agent, a Replacement for sendmail"
msgstr ""
-#. summary(flac)
-msgid "Free Lossless Audio Codec"
+#. description(exim)
+msgid "Exim is a mail transport agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence. In style, it is similar to Smail 3, but its facilities are more extensive. In particular, it has options for verifying incoming sender and recipient addresses, for refusing mail from specified hosts, networks, or senders, and for controlling mail relaying."
msgstr ""
-#. summary(ft2demos)
-msgid "Freetype2 Utilities and Demo Programs"
+#. summary(exo:exo-tools)
+msgid "Tools for exo"
msgstr ""
-#. description(ft2demos)
-msgid "Freetype2 utilities and demo programs."
-msgstr ""
-
-#. summary(aspell-dictionaries:aspell-fr)
+#. description(exo:exo-tools)
#, fuzzy
-msgid "French Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "This package provides tools and helpers for exo."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(bundle-lang-gnome:bundle-lang-gnome-fr)
-msgid "French translations for many GNOME programs"
+#. summary(expect)
+msgid "A Tool for Automating Interactive Programs"
msgstr ""
-#. summary(bzr)
-msgid "Friendly distributed version control system"
+#. description(expect)
+msgid "Expect is a tool primarily for automating interactive applications, such as telnet, ftp, passwd, fsck, rlogin, tip, and more. Expect really makes this stuff trivial. Expect is also useful for testing these applications. It is described in many books, articles, papers, and FAQs. There is an entire book on it available from O'Reilly."
msgstr ""
-#. description(frink)
+#. summary(extra-cmake-modules)
+#, fuzzy
+msgid "CMake modules"
+msgstr "Nenhum módulo encontrado."
+
+#. description(extra-cmake-modules)
msgid ""
-"Frink is a Tcl formatting and static check program. It can prettify your "
-"program, and minimize, obfuscate, or sanity check it. It can also do some "
-"rewriting.\n"
+"Extra modules and scripts for CMake.\n"
"\n"
-"See /usr/share/doc/packages/frink/README and the output of \"frink -h\" for "
-"details."
+"For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey"
msgstr ""
-#. summary(aspell-dictionaries:aspell-fy)
+#. summary(xiterm:fbiterm)
#, fuzzy
-msgid "Frisian Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Internationalized Terminal Emulator for Framebuffers"
+msgstr "Emulador de Terminal Multilíngüe"
-#. description(frogr)
-msgid ""
-"Frogr is a small application for the GNOME desktop that allows users to "
-"manage their accounts in the Flickr image hosting website. It supports all "
-"the basic Flickr features, including uploading pictures, adding "
-"descriptions, setting tags and managing sets and groups pools."
+#. description(xiterm:fbiterm)
+msgid "An internationalized terminal emulator for framebuffers."
msgstr ""
-#. summary(fetchmail)
-msgid "Full-Featured POP and IMAP Mail Retrieval Daemon"
+#. summary(fcitx)
+msgid "Flexible Context-aware Input Tool with eXtension"
msgstr ""
-#. summary(banshee:banshee-backend-io-gio)
-msgid "GIO backend for non-local files for Banshee"
+#. description(fcitx)
+msgid "Fcitx is a CJK input method framework. It supports Table, Pinyin and QuWei input methods. It's flexible and fast."
msgstr ""
-#. summary(f-spot)
+#. summary(fcitx-chewing)
#, fuzzy
-msgid "GNOME Photo Management Application"
-msgstr "Escolher Aplicativo"
+msgid "Chewing Wrapper for Fcitx"
+msgstr "Alternar informações"
-#. summary(epiphany)
-#, fuzzy
-msgid "GNOME Web Browser"
-msgstr "Navegador Web Galeon"
-
-#. summary(epiphany-branding-openSUSE)
-msgid "GNOME Web Browser -- openSUSE default bookmarks and user agent string"
-msgstr ""
-
-#. summary(banshee:banshee-backend-platform-gnome)
-msgid "GNOME platform support for Banshee"
-msgstr ""
-
-#. description(autoconf)
+#. description(fcitx-chewing)
msgid ""
-"GNU Autoconf is a tool for configuring source code and makefiles. Using "
-"autoconf, programmers can create portable and configurable packages, because "
-"the person building the package is allowed to specify various configuration "
-"options.\n"
+"Fcitx-chewing is a Chewing(新酷音) Wrapper for Fcitx.\n"
"\n"
-"You should install autoconf if you are developing software and would like to "
-"create shell scripts to configure your source code packages.\n"
-"\n"
-"Note that the autoconf package is not required for the end user who may be "
-"configuring software with an autoconf-generated script; autoconf is only "
-"required for the generation of the scripts, not their use."
+"Chewing is a set of free intelligent Chinese Phonetic IME."
msgstr ""
-#. summary(binutils)
-msgid "GNU Binutils"
+#. summary(fcitx-cloudpinyin)
+msgid "Cloudpinyin module for fcitx"
msgstr ""
-#. summary(emacs)
-msgid "GNU Emacs Base Package"
+#. description(fcitx-cloudpinyin)
+msgid "Cloulpinyin is an based cloud compute input method"
msgstr ""
-#. summary(emacs:emacs-nox)
-msgid "GNU Emacs-nox: An Emacs Binary without X Window System Support"
+#. summary(fcitx-configtool:fcitx-config-gtk3)
+msgid "GTK GUI Config tool for FCITX"
msgstr ""
-#. summary(emacs:emacs-x11)
-msgid "GNU Emacs: Emacs binary with X Window System Support"
+#. description(fcitx-configtool:fcitx-config-gtk3)
+msgid ""
+"fcitx-config GTK based configure tool for fcitx.\n"
+"\n"
+"KDE Version see fcitx-config-kde4 or kcm-fcitx."
msgstr ""
-#. summary(binutils:binutils-devel)
-msgid "GNU binutils (BFD development files)"
+#. summary(fcitx-googlepinyin)
+msgid "Googlepinyin module for fcitx"
msgstr ""
-#. summary(ed)
-msgid "GNU ed is a line-oriented text editor"
+#. description(fcitx-googlepinyin)
+msgid "fcitx-googlepinyin is a Googlepinyin module for fcitx."
msgstr ""
-#. description(ed)
-msgid ""
-"GNU ed is a line-oriented text editor. It is used to create, display, modify "
-"and otherwise manipulate text files, both interactively and via shell "
-"scripts. A restricted version of ed, red, can only edit files in the current "
-"directory and cannot execute shell commands. Ed is the \"standard\" text "
-"editor in the sense that it is the original editor for Unix, and thus widely "
-"available. For most purposes, however, it is superseded by full-screen "
-"editors such as GNU Emacs or GNU Moe."
+#. summary(fcitx:fcitx-gtk2)
+msgid "Gtk2 IM module for fcitx"
msgstr ""
-#. summary(banshee:banshee-backend-engine-gstreamer)
-msgid "GStreamer engine support for Banshee"
+#. description(fcitx:fcitx-gtk2)
+msgid "GTK+ version 2 input module for Fcitx input method rfamework."
msgstr ""
-#. summary(fcitx-configtool:fcitx-config-gtk3)
-msgid "GTK GUI Config tool for FCITX"
+#. summary(fcitx:fcitx-gtk3)
+msgid "Gtk3 IM module for fcitx"
msgstr ""
-#. summary(apport:apport-gtk)
-msgid "GTK frontend for the apport crash report system"
+#. description(fcitx:fcitx-gtk3)
+msgid "GTK+ version 3 input module for Fcitx input method framework."
msgstr ""
-#. summary(clutter-gtk:clutter-gtk-devel)
-#, fuzzy
-msgid "GTK+ integration for Clutter - Development Files"
-msgstr "Desenvolvimento"
+#. summary(fcitx-hangul)
+msgid "Hangul Module for Fcitx IM Framework"
+msgstr ""
-#. description(fcitx:fcitx-gtk2)
-msgid "GTK+ version 2 input module for Fcitx input method rfamework."
+#. description(fcitx-hangul)
+msgid "Fcitx-hangul is a Korean Wrapper for Fcitx IM Framework. It's generally an IBus hangul implementation on Fcitx."
msgstr ""
-#. description(fcitx:fcitx-gtk3)
-msgid "GTK+ version 3 input module for Fcitx input method framework."
+#. summary(fcitx-libpinyin)
+msgid "Libpinyin Wrapper for Fcitx"
msgstr ""
-#. description(galculator)
-msgid ""
-"Galculator is a GTK 2 based calculator with ordinary notation/reverse polish "
-"notation, a formula entry mode, different number bases (DEC, HEX, OCT, BIN) "
-"and different units of angular measure (DEG, RAD, GRAD)."
+#. description(fcitx-libpinyin)
+msgid "Fcitx-libpinyin is a Frontend of the Intelligent Pinyin IME Backend."
msgstr ""
-#. summary(aspell-dictionaries:aspell-gl)
+#. summary(mozc:fcitx-mozc)
#, fuzzy
-msgid "Galician Gaelic Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "The Mozc backend for Fcitx"
+msgstr "Alternar informações"
-#. summary(aspell-dictionaries:aspell-agal)
-#, fuzzy
-msgid "Galician-portuguese Dictionary for Aspell"
-msgstr "Software Adicional"
+#. description(mozc:fcitx-mozc)
+msgid "The Mozc backend for Fcitx provides a Japanese input method."
+msgstr ""
-#. summary(emacs:etags)
-msgid "Generate Tag Files for Use with Emacs"
+#. summary(fcitx:fcitx-pinyin)
+msgid "Chinese Pinyin engine for fcitx"
msgstr ""
-#. summary(enchant:enchant-voikko)
-msgid "Generic Spell Checking Library - Voikko Plugin"
+#. description(fcitx:fcitx-pinyin)
+msgid "Chinese Pinyin engine for Fcitx input method framework."
msgstr ""
-#. summary(bundle-lang-gnome:bundle-lang-gnome-de)
-msgid "German translations for many GNOME programs"
+#. summary(fcitx:fcitx-qt4)
+msgid "Qt4 IM module for fcitx"
msgstr ""
-#. summary(dbus-sharp-glib)
-msgid "Glib integration for DBus"
+#. description(fcitx:fcitx-qt4)
+msgid "QT4 input module for Fcitx input method framework."
msgstr ""
-#. summary(fcitx-googlepinyin)
-msgid "Googlepinyin module for fcitx"
+#. summary(fcitx-qt5)
+msgid "Fcitx QT5 Input Context"
msgstr ""
-#. summary(aspell-dictionaries:aspell-el)
-#, fuzzy
-msgid "Greek Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(ekiga:ekiga-plugins-gstreamer)
-msgid "Gstreamer plugin for ekiga"
+#. description(fcitx-qt5)
+msgid "A QT5 input context plugin of Fcitx IM Framework."
msgstr ""
-#. summary(fcitx:fcitx-gtk2)
-msgid "Gtk2 IM module for fcitx"
+#. summary(fcitx-sunpinyin)
+msgid "Sunpinyin module for fcitx"
msgstr ""
-#. summary(fcitx:fcitx-gtk3)
-msgid "Gtk3 IM module for fcitx"
+#. description(fcitx-sunpinyin)
+msgid ""
+"SunPinyin ===\n"
+"\n"
+"SunPinyin is an SLM (Statistical Language Model) based input method engine. To model the Chinese language, it use a backoff bigram and trigram language model.\n"
+"\n"
+"Currently, SunPinyin 2.0 is available on IBus.\n"
+"\n"
+"fcitx-sunpinyin ===\n"
+"\n"
+"fcitx-sunpinyin is a wrapper around SunPinyin which enables user to use SunPinyin with fcitx."
msgstr ""
-#. summary(aspell-dictionaries:aspell-gu)
+#. summary(fcitx:fcitx-table)
#, fuzzy
-msgid "Gujarati Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Table engine for fcitx"
+msgstr "Alternar informações"
-#. summary(fcitx-hangul)
-msgid "Hangul Module for Fcitx IM Framework"
+#. description(fcitx:fcitx-table)
+msgid ""
+"Table engine for Fcitx input method framework.\n"
+"\n"
+"It's the basic component for other users except some Chinese."
msgstr ""
-#. summary(libchewing:chewing-utils)
-msgid "Hash editor for libchewing"
-msgstr ""
-
-#. summary(expect:expect-devel)
+#. summary(fcitx-zhuyin)
#, fuzzy
-msgid "Header Files and C API Documentation for expect"
-msgstr "Ajuda e Documentação de Suporte"
+msgid "Libzhuyin Wrapper for Fcitx"
+msgstr "Alternar informações"
-#. summary(audit:audit-devel)
-msgid "Header files and static library for libaudit"
+#. description(fcitx-zhuyin)
+msgid ""
+"The libzhuyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods.\n"
+"\n"
+"This is a libzhuyin wrapper for fcitx."
msgstr ""
-#. summary(aspell-dictionaries:aspell-he)
+#. summary(festival)
#, fuzzy
-msgid "Hebrew Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "The Speech Synthesis System"
+msgstr "Interface do Sintetizador de Fala"
-#. summary(amavisd-new)
-msgid "High-Performance E-Mail Virus Scanner"
+#. description(festival)
+msgid "Festival is a multilingual speech synthesis system developed at CSTR. It offers a full text-to-speech system with various APIs as well as an environment for development and research of speech synthesis techniques. It is written in C++ and has a Scheme-based command interpreter for general control."
msgstr ""
-#. summary(perl-Image-ExifTool:exiftool)
+#. summary(fetchmail)
+msgid "Full-Featured POP and IMAP Mail Retrieval Daemon"
+msgstr ""
+
+#. description(fetchmail)
msgid ""
-"Highly Customizable Perl App for Reading and Writing Meta Information in "
-"Files"
+"Fetchmail is a robust and well-documented remote mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections).\n"
+"\n"
+"Fetchmail retrieves mail from remote mail servers and forwards it to your local machine's delivery system, so it can be read by normal mail user agents, such as mutt, elm, pine, (x)emacs/gnus, or mailx.\n"
+"\n"
+"fetchmailconf, an interactive GUI configurator suitable for end-users, is included in the fetchmailconf package."
msgstr ""
-#. summary(aspell-dictionaries:aspell-hi)
+#. description(file:file-devel)
#, fuzzy
-msgid "Hindi (हिंदी) Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "This package contains all necessary include files and libraries needed to develop applications that require the magic \"file\" interface."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(aspell-dictionaries:aspell-hu)
+#. summary(finger)
#, fuzzy
-msgid "Hungarian Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Show User Information (Client)"
+msgstr "Cliente do Network Information Service"
-#. summary(dhcp:dhcp-relay)
-msgid "ISC DHCP Relay Agent"
+#. description(finger)
+msgid "Finger is a utility that allows users to see information about system users (login name, home directory, name, and more) on local and remote systems."
msgstr ""
-#. summary(dhcp:dhcp-server)
-msgid "ISC DHCP Server"
+#. summary(fipscheck)
+msgid "A library for integrity verification of FIPS validated modules"
msgstr ""
-#. summary(capisuite)
-msgid "ISDN Telecommunication Suite Providing Fax and Voice Services"
+#. description(fipscheck)
+msgid "FIPSCheck is a library for integrity verification of FIPS validated modules. The package also provides helper binaries for creation and verification of the HMAC-SHA256 checksum files."
msgstr ""
-#. summary(aspell-dictionaries:aspell-is)
-#, fuzzy
-msgid "Icelandic Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(fdupes)
-msgid "Identifying or deleting duplicate files"
+#. summary(five-or-more)
+msgid "\"Five or More\" Game for GNOME"
msgstr ""
-#. description(banshee)
-msgid ""
-"Import, organize, and discover new music with Banshee through its simple and "
-"powerful interface and wide array of innovative features. Create your own "
-"radio stations or listen to a friends' through Last.fm integration; "
-"experience automatic cover art fetching as you listen; and easily browse, "
-"search, and control your media collection.\n"
-"\n"
-"This package provides the Classic Banshee client, a familiar user interface "
-"with a source list and three-pane layout for browsing and exploring media. "
-"This client is the most feature rich, but does not sacrifice usability."
+#. description(five-or-more)
+msgid "Five or More is a game where one must align colored pieces as the board gets filled with randomly placed pieces. When five or more pieces of the same color get lined up, they disappear. The game ends when the board gets filled up all the way."
msgstr ""
-#. summary(fvwm2)
-#, fuzzy
-msgid "Improved Version of FVWM Window Manager"
-msgstr "O gerenciador de janelas Motif"
-
-#. description(armagetron)
-msgid ""
-"In this game, race against other players on a permanently moving lightcycle "
-"(virtual motorbike), which leaves a wall as a trace. The lightcycles can "
-"make 90 degree turns and accelerate when driven close to walls. The game is "
-"over if you hit a wall. The goal of the game is to try to make your enemies "
-"hit the walls, while you avoid doing the same. Unlike glTron, this program "
-"does not require 3D hardware support."
+#. summary(fixesproto:fixesproto-devel)
+msgid "The X11 Protocol: X Fixes extension"
msgstr ""
-#. summary(cdparanoia:cdparanoia-devel)
-msgid "Include Files and Libraries Mandatory for Development"
+#. description(fixesproto:fixesproto-devel)
+msgid "The Fixes protocol headers for X11 development. The extension makes changes to many areas of the protocol to resolve issues raised by application interaction with core protocol mechanisms that cannot be adequately worked around on the client side of the wire."
msgstr ""
-#. summary(aspell:aspell-devel)
-msgid "Include Files and Libraries Mandatory for Development with aspell"
+#. summary(flac)
+msgid "Free Lossless Audio Codec"
msgstr ""
-#. summary(aspell-dictionaries:aspell-id)
-#, fuzzy
-msgid "Indonesian (Bahasa Indonesia) Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(emacs:emacs-info)
-msgid "Info files for GNU Emacs"
+#. description(flac)
+msgid "FLAC is an open source lossless audio codec developed by Josh Coalson."
msgstr ""
-#. summary(cscope)
-msgid "Interactive Tool for Browsing C Source Code"
-msgstr ""
-
-#. summary(aspell-dictionaries:aspell-ia)
+#. summary(flac:flac-devel)
#, fuzzy
-msgid "Interlingua Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "FLAC Library Development Package"
+msgstr "Pacotes de desenvolvimento do Kernel"
-#. summary(xiterm:fbiterm)
+#. description(flac:flac-devel)
#, fuzzy
-msgid "Internationalized Terminal Emulator for Framebuffers"
-msgstr "Emulador de Terminal Multilíngüe"
+msgid "This package contains the files needed to compile programs that use the FLAC library."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(aspell-dictionaries:aspell-ga)
-#, fuzzy
-msgid "Irish Dictionary for Aspell"
-msgstr "Software Adicional"
+#. summary(flex)
+msgid "Fast Lexical Analyzer Generator"
+msgstr ""
-#. summary(aspell-dictionaries:aspell-it)
-#, fuzzy
-msgid "Italian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(apache-commons-beanutils)
-msgid "Jakarta Commons BeanUtils Package"
+#. description(flex)
+msgid "FLEX is a tool for generating scanners: programs that recognize lexical patterns in text."
msgstr ""
-#. summary(chasen)
-msgid "Japanese Morphological Analysis System"
+#. summary(fontcacheproto:fontcacheproto-devel)
+msgid "The X11 Protocol: Fontcache extension"
msgstr ""
-#. description(chasen)
+#. description(fontcacheproto:fontcacheproto-devel)
+#, fuzzy
+msgid "The Fontcache protocol headers for X11 development."
+msgstr "Desenvolvimento Kernel"
+
+#. description(fontconfig:fontconfig-devel)
msgid ""
-"Japanese Morphological Analysis System, ChaSen\n"
+"This package countains all include files, libraries, configuration files needed for compiling applications which use the fontconfig library.\n"
"\n"
-"ChaSen version 1.0 was officially released on 19 February, 1997 by the "
-"Computational Linguistics Laboratory, the Graduate School of Information "
-"Science, and the Nara Institute of Science and Technology (NAIST). It is a "
-"free Japanese Morphological analyser. It grew out of JUMAN version 2.0 "
-"development and has made significant improvements in system performance. "
-"Origin of Package Name:\n"
+"In addition, it contains extensive documentation and manual pages for developers using the library.\n"
"\n"
-"Takayama, Nara (where NAIST is situated) is famous for producing a tea whisk "
-"used in traditional Japanese tea ceremonies. The Japanese name for the tea "
-"whisk is \"chasen\" and that is the reason for giving the name ChaSen to "
-"this package developed in NAIST."
+"Fontconfig is a library for configuring and customizing font access. It contains two essential modules, the configuration module which builds an internal configuration from XML files and the matching module which accepts font patterns and returns the nearest matching font."
msgstr ""
-#. summary(avalon-framework)
-msgid "Java components interfaces"
+#. summary(fontsproto:fontsproto-devel)
+msgid "The X11 Protocol: X Fonts extension"
msgstr ""
-#. summary(ant-antlr:ant-javadoc)
-msgid "Javadoc for ant"
+#. description(fontsproto:fontsproto-devel)
+msgid "The Fonts protocol headers for X11 development."
msgstr ""
-#. summary(kcm-fcitx:fcitx-config-kde4)
-#, fuzzy
-msgid "KDE control module for Fcitx"
-msgstr "Módulos Kernel (Drivers de Hardware)"
+#. summary(abiword-docs)
+msgid "A Multiplatform Word Processor - Documentation"
+msgstr ""
-#. description(kcm-fcitx:fcitx-config-kde4)
+#. description(abiword-docs)
+msgid "AbiWord is a multiplatform word processor with a GTK+ interface on the UNIX platform. For extended functionality and integration, this version is compiled with GNOME support. Abiword with the GNOME front-end is part of the GNOME Office Suite."
+msgstr ""
+
+#. summary(accerciser)
+msgid "Accessibility debugging tool"
+msgstr ""
+
+#. description(accerciser)
msgid ""
-"KDE control module for Fcitx.\n"
+"Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information.\n"
"\n"
-"You can config fcitx through \"Configure Desktop\" - \"Locale\" - Fcitx now."
+"In essence, Accerciser is a next generation at-poke tool."
msgstr ""
-#. description(amor)
-msgid "KDE creature for your desktop"
+#. summary(accerciser:accerciser-lang)
+msgid "Languages for package accerciser"
msgstr ""
-#. description(arabic-fonts:arabic-kacstone-fonts)
-msgid "KacstOne family developed by Kacst institution."
+#. description(accerciser:accerciser-lang)
+msgid "Provides translations to the package accerciser"
msgstr ""
-#. summary(anthy)
-msgid "Kana-Kanji Conversion Engine"
+#. summary(adobe-sourcecodepro-fonts)
+msgid "A set of OpenType fonts designed for coding environments"
msgstr ""
-#. summary(aspell-dictionaries:aspell-csb)
-#, fuzzy
-msgid "Kashubian Dictionary for Aspell"
-msgstr "Software Adicional"
+#. description(adobe-sourcecodepro-fonts)
+msgid "Source Code is a set of monospaced OpenType fonts that have been designed to work well with coding environments. This family of fonts is a complementary design to the Source Sans family."
+msgstr ""
-#. summary(aspell-dictionaries:aspell-rw)
-#, fuzzy
-msgid "Kinyarwanda Dictionary for Aspell"
-msgstr "Software Adicional"
+#. summary(adobe-sourcehansans-fonts)
+msgid "An OpenType/CFF Pan-CJK font family"
+msgstr ""
-#. summary(aspell-dictionaries:aspell-ky)
-#, fuzzy
-msgid "Kirghiz Dictionary for Aspell"
-msgstr "Software Adicional"
+#. description(adobe-sourcehansans-fonts)
+msgid "A set of Pan-CJK fonts designed to complement Source Sans Pro."
+msgstr ""
-#. summary(alee-fonts)
-msgid "Korean TrueType fonts"
+#. summary(adobe-sourcesanspro-fonts)
+#. summary(adobe-sourceserifpro-fonts)
+msgid "A set of OpenType fonts designed for user interfaces"
msgstr ""
-#. description(alee-fonts)
-msgid "Korean TrueType fonts by A Lee."
+#. description(adobe-sourcesanspro-fonts)
+msgid "Source Sans is a set of OpenType fonts that have been designed to work well in user interface (UI) environments, as well as in text setting for screen and print."
msgstr ""
-#. summary(aspell-dictionaries:aspell-ku)
-#, fuzzy
-msgid "Kurdi Dictionary for Aspell"
-msgstr "Software Adicional"
+#. description(adobe-sourceserifpro-fonts)
+msgid "A set of serif OpenType fonts designed to complement Source Sans Pro"
+msgstr ""
-#. summary(accerciser:accerciser-lang)
-msgid "Languages for package accerciser"
+#. summary(aisleriot:aisleriot-themes)
+msgid "Solitaire Card Games for GNOME -- Extra Themes"
msgstr ""
-#. summary(anjuta:anjuta-lang)
-msgid "Languages for package anjuta"
+#. description(aisleriot:aisleriot-themes)
+msgid ""
+"Aisleriot is a compilation of 80 different solitaire card games.\n"
+"\n"
+"This package provides extra themes for Aisleriot."
msgstr ""
#. summary(anjuta-extras:anjuta-extras-lang)
msgid "Languages for package anjuta-extras"
msgstr ""
-#. summary(aqbanking:aqbanking-lang)
-msgid "Languages for package aqbanking"
+#. description(anjuta-extras:anjuta-extras-lang)
+msgid "Provides translations to the package anjuta-extras"
msgstr ""
-#. summary(at-spi:at-spi-lang)
-msgid "Languages for package at-spi"
+#. summary(anjuta:anjuta-lang)
+msgid "Languages for package anjuta"
msgstr ""
-#. summary(bluedevil:bluedevil-lang)
-msgid "Languages for package bluedevil"
+#. description(anjuta:anjuta-lang)
+msgid "Provides translations to the package anjuta"
msgstr ""
-#. summary(bzr:bzr-lang)
-#, fuzzy
-msgid "Languages for package bzr"
-msgstr "Idiomas Sami (Outro)"
+#. summary(ant)
+msgid "Java-based build tool"
+msgstr ""
-#. summary(checkinstall:checkinstall-lang)
-#, fuzzy
-msgid "Languages for package checkinstall"
-msgstr "Idiomas Sami (Outro)"
+#. description(ant)
+#. description(ant-antlr)
+msgid ""
+"Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.\n"
+"\n"
+"Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ant's original author could not live with when developing software across multiple platforms. Make-like tools are inherently shell-based--they evaluate a set of dependencies then execute commands, not unlike what you would issue in a shell. This means that you can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type, such as Unix, that you are working on.\n"
+"\n"
+"Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. \"Is my command not executing because I have a space in front of my tab???\" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still have yet another format to use and remember.\n"
+"\n"
+"Ant is different. Instead of a model where it is extended with shell-based commands, Ant is extended using Java classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks are executed. Each task is run by an object that implements a particular task interface.\n"
+"\n"
+"Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}`, but it gives you the ability to be cross-platform--to work anywhere and everywhere. If you really need to execute a shell command, Ant has an <exec> task that allows different commands to be executed based on the OS used."
+msgstr ""
-#. summary(claws-mail:claws-mail-lang)
-msgid "Languages for package claws-mail"
+#. summary(ant-antlr)
+msgid "Antlr Task for ant"
msgstr ""
-#. summary(conduit:conduit-lang)
-msgid "Languages for package conduit"
+#. summary(ant-antlr:ant-apache-bcel)
+msgid "Optional apache bcel tasks for ant"
msgstr ""
-#. summary(dar:dar-lang)
-#, fuzzy
-msgid "Languages for package dar"
-msgstr "Idiomas Sami (Outro)"
+#. description(ant-antlr:ant-apache-bcel)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional apache bcel tasks for Apache Ant."
+msgstr ""
-#. summary(dasher:dasher-lang)
-msgid "Languages for package dasher"
+#. summary(ant-antlr:ant-apache-bsf)
+msgid "Optional apache bsf tasks for ant"
msgstr ""
-#. summary(dcraw:dcraw-lang)
-msgid "Languages for package dcraw"
+#. description(ant-antlr:ant-apache-bsf)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional apache bsf tasks for Apache Ant."
msgstr ""
-#. summary(devhelp:devhelp-lang)
-msgid "Languages for package devhelp"
+#. summary(ant-antlr:ant-apache-log4j)
+msgid "Optional apache log4j tasks for ant"
msgstr ""
-#. summary(dia:dia-lang)
-msgid "Languages for package dia"
+#. description(ant-antlr:ant-apache-log4j)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional apache log4j tasks for Apache Ant."
msgstr ""
-#. summary(ekiga:ekiga-lang)
-msgid "Languages for package ekiga"
+#. summary(ant-antlr:ant-apache-oro)
+msgid "Optional apache oro tasks for ant"
msgstr ""
-#. summary(eog-plugins:eog-plugins-lang)
-msgid "Languages for package eog-plugins"
+#. description(ant-antlr:ant-apache-oro)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional apache oro tasks for Apache Ant."
msgstr ""
-#. summary(epiphany:epiphany-lang)
-msgid "Languages for package epiphany"
+#. summary(ant-antlr:ant-apache-regexp)
+msgid "Optional apache regexp tasks for ant"
msgstr ""
-#. summary(evolution-ews:evolution-ews-lang)
-#, fuzzy
-msgid "Languages for package evolution-ews"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(exo:exo-lang)
-msgid "Languages for package exo"
+#. description(ant-antlr:ant-apache-regexp)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional apache regexp tasks for Apache Ant."
msgstr ""
-#. summary(f-spot:f-spot-lang)
-msgid "Languages for package f-spot"
+#. summary(ant-antlr:ant-apache-resolver)
+msgid "Optional apache resolver tasks for ant"
msgstr ""
-#. summary(five-or-more:five-or-more-lang)
-#, fuzzy
-msgid "Languages for package five-or-more"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(four-in-a-row:four-in-a-row-lang)
-#, fuzzy
-msgid "Languages for package four-in-a-row"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(frogr:frogr-lang)
-msgid "Languages for package frogr"
+#. description(ant-antlr:ant-apache-resolver)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional apache resolver tasks for Apache Ant."
msgstr ""
-#. summary(galculator:galculator-lang)
-#, fuzzy
-msgid "Languages for package galculator"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(aspell-dictionaries:aspell-lv)
-#, fuzzy
-msgid "Latvian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(fcitx-libpinyin)
-msgid "Libpinyin Wrapper for Fcitx"
+#. summary(ant-antlr:ant-commons-logging)
+msgid "Optional commons logging tasks for ant"
msgstr ""
-#. summary(aqbanking)
+#. description(ant-antlr:ant-commons-logging)
msgid ""
-"Library for Online Banking Functions and Financial Data Import and Export"
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional commons logging tasks for Apache Ant."
msgstr ""
-#. summary(aqbanking:aqbanking-devel)
-msgid "Library for Online Banking Functions and Financial Data Import/Export"
+#. summary(ant-antlr:ant-javadoc)
+msgid "Javadoc for ant"
msgstr ""
-#. summary(aspell-dictionaries:aspell-lt)
-#, fuzzy
-msgid "Lithuanian Dictionary for Aspell"
-msgstr "Software Adicional"
+#. description(ant-antlr:ant-javadoc)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains the javadoc documentation for Apache Ant."
+msgstr ""
-#. summary(cyreal-lobster-cyrillic-fonts)
-msgid "Lobster Cyrillic Font"
+#. summary(ant-antlr:ant-javamail)
+msgid "Optional javamail tasks for ant"
msgstr ""
-#. summary(aspell-dictionaries:aspell-nds)
-#, fuzzy
-msgid "Low Saxon Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(banshee:banshee-dmp-mtp)
-msgid "MTP/PlaysForSure Digital Media Player support for Banshee"
+#. description(ant-antlr:ant-javamail)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional javamail tasks for Apache Ant."
msgstr ""
-#. summary(aspell-dictionaries:aspell-mk)
-#, fuzzy
-msgid "Macedonian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(alpine)
-#, fuzzy
-msgid "Mail User Agent"
-msgstr "Servidor de Directório (LDAP)"
-
-#. summary(aspell-dictionaries:aspell-mg)
-#, fuzzy
-msgid "Malagasy Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(aspell-dictionaries:aspell-ms)
-#, fuzzy
-msgid "Malay Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(aspell-dictionaries:aspell-ml)
-#, fuzzy
-msgid "Malayalam Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(aspell-dictionaries:aspell-mt)
-#, fuzzy
-msgid "Maltese Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(dbus-sharp)
-msgid "Managed C# implementation of D-Bus"
+#. summary(ant-antlr:ant-jdepend)
+msgid "Optional jdepend tasks for ant"
msgstr ""
-#. summary(ant-antlr:ant-manual)
-msgid "Manual for ant"
+#. description(ant-antlr:ant-jdepend)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional jdepend tasks for Apache Ant."
msgstr ""
-#. summary(aspell-dictionaries:aspell-gv)
-#, fuzzy
-msgid "Manx Gaelic Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(aspell-dictionaries:aspell-mi)
-#, fuzzy
-msgid "Maori Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. description(arabic-fonts:arabic-bitmap-fonts)
-msgid "Misc Fixed family with arabic symbols."
+#. summary(ant:ant-jmf)
+msgid "Optional jmf tasks for ant"
msgstr ""
-#. summary(aspell-dictionaries:aspell-mn)
-#, fuzzy
-msgid "Mongolian (Монгол) Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(dbus-1-mono)
-msgid "Mono Bindings for D-Bus"
+#. description(ant:ant-jmf)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional jmf tasks for Apache Ant."
msgstr ""
-#. description(dbus-1-mono)
-msgid "Mono bindings for D-Bus."
+#. summary(ant-junit)
+msgid "Optional junit tasks for ant"
msgstr ""
-#. summary(gnome-sharp2:art-sharp2)
-msgid "Mono bindings for libart"
+#. description(ant-junit)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional JUnit tasks for Apache Ant."
msgstr ""
-#. summary(dragonplayer)
-msgid "Multimedia Player"
+#. summary(ant-antlr:ant-manual)
+msgid "Manual for ant"
msgstr ""
-#. description(culmus-fonts)
+#. description(ant-antlr:ant-manual)
msgid ""
-"Nine Hebrew font families. ASCII glyphs partially borrowed from the URW and "
-"Bitstream fonts. Those families provide a basic set of a serif (Frank "
-"Ruehl), sans serif (Nachlieli), and monospaced (Miriam Mono) fonts. Also "
-"included Miriam, Drugulin, Aharoni, David, Yehuda, and Ellinia."
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains the manual for Apache Ant."
msgstr ""
-#. summary(aspell-dictionaries:aspell-nb)
-#, fuzzy
-msgid "Norwegian Bokmaal Dictionary for Aspell"
-msgstr "Software Adicional"
+#. summary(ant:ant-scripts)
+msgid "Additional scripts for ant"
+msgstr ""
-#. summary(aspell-dictionaries:aspell-nn)
-#, fuzzy
-msgid "Norwegian Nynorsk Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. description(arpwatch-ethercodes)
-msgid "OUI and company ID data as fetched from IEEE.org prepared for arpwatch."
+#. description(ant:ant-scripts)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains additional perl and python scripts for Apache Ant."
msgstr ""
-#. summary(amor)
-msgid "On-Screen Creature"
+#. summary(ant:ant-swing)
+msgid "Optional swing tasks for ant"
msgstr ""
-#. summary(armagetron)
-msgid "OpenGL Game Similar to the Film Tron"
+#. description(ant:ant-swing)
+msgid ""
+"Apache Ant is a Java-based build tool.\n"
+"\n"
+"This package contains optional swing tasks for Apache Ant."
msgstr ""
-#. summary(ant-antlr:ant-apache-bcel)
-msgid "Optional apache bcel tasks for ant"
+#. summary(antlr:antlr-java)
+msgid "ANother Tool for Language Recognition (Manual)"
msgstr ""
-#. summary(ant-antlr:ant-apache-bsf)
-msgid "Optional apache bsf tasks for ant"
+#. description(antlr:antlr-java)
+msgid ""
+"ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions (you can use PCCTS 1.xx to generate C-based parsers).\n"
+"\n"
+"This package provides the Java runtime for antlr"
msgstr ""
-#. summary(ant-antlr:ant-apache-log4j)
-msgid "Optional apache log4j tasks for ant"
+#. summary(apache-commons-beanutils)
+msgid "Utility methods for accessing and modifying the properties of JavaBeans"
msgstr ""
-#. summary(ant-antlr:ant-apache-oro)
-msgid "Optional apache oro tasks for ant"
+#. description(apache-commons-beanutils)
+msgid "The scope of this package is to create a package of Java utility methods for accessing and modifying the properties of arbitrary JavaBeans. No dependencies outside of the JDK are required, so the use of this package is very lightweight."
msgstr ""
-#. summary(ant-antlr:ant-apache-regexp)
-msgid "Optional apache regexp tasks for ant"
+#. summary(apache-commons-codec)
+msgid "Apache Commons Codec Package"
msgstr ""
-#. summary(ant-antlr:ant-apache-resolver)
-msgid "Optional apache resolver tasks for ant"
+#. description(apache-commons-codec)
+msgid "Commons Codec is an attempt to provide definitive implementations of commonly used encoders and decoders."
msgstr ""
-#. summary(ant-antlr:ant-commons-logging)
-msgid "Optional commons logging tasks for ant"
+#. summary(apache-commons-collections)
+msgid "Commons Collections Package"
msgstr ""
-#. summary(ant-antlr:ant-javamail)
-msgid "Optional javamail tasks for ant"
+#. description(apache-commons-collections)
+msgid ""
+"The introduction of the Collections API by Sun in JDK 1.2 has been a boon to quick and effective Java programming. Ready access to powerful data structures has accelerated development by reducing the need for custom container classes around each core object. Most Java2 APIs are significantly easier to use because of the Collections API. However, there are certain holes left unfilled by Sun's implementations, and the Jakarta-Commons Collections Component strives to fulfill them. Among the features of this package are: - special-purpose implementations of Lists and Maps for fast access\n"
+"\n"
+"- adapter classes from Java1-style containers (arrays, enumerations) to Java2-style collections\n"
+"\n"
+"- methods to test or create typical set theory properties of collections such as union, intersection, and closure"
msgstr ""
-#. summary(ant-antlr:ant-jdepend)
-msgid "Optional jdepend tasks for ant"
+#. summary(apache-commons-httpclient)
+msgid "Feature rich package for accessing resources via HTTP"
msgstr ""
-#. summary(ant:ant-jmf)
-msgid "Optional jmf tasks for ant"
+#. description(apache-commons-httpclient)
+msgid ""
+"Although the java.net package provides basic functionality for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. The Apache Commons HttpClient component seeks to fill this void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations.\n"
+"\n"
+"Designed for extension while providing robust support for the base HTTP protocol, the HttpClient component may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication."
msgstr ""
-#. summary(ant-antlr:ant-junit)
-msgid "Optional junit tasks for ant"
+#. summary(apache-commons-io)
+msgid "Utilities to assist with developing IO functionality"
msgstr ""
-#. summary(ant:ant-swing)
-msgid "Optional swing tasks for ant"
+#. description(apache-commons-io)
+msgid "Commons-IO contains utility classes, stream implementations, file filters, and endian classes. It is a library of utilities to assist with developing IO functionality."
msgstr ""
-#. summary(calibre:calibre-icons-branding-upstream)
+#. summary(apache-commons-lang)
#, fuzzy
-msgid "Original application icons for Calibre"
-msgstr "Aplicativos Favoritos"
+msgid "Apache Commons Lang Package"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(aspell-dictionaries:aspell-or)
-#, fuzzy
-msgid "Oriya Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. description(php5:apache2-mod_php5)
+#. description(apache-commons-lang)
msgid ""
-"PHP is a server-side, cross-platform HTML embedded scripting language. If "
-"you are completely new to PHP and want to get some idea of how it works, "
-"have a look at the Introductory tutorial. Once you get beyond that, have a "
-"look at the example archive sites and some of the other resources available "
-"in the links section.\n"
+"The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Commons Lang Component provides these extra methods.\n"
"\n"
-"Please refer to /usr/share/doc/packages/php5/README.SUSE for information on "
-"how to load the module into the Apache webserver."
+"The Commons Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals."
msgstr ""
-#. summary(php5:apache2-mod_php5)
-msgid "PHP5 Module for Apache 2.0"
+#. summary(apache-commons-logging)
+msgid "Apache Commons Logging"
msgstr ""
-#. summary(aria2)
-msgid "Parallelizing Multi-Protocol Utility for Downloading Files"
+#. description(apache-commons-logging)
+msgid "The commons-logging package provides a simple, component oriented interface (org.apache.commons.logging.Log) together with wrappers for logging systems. The user can choose at runtime which system they want to use. In addition, a small number of basic implementations are provided to allow users to use the package standalone. commons-logging was heavily influenced by Avalon's Logkit and Log4J. The commons-logging abstraction is meant to minimize the differences between the two, and to allow a developer to not tie himself to a particular logging implementation."
msgstr ""
-#. summary(aspell-dictionaries:aspell-fa)
+#. summary(apache-commons-validator)
#, fuzzy
-msgid "Persian Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Apache Commons Validator"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(aspell-dictionaries:aspell-pl)
-#, fuzzy
-msgid "Polish Dictionary for Aspell"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(apache-commons-validator)
+msgid "A common issue when receiving data either electronically or from user input is verifying the integrity of the data. This work is repetitive and becomes even more complicated when different sets of validation rules need to be applied to the same set of data based, for example, on locale. Error messages may also vary by locale. This package attempts to address some of these issues and speed development and maintenance of validation rules."
+msgstr ""
-#. summary(aspell-dictionaries:aspell-pt_PT)
+#. summary(apache2:apache2-doc)
#, fuzzy
-msgid "Portuguese Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Additional Package Documentation"
+msgstr "Esquemas Adicionais"
-#. summary(bundle-lang-gnome:bundle-lang-gnome-pt)
-msgid "Portuguese translations for a many GNOME programs"
+#. description(apache2:apache2-doc)
+msgid "This package contains optional documentation provided in addition to this package's base documentation."
msgstr ""
-#. summary(fstobdf)
-msgid "Program to read a font from an X font server"
+#. summary(apparmor:apparmor-docs)
+msgid "AppArmor Documentation package"
msgstr ""
-#. description(accerciser:accerciser-lang)
-msgid "Provides translations to the package accerciser"
+#. description(apparmor:apparmor-docs)
+msgid ""
+"This package contains documentation for AppArmor.\n"
+"\n"
+"This package is part of a suite of tools that used to be named SubDomain."
msgstr ""
-#. description(anjuta:anjuta-lang)
-msgid "Provides translations to the package anjuta"
+#. summary(aqbanking:aqbanking-lang)
+msgid "Languages for package aqbanking"
msgstr ""
-#. description(anjuta-extras:anjuta-extras-lang)
-msgid "Provides translations to the package anjuta-extras"
-msgstr ""
-
#. description(aqbanking:aqbanking-lang)
msgid "Provides translations to the package aqbanking"
msgstr ""
-#. description(at-spi:at-spi-lang)
-msgid "Provides translations to the package at-spi"
+#. summary(arabic-fonts:arabic-ae-fonts)
+msgid "Arabic Free and Open Source Fonts"
msgstr ""
-#. description(bluedevil:bluedevil-lang)
-msgid "Provides translations to the package bluedevil"
+#. description(arabic-fonts:arabic-ae-fonts)
+msgid "Arabic TrueType fonts collected by Arab Eyes (www.arabeyes.org)"
msgstr ""
-#. description(bzr:bzr-lang)
-#, fuzzy
-msgid "Provides translations to the package bzr"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(checkinstall:checkinstall-lang)
-#, fuzzy
-msgid "Provides translations to the package checkinstall"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(claws-mail:claws-mail-lang)
-msgid "Provides translations to the package claws-mail"
+#. summary(arabic-fonts:arabic-amiri-fonts)
+msgid "Amiri Naksh Typeface"
msgstr ""
-#. description(conduit:conduit-lang)
-msgid "Provides translations to the package conduit"
+#. description(arabic-fonts:arabic-amiri-fonts)
+msgid "Amiri family is high quality Arabic Naskh typeface."
msgstr ""
-#. description(dar:dar-lang)
+#. summary(arabic-fonts:arabic-bitmap-fonts)
#, fuzzy
-msgid "Provides translations to the package dar"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Arabic Bitmap Font"
+msgstr "Alternar informações"
-#. description(dasher:dasher-lang)
-msgid "Provides translations to the package dasher"
+#. description(arabic-fonts:arabic-bitmap-fonts)
+msgid "Misc Fixed family with arabic symbols."
msgstr ""
-#. description(dcraw:dcraw-lang)
-msgid "Provides translations to the package dcraw"
+#. summary(arabic-fonts)
+msgid "A Collection of Free Arabic Fonts"
msgstr ""
-#. description(devhelp:devhelp-lang)
-msgid "Provides translations to the package devhelp"
+#. description(arabic-fonts)
+msgid "A collection of free Arabic fonts available from http://www.arabeyes.org/resources.php."
msgstr ""
-#. description(dia:dia-lang)
-msgid "Provides translations to the package dia"
+#. summary(arabic-fonts:arabic-kacst-fonts)
+msgid "Arabic Kacst Fonts"
msgstr ""
-#. description(ekiga:ekiga-lang)
-msgid "Provides translations to the package ekiga"
+#. description(arabic-fonts:arabic-kacst-fonts)
+msgid "TrueType families developed by Kacst institution."
msgstr ""
-#. description(eog-plugins:eog-plugins-lang)
-msgid "Provides translations to the package eog-plugins"
+#. summary(arabic-fonts:arabic-kacstone-fonts)
+msgid "Arabic Kacst One Fonts"
msgstr ""
-#. description(epiphany:epiphany-lang)
-msgid "Provides translations to the package epiphany"
+#. description(arabic-fonts:arabic-kacstone-fonts)
+msgid "KacstOne family developed by Kacst institution."
msgstr ""
-#. description(evolution-ews:evolution-ews-lang)
-#, fuzzy
-msgid "Provides translations to the package evolution-ews"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(exo:exo-lang)
-msgid "Provides translations to the package exo"
+#. summary(arabic-fonts:arabic-naqsh-fonts)
+msgid "Arabic Naqsh Font"
msgstr ""
-#. description(f-spot:f-spot-lang)
-msgid "Provides translations to the package f-spot"
+#. description(arabic-fonts:arabic-naqsh-fonts)
+msgid "Arabic TrueType font (Naqsh family)."
msgstr ""
-#. description(five-or-more:five-or-more-lang)
+#. summary(aria2:aria2-lang)
#, fuzzy
-msgid "Provides translations to the package five-or-more"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Languages for package aria2"
+msgstr "Idiomas Sami (Outro)"
-#. description(four-in-a-row:four-in-a-row-lang)
+#. description(aria2:aria2-lang)
#, fuzzy
-msgid "Provides translations to the package four-in-a-row"
+msgid "Provides translations to the package aria2"
msgstr "Aguardar por aplicativo kicker"
-#. description(frogr:frogr-lang)
-#, fuzzy
-msgid "Provides translations to the package frogr"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(galculator:galculator-lang)
-#, fuzzy
-msgid "Provides translations to the package galculator"
-msgstr "Aguardar por aplicativo kicker"
-
-#. summary(aspell-dictionaries:aspell-pa)
-#, fuzzy
-msgid "Punjabi Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(frozen-bubble)
-msgid "Puzzle with Bubbles"
+#. summary(arphic-ukai-fonts)
+msgid "CJK Unicode Font Kai Style"
msgstr ""
-#. summary(frozen-bubble:frozen-bubble-server)
-msgid "Puzzle with Bubbles - Server"
+#. description(arphic-ukai-fonts)
+msgid ""
+"This font was taken from the from the TrueType fonts generously released by Arphic Technologies Taiwan under the Arphic Public License. It was modified with Fontforge by Arne Goetje <arne(a)linux.org.tw> to contain both Big5 and GB2312 charsets plus some european characters.\n"
+"\n"
+"Currently it fully supports the following charsets: ISO8859-1,2,3,4,7,9,10,13,14,15 Big5 GB2312-80 Bopomofo Extensions for Hakka, Minnan (Unicode 4.0) and MBE variants using the Stylistic Alternatives (salt) feature from the OTF spec.\n"
+"\n"
+"Partly support is implemented for: HKSCS CNS 11643 GB18030 Japanese Korean"
msgstr ""
-#. description(fcitx:fcitx-qt4)
-msgid "QT4 input module for Fcitx input method framework."
+#. summary(arphic-uming-fonts)
+msgid "CJK Unicode Font Ming Style"
msgstr ""
-#. summary(fcitx:fcitx-qt4)
-msgid "Qt4 IM module for fcitx"
+#. description(arphic-uming-fonts)
+msgid ""
+"This font was taken from the from the TrueType fonts generously released by Arphic Technologies Taiwan under the Arphic Public License. It was modified with Fontforge by Arne Goetje <arne(a)linux.org.tw> to contain both Big5 and GB2312 charsets plus some european characters.\n"
+"\n"
+"Currently it fully supports the following charsets: ISO8859-1,2,3,4,9,10,13,14,15 Big5 GB2312-80 HKSCS 2004 Bopomofo Extensions for Hakka, Minnan (Unicode 4.0) and MBE variants using the Alternatives (aalt) feature from the OTF spec.\n"
+"\n"
+"Partly support is implemented for: CNS 11643 GB18030 Japanese Korean"
msgstr ""
-#. summary(apport:apport-qt)
-msgid "Qt4 frontend for the apport crash report system"
+#. summary(arpwatch-ethercodes)
+msgid "Ethercodes Data for arpwatch"
msgstr ""
-#. summary(kdepim4:akregator)
-msgid "RSS Feed Reader"
+#. description(arpwatch-ethercodes)
+msgid "OUI and company ID data as fetched from IEEE.org prepared for arpwatch."
msgstr ""
-#. summary(dcraw)
-msgid "Raw Digital Photo Decoding"
-msgstr ""
+#. summary(atril:atril-lang)
+#, fuzzy
+msgid "Languages for package atril"
+msgstr "Idiomas Sami (Outro)"
-#. summary(aspell-dictionaries:aspell-ro)
+#. description(atril:atril-lang)
#, fuzzy
-msgid "Romanian Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Provides translations to the package atril"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(apache2-mod_mono)
-msgid "Run ASP.NET Pages on Unix with Apache and Mono"
-msgstr ""
+#. summary(audacity:audacity-lang)
+#, fuzzy
+msgid "Languages for package audacity"
+msgstr "Idiomas Sami (Outro)"
-#. summary(aspell-dictionaries:aspell-ru)
+#. description(audacity:audacity-lang)
#, fuzzy
-msgid "Russian Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Provides translations to the package audacity"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(ddskk)
-msgid "SKK (Simple Kana to Kanji Conversion Program) for Emacs"
+#. summary(autoconf)
+msgid "A GNU Tool for Automatically Configuring Source Code"
msgstr ""
-#. description(ddskk)
+#. description(autoconf)
msgid ""
-"SKK (Simple Kana to Kanji conversion program) is a Japanese input method for "
-"Emacs. ddskk (Daredevil SKK) is a version of SKK that is aggressively "
-"developed."
+"GNU Autoconf is a tool for configuring source code and makefiles. Using autoconf, programmers can create portable and configurable packages, because the person building the package is allowed to specify various configuration options.\n"
+"\n"
+"You should install autoconf if you are developing software and would like to create shell scripts to configure your source code packages.\n"
+"\n"
+"Note that the autoconf package is not required for the end user who may be configuring software with an autoconf-generated script; autoconf is only required for the generation of the scripts, not their use."
msgstr ""
-#. summary(beforelight)
-msgid "Sample implementation of a screen saver for X servers"
+#. summary(autoconf-archive)
+#, fuzzy
+msgid "A Collection of macros for GNU autoconf"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(autoconf-archive)
+msgid "The GNU Autoconf Archive is a collection of more than 450 macros for `GNU Autoconf <http://www.gnu.org/software/autoconf>`_ that have been contributed as free software by friendly supporters of the cause from all over the Internet. Every single one of those macros can be re-used without imposing any restrictions whatsoever on the licensing of the generated `configure` script. In particular, it is possible to use all those macros in `configure` scripts that are meant for non-free software. This policy is unusual for a Free Software Foundation project. The FSF firmly believes that software ought to be free, and software licenses like the GPL are specifically designed to ensure that derivative work based on free software must be free as well. In case of Autoconf, however, an exception has been made, because Autoconf is at such a pivotal position in the software development tool chain that the benefits from having this tool available as widely as possible outweigh the disadvantag
e that some authors may choose to use it, too, for proprietary software."
msgstr ""
-#. description(dtv-scan-tables)
-msgid ""
-"Scan data needed for some scanning applications from dvb package and maybe "
-"others."
+#. summary(autoconf-el)
+#. description(autoconf-el)
+msgid "Emacs mode for editing GNU Autoconf scripts"
msgstr ""
-#. summary(dtv-scan-tables)
-#, fuzzy
-msgid "Scan files for digital TV applications"
-msgstr "Iniciar Aplicativo"
+#. summary(automake)
+msgid "A Program for Automatically Generating GNU-Style Makefile.in Files"
+msgstr ""
-#. summary(aspell-dictionaries:aspell-gd)
-#, fuzzy
-msgid "Scottish Gaelic Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(aspell-dictionaries:aspell-sr)
-#, fuzzy
-msgid "Serbian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. description(frozen-bubble:frozen-bubble-server)
-msgid ""
-"Server for frozen-bubble.\n"
-"\n"
-"Colorful 3D rendered penguin animations, 100 levels of 1p game, hours and "
-"hours of 2p game, nights and nights of 2p/3p/4p/5p game over LAN or "
-"Internet, a level-editor, 3 professional quality digital soundtracks, 15 "
-"stereo sound effects, 8 unique graphical transition effects, 8 unique logo "
-"eye-candies."
+#. description(automake)
+msgid "Automake is a tool for automatically generating \"Makefile.in\" files from \"Makefile.am\" files. \"Makefile.am\" is a series of \"make\" macro definitions (with rules occasionally thrown in). The generated \"Makefile.in\" files are compatible with the GNU Makefile standards."
msgstr ""
-#. summary(bsd-games)
-msgid "Several Text-Mode Games"
+#. summary(autoyast2)
+msgid "YaST2 - Automated Installation"
msgstr ""
-#. description(frozen-bubble)
+#. description(autoyast2)
msgid ""
-"Shoot up bubbles. Similar to the console game Puzzle-Bobble.\n"
+"This package is intended for management of the control files and the AutoYaST2 configurations. This system should only be used by experienced system administrators. Warning: AutoYaST2 performs the installation without any user intervention, warnings, or confirmations (unless specified otherwise in the control file).\n"
"\n"
-"Colorful 3D rendered penguin animations, 100 levels of 1p game, hours and "
-"hours of 2p game, nights and nights of 2p/3p/4p/5p game over LAN or "
-"Internet, a level-editor, 3 professional quality digital soundtracks, 15 "
-"stereo sound effects, 8 unique graphical transition effects, 8 unique logo "
-"eye-candies."
+"This file contains YaST2-independent files needed to create installation sources."
msgstr ""
-#. summary(finger)
-#, fuzzy
-msgid "Show User Information (Client)"
-msgstr "Cliente do Network Information Service"
+#. summary(avalon-framework)
+msgid "Java components interfaces"
+msgstr ""
-#. summary(blinken)
-msgid "Simon Says Game"
+#. description(avalon-framework)
+msgid "The Avalon framework consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcements, and several lightweight convenience implementations of the generic components. What that means is that we define the central interface Component. We also define the relationship (contract) a component has with peers, ancestors and children."
msgstr ""
-#. summary(aspell-dictionaries:aspell-sk)
-#, fuzzy
-msgid "Slovak Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(aspell-dictionaries:aspell-sl)
-#, fuzzy
-msgid "Slovenian Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(exif)
-msgid ""
-"Small Command Line Utility to Show and Change EXIF Information in JPEG Files"
+#. summary(axis)
+msgid "Apache implementation of the SOAP"
msgstr ""
-#. summary(cracklib:cracklib-dict-small)
-msgid "Small dictionary for cracklib - A Password-Checking Library"
+#. description(axis)
+msgid "Apache Axis is an implementation of the SOAP (\"Simple Object Access Protocol\") submission to W3C."
msgstr ""
-#. summary(fcitx-table-extra:fcitx-table-tw-smart-cangjie6)
-#, fuzzy
-msgid "Smart Tsang Jei 6 table for Fcitx"
-msgstr "Alternar informações"
-
-#. description(apache2:apache2-example-pages)
-msgid ""
-"Some Example pages for Apache that show information about the installed "
-"server."
+#. summary(bash:bash-doc)
+msgid "Documentation how to Use the GNU Bourne-Again Shell"
msgstr ""
-#. summary(aspell-dictionaries:aspell-es)
-#, fuzzy
-msgid "Spanish Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(bundle-lang-gnome:bundle-lang-gnome-es)
-msgid "Spanish translations for many GNOME programs"
+#. description(bash:bash-doc)
+msgid "This package contains the documentation for using the bourne shell interpreter Bash."
msgstr ""
-#. summary(brltty:brltty-driver-speech-dispatcher)
-msgid "Speech Dispatcher driver for BRLTTY"
+#. summary(bcel)
+msgid "Byte Code Engineering Library"
msgstr ""
-#. summary(frink)
-msgid "Static Testing and Formatting for Tcl Programs"
+#. description(bcel)
+msgid ""
+"The Byte Code Engineering Library is intended to give users a convenient way to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects that contain all the symbolic information of the given class: methods, fields, and byte code instructions, in particular.\n"
+"\n"
+"Such objects can be read from an existing file, transformed by a program (such as a class loader at runtime), and dumped to a file again. An even more interesting application is the creation of classes from scratch at runtime. The Byte Code Engineering Library (BCEL) may also be useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files.\n"
+"\n"
+"BCEL is already being used successfully in several projects, such as compilers, optimizers, obfuscators, code generators, and analysis tools.\n"
+"\n"
+"It contains a byte code verifier named JustIce, which usually gives you much better information about what is wrong with your code than the standard JVM message."
msgstr ""
#. summary(bea-stax)
msgid "Streaming API for XML"
msgstr ""
+#. description(bea-stax)
+msgid "The Streaming API for XML (StAX) is a groundbreaking new Java API for parsing and writing XML easily and efficiently."
+msgstr ""
+
+#. summary(bea-stax:bea-stax-api)
+msgid "The StAX API"
+msgstr ""
+
#. description(bea-stax:bea-stax-api)
msgid ""
"Streaming API for XML\n"
@@ -3592,1353 +3258,889 @@
"The StAX API"
msgstr ""
-#. description(fcitx-sunpinyin)
-msgid ""
-"SunPinyin ===\n"
-"\n"
-"SunPinyin is an SLM (Statistical Language Model) based input method engine. "
-"To model the Chinese language, it use a backoff bigram and trigram language "
-"model.\n"
-"\n"
-"Currently, SunPinyin 2.0 is available on IBus.\n"
-"\n"
-"fcitx-sunpinyin ===\n"
-"\n"
-"fcitx-sunpinyin is a wrapper around SunPinyin which enables user to use "
-"SunPinyin with fcitx."
+#. summary(bind:bind-doc)
+msgid "BIND documentation"
msgstr ""
-#. summary(fcitx-sunpinyin)
-msgid "Sunpinyin module for fcitx"
+#. description(bind:bind-doc)
+msgid "Documentation of the Berkeley Internet Name Domain (BIND) Domain Name System implementation of the Domain Name System (DNS) protocols. This includes also the BIND Administrator Reference Manual (ARM)."
msgstr ""
-#. description(banshee:banshee-dmp-apple-devices)
-msgid ""
-"Support for iPod(R) devices including the iPod Classic(R) and iPod Nano(R). "
-"Does not support iPod Touch(R) or iPhone(R)."
-msgstr ""
-
-#. description(banshee:banshee-dmp-mtp)
-msgid ""
-"Support for various MTP/PlaysForSure/Certified For Windows Vista(R) devices "
-"as provided by libmtp."
-msgstr ""
-
-#. summary(aspell-dictionaries:aspell-sw)
+#. summary(bison:bison-lang)
#, fuzzy
-msgid "Swahili Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Languages for package bison"
+msgstr "Idiomas Sami (Outro)"
-#. summary(aspell-dictionaries:aspell-sv)
+#. description(bison:bison-lang)
#, fuzzy
-msgid "Swedish Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Provides translations to the package bison"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(ConsoleKit)
-msgid "System daemon for tracking users, sessions and seats"
+#. summary(bitstream-vera-fonts)
+msgid "Bitstream Vera(tm) Truetype fonts"
msgstr ""
-#. description(fcitx:fcitx-table)
-msgid ""
-"Table engine for Fcitx input method framework.\n"
-"\n"
-"It's the basic component for other users except some Chinese."
-msgstr ""
-
-#. summary(fcitx:fcitx-table)
+#. description(bitstream-vera-fonts)
#, fuzzy
-msgid "Table engine for fcitx"
-msgstr "Alternar informações"
+msgid "The package contains the \"Vera\" truetype fonts from Bitstream Inc."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(aspell-dictionaries:aspell-tl)
+#. summary(bluedevil5:bluedevil5-lang)
#, fuzzy
-msgid "Tagalog Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Languages for package bluedevil5"
+msgstr "Idiomas Sami (Outro)"
-#. summary(aspell-dictionaries:aspell-ta)
+#. description(bluedevil5:bluedevil5-lang)
#, fuzzy
-msgid "Tamil Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Provides translations to the package bluedevil5"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(alevt)
-msgid "Teletext and Videotext Decoder for the BTTV Driver"
+#. summary(bogofilter:bogofilter-common)
+msgid "Fast Anti-Spam Filtering by Bayesian Statistical Analysis"
msgstr ""
-#. summary(aspell-dictionaries:aspell-te)
-#, fuzzy
-msgid "Telugu Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. summary(dos2unix)
-msgid "Text converters to and from DOS/MAC to UNIX"
-msgstr ""
-
-#. summary(apache2)
-msgid "The Apache Web Server Version 2.2"
-msgstr ""
-
-#. description(apache2-mod_perl)
+#. description(bogofilter:bogofilter-common)
msgid ""
-"The Apache/Perl integration project brings together the full power of the "
-"Perl programming language and the Apache HTTP server.\n"
+"Bogofilter is a Bayesian spam filter. In normal operation, it takes an e-mail message or text from standard input, does a statistical check against lists of \"good\" and \"bad\" words, and returns a status code indicating whether the message is spam. Bogofilter is designed with fast algorithms (including the Berkeley DB system), coded directly in C, and tuned for speed, so it can be used for production by sites that process a lot of mail.\n"
"\n"
-"With mod_perl, it is possible to write Apache modules entirely in Perl. The "
-"persistent interpreter embedded in the server avoids the overhead of "
-"starting an external interpreter and the penalty of Perl start-up time.\n"
-"\n"
-"Note that you do not need mod_perl to run perl scripts via the common "
-"gateway interface (CGI). mod_perl enables you to run Perl scripts in an "
-"embedded interpreter if the additional performance is needed, but may "
-"require modifications to the scripts.\n"
-"\n"
-"Usage:\n"
-"\n"
-"To load the module into Apache, run the command \"a2enmod perl\" as root.\n"
-"\n"
-"To learn about the configuration, the best reference unequivocally is http://"
-"perl.apache.org/docs/\n"
-"\n"
-"For porting 1.0 applications to 2.0, the page http://perl.apache.org/"
-"docs/2.0/user/porting/compat.html should give the required information.\n"
-"\n"
-"Most mod_perl handlers use the perl-script handler. Scripts can run in "
-"\"mod_perl mode\" (preconfigured for URLs starting with /perl/) or \"perl "
-"cgi mode\" (preconfigured for URLs starting /cgi-perl). Plain CGI scripts "
-"can be run via /cgi-bin/. In all these cases, the script would be placed "
-"inside the /srv/www/cgi-bin/ directory. Refer to /etc/apache2/conf.d/"
-"mod_perl.conf about this configuration."
+"This package contains shared files for various bogofilter backends"
msgstr ""
-#. description(avalon-framework)
-msgid ""
-"The Avalon framework consists of interfaces that define relationships "
-"between commonly used application components, best-of-practice pattern "
-"enforcements, and several lightweight convenience implementations of the "
-"generic components. What that means is that we define the central interface "
-"Component. We also define the relationship (contract) a component has with "
-"peers, ancestors and children."
+#. summary(bsf)
+msgid "Bean Scripting Framework"
msgstr ""
-#. description(bcel)
+#. description(bsf)
msgid ""
-"The Byte Code Engineering Library is intended to give users a convenient way "
-"to analyze, create, and manipulate (binary) Java class files (those ending "
-"with .class). Classes are represented by objects that contain all the "
-"symbolic information of the given class: methods, fields, and byte code "
-"instructions, in particular.\n"
+"Bean Scripting Framework (BSF) is a set of Java classes that provides scripting language support within Java applications and access to Java objects and methods from scripting languages. BSF allows writing JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java as well as an object registry that exposes Java objects to these scripting language engines.\n"
"\n"
-"Such objects can be read from an existing file, transformed by a program "
-"(such as a class loader at runtime), and dumped to a file again. An even "
-"more interesting application is the creation of classes from scratch at "
-"runtime. The Byte Code Engineering Library (BCEL) may also be useful if you "
-"want to learn about the Java Virtual Machine (JVM) and the format of Java ."
-"class files.\n"
+"This BSF package currently supports several scripting languages: * Javascript (using Rhino ECMAScript, from the Mozilla project)\n"
+"* XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces)\n"
"\n"
-"BCEL is already being used successfully in several projects, such as "
-"compilers, optimizers, obfuscators, code generators, and analysis tools.\n"
-"\n"
-"It contains a byte code verifier named JustIce, which usually gives you much "
-"better information about what is wrong with your code than the standard JVM "
-"message."
+"In addition, the following languages are supported with their own BSF engines: * Java (using BeanShell, from the BeanShell project)\n"
+"* JRuby\n"
+"* JudoScript"
msgstr ""
-#. description(cups:cups-devel)
-msgid ""
-"The Common UNIX Printing System (CUPS) is the standards-based, open source "
-"printing system.\n"
-"\n"
-"See http://www.cups.org\n"
-"\n"
-"This is the development package."
+#. summary(build)
+msgid "A Script to Build SUSE Linux RPMs"
msgstr ""
-#. description(ddd)
-msgid ""
-"The DDD debugger (Data Display Debugger) is a comfortable GUI to the well-"
-"known debuggers GDB and DBX. Data structures can be represented as graphs "
-"and shown interactively. Programs can be debugged in C, C++, Pascal, "
-"MODULA-2, FORTRAN, ADA, and even at the assembler code level."
+#. description(build)
+#, fuzzy
+msgid "This package provides a script for building RPMs for SUSE Linux in a chroot environment."
+msgstr "<p>Este menu contém os links que se referem a informações do documento.</p>"
+
+#. summary(build:build-mkbaselibs)
+msgid "Tools to generate base lib packages"
msgstr ""
-#. description(apache-commons-daemon)
-msgid ""
-"The Daemon Component contains a set of Java and native code, including a set "
-"of Java interfaces applications must implement and Unix native code to "
-"control a Java daemon from a Unix operating system."
+#. description(build:build-mkbaselibs)
+#, fuzzy
+msgid "This package contains the parts which may be installed in the inner build system for generating base lib packages."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(build:build-mkdrpms)
+msgid "Tools to generate delta rpms"
msgstr ""
-#. description(evolution-ews)
-msgid ""
-"The EWS Exchange Connector for Evolution provides a Exchange backend from "
-"evolution-data-server as well as plugins for Evolution to access Exchange "
-"features.\n"
-"\n"
-"The EWS Exchange Connector is using the Exchange Web Services interface and "
-"is therefore compatible with Exchange 2007 and later.\n"
-"\n"
-"Provides exchange connectivity for exchange server 2007 and later using "
-"exchange web services protocol."
+#. description(build:build-mkdrpms)
+#, fuzzy
+msgid "This package contains the parts which may be installed in the inner build system for generating delta rpm packages."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(bundle-lang-gnome:bundle-lang-gnome-cs)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-da)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-el)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-fi)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-hu)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-it)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-ja)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-nb)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-nl)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-pl)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-ru)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-sv)
+#. summary(bundle-lang-gnome:bundle-lang-gnome-zh)
+msgid "Translations for many GNOME programs"
msgstr ""
-#. description(evolution-data-server:evolution-data-server-devel)
-msgid ""
-"The Evolution Data Server development files provide the necessary libraries, "
-"headers, and other files for developing applications which use the Evolution "
-"Data Server for storing contact and calendar information."
+#. description(bundle-lang-gnome:bundle-lang-gnome-cs)
+#. description(bundle-lang-gnome:bundle-lang-gnome-da)
+#. description(bundle-lang-gnome:bundle-lang-gnome-el)
+#. description(bundle-lang-gnome:bundle-lang-gnome-fi)
+#. description(bundle-lang-gnome:bundle-lang-gnome-hu)
+#. description(bundle-lang-gnome:bundle-lang-gnome-it)
+#. description(bundle-lang-gnome:bundle-lang-gnome-ja)
+#. description(bundle-lang-gnome:bundle-lang-gnome-nb)
+#. description(bundle-lang-gnome:bundle-lang-gnome-nl)
+#. description(bundle-lang-gnome:bundle-lang-gnome-pl)
+#. description(bundle-lang-gnome:bundle-lang-gnome-ru)
+#. description(bundle-lang-gnome:bundle-lang-gnome-sv)
+#. description(bundle-lang-gnome:bundle-lang-gnome-zh)
+msgid "This package groups translations for many GNOME programs."
msgstr ""
-#. summary(exim)
-msgid "The Exim Mail Transfer Agent, a Replacement for sendmail"
+#. summary(bundle-lang-gnome:bundle-lang-gnome-de)
+msgid "German translations for many GNOME programs"
msgstr ""
-#. description(fifth-leg-font)
-msgid "The Fifth Leg font is the font used for openSUSE branded material."
+#. description(bundle-lang-gnome:bundle-lang-gnome-de)
+msgid "This package groups German translations for many GNOME programs."
msgstr ""
-#. description(flickrnet)
-msgid ""
-"The Flickr.Net API is a .Net Library for accessing the Flickr API. Written "
-"entirely in C# it can be accessed from with any .Net language."
+#. summary(bundle-lang-gnome:bundle-lang-gnome-es)
+msgid "Spanish translations for many GNOME programs"
msgstr ""
-#. summary(bison)
-msgid "The GNU Parser Generator"
+#. description(bundle-lang-gnome:bundle-lang-gnome-es)
+msgid "This package groups Spanish translations for many GNOME programs."
msgstr ""
-#. summary(mozc:fcitx-mozc)
-#, fuzzy
-msgid "The Mozc backend for Fcitx"
-msgstr "Alternar informações"
-
-#. description(mozc:fcitx-mozc)
-msgid "The Mozc backend for Fcitx provides a Japanese input method."
+#. summary(bundle-lang-gnome:bundle-lang-gnome-fr)
+msgid "French translations for many GNOME programs"
msgstr ""
-#. summary(bea-stax:bea-stax-api)
-msgid "The StAX API"
+#. description(bundle-lang-gnome:bundle-lang-gnome-fr)
+msgid "This package groups French translations for many GNOME programs."
msgstr ""
-#. description(bea-stax)
-msgid ""
-"The Streaming API for XML (StAX) is a groundbreaking new Java API for "
-"parsing and writing XML easily and efficiently."
+#. summary(bundle-lang-gnome:bundle-lang-gnome-pt)
+msgid "Portuguese translations for a many GNOME programs"
msgstr ""
-#. summary(busybox)
-msgid "The Swiss Army Knife of Embedded Linux"
+#. description(bundle-lang-gnome:bundle-lang-gnome-pt)
+msgid "This package groups Portuguese translations for many GNOME programs."
msgstr ""
-#. description(appres)
-msgid ""
-"The appres program prints the resources seen by an application (or "
-"subhierarchy of an application) with the specified class and instance names. "
-"It can be used to determine which resources a particular program will load."
+#. summary(bundle-lang-kde:bundle-lang-kde-el)
+msgid "summary"
msgstr ""
-#. description(audit:audit-devel)
+#. description(bundle-lang-kde:bundle-lang-kde-es)
+#. description(bundle-lang-kde:bundle-lang-kde-fr)
+#. description(bundle-lang-kde:bundle-lang-kde-pt)
msgid ""
-"The audit-devel package contains the static libraries and header files "
-"needed for developing applications that need to use the audit framework "
-"libraries."
+"This package groups translations for a dozen of KDE programs into languages not split out into extra packages.\n"
+"* amarok\n"
+"* digikam\n"
+"* digikam-doc\n"
+"* gwenview\n"
+"* k3b\n"
+"* kaffeine\n"
+"* kdebase3-SuSE\n"
+"* kdetv\n"
+"* kerry\n"
+"* kipi-plugins\n"
+"* konversation\n"
+"* ktorrent\n"
+"* libkipi"
msgstr ""
-#. description(beforelight)
-msgid ""
-"The beforelight program is a sample implementation of a screen saver for X "
-"servers supporting the MIT-SCREEN-SAVER extension. It is only recommended "
-"for use as a code sample, as it does not include features such as screen "
-"locking or configurability, and relies on the legacy Xaw toolkit."
+#. summary(bzr:bzr-lang)
+#, fuzzy
+msgid "Languages for package bzr"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(bzr:bzr-lang)
+#, fuzzy
+msgid "Provides translations to the package bzr"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(cal10n)
+msgid "Compiler assisted localization library (CAL10N)"
msgstr ""
-#. description(bitmap)
-msgid ""
-"The bitmap program is a rudimentary tool for creating or editing rectangular "
-"images made up of 1's and 0's. Bitmaps are used in X for defining clipping "
-"regions, cursor shapes, icon shapes, and tile and stipple patterns.\n"
-"\n"
-"The bmtoa and atobm filters convert bitmap files to and from ASCII strings. "
-"They are most commonly used to quickly print out bitmaps and to generate "
-"versions for including in text."
+#. description(cal10n)
+msgid "Compiler Assisted Localization, abbreviated as CAL10N (pronounced as \"calion\") is a java library for writing localized (internationalized) messages. Features: * java compiler verifies message keys used in source code * tooling to detect errors in message keys * native2ascii tool made superfluous, as you can directly encode bundles in the most convenient charset, per locale. * good performance (300 nanoseconds per key look-up) * automatic reloading of resource bundles upon change"
msgstr ""
-#. summary(clutter:clutter-devel)
+#. summary(calligra:calligra-doc)
#, fuzzy
-msgid "The clutter library (Development)"
-msgstr "Interface do Kernel"
+msgid "Documentation of the Calligra Suite"
+msgstr "Documento"
-#. description(apache-commons-logging)
-msgid ""
-"The commons-logging package provides a simple, component oriented interface "
-"(org.apache.commons.logging.Log) together with wrappers for logging systems. "
-"The user can choose at runtime which system they want to use. In addition, a "
-"small number of basic implementations are provided to allow users to use the "
-"package standalone. commons-logging was heavily influenced by Avalon's "
-"Logkit and Log4J. The commons-logging abstraction is meant to minimize the "
-"differences between the two, and to allow a developer to not tie himself to "
-"a particular logging implementation."
+#. description(calligra:calligra-doc)
+#, fuzzy
+msgid "Documentation of the Calligra Office Suite applications."
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(cim-schema)
+msgid "Common Information Model (CIM) Schema"
msgstr ""
-#. description(fstobdf)
-msgid ""
-"The fstobdf program reads a font from a font server and prints a BDF file on "
-"the standard output that may be used to recreate the font. This is useful in "
-"testing servers, debugging font metrics, and reproducing lost BDF files."
+#. description(cim-schema)
+msgid "Common Information Model (CIM) is a model for describing overall management information in a network or enterprise environment. CIM consists of a specification and a schema. The specification defines the details for integration with other management models. The schema provides the actual model descriptions."
msgstr ""
-#. description(apache-commons-collections)
-msgid ""
-"The introduction of the Collections API by Sun in JDK 1.2 has been a boon to "
-"quick and effective Java programming. Ready access to powerful data "
-"structures has accelerated development by reducing the need for custom "
-"container classes around each core object. Most Java2 APIs are "
-"significantly easier to use because of the Collections API. However, there "
-"are certain holes left unfilled by Sun's implementations, and the Jakarta-"
-"Commons Collections Component strives to fulfill them. Among the features of "
-"this package are: - special-purpose implementations of Lists and Maps for "
-"fast access\n"
-"\n"
-"- adapter classes from Java1-style containers (arrays, enumerations) to "
-"Java2-style collections\n"
-"\n"
-"- methods to test or create typical set theory properties of collections "
-"such as union, intersection, and closure"
+#. summary(claws-mail:claws-mail-lang)
+msgid "Languages for package claws-mail"
msgstr ""
-#. description(circuslinux)
-msgid ""
-"The object is to move a teeter-totter back and forth across the screen to "
-"bounce clowns into the air. When they reach the top, they pop rows of "
-"balloons, and then fall back down."
+#. description(claws-mail:claws-mail-lang)
+msgid "Provides translations to the package claws-mail"
msgstr ""
-#. description(four-in-a-row)
-msgid ""
-"The object of Four-in-a-Row is to place four pieces in a vertical, "
-"horizontal, or diagonal row while the opponent tries to block and make his/"
-"her own row of four. Four-in-a-Row can be played against another human or "
-"the computer."
+#. summary(cm-unicode-fonts)
+msgid "Unicode Version of the Computer Modern Fonts"
msgstr ""
-#. description(anjuta-extras)
-msgid ""
-"The package contains the following plugins:\n"
-"\n"
-" * Scintilla Editor * Scratchbox Support"
+#. description(cm-unicode-fonts)
+msgid "Computer Modern Unicode fonts were converted from metafont sources using [1] textrace and [2] pfaedit (030404). Their main purpose is to create free good quality fonts for use in X Window System applications supporting many languages. Currently the fonts contain glyphs from Latin1 (Metafont ec, tc), Cyrillic (la, rx) and Greek (cbgreek when available) code sets."
msgstr ""
-#. description(apache-commons-beanutils)
-msgid ""
-"The scope of this package is to create a package of Java utility methods for "
-"accessing and modifying the properties of arbitrary JavaBeans. No "
-"dependencies outside of the JDK are required, so the use of this package is "
-"very lightweight."
+#. summary(cmpi-provider-register)
+msgid "CIMOM neutral provider registration utility"
msgstr ""
-#. description(apache-commons-lang)
-msgid ""
-"The standard Java libraries fail to provide enough methods for manipulation "
-"of its core classes. The Commons Lang Component provides these extra "
-"methods.\n"
-"\n"
-"The Commons Lang Component provides a host of helper utilities for the java."
-"lang API, notably String manipulation methods, basic numerical methods, "
-"object reflection, creation and serialization, and System properties. "
-"Additionally it contains an inheritable enum type, an exception structure "
-"that supports multiple types of nested-Exceptions and a series of utilities "
-"dedicated to help with building methods, such as hashCode, toString and "
-"equals."
+#. description(cmpi-provider-register)
+msgid "A utility allowing CMPI provider packages to register with whatever CIMOM(s) happens to be present on the system."
msgstr ""
-#. description(docbook_5)
-msgid ""
-"The version 5.0 release is a complete rewrite of DocBook in RELAX NG. The "
-"intent of this rewrite is to produce a schema that is true to the spirit of "
-"DocBook while simultaneously removing inconsistencies that have arisen as a "
-"natural consequence of DocBook's long, slow evolution."
+#. summary(conduit:conduit-lang)
+msgid "Languages for package conduit"
msgstr ""
-#. description(apache2:apache2-worker)
-msgid ""
-"The worker MPM (multi-Processing Module) implementing a hybrid multi-"
-"threaded multi-process web server.\n"
-"\n"
-"This combination offers a performance boost and retains some of the "
-"stability of the multi-process model."
+#. description(conduit:conduit-lang)
+msgid "Provides translations to the package conduit"
msgstr ""
-#. description(docbook-xsl-stylesheets)
-msgid ""
-"These are the XSL stylesheets for DocBook XML and \"Simplified\" DocBook "
-"DTDs. Use these stylesheets for documents based on DocBook 4 and earlier; "
-"they are not aware of the namespace feature.\n"
-"\n"
-"The stylesheets transform DocBook documents into HTML, XHTML, Manpages, XSL-"
-"FO (for PDF), and a few other formats.\n"
-"\n"
-"XSL is a standard W3C stylesheet language for both print and online "
-"rendering. For more information about XSL, see the XSL page at the W3C: "
-"http://www.w3.org/Style/XSL/"
+#. summary(ctan-latinmodern-fonts)
+msgid "Latin Modern Fonts from CTAN/GUST"
msgstr ""
-#. description(docbook5-xsl-stylesheets)
-msgid ""
-"These are the XSL stylesheets for DocBook. Generally, the stylesheets are "
-"namespace aware and you should use these for DocBook 5 only. The stylesheets "
-"transforms your DocBook 5 document into (X)HTML, Manpages, XSL-FO (for PDF) "
-"and a some other formats. XSL is a standard W3C stylesheet language for both "
-"print and online rendering. For more information about XSL, see the XSL page "
-"at theW3C."
+#. description(ctan-latinmodern-fonts)
+msgid "The Latin Modern fonts are derived from the famous Computer Modern fonts designed by Donald E. Knuth and first published by the American Matematical Society (AMS) in 1997. One of the main extensions is the addition of an extensive set of diacritical characters, covering many scripts based on the Latin character set."
msgstr ""
-#. description(mgetty:g3utils)
-msgid ""
-"These utilities convert graphics files from the G3 format into the general- "
-"purpose PBM format and back, so you can print or manipulate them. G3 is used "
-"by fax modems and machines.\n"
-"\n"
-"The g3utils are included in the mgetty source package."
+#. summary(cups-backends)
+msgid "Additional Backends for CUPS"
msgstr ""
-#. description(audiofile:audiofile-devel)
-msgid ""
-"This Audio File Library is an implementation of the SGI Audio File library. "
-"At present, not all features of the SGI Audio File library are implemented.\n"
-"\n"
-"This library allows the processing of audio data to and from audio files of "
-"many common formats (currently AIFF, AIFC, WAVE, and NeXT/Sun)."
+#. description(cups-backends)
+msgid "This package contains free additional backends for CUPS."
msgstr ""
-#. description(docbook-tdg)
-msgid ""
-"This book is designed to be the clear, concise, normative reference to the "
-"DocBook DTD. This book is the official documentation for the DocBook DTD. "
-"For printed copies, visit http://docbook.org/tdg/en/.\n"
-"\n"
-"\"Fairly crude PDF versions\" (Norman Walsh) of Part I, Part II, and Part "
-"III are included in this package."
+#. summary(cyreal-lobster-cyrillic-fonts)
+msgid "Lobster Cyrillic Font"
msgstr ""
-#. description(kiten:fonts-KanjiStrokeOrders)
+#. description(cyreal-lobster-cyrillic-fonts)
msgid ""
-"This font provides an easy way to view stroke order diagrams for over 6350 "
-"kanji, 183 kana symbols, the Latin characters and quite a few other symbols. "
-"I have also used it as a dumping ground for my own character creation "
-"doodles.\n"
+"A lovely Bold Condensed Script fully loaded with hundreds of ligatures and alternates.\n"
"\n"
-"My hope is that this font will assist people who are learning kanji. I also "
-"hope it will help teachers of Japanese in the preparation of classroom "
-"material. Beware that Japanese stroke order can differ from the stroke order "
-"used in other languages that use Chinese characters."
+"Lobster Cyrillic includes:\n"
+"- 99 Cyrillic ligatures.\n"
+"- 25 ending glyphs.\n"
+"- 100 ending ligatures.\n"
+"- 2 initial ligatures.\n"
+"- Ukrainian Hryvnia and Russian Ruble currency symbols."
msgstr ""
-#. description(arphic-ukai-fonts)
-msgid ""
-"This font was taken from the from the TrueType fonts generously released by "
-"Arphic Technologies Taiwan under the Arphic Public License. It was modified "
-"with Fontforge by Arne Goetje <arne(a)linux.org.tw> to contain both Big5 and "
-"GB2312 charsets plus some european characters.\n"
-"\n"
-"Currently it fully supports the following charsets: "
-"ISO8859-1,2,3,4,7,9,10,13,14,15 Big5 GB2312-80 Bopomofo Extensions for "
-"Hakka, Minnan (Unicode 4.0) and MBE variants using the Stylistic "
-"Alternatives (salt) feature from the OTF spec.\n"
-"\n"
-"Partly support is implemented for: HKSCS CNS 11643 GB18030 Japanese Korean"
+#. summary(daps)
+msgid "DocBook Authoring and Publishing Suite"
msgstr ""
-#. description(arphic-uming-fonts)
+#. description(daps)
msgid ""
-"This font was taken from the from the TrueType fonts generously released by "
-"Arphic Technologies Taiwan under the Arphic Public License. It was modified "
-"with Fontforge by Arne Goetje <arne(a)linux.org.tw> to contain both Big5 and "
-"GB2312 charsets plus some european characters.\n"
+"DocBook Authoring and Publishing Suite (DAPS)\n"
"\n"
-"Currently it fully supports the following charsets: "
-"ISO8859-1,2,3,4,9,10,13,14,15 Big5 GB2312-80 HKSCS 2004 Bopomofo Extensions "
-"for Hakka, Minnan (Unicode 4.0) and MBE variants using the Alternatives "
-"(aalt) feature from the OTF spec.\n"
+"DAPS contains a set of stylesheets, scripts and makefiles that enable you to create HTML, PDF, EPUB and other formats from DocBook XML with a single command. It also contains tools to generate profiled source tarballs for distributing your XML sources for translation or review.\n"
"\n"
-"Partly support is implemented for: CNS 11643 GB18030 Japanese Korean"
-msgstr ""
-
-#. description(dbus-sharp)
-msgid ""
-"This is DBus-Sharp, a fork of ndesk-dbus or simply a C# implementation of D-"
-"Bus.\n"
+"DAPS also includes tools that assist you when writing DocBook XML: linkchecker, validator, spellchecker, editor macros and stylesheets for converting DocBook XML.\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."
+"DAPS is the successor of susedoc. See /usr/share/doc/packages/daps/README.upgrade_from_susedoc_4.x for upgrade instructions."
msgstr ""
-#. description(dhcp:dhcp-relay)
-msgid ""
-"This is the ISC DHCP relay agent. It can be used as a 'gateway' for DHCP "
-"messages across physical network segments. This is necessary because "
-"requests can be broadcast, and they will normally not be routed."
+#. summary(dar:dar-lang)
+#, fuzzy
+msgid "Languages for package dar"
+msgstr "Idiomas Sami (Outro)"
+
+#. description(dar:dar-lang)
+#, fuzzy
+msgid "Provides translations to the package dar"
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(dasher:dasher-data-extras)
+msgid "Zooming Predictive Text Entry System -- Data files for additional languages"
msgstr ""
-#. description(at-spi)
+#. description(dasher:dasher-data-extras)
msgid ""
-"This library, based on ATK, is a general interface for applications to make "
-"use of the accessibility toolkit."
+"Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance: accessibility or PDAs). It is usable with greatly limited amounts of physical input while still allowing high rates of text entry.\n"
+"\n"
+"This package contains data files to use dasher with additional languages."
msgstr ""
-#. description(gnome-sharp2:art-sharp2)
-msgid "This package contains Mono bindings for libart."
+#. summary(dasher:dasher-data-recommended)
+msgid "Zooming Predictive Text Entry System -- Data files for common languages"
msgstr ""
-#. description(libchewing:chewing-utils)
+#. description(dasher:dasher-data-recommended)
msgid ""
-"This package contains a hash editor for chewing, an intelligent phonetic "
-"input method library for tranditional Chinese.\n"
+"Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance: accessibility or PDAs). It is usable with greatly limited amounts of physical input while still allowing high rates of text entry.\n"
"\n"
-"It's used to add, modify and remove entries in the chewing user database "
-"(usually located at ~/.chewing/uhash.dat)."
+"This package contains data files to use dasher with common languages."
msgstr ""
-#. description(cryptconfig)
-msgid ""
-"This package contains a utility for configuring encrypted home directories "
-"and LUKS partitions. It also supports creating LUKS disk images, creating "
-"LUKS partitions, and enlarging disk images along with their file systems. "
-"This package also contains a pam module that syncs a user's UNIX password "
-"with the password used to encrypt their home directory."
+#. summary(dasher:dasher-lang)
+msgid "Languages for package dasher"
msgstr ""
-#. description(dhcp:dhcp-doc)
-#, fuzzy
-msgid ""
-"This package contains additional documentation files provided with the "
-"software. The manual pages are in the corresponding packages."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(bind:bind-chrootenv)
-msgid ""
-"This package contains all directories and files which are common to the "
-"chroot environment of BIND named and lwresd. Most is part of the structure "
-"below /var/lib/named."
+#. description(dasher:dasher-lang)
+msgid "Provides translations to the package dasher"
msgstr ""
-#. description(cairo:cairo-devel)
-msgid ""
-"This package contains all files necessary to build binaries using cairo."
+#. summary(dbsplit-tools)
+msgid "DocBook Splitting tools"
msgstr ""
-#. description(freeglut:freeglut-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"compile and link applications for the freeglut library.\n"
-"\n"
-"In addition, it also includes manual pages which describe all functions "
-"provided by the freeglut library.\n"
-"\n"
-"Freeglut is a completely open source alternative to the OpenGL Utility "
-"Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to "
-"support the sample programs in the second edition OpenGL Redbook. Since "
-"then, GLUT has been used in a wide variety of practical applications because "
-"it is simple, universally available, and highly portable.\n"
-"\n"
-"GLUT (and freeglut) allow the user to create and manage windows containing "
-"OpenGL contexts and also read the mouse, keyboard, and joystick functions on "
-"a wide range of platforms."
+#. description(dbsplit-tools)
+msgid "Tools for splitting and merging DocBook documents,"
msgstr ""
-#. description(aspell:aspell-devel)
-#, fuzzy
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop applications that require aspell."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(file:file-devel)
-#, fuzzy
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop applications that require the magic \"file\" interface."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(alsa:alsa-devel)
-msgid ""
-"This package contains all necessary include files and libraries needed to "
-"develop applications that require these."
+#. summary(dbus-sharp)
+msgid "Managed C# implementation of D-Bus"
msgstr ""
-#. description(freetype2:freetype2-devel)
-#, fuzzy
+#. description(dbus-sharp)
msgid ""
-"This package contains all necessary include files, libraries and "
-"documentation needed to develop applications that require the freetype2 "
-"TrueType font library.\n"
+"This is DBus-Sharp, a fork of ndesk-dbus or simply a C# implementation of D-Bus.\n"
"\n"
-"It also contains a small tutorial for using that library."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(boost:boost-devel)
-msgid ""
-"This package contains all that is needed to develop/compile applications "
-"that use the Boost C++ libraries. For documentation see the documentation "
-"packages (html, man or pdf)."
+"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(emacs:emacs-info)
-msgid ""
-"This package contains all the Info files for GNU Emacs. These files can be "
-"read online with GNU Emacs. They describe Emacs and some of its modes."
+#. summary(dbus-sharp-glib)
+msgid "Glib integration for DBus"
msgstr ""
-#. description(farsi-fonts)
+#. description(dbus-sharp-glib)
#, fuzzy
-msgid "This package contains collection of free Persian OpenType fonts."
+msgid "This package provides glib integration for Mono.DBus."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(libchewing:chewing-data)
-#, fuzzy
-msgid ""
-"This package contains data files for chewing, an intelligent phonetic input "
-"method library for traditional Chinese."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(dcraw:dcraw-lang)
+msgid "Languages for package dcraw"
+msgstr ""
-#. description(apparmor:apparmor-docs)
-msgid ""
-"This package contains documentation for AppArmor.\n"
-"\n"
-"This package is part of a suite of tools that used to be named SubDomain."
+#. description(dcraw:dcraw-lang)
+msgid "Provides translations to the package dcraw"
msgstr ""
-#. description(avogadro:avogadro-devel)
-#, fuzzy
-msgid ""
-"This package contains files to develop applications using Avogadros "
-"libraries."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(ddclient)
+msgid "A Perl Client to Update Dynamic DNS Entries"
+msgstr ""
-#. description(cups-backends)
-msgid "This package contains free additional backends for CUPS."
+#. description(ddclient)
+msgid "ddclient is a small full-featured client requiring only Perl. Supported features include daemon operation, manual and automatic updates, static and dynamic updates, optimized updates for multiple addresses, MX, wild cards, abuse avoidance, retry for failed updates, and status updates to syslog and through e-mail. ddclient can obtain the IP address from any interface, through a Web-based IP detection service, and for multiple routers using custom FW definitions. It also provides full support for DynDNS.org's NIC2 protocol. Support is also included for other dynamic DNS services. Comes with sample scripts for use with DHCP, PPP, and cron."
msgstr ""
-#. description(expect:expect-devel)
-msgid ""
-"This package contains header files and documentation needed for linking to "
-"expect from programs written in compiled languages like C, C++, etc.\n"
-"\n"
-"This package is not needed for developing scripts that run under the /usr/"
-"bin/expect interpreter, or any other Tcl interpreter with the expect package "
-"loaded."
+#. summary(ddskk)
+msgid "SKK (Simple Kana to Kanji Conversion Program) for Emacs"
msgstr ""
-#. description(apache2:apache2-devel)
-#, fuzzy
-msgid ""
-"This package contains header files and include files that are needed for "
-"development using the Apache API."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(ddskk)
+msgid "SKK (Simple Kana to Kanji conversion program) is a Japanese input method for Emacs. ddskk (Daredevil SKK) is a version of SKK that is aggressively developed."
+msgstr ""
-#. description(commoncpp2:commoncpp2-devel)
-#, fuzzy
-msgid ""
-"This package contains include files, static libraries and some documentation "
-"for the CommonC++ package. It is needed for developing and compiling CommonC+"
-"+ applications."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(apache2:apache2-doc)
-msgid ""
-"This package contains optional documentation provided in addition to this "
-"package's base documentation."
+#. summary(dejagnu)
+msgid "Framework for Running Test Suites on Software Tools"
msgstr ""
-#. description(eog-plugins)
-#, fuzzy
-msgid "This package contains plugins for additional features in Eye of GNOME."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(apport:apport-gtk)
-#, fuzzy
+#. description(dejagnu)
msgid ""
-"This package contains the GTK frontend for the apport crash report system."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(dhcp:dhcp-server)
-msgid ""
-"This package contains the ISC DHCP server.\n"
+"DejaGnu is a framework for testing other programs. Its purpose is to provide a single front-end for all tests. Beyond this, DejaGnu offers several advantages for testing:\n"
"\n"
-"Please read the documentation in /usr/share/doc/packages/dhcp-server "
-"regarding configuration of the DHCP server."
+"1. The flexibility and consistency of the DejaGnu framework make it easy to write tests for any program.\n"
+"\n"
+"1. DejaGnu provides a layer of abstraction that allows you to write tests that are portable to any host or target where a program must be tested. For instance, a test for GDB can run (from any Unix-based host) on any target architecture that DejaGnu supports.\n"
+"\n"
+"1. All tests have the same output format. This makes it easy to integrate testing into other software development processes. DejaGnu's output is designed to be parsed by other filtering scripts and it is also human-readable.\n"
+"\n"
+"DejaGnu is written in expect, which in turn uses \"Tcl\"--Tool command language.\n"
+"\n"
+"Running tests requires two things: the testing framework and the test suites themselves."
msgstr ""
-#. description(apport:apport-qt)
+#. summary(desktop-data-openSUSE:desktop-data-openSUSE-extra)
#, fuzzy
-msgid ""
-"This package contains the Qt4 frontend for the apport crash report system."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Additional wallpapers"
+msgstr "Software Adicional"
-#. description(libarchive:bsdtar)
+#. description(desktop-data-openSUSE:desktop-data-openSUSE-extra)
#, fuzzy
-msgid "This package contains the bsdtar cmdline utility."
+msgid "This package contains additional wallpapers."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(digikam:digikam-doc)
-#, fuzzy
-msgid "This package contains the documentation for digikam"
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(bash:bash-doc)
-msgid ""
-"This package contains the documentation for using the bourne shell "
-"interpreter Bash."
+#. summary(desktop-translations)
+msgid "Desktop Files Translations"
msgstr ""
-#. description(flac:flac-devel)
+#. description(desktop-translations)
#, fuzzy
-msgid ""
-"This package contains the files needed to compile programs that use the FLAC "
-"library."
+msgid "This package provides the translations for installed desktop files."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(chmlib:chmlib-devel)
-msgid ""
-"This package contains the headers and documentation for the chmlib API that "
-"programmers will need to develop applications which use chmlib, the software "
-"library for dealing with Microsoft ITSS/CHM format files."
+#. summary(devhelp:devhelp-lang)
+msgid "Languages for package devhelp"
msgstr ""
-#. description(calibre:calibre-icons-branding-upstream)
-#, fuzzy
-msgid "This package contains the original icons from upstream."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(devhelp:devhelp-lang)
+msgid "Provides translations to the package devhelp"
+msgstr ""
-#. description(build:build-mkbaselibs)
-#, fuzzy
-msgid ""
-"This package contains the parts which may be installed in the inner build "
-"system for generating base lib packages."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(dia:dia-lang)
+msgid "Languages for package dia"
+msgstr ""
-#. description(build:build-mkdrpms)
-#, fuzzy
-msgid ""
-"This package contains the parts which may be installed in the inner build "
-"system for generating delta rpm packages."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(docbook_3)
-msgid ""
-"This package contains version 3.0 and 3.1 and an XML version. It is "
-"suitable for writing technical documentation.\n"
-"\n"
-"The documentation can be found in /usr/share/doc/packages/docbook_3."
+#. description(dia:dia-lang)
+msgid "Provides translations to the package dia"
msgstr ""
-#. description(fontconfig:fontconfig-devel)
-msgid ""
-"This package countains all include files, libraries, configuration files "
-"needed for compiling applications which use the fontconfig library.\n"
-"\n"
-"In addition, it contains extensive documentation and manual pages for "
-"developers using the library.\n"
-"\n"
-"Fontconfig is a library for configuring and customizing font access. It "
-"contains two essential modules, the configuration module which builds an "
-"internal configuration from XML files and the matching module which accepts "
-"font patterns and returns the nearest matching font."
+#. summary(ding)
+msgid "An X Window System Dictionary Tool"
msgstr ""
-#. description(bundle-lang-gnome:bundle-lang-gnome-fr)
-msgid "This package groups French translations for many GNOME programs."
+#. description(ding)
+msgid "Ding is a graphical frontend to an English-to-German dictionary lookup and word spell checking. For full functionality, agrep and ispell should be installed."
msgstr ""
-#. description(bundle-lang-gnome:bundle-lang-gnome-de)
-msgid "This package groups German translations for many GNOME programs."
+#. summary(ding:ding-dict-de_en)
+msgid "German<->English word dictionary in DING syntax"
msgstr ""
-#. description(bundle-lang-gnome:bundle-lang-gnome-pt)
-msgid "This package groups Portuguese translations for many GNOME programs."
+#. description(ding:ding-dict-de_en)
+msgid "This package contains the German<->English dictionary/wordlist from TU Chemnitz in an easy markup language suitable for use with grep. A recommended graphical frontend for using this dictionary is \"ding\"."
msgstr ""
-#. description(bundle-lang-gnome:bundle-lang-gnome-es)
-msgid "This package groups Spanish translations for many GNOME programs."
+#. summary(docbook-dsssl-stylesheets)
+msgid "DSSSL Stylesheets for the DocBook DTD"
msgstr ""
-#. description(bundle-lang-kde:bundle-lang-kde-es)
+#. description(docbook-dsssl-stylesheets)
msgid ""
-"This package groups translations for a dozen of KDE programs into languages "
-"not split out into extra packages.\n"
-"* amarok\n"
-"* digikam\n"
-"* digikam-doc\n"
-"* gwenview\n"
-"* k3b\n"
-"* kaffeine\n"
-"* kdebase3-SuSE\n"
-"* kdetv\n"
-"* kerry\n"
-"* kipi-plugins\n"
-"* konversation\n"
-"* ktorrent\n"
-"* libkipi"
+"Use these DSSSL stylesheets to convert DocBook documents into other formats. \"Print\" (TeX and RTF) and \"online\" (HTML) output formats are available.\n"
+"\n"
+"The stylesheets are customizable and, within limits, it is possible to adapt them for your own needs. Numerous native languages are supported.\n"
+"\n"
+"The authors of these stylesheets do not inlude any new features, but only fix bugs."
msgstr ""
-#. description(bundle-lang-gnome:bundle-lang-gnome-cs)
-msgid "This package groups translations for many GNOME programs."
-msgstr ""
+#. summary(docbook-tdg)
+#, fuzzy
+msgid "DocBook: The Definitive Guide"
+msgstr "DocBook - O Guia Definitivo"
-#. description(binutils:binutils-devel)
+#. description(docbook-tdg)
msgid ""
-"This package includes header files and static libraries necessary to build "
-"programs which use the GNU BFD library, which is part of binutils."
+"This book is designed to be the clear, concise, normative reference to the DocBook DTD. This book is the official documentation for the DocBook DTD. For printed copies, visit http://docbook.org/tdg/en/.\n"
+"\n"
+"\"Fairly crude PDF versions\" (Norman Walsh) of Part I, Part II, and Part III are included in this package."
msgstr ""
-#. description(bootcycle)
-msgid ""
-"This package provides a boot script that is used for boot cycle detection to "
-"avoid unconditional reboot cycles on an unsupervised system. For example, "
-"on INTEL IA32 the GNU GRUB multiboot loader is used for this."
+#. summary(docbook-xml-website)
+msgid "DTD and Stylesheets for Web Site Development"
msgstr ""
-#. description(frei0r-plugins)
-msgid ""
-"This package provides a collection of video sources and filters plugins, "
-"using the Frei0r API."
+#. description(docbook-xml-website)
+msgid "A DTD in XML as an extension to DocBook XML and XSL stylesheets to process it."
msgstr ""
-#. description(banshee:banshee-extensions-default)
+#. summary(docbook-xsl-stylesheets)
+msgid "XSL Stylesheets for DocBook 4"
+msgstr ""
+
+#. description(docbook-xsl-stylesheets)
msgid ""
-"This package provides a number of useful features for Banshee, including a "
-"Play Queue, Last.fm streaming, Last.fm Audioscrobbling, and Multimedia Key "
-"support. This package is highly recommended as it greatly enhances the end "
-"user experience of Banshee.\n"
+"These are the XSL stylesheets for DocBook XML and \"Simplified\" DocBook DTDs. Use these stylesheets for documents based on DocBook 4 and earlier; they are not aware of the namespace feature.\n"
"\n"
-"Import, organize, and discover new music with Banshee through its simple and "
-"powerful interface and wide array of innovative features. Create your own "
-"radio stations or listen to a friends' through Last.fm integration; "
-"experience automatic cover art fetching as you listen; and easily browse, "
-"search, and control your media collection."
+"The stylesheets transform DocBook documents into HTML, XHTML, Manpages, XSL-FO (for PDF), and a few other formats.\n"
+"\n"
+"XSL is a standard W3C stylesheet language for both print and online rendering. For more information about XSL, see the XSL page at the W3C: http://www.w3.org/Style/XSL/"
msgstr ""
-#. description(build)
-#, fuzzy
-msgid ""
-"This package provides a script for building RPMs for SUSE Linux in a chroot "
-"environment."
+#. summary(docbook5-xsl-stylesheets)
+msgid "XSL Stylesheets for DocBook 5"
msgstr ""
-"<p>Este menu contém os links que se referem a informações do documento.</p>"
-#. description(banshee:banshee-core)
-msgid ""
-"This package provides core libraries, services, and resources for building "
-"Banshee clients and user experiences."
+#. description(docbook5-xsl-stylesheets)
+msgid "These are the XSL stylesheets for DocBook. Generally, the stylesheets are namespace aware and you should use these for DocBook 5 only. The stylesheets transforms your DocBook 5 document into (X)HTML, Manpages, XSL-FO (for PDF) and a some other formats. XSL is a standard W3C stylesheet language for both print and online rendering. For more information about XSL, see the XSL page at theW3C."
msgstr ""
-#. description(dbus-sharp-glib)
-#, fuzzy
-msgid "This package provides glib integration for Mono.DBus."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(fribidi:fribidi-devel)
-#, fuzzy
-msgid "This package provides headers and manual files for FriBiDi."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(banshee:banshee-backend-platform-unix)
-msgid ""
-"This package provides many optimizations for UNIX based platforms. In "
-"particular, it provides a POSIX IO layer that performs better than the "
-"default System.IO/.NET IO layer provided in the base banshee-1 package."
+#. summary(docbook_3)
+msgid "DocBook DTD 3.x"
msgstr ""
-#. description(banshee:banshee-backend-platform-gnome)
+#. description(docbook_3)
msgid ""
-"This package provides platform integration with the GNOME Desktop for "
-"Banshee. Most notably it provides a configuration backend to GConf, so all "
-"user settings can be stored there. Other GNOME specific integration hooks "
-"are provided as well.\n"
+"This package contains version 3.0 and 3.1 and an XML version. It is suitable for writing technical documentation.\n"
"\n"
-"Users running Banshee on GNOME are recommended to install this package."
+"The documentation can be found in /usr/share/doc/packages/docbook_3."
msgstr ""
-#. description(banshee:banshee-backend-io-gio)
-msgid ""
-"This package provides support for importing non-local files into Banshee, eg "
-"over a ssh mount or similar."
+#. summary(docbook_5)
+msgid "DocBook Schemas (DTD, RELAX NG, W3C Schema) for Version 5.x"
msgstr ""
-#. description(banshee:banshee-backend-engine-gstreamer)
-msgid ""
-"This package provides the playback engine used by Banshee, built on the "
-"GStreamer multimedia framework."
+#. description(docbook_5)
+msgid "The version 5.0 release is a complete rewrite of DocBook in RELAX NG. The intent of this rewrite is to produce a schema that is true to the spirit of DocBook while simultaneously removing inconsistencies that have arisen as a natural consequence of DocBook's long, slow evolution."
msgstr ""
-#. description(desktop-translations)
+#. summary(dtv-scan-tables)
#, fuzzy
-msgid "This package provides the translations for installed desktop files."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Scan files for digital TV applications v3"
+msgstr "Iniciar Aplicativo"
-#. description(bsd-games)
-msgid ""
-"This package provides these games: arithmetic, atc, backgammon, battlestar, "
-"bcd, bog, caesar, canfield, cfscores, cribbage, fish, fortune, hangman, "
-"hunt, mille, monop, morse, number, paranoia, pom, ppt, primes, rain, robots, "
-"sail, snake, snscore, teachgammon, trek, wargames, worm, worms, and wump."
+#. description(dtv-scan-tables)
+msgid "Scan data needed for some scanning applications from dvb package and maybe others. This package contains v3 of the files."
msgstr ""
-#. description(exo:exo-tools)
+#. summary(ecj)
#, fuzzy
-msgid "This package provides tools and helpers for exo."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Eclipse Compiler for Java"
+msgstr "Ferramentas e Compiladores de C/C++"
-#. description(font-util)
-msgid ""
-"This package provides utilities for X.Org font package creation/installation."
+#. description(ecj)
+msgid "ECJ is the Java bytecode compiler of the Eclipse Platform. It is also known as the JDT Core batch compiler."
msgstr ""
-#. description(ekiga:ekiga-plugins-gstreamer)
-msgid "This plugin enables gstreamer support in ekiga."
+#. summary(efont-unicode-bitmap-fonts)
+msgid "Unicode Font by /efont/"
msgstr ""
-#. description(at)
-msgid "This program allows you to run jobs at specified times."
+#. description(efont-unicode-bitmap-fonts)
+msgid "Unicode fonts developed by /efont/ openlab. This font package includes 12,14, 16, and 24 pixel ISO-10646 fonts."
msgstr ""
-#. description(fxload)
-msgid ""
-"This program can download firmware into FX and FX2 EZ-USB devices as well as "
-"the original AnchorChips EZ-USB. It is intended to be invoked by hotplug "
-"scripts when the unprogrammed device appears on the bus.\n"
-"\n"
-"Primarily as an aid for developers, this can also be used to update firmware "
-"on devices that boot from I2C serial EEPROMs.\tFor that use, as well as "
-"downloading firmware to all other off-chip memory, a second stage loader "
-"must first be downloaded."
+#. summary(ekiga:ekiga-lang)
+msgid "Languages for package ekiga"
msgstr ""
-#. description(cpupower)
-msgid ""
-"This tool is to make access to the Linux kernel's processor power subsystems "
-"like CPU frequency switching (cpufreq) or CPU sleep states (cpuidle) for "
-"users and userspace tools easier."
+#. description(ekiga:ekiga-lang)
+msgid "Provides translations to the package ekiga"
msgstr ""
-#. description(createrepo)
-msgid ""
-"This utility generates a common metadata repository from a directory of RPM "
-"packages."
+#. summary(emacs-apel)
+#. description(emacs-apel)
+msgid "A Portable Emacs Library"
msgstr ""
-#. summary(frogr)
-msgid "Tool to Manage Flickr Accounts"
+#. summary(emacs-flim)
+msgid "An Emacs Library for MIME"
msgstr ""
-#. summary(dvb)
-msgid "Tools for Digital (DVB) TV Cards"
+#. description(emacs-flim)
+msgid "For coding and decoding MIME messages."
msgstr ""
-#. summary(exo:exo-tools)
-msgid "Tools for exo"
+#. summary(emacs:emacs-info)
+msgid "Info files for GNU Emacs"
msgstr ""
-#. description(dbsplit-tools)
-msgid "Tools for splitting and merging DocBook documents,"
+#. description(emacs:emacs-info)
+msgid "This package contains all the Info files for GNU Emacs. These files can be read online with GNU Emacs. They describe Emacs and some of its modes."
msgstr ""
-#. summary(mgetty:g3utils)
-msgid "Tools for the G3 (Fax) Graphics Format"
+#. summary(eog-plugins:eog-plugins-lang)
+msgid "Languages for package eog-plugins"
msgstr ""
-#. summary(cpupower)
-msgid "Tools to determine and set CPU Power related Settings"
+#. description(eog-plugins:eog-plugins-lang)
+msgid "Provides translations to the package eog-plugins"
msgstr ""
-#. summary(build:build-mkbaselibs)
-msgid "Tools to generate base lib packages"
+#. summary(epiphany-branding-openSUSE)
+msgid "GNOME Web Browser -- openSUSE default bookmarks and user agent string"
msgstr ""
-#. summary(build:build-mkdrpms)
-msgid "Tools to generate delta rpms"
+#. description(epiphany-branding-openSUSE)
+msgid ""
+"Epiphany is a Web Browser for the GNOME Desktop. Its principles are simplicity and standards compliance.\n"
+"\n"
+"This package provides the openSUSE default bookmarks and user agent string."
msgstr ""
-#. summary(bundle-lang-gnome:bundle-lang-gnome-cs)
-msgid "Translations for many GNOME programs"
+#. summary(epiphany:epiphany-lang)
+msgid "Languages for package epiphany"
msgstr ""
-#. description(arabic-fonts:arabic-kacst-fonts)
-msgid "TrueType families developed by Kacst institution."
+#. description(epiphany:epiphany-lang)
+msgid "Provides translations to the package epiphany"
msgstr ""
-#. summary(fcitx-table-extra:fcitx-table-tw-cangjie5)
+#. summary(evolution-ews:evolution-ews-lang)
#, fuzzy
-msgid "Tsang Jei 5 table for Fcitx"
-msgstr "Alternar informações"
+msgid "Languages for package evolution-ews"
+msgstr "Idiomas Sami (Outro)"
-#. summary(fcitx-table-extra:fcitx-table-tw-cangjie-large)
-msgid "Tsang Jei large character set table for Fcitx"
-msgstr ""
-
-#. summary(aspell-dictionaries:aspell-tr)
+#. description(evolution-ews:evolution-ews-lang)
#, fuzzy
-msgid "Turkish Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Provides translations to the package evolution-ews"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(aspell-dictionaries:aspell-tk)
-#, fuzzy
-msgid "Turkmen Dictionary for Aspell"
-msgstr "Software Adicional"
+#. summary(perl-Image-ExifTool:exiftool)
+msgid "Highly Customizable Perl App for Reading and Writing Meta Information in Files"
+msgstr ""
-#. description(dhcp-tools)
-msgid ""
-"Two utilities, written by Edwin Groothuis, to test and debug DHCP:\n"
-"\n"
-"dhcpdump This parses tcpdump output to display the dhcp-packets for easier "
-"checking and debugging.\n"
-"\n"
-"dhcping This allows the system administrator to check if a remote DHCP "
-"server is still functioning.\n"
-"\n"
-"Home page: http://www.mavetju.org"
+#. description(perl-Image-ExifTool:exiftool)
+msgid "ExifTool is a a full-featured application for reading and writing meta information in a wide variety of files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony."
msgstr ""
-#. summary(banshee:banshee-backend-platform-unix)
-msgid "UNIX platform support for Banshee"
+#. summary(exo:exo-lang)
+msgid "Languages for package exo"
msgstr ""
-#. summary(biosdevname)
-msgid "Udev helper for naming devices per BIOS names"
+#. description(exo:exo-lang)
+msgid "Provides translations to the package exo"
msgstr ""
-#. summary(aspell-dictionaries:aspell-uk)
+#. summary(extra-cmake-modules:extra-cmake-modules-doc)
#, fuzzy
-msgid "Ukrainian Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Documentation for extra-cmake-modules"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(efont-unicode-bitmap-fonts)
-msgid "Unicode Font by /efont/"
+#. description(extra-cmake-modules:extra-cmake-modules-doc)
+msgid ""
+"Extra modules and scripts for CMake.\n"
+"\n"
+"For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey This package provides documentation for extra-cmake-modules"
msgstr ""
-#. summary(cm-unicode-fonts)
-msgid "Unicode Version of the Computer Modern Fonts"
-msgstr ""
+#. summary(fcitx:fcitx-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE default Skins for Fcitx"
+msgstr "Software Adicional"
-#. description(efont-unicode-bitmap-fonts)
+#. description(fcitx:fcitx-branding-openSUSE)
msgid ""
-"Unicode fonts developed by /efont/ openlab. This font package includes "
-"12,14, 16, and 24 pixel ISO-10646 fonts."
-msgstr ""
-
-#. description(docbook-dsssl-stylesheets)
-msgid ""
-"Use these DSSSL stylesheets to convert DocBook documents into other formats. "
-"\"Print\" (TeX and RTF) and \"online\" (HTML) output formats are available.\n"
+"openSUSE default skins for Fcitx\n"
"\n"
-"The stylesheets are customizable and, within limits, it is possible to adapt "
-"them for your own needs. Numerous native languages are supported.\n"
-"\n"
-"The authors of these stylesheets do not inlude any new features, but only "
-"fix bugs."
+"You can either use this package or download from kde-look.org using knewstaff in fcitx-config-kde4."
msgstr ""
-#. description(checkinstall)
-msgid ""
-"Uses installwatch to keep track of all files created or modified during the "
-"run of an installation script like \"make install\". The information is used "
-"to create a rpm package that holds all files installed by the tracked "
-"installation. This makes it possible, for example, to remove all files later "
-"with rpm -e package or to install the package on another system."
+#. summary(fcitx-table-extra:fcitx-table-cn-wubi-large)
+msgid "Wubi large character set table for Fcitx"
msgstr ""
-#. description(apache2:apache2-utils)
+#. description(fcitx-table-extra:fcitx-table-cn-wubi-large)
msgid ""
-"Utilities provided by the Apache 2 Web Server project which are useful to "
-"administrators of web servers in general."
+"Fcitx Wubi (Wu Bi Zi Xing) table with large character set for Simplified Chinese.\n"
+"\n"
+"Wubi in Fcitx is based on wubi x86."
msgstr ""
-#. summary(apache-commons-io)
-msgid "Utilities to assist with developing IO functionality"
-msgstr ""
+#. summary(fcitx-table-extra:fcitx-table-tw-boshiamy)
+#, fuzzy
+msgid "Boshiamy table for Fcitx"
+msgstr "Alternar informações"
-#. summary(diffstat)
-msgid "Utility That Provides Statistics Based on the Output of diff"
+#. description(fcitx-table-extra:fcitx-table-tw-boshiamy)
+msgid "Fcitx Boshiamy table for Traditional Chinese."
msgstr ""
-#. summary(fslsfonts)
-msgid "Utility to list fonts served by X font server"
+#. summary(fcitx-table-extra:fcitx-table-tw-cangjie-large)
+msgid "Tsang Jei large character set table for Fcitx"
msgstr ""
-#. summary(appres)
-msgid "Utility to list the resource database of an X application"
+#. description(fcitx-table-extra:fcitx-table-tw-cangjie-large)
+msgid "Fcitx Tsang Jei (Cang Jie) table with large character set for Traditional Chinese."
msgstr ""
-#. summary(fonttosfnt)
-msgid "Utility to wrap a bitmap font in a sfnt (TrueType) wrapper"
+#. summary(fcitx-table-extra:fcitx-table-tw-cangjie5)
+#, fuzzy
+msgid "Tsang Jei 5 table for Fcitx"
+msgstr "Alternar informações"
+
+#. description(fcitx-table-extra:fcitx-table-tw-cangjie5)
+msgid "Fcitx Tsang Jei (Cang Jie) 5 table for Traditional Chinese."
msgstr ""
-#. summary(aspell-dictionaries:aspell-uz)
+#. summary(fcitx-table-extra:fcitx-table-tw-smart-cangjie6)
#, fuzzy
-msgid "Uzbek (Ўзбекча) Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Smart Tsang Jei 6 table for Fcitx"
+msgstr "Alternar informações"
-#. summary(alsa-tools)
-msgid "Various ALSA Tools"
+#. description(fcitx-table-extra:fcitx-table-tw-smart-cangjie6)
+msgid "Fcitx Smart Tsang Jei (Fast Cang Jie) 6 table for Traditional Chinese."
msgstr ""
-#. description(alsa-tools)
-msgid "Various tools for ALSA including DSP loaders."
+#. summary(fifth-leg-font)
+msgid "Font for the openSUSE Brand"
msgstr ""
-#. summary(anjuta)
-#, fuzzy
-msgid "Versatile Integrated Development Environment for GNOME"
-msgstr "Ambiente de Desenvolvimento Integrado"
-
-#. summary(aspell-dictionaries:aspell-vi)
-#, fuzzy
-msgid "Vietnamese Dictionary for Aspell"
-msgstr "Software Adicional"
-
-#. description(enchant:enchant-voikko)
-msgid ""
-"Voikko plugin (Finnish) for enchant, a library providing an efficient "
-"extensible abstraction for dealing with different spell checking libraries."
+#. description(fifth-leg-font)
+msgid "The Fifth Leg font is the font used for openSUSE branded material."
msgstr ""
-#. summary(aspell-dictionaries:aspell-wa)
+#. summary(five-or-more:five-or-more-lang)
#, fuzzy
-msgid "Walloon Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Languages for package five-or-more"
+msgstr "Idiomas Sami (Outro)"
-#. summary(aspell-dictionaries:aspell-cy)
+#. description(five-or-more:five-or-more-lang)
#, fuzzy
-msgid "Welsh Dictionary for Aspell"
-msgstr "Software Adicional"
+msgid "Provides translations to the package five-or-more"
+msgstr "Aguardar por aplicativo kicker"
-#. description(fonttosfnt)
-msgid ""
-"Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) "
-"wrapper."
+#. summary(flute)
+msgid "Java CSS parser using SAC"
msgstr ""
-#. summary(fcitx-table-extra:fcitx-table-cn-wubi-large)
-msgid "Wubi large character set table for Fcitx"
+#. description(flute)
+msgid "A Cascading Style Sheets parser using the Simple API for CSS, for Java."
msgstr ""
-#. summary(bitmap)
-msgid "X bitmap editor and converter utilities"
+#. summary(kiten:fonts-KanjiStrokeOrders)
+msgid "Font for learning Japanese Kanji"
msgstr ""
-#. summary(font-util)
-msgid "X.Org font package creation/installation utilities"
+#. description(kiten:fonts-KanjiStrokeOrders)
+msgid ""
+"This font provides an easy way to view stroke order diagrams for over 6350 kanji, 183 kana symbols, the Latin characters and quite a few other symbols. I have also used it as a dumping ground for my own character creation doodles.\n"
+"\n"
+"My hope is that this font will assist people who are learning kanji. I also hope it will help teachers of Japanese in the preparation of classroom material. Beware that Japanese stroke order can differ from the stroke order used in other languages that use Chinese characters."
msgstr ""
-#. summary(docbook-xsl-stylesheets)
-msgid "XSL Stylesheets for DocBook 4"
-msgstr ""
+#. summary(drbd:drbd-kmp-default)
+#. summary(drbd:drbd-kmp-xen)
+#, fuzzy
+msgid "Kernel driver for DRBD"
+msgstr "O pacote não está assinalado"
-#. summary(docbook5-xsl-stylesheets)
-msgid "XSL Stylesheets for DocBook 5"
+#. description(drbd:drbd-kmp-default)
+#. description(drbd:drbd-kmp-xen)
+msgid "This module is the kernel-dependent driver for DRBD. This is split out so that multiple kernel driver versions can be installed, one for each installed kernel."
msgstr ""
-#. summary(brltty:brltty-driver-xwindow)
-msgid "XWindow driver for BRLTTY"
-msgstr ""
+#, fuzzy
+#~ msgid "A CLI Scripting Language"
+#~ msgstr "Linguagem Gestual"
-#. summary(aspell-dictionaries:aspell-yi)
#, fuzzy
-msgid "Yiddish Dictionary for Aspell"
-msgstr "Software Adicional"
+#~ msgid "A Macedonian dictionary for the aspell spell checker."
+#~ msgstr "Software Adicional"
-#. summary(dasher)
-msgid "Zooming Predictive Text Entry System"
-msgstr ""
+#, fuzzy
+#~ msgid "A media playback and management application"
+#~ msgstr "Escolher Aplicativo"
-#. summary(dasher:dasher-data-extras)
-msgid ""
-"Zooming Predictive Text Entry System -- Data files for additional languages"
-msgstr ""
+#, fuzzy
+#~ msgid "Canarese Dictionary for Aspell"
+#~ msgstr "Software Adicional"
-#. summary(dasher:dasher-data-recommended)
-msgid "Zooming Predictive Text Entry System -- Data files for common languages"
-msgstr ""
+#, fuzzy
+#~ msgid "Development Files for FriBiDi"
+#~ msgstr "Desenvolvimento"
-#. summary(aspell-dictionaries:aspell-zu)
-msgid "Zulu Dictionary Package for Aspell"
-msgstr ""
+#, fuzzy
+#~ msgid "Development environment for the freetype2 TrueType font library"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(aria2)
-msgid ""
-"aria2 is a utility for downloading files. It has completely new design "
-"concept from its predecessor, Aria, and is written from scratch. aria2 has a "
-"segmented downloading engine in its core. It can download one file from "
-"multiple URLs or multiple connections from one URL. This results in very "
-"high speed downloading, much faster than ordinary browsers. This engine in "
-"was implemented in a single-thread model. The architecture is clean and easy "
-"to extend.\n"
-"\n"
-"aria2 currently supports HTTP, FTP, and BitTorrent."
-msgstr ""
+#, fuzzy
+#~ msgid "Documentation of Digikam"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(atftp)
-msgid ""
-"atftp stands for Advanced Trivial File Transfer Protocol. It is called "
-"\"advanced\", in contrast to others TFTP servers, for two reasons. First, it "
-"is intended to be fully compliant with all related RFCs. This includes "
-"RFC1350, RFC2090, RFC2347, RFC2348, and RFC2349. Second, atftp is intended "
-"for serving boot files to large clusters. It is multithreaded and will "
-"eventually support multicast, allowing faster boot of hundreds of machines "
-"simultaneously."
-msgstr ""
+#, fuzzy
+#~ msgid "EBook Management Application"
+#~ msgstr "Escolher Aplicativo"
-#. description(automoc4)
-msgid ""
-"automoc4 is a tool to add rules for generating Qt moc files automatically to "
-"projects that use CMake as the buildsystem."
-msgstr ""
+#, fuzzy
+#~ msgid "Embedded Perl for Apache"
+#~ msgstr "Pacotes de desenvolvimento do Kernel"
-#. description(bdftopcf)
-msgid ""
-"bdftopcf is a font compiler for the X server and font server. Fonts in "
-"Portable Compiled Format can be read by any architecture, although the file "
-"is structured to allow one particular architecture to read them directly "
-"without reformatting. This allows fast reading on the appropriate machine, "
-"but the files are still portable (but read more slowly) on other machines."
-msgstr ""
+#, fuzzy
+#~ msgid "FVWM Configuration Framework"
+#~ msgstr "Exibir Configuração"
-#. description(biosdevname)
-msgid ""
-"biosdevname in its simplest form takes an kernel name name as an argument, "
-"and returns the BIOS-given name it \"should\" be. This is necessary on "
-"systems where the BIOS name for a given device (e.g. the label on the "
-"chassis is \"Gb1\") doesn't map directly and obviously to the kernel name (e."
-"g. eth0).\n"
-"\n"
-"You can enable/disable usage of biosdevname with boot option \"biosdevname="
-"[0|1]\""
-msgstr ""
+#, fuzzy
+#~ msgid "GNOME Photo Management Application"
+#~ msgstr "Escolher Aplicativo"
-#. description(capi4hylafax)
-msgid ""
-"capi4hylafax adds a faxcapi modem to the hylafax environment. It allows you "
-"to send and receive FAX documents with CAPI 2.0 fax controllers via a "
-"hylafax server."
-msgstr ""
+#, fuzzy
+#~ msgid "Header Files and C API Documentation for expect"
+#~ msgstr "Ajuda e Documentação de Suporte"
-#. description(ccache)
-msgid ""
-"ccache is a compiler cache. It speeds up recompilation by caching the result "
-"of previous compilations and detecting when the same compilation is being "
-"done again. Supported languages are C, C++, Objective-C and Objective-C++."
-msgstr ""
+#, fuzzy
+#~ msgid "Improved Version of FVWM Window Manager"
+#~ msgstr "O gerenciador de janelas Motif"
-#. summary(dleyna-connector-dbus)
-msgid "dLeyna connector interface -- DBus"
-msgstr ""
+#, fuzzy
+#~ msgid "KDE control module for Fcitx"
+#~ msgstr "Módulos Kernel (Drivers de Hardware)"
-#. description(ddclient)
-msgid ""
-"ddclient is a small full-featured client requiring only Perl. Supported "
-"features include daemon operation, manual and automatic updates, static and "
-"dynamic updates, optimized updates for multiple addresses, MX, wild cards, "
-"abuse avoidance, retry for failed updates, and status updates to syslog and "
-"through e-mail. ddclient can obtain the IP address from any interface, "
-"through a Web-based IP detection service, and for multiple routers using "
-"custom FW definitions. It also provides full support for DynDNS.org's NIC2 "
-"protocol. Support is also included for other dynamic DNS services. Comes "
-"with sample scripts for use with DHCP, PPP, and cron."
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package checkinstall"
+#~ msgstr "Idiomas Sami (Outro)"
-#. description(diffstat)
-msgid ""
-"diffstat reads the output of the diff command and displays a histogram of "
-"the insertions, deletions, and modifications in each file."
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package four-in-a-row"
+#~ msgstr "Idiomas Sami (Outro)"
-#. description(dleyna-renderer)
-msgid ""
-"dleyna-renderer is a library for implementing services that allow clients to "
-"discover and manipulate Digital Media Renderers. An implementation of such a "
-"service for linux is also included"
-msgstr ""
+#, fuzzy
+#~ msgid "Languages for package galculator"
+#~ msgstr "Idiomas Sami (Outro)"
-#. description(dosbox)
-msgid ""
-"dosbox is a DOS emulator that, thanks to its good graphics and sound "
-"emulation, is exceptionally well-suited for playing games. dosbox features a "
-"built-in DOS operating system and transparent access to the Linux file "
-"system and is therefore very easy to use."
-msgstr ""
+#, fuzzy
+#~ msgid "Macedonian Dictionary for Aspell"
+#~ msgstr "Software Adicional"
-#. summary(brltty:brltty-driver-espeak)
-msgid "eSpeak driver for BRLTTY"
-msgstr ""
+#, fuzzy
+#~ msgid "Malay Dictionary for Aspell"
+#~ msgstr "Software Adicional"
-#. description(eekboard)
-msgid ""
-"eekboard is a virtual keyboard software package, including a set of tools to "
-"implement desktop virtual keyboards."
-msgstr ""
+#, fuzzy
+#~ msgid "Original application icons for Calibre"
+#~ msgstr "Aplicativos Favoritos"
-#. description(fcitx-configtool:fcitx-config-gtk3)
-msgid ""
-"fcitx-config GTK based configure tool for fcitx.\n"
-"\n"
-"KDE Version see fcitx-config-kde4 or kcm-fcitx."
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package checkinstall"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. description(fcitx-googlepinyin)
-msgid "fcitx-googlepinyin is a Googlepinyin module for fcitx."
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package four-in-a-row"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. description(fslsfonts)
-msgid "fslsfonts lists the fonts that match the given pattern."
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package frogr"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. summary(avahi:avahi-compat-mDNSResponder-devel)
-msgid ""
-"mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour"
-msgstr ""
+#, fuzzy
+#~ msgid "Provides translations to the package galculator"
+#~ msgstr "Aguardar por aplicativo kicker"
-#. description(apache2-mod_dnssd)
-msgid ""
-"mod_dnssd is an Apache HTTPD module which adds Zeroconf support via DNS-SD "
-"using Avahi."
-msgstr ""
+#, fuzzy
+#~ msgid ""
+#~ "This package contains all necessary include files, libraries and documentation needed to develop applications that require the freetype2 TrueType font library.\n"
+#~ "\n"
+#~ "It also contains a small tutorial for using that library."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(apache2-mod_mono)
-msgid ""
-"mod_mono is a module that interfaces Apache with Mono and allows running ASP."
-"NET pages on Unix and Unix-like systems. To load the module into Apache, run "
-"the command \"a2enmod mono\" as root."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains collection of free Persian OpenType fonts."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(apache2-mod_tidy)
-msgid ""
-"mod_tidy is a module for Apache that works as a filter that hooks itself to "
-"HTML output.\tmod_tidy feeds the HTML output to TidyLib (http://tidy."
-"sourceforge.net/) which validates the HTML output. If TidyLib finds an "
-"error, the client receives a HTML page with a list of all found errors. If "
-"TidyLib does not complain, you get your HTML data as without mod_tidy.\n"
-"\n"
-"To load the module into Apache, run the command \"a2enmod tidy\" as root.\n"
-"\n"
-"To learn about the configuration, refer to /usr/share/doc/packages/apache2-"
-"mod_tidy/README."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains the GTK frontend for the apport crash report system."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(fcitx:fcitx-branding-openSUSE)
#, fuzzy
-msgid "openSUSE default Skin for Fcitx"
-msgstr "Software Adicional"
+#~ msgid "This package contains the Qt4 frontend for the apport crash report system."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. description(fcitx:fcitx-branding-openSUSE)
-msgid ""
-"openSUSE default skin for Fcitx\n"
-"\n"
-"You can either use this package or download from kde-look.org using "
-"knewstaff in fcitx-config-kde4."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains the documentation for digikam"
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(bundle-lang-kde:bundle-lang-kde-el)
-msgid "summary"
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains the original icons from upstream."
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
+#~ msgid "This package provides headers and manual files for FriBiDi."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
#~ msgid "A Python Module for the Apache 2 Web Server"
#~ msgstr "Gerenciamento de energia (APM)"
@@ -4955,10 +4157,6 @@
#~ msgstr "Idiomas Sami (Outro)"
#, fuzzy
-#~ msgid "Languages for package blender"
-#~ msgstr "Idiomas Sami (Outro)"
-
-#, fuzzy
#~ msgid "Languages for package caribou"
#~ msgstr "Idiomas Sami (Outro)"
@@ -5007,10 +4205,6 @@
#~ msgstr "Aguardar por aplicativo kicker"
#, fuzzy
-#~ msgid "Provides translations to the package blender"
-#~ msgstr "Aguardar por aplicativo kicker"
-
-#, fuzzy
#~ msgid "Provides translations to the package caribou"
#~ msgstr "Aguardar por aplicativo kicker"
@@ -5051,8 +4245,7 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package provides the openSUSE look and feel for the exo library."
+#~ msgid "This package provides the openSUSE look and feel for the exo library."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:09 +0100 (Fri, 06 Nov 2015)
New Revision: 94620
Modified:
trunk/packages/pt/po/base2.pt.po
Log:
Merged base2.pot for pt
Modified: trunk/packages/pt/po/base2.pt.po
===================================================================
--- trunk/packages/pt/po/base2.pt.po 2015-11-06 03:06:07 UTC (rev 94619)
+++ trunk/packages/pt/po/base2.pt.po 2015-11-06 03:06:09 UTC (rev 94620)
@@ -3,2175 +3,2640 @@
msgstr ""
"Project-Id-Version: openSUSE-packages\n"
"Report-Msgid-Bugs-To: http://bugzilla.novell.com/\n"
-"POT-Creation-Date: 2013-10-14 09:33:27\n"
+"POT-Creation-Date: 2015-11-06 04:09:52\n"
"PO-Revision-Date: 2011-02-01 14:02+0000\n"
"Language: pt\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#. description(perl-TimeDate)
+#. summary(Mesa)
+msgid "System for rendering interactive 3-D graphics"
+msgstr ""
+
+#. description(Mesa)
msgid ""
-" Date::Parse provides two routines for parsing date strings into time values.\n"
+"Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.* To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI, and makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with SGI. Those who want a licensed implementation of OpenGL should contact a licensed vendor.\n"
"\n"
-" str2time(DATE [, ZONE])\n"
+"Please do not refer to the library as MesaGL (for legal reasons). It's just Mesa or The Mesa 3-D graphics library.\n"
"\n"
-" str2time parses DATE and returns a unix time value, or undef upon failure. ZONE, if given, specifies the timezone to assume when parsing if the date string does not specify a timezome.\n"
-"\n"
-" strptime(DATE [, ZONE])\n"
-"\n"
-" strptime takes the same arguments as str2time but returns an array of values ($ss,$mm,$hh,$day,$month,$year,$zone). Elements are only defined if they could be extracted from the date string. The $zone element is the timezone offset in seconds from GMT. An empty array is returned upon failure."
+"* OpenGL is a trademark of Silicon Graphics Incorporated."
msgstr ""
-#. description(perl-HTML-Tidy)
-msgid "'HTML::Tidy' is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section the /Converting from HTML::Lint manpage."
-msgstr ""
+#. summary(Mesa:Mesa-libEGL1)
+#, fuzzy
+msgid "Free implementation of the EGL API"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(perl-Params-Util)
+#. description(Mesa:Mesa-libEGL1)
msgid ""
-"'Params::Util' provides a basic set of importable functions that makes checking parameters a hell of a lot easier\n"
+"This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.\n"
"\n"
-"While they can be (and are) used in other contexts, the main point behind this module is that the functions *both* Do What You Mean, and Do The Right Thing, so they are most useful when you are getting params passed into your code from someone and/or somewhere else and you can't really trust the quality.\n"
-"\n"
-"Thus, 'Params::Util' is of most use at the edges of your API, where params and data are coming in from outside your code.\n"
-"\n"
-"The functions provided by 'Params::Util' check in the most strictly correct manner known, are documented as thoroughly as possible so their exact behaviour is clear, and heavily tested so make sure they are not fooled by weird data and Really Bad Things.\n"
-"\n"
-"To use, simply load the module providing the functions you want to use as arguments (as shown in the SYNOPSIS).\n"
-"\n"
-"To aid in maintainability, 'Params::Util' will *never* export by default.\n"
-"\n"
-"You must explicitly name the functions you want to export, or use the ':ALL' param to just have it export everything (although this is not recommended if you have any _FOO functions yourself with which future additions to 'Params::Util' may clash)"
+"This package contains modules to interface with the existing system GLX or DRI2 drivers to provide OpenGL via EGL. The Mesa main package provides drivers to provide hardware-accelerated OpenGL|ES and OpenVG support."
msgstr ""
-#. summary(perl-HTML-Tidy)
-msgid "(X)HTML validation in a Perl object"
+#. summary(Mesa:Mesa-libGL1)
+msgid "The GL/GLX runtime of the Mesa 3D graphics library"
msgstr ""
-#. description(perl-Config-Crontab)
+#. description(Mesa:Mesa-libGL1)
msgid ""
-"*Config::Crontab* provides an object-oriented interface to Vixie-style crontab(5) files for Perl.\n"
+"Mesa is a software library for 3D computer graphics that provides a generic OpenGL implementation for rendering three-dimensional graphics.\n"
"\n"
-"A *Config::Crontab* object allows you to manipulate an ordered set of\n"
-"*Event*, *Env*, or *Comment* objects (also included with this package). Descriptions of these packages may be found below.\n"
-"\n"
-"In short, *Config::Crontab* reads and writes crontab(5) files (and does a little pretty-printing too) using objects. The general idea is that you create a *Config::Crontab* object and associate it with a file (if unassociated, it will work over a pipe to 'crontab -l'). From there, you can add lines to your crontab object, change existing line attributes, and write everything back to file.\n"
-"\n"
-"Now, to successfully navigate the module's ins and outs, we'll need a little terminology lesson."
+"GLX (\"OpenGL Extension to the X Window System\") provides the interface connecting OpenGL and the X Window System: it enables programs wishing to use OpenGL to do so within a window provided by the X Window System."
msgstr ""
-#. description(yast2-nfs-server:yast2-nfs-common)
-msgid "-"
+#. summary(Mesa:Mesa-libglapi0)
+#, fuzzy
+msgid "Free implementation of the GL API"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(Mesa:Mesa-libglapi0)
+msgid "The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by the Mesa-libGLES* packages."
msgstr ""
-#. summary(linux32)
-msgid "32-Bit Emulation Utility for x86-64"
+#. summary(ModemManager)
+msgid "DBus interface for modem handling"
msgstr ""
-#. summary(xf86-video-tdfx)
-msgid "3Dfx video driver for the Xorg X server"
+#. summary(MozillaFirefox)
+msgid "Mozilla Firefox Web Browser"
msgstr ""
-#. summary(p7zip)
-msgid "7-zip file compression program"
+#. description(MozillaFirefox)
+msgid "Mozilla Firefox is a standalone web browser, designed for standards compliance and performance. Its functionality can be enhanced via a plethora of extensions."
msgstr ""
-#. summary(wireless-regdb)
-msgid "802.11 regulatory domain database"
+#. summary(MozillaFirefox-branding-openSUSE)
+msgid "openSUSE branding of MozillaFirefox"
msgstr ""
-#. summary(vlan)
-msgid "802.1q VLAN Implementation for Linux"
+#. description(MozillaFirefox-branding-openSUSE)
+#, fuzzy
+msgid "This package provides openSUSE Look and Feel for Firefox."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(NetworkManager)
+msgid "Network Link Manager and User Applications"
msgstr ""
-#. summary(vpnc)
-msgid "A Client for Cisco VPN concentrator"
+#. description(NetworkManager)
+msgid "NetworkManager attempts to keep an active network connection available at all times. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible.\tIf using DHCP, NetworkManager is intended to replace default routes, obtain IP addresses from a DHCP server, and change name servers whenever it sees fit."
msgstr ""
-#. summary(spandsp:libspandsp2)
-msgid "A DSP library for Telephony and SoftFAX"
+#. summary(NetworkManager-openvpn)
+msgid "NetworkManager VPN support for OpenVPN"
msgstr ""
-#. summary(libreoffice)
-msgid "A Free Office Suite (Framework)"
+#. description(NetworkManager-openvpn)
+msgid "NetworkManager-openvpn provides VPN support to NetworkManager for OpenVPN."
msgstr ""
-#. summary(libzio:libzio1)
-msgid "A Library for Accessing Compressed Text Files"
+#. summary(NetworkManager-pptp)
+msgid "NetworkManager VPN support for PPTP"
msgstr ""
-#. summary(libsndfile:libsndfile1)
-msgid "A Library to Handle Various Audio File Formats"
+#. description(NetworkManager-pptp)
+msgid "NetworkManager-pptp provides VPN support to NetworkManager for PPTP."
msgstr ""
-#. summary(libxml2:libxml2-2)
-msgid "A Library to Manipulate XML Files"
+#. summary(NetworkManager-vpnc)
+msgid "NetworkManager VPN Support for vpnc"
msgstr ""
-#. summary(mailx)
-msgid "A MIME-Capable Implementation of the mailx Command"
+#. description(NetworkManager-vpnc)
+msgid "NetworkManager-vpnc provides VPN support to NetworkManager for vpnc."
msgstr ""
-#. summary(pulseaudio)
-#, fuzzy
-msgid "A Networked Sound Server"
-msgstr "Rede e Servidor"
-
-#. summary(pam_ldap)
-msgid "A PAM Module for LDAP Authentication"
+#. summary(PackageKit)
+#. summary(PackageKit:PackageKit-browser-plugin)
+#. summary(PackageKit:PackageKit-gstreamer-plugin)
+#. summary(PackageKit:PackageKit-gtk3-module)
+#. summary(PackageKit:libpackagekit-glib2-18)
+msgid "Simple software installation management software"
msgstr ""
-#. summary(pam_mount)
-msgid "A PAM Module that can Mount Volumes for a User Session"
+#. description(PackageKit)
+#. description(PackageKit:PackageKit-backend-zypp)
+#. description(PackageKit:PackageKit-browser-plugin)
+#. description(PackageKit:PackageKit-gstreamer-plugin)
+#. description(PackageKit:PackageKit-gtk3-module)
+#. description(PackageKit:libpackagekit-glib2-18)
+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."
msgstr ""
-#. summary(wvdial)
-msgid "A PPP dialer"
+#. summary(PackageKit:PackageKit-backend-zypp)
+msgid "Simple software installation management software -- Zypp Backend"
msgstr ""
-#. description(wvdial)
-msgid "A PPP dialer. With this program you can manually establish a PPP connection to your ISP. Manual configuration, like dealing with chat scripts, is normally not necessary as this program contains enough intelligence to deal with most ISPs."
+#. summary(libqt5-qtbase:libQt5Core5)
+#, fuzzy
+msgid "Qt 5 Core Library"
+msgstr "Desempenho"
+
+#. description(libqt5-qtbase:libQt5Core5)
+#, fuzzy
+msgid "The Qt 5 Core library."
+msgstr "Novell e Linux"
+
+#. summary(libqt5-qtbase:libQt5DBus5)
+#, fuzzy
+msgid "Qt 5 DBus Library"
+msgstr "Desempenho"
+
+#. description(libqt5-qtbase:libQt5DBus5)
+#, fuzzy
+msgid "The Qt 5 DBus library."
+msgstr "Novell e Linux"
+
+#. summary(libqt5-qtbase:libQt5Gui5)
+#, fuzzy
+msgid "Qt 5 GUI related libraries"
+msgstr "O Menu Principal do GNOME"
+
+#. description(libqt5-qtbase:libQt5Gui5)
+msgid "Qt 5 libraries which are depending on X11."
msgstr ""
-#. summary(pam_krb5)
+#. summary(libqt5-qtbase:libQt5Network5)
#, fuzzy
-msgid "A Pluggable Authentication Module for Kerberos 5"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Qt 5 Network Library"
+msgstr "Desempenho"
-#. summary(lsof)
-msgid "A Program That Lists Information about Files Opened by Processes"
+#. description(libqt5-qtbase:libQt5Network5)
+#, fuzzy
+msgid "The Qt 5 Network library."
+msgstr "Novell e Linux"
+
+#. summary(libqt5-qtbase:libQt5Widgets5)
+#, fuzzy
+msgid "Qt 5 Widgets Library"
+msgstr "Desempenho"
+
+#. description(libqt5-qtbase:libQt5Widgets5)
+#, fuzzy
+msgid "The Qt 5 library to display widgets."
+msgstr "Aguardar por aplicativo kicker"
+
+#. summary(libqt5-qtx11extras:libQt5X11Extras5)
+msgid "Qt 5 X11 Extras Addon"
msgstr ""
-#. summary(man)
-msgid "A Program for Displaying man Pages"
+#. description(libqt5-qtx11extras:libQt5X11Extras5)
+#. description(libqt5-qtimageformats)
+msgid ""
+"Qt is a set of libraries for developing applications.\n"
+"\n"
+"This package contains base tools, like string, xml, and network handling."
msgstr ""
-#. summary(python-base:python-xml)
-msgid "A Python XML Interface"
+#. summary(SDL:libSDL-1_2-0)
+msgid "Simple DirectMedia Layer Library"
msgstr ""
-#. summary(libsamplerate:libsamplerate0)
-msgid "A Sample Rate Converter Library"
+#. description(SDL:libSDL-1_2-0)
+msgid "This is the \"Simple DirectMedia Layer\" library. It provides a generic API for access to audio, keyboard, mouse, and display framebuffer across multiple platforms."
msgstr ""
-#. summary(pam)
-msgid "A Security Tool that Provides Authentication for Applications"
+#. summary(libSM:libSM6)
+#, fuzzy
+msgid "X Session Management library"
+msgstr "Desenvolvimento GNOME"
+
+#. description(libSM:libSM6)
+msgid "The X Session Management Protocol provides a uniform mechanism for users to save and restore their sessions. A session is a group of X clients (programs), each of which has a particular state. The session is controlled by a network service called the session manager, which issues commands to its clients on behalf of the user. These commands may cause clients to save their state or to terminate. It is expected that the client will save its state in such a way that the client can be restarted at a later time and resume its operation as if it had never been terminated."
msgstr ""
-#. summary(suspend)
-msgid "A Set Of Tools To Support Sleep Modes"
+#. summary(libX11:libX11-6)
+msgid "Core X11 protocol client library"
msgstr ""
-#. summary(sed)
-msgid "A Stream-Oriented Non-Interactive Text Editor"
+#. description(libX11:libX11-6)
+#. description(libX11:libX11-xcb1)
+#. description(libX11:libX11-data)
+msgid "The X Window System is a network-transparent window system that was designed at MIT. X display servers run on computers with either monochrome or color bitmap display hardware. The server distributes user input to and accepts output requests from various client programs located either on the same machine or elsewhere in the network. Xlib is a C subroutine library that application programs (clients) use to interface with the window system by means of a stream connection."
msgstr ""
-#. summary(systemd)
+#. summary(libX11:libX11-xcb1)
+msgid "XCB X11 protocol client library"
+msgstr ""
+
+#. summary(libXres:libXRes1)
#, fuzzy
-msgid "A System and Session Manager"
-msgstr "Gerenciador de Dispositivos"
+msgid "X Resource extension client library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(wget)
-msgid "A Tool for Mirroring FTP and HTTP Servers"
+#. description(libXres:libXRes1)
+msgid "libXRes provides an X Window System client interface to the Resource extension to the X protocol. The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al)."
msgstr ""
-#. description(vpnc)
-msgid ""
-"A VPN client compatible with Cisco's EasyVPN equipment.\n"
-"\n"
-"Cisco 3000, IOS routers, PIX/ASA Zecurity Appliances, and Juniper/Netscreen as well as Nortel Contivity (experimental).\n"
-"\n"
-"Supported Authentications: Pre-Shared-Key + XAUTH, Pre-Shared-Key Supported IKE DH-Groups: dh1 dh2 dh5 Supported Hash Algo (IKE/IPSEC): md5 sha1 Supported Encryptions (IKE/IPSEC): (null) (1des) 3des aes128 aes192 aes256 Perfect Forward Secrecy: nopfs dh1 dh2 dh5\n"
-"\n"
-"It runs entirely in userspace and uses the TUN/TAP driver for access."
-msgstr ""
+#. summary(libXau:libXau6)
+#, fuzzy
+msgid "X11 authorization protocol library"
+msgstr "Janela de autorização"
-#. description(libyaml:libyaml-0-2)
-msgid ""
-"A YAML 1.1 parser and emitter written in C\n"
-"\n"
-"This package holds the shared library of libyaml."
+#. description(libXau:libXau6)
+msgid "libXau provides mechanisms for individual access to an X Window System display. It uses existing core protocol and library hooks for specifying authorization data in the connection setup block to restrict use of the display to only those clients that show that they know a server-specific key called a \"magic cookie\"."
msgstr ""
-#. description(yast2-transfer)
-msgid "A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP."
+#. summary(libXaw:libXaw7)
+msgid "The X Athena Widget Set"
msgstr ""
-#. description(yast2-firewall)
-msgid "A YaST2 module to be used for configuring a firewall."
+#. description(libXaw:libXaw7)
+msgid "The X Window System Athena widget set implements simple user interfaces based upon the X Toolkit Intrinsics (Xt) library."
msgstr ""
-#. description(pptp)
-msgid "A client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. It allows connections to a PPTP based VPN as used by employers and some cable and ADSL service providers. It requires MPPE support in the kernel. Use the ppp-mppe package."
+#. summary(libXcomposite:libXcomposite1)
+msgid "X11 protocol Composite extension client library"
msgstr ""
-#. description(libreoffice-templates-labels:libreoffice-templates-labels-a4)
-msgid "A collection of A4 size label templates for LibreOffice. They are intended for Europe and Asia."
+#. description(libXcomposite:libXcomposite1)
+msgid "The Composite extension causes a entire sub-tree of the window hierarchy to be rendered to an off-screen buffer. Applications can then take the contents of that buffer and do whatever they like. The off-screen buffer can be automatically merged into the parent window or merged by external programs, called compositing managers."
msgstr ""
-#. summary(util-linux)
-msgid "A collection of basic system utilities"
+#. summary(libXcursor:libXcursor1)
+msgid "X Window System Cursor management library"
msgstr ""
-#. description(libreoffice-templates-labels:libreoffice-templates-labels-letter)
-msgid "A collection of letter size label templates for LibreOffice. They are intended for US."
+#. description(libXcursor:libXcursor1)
+msgid "Xcursor a library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names.Cursors can exist in several sizes and the library automatically picks the best size."
msgstr ""
-#. summary(sg3_utils)
-msgid "A collection of tools that send SCSI commands to devices"
-msgstr ""
+#. summary(libXdamage:libXdamage1)
+#, fuzzy
+msgid "X Damage Extension library"
+msgstr "Detecção de Hardware do SUSE"
-#. description(libusb-compat:libusb-0_1-4)
-msgid "A compatibility layer allowing applications written for libusb-0.1 to work with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk like libusb-0.1."
+#. description(libXdamage:libXdamage1)
+msgid "The X Damage Extension allows applications to track modified regions of drawables."
msgstr ""
-#. summary(splashy)
-msgid "A complete user-space boot splash system"
+#. summary(libXdmcp:libXdmcp6)
+msgid "X Display Manager Control Protocol library"
msgstr ""
-#. description(ding-libs:libref_array1)
-msgid "A dynamically-growing, reference-counted array"
+#. description(libXdmcp:libXdmcp6)
+msgid "The X Display Manager Control Protocol (XDMCP) provides a uniform mechanism for an autonomous display to request login service from a remote host. By autonomous, we mean the display consists of hardware and processes that are independent of any particular host where login service is desired. An X terminal (screen, keyboard, mouse, processor, network interface) is a prime example of an autonomous display."
msgstr ""
-#. summary(postfix)
-msgid "A fast, secure, and flexible mailer"
+#. summary(libXevie:libXevie1)
+#, fuzzy
+msgid "X Event Interception Extension library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libXevie:libXevie1)
+msgid "libXevie provides an X Window System client interface to the EvIE extension to the X protocol. The EvIE (Event Interception Extension) allows for clients to be able to intercept all events coming through the server and then decide what to do with them, including being able to modify or discard events."
msgstr ""
-#. description(yast2-sysconfig)
-msgid "A graphical /etc/sysconfig/* editor with integrated search and context information."
+#. summary(libXext:libXext6)
+msgid "Common extensions to the X11 protocol"
msgstr ""
-#. summary(lockdev)
-msgid "A library for locking devices"
+#. description(libXext:libXext6)
+msgid ""
+"The Xext library contains a handful of X11 extensions:\n"
+"- Double Buffer extension (DBE/Xdbe)\n"
+"- Display Power Management Signaling (DPMS) extension\n"
+"- X11 Nonrectangular Window Shape extension (Xshape)\n"
+"- The MIT Shared Memory extension (MIT-SHM/Xshm)\n"
+"- TOG-CUP (colormap) protocol extension (Xcup)\n"
+"- X Extended Visual Information extension (XEvi)\n"
+"- X11 Double-Buffering, Multi-Buffering, and Stereo extension (Xmbuf)"
msgstr ""
-#. summary(libssh2_org:libssh2-1)
-msgid "A library implementing the SSH2 protocol"
+#. summary(libXfixes:libXfixes3)
+msgid "X11 miscellaneous \"fixes\" extension library"
msgstr ""
-#. summary(pkg-config)
-msgid "A library management system"
+#. description(libXfixes:libXfixes3)
+msgid "The X Fixes extension provides applications with work-arounds for various limitations in the core protocol."
msgstr ""
-#. summary(usbmuxd:libusbmuxd2)
-msgid "A library to abstract socket/protocol communication to the usbmuxd daemon"
+#. summary(libXfont:libXfont1)
+msgid "X font handling library for server and utilities"
msgstr ""
-#. description(util-linux:libuuid1)
-msgid "A library to generate universally unique IDs (UUIDs)."
+#. description(libXfont:libXfont1)
+msgid "libXfont provides the core of the legacy X11 font system, handling the index files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, and rasterizing them. It is used by the X servers, the X Font Server (xfs), and some font utilities (bdftopcf for instance), but should not be used by normal X11 clients. X11 clients access fonts via either the new APIs in libXft, or the legacy APIs in libX11."
msgstr ""
-#. description(libx86:libx86-1)
-msgid "A library to provide support for making real-mode calls x86 calls. On x86 hardware, vm86 mode is used. On other platforms, x86 emulation is provided."
+#. summary(libXfontcache:libXfontcache1)
+#, fuzzy
+msgid "X TrueType font cache extension client library"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(libXfontcache:libXfontcache1)
+msgid "FontCache is an extension that is used by X TrueType to cache information about fonts."
msgstr ""
-#. summary(usb_modeswitch)
-msgid "A mode switching tool for controlling multiple-device USB gear"
+#. summary(libXft:libXft2)
+#, fuzzy
+msgid "X FreeType library"
+msgstr "Desenvolvimento GNOME"
+
+#. description(libXft:libXft2)
+msgid "Xft is a library that connects X applications with the FreeType font rasterization library. Xft uses fontconfig to locate fonts so it has no configuration files."
msgstr ""
-#. description(python-smbc)
-msgid "A module for using the Samba client API in Python programs."
+#. summary(libXi:libXi6)
+#, fuzzy
+msgid "X Input Extension library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libXi:libXi6)
+msgid "libXi is the client-side library for the X Input Extension."
msgstr ""
-#. description(wvstreams)
-msgid "A network programming library in C++. It aims to be an efficient, secure, easy to use, and OS-independent library for network application development."
+#. summary(libXinerama:libXinerama1)
+msgid "Xinerama extension to the X11 Protocol"
msgstr ""
-#. summary(libsolv:libsolv-tools)
-msgid "A new approach to package dependency solving"
+#. description(libXinerama:libXinerama1)
+msgid "Xinerama is an extension to the X Window System which enables multi-headed X applications and window managers to use two or more physical displays as one large virtual display."
msgstr ""
-#. description(libsolv:libsolv-tools)
-msgid "A new approach to package dependency solving."
+#. summary(libXmu:libXmu6)
+msgid "Miscellaneous utility routines for X"
msgstr ""
-#. summary(traceroute)
-msgid "A new modern implementation of traceroute(8) utility for Linux systems"
+#. description(libXmu:libXmu6)
+msgid "The Xmu library is a collection of miscellaneous (some might say random) utility functions that have been useful in building various applications and widgets, specifically the Athena Widgets."
msgstr ""
-#. description(pigz)
-msgid "A parallel implementation of gzip for modern multi-processor, multi-core machines"
+#. summary(libXmu:libXmuu1)
+msgid "More miscellaneous utility routines for X"
msgstr ""
-#. summary(openssh-askpass)
-msgid "A passphrase dialog for OpenSSH and the X Window System"
+#. description(libXmu:libXmuu1)
+msgid "The Xmu/Xmuu libraries are a collection of miscellaneous (some might say random) utility functions that have been useful in building various applications and widgets."
msgstr ""
-#. summary(perl-XML-Parser)
-msgid "A perl module for parsing XML documents"
+#. summary(libXpm:libXpm4)
+msgid "X Pixmap image file format library"
msgstr ""
-#. summary(perl-XML-Twig)
-msgid "A perl module for processing huge XML documents in tree mode."
+#. description(libXpm:libXpm4)
+msgid "libXpm facilitates working with XPM (X PixMap), a format for storing/retrieving X pixmaps to/from files."
msgstr ""
-#. summary(system-config-printer:system-config-printer-common)
-msgid "A printer administration tool -- Common Files"
+#. summary(libXrandr:libXrandr2)
+msgid "X Resize, Rotate and Reflection extension library"
msgstr ""
-#. summary(system-config-printer:system-config-printer-dbus-service)
-msgid "A printer administration tool -- D-Bus Service to Configure Printing"
+#. description(libXrandr:libXrandr2)
+msgid "The X Resize, Rotate and Reflect Extension (RandR) allows clients to dynamically change X screens, so as to resize, to change the orientation and layout of the root window of a screen."
msgstr ""
-#. summary(system-config-printer:system-config-printer-applet)
-msgid "A printer administration tool -- Notification Icon for Printing"
+#. summary(libXrender:libXrender1)
+#, fuzzy
+msgid "X Rendering Extension library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libXrender:libXrender1)
+msgid "The Xrender library is designed as a lightweight library interface to the Render extension."
msgstr ""
-#. description(man)
-msgid "A program for displaying man pages on the screen or sending them to a printer (using groff)."
+#. summary(libXScrnSaver:libXss1)
+msgid "X11 Screen Saver extension client library"
msgstr ""
-#. summary(unzip)
-msgid "A program to unpack compressed files"
+#. description(libXScrnSaver:libXss1)
+msgid "The X Window System provides support for changing the image on a display screen after a user-settable period of inactivity to avoid burning the cathode ray tube phosphors. This extension allows an external \"screen saver\" client to detect when the alternate image is to be displayed and to provide the graphics."
msgstr ""
-#. summary(ding-libs:libref_array1)
-msgid "A refcounted array for C"
+#. summary(libXt:libXt6)
+msgid "X Toolkit Intrinsics library"
msgstr ""
-#. summary(systemd:udev)
-msgid "A rule-based device node and kernel event manager"
+#. description(libXt:libXt6)
+msgid "The low level Xlib library provides functions for interacting with an X11 server, but does not provide any function for implementing the graphical objects (widgets) used in GUIs, such as buttons, menus, etc. The Xt library provides support for creating and using widget types, but does not provide any specific widget. Specific widgets are implemented by other libraries using Xt, such as Xaw and Motif."
msgstr ""
-#. summary(perl-RPC-XML)
-msgid "A set of classes for core data, message and XML handling"
+#. summary(libXtst:libXtst6)
+msgid "Xlib-based client API for the XTEST and RECORD extensions"
msgstr ""
-#. description(xfsprogs)
+#. description(libXtst:libXtst6)
msgid ""
-"A set of commands to use the XFS file system, including mkfs.xfs.\n"
+"The XTEST extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention. This extension is not intended to support general journaling and playback of user actions.\n"
"\n"
-"XFS is a high performance journaling file system which originated on the SGI IRIX platform.\tIt is completely multithreaded. It can support large files and large file systems, extended attributes, and variable block sizes.It is extent based and makes extensive use of Btrees (directories, extents, and free space) to aid both performance and scalability.\n"
-"\n"
-"Refer to the documentation at http://oss.sgi.com/projects/xfs/ for complete details. This implementation is on-disk compatible with the IRIX version of XFS."
+"The RECORD extension supports the recording and reporting of all core X protocol and arbitrary X extension protocol."
msgstr ""
-#. summary(perl-XML-XPath)
-msgid "A set of modules for parsing and evaluating XPath statements"
+#. summary(libXv:libXv1)
+#, fuzzy
+msgid "X Video extension library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libXv:libXv1)
+msgid ""
+"The X Video Extension (Xv) extension provides support for video adaptors attached to an X display. It takes the approach that a display may have one or more video adaptors, each of which has one or more ports through which independent video streams pass.\n"
+"\n"
+"Its use is to rescale video playback, do colorspace conversions, and change contrast, brightness and hue using video controller hardware acceleration."
msgstr ""
-#. description(suspend)
-msgid "A set of tools to support suspending notebooks, working around the specific problems each machine has."
+#. summary(libXvMC:libXvMC1)
+msgid "X-Video Motion Compensation library"
msgstr ""
-#. description(netcat-openbsd)
+#. description(libXvMC:libXvMC1)
msgid ""
-"A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable \"back-end\" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.\n"
+"X-Video Motion Compensation (XvMC), is an extension of the X video extension (Xv) for the X Window System. The XvMC API allows video programs to offload portions of the video decoding process to the GPU video-hardware.\n"
"\n"
-"This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets."
+"The supported portions to be offloaded by XvMC onto the GPU are motion compensation (mo comp) and inverse discrete cosine transform (iDCT) for MPEG-2 video. XvMC also supports offloading decoding of mo comp, iDCT, and VLD (Variable-Length Decoding) for MPEG-2/MPEG-4-ASP."
msgstr ""
-#. summary(perl-XML-NamespaceSupport)
-msgid "A simple generic namespace support class"
+#. summary(libXxf86misc:libXxf86misc1)
+#, fuzzy
+msgid "XFree86-Misc X extension library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libXxf86misc:libXxf86misc1)
+msgid "libXxf86misc provides an interface to the XFree86-Misc extension, which allows client applications to query the current keyboard and mouse settings of the running XFree86-based (XFree86, Xorg) server."
msgstr ""
-#. summary(rubygem-fast_gettext)
-msgid "A simple, fast, memory-efficient and threadsafe implementation of"
+#. summary(libXxf86vm:libXxf86vm1)
+msgid "XFree86-VidMode X extension library"
msgstr ""
-#. description(rubygem-fast_gettext)
-msgid "A simple, fast, memory-efficient and threadsafe implementation of GetText"
+#. description(libXxf86vm:libXxf86vm1)
+msgid "These functions provide aninterface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mode switching to be controlled."
msgstr ""
-#. summary(libx86emu:libx86emu1)
-msgid "A small x86 emulation library."
+#. summary(openal-soft:libopenal1)
+#. summary(openal-soft)
+msgid "OpenAL Soft"
msgstr ""
-#. summary(ncurses:terminfo-base)
-msgid "A terminal descriptions database"
+#. description(openal-soft:libopenal1)
+#. description(openal-soft)
+msgid ""
+"OpenAL is an audio library designed in the spirit of OpenGL--machine independent, cross platform, and data format neutral with a clean, simple C-based API.\n"
+"\n"
+"OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture.\n"
+"\n"
+"OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL API."
msgstr ""
-#. summary(w3m)
-msgid "A text-based WWW browser"
+#. summary(openjpeg2:libopenjp2-7)
+#, fuzzy
+msgid "Opensource JPEG 2000 Codec Implementation"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(openjpeg2:libopenjp2-7)
+msgid "The OpenJPEG library is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG)."
msgstr ""
-#. description(sssd:libsss_idmap0)
-msgid "A utility library for FreeIPA to map Windows SIDs to Unix user/group IDs."
+#. summary(openjpeg:libopenjpeg1)
+msgid "An open-source JPEG 2000 codec"
msgstr ""
-#. summary(strace)
-msgid "A utility to trace the system calls of a program"
+#. description(openjpeg:libopenjpeg1)
+msgid "OpenJPEG library is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG)."
msgstr ""
-#. summary(tightvnc)
-msgid "A virtual X-Window System server"
+#. summary(openssl:libopenssl1_0_0)
+#. summary(openssl)
+msgid "Secure Sockets and Transport Layer Security"
msgstr ""
-#. summary(snapper:snapper-zypp-plugin)
-msgid "A zypp commit plugin for calling snapper"
+#. description(openssl:libopenssl1_0_0)
+#. description(openssl)
+msgid ""
+"The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and open source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols with full-strength cryptography. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.\n"
+"\n"
+"Derivation and License\n"
+"\n"
+"OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style license, which basically means that you are free to get it and to use it for commercial and noncommercial purposes."
msgstr ""
-#. summary(libreoffice-templates-labels:libreoffice-templates-labels-a4)
+#. summary(opus:libopus0)
#, fuzzy
-msgid "A4 Size Label Templates for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Opus Audio Codec Library"
+msgstr "Desenvolvimento GNOME"
-#. summary(libtasn1)
-msgid "ASN.1 parsing library"
+#. description(opus:libopus0)
+msgid "The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec."
msgstr ""
-#. summary(xf86-video-ast)
-msgid "ASpeed Technologies video driver for the Xorg X server"
+#. summary(orc:liborc-0_4-0)
+#, fuzzy
+msgid "The Oil Runtime Compiler Library"
+msgstr "Notificações"
+
+#. description(orc:liborc-0_4-0)
+msgid "Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The “language” is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations."
msgstr ""
-#. summary(xf86-video-mach64)
-msgid "ATI Mach64 series video driver for the Xorg X server"
+#. summary(p11-kit:libp11-kit0)
+#. summary(p11-kit)
+msgid "Library to work with PKCS#11 modules"
msgstr ""
-#. summary(xf86-video-r128)
-msgid "ATI Rage 128 video driver for the Xorg X server"
+#. description(p11-kit:libp11-kit0)
+#. description(p11-kit)
+#. description(p11-kit:p11-kit-tools)
+msgid "p11-kit provides a way to load and enumerate PKCS#11 modules, as well as a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable."
msgstr ""
-#. summary(xf86-video-ati)
-msgid "ATI video driver for the Xorg X server"
+#. summary(pango:libpango-1_0-0)
+msgid "Library for Layout and Rendering of Text"
msgstr ""
-#. summary(xorg-x11-driver-video-nouveau)
-msgid "Accelerated Open Source driver for nVidia cards"
+#. description(pango:libpango-1_0-0)
+msgid ""
+"Pango is a library for layout and rendering of text, with an emphasis on internationalization. It can be used anywhere that text layout is needed.\n"
+"\n"
+"Pango forms the core of text and font handling for GTK+."
msgstr ""
-#. summary(mtools)
-msgid "Access Files on an MS-DOS File System"
+#. summary(pangomm:libpangomm-1_4-1)
+#, fuzzy
+msgid "C++ interface for pango"
+msgstr "Interface a ser selecionada na inicialização:"
+
+#. description(pangomm:libpangomm-1_4-1)
+msgid "pangomm provides a C++ interface to the pango library."
msgstr ""
-#. summary(xfsdump)
-msgid "Administrative Utilities for the XFS File System"
+#. summary(parted:libparted0)
+#, fuzzy
+msgid "Library for manipulating partitions"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(parted:libparted0)
+msgid "Libparted is a library for creating, destroying, resizing, checking and copying partitions and the file systems on them."
msgstr ""
-#. description(netcfg)
-msgid ""
-"All of the basic configuration files for the network programs including /etc/aliases, /etc/protocols, and /etc/services.\n"
-"\n"
-"These are often used by network routines in the C library and therefore must be installed for all network programs."
+#. summary(ding-libs:libpath_utils1)
+#, fuzzy
+msgid "Filesystem Path Utilities"
+msgstr "Sistema de arquivos"
+
+#. description(ding-libs:libpath_utils1)
+msgid "Utility functions to manipulate filesystem pathnames"
msgstr ""
-#. summary(myspell-dictionaries:myspell-american)
-msgid "American Dictionary for MySpell"
+#. summary(libpcap:libpcap1)
+msgid "A Library for Network Sniffers"
msgstr ""
-#. description(perl-HTTP-Message)
-msgid "An 'HTTP::Message' object contains some headers and a content body."
+#. description(libpcap:libpcap1)
+msgid "libpcap is a library used by packet sniffer programs. It provides an interface for them to capture and analyze packets from network devices. This package is only needed if you plan to compile or write such a program yourself."
msgstr ""
-#. summary(xinetd)
-msgid "An 'inetd' with Expanded Functionality"
+#. summary(pciutils:libpci3)
+msgid "PCI utility library"
msgstr ""
-#. description(vlan)
-msgid "An 802.1q vlan implementation for Linux. See http://www.candelatech.com/~greear/vlan.html for more information."
+#. description(pciutils:libpci3)
+msgid "libpci offers access to the PCI configuration space."
msgstr ""
-#. summary(atk:typelib-1_0-Atk-1_0)
-msgid "An Accessibility ToolKit -- Introspection bindings"
+#. summary(libpciaccess:libpciaccess0)
+#, fuzzy
+msgid "Generic PCI access library"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(libpciaccess:libpciaccess0)
+msgid "Provides functionality for X to access the PCI bus and devices in a platform-independent way."
msgstr ""
-#. summary(ruby)
-msgid "An Interpreted Object-Oriented Scripting Language"
+#. summary(pcre:libpcre1)
+#. summary(pcre:libpcre16-0)
+msgid "A library for Perl-compatible regular expressions"
msgstr ""
-#. summary(speex:libspeex1)
-msgid "An Open Source, Patent Free Speech Codec Library"
+#. description(pcre:libpcre1)
+msgid ""
+"The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.\n"
+"\n"
+"This PCRE library variant supports 8-bit and UTF-8 strings. (See also libpcre16.)"
msgstr ""
-#. summary(openslp)
-msgid "An OpenSLP Implementation of Service Location Protocol V2"
+#. description(pcre:libpcre16-0)
+msgid ""
+"The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.\n"
+"\n"
+"libpcre16 supports 16-bit and UTF-16 strings."
msgstr ""
-#. summary(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_0)
+#. summary(libpipeline:libpipeline1)
#, fuzzy
-msgid "An image loading library -- Introspection bindings"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "A pipeline manipulation library"
+msgstr "Exibir Configuração"
-#. summary(xf86-video-ark)
-msgid "Ark Logic video driver for the Xorg X server"
+#. description(libpipeline:libpipeline1)
+msgid "libpipeline is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. This alleviates programmers of the need to laboriously construct pipelines using lower-level primitives such as fork(2) and execve(2)."
msgstr ""
-#. summary(taglib:libtag1)
-#, fuzzy
-msgid "Audio Meta-Data Library"
-msgstr "Desenvolvimento GNOME"
-
-#. description(librcd0)
-msgid "Automatic encoding detection library for russian/ukrainian languages. Optimized for very small words and phrases."
+#. summary(pixman:libpixman-1-0)
+msgid "Pixel manipulation library"
msgstr ""
-#. summary(sysconfig:udevmountd)
-msgid "Automount daemon for udev"
+#. description(pixman:libpixman-1-0)
+msgid "Pixman is a pixel manipulation library for X and cairo."
msgstr ""
-#. summary(xbitmaps)
-msgid "Base X bitmaps"
+#. summary(pkcs11-helper:libpkcs11-helper1)
+#. summary(pkcs11-helper)
+msgid "Helper Library for the Use with Smart Cards and the PKCS#11 API"
msgstr ""
-#. summary(perl-XML-SAX-Base)
-msgid "Base class SAX Drivers and Filters"
+#. description(pkcs11-helper:libpkcs11-helper1)
+msgid "pkcs11-helper allows using multiple PKCS#11 providers at the same time, selecting keys by id, label or certificate subject, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration serialization and much more, all using a simple API."
msgstr ""
-#. summary(sbc:libsbc1)
-msgid "Bluetooth Low-Complexity, Sub-Band Codec Library"
+#. summary(libplist:libplist3)
+msgid "Library for handling Apple Binary and XML Property Lists"
msgstr ""
-#. summary(sbc)
-msgid "Bluetooth Low-Complexity, Sub-Band Codec Utilities"
+#. description(libplist:libplist3)
+msgid "libplist is a library for handling Apple Binary and XML Property Lists."
msgstr ""
-#. summary(pulseaudio:pulseaudio-module-bluetooth)
-msgid "Bluetooth support for the PulseAudio sound server"
+#. summary(plymouth:libply-boot-client2)
+#. summary(plymouth:libply-splash-core2)
+#. summary(plymouth:libply2)
+msgid "Plymouth core library"
msgstr ""
-#. summary(syslinux)
+#. description(plymouth:libply-boot-client2)
#, fuzzy
-msgid "Boot Loader for Linux"
-msgstr "Carregador de boot"
+msgid "This package contains the libply-boot-client library used by Plymouth."
+msgstr "Aplicativos Usados Recentemente"
-#. summary(mozilla-nss:mozilla-nss-certs)
-msgid "CA certificates for NSS"
-msgstr ""
+#. description(plymouth:libply-splash-core2)
+#, fuzzy
+msgid "This package contains the libply-splash-core library used by graphical Plymouth splashes."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(zypper:zypper-log)
-msgid "CLI for accessing the zypper logfile"
-msgstr ""
+#. summary(plymouth:libply-splash-graphics2)
+#, fuzzy
+msgid "Plymouth graphics libraries"
+msgstr "Criptografia"
-#. description(xorg-x11-libX11-ccache)
-msgid "Cache for X.Org compose files."
-msgstr ""
+#. description(plymouth:libply-splash-graphics2)
+#, fuzzy
+msgid "This package contains the libply-splash-graphics library used by graphical Plymouth splashes."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(recode)
-msgid "Character Set Converter"
+#. description(plymouth:libply2)
+#, fuzzy
+msgid "This package contains the libply library used by Plymouth."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libpng16:libpng16-16)
+msgid "Library for the Portable Network Graphics Format (PNG)"
msgstr ""
-#. summary(xf86-video-chips)
-msgid "Chips and Technologies video driver for the Xorg X server"
+#. description(libpng16:libpng16-16)
+msgid "libpng is the official reference library for the Portable Network Graphics format (PNG)."
msgstr ""
-#. summary(xf86-video-cirrus)
-msgid "Cirrus Logic video driver for the Xorg X server"
+#. summary(polkit:libpolkit0)
+#, fuzzy
+msgid "PolicyKit Authorization Framework -- Libraries"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(polkit:libpolkit0)
+msgid ""
+"PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.\n"
+"\n"
+"This package contains the libraries only."
msgstr ""
-#. description(lirc:lirc-remotes)
-msgid "Collection of LIRC configuration files for various remotes."
+#. summary(poppler:libpoppler56)
+#, fuzzy
+msgid "PDF Rendering Library"
+msgstr "Novell e Linux"
+
+#. description(poppler:libpoppler56)
+msgid "Poppler is a PDF rendering library, forked from the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC."
msgstr ""
-#. summary(pinentry)
-msgid "Collection of Simple PIN or Passphrase Entry Dialogs"
+#. summary(popt:libpopt0)
+msgid "A C library for parsing command line parameters"
msgstr ""
-#. summary(v4l-utils:libv4l)
-msgid "Collection of video4linux support libraries"
+#. description(popt:libpopt0)
+msgid "Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions. It improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules."
msgstr ""
-#. summary(zypper)
-msgid "Command line software manager using libzypp"
+#. summary(portaudio:libportaudio2)
+msgid "Portable Real-Time Audio Library"
msgstr ""
-#. summary(libXext:libXext6)
-msgid "Common extensions to the X11 protocol"
+#. description(portaudio:libportaudio2)
+msgid "PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally."
msgstr ""
-#. summary(xorg-x11:xorg-x11-essentials)
+#. summary(procps:libprocps5)
#, fuzzy
-msgid "Compatibility metapackage for X.Org core applications"
-msgstr "Aplicativos Usados Recentemente"
+msgid "The procps library"
+msgstr "Novell e Linux"
-#. summary(xorg-x11-driver-input)
-msgid "Compatibility metapackage for X.Org input drivers"
+#. description(procps:libprocps5)
+msgid "The procps library can be used to read informations out from /proc the process information pseudo-file system,"
msgstr ""
-#. summary(xorg-x11-driver-video)
-msgid "Compatibility metapackage for X.Org video drivers"
+#. summary(protobuf-c:libprotobuf-c1)
+msgid "C bindings for Google's Protocol Buffers"
msgstr ""
-#. summary(mpt-firmware)
-msgid "Configuration files for autoloading mptctl at boot time"
+#. description(protobuf-c:libprotobuf-c1)
+msgid "This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++)."
msgstr ""
-#. summary(suse-module-tools)
-msgid "Configuration for module loading and SUSE-specific utilities for KMPs"
+#. summary(libproxy:libproxy1)
+msgid "Libproxy provides consistent proxy configuration to applications"
msgstr ""
-#. summary(yast2-nfs-server:yast2-nfs-common)
-msgid "Configuration of NFS, common parts"
+#. description(libproxy:libproxy1)
+msgid ""
+"libproxy offers the following features: * extremely small core footprint (< 35K)\n"
+"\n"
+"* no external dependencies within libproxy core (libproxy modules may have dependencies)\n"
+"* only 3 functions in the stable external API\n"
+"* dynamic adjustment to changing network topology\n"
+"* a standard way of dealing with proxy settings across all scenarios"
msgstr ""
-#. summary(yast2-vm)
-msgid "Configure Hypervisor and Tools for Xen and KVM"
+#. summary(libproxy-plugins:libproxy1-networkmanager)
+msgid "Libproxy module for NetworkManager configuration"
msgstr ""
-#. summary(xorg-x11-fonts:xorg-x11-fonts-core)
-msgid "Core Fonts for X.Org"
+#. description(libproxy-plugins:libproxy1-networkmanager)
+msgid "A module to extend libproxy with capabilities to query NetworkManager about network configuration changes."
msgstr ""
-#. summary(libX11:libX11-6)
-msgid "Core X11 protocol client library"
+#. summary(libproxy-plugins:libproxy1-pacrunner-webkit)
+msgid "Libproxy module to support WPAD/PAC parsing via WebKit JavaScript Engine"
msgstr ""
-#. description(yast2-country)
-msgid "Country specific data and configuration modules (language, keyboard, timezone) for yast2."
+#. description(libproxy-plugins:libproxy1-pacrunner-webkit)
+msgid "A module to extend libproxy with capabilities to pass addresses to a WPAD/PAC script and have it find the correct proxy."
msgstr ""
-#. summary(tunctl)
-msgid "Create and remove virtual network interfaces"
+#. summary(pulseaudio:libpulse-mainloop-glib0)
+msgid "GLIB 2.0 Main Loop wrapper for PulseAudio"
msgstr ""
-#. summary(mkinitrd)
-msgid "Creates an Initial RAM Disk Image for Preloading Modules"
+#. description(pulseaudio:libpulse-mainloop-glib0)
+msgid ""
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
+"\n"
+"This package contains the GLIB Main Loop bindings for the PulseAudio sound server."
msgstr ""
-#. description(libnotify:typelib-1_0-Notify-0_7)
+#. summary(pulseaudio:libpulse0)
+msgid "Client interface to PulseAudio"
+msgstr ""
+
+#. description(pulseaudio:libpulse0)
msgid ""
-"D-BUS notifications library.\n"
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
"\n"
-"This package provides the GObject Introspection bindings for libnotify."
+"This package contains the system libraries for clients of pulseaudio sound server."
msgstr ""
-#. summary(ModemManager)
-msgid "DBus interface for modem handling"
+#. summary(libpwquality:libpwquality1)
+msgid "Library for password quality checking and generating random passwords"
msgstr ""
-#. summary(xf86-video-tga)
-msgid "DEC 21030 video driver for the Xorg X server"
+#. description(libpwquality:libpwquality1)
+msgid "libpwquality is a library for password quality checks and generation of random passwords that pass the checks."
msgstr ""
-#. summary(usb_modeswitch:usb_modeswitch-data)
-msgid "Data Files for USB Modeswitch"
+#. summary(python-base:libpython2_7-1_0)
+#. summary(python3-base:libpython3_4m1_0)
+msgid "Python Interpreter shared library"
msgstr ""
-#. description(usb_modeswitch:usb_modeswitch-data)
-msgid "Data files for usb_modeswitch package."
+#. description(python-base:libpython2_7-1_0)
+msgid ""
+"Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages.\n"
+"\n"
+"This package contains libpython2.7 shared library for embedding in other applications."
msgstr ""
-#. description(yast2-country:yast2-country-data)
-msgid "Data files for yast2-country together with the most often used API functions (Language module)"
+#. description(python3-base:libpython3_4m1_0)
+msgid ""
+"Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages.\n"
+"\n"
+"This package contains libpython3.2 shared library for embedding in other applications."
msgstr ""
-#. summary(perl-HTML-Tagset)
-msgid "Data tables useful in parsing HTML"
+#. summary(libqmi:libqmi-glib1)
+#, fuzzy
+msgid "Library to control QMI devices"
+msgstr "Aplicativos Favoritos"
+
+#. description(libqmi:libqmi-glib1)
+msgid "A GLib/GIO based library to control QMI devices"
msgstr ""
-#. summary(perl-DBI)
-msgid "Database independent interface for Perl"
+#. summary(libqmi:libqmi-tools)
+msgid "Helper utilities to control QMI devices"
msgstr ""
-#. summary(perl-HTTP-Date)
-#, fuzzy
-msgid "Date conversion routines"
-msgstr "Criptografia"
+#. description(libqmi:libqmi-tools)
+msgid ""
+"A GLib/GIO based library to control QMI devices.\n"
+"\n"
+"This package contains command line tools to manage such devices."
+msgstr ""
-#. description(systemd-presets-branding-openSUSE)
-msgid "Default presets for systemd on openSUSE distribution."
+#. summary(qrencode:libqrencode3)
+msgid "C library for encoding data in a QR Code symbol"
msgstr ""
-#. description(yast2-online-update:yast2-online-update-frontend)
-msgid "Desktop files for YaST2 online update"
+#. description(qrencode:libqrencode3)
+msgid "Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust."
msgstr ""
-#. summary(perl-Encode-Locale)
-msgid "Determine the locale encoding"
+#. summary(libqt5-qtbase:libqt5-qtbase-platformtheme-gtk2)
+msgid "Qt 5 gtk2 plugin"
msgstr ""
-#. description(polkit-default-privs)
-msgid "Different default privilege settings depending on local configuration"
+#. description(libqt5-qtbase:libqt5-qtbase-platformtheme-gtk2)
+msgid "Qt 5 plugin for better integration with gtk2-based desktop enviroments."
msgstr ""
-#. summary(udisks2)
-msgid "Disk Management Service, version 2"
+#. summary(libqt5-qtimageformats)
+msgid "Qt 5 Image Format Plugins"
msgstr ""
-#. summary(quota)
-msgid "Disk Quota System"
+#. summary(gcc5:libquadmath0)
+msgid "The GNU Fortran Compiler Quadmath Runtime Library"
msgstr ""
-#. summary(wdiff)
-msgid "Display Word Differences Between Text Files"
+#. description(gcc5:libquadmath0)
+msgid "The runtime library needed to run programs compiled with the Fortran compiler of the GNU Compiler Collection (GCC) and quadruple precision floating point operations."
msgstr ""
-#. summary(which)
-msgid "Displays where a particular program in your path is located"
+#. summary(libraw:libraw10)
+msgid "Library for reading RAW files obtained from digital photo cameras"
msgstr ""
-#. summary(unzip:unzip-doc)
+#. description(libraw:libraw10)
+msgid ""
+"LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).\n"
+"\n"
+"LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future."
+msgstr ""
+
+#. summary(librcc:librcc0)
#, fuzzy
-msgid "Documentation files for unzip"
-msgstr "Documento"
+msgid "Russian Charset Conversion Library"
+msgstr "Detecção de Hardware do SUSE"
-#. description(systemd:systemd-sysvinit)
-msgid "Drop-in replacement of System V init tools."
+#. description(librcc:librcc0)
+msgid "Provides posibility to automaticaly convert considered encodings (a lot of languages is supported, not only russian one) to/from UTF-8. The library is part of rusxmms patch."
msgstr ""
-#. summary(systemd:libudev1)
-msgid "Dynamic library to access udev device information"
+#. summary(librcd:librcd0)
+#, fuzzy
+msgid "Russian Charset Detection Library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(librcd:librcd0)
+msgid "Automatic encoding detection library for russian/ukrainian languages. Optimized for very small words and phrases."
msgstr ""
-#. summary(pulseaudio:pulseaudio-esound-compat)
-msgid "ESOUND compatibility for PulseAudio"
+#. summary(bash:libreadline6)
+msgid "The Readline Library"
msgstr ""
-#. summary(perl-XML-Simple)
-msgid "Easily read/write XML (esp config files)"
+#. description(bash:libreadline6)
+msgid "The readline library is used by the Bourne Again Shell (bash, the standard command interpreter) for easy editing of command lines. This includes history and search functionality."
msgstr ""
-#. summary(tnftp)
-msgid "Enhanced FTP Client"
+#. summary(ding-libs:libref_array1)
+msgid "A refcounted array for C"
msgstr ""
-#. summary(sudo)
-msgid "Execute some commands as root"
+#. description(ding-libs:libref_array1)
+msgid "A dynamically-growing, reference-counted array"
msgstr ""
-#. summary(zip)
-msgid "File compression program"
+#. summary(reiserfs:libreiserfscore0)
+#, fuzzy
+msgid "Reiser File System Core Library"
+msgstr "Novell e Linux"
+
+#. description(reiserfs:libreiserfscore0)
+#, fuzzy
+msgid "This package contains the library that provides core functionality for the reiserfs file system."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(librest:librest0)
+msgid "Library to access RESTful web services"
msgstr ""
-#. description(zd1211-firmware)
-msgid "Firmware for USB WLAN sticks based on the ZyDAS ZD1211 chip"
+#. description(librest:librest0)
+msgid ""
+"This library was designed to make it easier to access web services that claim to be \"RESTful\". A reasonable description is that a RESTful service should have urls that represent remote objects, which methods can then be called on.\n"
+"\n"
+"It is comprised of two parts:\n"
+"\n"
+" * the first aims to make it easier to make requests by providing a wrapper around libsoup. * the second aids with XML parsing by wrapping libxml2."
msgstr ""
-#. summary(zd1211-firmware)
-msgid "Firmware for ZD1211 USB WLAN sticks"
+#. summary(librsvg:librsvg-2-2)
+msgid "A Library for Rendering SVG Data"
msgstr ""
-#. summary(xf86-video-fbdev)
-msgid "Framebuffer video driver for the Xorg X server"
+#. description(librsvg:librsvg-2-2)
+msgid "This package contains a library to render SVG (scalable vector graphics) data. This format has been specified by the W3C (see http://www.w3c.org)"
msgstr ""
-#. summary(wavpack:libwavpack1)
-msgid "Free Hybrid Lossless Audio Compression Format"
+#. summary(ruby2.2:libruby2_2-2_2)
+#, fuzzy
+msgid "Dynamic runtime library for Ruby"
+msgstr "Notificações"
+
+#. description(ruby2.2:libruby2_2-2_2)
+msgid "Dynamic runtime library libruby2.1.so.2.0.0 for Ruby"
msgstr ""
-#. summary(Mesa:Mesa-libEGL1)
+#. summary(samba:libsamba-credentials0)
#, fuzzy
-msgid "Free implementation of the EGL API"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Samba credential management library"
+msgstr "Desenvolvimento GNOME"
-#. summary(Mesa:Mesa-libglapi0)
+#. summary(samba:libsamba-hostconfig0)
#, fuzzy
-msgid "Free implementation of the GL API"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Host-wide Samba configuration library"
+msgstr "Exibir Configuração"
-#. summary(Mesa:Mesa-libGLESv2-2)
+#. summary(samba:libsamba-passdb0)
#, fuzzy
-msgid "Free implementation of the OpenGL|ES 2.x API"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Samba3 password database library"
+msgstr "Novell e Linux"
-#. summary(sssd:libsss_idmap0)
-msgid "FreeIPA ID mapping library"
+#. summary(samba:libsamba-util0)
+#, fuzzy
+msgid "Samba utility function library"
+msgstr "Funções Principais"
+
+#. summary(samba:libsamdb0)
+msgid "Samba's SAM database library"
msgstr ""
-#. summary(openvpn)
-msgid "Full-featured SSL VPN solution using a TUN/TAP Interface"
+#. summary(libsamplerate:libsamplerate0)
+msgid "A Sample Rate Converter Library"
msgstr ""
-#. summary(xf86-video-glint)
-msgid "GLINT/Permedia video driver for the Xorg X server"
+#. description(libsamplerate:libsamplerate0)
+msgid ""
+"Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is in converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.\n"
+"\n"
+"SRC is capable of arbitrary and time varying conversions; from downsampling by a factor of 12 to upsampling by the same factor. The conversion ratio can also vary with time for speeding up and slowing down effects."
msgstr ""
-#. description(parted)
-msgid "GNU Parted is a program for creating, destroying, resizing, checking, and copying partitions, and the file systems on them."
+#. summary(cyrus-sasl:libsasl2-3)
+msgid "Simple Authentication and Security Layer (SASL) library"
msgstr ""
-#. summary(tar)
-msgid "GNU implementation of tar ((t)ape (ar)chiver)"
+#. description(cyrus-sasl:libsasl2-3)
+msgid ""
+"Simple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols.\n"
+"\n"
+"This is the Cyrus SASL API implementation. It can be used on the client or server side to provide authentication. See RFC 2222 for more information."
msgstr ""
-#. description(nano)
-msgid "GNU nano is a small and friendly text editor. It aims to emulate the Pico text editor while also offering a few enhancements."
+#. summary(sbc:libsbc1)
+msgid "Bluetooth Low-Complexity, Sub-Band Codec Library"
msgstr ""
-#. summary(parted)
-msgid "GNU partitioner"
+#. description(sbc:libsbc1)
+#, fuzzy
+msgid "The package contains libraries for using the SBC codec."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libseccomp:libseccomp2)
+msgid "An enhanced Seccomp (mode 2) helper library"
msgstr ""
-#. description(gtk2:typelib-1_0-Gtk-2_0)
-msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
-"\n"
-"This package provides the GObject Introspection bindings for GTK+."
+#. description(libseccomp:libseccomp2)
+msgid "The libseccomp library provides and easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism: seccomp. The libseccomp API is designed to abstract away the underlying BPF based syscall filter language and present a more conventional function-call based filtering interface that should be familiar to, and easily adopted by application developers."
msgstr ""
-#. summary(perl-Parse-RecDescent)
-msgid "Generate Recursive-Descent Parsers"
+#. summary(libsecret:libsecret-1-0)
+#, fuzzy
+msgid "Library for accessing the Secret Service API"
+msgstr "Criando banco de dados de recursos"
+
+#. description(libsecret:libsecret-1-0)
+msgid "libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the \"Secret Service\" using DBus."
msgstr ""
-#. summary(xf86-input-evdev)
-msgid "Generic Linux input driver for the Xorg X server"
+#. summary(libselinux:libselinux1)
+msgid "SELinux library and simple utilities"
msgstr ""
-#. summary(xf86-video-vesa)
-msgid "Generic VESA video driver for the Xorg X server"
+#. description(libselinux:libselinux1)
+msgid ""
+"Security-enhanced Linux is a feature of the Linux(R) kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement(R), Role-based Access Control, and Multi-level Security.\n"
+"\n"
+"libselinux provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. Required for any applications that use the SELinux API."
msgstr ""
-#. summary(xf86-video-modesetting)
-msgid "Generic modesetting driver"
+#. summary(libsemanage:libsemanage1)
+#. summary(libsepol:libsepol1)
+msgid "SELinux binary policy manipulation library"
msgstr ""
-#. description(libsmbios:smbios-utils-python)
-msgid "Get BIOS information, such as System product name, product id, service tag and asset tag. Set service and asset tags on Dell machines. Manipulate wireless cards/bluetooth on Dell laptops. Set BIOS password on select Dell systems. Update BIOS on select Dell systems. Set LCD brightness on select Dell laptops."
+#. description(libsemanage:libsemanage1)
+msgid ""
+"Security-enhanced Linux is a feature of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security.\n"
+"\n"
+"libsemanage provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings."
msgstr ""
-#. summary(plymouth)
-msgid "Graphical Boot Animation and Logger"
+#. summary(sensors:libsensors4)
+msgid "Hardware health monitoring library"
msgstr ""
-#. summary(virtualbox:virtualbox-guest-kmp-default)
-msgid "Guest kernel modules for VirtualBox"
+#. description(sensors:libsensors4)
+msgid "libsensors offers a way for applications to access the hardware monitoring chips of the system. A system-dependent configuration file controls how the different inputs are labeled and what scaling factors have to be applied for the specific hardware, so that the output makes sense to the user."
msgstr ""
-#. description(perl-Digest-HMAC)
+#. description(libsepol:libsepol1)
msgid ""
-"HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104.\n"
+"Security-enhanced Linux is a feature of the Linux(R) kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement(R), Role-based Access Control, and Multi-level Security.\n"
"\n"
-"HMAC follow the common 'Digest::' interface, but the constructor takes the secret key and the name of some other simple 'Digest::' as argument."
+"libsepol provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings."
msgstr ""
-#. summary(perl-HTML-Parser)
-msgid "HTML parser class"
+#. summary(sg3_utils:libsgutils2-1_41-2)
+msgid "Library to hold functions common to the SCSI utilities"
msgstr ""
-#. summary(libsoup:libsoup-2_4-1)
-msgid "HTTP client/server library for GNOME"
+#. description(sg3_utils:libsgutils2-1_41-2)
+msgid ""
+"The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets.\n"
+"\n"
+"This subpackage contains the library of common sg_utils code, such as SCSI error processing."
msgstr ""
-#. summary(perl-HTTP-Cookies)
-msgid "HTTP cookie jars"
+#. summary(libsigc++2:libsigc-2_0-0)
+msgid "Typesafe Signal Framework for C++"
msgstr ""
-#. summary(perl-HTTP-Message)
-msgid "HTTP style message (base class)"
+#. description(libsigc++2:libsigc-2_0-0)
+msgid "This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries."
msgstr ""
-#. summary(sensors:libsensors4)
-msgid "Hardware health monitoring library"
+#. summary(slang:libslang2)
+msgid "Programming Library and Embeddable Extension Language"
msgstr ""
-#. summary(zypp-plugin:zypp-plugin-python)
-msgid "Helper that makes writing ZYpp plugins in python easier"
+#. description(slang:libslang2)
+msgid "S-Lang is a multi-platform programming library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications such as display/screen management, keyboard input, keymaps etc. Another major feature of the library is the interpreter for the S-Lang extension language which can be embedded into an application to make it extensible. With slsh a standalone interpreter is available as well."
msgstr ""
-#. description(sysvinit:sysvinit-tools)
-msgid "Helper tools from sysvinit that support booting, including but not exclusive to startpar, killproc and pidof. System V init specific programs are in the sysvinit package."
+#. summary(util-linux:libsmartcols1)
+msgid "Column-based text sort engine"
msgstr ""
-#. summary(system-config-printer:python-cupshelpers)
-msgid "High-level Python Bindings for CUPS"
+#. description(util-linux:libsmartcols1)
+msgid "Library to sort human readable column-based text output."
msgstr ""
-#. summary(nss-mdns)
-msgid "Host Name Resolution Via Multicast DNS (Zeroconf) for glibc"
+#. summary(samba:libsmbclient-raw0)
+#, fuzzy
+msgid "Samba4's raw SMB client library"
+msgstr "Criptografia"
+
+#. summary(samba:libsmbclient0)
+msgid "Samba Client Library"
msgstr ""
-#. summary(samba:libsamba-hostconfig0)
+#. description(samba:libsmbclient0)
#, fuzzy
-msgid "Host-wide Samba configuration library"
+msgid ""
+"This package includes the libsmbclient library.\n"
+"\n"
+"libsmbclient is provided by the libsmbclient0 package.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(samba:libsmbconf0)
+#, fuzzy
+msgid "Samba3 configuration library"
msgstr "Exibir Configuração"
-#. summary(libreoffice-hyphen)
+#. description(samba:libsmbconf0)
#, fuzzy
-msgid "Hyphen Dictionaries for LibreOffice"
+msgid ""
+"libsmbconf is a library to read or, based on the backend, modify the Samba configuration.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(perl-IO-HTML)
-msgid ""
-"IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.\n"
-"\n"
-"The algorithm as implemented here is:\n"
-"\n"
-"* 1.\n"
-"\n"
-" If the file begins with a byte order mark indicating UTF-16LE, UTF-16BE, or UTF-8, then that is the encoding.\n"
-"\n"
-"* 2.\n"
-"\n"
-" If the first 1024 bytes of the file contain a '<meta>' tag that indicates the charset, and Encode recognizes the specified charset name, then that is the encoding. (This portion of the algorithm is implemented by 'find_charset_in'.)\n"
-"\n"
-" The '<meta>' tag can be in one of two formats:\n"
-"\n"
-" <meta charset=\"...\"> <meta http-equiv=\"Content-Type\" content=\"...charset=...\">\n"
-"\n"
-" The search is case-insensitive, and the order of attributes within the tag is irrelevant. Any additional attributes of the tag are ignored. The first matching tag with a recognized encoding ends the search.\n"
-"\n"
-"* 3.\n"
-"\n"
-" If the first 1024 bytes of the file are valid UTF-8 (with at least 1 non-ASCII character), then the encoding is UTF-8.\n"
-"\n"
-"* 4.\n"
-"\n"
-" If all else fails, use the default character encoding. The HTML5 standard suggests the default encoding should be locale dependent, but currently it is always 'cp1252' unless you set '$IO::HTML::default_encoding' to a different value. Note: 'sniff_encoding' does not apply this step; only 'html_file' does that."
+#. summary(libsmbios:libsmbios2)
+msgid "Libraries to get information from standard BIOS tables"
msgstr ""
-#. summary(net-tools)
-msgid "Important Programs for Networking"
+#. description(libsmbios:libsmbios2)
+msgid "Libsmbios is a library and utilities that can be used by client programs to get information from standard BIOS tables, such as the SMBIOS table."
msgstr ""
-#. description(nfsidmap)
-msgid "In NFSv4, identities of users are conveyed by names rather than user ID and group ID. Both the NFS server and client code in the kernel need to translate these to numeric IDs."
+#. summary(samba:libsmbldap0)
+msgid "Samba LDAP protocol helper function library"
msgstr ""
-#. description(perl-Encode-Locale)
+#. description(samba:libsmbldap0)
+#, fuzzy
msgid ""
-"In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out.\n"
+"libsmbldap contains LDAP protocol helper functions for Samba.\n"
"\n"
-"The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The 'Encode::Locale' module looks up the charset and encoding (called a CODESET in the locale jargon) and arranges for the the Encode manpage module to know this encoding under the name \"locale\". It means bytes obtained from the environment can be converted to Unicode strings by calling 'Encode::encode(locale => $bytes)' and converted back again with 'Encode::decode(locale => $string)'.\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(smp_utils:libsmputils1-1)
+#, fuzzy
+msgid "Library for SAS SMP control of expanders"
+msgstr "Aplicativos Favoritos"
+
+#. description(smp_utils:libsmputils1-1)
+msgid ""
+"The smp_utils package contains utilities for the Serial Attached SCSI (SAS) Management Protocol (SMP).\n"
"\n"
-"Where file systems interfaces pass file names in and out of the program we also need care. The trend is for operating systems to use a fixed file encoding that don't actually depend on the locale; and this module determines the most appropriate encoding for file names. The the Encode manpage module will know this encoding under the name \"locale_fs\". For traditional Unix systems this will be an alias to the same encoding as \"locale\".\n"
-"\n"
-"For programs running in a terminal window (called a \"Console\" on some systems) the \"locale\" encoding is usually a good choice for what to expect as input and output. Some systems allows us to query the encoding set for the terminal and 'Encode::Locale' will do that if available and make these encodings known under the 'Encode' aliases \"console_in\" and \"console_out\". For systems where we can't determine the terminal encoding these will be aliased as the same encoding as \"locale\". The advice is to use \"console_in\" for input known to come from the terminal and \"console_out\" for output known to go from the terminal.\n"
-"\n"
-"In addition to arranging for various Encode aliases the following functions and variables are provided:\n"
-"\n"
-"* decode_argv( )\n"
-"\n"
-"* decode_argv( Encode::FB_CROAK )\n"
-"\n"
-" This will decode the command line arguments to perl (the '@ARGV' array) in-place.\n"
-"\n"
-" The function will by default replace characters that can't be decoded by \"\\x{FFFD}\", the Unicode replacement character.\n"
-"\n"
-" Any argument provided is passed as CHECK to underlying Encode::decode() call. Pass the value 'Encode::FB_CROAK' to have the decoding croak if not all the command line arguments can be decoded. See the Encode/\"Handling Malformed Data\" manpage for details on other options for CHECK.\n"
-"\n"
-"* env( $uni_key )\n"
-"\n"
-"* env( $uni_key => $uni_value )\n"
-"\n"
-" Interface to get/set environment variables. Returns the current value as a Unicode string. The $uni_key and $uni_value arguments are expected to be Unicode strings as well. Passing 'undef' as $uni_value deletes the environment variable named $uni_key.\n"
-"\n"
-" The returned value will have the characters that can't be decoded replaced by \"\\x{FFFD}\", the Unicode replacement character.\n"
-"\n"
-" There is no interface to request alternative CHECK behavior as for decode_argv(). If you need that you need to call encode/decode yourself. For example:\n"
-"\n"
-" my $key = Encode::encode(locale => $uni_key, Encode::FB_CROAK); my $uni_value = Encode::decode(locale => $ENV{$key}, Encode::FB_CROAK);\n"
-"\n"
-"* reinit( )\n"
-"\n"
-"* reinit( $encoding )\n"
-"\n"
-" Reinitialize the encodings from the locale. You want to call this function if you changed anything in the environment that might influence the locale.\n"
-"\n"
-" This function will croak if the determined encoding isn't recognized by the Encode module.\n"
-"\n"
-" With argument force $ENCODING_... variables to set to the given value.\n"
-"\n"
-"* $ENCODING_LOCALE\n"
-"\n"
-" The encoding name determined to be suitable for the current locale. the Encode manpage know this encoding as \"locale\".\n"
-"\n"
-"* $ENCODING_LOCALE_FS\n"
-"\n"
-" The encoding name determined to be suiteable for file system interfaces involving file names. the Encode manpage know this encoding as \"locale_fs\".\n"
-"\n"
-"* $ENCODING_CONSOLE_IN\n"
-"\n"
-"* $ENCODING_CONSOLE_OUT\n"
-"\n"
-" The encodings to be used for reading and writing output to the a console. the Encode manpage know these encodings as \"console_in\" and \"console_out\"."
+"This subpackage holds the library of shared functions."
msgstr ""
-#. summary(zlib:libz1)
-msgid "Include Files and Libraries mandatory for Development"
+#. summary(snapper:libsnapper3)
+msgid "Library for filesystem snapshot management"
msgstr ""
-#. summary(scout)
-msgid "Indexing Package Properties"
+#. description(snapper:libsnapper3)
+#, fuzzy
+msgid "This package contains libsnapper, a library for filesystem snapshot management."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libsndfile:libsndfile1)
+msgid "A Library to Handle Various Audio File Formats"
msgstr ""
-#. description(perl-HTTP-Daemon)
+#. description(libsndfile:libsndfile1)
+msgid "Libsndfile is a C library for reading and writing sound files, such as AIFF, AU, and WAV files, through one standard interface. It can currently read and write 8, 16, 24, and 32-bit PCM files as well as 32-bit floating point WAV files and a number of compressed formats."
+msgstr ""
+
+#. summary(mozilla-nss:libsoftokn3)
+#, fuzzy
+msgid "Network Security Services Softoken Module"
+msgstr "Base de Servidor Oracle"
+
+#. description(mozilla-nss:libsoftokn3)
msgid ""
-"Instances of the 'HTTP::Daemon' class are HTTP/1.1 servers that listen on a socket for incoming requests. The 'HTTP::Daemon' is a subclass of 'IO::Socket::INET', so you can perform socket operations directly on it too.\n"
+"Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server applications. Applications built with NSS can support SSL v3, TLS v1.0, v1.1, v1.2, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.\n"
"\n"
-"The accept() method will return when a connection from a client is available. The returned value will be an 'HTTP::Daemon::ClientConn' object which is another 'IO::Socket::INET' subclass. Calling the get_request() method on this object will read data from the client and return an 'HTTP::Request' object. The ClientConn object also provide methods to send back various responses."
+"Network Security Services Softoken Cryptographic Module"
msgstr ""
-#. description(vaapi-intel-driver)
-msgid "Intel Driver for Libva is a library providing the VA API video acceleration API."
+#. summary(libsolv:libsolv-tools)
+msgid "A new approach to package dependency solving"
msgstr ""
-#. summary(vaapi-intel-driver)
-msgid "Intel Driver for Video Acceleration (VA) API for Linux"
+#. description(libsolv:libsolv-tools)
+msgid "A new approach to package dependency solving."
msgstr ""
-#. summary(xf86-video-intel)
-msgid "Intel video driver for the Xorg X server"
+#. summary(libsoup:libsoup-2_4-1)
+msgid "HTTP client/server library for GNOME"
msgstr ""
-#. summary(perl-NetxAP)
-msgid "Interface to the protocol family IMAP, IMSP, ACAP, and ICAP"
+#. description(libsoup:libsoup-2_4-1)
+msgid ""
+"Libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications.\n"
+"\n"
+"Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * XML-RPC support"
msgstr ""
-#. summary(xf86-input-joystick)
-msgid "Joystick input driver for the Xorg X server"
+#. summary(soxr:libsoxr0)
+#, fuzzy
+msgid "The SoX Resampler library"
+msgstr "Desempenho"
+
+#. description(soxr:libsoxr0)
+msgid "The SoX Resampler library performs one-dimensional sample-rate conversion – it may be used, for example, to resample PCM-encoded audio."
msgstr ""
-#. summary(xf86-input-keyboard)
-msgid "Keyboard input driver for the Xorg X server"
+#. summary(speex:libspeex1)
+#. summary(speexdsp:libspeexdsp1)
+msgid "An Open Source, Patent Free Speech Codec Library"
msgstr ""
-#. summary(perl-Digest-HMAC)
-msgid "Keyed-Hashing for Message Authentication"
+#. description(speex:libspeex1)
+#. description(speexdsp:libspeexdsp1)
+msgid "Speex is a patent free audio codec designed especially for voice (unlike Vorbis which targets general audio) signals and providing good narrowband and wideband quality. This project aims to be complementary to the Vorbis codec."
msgstr ""
-#. description(lirc)
-msgid "LIRC is a package that supports receiving and sending IR signals with the most common IR remote controls. It contains a daemon that decodes and sends IR signals, a mouse daemon that translates IR signals to mouse movements, and a couple of user programs that allow you to control your computer with a remote control."
+#. summary(sqlite3:libsqlite3-0)
+msgid "Shared libraries for the Embeddable SQL Database Engine"
msgstr ""
-#. summary(pulseaudio:pulseaudio-module-lirc)
-msgid "LIRC module for PulseAudio"
+#. description(sqlite3:libsqlite3-0)
+msgid ""
+"This package contains the shared libraries for the Embeddable SQL Database Engine.\n"
+"\n"
+"SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n"
+"\n"
+"SQLite is not a client library used to connect to a big database server. SQLite is a server and the SQLite library reads and writes directly to and from the database files on disk.\n"
+"\n"
+"SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins."
msgstr ""
-#. summary(lirc:lirc-remotes)
-msgid "LIRC remote definitions"
+#. summary(libssh2_org:libssh2-1)
+msgid "A library implementing the SSH2 protocol"
msgstr ""
-#. summary(mc:mc-lang)
-msgid "Languages for package mc"
+#. description(libssh2_org:libssh2-1)
+msgid "libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and SECSH-PUBLICKEY."
msgstr ""
-#. summary(nano:nano-lang)
-#, fuzzy
-msgid "Languages for package nano"
-msgstr "Idiomas Sami (Outro)"
-
-#. summary(libreoffice-templates-labels:libreoffice-templates-labels-letter)
-msgid "Letter Size Label Templates for LibreOffice"
+#. summary(sssd:libsss_idmap0)
+#. summary(sssd:libsss_nss_idmap0)
+msgid "FreeIPA ID mapping library"
msgstr ""
-#. summary(librcc:rcc-runtime)
-#, fuzzy
-msgid "LibRCC Runtime Environment"
-msgstr "Ambiente Runtime 32Bit"
-
-#. summary(talloc:libtalloc2)
-msgid "Libraries and Header Files to Develop Programs with talloc2 Support"
+#. description(sssd:libsss_idmap0)
+#. description(sssd:libsss_nss_idmap0)
+msgid "A utility library for FreeIPA to map Windows SIDs to Unix user/group IDs."
msgstr ""
-#. summary(tdb:libtdb1)
-msgid "Libraries and Header Files to Develop Programs with tdb1 Support"
+#. summary(startup-notification:libstartup-notification-1-0)
+msgid "Reference Implementation for the Startup-Notification Protocol"
msgstr ""
-#. summary(redland:librdf0)
-msgid "Libraries that provide support for the Resource Description Framework (RDF)"
+#. description(startup-notification:libstartup-notification-1-0)
+msgid "Startup-notification contains a reference implementation of the startup-notification protocol."
msgstr ""
-#. summary(libsmbios:libsmbios2)
-msgid "Libraries to get information from standard BIOS tables"
+#. summary(gcc5:libstdc++6)
+#. summary(gcc5:libstdc++6-32bit)
+msgid "The standard C++ shared library"
msgstr ""
-#. summary(perl-Bootloader)
-msgid "Library for Configuring Boot Loaders"
+#. description(gcc5:libstdc++6)
+#. description(gcc5:libstdc++6-32bit)
+msgid "The standard C++ library, needed for dynamically linked C++ programs."
msgstr ""
-#. summary(libwpd:libwpd-0_9-9)
+#. summary(libstorage:libstorage-ruby)
#, fuzzy
-msgid "Library for Importing WordPerfect (tm) Documents"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Ruby bindings for libstorage"
+msgstr "O pacote não está assinalado"
-#. summary(pango:typelib-1_0-Pango-1_0)
-msgid "Library for Layout and Rendering of Text -- Introspection bindings"
-msgstr ""
-
-#. summary(pango:pango-tools)
-msgid "Library for Layout and Rendering of Text -- Tools"
-msgstr ""
-
-#. summary(smp_utils:libsmputils1-1)
+#. description(libstorage:libstorage-ruby)
#, fuzzy
-msgid "Library for SAS SMP control of expanders"
-msgstr "Aplicativos Favoritos"
+msgid "This package contains Ruby bindings for libstorage."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(snapper:libsnapper2)
-msgid "Library for filesystem snapshot management"
+#. summary(libstorage:libstorage6)
+msgid "Library for storage management"
msgstr ""
-#. summary(libwps:libwps-0_2-2)
-msgid "Library for importing the Microsoft Works word processor file format"
+#. description(libstorage:libstorage6)
+msgid "This package contains libstorage, a library for storage management."
msgstr ""
-#. summary(libvisio:libvisio-0_0-0)
+#. summary(systemd:libsystemd0)
#, fuzzy
-msgid "Library for parsing the MS Visio file format structure"
+msgid "Component library for systemd"
msgstr "Criando banco de dados de recursos"
-#. summary(libstorage:libstorage4)
-msgid "Library for storage management"
+#. description(systemd:libsystemd0)
+msgid ""
+"This library provides several of the systemd C APIs:\n"
+"\n"
+"* sd-bus implements an alternative D-Bus client library that is relatively easy to use, very efficient and supports both classic D-Bus as well as kdbus as transport backend.\n"
+"\n"
+"* sd-daemon(3): for system services (daemons) to report their status to systemd and to make easy use of socket-based activation logic\n"
+"\n"
+"* sd-event is a generic event loop abstraction that is built around Linux epoll, but adds features such as event prioritization or efficient timer handling.\n"
+"\n"
+"* sd-id128(3): generation and processing of 128-bit IDs\n"
+"\n"
+"* sd-journal(3): API to submit and query journal log entries\n"
+"\n"
+"* sd-login(3): APIs to introspect and monitor seat, login session and user status information on the local system."
msgstr ""
-#. summary(libwebp:libwebp4)
-msgid "Library for the WebP graphics format"
-msgstr ""
-
-#. summary(libtranslate:libtranslate0)
+#. summary(taglib:libtag1)
+#. summary(taglib:libtag_c0)
#, fuzzy
-msgid "Library for translating text"
-msgstr "Aguardar por aplicativo kicker"
+msgid "Audio Meta-Data Library"
+msgstr "Desenvolvimento GNOME"
-#. description(tslib:libts-1_0-0)
-#, fuzzy
-msgid "Library package for Tslib."
-msgstr "Pacotes de desenvolvimento do KDE"
+#. description(taglib:libtag1)
+#. description(taglib:libtag_c0)
+msgid "TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files."
+msgstr ""
-#. summary(tidyp:libtidyp-1_04-0)
-msgid "Library to Clean Up and Pretty-print HTML, XHTML or XML Markup"
+#. summary(talloc:libtalloc2)
+msgid "Libraries and Header Files to Develop Programs with talloc2 Support"
msgstr ""
-#. summary(util-linux:libuuid1)
-msgid "Library to generate UUIDs"
+#. description(talloc:libtalloc2)
+msgid ""
+"Talloc is a hierarchical, reference counted memory pool system with destructors.\n"
+"\n"
+"It is the core memory allocator used in Samba.\n"
+"\n"
+"This package includes the talloc2 library."
msgstr ""
-#. summary(sg3_utils:libsgutils2-2)
-msgid "Library to hold functions common to the SCSI utilities"
+#. summary(libtasn1)
+#. summary(libtasn1:libtasn1-6)
+msgid "ASN.1 parsing library"
msgstr ""
-#. summary(libgnome-keyring:typelib-1_0-GnomeKeyring-1_0)
-#, fuzzy
-msgid "Library to integrate with the GNOME Keyring -- Introspection bindings"
-msgstr "Desenvolvimento"
+#. description(libtasn1)
+#. description(libtasn1:libtasn1-6)
+msgid "This is the ASN.1 library used by GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org"
+msgstr ""
-#. summary(libwpg:libwpg-0_2-2)
-msgid "Library to read and parse graphics in WordPerfect Graphics format"
+#. summary(tdb:libtdb1)
+msgid "Libraries and Header Files to Develop Programs with tdb1 Support"
msgstr ""
-#. summary(p11-kit:p11-kit-tools)
-#, fuzzy
-msgid "Library to work with PKCS#11 modules -- Tools"
-msgstr "Ambiente de Trabalho KDE"
+#. description(tdb:libtdb1)
+msgid ""
+"TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.\n"
+"\n"
+"This package contains the tdb1 library."
+msgstr ""
-#. summary(libreoffice:libreoffice-draw)
-msgid "LibreOffice Draw"
+#. summary(samba:libtevent-util0)
+msgid "tevent <-> system status code conversion utility library"
msgstr ""
-#. summary(libreoffice:libreoffice-impress)
-msgid "LibreOffice Impress"
+#. description(samba:libtevent-util0)
+msgid ""
+"The libtevent-util library contains functions to convert tevent error codes to platform-specific (errno, NTSTATUS, WERROR) ones.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
msgstr ""
-#. summary(libreoffice:libreoffice-writer)
-msgid "LibreOffice Writer and Web"
+#. summary(tevent:libtevent0)
+msgid "Samba tevent Library"
msgstr ""
-#. description(libreoffice)
+#. description(tevent:libtevent0)
msgid ""
-"LibreOffice is a comprehensive office package featuring a word processor, a spreadsheet, a presentation program, and much more. This package provides only the basic framework. You have to install the additional modules to get the required functionality, see packages:\n"
+"Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba.\n"
"\n"
-"- libreoffice-base\n"
+"The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events.\n"
"\n"
-"- libreoffice-calc\n"
-"\n"
-"- libreoffice-draw\n"
-"\n"
-"- libreoffice-impress\n"
-"\n"
-"- libreoffice-math\n"
-"\n"
-"- libreoffice-writer\n"
-"\n"
-"Some optional features are provided by extra packages, for example:\n"
-"\n"
-"- libreoffice-mailmerge\n"
-"\n"
-"- libreoffice-filters\n"
-"\n"
-"- libreoffice-kde\n"
-"\n"
-"- libreoffice-gnome\n"
-"\n"
-"Non-English localizations are provided by extra packges as well, for example:\n"
-"\n"
-"- libreoffice-de\n"
-"\n"
-"- libreoffice-fr\n"
-"\n"
-"- libreoffice-it"
+"This package contains the tevent0 library."
msgstr ""
-#. description(libsmbios:libsmbios2)
-msgid "Libsmbios is a library and utilities that can be used by client programs to get information from standard BIOS tables, such as the SMBIOS table."
+#. summary(libthai:libthai-data)
+msgid "Thai Language Support Routines - Data files"
msgstr ""
-#. description(libsndfile:libsndfile1)
-msgid "Libsndfile is a C library for reading and writing sound files, such as AIFF, AU, and WAV files, through one standard interface. It can currently read and write 8, 16, 24, and 32-bit PCM files as well as 32-bit floating point WAV files and a number of compressed formats."
-msgstr ""
-
-#. description(libsoup:libsoup-2_4-1)
+#. description(libthai:libthai-data)
msgid ""
-"Libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications.\n"
+"LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions, such as word breaking, input and output methods, and basic character and string support.\n"
"\n"
-"Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * XML-RPC support"
+"This package contains the data files for libthai."
msgstr ""
-#. description(libusb-1_0:libusb-1_0-0)
-msgid "Libusb is a library that allows userspace access to USB devices."
+#. summary(libthai:libthai0)
+msgid "Thai Language Support Routines"
msgstr ""
-#. description(libvisual)
-msgid "Libvisual is a library that acts as a middle layer between applications that need audio visualization and audio visualization plug-ins."
+#. description(libthai:libthai0)
+msgid "LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions, such as word breaking, input and output methods, and basic character and string support."
msgstr ""
-#. summary(libyui-ncurses:libyui-ncurses5)
+#. summary(libtheora:libtheoradec1)
#, fuzzy
-msgid "Libyui - Character Based User Interface"
-msgstr "Detecção de Hardware do SUSE"
+msgid "Theora video decompression library"
+msgstr "Base de Servidor Aplicacional SAP"
-#. summary(libyui:libyui5)
+#. description(libtheora:libtheoradec1)
+msgid ""
+"Theora is a free and open video compression format from the Xiph.org Foundation. Like all our multimedia technology it can be used to distribute film and video online and on disc without the licensing and royalty fees or vendor lock-in associated with other formats.\n"
+"\n"
+"This subpackage contains the decoder library."
+msgstr ""
+
+#. summary(libtheora:libtheoraenc1)
#, fuzzy
-msgid "Libyui - GUI-abstraction library"
-msgstr "Criptografia"
+msgid "Theora video compression library"
+msgstr "Base de Servidor Aplicacional SAP"
-#. summary(libyui-ncurses-pkg:libyui-ncurses-pkg5)
-msgid "Libyui - yast2 package selector widget for the ncurses UI"
-msgstr ""
-
-#. description(libzio:libzio1)
+#. description(libtheora:libtheoraenc1)
msgid ""
-"Libzio provides a wrapper function for reading or writing gzip or bzip2 files with FILE streams.\n"
+"Theora is a free and open video compression format from the Xiph.org Foundation. Like all our multimedia technology it can be used to distribute film and video online and on disc without the licensing and royalty fees or vendor lock-in associated with other formats.\n"
"\n"
-"Author:\n"
-"-------- Werner Fink <werner(a)suse.de>"
+"This subpackage contains the encoder library."
msgstr ""
-#. summary(lsb-release)
-msgid "Linux Standard Base Release Tools"
+#. summary(tiff:libtiff5)
+msgid "The Tiff Library (with JPEG and compression support)"
msgstr ""
-#. summary(lsscsi)
-msgid "List all SCSI devices in the system"
+#. description(tiff:libtiff5)
+msgid "This package includes the tiff libraries. To link a program with libtiff, you will have to add -ljpeg and -lz to include the necessary libjpeg and libz in the linking process."
msgstr ""
-#. summary(luit)
-msgid "Locale and ISO 2022 support for Unicode terminals"
+#. summary(libtirpc:libtirpc1)
+msgid "Transport Independent RPC Library"
msgstr ""
-#. summary(lvm2)
-#, fuzzy
-msgid "Logical Volume Manager Tools"
-msgstr "Abrir no Gerenciador de Arquivos"
+#. description(libtirpc:libtirpc1)
+msgid "The Transport Independent RPC library (TI-RPC) is a replacement for the standard SunRPC library in glibc which does not support IPv6 addresses. This implementation allows the support of other transports than UDP and TCP over IPv4"
+msgstr ""
-#. summary(perl-Net-HTTP)
-msgid "Low-level HTTP connection (client)"
+#. summary(tslib:libts-1_0-0)
+msgid "Abstraction layer for touchscreens"
msgstr ""
-#. description(lsof)
-msgid "Lsof lists information about files opened by processes. An open file may be a regular file, a directory, a block special file, a character special file, an executing text reference, a library, a stream, or a network file (Internet socket, NFS file, or UNIX domain socket.) A specific file or all the files in a file system may be selected by path."
+#. description(tslib:libts-1_0-0)
+msgid ""
+"Tslib is an abstraction layer for touchscreen panel events.\n"
+"\n"
+"The idea of tslib is to have a core library and a set of plugins to manage the conversion and filtering as needed."
msgstr ""
-#. description(luit)
-msgid "Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator. It will convert application output from the locale's encoding into UTF-8, and convert terminal input from UTF-8 into the locale's encoding."
+#. summary(systemd:libudev1)
+msgid "Dynamic library to access udev device information"
msgstr ""
-#. summary(update-alternatives)
-msgid "Maintain symbolic links determining default commands"
+#. description(systemd:libudev1)
+msgid "This package contains the dynamic library libudev, which provides access to udev device information"
msgstr ""
-#. summary(pm-profiler)
-msgid "Managing power options on servers"
+#. summary(udisks2:libudisks2-0)
+msgid "UDisks Client Library, version 2"
msgstr ""
-#. summary(iptables:xtables-plugins)
-msgid "Match and Target Extension plugins for iptables"
+#. description(udisks2:libudisks2-0)
+#. description(udisks2)
+msgid "udisks provides a daemon, D-Bus API and command line tools for managing disks and storage devices."
msgstr ""
-#. description(iptables:xtables-plugins)
-msgid "Match and Target Extension plugins for iptables."
+#. summary(libunistring:libunistring2)
+#, fuzzy
+msgid "GNU Unicode string library - development files"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libunistring:libunistring2)
+msgid "This portable C library implements Unicode string types in three flavours: (UTF-8, UTF-16, UTF-32), together with functions for character processing (names, classifications, properties) and functions for string processing (iteration, formatted output, width, word breaks, line breaks, normalization, case folding and regular expressions)."
msgstr ""
-#. summary(xf86-video-mga)
-msgid "Matrox video driver for the Xorg X server"
+#. summary(libunwind)
+#, fuzzy
+msgid "Unwind Library"
+msgstr "Criptografia"
+
+#. description(libunwind)
+msgid "A portable and efficient C programming interface (API) to determine the call chain of a program."
msgstr ""
-#. description(mdadm)
-msgid "Mdadm is a program that can be used to control Linux md devices. It is intended to provide all the functionality of the mdtools and raidtools programs but with a very different interface."
+#. summary(upower:libupower-glib3)
+msgid "Power Device Enumeration Framework - Library"
msgstr ""
-#. summary(media-player-info)
-#, fuzzy
-msgid "Media Player Information"
-msgstr "Alternar informações"
+#. description(upower:libupower-glib3)
+#. description(upower)
+msgid "UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit."
+msgstr ""
-#. summary(memtest86+)
-msgid "Memory Testing Image for x86 Architecture"
+#. summary(libusb-compat:libusb-0_1-4)
+msgid "libusb-1.0 Compatibility Library for libusb-0.1"
msgstr ""
-#. description(memtest86+)
-msgid "Memtest86 is an image that can be booted instead of a real OS. Once booted, it can be used to test the computer's memory."
+#. description(libusb-compat:libusb-0_1-4)
+msgid "A compatibility layer allowing applications written for libusb-0.1 to work with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk like libusb-0.1."
msgstr ""
-#. description(Mesa)
-msgid ""
-"Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.* To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI, and makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with SGI. Those who want a licensed implementation of OpenGL should contact a licensed vendor.\n"
-"\n"
-"Please do not refer to the library as MesaGL (for legal reasons). It's just Mesa or The Mesa 3-D graphics library.\n"
-"\n"
-"* OpenGL is a trademark of Silicon Graphics Incorporated."
+#. summary(libusb-1_0:libusb-1_0-0)
+msgid "USB Library"
msgstr ""
-#. description(Mesa:Mesa-libGL1)
+#. description(libusb-1_0:libusb-1_0-0)
+msgid "Libusb is a library that allows userspace access to USB devices."
+msgstr ""
+
+#. summary(libusbmuxd:libusbmuxd4)
+msgid "A client library to multiplex connections from and to iOS devices"
+msgstr ""
+
+#. description(libusbmuxd:libusbmuxd4)
msgid ""
-"Mesa is a software library for 3D computer graphics that provides a generic OpenGL implementation for rendering three-dimensional graphics.\n"
+"'usbmuxd' stands for \"USB multiplexing daemon\". This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device.\n"
"\n"
-"GLX (\"OpenGL Extension to the X Window System\") provides the interface connecting OpenGL and the X Window System: it enables programs wishing to use OpenGL to do so within a window provided by the X Window System."
+"This package contains the usbmuxd communication interface library 'libusbmuxd'."
msgstr ""
-#. summary(perl-gettext)
-msgid "Message handling functions"
+#. summary(libustr:libustr-1_0-1)
+msgid "String library, very low memory overhead, simple to import"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-apparmor)
+#. description(libustr:libustr-1_0-1)
+msgid "Micro string library, very low overhead from plain strdup() (Ave. 44% for 0-20B strings). Very easy to use in existing C code. At it's simplest you can just include a single header file into your .c and start using it. This package also distributes pre-built shared libraries."
+msgstr ""
+
+#. summary(utempter:libutempter0)
#, fuzzy
-msgid "Meta package for pattern apparmor"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Shared library of utempter"
+msgstr "Criando banco de dados de recursos"
-#. summary(patterns-openSUSE:patterns-openSUSE-base)
-msgid "Meta package for pattern base"
+#. description(utempter:libutempter0)
+msgid "Utempter is a privileged helper for utmp and wtmp updates. This package contains the library used by applications."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-enhanced_base)
-msgid "Meta package for pattern enhanced_base"
+#. summary(util-linux:libuuid1)
+msgid "Library to generate UUIDs"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-fonts)
-msgid "Meta package for pattern fonts"
+#. description(util-linux:libuuid1)
+msgid "A library to generate universally unique IDs (UUIDs)."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-games)
-msgid "Meta package for pattern games"
+#. summary(v4l-utils:libv4l)
+msgid "Collection of video4linux support libraries"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-imaging)
-msgid "Meta package for pattern imaging"
+#. description(v4l-utils:libv4l)
+msgid "libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-multimedia)
-msgid "Meta package for pattern multimedia"
+#. summary(v4l-utils:libv4l1-0)
+#. summary(v4l-utils:libv4l2-0)
+#. summary(v4l-utils:libv4lconvert0)
+msgid "Video4linux support library"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-non_oss)
-msgid "Meta package for pattern non_oss"
+#. description(v4l-utils:libv4l1-0)
+msgid ""
+"libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not).\n"
+"\n"
+"This package contains shared lib for packages that use libv4l1."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-office)
-msgid "Meta package for pattern office"
+#. description(v4l-utils:libv4l2-0)
+msgid ""
+"libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary.\n"
+"\n"
+"This package contains shared lib for packages that use libv4l2."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-sw_management)
-msgid "Meta package for pattern sw_management"
+#. description(v4l-utils:libv4lconvert0)
+msgid ""
+"libv4lconvert offers functions to convert from any (known) pixel-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420.\n"
+"\n"
+"This package contains shared lib for packages that use libv4lconvert."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-update_test)
+#. summary(libva:libva-drm1)
#, fuzzy
-msgid "Meta package for pattern update_test"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "Video Acceleration (VA) API for Linux -- VA/DRM Backend"
+msgstr "Desenvolvimento"
-#. summary(patterns-openSUSE:patterns-openSUSE-x11)
-msgid "Meta package for pattern x11"
+#. description(libva:libva-drm1)
+msgid ""
+"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\n"
+"\n"
+"This is the VA/DRM runtime library"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-yast2_basis)
-msgid "Meta package for pattern yast2_basis"
-msgstr ""
+#. summary(libva:libva-egl1)
+#, fuzzy
+msgid "Video Acceleration (VA) API for Linux -- VA/EGL Backend"
+msgstr "Desenvolvimento"
-#. summary(patterns-openSUSE:patterns-openSUSE-yast2_install_wf)
-msgid "Meta package for pattern yast2_install_wf"
+#. description(libva:libva-egl1)
+msgid ""
+"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\n"
+"\n"
+"This is the VA/EGL runtime library"
msgstr ""
-#. description(libustr:libustr-1_0-1)
-msgid "Micro string library, very low overhead from plain strdup() (Ave. 44% for 0-20B strings). Very easy to use in existing C code. At it's simplest you can just include a single header file into your .c and start using it. This package also distributes pre-built shared libraries."
-msgstr ""
+#. summary(libva:libva-glx1)
+#, fuzzy
+msgid "Video Acceleration (VA) API for Linux -- VA/GLX Backend"
+msgstr "Desenvolvimento"
-#. summary(mc)
-msgid "Midnight Commander"
+#. description(libva:libva-glx1)
+msgid ""
+"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\n"
+"\n"
+"This is the VA/GLX runtime library"
msgstr ""
-#. description(mc)
+#. summary(libva:libva-x11-1)
+#, fuzzy
+msgid "Video Acceleration (VA) API for Linux -- VA/X11 Backend"
+msgstr "Desenvolvimento"
+
+#. description(libva:libva-x11-1)
msgid ""
-"Midnight Commander is a Norton Commander clone, a program that manipulates and manages files and directories. It is useful, fast, and has color display on the Linux console. It also has mouse support if you run the gpm mouse server. This program requires the terminal description files in /usr/lib/terminfo, which are found in ncurses.rpm (the essential ones) or terminfo.rpm (the rest).\n"
+"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\n"
"\n"
-"You can also use Midnight Commander under the X Window System with your mouse. If you enter 'mc -c', colors are used.\n"
-"\n"
-"In Midnight Commander, the screen is divided into four sections: The majority of the screen is covered by two directory panels. The second to last line on the screen is the shell command line. The last line displays the function key assignments. At the very top, the menu list is shown. One of the directories displayed is the current working directory. This is where most of the commands are found. For certain commands, like copy and move, the second directory is used as the target directory."
+"This is the VA/X11 runtime library"
msgstr ""
-#. summary(libXmu:libXmu6)
-msgid "Miscellaneous utility routines for X"
+#. summary(libva:libva1)
+#. summary(libva:vaapi-dummy-driver)
+msgid "Video Acceleration (VA) API for Linux"
msgstr ""
-#. description(mkinitrd)
+#. description(libva:libva1)
msgid ""
-"Mkinitrd creates file system images for use as initial RAM disk (initrd) images. These RAM disk images are often used to preload the block device modules (SCSI or RAID) needed to access the root file system.\n"
+"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\n"
"\n"
-"In other words, generic kernels can be built without drivers for any SCSI adapters that load the SCSI driver as a module. Because the kernel needs to read those modules, but in this case is not able to address the SCSI adapter, an initial RAM disk is used.\tThe initial RAM disk is loaded by the operating system loader (normally LILO) and is available to the kernel as soon as the RAM disk is loaded. The RAM disk loads the proper SCSI adapter and allows the kernel to mount the root file system."
+"This is the core runtime library"
msgstr ""
-#. summary(mobile-broadband-provider-info)
-msgid "Mobile Service Provider Database"
+#. summary(Mesa:libvdpau_nouveau)
+msgid "XVMC state tracker for Nouveau"
msgstr ""
-#. summary(pam-config)
-msgid "Modify common PAM configuration files"
-msgstr ""
+#. description(Mesa:libvdpau_nouveau)
+#, fuzzy
+msgid "This package contains the VDPAU state tracker for Nouveau."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(perl-Term-ReadKey)
-msgid "Module for Simple Terminal Control"
+#. summary(Mesa:libvdpau_r300)
+msgid "XVMC state tracker for R300"
msgstr ""
-#. summary(smartmontools)
-msgid "Monitor for SMART devices"
-msgstr ""
+#. description(Mesa:libvdpau_r300)
+#, fuzzy
+msgid "This package contains the VDPAU state tracker for R300."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(libXmu:libXmuu1)
-msgid "More miscellaneous utility routines for X"
+#. summary(Mesa:libvdpau_r600)
+msgid "XVMC state tracker for R600"
msgstr ""
-#. summary(xf86-input-mouse)
-msgid "Mouse input driver for the Xorg X server"
+#. description(Mesa:libvdpau_r600)
+#, fuzzy
+msgid "This package contains the VDPAU state tracker for R600."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(Mesa:libvdpau_radeonsi)
+msgid "XVMC state tracker for radeonsi"
msgstr ""
-#. summary(MozillaFirefox)
-msgid "Mozilla Firefox Web Browser"
+#. description(Mesa:libvdpau_radeonsi)
+#, fuzzy
+msgid "This package contains the VDPAU state tracker for radeonsi."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libvdpau-va-gl:libvdpau_va_gl1)
+msgid "VDPAU driver with OpenGL/VAAPI backend"
msgstr ""
-#. description(MozillaFirefox)
-msgid "Mozilla Firefox is a standalone web browser, designed for standards compliance and performance. Its functionality can be enhanced via a plethora of extensions."
+#. description(libvdpau-va-gl:libvdpau_va_gl1)
+msgid "Many applications can use VDPAU to accelerate portions of the video decoding process and video post-processing to the GPU video hardware. Unfortunately, there is no such library for many graphic chipsets. Some applications also support VA-API but many of them, including Adobe Flash Player, don't. This library proposes a generic VDPAU library. It uses OpenGL under the hood to accelerate drawing and scaling and VA-API (if available) to accelerate video decoding."
msgstr ""
-#. description(mtools)
+#. summary(libverto:libverto1)
+#, fuzzy
+msgid "Runtime libraries for libverto"
+msgstr "Criando banco de dados de recursos"
+
+#. description(libverto:libverto1)
msgid ""
-"Mtools allows uncomplicated access to an MS-DOS file system on disk without mounting it. It includes commands for working with MS-DOS files: mdir, mcd, mcopy, and mformat.\n"
+"libverto provides a way for libraries to expose asynchronous interfaces without having to choose a particular event loop, offloading this decision to the end application which consumes the library.\n"
"\n"
-"XDF support for OS/2 is also provided."
+"If you are packaging an application, not library, based on libverto, you should depend either on a specific implementation module or you can depend on the virtual provides 'libverto-module-base'. This will ensure that you have at least one module installed that provides io, timeout and signal functionality. Currently glib is the only module that does not provide these three because it lacks signal. However, glib will support signal in the future."
msgstr ""
-#. summary(pigz)
-msgid "Multi-core gzip version"
+#. summary(libvisual)
+msgid "Sound Visualization Library"
msgstr ""
-#. summary(nfsidmap)
-msgid "NFSv4 ID Mapping Library"
+#. description(libvisual)
+msgid "Libvisual is a library that acts as a middle layer between applications that need audio visualization and audio visualization plug-ins."
msgstr ""
-#. summary(ypbind)
-msgid "NIS client daemon"
+#. summary(open-vm-tools:libvmtools0)
+msgid "Open Virtual Machine Tools - shared library"
msgstr ""
-#. description(mozilla-nspr)
-msgid "NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free), and shared library linking."
+#. description(open-vm-tools:libvmtools0)
+msgid "This is a shared library used by several Open VM Tools components, such as vmware-toolbox-cmd and vmtoolsd (and its plugins)."
msgstr ""
-#. summary(nss_ldap)
-msgid "NSS LDAP Module"
+#. summary(libvorbis:libvorbis0)
+#. summary(libvorbis:libvorbisenc2)
+#. summary(libvorbis:libvorbisfile3)
+msgid "The Vorbis General Audio Compression Codec"
msgstr ""
-#. summary(ntfs-3g_ntfsprogs:ntfs-3g)
-msgid "NTFS Support in Userspace"
+#. description(libvorbis:libvorbis0)
+#. description(libvorbis:libvorbisenc2)
+#. description(libvorbis:libvorbisfile3)
+msgid ""
+"Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and general-purpose compressed audio format for audio and music at fixed and variable bit rates from 16 to 128 kbps/channel.\n"
+"\n"
+"The native bitstream format of Vorbis is libogg (Ogg). Alternatively, libmatroska (matroska) can also be used."
msgstr ""
-#. summary(ntfs-3g_ntfsprogs:ntfsprogs)
-#, fuzzy
-msgid "NTFS Utilities"
-msgstr "Montagens do NFS"
-
-#. summary(xf86-video-nv)
-msgid "NVIDIA video driver for the Xorg X server"
+#. summary(libvpx:libvpx2)
+msgid "VP8 codec library"
msgstr ""
-#. description(mailx)
-msgid "Nail is a mail user agent derived from Berkeley Mail 8.1. It is intended to provide the functionality of the POSIX.2 mailx command with additional support for MIME messages, POP3, and SMTP. In recent system environments, nail is Unicode/UTF-8 capable. Further, it contains some minor enhancements like the ability to set a \"From:\" address."
+#. description(libvpx:libvpx2)
+msgid ""
+"WebM is an open, royalty-free, media file format designed for the web.\n"
+"\n"
+"WebM defines the file container structure, video and audio formats. WebM files consist of video streams compressed with the VP8 video codec and audio streams compressed with the Vorbis audio codec. The WebM file structure is based on the Matroska container."
msgstr ""
-#. summary(glibc:nscd)
-#, fuzzy
-msgid "Name Service Caching Daemon"
-msgstr "Daemon Name Service Cache"
-
-#. summary(perl-IO-Socket-SSL)
-msgid "Nearly transparent SSL encapsulation for IO::Socket::INET"
+#. summary(wavpack:libwavpack1)
+msgid "Free Hybrid Lossless Audio Compression Format"
msgstr ""
-#. summary(xf86-video-neomagic)
-msgid "Neomagic video driver for the Xorg X server"
-msgstr ""
-
-#. description(perl-Net-DBus)
+#. description(wavpack:libwavpack1)
msgid ""
-"Net::DBus provides a Perl API for the DBus message system. The DBus Perl interface is currently operating against the 0.32 development version of DBus, but should work with later versions too, providing the API changes have not been too drastic.\n"
+"WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality.\n"
"\n"
-"Users of this package are either typically, service providers in which case the the Net::DBus::Service manpage and the Net::DBus::Object manpage modules are of most relevance, or are client consumers, in which case the Net::DBus::RemoteService manpage and the Net::DBus::RemoteObject manpage are of most relevance."
+"In the default lossless mode WavPack acts just like a WinZip compressor for audio files. However, unlike MP3 or WMA encoding which can affect the sound quality, not a single bit of the original information is lost, so there's no chance of degradation. This makes lossless mode ideal for archiving audio material or any other situation where quality is paramount. The compression ratio depends on the source material, but generally is between 30% and 70%.\n"
+"\n"
+"The hybrid mode provides all the advantages of lossless compression with an additional bonus. Instead of creating a single file, this mode creates both a relatively small, high-quality lossy file that can be used all by itself, and a \"correction\" file that (when combined with the lossy file) provides full lossless restoration. For some users this means never having to choose between lossless and lossy compression!"
msgstr ""
-#. description(perl-Net-Daemon)
-msgid ""
-"Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004.\n"
-"\n"
-"The Net::Daemon class offers methods for the most common tasks a daemon needs: Starting up, logging, accepting clients, authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways."
+#. summary(wayland:libwayland-client0)
+#, fuzzy
+msgid "Wayland core client library"
+msgstr "Criptografia"
+
+#. description(wayland:libwayland-client0)
+#. description(wayland:libwayland-server0)
+msgid "Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers."
msgstr ""
-#. summary(perl-Net-LibIDN)
-msgid "Net::LibIDN Perl module"
+#. summary(wayland:libwayland-cursor0)
+msgid "Wayland cursor library"
msgstr ""
-#. summary(mozilla-nspr)
-msgid "Netscape Portable Runtime"
+#. description(wayland:libwayland-cursor0)
+msgid "The purpose of this library is to be the equivalent of libXcursor in the X world. This library is compatible with X cursor themes and loads them directly into an shm pool making it easy for the clients to get buffer for each cursor image."
msgstr ""
-#. summary(netcfg)
-msgid "Network Configuration Files in /etc"
+#. summary(Mesa:libwayland-egl1)
+#, fuzzy
+msgid "Additional egl functions for wayland"
+msgstr "Esquemas Adicionais"
+
+#. description(Mesa:libwayland-egl1)
+msgid "This package provides additional functions for egl-using programs that run within the wayland framework. This allows for applications that need not run full-screen and cooperate with a compositor."
msgstr ""
-#. summary(yp-tools)
-msgid "Network Information Service (YP) client utilities"
+#. summary(wayland:libwayland-server0)
+msgid "Wayland core server library"
msgstr ""
-#. summary(NetworkManager)
-msgid "Network Link Manager and User Applications"
+#. summary(samba:libwbclient0)
+msgid "Samba libwbclient Library"
msgstr ""
-#. summary(wvstreams)
-msgid "Network Programming Library in C++"
+#. description(samba:libwbclient0)
+#, fuzzy
+msgid ""
+"This package includes the wbclient library.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libwebp:libwebp5)
+msgid "Library for the WebP graphics format"
msgstr ""
-#. summary(mozilla-nss)
-msgid "Network Security Services"
+#. description(libwebp:libwebp5)
+msgid "WebP is an image format that does lossy compression of digital photographic images. WebP consists of a codec based on VP8, and a container based on RIFF. Webmasters, web developers and browser developers can use WebP to compress, archive and distribute digital images more efficiently."
msgstr ""
-#. description(mozilla-nss)
-msgid "Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards."
+#. summary(webrtc-audio-processing:libwebrtc_audio_processing0)
+msgid "Real-Time Communication Library for Web Browsers"
msgstr ""
-#. description(mozilla-nss:libsoftokn3)
+#. description(webrtc-audio-processing:libwebrtc_audio_processing0)
msgid ""
-"Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.\n"
+"WebRTC is an open source project that enables web browsers with Real-Time Communications (RTC) capabilities via simple Javascript APIs. The WebRTC components have been optimized to best serve this purpose.\n"
"\n"
-"Network Security Services Softoken Cryptographic Module"
+"WebRTC implements the W3C's proposal for video conferencing on the web."
msgstr ""
-#. summary(mozilla-nss:libsoftokn3)
+#. summary(wicked:libwicked-0-6)
#, fuzzy
-msgid "Network Security Services Softoken Module"
-msgstr "Base de Servidor Oracle"
+msgid "Network configuration infrastructure - Shared library"
+msgstr "Exibir Configuração"
-#. summary(ntp)
-msgid "Network Time Protocol daemon (version 4)"
+#. description(wicked:libwicked-0-6)
+msgid ""
+"Wicked is a network configuration infrastructure incorporating a number of existing frameworks into a unified architecture, providing a DBUS interface to network configuration.\n"
+"\n"
+"This package provides the wicked shared library."
msgstr ""
-#. summary(NetworkManager-vpnc)
-msgid "NetworkManager VPN Support for vpnc"
-msgstr ""
+#. summary(tcpd:libwrap0)
+#, fuzzy
+msgid "The TCP wrapper library"
+msgstr "Novell e Linux"
-#. summary(NetworkManager-openvpn)
-msgid "NetworkManager VPN support for OpenVPN"
+#. description(tcpd:libwrap0)
+msgid "This package contains a library which implements classifying incoming requests (connections) based upon rule exclusion files (/etc/hosts.*)."
msgstr ""
-#. summary(NetworkManager-pptp)
-msgid "NetworkManager VPN support for PPTP"
+#. summary(libx86emu:libx86emu1)
+msgid "A small x86 emulation library."
msgstr ""
-#. description(NetworkManager)
-msgid "NetworkManager attempts to keep an active network connection available at all times. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible.\tIf using DHCP, NetworkManager is intended to replace default routes, obtain IP addresses from a DHCP server, and change name servers whenever it sees fit."
+#. description(libx86emu:libx86emu1)
+msgid "Small x86 emulation library with focus of easy usage and extended execution logging functions."
msgstr ""
-#. description(NetworkManager-openvpn)
-msgid "NetworkManager-openvpn provides VPN support to NetworkManager for OpenVPN."
+#. summary(xalan-c:libxalan-c111)
+msgid "An XSLT Transformation Engine in C++"
msgstr ""
-#. description(NetworkManager-pptp)
-msgid "NetworkManager-pptp provides VPN support to NetworkManager for PPTP."
+#. description(xalan-c:libxalan-c111)
+msgid "Xalan is an XSL processor for transforming XML documents into HTML, text, or other XML document types. Xalan-C++ represents an almost complete and robust C++ reference implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath)."
msgstr ""
-#. description(NetworkManager-vpnc)
-msgid "NetworkManager-vpnc provides VPN support to NetworkManager for vpnc."
+#. summary(Mesa:libxatracker2)
+msgid "XA state tracker"
msgstr ""
-#. summary(libnotify:typelib-1_0-Notify-0_7)
-msgid "Notifications Library -- Introspection bindings"
+#. description(Mesa:libxatracker2)
+msgid "This package contains the XA state tracker for gallium3D driver. It superseeds the Xorg state tracker and provides an infrastructure to accelerate Xorg 2D operations. It is currently used by vmwgfx video driver."
msgstr ""
-#. description(glibc:nscd)
-msgid "Nscd caches name service lookups and can dramatically improve performance with NIS, NIS+, and LDAP."
-msgstr ""
+#. summary(libxcb:libxcb-dri2-0)
+#, fuzzy
+msgid "X11 DRI2 Extension C library"
+msgstr "Novell e Linux"
-#. description(nss_ldap)
-msgid "Nss_ldap is a glibc NSS module that allows X.500 and LDAP directory servers to be used as a primary source of aliases, ethers, groups, hosts, networks, protocol, users, RPCs, services, and shadow passwords (instead of or in addition to using flat files or NIS)."
+#. description(libxcb:libxcb-dri2-0)
+#. description(libxcb:libxcb-dri3-0)
+#. description(libxcb:libxcb-glx0)
+#. description(libxcb:libxcb-present0)
+#. description(libxcb:libxcb-render0)
+#. description(libxcb:libxcb-sync1)
+#. description(libxcb:libxcb1)
+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."
msgstr ""
-#. summary(xf86-input-void)
-msgid "Null input driver for the Xorg X server"
-msgstr ""
+#. summary(libxcb:libxcb-dri3-0)
+#, fuzzy
+msgid "X11 DRI3 Extension C library"
+msgstr "Novell e Linux"
-#. summary(python-numpy)
-msgid "NumPy array processing for numbers, strings, records and objects"
+#. summary(libxcb:libxcb-glx0)
+#, fuzzy
+msgid "X11 GLX Extension C library"
+msgstr "Novell e Linux"
+
+#. summary(xcb-util-wm:libxcb-icccm4)
+msgid "XCB utility module for client- and WM-side ICCCM helpers"
msgstr ""
-#. description(python-numpy)
+#. description(xcb-util-wm:libxcb-icccm4)
msgid ""
-"NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type which also makes NumPy suitable for interfacing with general-purpose data-base applications.\n"
+"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"
-"There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation."
+"Included in this package is:\n"
+"\n"
+"- icccm: Both client and window-manager helpers for ICCCM."
msgstr ""
-#. summary(xf86-video-i128)
-msgid "Number 9 I128 video driver for the Xorg X server"
+#. summary(xcb-util-image:libxcb-image0)
+msgid "XCB utility module for XImage/XShmImage-like functions"
msgstr ""
-#. summary(obex-data-server)
-msgid "Obex DBus API"
+#. description(xcb-util-image:libxcb-image0)
+msgid ""
+"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"
+"Included in this package is:\n"
+"\n"
+"- image: Port of Xlib's XImage and XShmImage functions."
msgstr ""
-#. description(obex-data-server)
-msgid "Obex-Data-Server provides a obex dbus api. Used for bluetooth applications to transfer and receive data."
+#. summary(xcb-util-keysyms:libxcb-keysyms1)
+msgid "XCB utility module for X keycode constants and conversions"
msgstr ""
-#. description(perl-HTML-Parser)
+#. description(xcb-util-keysyms:libxcb-keysyms1)
msgid ""
-"Objects of the HTML::Parser class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked.\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"
-"HTML::Parser is not a generic SGML parser. We have tried to make it able to deal with the HTML that is actually \"out there\", and it normally parses as closely as possible to the way the popular web browsers do it instead of strictly following one of the many HTML specifications from W3C. Where there is disagreement, there is often an option that you can enable to get the official behaviour.\n"
+"Included in this package is:\n"
"\n"
-"The document to be parsed may be supplied in arbitrary chunks. This makes on-the-fly parsing as documents are received from the network possible.\n"
-"\n"
-"If event driven parsing does not feel right for your application, you might want to use HTML::PullParser. This is an HTML::Parser subclass that allows a more conventional program structure."
+"- keysyms: Standard X key constants and conversion to/from keycodes."
msgstr ""
-#. summary(vorbis-tools)
-msgid "Ogg Vorbis Tools"
-msgstr ""
+#. summary(libxcb:libxcb-present0)
+#, fuzzy
+msgid "X11 Present Extension C library"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(hxtools:ofl)
-msgid "Open File Lister from hxtools"
+#. summary(libxcb:libxcb-randr0)
+#, fuzzy
+msgid "X11 RandR Extension C library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libxcb:libxcb-randr0)
+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"
+"The X Resize, Rotate and Reflect Extension (RandR) allows clients to dynamically change X screens, so as to resize, to change the orientation and layout of the root window of a screen."
msgstr ""
-#. summary(open-vm-tools)
-msgid "Open Virtual Machine Tools"
+#. summary(xcb-util-renderutil:libxcb-render-util0)
+msgid "XCB utility module for the Render extension"
msgstr ""
-#. description(open-vm-tools)
+#. description(xcb-util-renderutil:libxcb-render-util0)
msgid ""
-"Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform.\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"
-"With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like:\n"
+"Included in this package is:\n"
"\n"
-"* File transfer between a host and guest\n"
+"- renderutil: Convenience functions for the Render extension."
+msgstr ""
+
+#. summary(libxcb:libxcb-render0)
+#, fuzzy
+msgid "X11 Render Extension C library"
+msgstr "Novell e Linux"
+
+#. summary(libxcb:libxcb-shape0)
+#, fuzzy
+msgid "X11 Shape Extension C library"
+msgstr "Novell e Linux"
+
+#. description(libxcb:libxcb-shape0)
+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"
-"* Improved memory management and network performance under virtualization\n"
-"\n"
-"* General mechanisms and protocols for communication between host and guests and from guest to guest"
+"- X11 Nonrectangular Window Shape extension (Xshape)"
msgstr ""
-#. summary(open-vm-tools:libvmtools0)
-msgid "Open Virtual Machine Tools - shared library"
+#. summary(libxcb:libxcb-shm0)
+#, fuzzy
+msgid "X11 Shared Memory Extension C library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libxcb:libxcb-shm0)
+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"
+"The MIT Shared Memory (MIT-SHM) Extension allows exchanging image data between client and server using shared memory, so that it does not need to be transferred over sockets."
msgstr ""
-#. summary(perl-IO-HTML)
-msgid "Open an HTML file with automatic charset detection"
+#. summary(libxcb:libxcb-sync1)
+#, fuzzy
+msgid "X11 Sync Extension C library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. summary(xcb-util:libxcb-util1)
+msgid "XCB utility modules"
msgstr ""
-#. description(Mesa:Mesa-libGLESv2-2)
+#. description(xcb-util:libxcb-util1)
msgid ""
-"OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems.\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. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.\n"
"\n"
-"OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders."
+"Included in this package are:\n"
+"\n"
+"- atom: Standard core X atom constants and atom caching.\n"
+"- aux: Convenient access to connection setup and some core requests.\n"
+"- event: Callback X event handling."
msgstr ""
-#. description(openvpn)
+#. summary(libxcb:libxcb-xfixes0)
+#, fuzzy
+msgid "X11 Xfixes Extension C library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libxcb:libxcb-xfixes0)
msgid ""
-"OpenVPN is a full-featured SSL VPN solution which can accommodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls.\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"
-"OpenVPN implements OSI layer 2 or 3 secure network extension using the industry standard SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or 2-factor authentication, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface.\n"
-"\n"
-"OpenVPN runs on: Linux, Windows 2000/XP and higher, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Solaris.\n"
-"\n"
-"OpenVPN is not a web application proxy and does not operate through a web browser."
+"The X Fixes extension provides applications with work-arounds for various limitations in the core protocol."
msgstr ""
-#. description(pam)
-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."
+#. summary(libxcb:libxcb-xkb1)
+#, fuzzy
+msgid "X11 Keyboard Extension C library"
+msgstr "Detecção de Hardware do SUSE"
+
+#. description(libxcb:libxcb-xkb1)
+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"
+"Xkb extends the ability to control the keyboard over what is offered by the X Window System core protocol."
msgstr ""
-#. summary(pam_fprint)
-msgid "PAM module to be used with libfprint"
+#. summary(libxcb:libxcb1)
+#, fuzzy
+msgid "X11 core protocol C library"
+msgstr "Janela de autorização"
+
+#. summary(xerces-c:libxerces-c-3_1)
+msgid "Shared libraries for Xerces-c - a validating XML parser"
msgstr ""
-#. summary(pciutils)
-msgid "PCI utilities for Kernel version 2"
+#. description(xerces-c:libxerces-c-3_1)
+msgid ""
+"Xerces-C is a validating XML parser written in a portable subset of C++. Xerces-C makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C is faithful to the XML 1.0 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).\n"
+"\n"
+"This package contains shared libraries."
msgstr ""
-#. summary(pciutils-ids)
-msgid "PCI-utilities pci.ids database"
+#. summary(libxkbcommon:libxkbcommon-x11-0)
+#, fuzzy
+msgid "Library for handling xkb descriptions using XKB-X11"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(libxkbcommon:libxkbcommon-x11-0)
+msgid "An addon library that supports creating keymaps with the XKB X11 protocol by querying the X server directly."
msgstr ""
-#. summary(poppler:poppler-tools)
-msgid "PDF Rendering Library Tools"
+#. summary(libxkbcommon:libxkbcommon0)
+#, fuzzy
+msgid "Library for handling xkb descriptions"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(libxkbcommon:libxkbcommon0)
+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. Unfortunately, X11's requirements mean this is not actually usable for the X server, but it should be perfectly usable for client toolkits, as well as alternative windowing systems, compositors and system-level clients such as Wayland and kmscon."
msgstr ""
-#. summary(update-test-trival:update-test-affects-package-manager)
-msgid "Package for testing the update stack during product development."
+#. summary(libxkbfile:libxkbfile1)
+#, fuzzy
+msgid "X11 keyboard file manipulation library"
+msgstr "Exibir Configuração"
+
+#. description(libxkbfile:libxkbfile1)
+msgid "libxkbfile is used by the X servers and utilities to parse the XKB configuration data files."
msgstr ""
-#. description(update-test-trival:update-test-affects-package-manager)
+#. summary(xml-security-c:libxml-security-c17)
+#, fuzzy
+msgid "Apache XML security C++ library"
+msgstr "Desenvolvimento GNOME"
+
+#. description(xml-security-c:libxml-security-c17)
msgid ""
-"Package for testing the update stack during product development.\n"
+"The xml-security-c library is a C++ implementation of the XML Digital Signature and Encryption specifications. The library makes use of the Apache XML project's Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing XPath and XSLT transforms.\n"
"\n"
-"We will provide a \"always\" working update for this package so that the update stack could be easily tested."
+"This package contains just the shared library."
msgstr ""
-#. summary(libzypp)
-msgid "Package, Patch, Pattern, and Product Management"
+#. summary(libxml2:libxml2-2)
+msgid "A Library to Manipulate XML Files"
msgstr ""
-#. description(PackageKit:typelib-1_0-PackageKitGlib-1_0)
+#. description(libxml2:libxml2-2)
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"
+"The XML C library was initially developed for the GNOME project. It is now used by many programs to load and save extensible data structures or manipulate any kind of XML files.\n"
"\n"
-"This package provides the GObject Introspection bindings for the PackageKit client library."
+"This library implements a number of existing standards related to markup languages, including the XML standard, name spaces in XML, XML Base, RFC 2396, XPath, XPointer, HTML4, XInclude, SGML catalogs, and XML catalogs. In most cases, libxml tries to implement the specification in a rather strict way. To some extent, it provides support for the following specifications, but does not claim to implement them: DOM, FTP client, HTTP client, and SAX.\n"
+"\n"
+"The library also supports RelaxNG. Support for W3C XML Schemas is in progress."
msgstr ""
-#. description(PackageKit-branding-openSUSE)
-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 openSUSE default configuration for PackageKit."
+#. summary(libxml2:libxml2-tools)
+msgid "Tools using libxml"
msgstr ""
-#. description(pango:typelib-1_0-Pango-1_0)
+#. description(libxml2:libxml2-tools)
+#, fuzzy
+msgid "This package contains xmllint, a very useful tool proving libxml's power."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(libxshmfence:libxshmfence1)
+msgid "A tiny library that exposes a event API on top of Linux futexes"
+msgstr ""
+
+#. description(libxshmfence:libxshmfence1)
+msgid "This is a tiny library that exposes a event API on top of Linux futexes. There was some discussion about using eventfd instead of this, but the cost of adding two FDs to the X server for every DRI application seems excessive, and by using PresentIdleNotify events, to work around the limitations of futexes."
+msgstr ""
+
+#. summary(libxslt:libxslt1)
+msgid "XSL Transformation Library"
+msgstr ""
+
+#. description(libxslt:libxslt1)
msgid ""
-"Pango is a library for layout and rendering of text, with an emphasis on internationalization. It can be used anywhere that text layout is needed.\n"
+"This C library allows you to transform XML files into other XML files (or HTML, text, and more) using the standard XSLT stylesheet transformation mechanism.\n"
"\n"
-"Pango forms the core of text and font handling for GTK+.\n"
+"It is based on libxml (version 2) for XML parsing, tree manipulation, and XPath support. It is written in plain C, making as few assumptions as possible and sticks closely to ANSI C/POSIX for easy embedding. Although not primarily designed with performance in mind, libxslt seems to be a relatively fast processor. It also includes full support for the EXSLT set of extension functions as well as some common extensions present in other XSLT engines.\n"
"\n"
-"This package provides the GObject Introspection bindings for Pango."
+"The package comes with xsltproc, a command line interface to the XSLT engine."
msgstr ""
-#. summary(parallel-printer-support)
-msgid "Parallel Printer Support"
+#. summary(iptables:libxtables10)
+msgid "iptables extension interface"
msgstr ""
-#. summary(perl-TimeDate)
-msgid "Parse date strings into time values"
+#. description(iptables:libxtables10)
+msgid "This library contains all the iptables code shared between iptables, ip6tables, their extensions, and for external integration for e.g. iproute2's m_xt."
msgstr ""
-#. summary(perl-XML-LibXML)
-msgid "Perl Binding for libxml2"
-msgstr ""
+#. summary(libyaml:libyaml-0-2)
+#, fuzzy
+msgid "Shared library from libyaml"
+msgstr "Criando banco de dados de recursos"
-#. summary(perl-PlRPC)
-msgid "Perl Extension for Writing PlRPC Servers"
+#. description(libyaml:libyaml-0-2)
+msgid ""
+"A YAML 1.1 parser and emitter written in C\n"
+"\n"
+"This package holds the shared library of libyaml."
msgstr ""
-#. summary(perl-Digest-SHA1)
-msgid "Perl Interface to the SHA-1 Algorithm"
+#. summary(libyui-ncurses-pkg:libyui-ncurses-pkg7)
+msgid "Libyui - yast2 package selector widget for the ncurses UI"
msgstr ""
-#. summary(perl-Net-Daemon)
-msgid "Perl extension for portable daemons"
-msgstr ""
-
-#. summary(perl-Net-DBus)
+#. description(libyui-ncurses-pkg:libyui-ncurses-pkg7)
#, fuzzy
-msgid "Perl extension for the DBus message system"
+msgid "This package extends the character based (ncurses) user interface component for libYUI."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(perl-Net-SSLeay)
-msgid "Perl extension for using OpenSSL"
-msgstr ""
+#. summary(libyui-ncurses:libyui-ncurses7)
+#, fuzzy
+msgid "Libyui - Character Based User Interface"
+msgstr "Detecção de Hardware do SUSE"
-#. summary(perl-XML-Writer)
+#. description(libyui-ncurses:libyui-ncurses7)
#, fuzzy
-msgid "Perl extension for writing XML documents."
+msgid "This package contains the character based (ncurses) user interface component for libYUI."
msgstr "O pacote contém uma versão diferente da experada"
-#. summary(apparmor:perl-apparmor)
-msgid "Perl interface for libapparmor functions"
+#. summary(libyui-qt-pkg:libyui-qt-pkg7)
+msgid "Libyui - Qt Package Selector"
msgstr ""
-#. summary(perl-Digest-MD4)
+#. description(libyui-qt-pkg:libyui-qt-pkg7)
#, fuzzy
-msgid "Perl interface to the MD4 Algorithm"
+msgid "This package contains the Qt package selector component for libYUI."
+msgstr "Use este botão para iniciar o YaST para configuração permanente."
+
+#. summary(libyui-qt:libyui-qt7)
+#, fuzzy
+msgid "Libyui - Qt User Interface"
msgstr "Interface do Kernel"
-#. summary(perl-X11-Protocol)
+#. description(libyui-qt:libyui-qt7)
#, fuzzy
-msgid "Perl module for the X Window System Protocol, version 11"
-msgstr "Sistema X Window"
+msgid "This package contains the Qt user interface component for libYUI."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(perl-Bootloader)
-msgid "Perl modules for configuring various boot loaders."
-msgstr ""
+#. summary(libyui:libyui7)
+#, fuzzy
+msgid "Libyui - GUI-abstraction library"
+msgstr "Criptografia"
-#. description(permissions)
-msgid "Permission settings of files and directories depending on the local security settings. The local security setting (easy, secure, or paranoid) can be configured in /etc/sysconfig/security."
+#. description(libyui:libyui7)
+msgid ""
+"This is the user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).\n"
+"\n"
+"Originally developed for YaST, it can now be used independently of YaST for generic (C++) applications. This package has very few dependencies."
msgstr ""
-#. summary(nano)
-msgid "Pico Editor Clone with Enhancements"
+#. summary(zlib:libz1)
+#, fuzzy
+msgid "Library implementing the DEFLATE compression algorithm"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(zlib:libz1)
+msgid "zlib is a general-purpose lossless data-compression library, implementing an API for the DEFLATE algorithm, the latter of which is being used by, for example, gzip and the ZIP archive format."
msgstr ""
-#. description(perl-PlRPC)
-msgid "PlRPC (Perl RPC) is a package for implementing servers and clients that are entirely written in Perl. The name is borrowed from Sun's RPC (Remote Procedure Call), but it could as well be RMI like Java's Remote Method Interface, because PlRPC gives you the complete power of Perl's OO framework in a very simple manner."
+#. summary(libzio:libzio1)
+msgid "A Library for Accessing Compressed Text Files"
msgstr ""
-#. summary(pullin-flash-player)
-msgid "Placeholder for Adobe Flash PlugIn"
+#. description(libzio:libzio1)
+msgid "Libzio provides a wrapper function for reading or writing gzip or bzip2 files with FILE streams."
msgstr ""
-#. summary(pullin-fluendo-mp3)
-msgid "Placeholder for Fluendo MP3 Plugin"
+#. summary(libzypp)
+#. description(libzypp)
+msgid "Package, Patch, Pattern, and Product Management"
msgstr ""
-#. summary(plymouth:plymouth-plugin-script)
-msgid "Plymouth \"script\" plugin"
+#. summary(linuxconsoletools)
+msgid "A set of utilities for joysticks"
msgstr ""
-#. summary(plymouth:plymouth-plugin-label)
-msgid "Plymouth label plugin"
+#. description(linuxconsoletools)
+msgid ""
+"This package contains the following utilities and associated documentation:\n"
+"* inputattach - connects legacy serial devices to the input layer\n"
+"* joystick utilities - calibrate and test joysticks and joypads\n"
+"\n"
+"The following utilities are provided to calibrate and test joysticks:\n"
+"* ffcfstress, ffmvforce, fftest - test force-feedback devices\n"
+"* ffset - set force-feedback device parameters\n"
+"* jscal - calibrate joystick devices, reconfigure the axes and buttons\n"
+"* jscal-store, jscal-restore - store and retrieve joystick device settings as configured using jscal\n"
+"* jstest - test joystick devices"
msgstr ""
-#. description(plymouth)
-msgid "Plymouth provides an attractive graphical boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a log file for viewing after boot."
+#. summary(lockdev)
+msgid "A library for locking devices"
msgstr ""
-#. summary(plymouth:plymouth-scripts)
-msgid "Plymouth related scripts"
+#. summary(logrotate)
+msgid "Rotate, compress, remove, and mail system log files"
msgstr ""
-#. summary(pptp)
-msgid "Point-to-Point Tunneling Protocol (PPTP) Client"
+#. description(logrotate)
+msgid "The logrotate utility is designed to simplify the administration of log files on a system that generates a lot of log files. Logrotate allows the automatic rotation, compression, removal, and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly, or when the log file reaches a certain size. Normally, logrotate runs as a daily cron job."
msgstr ""
-#. summary(polkit)
-msgid "PolicyKit Authorization Framework"
+#. summary(lomoco)
+msgid "Tool for setting the special features of some Logitech mice"
msgstr ""
-#. description(polkit)
-msgid "PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes."
+#. description(lomoco)
+msgid ""
+"lomoco can configure vendor-specific options on Logitech USB mice (or dual-personality mice plugged into the USB port). A number of recent devices are supported. The program is mostly useful in setting the resolution to 800 cpi on mice that boot at 400 cpi (such as the MX-500), and disabling SmartScroll or Cruise Control for those who would rather use the two extra buttons as ordinary mouse buttons.\n"
+"\n"
+"You can configure which features should be enabled in /etc/sysconfig/logitech_mouse"
msgstr ""
-#. description(postfix)
-msgid "Postfix aims to be an alternative to the widely-used sendmail program."
+#. summary(lsof)
+msgid "A Program That Lists Information about Files Opened by Processes"
msgstr ""
-#. summary(upower)
-msgid "Power Device Enumeration Framework"
+#. description(lsof)
+msgid "Lsof lists information about files opened by processes. An open file may be a regular file, a directory, a block special file, a character special file, an executing text reference, a library, a stream, or a network file (Internet socket, NFS file, or UNIX domain socket.) A specific file or all the files in a file system may be selected by path."
msgstr ""
-#. summary(upower:libupower-glib1)
-msgid "Power Device Enumeration Framework - Library"
+#. summary(lsscsi)
+msgid "List all SCSI devices in the system"
msgstr ""
-#. summary(perl-Data-Dump)
-msgid "Pretty printing of data structures"
+#. description(lsscsi)
+msgid "The lsscsi command lists information about SCSI devices in Linux."
msgstr ""
-#. summary(os-prober)
-msgid "Probes disks on the system for installed operating systems"
+#. summary(luit)
+msgid "Locale and ISO 2022 support for Unicode terminals"
msgstr ""
-#. summary(slang:libslang2)
-msgid "Programming Library and Embeddable Extension Language"
+#. description(luit)
+msgid "Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator. It will convert application output from the locale's encoding into UTF-8, and convert terminal input from UTF-8 into the locale's encoding."
msgstr ""
+#. summary(lvm2)
+#, fuzzy
+msgid "Logical Volume Manager Tools"
+msgstr "Abrir no Gerenciador de Arquivos"
+
#. description(lvm2)
msgid "Programs and man pages for configuring and using the LVM2 Logical Volume Manager."
msgstr ""
-#. summary(perl-LWP-Protocol-https)
-msgid "Provide https support for LWP::UserAgent"
+#. summary(mailx)
+msgid "A MIME-Capable Implementation of the mailx Command"
msgstr ""
-#. description(sssd)
-msgid "Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects like FreeIPA."
+#. description(mailx)
+msgid "Nail is a mail user agent derived from Berkeley Mail 8.1. It is intended to provide the functionality of the POSIX.2 mailx command with additional support for MIME messages, POP3, and SMTP. In recent system environments, nail is Unicode/UTF-8 capable. Further, it contains some minor enhancements like the ability to set a \"From:\" address."
msgstr ""
-#. summary(perl-X500-DN)
-msgid "Provides an interface for RFC 2253 style DN strings"
+#. summary(man)
+msgid "A Program for Displaying man Pages"
msgstr ""
-#. description(mc:mc-lang)
-msgid "Provides translations to the package mc"
+#. description(man)
+msgid "A program for displaying man pages on the screen or sending them to a printer (using groff)."
msgstr ""
-#. description(nano:nano-lang)
-#, fuzzy
-msgid "Provides translations to the package nano"
-msgstr "Aguardar por aplicativo kicker"
+#. summary(master-boot-code)
+msgid "i386 Master Boot Record Code"
+msgstr ""
-#. description(yast2-services-manager)
-msgid "Provides user interface and libraries to configure running services and the default target."
+#. description(master-boot-code)
+msgid "The i386 master boot code is code that, after copied to the MBR of the boot disk, loads and starts the boot sector of the active partition."
msgstr ""
-#. summary(pulseaudio:pulseaudio-utils)
-msgid "PulseAudio utilities"
+#. summary(mc)
+msgid "Midnight Commander"
msgstr ""
-#. description(python-gtk)
-msgid "PyGTK is an extension module for python that gives you access to the GTK+ widget set. Just about anything you can write in C with GTK+ you can write in python with PyGTK (within reason), but with all of python's benefits."
+#. description(mc)
+msgid ""
+"GNU Midnight Commander (also referred to as MC) is a user shell much like the (in)famous Norton Commander with text-mode full-screen interface. It can be run on the OS console, in xterm and other terminal emulators.\n"
+"\n"
+"GNU Midnight Commander allows you to manage files while making most of your screen and giving you a clear representation of the filesystem, yet it's simple enough to be run over a telnet or ssh session.\n"
+"\n"
+"MC needs several other programs for its various extfs extensions, e.g. isoinfo (from mkisofs) or xorriso for the iso:// extension."
msgstr ""
-#. summary(python-pycurl)
-msgid "PycURL -- cURL library module"
+#. summary(mdadm)
+msgid "Utility for Configuring MD Setup"
msgstr ""
-#. description(python-gobject)
-msgid "Pygobjects is an extension module for python that gives you access to GLib's GObjects."
+#. description(mdadm)
+msgid "Mdadm is a program that can be used to control Linux md devices. It is intended to provide all the functionality of the mdtools and raidtools programs but with a very different interface."
msgstr ""
-#. description(python-gobject:python-gobject-cairo)
-msgid ""
-"Pygobjects is an extension module for python that gives you access to GLib's GObjects.\n"
-"\n"
-"This package contains the Python Cairo bindings for GObject."
+#. summary(memtest86+)
+msgid "Memory Testing Image for x86 Architecture"
msgstr ""
-#. summary(python-cups)
-msgid "Python Bindings for CUPS"
+#. description(memtest86+)
+msgid "Memtest86 is an image that can be booted instead of a real OS. Once booted, it can be used to test the computer's memory."
msgstr ""
-#. description(python-cups)
-msgid "Python Bindings for CUPS, the Common Unix Printing System"
+#. summary(mkfontdir)
+msgid "Utility to create index of X font files"
msgstr ""
-#. summary(python-cairo)
-msgid "Python Bindings for Cairo"
+#. description(mkfontdir)
+msgid "mkfontdir creates the fonts.dir files needed by the legacy X server core font system. The current implementation is a simple wrapper script around the mkfontscale program, which must be built and installed first."
msgstr ""
-#. summary(rpm-python)
-msgid "Python Bindings for Manipulating RPM Packages"
+#. summary(mkfontscale)
+msgid "Utility to create index of scalable font files for X"
msgstr ""
-#. summary(python)
-msgid "Python Interpreter"
+#. description(mkfontscale)
+msgid "mkfontscale creates the fonts.scale and fonts.dir index files used by the legacy X11 font system."
msgstr ""
-#. summary(python-base)
-msgid "Python Interpreter base package"
+#. summary(mozilla-nspr)
+msgid "Netscape Portable Runtime"
msgstr ""
-#. summary(gnome-python-desktop:python-gnomekeyring)
-#, fuzzy
-msgid "Python bindings for GNOME Keyring"
-msgstr "O pacote não está assinalado"
+#. description(mozilla-nspr)
+msgid "NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free), and shared library linking."
+msgstr ""
-#. summary(python-gobject)
-#, fuzzy
-msgid "Python bindings for GObject"
-msgstr "O pacote não está assinalado"
+#. summary(mozilla-nss)
+msgid "Network Security Services"
+msgstr ""
-#. summary(python-gobject:python-gobject-cairo)
-msgid "Python bindings for GObject -- Cairo bindings"
+#. description(mozilla-nss)
+msgid "Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server applications. Applications built with NSS can support SSL v3, TLS v1.0, v1.1, v1.2, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards."
msgstr ""
-#. description(python-cairo)
-msgid "Python bindings for cairo."
+#. summary(mozilla-nss:mozilla-nss-certs)
+msgid "CA certificates for NSS"
msgstr ""
-#. summary(python-notify)
-msgid "Python bindings for libnotify"
+#. description(mozilla-nss:mozilla-nss-certs)
+msgid "This package contains the integrated CA root certificates from the Mozilla project."
msgstr ""
-#. description(python-notify)
-msgid "Python bindings for libnotify."
+#. summary(mtools)
+msgid "Access Files on an MS-DOS File System"
msgstr ""
-#. summary(python-smbc)
-msgid "Python bindings for samba clients (libsmbclient)"
+#. description(mtools)
+msgid ""
+"Mtools allows uncomplicated access to an MS-DOS file system on disk without mounting it. It includes commands for working with MS-DOS files: mdir, mcd, mcopy, and mformat.\n"
+"\n"
+"XDF support for OS/2 is also provided."
msgstr ""
-#. summary(satsolver-bindings:python-satsolver)
-msgid "Python bindings for sat solver"
+#. summary(nano)
+msgid "Pico editor clone with enhancements"
msgstr ""
-#. description(satsolver-bindings:python-satsolver)
-msgid "Python bindings for sat solver."
+#. description(nano)
+msgid "GNU nano is a small and friendly text editor. It aims to emulate the Pico text editor while also offering a few enhancements."
msgstr ""
-#. summary(python-gtk)
-msgid "Python bindings for the GTK+ widget set"
+#. summary(ncurses:ncurses-utils)
+msgid "Tools using the new curses libraries"
msgstr ""
-#. summary(talloc:pytalloc)
-#, fuzzy
-msgid "Python bindings for the Talloc library"
-msgstr "O pacote não está assinalado"
+#. description(ncurses:ncurses-utils)
+msgid ""
+"The ncurses based utilities are as follows:\n"
+"\n"
+"clear -- emits clear-screen for current terminal\n"
+"\n"
+"tabs -- set tabs on a terminal\n"
+"\n"
+"toe -- table of entries utility\n"
+"\n"
+"tput -- shell-script access to terminal capabilities.\n"
+"\n"
+"tset -- terminal-initialization utility\n"
+"\n"
+"reset -- terminal initialization utility"
+msgstr ""
-#. summary(libsmbios:smbios-utils-python)
-msgid "Python executables that use libsmbios"
+#. summary(net-tools)
+msgid "Important Programs for Networking"
msgstr ""
-#. summary(libsmbios:python-smbios)
-#, fuzzy
-msgid "Python interface to Libsmbios C library"
-msgstr "Interface do Kernel"
+#. description(net-tools)
+msgid "This package contains essential programs for network administration and maintenance: netstat, arp, ifconfig, rarp, and route."
+msgstr ""
-#. description(python)
-msgid ""
-"Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages.\n"
-"\n"
-"If you want to install third party modules using distutils, you need to install python-devel package."
+#. summary(net-tools:net-tools-deprecated)
+msgid "Deprecated Networking Utilities"
msgstr ""
-#. description(python-base)
-msgid ""
-"Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages.\n"
-"\n"
-"This package contains all of stand-alone Python files, minus binary modules that would pull in extra dependencies."
+#. description(net-tools:net-tools-deprecated)
+msgid "This package contains the arp, ifconfig, netstat and route utilities, which have been replaced by tools from the iproute2 package: * arp -> ip [-r] neigh * ifconfig -> ip a * netstat -> ss [-r] * route -> ip r"
msgstr ""
-#. summary(xf86-video-qxl)
-msgid "QXL virtual GPU video driver for the Xorg X server"
+#. summary(netcat-openbsd)
+msgid "TCP/IP swiss army knife"
msgstr ""
-#. description(rpm)
+#. description(netcat-openbsd)
msgid ""
-"RPM Package Manager is the main tool for managing the software packages of the SuSE Linux distribution.\n"
+"A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable \"back-end\" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.\n"
"\n"
-"RPM can be used to install and remove software packages. With rpm, it is easy to update packages. RPM keeps track of all these manipulations in a central database.\tThis way it is possible to get an overview of all installed packages. RPM also supports database queries."
+"This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets."
msgstr ""
-#. summary(perl-XML-XPathEngine)
-msgid "Re-usable XPath engine for DOM-like trees"
+#. summary(nfs-utils:nfs-client)
+msgid "Support Utilities for NFS"
msgstr ""
-#. summary(perl-Config-Crontab)
-msgid "Read/Write Vixie compatible crontab(5) files"
+#. description(nfs-utils:nfs-client)
+msgid "This package contains common NFS utilities which are needed for client and kernel based server."
msgstr ""
-#. summary(webrtc-audio-processing:libwebrtc_audio_processing0)
-msgid "Real-Time Communication Library for Web Browsers"
+#. summary(nfsidmap)
+msgid "NFSv4 ID Mapping Library"
msgstr ""
-#. summary(rtkit)
-msgid "Realtime Policy and Watchdog Daemon"
+#. description(nfsidmap)
+msgid "In NFSv4, identities of users are conveyed by names rather than user ID and group ID. Both the NFS server and client code in the kernel need to translate these to numeric IDs."
msgstr ""
-#. description(rtkit)
-msgid "RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes."
+#. summary(nilfs-utils)
+#, fuzzy
+msgid "Utilities for NILFS"
+msgstr "Servidor VNC"
+
+#. description(nilfs-utils)
+#, fuzzy
+msgid "This package contains utility programs for NILFS v2."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(glibc:nscd)
+#, fuzzy
+msgid "Name Service Caching Daemon"
+msgstr "Daemon Name Service Cache"
+
+#. description(glibc:nscd)
+msgid "Nscd caches name service lookups and can dramatically improve performance with NIS, NIS+, and LDAP."
msgstr ""
-#. description(redland:librdf0)
-msgid "Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF parsers, serializers, storage and query languages. Redland is designed for developers to provide RDF support in their applications as well as a core library for RDF developers to start with."
+#. summary(nss-mdns)
+msgid "Host Name Resolution Via Multicast DNS (Zeroconf) for glibc"
msgstr ""
-#. summary(startup-notification:libstartup-notification-1-0)
-msgid "Reference Implementation for the Startup-Notification Protocol"
+#. description(nss-mdns)
+msgid ""
+"nss-mdns is a plug-in for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing a hostname resolution via Multicast DNS (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), and effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.\n"
+"\n"
+"nss-mdns provides only client functionality, which means that you have to run a mDNS responder daemon separately from nss-mdns if you want to register the local hostname via mDNS. I recommend Avahi.\n"
+"\n"
+"By default, nss-mdns tries to contact a running avahi-daemon to resolve hostnames and addresses and makes use of its superior record cacheing."
msgstr ""
-#. summary(reiserfs:libreiserfscore0)
+#. summary(nss_ldap)
+msgid "NSS LDAP Module"
+msgstr ""
+
+#. description(nss_ldap)
+msgid "Nss_ldap is a glibc NSS module that allows X.500 and LDAP directory servers to be used as a primary source of aliases, ethers, groups, hosts, networks, protocol, users, RPCs, services, and shadow passwords (instead of or in addition to using flat files or NIS)."
+msgstr ""
+
+#. summary(ntfs-3g_ntfsprogs:ntfs-3g)
+msgid "NTFS Support in Userspace"
+msgstr ""
+
+#. summary(ntfs-3g_ntfsprogs:ntfsprogs)
#, fuzzy
-msgid "Reiser File System Core Library"
-msgstr "Novell e Linux"
+msgid "NTFS Utilities"
+msgstr "Montagens do NFS"
-#. summary(reiserfs)
-msgid "Reiser File System utilities"
+#. description(ntfs-3g_ntfsprogs:ntfsprogs)
+msgid "The ntfsprogs includes utilities for doing all required tasks to NTFS partitions. In general, just run a utility without any command line options to display the version number and usage syntax."
msgstr ""
-#. summary(libreiserfs:libreiserfs-0_3-0)
-msgid "ReiserFS File System Access Library"
+#. summary(ntp)
+msgid "Network Time Protocol daemon (version 4)"
msgstr ""
-#. summary(release-notes-openSUSE)
-msgid "Release Notes for this openSUSE Release"
+#. description(ntp)
+msgid ""
+"The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio, satellite receiver, or modem.\n"
+"\n"
+"Ntpd is an operating system daemon that sets and maintains the system time-of-day synchronized with Internet standard time servers."
msgstr ""
-#. summary(logrotate)
-msgid "Rotate, compress, remove, and mail system log files"
+#. summary(numlockx)
+msgid "Switch on/off or toggle numlock"
msgstr ""
-#. description(rpcbind)
-msgid "Rpcbind is a replacement for portmap. Whereas portmap supports only UDP and TCP transports over INET (IPv4), rpcbind can be configured to work on various transports supported by the TI-RPC. This includes TCP and UDP over IPv6. Moreover, rpcbind provides additional functions in regards to portmap."
+#. description(numlockx)
+msgid "This little thingy allows you to start X with NumLock turned on ( which is a feature that a lot of people seem to miss and nobody really knew how to achieve this ). This code relies on X extensions called XTest and XKB, so you need to have at least one of these X extensions installed ( you most probably do )."
msgstr ""
-#. description(rsync)
-msgid "Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behavior and permit very flexible specification of the set of files to be copied. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use."
+#. summary(hxtools:ofl)
+msgid "Open File Lister from hxtools"
msgstr ""
-#. description(rsyslog)
-msgid "Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user."
+#. description(hxtools:ofl)
+msgid "ofl lists processes (and can send signals to them) that have directories or files in specific locations in use. It differs from lsof/fuser in that it can scan recursively and won't bluntly look at an entire mount."
msgstr ""
-#. summary(libstorage:libstorage-ruby)
-#, fuzzy
-msgid "Ruby bindings for libstorage"
-msgstr "O pacote não está assinalado"
+#. summary(open-iscsi)
+msgid "Linux* Open-iSCSI Software Initiator"
+msgstr ""
-#. summary(yast2-ruby-bindings)
-#, fuzzy
-msgid "Ruby bindings for the YaST platform"
-msgstr "O pacote não está assinalado"
-
-#. description(ruby)
+#. description(open-iscsi)
msgid ""
-"Ruby is an interpreted scripting language for quick and easy object-oriented programming. It has many features for processing text files and performing system management tasks (as in Perl). It is simple, straight-forward, and extensible.\n"
+"Open-iSCSI is a high-performance, transport independent, multi-platform implementation of RFC3720 iSCSI.\n"
"\n"
-"* Ruby features:\n"
+"Open-iSCSI is partitioned into user and kernel parts.\n"
"\n"
-"- Simple Syntax\n"
+"The kernel portion of Open-iSCSI is a from-scratch code licensed under GPL. The kernel part implements iSCSI data path (that is, iSCSI Read and iSCSI Write), and consists of two loadable modules: iscsi_if.ko and iscsi_tcp.ko.\n"
"\n"
-"- *Normal* Object-Oriented features (class, method calls, for example)\n"
+"User space contains the entire control plane: configuration manager, iSCSI Discovery, Login and Logout processing, connection-level error processing, Nop-In and Nop-Out handling, and (in the future:) Text processing, iSNS, SLP, Radius, etc.\n"
"\n"
-"- *Advanced* Object-Oriented features(Mix-in, Singleton-method, for example)\n"
+"The user space Open-iSCSI consists of a daemon process called iscsid, and a management utility iscsiadm."
+msgstr ""
+
+#. summary(open-vm-tools)
+msgid "Open Virtual Machine Tools"
+msgstr ""
+
+#. description(open-vm-tools)
+msgid ""
+"Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform.\n"
"\n"
-"- Operator Overloading\n"
+"With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like:\n"
"\n"
-"- Exception Handling\n"
+"* File transfer between a host and guest\n"
"\n"
-"- Iterators and Closures\n"
+"* Improved memory management and network performance under virtualization\n"
"\n"
-"- Garbage Collection\n"
-"\n"
-"- Dynamic Loading of Object Files (on some architectures)\n"
-"\n"
-"- Highly Portable (works on many UNIX machines; DOS, Windows, Mac, BeOS, and more)"
+"* General mechanisms and protocols for communication between host and guests and from guest to guest"
msgstr ""
-#. summary(rubygem-ruby-dbus)
-#, fuzzy
-msgid "Ruby module for interaction with D-Bus"
-msgstr "Configura o servidor para instalar bases de dados Oracle."
-
-#. summary(time)
-msgid "Run Programs And Summarize System Resource Usage"
+#. summary(open-vm-tools:open-vm-tools-desktop)
+msgid "User experience components for Open Virtual Machine Tools"
msgstr ""
-#. description(librcc:rcc-runtime)
-#, fuzzy
-msgid "Runtime environment for the package LibRCC."
-msgstr "Ambiente Runtime 32Bit"
-
-#. summary(librcd0)
-#, fuzzy
-msgid "Russian Charset Detection Library"
-msgstr "Detecção de Hardware do SUSE"
-
-#. description(slang:libslang2)
-msgid "S-Lang is a multi-platform programming library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications such as display/screen management, keyboard input, keymaps etc. Another major feature of the library is the interpreter for the S-Lang extension language which can be embedded into an application to make it extensible. With slsh a standalone interpreter is available as well."
+#. description(open-vm-tools:open-vm-tools-desktop)
+msgid "This package contains only the user-space programs and libraries of open-vm-tools that are essential for improved user experience of VMware virtual machines."
msgstr ""
-#. summary(xf86-video-savage)
-msgid "S3 Savage video driver for the Xorg X server"
+#. summary(openSUSE-release)
+msgid "openSUSE Tumbleweed"
msgstr ""
-#. summary(perl-XML-SAX-Expat)
-msgid "SAX2 Driver for Expat (XML::Parser)"
+#. description(openSUSE-release)
+msgid "openSUSE Tumbleweed is the rolling distribution by the openSUSE.org project."
msgstr ""
-#. summary(libsemanage:libsemanage1)
-msgid "SELinux binary policy manipulation library"
+#. summary(openldap2-client)
+msgid "The OpenLDAP commandline client tools"
msgstr ""
-#. summary(libselinux:libselinux1)
-msgid "SELinux library and simple utilities"
-msgstr ""
+#. description(openldap2-client)
+#, fuzzy
+msgid "This package contains the OpenLDAP client utilities."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(smartmontools)
-msgid "SMARTmontools controls and monitors storage devices using the Self-Monitoring, Analysis, and Reporting Technology System (S.M.A.R.T.) built into ATA, SATA and SCSI Hard Drives. This is used to check the hard drive reliability and to predict drive failures. The suite contains two utilities. The first, smartctl, is a command line utility designed to perform simple S.M.A.R.T. tasks. The second, smartd, is a daemon that periodically monitors the smart status and reports errors to syslog. The package is compatible with the ATA/ATAPI-3 to -7 specification. The package is intended to incorporate as much \"vendor specific\" and \"reserved\" information as possible about disk drives. The commands man smartctl and man smartd will provide more information."
+#. summary(openslp)
+msgid "An OpenSLP Implementation of Service Location Protocol V2"
msgstr ""
-#. summary(perl-SQL-Statement)
-msgid "SQL parsing and processing engine"
-msgstr ""
-
-#. description(perl-DBD-SQLite)
+#. description(openslp)
msgid ""
-"SQLite is a small fast embedded SQL database engine.\n"
+"Service Location Protocol is an IETF standards track protocol that provides a framework that allows networking applications to discover the existence, location, and configuration of networked services in enterprise networks.\n"
"\n"
-"DBD::SQLite embeds that database engine into a DBD driver, so if you want a relational database for your project, but don`t want to install a large RDBMS system like MySQL or PostgreSQL, then DBD::SQLite may be just what you need.\n"
-"\n"
-"It supports quite a lot of features, such as transactions (atomic commit and rollback), indexes, DBA-free operation, a large subset of SQL92 supported, and more."
+"OpenSLP is an open source implementation of the SLPv2 protocol as defined by RFC 2608 and RFC 2614. This package includes the slptool and runtime libraries."
msgstr ""
+#. summary(openssh)
+msgid "Secure Shell Client and Server (Remote Login Program)"
+msgstr ""
+
#. description(openssh)
msgid ""
"SSH (Secure Shell) is a program for logging into and executing commands on a remote machine. It is intended to replace rsh (rlogin and rsh) and provides openssl (secure encrypted communication) between two untrusted hosts over an insecure network.\n"
@@ -2179,824 +2644,1091 @@
"xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can also be forwarded over the secure channel."
msgstr ""
-#. summary(permissions)
-msgid "SUSE Linux Default Permissions"
+#. summary(openssh-askpass)
+msgid "A passphrase dialog for OpenSSH and the X Window System"
msgstr ""
-#. summary(polkit-default-privs)
-msgid "SUSE PolicyKit default permissions"
+#. description(openssh-askpass)
+msgid "Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. This package contains an X Window System passphrase dialog for OpenSSH."
msgstr ""
-#. description(syslinux)
-msgid "SYSLINUX is a boot loader for the Linux operating system which operates off an MS-DOS or Windows FAT file system. It is intended to simplify first-time installation of Linux and for creation of rescue and other special purpose boot disks."
+#. summary(openssh:openssh-helpers)
+msgid "OpenSSH AuthorizedKeysCommand helpers"
msgstr ""
-#. summary(samba:libsmbclient0)
-msgid "Samba Client Library"
+#. description(openssh:openssh-helpers)
+msgid "Helper applications for OpenSSH which retrieve keys from various sources."
msgstr ""
-#. summary(samba:libsmbldap0)
-msgid "Samba LDAP protocol helper function library"
+#. summary(openvpn)
+msgid "Full-featured SSL VPN solution using a TUN/TAP Interface"
msgstr ""
-#. summary(samba:libsamba-credentials0)
-#, fuzzy
-msgid "Samba credential management library"
-msgstr "Desenvolvimento GNOME"
+#. description(openvpn)
+msgid ""
+"OpenVPN is a full-featured SSL VPN solution which can accommodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls.\n"
+"\n"
+"OpenVPN implements OSI layer 2 or 3 secure network extension using the industry standard SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or 2-factor authentication, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface.\n"
+"\n"
+"OpenVPN runs on: Linux, Windows 2000/XP and higher, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Solaris.\n"
+"\n"
+"OpenVPN is not a web application proxy and does not operate through a web browser."
+msgstr ""
-#. summary(samba:samba-libs)
+#. summary(os-prober)
+msgid "Probes disks on the system for installed operating systems"
+msgstr ""
+
+#. description(os-prober)
+msgid "This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily."
+msgstr ""
+
+#. summary(p11-kit:p11-kit-tools)
#, fuzzy
-msgid "Samba libraries"
-msgstr "Placas de Rede"
+msgid "Library to work with PKCS#11 modules -- Tools"
+msgstr "Ambiente de Trabalho KDE"
-#. summary(samba:libwbclient0)
-msgid "Samba libwbclient Library"
+#. summary(p7zip)
+msgid "7-zip file compression program"
msgstr ""
-#. summary(tevent:libtevent0)
-msgid "Samba tevent Library"
+#. description(p7zip)
+msgid "p7zip is a quick port of 7z.exe and 7za.exe (command line version of 7zip, see www.7-zip.org) for Unix. 7-Zip is a file archiver with highest compression ratio. Since 4.10, p7zip (like 7-zip) supports little-endian and big-endian machines."
msgstr ""
-#. summary(samba:libsamba-util0)
-#, fuzzy
-msgid "Samba utility function library"
-msgstr "Funções Principais"
+#. summary(pam)
+msgid "A Security Tool that Provides Authentication for Applications"
+msgstr ""
-#. summary(samba:libsamdb0)
-msgid "Samba's SAM database library"
+#. description(pam)
+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."
msgstr ""
-#. summary(samba:libsmbconf0)
-#, fuzzy
-msgid "Samba3 configuration library"
-msgstr "Exibir Configuração"
+#. summary(pam-config)
+msgid "Modify common PAM configuration files"
+msgstr ""
-#. summary(samba:libsmbclient-raw0)
+#. description(pam-config)
+msgid "pam-config is a command line utility to maintain the common PAM configuration files included by most PAM application configuration files. It can be used to configure a system for different network or hardware based authentication schemes. pam-config can also add/adjust/remove other PAM modules and their options."
+msgstr ""
+
+#. summary(pam_krb5)
#, fuzzy
-msgid "Samba4's raw SMB client library"
-msgstr "Criptografia"
+msgid "A Pluggable Authentication Module for Kerberos 5"
+msgstr "Pacotes de desenvolvimento do KDE"
-#. description(pm-profiler)
-msgid "Script infrastructure to enable/disable certain power management functions via simple configuration files. It is intended for server use."
+#. description(pam_krb5)
+msgid "This PAM module supports authentication against a Kerberos KDC. It also supports updating your Kerberos password."
msgstr ""
-#. summary(sysconfig:sysconfig-netconfig)
-msgid "Script to apply network provided settings"
+#. summary(pam_ldap)
+msgid "A PAM Module for LDAP Authentication"
msgstr ""
-#. description(libsamplerate:libsamplerate0)
+#. description(pam_ldap)
msgid ""
-"Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is in converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.\n"
+"This is a PAM Module that handles LDAP. The advantages of this pecular version are:\n"
"\n"
-"SRC is capable of arbitrary and time varying conversions; from downsampling by a factor of 12 to upsampling by the same factor. The conversion ratio can also vary with time for speeding up and slowing down effects."
+"Possibility to change LDAP passwords in the directory\n"
+"\n"
+"Compatibility with the nss_ldap configuration file format"
msgstr ""
-#. summary(openssh)
-msgid "Secure Shell Client and Server (Remote Login Program)"
+#. summary(pam_mount)
+msgid "A PAM Module that can Mount Volumes for a User Session"
msgstr ""
-#. description(libsemanage:libsemanage1)
+#. description(pam_mount)
msgid ""
-"Security-enhanced Linux is a feature of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security.\n"
+"This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can logon.\n"
"\n"
-"libsemanage provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings."
+"The module also supports mounting local filesystems of any kind the normal mount utility supports, with extra code to make sure certain volumes are set up properly because often they need more than just a mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE, dm-crypt and LUKS."
msgstr ""
-#. description(libselinux:libselinux1)
-msgid ""
-"Security-enhanced Linux is a feature of the Linux(R) kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement(R), Role-based Access Control, and Multi-level Security.\n"
-"\n"
-"libselinux provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. Required for any applications that use the SELinux API."
+#. summary(parted)
+msgid "GNU partitioner"
msgstr ""
-#. description(libsepol:libsepol1)
-msgid ""
-"Security-enhanced Linux is a feature of the Linux(R) kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement(R), Role-based Access Control, and Multi-level Security.\n"
-"\n"
-"libsepol provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings."
+#. description(parted)
+msgid "GNU Parted is a program for creating, destroying, resizing, checking, and copying partitions, and the file systems on them."
msgstr ""
-#. description(sed)
-msgid "Sed takes text input, performs one or more operations on it, and outputs the modified text. Sed is typically used for extracting parts of a file using pattern matching or for substituting multiple occurrences of a string within a file."
+#. summary(patterns-openSUSE:patterns-openSUSE-apparmor)
+msgid "AppArmor"
msgstr ""
-#. summary(perl-DBD-SQLite)
-msgid "Self-contained RDBMS in a DBI Driver"
+#. description(patterns-openSUSE:patterns-openSUSE-apparmor)
+msgid "AppArmor is an application security framework that provides mandatory access control for programs. It protects from exploitation of software flaws and compromised systems. It offers an advanced tool set that automates the development of per-program application security without requiring additional knowledge."
msgstr ""
-#. description(openslp)
-msgid ""
-"Service Location Protocol is an IETF standards track protocol that provides a framework that allows networking applications to discover the existence, location, and configuration of networked services in enterprise networks.\n"
-"\n"
-"OpenSLP is an open source implementation of the SLPv2 protocol as defined by RFC 2608 and RFC 2614. This package includes the slptool and runtime libraries."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-base)
+#, fuzzy
+msgid "Base System"
+msgstr "Sistema Básico da Área de Trabalho"
-#. description(sessreg)
-msgid "Sessreg is a simple program for managing utmp/wtmp entries for X sessions. It was originally written for use with xdm, but may also be used with other display managers such as gdm or kdm."
+#. description(patterns-openSUSE:patterns-openSUSE-base)
+msgid "This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own."
msgstr ""
-#. summary(splashy:splashy-mkinitrd)
-msgid "Setup script for mkinitrd"
+#. summary(patterns-openSUSE:patterns-openSUSE-enhanced_base)
+#, fuzzy
+msgid "Enhanced Base System"
+msgstr "Sistema Básico da Área de Trabalho"
+
+#. description(patterns-openSUSE:patterns-openSUSE-enhanced_base)
+msgid "This is the enhanced base runtime system with lots of convenience packages."
msgstr ""
-#. description(splashy:splashy-mkinitrd)
-msgid "Setup script for mkinitrd adds splashy support into initial ram disk."
+#. summary(patterns-openSUSE:patterns-openSUSE-fonts)
+msgid "Fonts"
msgstr ""
-#. summary(shared-mime-info)
-msgid "Shared MIME Database"
+#. description(patterns-openSUSE:patterns-openSUSE-fonts)
+#, fuzzy
+msgid "Base fonts and font configuration."
+msgstr "Módulos YaST2 de Configuração"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-games)
+msgid "Games"
msgstr ""
-#. summary(libX11:libX11-data)
+#. description(patterns-openSUSE:patterns-openSUSE-games)
#, fuzzy
-msgid "Shared data for the Core X11 protocol library"
-msgstr "The Battle for Wesnoth"
+msgid "A collection of games."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(sqlite3:libsqlite3-0)
-msgid "Shared libraries for the Embeddable SQL Database Engine"
+#. summary(patterns-openSUSE:patterns-openSUSE-imaging)
+msgid "Graphics"
msgstr ""
-#. summary(libyaml:libyaml-0-2)
+#. description(patterns-openSUSE:patterns-openSUSE-imaging)
+msgid "Handling of digital photos and graphics."
+msgstr ""
+
+#. summary(patterns-openSUSE:patterns-openSUSE-multimedia)
+msgid "Multimedia"
+msgstr ""
+
+#. description(patterns-openSUSE:patterns-openSUSE-multimedia)
+msgid "Multimedia players, sound editing tools , video and image manipulation applications."
+msgstr ""
+
+#. summary(patterns-openSUSE:patterns-openSUSE-non_oss)
+msgid "Misc. Proprietary Packages"
+msgstr ""
+
+#. description(patterns-openSUSE:patterns-openSUSE-non_oss)
+msgid "Packages that are proprietary and not under an Open Source license."
+msgstr ""
+
+#. summary(patterns-openSUSE:patterns-openSUSE-office)
#, fuzzy
-msgid "Shared library from libyaml"
-msgstr "Criando banco de dados de recursos"
+msgid "Office Software"
+msgstr "Software"
-#. summary(utempter:libutempter0)
+#. description(patterns-openSUSE:patterns-openSUSE-office)
+msgid "Office software for your desktop environment including LibreOffice."
+msgstr ""
+
+#. summary(patterns-openSUSE:patterns-openSUSE-sw_management)
#, fuzzy
-msgid "Shared library of utempter"
-msgstr "Criando banco de dados de recursos"
+msgid "Software Management"
+msgstr "Gerenciamento de energia (APM)"
-#. summary(xf86-video-sis)
-msgid "SiS and XGI video driver for the Xorg X server"
+#. description(patterns-openSUSE:patterns-openSUSE-sw_management)
+msgid "This pattern provides a graphical application and a command line tool for keeping your system up to date."
msgstr ""
-#. summary(xf86-video-siliconmotion)
-msgid "Silicon Motion video driver for the Xorg X server"
+#. summary(patterns-openSUSE:patterns-openSUSE-x11)
+#, fuzzy
+msgid "X Window System"
+msgstr "Sistema X Window"
+
+#. description(patterns-openSUSE:patterns-openSUSE-x11)
+msgid "The X Window System provides the only standard platform-independent networked graphical window system bridging the heterogeneous platforms in today's enterprise: from network servers to desktops, thin clients, laptops, and handhelds, independent of operating system and hardware."
msgstr ""
-#. summary(SDL:libSDL-1_2-0)
-msgid "Simple DirectMedia Layer Library"
+#. summary(patterns-openSUSE:patterns-openSUSE-yast2_basis)
+#, fuzzy
+msgid "YaST System Administration"
+msgstr "&Administração"
+
+#. description(patterns-openSUSE:patterns-openSUSE-yast2_basis)
+msgid "YaST tools for basic system administration."
msgstr ""
-#. summary(PackageKit:typelib-1_0-PackageKitGlib-1_0)
+#. summary(patterns-openSUSE:patterns-openSUSE-yast2_install_wf)
#, fuzzy
-msgid "Simple software installation management software -- Introspection bindings"
-msgstr "Desenvolvimento"
+msgid "YaST Installation Packages"
+msgstr "Instalação"
-#. summary(PackageKit:PackageKit-backend-zypp)
-msgid "Simple software installation management software -- Zypp Backend"
+#. description(patterns-openSUSE:patterns-openSUSE-yast2_install_wf)
+msgid "YaST tools for installing your system."
msgstr ""
-#. summary(PackageKit-branding-openSUSE)
-msgid "Simple software installation management software -- openSUSE default configuration"
+#. summary(pciutils)
+msgid "PCI utilities for Kernel version 2"
msgstr ""
-#. summary(perl-Params-Util)
-msgid "Simple, compact and correct param-checking functions"
+#. description(pciutils)
+msgid ""
+"lspci: This program displays detailed information about all PCI busses and devices in the system, replacing the original /proc/pci interface.\n"
+"\n"
+"setpci: This program allows reading from and writing to PCI device configuration registers. For example, you can adjust the latency timers with it.\n"
+"\n"
+"update-pciids: This program downloads the current version of the pci.ids file."
msgstr ""
-#. description(libx86emu:libx86emu1)
-msgid "Small x86 emulation library with focus of easy usage and extended execution logging functions."
+#. summary(pcmciautils)
+msgid "Utilities for PC-Cards"
msgstr ""
-#. summary(usbmuxd)
-msgid "Socket daemon for the usbmux protocol used by Apple devices"
+#. description(pcmciautils)
+msgid "This package enables the usage of PC-Cards with Linux. It provides hotplug scripts, and tools that set up sockets and cards. Since kernel 2.6.13 card injection and removal are handled completely via hotplug. Therefore, a daemon like 'cardmgr' is no longer needed. Soft ejecting and inserting cards can be done with pccardctl (it was cardctl before). There are also some tools for debugging and CIS handling."
msgstr ""
-#. description(x11-tools)
-msgid "Some useful tools for the X Window System."
+#. summary(perl)
+#. summary(perl:perl-base)
+msgid "The Perl interpreter"
msgstr ""
-#. description(ndiswrapper)
-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."
+#. description(perl)
+msgid ""
+"perl - Practical Extraction and Report Language\n"
+"\n"
+"Perl is optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It is also good for many system management tasks. Perl is intended to be practical (easy to use, efficient, and complete) rather than beautiful (tiny, elegant, and minimal).\n"
+"\n"
+"Some of the modules available on CPAN can be found in the \"perl\" series."
msgstr ""
-#. summary(libvisual)
-msgid "Sound Visualization Library"
+#. summary(perl-Bootloader)
+msgid "Library for Configuring Boot Loaders"
msgstr ""
-#. description(spandsp:libspandsp2)
-msgid "SpanDSP is a library of DSP functions for telephony, in the 8000 sample per second world of E1s, T1s, and higher order PCM channels. It contains low level functions, such as basic filters. It also contains higher level functions, such as cadenced supervisory tone detection, and a complete software FAX machine."
+#. description(perl-Bootloader)
+msgid "Perl modules for configuring various boot loaders."
msgstr ""
-#. description(speex:libspeex1)
-msgid "Speex is a patent free audio codec designed especially for voice (unlike Vorbis which targets general audio) signals and providing good narrowband and wideband quality. This project aims to be complementary to the Vorbis codec."
+#. summary(perl-Bootloader:perl-Bootloader-YAML)
+msgid "YAML interface for perl-Bootloader"
msgstr ""
-#. summary(splashy:splashy-branding-openSUSE)
-msgid "Splashy branding for openSUSE"
+#. description(perl-Bootloader:perl-Bootloader-YAML)
+msgid "A command line interface to perl-Bootloader using YAML files for input and output."
msgstr ""
-#. description(splashy:splashy-branding-openSUSE)
-msgid "Splashy branding for openSUSE Linux distribution"
+#. summary(perl-Crypt-SmbHash)
+msgid "perl module Crypt::SmbHash"
msgstr ""
-#. description(splashy)
+#. description(perl-Crypt-SmbHash)
+msgid "This module provides functions to generate LM/NT hashes as used by Samba"
+msgstr ""
+
+#. summary(perl-DBD-SQLite)
+msgid "Self-contained RDBMS in a DBI Driver"
+msgstr ""
+
+#. description(perl-DBD-SQLite)
msgid ""
-"Splashy is a next generation boot splashing system for Linux systems. Unlike other splashing systems, it needs no patches to the kernel and it´s installed like a normal package. Make your boot process eye-candy with Splashy!\n"
+"SQLite is a public domain file-based relational database engine that you can find at the http://www.sqlite.org/ manpage.\n"
"\n"
-"Some of Splashy´s most noticeable features include:\n"
+"*DBD::SQLite* is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and *nothing* else.\n"
"\n"
-"* Require zero kernel patches/full functionality in user-space\n"
+"SQLite supports the following features:\n"
"\n"
-"* Boot/halt/reboot/runlevel-switch support\n"
+"* Implements a large subset of SQL92\n"
"\n"
-"* Progressbar support (with optional border)\n"
+" See the http://www.sqlite.org/lang.html manpage for details.\n"
"\n"
-"* Verbose mode (with F2/ESC keys)\n"
+"* A complete DB in a single disk file\n"
"\n"
-"* Configuration file in XML\n"
+" Everything for your database is stored in a single disk file, making it easier to move things around than with the DBD::CSV manpage.\n"
"\n"
-"* Cope with any video-mode resolution/size\n"
+"* Atomic commit and rollback\n"
"\n"
-"* Cope with 8, 16, and 24 bit framebuffers\n"
+" Yes, *DBD::SQLite* is small and light, but it supports full transactions!\n"
"\n"
-"* Alpha channel (transparency) support\n"
+"* Extensible\n"
"\n"
-"* Video mode detection\n"
+" User-defined aggregate or regular functions can be registered with the SQL parser.\n"
"\n"
-"* Initramfs support\n"
+"There's lots more to it, so please refer to the docs on the SQLite web page, listed above, for SQL details. Also refer to the DBI manpage for details on how to use DBI itself. The API works like every DBI module does. However, currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database."
+msgstr ""
+
+#. summary(perl-DBI)
+msgid "Database independent interface for Perl"
+msgstr ""
+
+#. description(perl-DBI)
+msgid ""
+"The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.\n"
"\n"
-"* TrueType2 fonts support\n"
+"It is important to remember that the DBI is just an interface. The DBI is a layer of \"glue\" between an application and one or more database _driver_ modules. It is the driver modules which do most of the real work. The DBI provides a standard interface and framework for the drivers to operate within.\n"
"\n"
-"* Lots of image/animation file formats supported: jpg, png, gif, mpg, swf\n"
+"This document often uses terms like _references_, _objects_, _methods_. If you're not familiar with those terms then it would be a good idea to read at least the following perl manuals first: the perlreftut manpage, the perldsc manpage, the perllol manpage, and the perlboot manpage."
+msgstr ""
+
+#. summary(perl-DateTime)
+#, fuzzy
+msgid "Date and Time Object for Perl"
+msgstr "Ambiente de Trabalho KDE"
+
+#. description(perl-DateTime)
+msgid ""
+"DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see the http://datetime.perl.org/ manpage. The DateTime site has a FAQ which may help answer many \"how do I do X?\" questions. The FAQ is at the http://datetime.perl.org/wiki/datetime/page/FAQ manpage.\n"
"\n"
-"* Low dependencies and code in C to best perform\n"
+"It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the \"proleptic Gregorian calendar\". In this calendar, the first day of the calendar (the epoch), is the first day of year 1, which corresponds to the date which was (incorrectly) believed to be the birth of Jesus Christ.\n"
"\n"
-"* Full LSB support\n"
+"The calendar represented does have a year 0, and in that way differs from how dates are often written using \"BCE/CE\" or \"BC/AD\".\n"
"\n"
-"* Multiple themes support\n"
+"For infinite datetimes, please see the DateTime::Infinite module."
+msgstr ""
+
+#. summary(perl-Digest-MD4)
+#, fuzzy
+msgid "Perl interface to the MD4 Algorithm"
+msgstr "Interface do Kernel"
+
+#. description(perl-Digest-MD4)
+msgid ""
+"The 'Digest::MD4' module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit \"fingerprint\" or \"message digest\" of the input.\n"
"\n"
-"* Really easy to create new themes\n"
-"\n"
-"* X detection on exit\n"
-"\n"
-"* Smooth progressbar movement\n"
-"\n"
-"* Animations support\n"
-"\n"
-"* Fade in/out effects\n"
-"\n"
-"* Totally configurable"
+"The 'Digest::MD4' module provides a procedural interface for simple use, as well as an object oriented interface that can handle messages of arbitrary length and which can read files directly."
msgstr ""
-#. description(openssh-askpass)
-msgid "Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. This package contains an X Window System passphrase dialog for OpenSSH."
+#. summary(perl-Digest-SHA1)
+msgid "Perl Interface to the SHA-1 Algorithm"
msgstr ""
-#. description(startup-notification:libstartup-notification-1-0)
-msgid "Startup-notification contains a reference implementation of the startup-notification protocol."
+#. summary(perl-HTML-Parser)
+msgid "HTML parser class"
msgstr ""
-#. summary(SuSEfirewall2)
-msgid "Stateful Packet Filter Using iptables and netfilter"
+#. description(perl-HTML-Parser)
+msgid ""
+"Objects of the 'HTML::Parser' class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked.\n"
+"\n"
+"'HTML::Parser' is not a generic SGML parser. We have tried to make it able to deal with the HTML that is actually \"out there\", and it normally parses as closely as possible to the way the popular web browsers do it instead of strictly following one of the many HTML specifications from W3C. Where there is disagreement, there is often an option that you can enable to get the official behaviour.\n"
+"\n"
+"The document to be parsed may be supplied in arbitrary chunks. This makes on-the-fly parsing as documents are received from the network possible.\n"
+"\n"
+"If event driven parsing does not feel right for your application, you might want to use 'HTML::PullParser'. This is an 'HTML::Parser' subclass that allows a more conventional program structure."
msgstr ""
-#. summary(libustr:libustr-1_0-1)
-msgid "String library, very low memory overhead, simple to import"
+#. summary(perl-List-MoreUtils)
+msgid "Provide the stuff missing in List::Util"
msgstr ""
-#. summary(susehelp:susehelp_en)
-msgid "SuSE Help System (English)"
+#. description(perl-List-MoreUtils)
+msgid ""
+"*List::MoreUtils* provides some trivial but commonly needed functionality on lists which is not going to go into the List::Util manpage.\n"
+"\n"
+"All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine."
msgstr ""
-#. summary(susehelp)
-msgid "SuSE Help-System (base)"
+#. summary(perl-Net-DBus)
+#, fuzzy
+msgid "Perl extension for the DBus message system"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(perl-Net-DBus)
+msgid ""
+"Net::DBus provides a Perl API for the DBus message system. The DBus Perl interface is currently operating against the 0.32 development version of DBus, but should work with later versions too, providing the API changes have not been too drastic.\n"
+"\n"
+"Users of this package are either typically, service providers in which case the the Net::DBus::Service manpage and the Net::DBus::Object manpage modules are of most relevance, or are client consumers, in which case the Net::DBus::RemoteService manpage and the Net::DBus::RemoteObject manpage are of most relevance."
msgstr ""
-#. summary(smpppd)
-msgid "SuSE Meta PPP Daemon"
+#. summary(perl-Net-SSLeay)
+msgid "Perl extension for using OpenSSL"
msgstr ""
-#. summary(sbl)
-msgid "SuSE blinux"
+#. description(perl-Net-SSLeay)
+msgid "Net::SSLeay module contains perl bindings to openssl (http://www.openssl.org) library. Net::SSLeay module basically comprise of: High level functions for accessing web servers (by using HTTP/HTTPS) Low level API (mostly mapped 1:1 to openssl's C functions) Convenience functions (related to low level API but with more perl friendly interface)"
msgstr ""
-#. description(sbl)
-msgid "SuSE blinux is a screen reader for the Linux console. It supports braille displays."
+#. summary(perl-Params-Validate)
+msgid "Validate method/function parameters"
msgstr ""
-#. description(SuSEfirewall2)
+#. description(perl-Params-Validate)
msgid ""
-"SuSEfirewall2 implements a packet filter that protects hosts and routers by limiting which services or networks are accessible on the host or via the router.\n"
+"The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in.\n"
"\n"
-"SuSEfirewall2 uses the iptables/netfilter packet filtering infrastructure to create a flexible rule set for a stateful firewall."
+"It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments."
msgstr ""
-#. description(sudo)
-msgid "Sudo is a command that allows users to execute some commands as root. The /etc/sudoers file (edited with 'visudo') specifies which users have access to sudo and which commands they can run. Sudo logs all its activities to syslogd, so the system administrator can keep an eye on things. Sudo asks for the password for initializing a check period of a given time N (where N is defined at installation and is set to 5 minutes by default)."
+#. summary(perl-Parse-RecDescent)
+#. description(perl-Parse-RecDescent)
+msgid "Generate Recursive-Descent Parsers"
msgstr ""
-#. summary(nfs-utils:nfs-client)
-msgid "Support Utilities for NFS"
+#. summary(perl-Term-ReadKey)
+msgid "Module for Simple Terminal Control"
msgstr ""
-#. summary(numlockx)
-msgid "Switch on/off or toggle numlock"
+#. description(perl-Term-ReadKey)
+msgid "This module, ReadKey, provides ioctl control for terminals and Win32 consoles so the input modes can be changed (thus allowing reads of a single character at a time), and also provides non-blocking reads of stdin, as well as several other terminal related features, including retrieval/modification of the screen size, and retrieval/modification of the control characters."
msgstr ""
-#. summary(xf86-input-synaptics)
-msgid "Synaptics touchpad input driver for the Xorg X server"
-msgstr ""
-
-#. summary(syslogd:syslog-service)
-msgid "Syslog service files & scripts"
-msgstr ""
-
-#. summary(sssd)
+#. summary(perl-X11-Protocol)
#, fuzzy
-msgid "System Security Services Daemon"
-msgstr "Base de Servidor Oracle"
+msgid "Perl module for the X Window System Protocol, version 11"
+msgstr "Sistema X Window"
-#. summary(sysfsutils)
-msgid "System Utilities Package / Libsysfs"
+#. description(perl-X11-Protocol)
+msgid ""
+"X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for information about X11), allowing perl programs to display windows and graphics on X11 servers.\n"
+"\n"
+"A full description of the protocol is beyond the scope of this documentation; for complete information, see the _X Window System Protocol, X Version 11_, available as Postscript or *roff source from 'ftp://ftp.x.org', or _Volume 0: X Protocol Reference Manual_ of O'Reilly & Associates's series of books about X (ISBN 1-56592-083-X, 'http://www.oreilly.com'), which contains most of the same information."
msgstr ""
-#. summary(systemd:systemd-sysvinit)
-msgid "System V init tools"
+#. summary(perl-X500-DN)
+msgid "Provides an interface for RFC 2253 style DN strings"
msgstr ""
-#. summary(Mesa)
-msgid "System for rendering interactive 3-D graphics"
+#. description(perl-X500-DN)
+msgid "X500::DN Provides a pure perl parser and formatter for RFC 2253 style DN strings."
msgstr ""
-#. description(yast2-installation)
-msgid "System installation code as present on installation media."
+#. summary(perl-XML-LibXML)
+msgid "Perl Binding for libxml2"
msgstr ""
-#. description(systemd)
-msgid "Systemd is a system and service manager, compatible with SysV and LSB init scripts for Linux. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit."
+#. description(perl-XML-LibXML)
+msgid "This module is an interface to libxml2, providing XML and HTML parsers with DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface and a XML::XPath-like interface to XPath API of libxml2. The module is split into several packages which are not described in this section; unless stated otherwise, you only need to 'use XML::LibXML;' in your programs."
msgstr ""
-#. summary(netcat-openbsd)
-msgid "TCP/IP swiss army knife"
+#. summary(perl-XML-NamespaceSupport)
+msgid "A simple generic namespace support class"
msgstr ""
-#. description(tdb:libtdb1)
-msgid ""
-"TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.\n"
-"\n"
-"This package contains the tdb1 library."
+#. description(perl-XML-NamespaceSupport)
+msgid "This module offers a simple way to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks."
msgstr ""
-#. description(taglib:libtag1)
-msgid "TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files."
+#. summary(perl-XML-Parser)
+msgid "A perl module for parsing XML documents"
msgstr ""
-#. description(talloc:libtalloc2)
+#. description(perl-XML-Parser)
msgid ""
-"Talloc is a hierarchical, reference counted memory pool system with destructors.\n"
+"This module provides ways to parse XML documents. It is built on top of the XML::Parser::Expat manpage, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.\n"
"\n"
-"It is the core memory allocator used in Samba.\n"
+"The behavior of the parser is controlled either by 'the /STYLES manpage' and/or 'the /HANDLERS manpage' options, or by the /setHandlers manpage method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither 'Style' nor 'Handlers' are specified, then parsing just checks the document for being well-formed.\n"
"\n"
-"This package includes the talloc2 library."
+"When underlying handlers get called, they receive as their first parameter the _Expat_ object, not the Parser object."
msgstr ""
-#. description(tcl)
-msgid ""
-"Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.\n"
-"\n"
-"For more information on Tcl see http://www.tcl.tk and http://wiki.tcl.tk ."
+#. summary(perl-XML-SAX)
+msgid "XML::SAX Perl Module"
msgstr ""
-#. description(tevent:libtevent0)
-msgid ""
-"Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba.\n"
-"\n"
-"The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events.\n"
-"\n"
-"This package contains the tevent0 library."
+#. description(perl-XML-SAX)
+msgid "XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to \"plug in\" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness."
msgstr ""
-#. description(perl-Text-Wrapper)
-msgid ""
-"Text::Wrapper provides simple word wrapping. It breaks long lines, but does not alter spacing or remove existing line breaks. If you're looking for more sophisticated text formatting, try the the Text::Format manpage module.\n"
-"\n"
-"Reasons to use Text::Wrapper instead of Text::Format:\n"
-"\n"
-"* *\n"
-"\n"
-" Text::Wrapper is significantly smaller.\n"
-"\n"
-"* *\n"
-"\n"
-" It does not alter existing whitespace or combine short lines. It only breaks long lines.\n"
-"\n"
-"Again, if Text::Wrapper doesn't meet your needs, try Text::Format."
+#. summary(perl-XML-XPath)
+msgid "A set of modules for parsing and evaluating XPath statements"
msgstr ""
-#. description(time)
-msgid "The \"time\" command runs another program, then displays information about the resources used by that program, collected by the system while the program was running."
+#. description(perl-XML-XPath)
+msgid "This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath."
msgstr ""
-#. description(perl-Digest-MD4)
-msgid ""
-"The 'Digest::MD4' module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit \"fingerprint\" or \"message digest\" of the input.\n"
-"\n"
-"The 'Digest::MD4' module provides a procedural interface for simple use, as well as an object oriented interface that can handle messages of arbitrary length and which can read files directly."
+#. summary(perl-YAML-LibYAML)
+#. description(perl-YAML-LibYAML)
+msgid "Perl YAML Serialization using XS and libyaml"
msgstr ""
-#. description(perl-Net-HTTP)
-msgid ""
-"The 'Net::HTTP' class is a low-level HTTP client. An instance of the 'Net::HTTP' class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The 'Net::HTTP' class supports 'HTTP/1.0' and 'HTTP/1.1'.\n"
-"\n"
-"'Net::HTTP' is a sub-class of 'IO::Socket::INET'. You can mix the methods described below with reading and writing from the socket directly. This is not necessary a good idea, unless you know what you are doing."
+#. summary(apparmor:perl-apparmor)
+msgid "Perl interface for libapparmor functions"
msgstr ""
-#. description(perl-RPC-XML)
+#. description(apparmor:perl-apparmor)
+msgid "This package provides the perl interface to AppArmor. It is used for perl applications interfacing with AppArmor, including the AppArmor utilities."
+msgstr ""
+
+#. description(perl:perl-base)
msgid ""
-"The *RPC::XML* package is an implementation of the *XML-RPC* standard.\n"
+"perl - Practical Extraction and Report Language\n"
"\n"
-"The package provides a set of classes for creating values to pass to the constructors for requests and responses. These are lightweight objects, most of which are implemented as tied scalars so as to associate specific type information with the value. Classes are also provided for requests, responses, faults (errors) and a parser based on the the XML::Parser manpage package from CPAN.\n"
+"Perl is optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It is also good for many system management tasks.\n"
"\n"
-"This module does not actually provide any transport implementation or server basis. For these, see the RPC::XML::Client manpage and the RPC::XML::Server manpage, respectively."
+"Perl is intended to be practical (easy to use, efficient, and complete) rather than beautiful (tiny, elegant, and minimal).\n"
+"\n"
+"This package contains only some basic modules and the perl binary itself."
msgstr ""
-#. description(wireless-regdb)
-msgid "The 802.11 regulatory domain database is used by CRDA and provides allowed frequency ranges for 802.11 wireless drivers."
+#. summary(perl-gettext)
+msgid "Message handling functions"
msgstr ""
-#. description(atk:typelib-1_0-Atk-1_0)
+#. description(perl-gettext)
msgid ""
-"The ATK library provides a set of accessibility interfaces. By supporting the ATK interfaces, an application or toolkit can be used with screen readers, magnifiers, and alternate input devices.\n"
+"The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.\n"
"\n"
-"This package provides the GObject Introspection bindings for ATK."
+"gettext(), dgettext(), and dcgettext() attempt to retrieve a string matching their 'msgid' parameter within the context of the current locale. dcgettext() takes the message's category and the text domain as parameters while dcgettext() defaults to the LC_MESSAGES category and gettext() defaults to LC_MESSAGES and uses the current text domain. If the string is not found in the database, then 'msgid' is returned.\n"
+"\n"
+"textdomain() sets the current text domain and returns the previously active domain.\n"
+"\n"
+"_bindtextdomain(domain, dirname)_ instructs the retrieval functions to look for the databases belonging to domain 'domain' in the directory 'dirname'"
msgstr ""
-#. description(myspell-dictionaries:myspell-american)
-msgid ""
-"The American dictionary for MySpell.\n"
-"\n"
-"MySpell dictionaries are compatible with MySpell and Hunspell spell-checker. They are used by various desktop applications, for example, LibreOffice, Mozilla Thunderbird, and Mozilla Firefox."
+#. summary(permissions)
+msgid "SUSE Linux Default Permissions"
msgstr ""
-#. description(libXcomposite:libXcomposite1)
-msgid "The Composite extension causes a entire sub-tree of the window hierarchy to be rendered to an off-screen buffer. Applications can then take the contents of that buffer and do whatever they like. The off-screen buffer can be automatically merged into the parent window or merged by external programs, called compositing managers."
+#. description(permissions)
+msgid "Permission settings of files and directories depending on the local security settings. The local security setting (easy, secure, or paranoid) can be configured in /etc/sysconfig/security."
msgstr ""
-#. description(perl-DBI)
-msgid ""
-"The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.\n"
-"\n"
-"It is important to remember that the DBI is just an interface. The DBI is a layer of \"glue\" between an application and one or more database _driver_ modules. It is the driver modules which do most of the real work. The DBI provides a standard interface and framework for the drivers to operate within.\n"
-"\n"
-"This document often uses terms like _references_, _objects_, _methods_. If you're not familiar with those terms then it would be a good idea to read at least the following perl manuals first: the perlreftut manpage, the perldsc manpage, the perllol manpage, and the perlboot manpage."
+#. summary(pigz)
+msgid "Multi-core gzip version"
msgstr ""
-#. summary(Mesa:Mesa-libGL1)
-msgid "The GL/GLX runtime of the Mesa 3D graphics library"
+#. description(pigz)
+msgid "A parallel implementation of gzip for modern multi-processor, multi-core machines"
msgstr ""
-#. description(libgnome-keyring:typelib-1_0-GnomeKeyring-1_0)
-msgid ""
-"The GNOME Keyring is a program that keep password and other secrets for users. The libgnome-keyring library is used by applications to integrate with the GNOME Keyring system.\n"
-"\n"
-"This package provides the GObject Introspection bindings for libgnome-keyring."
+#. summary(pinentry)
+msgid "Collection of Simple PIN or Passphrase Entry Dialogs"
msgstr ""
-#. summary(gtk2:typelib-1_0-Gtk-2_0)
-#, fuzzy
-msgid "The GTK+ toolkit library (version 2) -- Introspection bindings"
-msgstr "Interface do Kernel"
+#. description(pinentry)
+msgid "This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the Aegypten project."
+msgstr ""
-#. description(perl-LWP-Protocol-https)
+#. description(pkcs11-helper)
msgid ""
-"The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS.\n"
+"pkcs11-helper allows using multiple PKCS#11 providers at the same time and selecting keys by id, label or certificate subject. Besides it covers the following topics: * Handling card removal and card insert events\n"
"\n"
-"If hostname verification is requested by LWP::UserAgent's 'ssl_opts', and neither 'SSL_ca_file' nor 'SSL_ca_path' is set, then 'SSL_ca_file' is implied to be the one provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests will fail. Either install this module, set up an alternative 'SSL_ca_file' or disable hostname verification.\n"
+"* Handling card re-insert to a different slot\n"
"\n"
-"This module used to be bundled with the libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need https support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install."
+"* Supporting session expiration serialization\n"
+"\n"
+"* and much more All this is possible using a simple API."
msgstr ""
-#. description(Mesa:Mesa-libglapi0)
-msgid "The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by the Mesa-libGLES* packages."
+#. summary(pkg-config)
+msgid "A library management system"
msgstr ""
-#. description(ntp)
-msgid ""
-"The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio, satellite receiver, or modem.\n"
-"\n"
-"Ntpd is an operating system daemon that sets and maintains the system time-of-day synchronized with Internet standard time servers."
+#. description(pkg-config)
+msgid "The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries."
msgstr ""
-#. summary(openldap2-client)
-msgid "The OpenLDAP commandline client tools"
+#. summary(plymouth)
+msgid "Graphical Boot Animation and Logger"
msgstr ""
-#. summary(perl)
-msgid "The Perl interpreter"
+#. description(plymouth)
+msgid "Plymouth provides an attractive graphical boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a log file for viewing after boot."
msgstr ""
-#. summary(ppp)
-msgid "The Point to Point Protocol for Linux"
+#. summary(plymouth:plymouth-dracut)
+msgid "Plymouth related utilities for dracut"
msgstr ""
-#. summary(rpm)
-msgid "The RPM Package Manager"
-msgstr ""
+#. description(plymouth:plymouth-dracut)
+#, fuzzy
+msgid "This package contains utilities that integrate dracut with Plymouth"
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(bash:libreadline6)
-msgid "The Readline Library"
+#. summary(plymouth:plymouth-plugin-script)
+msgid "Plymouth \"script\" plugin"
msgstr ""
-#. description(perl-SQL-Statement)
-msgid ""
-"The SQL::Statement module implements a pure Perl SQL parsing and execution engine. While it by no means implements full ANSI standard, it does support many features including column and table aliases, built-in and user-defined functions, implicit and explicit joins, complex nested search conditions, and other features.\n"
-"\n"
-"SQL::Statement is a small embeddable Database Management System (DBMS). This means that it provides all of the services of a simple DBMS except that instead of a persistent storage mechanism, it has two things: 1) an in-memory storage mechanism that allows you to prepare, execute, and fetch from SQL statements using temporary tables and 2) a set of software sockets where any author can plug in any storage mechanism.\n"
-"\n"
-"There are three main uses for SQL::Statement. One or another (hopefully not all) may be irrelevant for your needs: 1) to access and manipulate data in CSV, XML, and other formats 2) to build your own DBD for a new data source 3) to parse and examine the structure of SQL statements."
+#. description(plymouth:plymouth-plugin-script)
+msgid "This package contains the \"script\" boot splash plugin for Plymouth. It features an extensible, scriptable boot splash language that simplifies the process of designing custom boot splash themes."
msgstr ""
-#. description(smpppd)
-msgid "The SuSE Meta PPP Daemon is the back-end for kinternet. It is required for modem, ISDN, and DSL connections."
+#. summary(plymouth:plymouth-scripts)
+msgid "Plymouth related scripts"
msgstr ""
-#. summary(tcpd:libwrap0)
+#. description(plymouth:plymouth-scripts)
#, fuzzy
-msgid "The TCP wrapper library"
-msgstr "Novell e Linux"
+msgid "This package contains scripts that help integrate Plymouth with the system."
+msgstr "O pacote contém uma versão diferente da experada"
-#. summary(tcl)
-msgid "The Tcl Programming Language"
+#. summary(polkit)
+msgid "PolicyKit Authorization Framework"
msgstr ""
-#. summary(tiff:libtiff5)
-msgid "The Tiff Library (with JPEG and compression support)"
+#. description(polkit)
+msgid "PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes."
msgstr ""
-#. description(libtirpc:libtirpc1)
-msgid "The Transport Independent RPC library (TI-RPC) is a replacement for the standard SunRPC library in glibc which does not support IPv6 addresses. This implementation allows the support of other transports than UDP and TCP over IPv4"
+#. summary(postfix)
+msgid "A fast, secure, and flexible mailer"
msgstr ""
-#. summary(libvorbis:libvorbis0)
-msgid "The Vorbis General Audio Compression Codec"
+#. description(postfix)
+msgid "Postfix aims to be an alternative to the widely-used sendmail program."
msgstr ""
-#. summary(perl-libwww-perl)
-msgid "The World-Wide-Web library for Perl"
+#. summary(ppp)
+msgid "The Point to Point Protocol for Linux"
msgstr ""
-#. summary(libXaw:libXaw7)
-msgid "The X Athena Widget Set"
+#. description(ppp)
+msgid "The ppp package contains the PPP (Point-to-Point Protocol) daemon, pppd, additional PPP utilities, documentation, and sample files. PPP provides a method for transmitting IP and IPX datagrams over serial point-to-point links, for example over a modem. The PPP daemon handles the details of setting up a PPP link including configuring the network interface and performing the PPP negotiations."
msgstr ""
-#. description(libXdamage:libXdamage1)
-msgid "The X Damage Extension allows applications to track modified regions of drawables."
+#. summary(pptp)
+msgid "Point-to-Point Tunneling Protocol (PPTP) Client"
msgstr ""
-#. description(libXdmcp:libXdmcp6)
-msgid "The X Display Manager Control Protocol (XDMCP) provides a uniform mechanism for an autonomous display to request login service from a remote host. By autonomous, we mean the display consists of hardware and processes that are independent of any particular host where login service is desired. An X terminal (screen, keyboard, mouse, processor, network interface) is a prime example of an autonomous display."
+#. description(pptp)
+msgid "A client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. It allows connections to a PPTP based VPN as used by employers and some cable and ADSL service providers. It requires MPPE support in the kernel. Use the ppp-mppe package."
msgstr ""
-#. description(libXfixes:libXfixes3)
-msgid "The X Fixes extension provides applications with work-arounds for various limitations in the core protocol."
+#. summary(procps)
+msgid "The ps utilities for /proc"
msgstr ""
-#. summary(xkeyboard-config)
-msgid "The X Keyboard Extension"
+#. description(procps)
+msgid "The procps package contains a set of system utilities that provide system information. Procps includes ps, free, skill, snice, tload, top, uptime, vmstat, w, and watch. The ps command displays a snapshot of running processes. The top command provides a repetitive update of the statuses of running processes. The free command displays the amounts of free and used memory on your system. The skill command sends a terminate command (or another specified signal) to a specified set of processes. The snice command is used to change the scheduling priority of specified processes. The tload command prints a graph of the current system load average to a specified tty. The uptime command displays the current time, how long the system has been running, how many users are logged on, and system load averages for the past one, five, and fifteen minutes. The w command displays a list of the users who are currently logged on and what they are running. The watch program watches a running progra
m. The vmstat command displays virtual memory statistics about processes, memory, paging, block I/O, traps, and CPU activity."
msgstr ""
-#. description(xkeyboard-config)
-msgid "The X Keyboard Extension essentially replaces the core protocol definition of keyboard. The extension makes possible to clearly and explicitly specify most aspects of keyboard behaviour on per-key basis and to more closely track the logical and physical state of the keyboard. It also includes a number of keyboard controls designed to make keyboards more accessible to people with physical impairments."
+#. summary(psmisc)
+msgid "Utilities for managing processes on your system"
msgstr ""
-#. description(libXrandr:libXrandr2)
-msgid "The X Resize, Rotate and Reflect Extension (RandR) allows clients to dynamically change X screens, so as to resize, to change the orientation and layout of the root window of a screen."
+#. description(psmisc)
+msgid "The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser. The pstree command displays a tree structure of all of the running processes on your system. The killall command sends a specified signal (SIGTERM if nothing is specified) to processes identified by name. The fuser command identifies the PIDs of processes that are using specified files or filesystems."
msgstr ""
-#. description(libSM:libSM6)
-msgid "The X Session Management Protocol provides a uniform mechanism for users to save and restore their sessions. A session is a group of X clients (programs), each of which has a particular state. The session is controlled by a network service called the session manager, which issues commands to its clients on behalf of the user. These commands may cause clients to save their state or to terminate. It is expected that the client will save its state in such a way that the client can be restarted at a later time and resume its operation as if it had never been terminated."
+#. summary(pulseaudio)
+#, fuzzy
+msgid "A Networked Sound Server"
+msgstr "Rede e Servidor"
+
+#. description(pulseaudio)
+msgid "pulseaudio is a networked sound server for Linux, other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND)."
msgstr ""
-#. description(libXv:libXv1)
+#. summary(pulseaudio:pulseaudio-bash-completion)
+msgid "PulseAudio Bash completion"
+msgstr ""
+
+#. description(pulseaudio:pulseaudio-bash-completion)
+msgid "Optional dependency offering bash completion for various PulseAudio utilities"
+msgstr ""
+
+#. summary(pulseaudio:pulseaudio-module-bluetooth)
+msgid "Bluetooth support for the PulseAudio sound server"
+msgstr ""
+
+#. description(pulseaudio:pulseaudio-module-bluetooth)
msgid ""
-"The X Video Extension (Xv) extension provides support for video adaptors attached to an X display. It takes the approach that a display may have one or more video adaptors, each of which has one or more ports through which independent video streams pass.\n"
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
"\n"
-"Its use is to rescale video playback, do colorspace conversions, and change contrast, brightness and hue using video controller hardware acceleration."
+"Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server."
msgstr ""
-#. description(libXaw:libXaw7)
-msgid "The X Window System Athena widget set implements simple user interfaces based upon the X Toolkit Intrinsics (Xt) library."
+#. summary(pulseaudio:pulseaudio-module-lirc)
+msgid "LIRC module for PulseAudio"
msgstr ""
-#. description(libX11:libX11-6)
-msgid "The X Window System is a network-transparent window system that was designed at MIT. X display servers run on computers with either monochrome or color bitmap display hardware. The server distributes user input to and accepts output requests from various client programs located either on the same machine or elsewhere in the network. Xlib is a C subroutine library that application programs (clients) use to interface with the window system by means of a stream connection."
+#. description(pulseaudio:pulseaudio-module-lirc)
+msgid ""
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
+"\n"
+"This package provides support for IR and RF remotes."
msgstr ""
-#. description(libXScrnSaver:libXss1)
-msgid "The X Window System provides support for changing the image on a display screen after a user-settable period of inactivity to avoid burning the cathode ray tube phosphors. This extension allows an external \"screen saver\" client to detect when the alternate image is to be displayed and to provide the graphics."
+#. summary(pulseaudio:pulseaudio-module-x11)
+msgid "X11 module for PulseAudio"
msgstr ""
-#. description(libxcb:libxcb-dri2-0)
-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."
+#. description(pulseaudio:pulseaudio-module-x11)
+msgid ""
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
+"\n"
+"This package provides the components needed to automatically start the PulseAudio sound server on X11 startup."
msgstr ""
-#. description(libxcb:libxcb-shm0)
+#. summary(pulseaudio:pulseaudio-module-zeroconf)
+msgid "Zeroconf module for PulseAudio"
+msgstr ""
+
+#. description(pulseaudio:pulseaudio-module-zeroconf)
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"
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
"\n"
-"The MIT Shared Memory (MIT-SHM) Extension allows exchanging image data between client and server using shared memory, so that it does not need to be transferred over sockets."
+"This package provides zeroconf network support for the PulseAudio sound server"
msgstr ""
-#. description(libxcb:libxcb-xfixes0)
+#. summary(pulseaudio:pulseaudio-utils)
+msgid "PulseAudio utilities"
+msgstr ""
+
+#. description(pulseaudio:pulseaudio-utils)
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"
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
"\n"
-"The X Fixes extension provides applications with work-arounds for various limitations in the core protocol."
+"This package provides utilies for making use of the PulseAudio sound server."
msgstr ""
-#. description(xcb-util:libxcb-util1)
+#. summary(python)
+msgid "Python Interpreter"
+msgstr ""
+
+#. description(python)
+#. description(python3-base)
msgid ""
-"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. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.\n"
+"Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages.\n"
"\n"
-"Included in this package are:\n"
-"\n"
-"- atom: Standard core X atom constants and atom caching.\n"
-"- aux: Convenient access to connection setup and some core requests.\n"
-"- event: Callback X event handling."
+"If you want to install third party modules using distutils, you need to install python-devel package."
msgstr ""
-#. description(libxml2:libxml2-2)
+#. summary(python-base)
+msgid "Python Interpreter base package"
+msgstr ""
+
+#. description(python-base)
msgid ""
-"The XML C library was initially developed for the GNOME project. It is now used by many programs to load and save extensible data structures or manipulate any kind of XML files.\n"
+"Python is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages.\n"
"\n"
-"This library implements a number of existing standards related to markup languages, including the XML standard, name spaces in XML, XML Base, RFC 2396, XPath, XPointer, HTML4, XInclude, SGML catalogs, and XML catalogs. In most cases, libxml tries to implement the specification in a rather strict way. To some extent, it provides support for the following specifications, but does not claim to implement them: DOM, FTP client, HTTP client, and SAX.\n"
-"\n"
-"The library also supports RelaxNG. Support for W3C XML Schemas is in progress."
+"This package contains all of stand-alone Python files, minus binary modules that would pull in extra dependencies."
msgstr ""
-#. description(perl-XML-Simple)
+#. summary(python-cffi)
+#, fuzzy
+msgid "Foreign Function Interface for Python calling C code"
+msgstr "Interface do Kernel"
+
+#. description(python-cffi)
+msgid "Foreign Function Interface for Python calling C code. The aim of this project is to provide a convenient and reliable way of calling C code from Python."
+msgstr ""
+
+#. summary(python-cryptography)
+msgid "Python library which exposes cryptographic recipes and primitives"
+msgstr ""
+
+#. description(python-cryptography)
msgid ""
-"The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: 'XMLin()' and 'XMLout()'. Note: you can explicity request the lower case versions of the function names: 'xml_in()' and 'xml_out()'.\n"
+"cryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your \"cryptographic standard library\". It supports Python 2.6-2.7, Python 3.2+, and PyPy.\n"
"\n"
-"The simplest approach is to call these two functions directly, but an optional object oriented interface (see the \"OPTIONAL OO INTERFACE\" manpage below) allows them to be called as methods of an *XML::Simple* object. The object interface can also be used at either end of a SAX pipeline."
+"cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions."
msgstr ""
-#. description(libXtst:libXtst6)
+#. summary(python-cups)
+#. summary(python3-cups)
+msgid "Python Bindings for CUPS"
+msgstr ""
+
+#. description(python-cups)
+#. description(python3-cups)
+msgid "Python Bindings for CUPS, the Common Unix Printing System"
+msgstr ""
+
+#. summary(python-gobject)
+#. summary(python3-gobject)
+#, fuzzy
+msgid "Python bindings for GObject"
+msgstr "O pacote não está assinalado"
+
+#. description(python-gobject)
+#. description(python3-gobject)
+msgid "Pygobjects is an extension module for python that gives you access to GLib's GObjects."
+msgstr ""
+
+#. summary(python-gobject:python-gobject-cairo)
+#. summary(python3-gobject:python3-gobject-cairo)
+msgid "Python bindings for GObject -- Cairo bindings"
+msgstr ""
+
+#. description(python-gobject:python-gobject-cairo)
+#. description(python3-gobject:python3-gobject-cairo)
msgid ""
-"The XTEST extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention. This extension is not intended to support general journaling and playback of user actions.\n"
+"Pygobjects is an extension module for python that gives you access to GLib's GObjects.\n"
"\n"
-"The RECORD extension supports the recording and reporting of all core X protocol and arbitrary X extension protocol."
+"This package contains the Python Cairo bindings for GObject."
msgstr ""
-#. description(libXext:libXext6)
+#. summary(python-pycurl)
+#. summary(python3-pycurl)
+msgid "PycURL -- cURL library module"
+msgstr ""
+
+#. description(python-pycurl)
+#. description(python3-pycurl)
+#, fuzzy
+msgid "This module provides bindings for the cURL library."
+msgstr "Interface do Kernel"
+
+#. summary(python-simplejson)
+#. summary(python3-simplejson)
+msgid "Simple, fast, extensible JSON encoder/decoder for Python"
+msgstr ""
+
+#. description(python-simplejson)
+#. description(python3-simplejson)
+msgid "simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost."
+msgstr ""
+
+#. summary(libsolv:python-solv)
+#, fuzzy
+msgid "Python bindings for the libsolv library"
+msgstr "O pacote não está assinalado"
+
+#. description(libsolv:python-solv)
+msgid "Python bindings for sat solver."
+msgstr ""
+
+#. summary(talloc:python-talloc)
+#, fuzzy
+msgid "Python bindings for the Talloc library"
+msgstr "O pacote não está assinalado"
+
+#. description(talloc:python-talloc)
+#, fuzzy
+msgid "This package contains the python bindings for the Talloc library."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(python-base:python-xml)
+msgid "A Python XML Interface"
+msgstr ""
+
+#. description(python-base:python-xml)
+msgid "The expat module is a Python interface to the expat XML parser. Since Python2.x, it is part of the core Python distribution."
+msgstr ""
+
+#. summary(python3)
+#. summary(python3-base)
+#, fuzzy
+msgid "Python3 Interpreter"
+msgstr "Interface do Kernel"
+
+#. description(python3)
msgid ""
-"The Xext library contains a handful of X11 extensions:\n"
-"- Double Buffer extension (DBE/Xdbe)\n"
-"- Display Power Management Signaling (DPMS) extension\n"
-"- X11 Nonrectangular Window Shape extension (Xshape)\n"
-"- The MIT Shared Memory extension (MIT-SHM/Xshm)\n"
-"- TOG-CUP (colormap) protocol extension (Xcup)\n"
-"- X Extended Visual Information extension (XEvi)\n"
-"- X11 Double-Buffering, Multi-Buffering, and Stereo extension (Xmbuf)"
+"Python 3 is modern interpreted, object-oriented programming language, often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages.\n"
+"\n"
+"If you want to install third party modules using distutils, you need to install python-devel package."
msgstr ""
-#. description(libXmu:libXmu6)
-msgid "The Xmu library is a collection of miscellaneous (some might say random) utility functions that have been useful in building various applications and widgets, specifically the Athena Widgets."
+#. summary(apparmor:python3-apparmor)
+#, fuzzy
+msgid "Python 3 interface for libapparmor functions"
+msgstr "Interface do Kernel"
+
+#. description(apparmor:python3-apparmor)
+msgid "This package provides the python interface to AppArmor. It is used for python applications interfacing with AppArmor."
msgstr ""
-#. description(libXmu:libXmuu1)
-msgid "The Xmu/Xmuu libraries are a collection of miscellaneous (some might say random) utility functions that have been useful in building various applications and widgets."
+#. summary(python3-cairo)
+msgid "Python Bindings for Cairo"
msgstr ""
-#. description(libXrender:libXrender1)
-msgid "The Xrender library is designed as a lightweight library interface to the Render extension."
+#. description(python3-cairo)
+#, fuzzy
+msgid "Python bindings for the Cairo vector graphics library."
+msgstr "O pacote não está assinalado"
+
+#. summary(python3-coverage)
+#, fuzzy
+msgid "Code coverage measurement for Python"
+msgstr "Alternar informações"
+
+#. description(python3-coverage)
+msgid "Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed."
msgstr ""
-#. description(yast2-xml)
-msgid "The YaST2 XML agent"
+#. summary(python3-smbc)
+msgid "Python bindings for samba clients (libsmbclient)"
msgstr ""
-#. description(yast2-nis-client)
-msgid "The YaST2 component for NIS configuration. NIS is a service similar to yellow pages."
+#. description(python3-smbc)
+msgid "A module for using the Samba client API in Python programs."
msgstr ""
-#. description(yast2-nfs-client)
-msgid "The YaST2 component for configuration of NFS. NFS stands for network file system access. It allows access to files on remote machines."
+#. summary(quota)
+msgid "Disk Quota System"
msgstr ""
-#. description(yast2-inetd)
-msgid "The YaST2 component for configuring the inetd and xinetd daemons."
+#. description(quota)
+msgid "The quota subsystem allows a system administrator to set soft and hard limits on used space and the number of inodes used for users and groups. The kernel must be compiled with disk quota support enabled (SUSE kernels have this support)."
msgstr ""
-#. description(yast2-mail)
-msgid "The YaST2 component for mail configuration. It handles Postfix, Cyrus, Amavis and Fetchmail."
+#. summary(librcc:rcc-runtime)
+#, fuzzy
+msgid "LibRCC Runtime Environment"
+msgstr "Ambiente Runtime 32Bit"
+
+#. description(librcc:rcc-runtime)
+#, fuzzy
+msgid "Runtime environment for the package LibRCC."
+msgstr "Ambiente Runtime 32Bit"
+
+#. summary(recode)
+msgid "Character Set Converter"
msgstr ""
-#. description(yast2-security)
-msgid "The YaST2 component for security settings configuration."
+#. description(recode)
+msgid "This package converts various character sets."
msgstr ""
-#. description(yast2-sudo)
-msgid "The YaST2 component for sudo configuration. It configures capabilities of users to run commands as root or other user."
+#. summary(reiserfs)
+msgid "Reiser File System utilities"
msgstr ""
-#. summary(xterm)
-msgid "The basic X terminal program"
+#. description(reiserfs)
+msgid "This package includes utilities for making the file system (mkreiserfs), checking for consistency (reiserfsck), and resizing (resize_reiserfs)."
msgstr ""
-#. description(yast2-ruby-bindings)
-msgid "The bindings allow YaST modules to be written using the Ruby language and also Ruby scripts can use YaST agents, APIs and modules."
+#. summary(rgb)
+msgid "X color name database"
msgstr ""
-#. description(pciutils-ids)
-msgid ""
-"The database of PCI IDS for pciutils.\n"
-"\n"
-"merge-pciids: This program merges several pci.ids files."
+#. description(rgb)
+msgid "This package includes both the list mapping X color names to RGB values (rgb.txt) and, if configured to use a database for color lookup, the rgb program to convert the text file into the binary database format."
msgstr ""
-#. description(sound-theme-freedesktop)
-msgid "The default freedesktop.org sound theme following the XDG theming specification.\t(http://0pointer.de/public/sound-theme-spec.html)."
+#. summary(rp-pppoe)
+msgid "A PPP Over Ethernet Redirector for PPPD"
msgstr ""
-#. summary(rsyslog)
-msgid "The enhanced syslogd for Linux and Unix"
+#. description(rp-pppoe)
+msgid "rp-pppoe is a user-space redirector which permits the use of PPPoE (Point-to-Point Protocol Over Ethernet) with Linux. PPPoE is used by many ADSL service providers."
msgstr ""
-#. description(python-base:python-xml)
-msgid "The expat module is a Python interface to the expat XML parser. Since Python2.x, it is part of the core Python distribution."
+#. summary(rpcbind)
+msgid "Transport independent RPC portmapper"
msgstr ""
-#. description(perl-gettext)
-msgid ""
-"The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.\n"
-"\n"
-"gettext(), dgettext(), and dcgettext() attempt to retrieve a string matching their 'msgid' parameter within the context of the current locale. dcgettext() takes the message's category and the text domain as parameters while dcgettext() defaults to the LC_MESSAGES category and gettext() defaults to LC_MESSAGES and uses the current text domain. If the string is not found in the database, then 'msgid' is returned.\n"
-"\n"
-"textdomain() sets the current text domain and returns the previously active domain.\n"
-"\n"
-"_bindtextdomain(domain, dirname)_ instructs the retrieval functions to look for the databases belonging to domain 'domain' in the directory 'dirname'"
+#. description(rpcbind)
+msgid "Rpcbind is a replacement for portmap. Whereas portmap supports only UDP and TCP transports over INET (IPv4), rpcbind can be configured to work on various transports supported by the TI-RPC. This includes TCP and UDP over IPv6. Moreover, rpcbind provides additional functions in regards to portmap."
msgstr ""
-#. description(master-boot-code)
-msgid "The i386 master boot code is code that, after copied to the MBR of the boot disk, loads and starts the boot sector of the active partition."
+#. summary(rpm)
+msgid "The RPM Package Manager"
msgstr ""
-#. description(pullin-flash-player)
-msgid "The installation of this package triggers online update of flash-player."
+#. description(rpm)
+msgid ""
+"RPM Package Manager is the main tool for managing the software packages of the SUSE Linux distribution.\n"
+"\n"
+"RPM can be used to install and remove software packages. With rpm, it is easy to update packages. RPM keeps track of all these manipulations in a central database.\tThis way it is possible to get an overview of all installed packages. RPM also supports database queries."
msgstr ""
-#. description(pullin-fluendo-mp3)
-msgid "The installation of this package triggers online update of gstreamer-0_10-fluendo-mp3."
+#. summary(rpm-python)
+msgid "Python Bindings for Manipulating RPM Packages"
msgstr ""
-#. description(samba:libtevent-util0)
+#. description(rpm-python)
msgid ""
-"The libtevent-util library contains functions to convert tevent error codes to platform-specific (errno, NTSTATUS, WERROR) ones.\n"
+"The rpm-python package contains a module that permits applications written in the Python programming language to use the interface supplied by RPM Package Manager libraries.\n"
"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+"This package should be installed if you want to develop Python programs that will manipulate RPM packages and databases."
msgstr ""
-#. description(perl-libwww-perl)
-msgid "The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers."
+#. summary(rsync)
+msgid "Versatile tool for fast incremental file transfer"
msgstr ""
-#. description(logrotate)
-msgid "The logrotate utility is designed to simplify the administration of log files on a system that generates a lot of log files. Logrotate allows the automatic rotation, compression, removal, and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly, or when the log file reaches a certain size. Normally, logrotate runs as a daily cron job."
+#. description(rsync)
+msgid "Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behavior and permit very flexible specification of the set of files to be copied. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use."
msgstr ""
-#. description(libXt:libXt6)
-msgid "The low level Xlib library provides functions for interacting with an X11 server, but does not provide any function for implementing the graphical objects (widgets) used in GUIs, such as buttons, menus, etc. The Xt library provides support for creating and using widget types, but does not provide any specific widget. Specific widgets are implemented by other libraries using Xt, such as Xaw and Motif."
+#. summary(rtkit)
+msgid "Realtime Policy and Watchdog Daemon"
msgstr ""
-#. description(lsscsi)
-msgid "The lsscsi command lists information about SCSI devices in Linux."
+#. description(rtkit)
+msgid "RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes."
msgstr ""
-#. description(ncurses:ncurses-utils)
+#. summary(ruby)
+#. summary(ruby2.2)
+msgid "An Interpreted Object-Oriented Scripting Language"
+msgstr ""
+
+#. description(ruby)
+#. description(ruby2.2)
msgid ""
-"The ncurses based utilities are as follows:\n"
+"Ruby is an interpreted scripting language for quick and easy object-oriented programming. It has many features for processing text files and performing system management tasks (as in Perl). It is simple, straight-forward, and extensible.\n"
"\n"
-"clear -- emits clear-screen for current terminal\n"
+"* Ruby features:\n"
"\n"
-"tabs -- set tabs on a terminal\n"
+"- Simple Syntax\n"
"\n"
-"toe -- table of entries utility\n"
+"- *Normal* Object-Oriented features (class, method calls, for example)\n"
"\n"
-"tput -- shell-script access to terminal capabilities.\n"
+"- *Advanced* Object-Oriented features(Mix-in, Singleton-method, for example)\n"
"\n"
-"tset -- terminal-initialization utility\n"
+"- Operator Overloading\n"
"\n"
-"reset -- terminal initialization utility"
+"- Exception Handling\n"
+"\n"
+"- Iterators and Closures\n"
+"\n"
+"- Garbage Collection\n"
+"\n"
+"- Dynamic Loading of Object Files (on some architectures)\n"
+"\n"
+"- Highly Portable (works on many UNIX machines; DOS, Windows, Mac, BeOS, and more)"
msgstr ""
-#. description(xorg-x11-driver-video-nouveau)
-msgid "The nouveau project aims to build high-quality, open source drivers for nVidia cards. “Nouveau” [nuvo] is the French word for “new”."
+#. summary(rubygem-fast_gettext:ruby2.2-rubygem-fast_gettext)
+msgid "A simple, fast, memory-efficient and threadsafe implementation of"
msgstr ""
-#. description(ntfs-3g_ntfsprogs:ntfsprogs)
-msgid "The ntfsprogs includes utilities for doing all required tasks to NTFS partitions. In general, just run a utility without any command line options to display the version number and usage syntax."
+#. description(rubygem-fast_gettext:ruby2.2-rubygem-fast_gettext)
+msgid "A simple, fast, memory-efficient and threadsafe implementation of GetText."
msgstr ""
-#. description(sbc:libsbc1)
+#. summary(rubygem-gem2rpm:ruby2.2-rubygem-gem2rpm)
+msgid "Generate rpm specfiles from gems"
+msgstr ""
+
+#. description(rubygem-gem2rpm:ruby2.2-rubygem-gem2rpm)
+msgid "Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible"
+msgstr ""
+
+#. summary(rubygem-ruby-dbus:ruby2.2-rubygem-ruby-dbus)
#, fuzzy
-msgid "The package contains libraries for using the SBC codec."
+msgid "Ruby module for interaction with D-Bus"
+msgstr "Configura o servidor para instalar bases de dados Oracle."
+
+#. description(rubygem-ruby-dbus:ruby2.2-rubygem-ruby-dbus)
+#, fuzzy
+msgid "Pure Ruby module for interaction with D-Bus IPC system."
+msgstr "Configura o servidor para instalar bases de dados Oracle."
+
+#. summary(ruby2.2:ruby2.2-stdlib)
+#. description(ruby2.2:ruby2.2-stdlib)
+#, fuzzy
+msgid "The Ruby standard library"
+msgstr "Desempenho"
+
+#. summary(s2tc)
+#. summary(s2tc:s2tc-32bit)
+msgid "Super Simple Texture Compression"
+msgstr ""
+
+#. description(s2tc)
+#. description(s2tc:s2tc-32bit)
+msgid "Library that decompress s2tc compressed textures. Contrary s3tc this algorithm is not patented and even faster. It can be used to decompress s3tc textures with few artefacts, because the patented codepaths are not implemented."
+msgstr ""
+
+#. summary(samba:samba-libs)
+#, fuzzy
+msgid "Samba libraries"
+msgstr "Placas de Rede"
+
+#. description(samba:samba-libs)
+#, fuzzy
+msgid ""
+"The samba-libs package contains the libraries needed by programs that link against the SMB, RPC and other protocols provided by the Samba suite.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(yast2-trans-stats)
-msgid "The package contains statistic files (one file per language). With the help of these statistics Yast warns you if you select a language for installation which is unsufficiently translated."
+#. summary(sbc)
+msgid "Bluetooth Low-Complexity, Sub-Band Codec Utilities"
msgstr ""
#. description(sbc)
@@ -3004,2721 +3736,3488 @@
msgid "The package contains utilities for using the SBC codec."
msgstr "O pacote contém uma versão diferente da experada"
-#. description(syslogd:syslog-service)
-msgid "The package syslog-service provides the service boot scripts for SysV and the service unit files for systemd."
+#. summary(sbl)
+msgid "SUSE blinux"
msgstr ""
-#. description(pkg-config)
-msgid "The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries."
+#. description(sbl)
+msgid "SUSE blinux is a screen reader for the Linux console. It supports braille displays."
msgstr ""
-#. summary(pm-utils:pm-utils-ndiswrapper)
-msgid "The pm-utils hook for ndiswrapper"
+#. summary(sed)
+msgid "A Stream-Oriented Non-Interactive Text Editor"
msgstr ""
-#. description(ppp)
-msgid "The ppp package contains the PPP (Point-to-Point Protocol) daemon, pppd, additional PPP utilities, documentation, and sample files. PPP provides a method for transmitting IP and IPX datagrams over serial point-to-point links, for example over a modem. The PPP daemon handles the details of setting up a PPP link including configuring the network interface and performing the PPP negotiations."
+#. description(sed)
+msgid "Sed takes text input, performs one or more operations on it, and outputs the modified text. Sed is typically used for extracting parts of a file using pattern matching or for substituting multiple occurrences of a string within a file."
msgstr ""
-#. description(procps)
-msgid "The procps package contains a set of system utilities that provide system information. Procps includes ps, free, skill, snice, tload, top, uptime, vmstat, w, and watch. The ps command displays a snapshot of running processes. The top command provides a repetitive update of the statuses of running processes. The free command displays the amounts of free and used memory on your system. The skill command sends a terminate command (or another specified signal) to a specified set of processes. The snice command is used to change the scheduling priority of specified processes. The tload command prints a graph of the current system load average to a specified tty. The uptime command displays the current time, how long the system has been running, how many users are logged on, and system load averages for the past one, five, and fifteen minutes. The w command displays a list of the users who are currently logged on and what they are running. The watch program watches a running progra
m. The vmstat command displays virtual memory statistics about processes, memory, paging, block I/O, traps, and CPU activity."
+#. summary(sessreg)
+msgid "Utility to manage utmp/wtmp entries for X sessions"
msgstr ""
-#. summary(procps)
-msgid "The ps utilities for /proc"
+#. description(sessreg)
+msgid "Sessreg is a simple program for managing utmp/wtmp entries for X sessions. It was originally written for use with xdm, but may also be used with other display managers such as gdm or kdm."
msgstr ""
-#. description(psmisc)
-msgid "The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser. The pstree command displays a tree structure of all of the running processes on your system. The killall command sends a specified signal (SIGTERM if nothing is specified) to processes identified by name. The fuser command identifies the PIDs of processes that are using specified files or filesystems."
+#. summary(setxkbmap)
+msgid "Utility to change the keyboard layout in X"
msgstr ""
-#. summary(openSUSE-build-key)
-msgid "The public gpg keys for rpm package signature verification"
+#. description(setxkbmap)
+msgid "setxkbmap is an X11 client to change the keymaps in the X server for a specified keyboard to use the layout determined by the options listed on the command line."
msgstr ""
-#. description(quota)
-msgid "The quota subsystem allows a system administrator to set soft and hard limits on used space and the number of inodes used for users and groups. The kernel must be compiled with disk quota support enabled (SUSE kernels have this support)."
+#. summary(sg3_utils)
+msgid "A collection of tools that send SCSI commands to devices"
msgstr ""
-#. description(bash:libreadline6)
-msgid "The readline library is used by the Bourne Again Shell (bash, the standard command interpreter) for easy editing of command lines. This includes history and search functionality."
+#. description(sg3_utils)
+msgid "The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets."
msgstr ""
-#. description(rpm-python)
-msgid ""
-"The rpm-python package contains a module that permits applications written in the Python programming language to use the interface supplied by RPM Package Manager libraries.\n"
-"\n"
-"This package should be installed if you want to develop Python programs that will manipulate RPM packages and databases."
+#. summary(shadow)
+msgid "Utilities to Manage User and Group Accounts"
msgstr ""
-#. description(samba:samba-libs)
-#, fuzzy
-msgid ""
-"The samba-libs package contains the libraries needed by programs that link against the SMB, RPC and other protocols provided by the Samba suite.\n"
-"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(scout)
-msgid "The scout tool helps with indexing of various package properties."
+#. description(shadow)
+msgid "This package includes the necessary programs for converting plain password files to the shadow password format and to manage user and group accounts."
msgstr ""
-#. description(sg3_utils)
-msgid "The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets."
+#. summary(shared-mime-info)
+msgid "Shared MIME Database"
msgstr ""
-#. description(sg3_utils:libsgutils2-2)
+#. description(shared-mime-info)
msgid ""
-"The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets.\n"
+"This package contains:\n"
"\n"
-"This subpackage contains the library of common sg_utils code, such as SCSI error processing."
+"- The freedesktop.org shared MIME database spec.\n"
+"\n"
+"- The merged GNOME and KDE databases, in the new format.\n"
+"\n"
+"- The update-mime-database command, used to install new MIME data."
msgstr ""
-#. description(smp_utils:libsmputils1-1)
-msgid ""
-"The smp_utils package contains utilities for the Serial Attached SCSI (SAS) Management Protocol (SMP).\n"
-"\n"
-"This subpackage holds the library of shared functions."
+#. summary(smartmontools)
+msgid "Monitor for SMART devices"
msgstr ""
-#. description(smp_utils)
-msgid "The smp_utils package contains utilities for the Serial Attached SCSI (SAS) Management Protocol (SMP). Most utilities correspond to a single SMP function, sending out a request, checking for errors and if all is well processing the response. The response is either decoded, printed out in ASCII hexadecimal or sent as binary to stdout."
+#. description(smartmontools)
+msgid "SMARTmontools controls and monitors storage devices using the Self-Monitoring, Analysis, and Reporting Technology System (S.M.A.R.T.) built into ATA, SATA and SCSI Hard Drives. This is used to check the hard drive reliability and to predict drive failures. The suite contains two utilities. The first, smartctl, is a command line utility designed to perform simple S.M.A.R.T. tasks. The second, smartd, is a daemon that periodically monitors the smart status and reports errors to syslog. The package is compatible with the ATA/ATAPI-3 to -7 specification. The package is intended to incorporate as much \"vendor specific\" and \"reserved\" information as possible about disk drives. The commands man smartctl and man smartd will provide more information."
msgstr ""
-#. description(gcc48:libstdc++6)
-msgid "The standard C++ library, needed for dynamically linked C++ programs."
+#. summary(libsmbios:smbios-utils-python)
+msgid "Python executables that use libsmbios"
msgstr ""
-#. summary(gcc48:libstdc++6)
-msgid "The standard C++ shared library"
+#. description(libsmbios:smbios-utils-python)
+msgid "Get BIOS information, such as System product name, product id, service tag and asset tag. Set service and asset tags on Dell machines. Manipulate wireless cards/bluetooth on Dell laptops. Set BIOS password on select Dell systems. Update BIOS on select Dell systems. Set LCD brightness on select Dell laptops."
msgstr ""
-#. summary(sysconfig)
-msgid "The sysconfig scheme for traditional network scripts"
+#. summary(smp_utils)
+msgid "Utilities for the SAS Management Protocol (SMP)"
msgstr ""
-#. description(which)
-msgid "The which command shows the full pathname of a specified program, if the specified program is in your PATH."
+#. description(smp_utils)
+msgid "The smp_utils package contains utilities for the Serial Attached SCSI (SAS) Management Protocol (SMP). Most utilities correspond to a single SMP function, sending out a request, checking for errors and if all is well processing the response. The response is either decoded, printed out in ASCII hexadecimal or sent as binary to stdout."
msgstr ""
-#. description(xauth)
-msgid "The xauth program is used to edit and display the authorization information used in connecting to the X server."
+#. summary(snapper)
+msgid "Tool for filesystem snapshot management"
msgstr ""
-#. description(xdg-utils)
-msgid ""
-"The xdg-utils package is a set of simple scripts that provide basic desktop integration functions for any Free Desktop, such as Linux.\n"
-"\n"
-"They are intended to provide a set of defacto standards. This means that: * Third party software developers can rely on these xdg-utils for all of their simple integration needs.\n"
-"\n"
-"* Developers of desktop environments can make sure that their environments are well supported\n"
-"\n"
-"If a desktop developer wants to be certain that their environment functions with all third party software, then can simply make sure that these utilities work properly in their environment."
+#. description(snapper)
+#, fuzzy
+msgid "This package contains snapper, a tool for filesystem snapshot management."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(spice-vdagent)
+msgid "Agent for Spice guests"
msgstr ""
-#. description(xfsdump)
+#. description(spice-vdagent)
msgid ""
-"The xfsdump package contains xfsdump, xfsrestore, and a number of other utilities for administering XFS file systems.\n"
+"Spice agent for Linux guests offering the following features:\n"
"\n"
-"xfsdump examines files in a file system, determines which files need to be backed up, and copies those files to a specified disk, tape, or other storage medium. It uses XFS-specific directives for optimizing the dump of an XFS file system and also knows how to backup XFS extended attributes. Backups created with xfsdump are \"endian safe\" and can thus be transferred between Linux machines of different architectures and also between IRIX machines.\n"
-"\n"
-"xfsrestore performs the inverse function of xfsdump. It can restore a full backup of a file system. Subsequent incremental backups can then be layered on top of the full backup. Single files and directory subtrees may be restored from full or partial backups."
+"Features:\n"
+"* Client mouse mode (no need to grab mouse by client, no mouse lag) this is handled by the daemon by feeding mouse events into the kernel via uinput. This will only work if the active X-session is running a spice-vdagent process so that its resolution can be determined.\n"
+"* Automatic adjustment of the X-session resolution to the client resolution\n"
+"* Support of copy and paste (text and images) between the active X-session and the client"
msgstr ""
-#. description(xinit)
-msgid "The xinit program is used to start the X Window System server and a first client program on systems that are not using a display manager such as xdm or in environments that use multiple window systems. When this first client exits, xinit will kill the X server and then terminate."
+#. summary(sssd)
+#, fuzzy
+msgid "System Security Services Daemon"
+msgstr "Base de Servidor Oracle"
+
+#. description(sssd)
+msgid "Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects like FreeIPA."
msgstr ""
-#. description(xkbcomp)
-msgid "The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats."
+#. summary(sssd:sssd-krb5-common)
+msgid "SSSD helpers needed for Kerberos and GSSAPI authentication"
msgstr ""
-#. description(xmodmap)
-msgid "The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms. It is usually run from the user's session startup script to configure the keyboard according to personal tastes."
+#. description(sssd:sssd-krb5-common)
+msgid "Provides helper processes that the LDAP and Kerberos back ends can use for Kerberos user or host authentication."
msgstr ""
-#. description(xsetroot)
-msgid "The xsetroot program allows you to tailor the appearance of the background (\"root\") window on a workstation display running X."
+#. summary(sssd:sssd-ldap)
+msgid "The LDAP backend plugin for sssd"
msgstr ""
-#. description(xz)
-msgid ""
-"The xz command is a very powerful program for compressing files.\n"
-"\n"
-"* Average compression ratio of LZMA is about 30% better than that of gzip, and 15% better than that of bzip2.\n"
-"\n"
-"* Decompression speed is only little slower than that of gzip, being two to five times faster than bzip2.\n"
-"\n"
-"* In fast mode, compresses faster than bzip2 with a comparable compression ratio.\n"
-"\n"
-"* Achieving the best compression ratios takes four to even twelve times longer than with bzip2. However. this doesn't affect decompressing speed.\n"
-"\n"
-"* Very similar command line interface to what gzip and bzip2 have."
+#. description(sssd:sssd-ldap)
+msgid "Provides the LDAP back end that the SSSD can utilize to fetch identity data from and authenticate against an LDAP server."
msgstr ""
-#. description(libtheora:libtheora0)
-msgid ""
-"Theora is a free and open video compression format from the Xiph.org Foundation. Like all our multimedia technology it can be used to distribute film and video online and on disc without the licensing and royalty fees or vendor lock-in associated with other formats.\n"
-"\n"
-"Theora scales from postage stamp to HD resolution, and is considered particularly competitive at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis audio codec it has lots of room for improvement as encoder technology develops.\n"
-"\n"
-"Theora is in full public release as of November 3, 2008. The bitstream format for Theora I was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will remain compatible with future releases.\n"
-"\n"
-"The package contains the library that can decode and encode Theora streams. Theora is also able to playback VP3 streams."
+#. summary(strace)
+msgid "A utility to trace the system calls of a program"
msgstr ""
-#. summary(libtheora:libtheora0)
-#, fuzzy
-msgid "Theora video compression codec"
-msgstr "Base de Servidor Aplicacional SAP"
-
-#. description(perl-Net-SSLeay)
-msgid "There is a related module called Net::SSLeay::Handle included in this distribution that you might want to use instead. It has its own pod documentation."
+#. description(strace)
+msgid "With strace, you can trace the activity of a program. Information about any system calls the program makes and the signals it receives and processes can be seen. Child processes can also be tracked."
msgstr ""
-#. description(timezone)
-msgid "These are configuration files that describe available time zones. You can select an appropriate time zone for your system with YaST."
+#. summary(sudo)
+msgid "Execute some commands as root"
msgstr ""
-#. description(libreoffice-hyphen)
-#, fuzzy
-msgid "These dictionaries help you to hyphenate texts and words in the LibreOffice office suite."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(libXxf86vm:libXxf86vm1)
-msgid "These functions provide aninterface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mode switching to be controlled."
+#. description(sudo)
+msgid "Sudo is a command that allows users to execute some commands as root. The /etc/sudoers file (edited with 'visudo') specifies which users have access to sudo and which commands they can run. Sudo logs all its activities to syslogd, so the system administrator can keep an eye on things. Sudo asks for the password for initializing a check period of a given time N (where N is defined at installation and is set to 5 minutes by default)."
msgstr ""
-#. description(zypp-plugin:zypp-plugin-python)
-msgid "This API allows writing ZYpp plugins by just subclassing from a python class and implementing the commands you want to respond to as python methods."
+#. summary(suse-module-tools)
+msgid "Configuration for module loading and SUSE-specific utilities for KMPs"
msgstr ""
-#. description(libxslt:libxslt1)
-msgid ""
-"This C library allows you to transform XML files into other XML files (or HTML, text, and more) using the standard XSLT stylesheet transformation mechanism.\n"
-"\n"
-"It is based on libxml (version 2) for XML parsing, tree manipulation, and XPath support. It is written in plain C, making as few assumptions as possible and sticks closely to ANSI C/POSIX for easy embedding. Although not primarily designed with performance in mind, libxslt seems to be a relatively fast processor. It also includes full support for the EXSLT set of extension functions as well as some common extensions present in other XSLT engines.\n"
-"\n"
-"The package comes with xsltproc, a command line interface to the XSLT engine."
+#. description(suse-module-tools)
+msgid "This package contains helper scripts for KMP installation and uninstallation, as well as default configuration files for depmod and modprobe. These utilities are provided by kmod-compat or module-init-tools, whichever implementation you choose to install."
msgstr ""
-#. description(pam_krb5)
-msgid "This PAM module supports authentication against a Kerberos KDC. It also supports updating your Kerberos password."
+#. summary(sysconfig)
+msgid "The sysconfig scheme for traditional network scripts"
msgstr ""
-#. description(perl-Tie-IxHash)
-msgid "This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary supplied order. The familiar perl array operations can also be performed on the IxHash."
+#. description(sysconfig)
+#, fuzzy
+msgid "This package provides the SUSE system configuration scheme for the traditional \"ifup\" alias \"netcontrol\" network scripts."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(sysconfig:sysconfig-netconfig)
+msgid "Script to apply network provided settings"
msgstr ""
-#. description(yast2-vm)
-msgid "This YaST module installs the tools necessary for creating VMs with Xen or KVM."
+#. description(sysconfig:sysconfig-netconfig)
+msgid "This package provides the netconfig scripts to apply network provided settings like DNS or NIS into system files."
msgstr ""
-#. description(yast2-restore)
-msgid "This YaST2 module can restore a system from an archive created by the Backup module."
+#. summary(sysfsutils)
+msgid "System Utilities Package / Libsysfs"
msgstr ""
-#. description(yast2-perl-bindings)
-msgid "This adds an embedded Perl interpreter to YaST2 as a plug-in (in other words it will be loaded only if required). This is a very efficient way of calling Perl from within YaST2 YCP scripts."
+#. description(sysfsutils)
+msgid "This package's purpose is to provide a library for interfacing with the kernel's sys filesystem mounted at /sys. The library was an attempt to create a stable interface to sysfs, but it failed. It is still provided for the current users, but no new software should use this library."
msgstr ""
-#. description(yast2-pam)
-msgid "This agent is used by YaST2 to modify the PAM configuration files"
+#. summary(syslinux)
+#, fuzzy
+msgid "Boot Loader for Linux"
+msgstr "Carregador de boot"
+
+#. description(syslinux)
+msgid "SYSLINUX is a boot loader for the Linux operating system which operates off an MS-DOS or Windows FAT file system. It is intended to simplify first-time installation of Linux and for creation of rescue and other special purpose boot disks."
msgstr ""
-#. description(yast2-ldap)
-msgid "This agent is used by various YaST2 modules to work with LDAP. It enables searching the LDAP tree and adding/deleting/modifying items on an LDAP server."
+#. summary(system-config-printer)
+msgid "A printer administration tool"
msgstr ""
-#. description(perl-HTTP-Cookies)
-msgid ""
-"This class is for objects that represent a \"cookie jar\" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about.\n"
-"\n"
-"Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. For more information about cookies refer to <URL:http://curl.haxx.se/rfc/cookie_spec.html> and <URL:http://www.cookiecentral.com/>. This module also implements the new style cookies described in _RFC 2965_. The two variants of cookies are supposed to be able to coexist happily.\n"
-"\n"
-"Instances of the class _HTTP::Cookies_ are able to store a collection of Set-Cookie2: and Set-Cookie: headers and are able to use this information to initialize Cookie-headers in _HTTP::Request_ objects. The state of a _HTTP::Cookies_ object can be saved in and restored from files."
+#. description(system-config-printer)
+msgid "system-config-printer is a graphical user interface that allows the user to configure a CUPS print server."
msgstr ""
-#. description(pam_ldap)
-msgid ""
-"This is a PAM Module that handles LDAP. The advantages of this pecular version are:\n"
-"\n"
-"Possibility to change LDAP passwords in the directory\n"
-"\n"
-"Compatibility with the nss_ldap configuration file format"
+#. summary(systemd)
+#, fuzzy
+msgid "A System and Session Manager"
+msgstr "Gerenciador de Dispositivos"
+
+#. description(systemd)
+msgid "Systemd is a system and service manager, compatible with SysV and LSB init scripts for Linux. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit."
msgstr ""
-#. description(pinentry)
-msgid "This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the Aegypten project."
+#. summary(systemd:systemd-logger)
+msgid "Journal only logging"
msgstr ""
-#. description(xf86-video-modesetting)
-msgid ""
-"This is a generic modesetting driver.\n"
-"\n"
-"The idea is to piggy-back the X driver on top of the DRM and Gallium3D drivers (DRM for modesetting and Gallium3D for Exa acceleration)"
+#. description(systemd:systemd-logger)
+msgid "This package marks the installation to not use syslog but only the journal."
msgstr ""
-#. description(libreiserfs:libreiserfs-0_3-0)
-msgid ""
-"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."
+#. summary(systemd:systemd-sysvinit)
+msgid "System V init tools"
msgstr ""
-#. description(translation-update)
-msgid ""
-"This is a set of translation updates that are installed into the preferred directory, /usr/share/locale-langpack/<locale>/LC_MESSAGES/.\n"
-"\n"
-"Applications that use gettext correctly can then pick up overridden or updated translations from this location."
+#. description(systemd:systemd-sysvinit)
+msgid "Drop-in replacement of System V init tools."
msgstr ""
-#. description(open-vm-tools:libvmtools0)
-msgid "This is a shared library used by several Open VM Tools components, such as vmware-toolbox-cmd and vmtoolsd (and its plugins)."
+#. summary(sysvinit:sysvinit-tools)
+msgid "Tools for basic booting"
msgstr ""
-#. 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."
+#. description(sysvinit:sysvinit-tools)
+msgid "Helper tools from sysvinit that support booting, including but not exclusive to startpar, killproc and pidof. System V init specific programs are in the sysvinit package."
msgstr ""
-#. description(perl-XML-SAX-Expat)
-msgid ""
-"This is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser) which Ken MacLeod posted to perl-xml and which I have updated.\n"
-"\n"
-"It is still incomplete, though most of the basic SAX2 events should be available. The SAX2 spec is currently available from http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/perl-xml/libxml-p erl/doc/sax-2.0.html?rev=HEAD&content-type=text/html\n"
-"\n"
-"A more friendly URL as well as a PODification of the spec are in the works."
+#. summary(tar)
+msgid "GNU implementation of tar ((t)ape (ar)chiver)"
msgstr ""
-#. description(SDL:libSDL-1_2-0)
-msgid "This is the \"Simple DirectMedia Layer\" library. It provides a generic API for access to audio, keyboard, mouse, and display framebuffer across multiple platforms."
+#. description(tar)
+msgid "This package normally also includes the program \"rmt\", which provides remote tape drive control. Since there are compatible versions of 'rmt' in either the 'star' package or the 'dump' package, we didn't put 'rmt' into this package. If you are planning to use the remote tape features provided by tar you have to also install the 'dump' or the 'star' package."
msgstr ""
-#. description(libtasn1)
-msgid "This is the ASN.1 library used in GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org"
+#. summary(ncurses:terminfo-base)
+msgid "A terminal descriptions database"
msgstr ""
#. description(ncurses:terminfo-base)
msgid "This is the terminfo basic database, maintained in the ncurses package. This database is the official successor to the 4.4BSD termcap file and contains information about any known terminal. The ncurses library makes use of this database to use terminals correctly."
msgstr ""
-#. description(libyui:libyui5)
-msgid ""
-"This is the user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).\n"
-"\n"
-"Originally developed for YaST, it can now be used independently of YaST for generic (C++) applications. This package has very few dependencies."
+#. summary(tigervnc)
+msgid "A high-performance, platform-neutral implementation of VNC"
msgstr ""
-#. description(iptables:libxtables10)
-msgid "This library contains all the iptables code shared between iptables, ip6tables, their extensions, and for external integration for e.g. iproute2's m_xt."
+#. description(tigervnc)
+msgid "TigerVNC is a high-performance, platform-neutral implementation of VNC (Virtual Network Computing), a client/server application that allows users to launch and interact with graphical applications on remote machines. TigerVNC provides the levels of performance necessary to run 3D and video applications; it attempts to maintain a common look and feel and re-use components, where possible, across the various platforms that it supports. TigerVNC also provides extensions for advanced authentication methods and TLS encryption."
msgstr ""
-#. description(libsigc++2:libsigc-2_0-0)
-msgid "This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries."
+#. summary(time)
+msgid "Run Programs And Summarize System Resource Usage"
msgstr ""
-#. description(numlockx)
-msgid "This little thingy allows you to start X with NumLock turned on ( which is a feature that a lot of people seem to miss and nobody really knew how to achieve this ). This code relies on X extensions called XTest and XKB, so you need to have at least one of these X extensions installed ( you most probably do )."
+#. description(time)
+msgid "The \"time\" command runs another program, then displays information about the resources used by that program, collected by the system while the program was running."
msgstr ""
-#. description(perl-XML-XPath)
-msgid "This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath."
+#. summary(timezone)
+msgid "Time Zone Descriptions"
msgstr ""
-#. description(libreoffice:libreoffice-draw)
-msgid "This module allows you to create and edit drawings, flow charts, and logos by using LibreOffice office suite."
+#. description(timezone)
+msgid "These are configuration files that describe available time zones. You can select an appropriate time zone for your system with YaST."
msgstr ""
-#. description(libreoffice:libreoffice-impress)
-msgid "This module allows you to create and edit presentations for slideshows, meeting and Web pages by using LibreOffice office suite."
+#. summary(tnftp)
+msgid "Enhanced FTP Client"
msgstr ""
-#. description(libreoffice:libreoffice-writer)
-msgid "This module allows you to create and edit text and graphics in letters, reports, documents and Web pages by using LibreOffice office suite."
+#. description(tnftp)
+msgid "tnftp is the FTP (File Transfer Protocol) client from NetBSD. FTP is a widely used protocol for transferring files over the Internet and for archiving files. tnftp provides some advanced features beyond the Linux netkit ftp client, but maintains a similar user interface to the traditional ftp client. It was formerly called lukemftp."
msgstr ""
-#. description(perl-MLDBM)
-msgid ""
-"This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases.\n"
-"\n"
-"It works by serializing the references in the hash into a single string. In the underlying TIEHASH package (usually a DBM database), it is this string that gets stored. When the value is fetched again, the string is deserialized to reconstruct the data structure into memory.\n"
-"\n"
-"For historical and practical reasons, it requires the *Data::Dumper* package, available at any CPAN site. *Data::Dumper* gives you really nice-looking dumps of your data structures, in case you wish to look at them on the screen, and it was the only serializing engine before version 2.00. However, as of version 2.00, you can use any of *Data::Dumper*,\n"
-"*FreezeThaw* or *Storable* to perform the underlying serialization, as hinted at by the the SYNOPSIS manpage overview above. Using *Storable* is usually much faster than the other methods.\n"
-"\n"
-"See the the BUGS manpage section for important limitations."
+#. summary(traceroute)
+msgid "A new modern implementation of traceroute(8) utility for Linux systems"
msgstr ""
-#. description(perl-HTML-Tagset)
-msgid ""
-"This module contains several data tables useful in various kinds of HTML parsing operations.\n"
-"\n"
-"Note that all tag names used are lowercase.\n"
-"\n"
-"In the following documentation, a \"hashset\" is a hash being used as a set\n"
-"-- the hash conveys that its keys are there, and the actual values associated with the keys are not significant. (But what values are there, are always true.)"
+#. description(traceroute)
+msgid "Traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host."
msgstr ""
-#. description(yast2-slp)
-msgid "This module enables YaST modules to register services with SLP. Additionally, it offers a simple browser of SLP registered services."
+#. summary(atk:typelib-1_0-Atk-1_0)
+msgid "An Accessibility ToolKit -- Introspection bindings"
msgstr ""
-#. description(perl-File-Listing)
+#. description(atk:typelib-1_0-Atk-1_0)
msgid ""
-"This module exports a single function called parse_dir(), which can be used to parse directory listings.\n"
+"The ATK library provides a set of accessibility interfaces. By supporting the ATK interfaces, an application or toolkit can be used with screen readers, magnifiers, and alternate input devices.\n"
"\n"
-"The first parameter to parse_dir() is the directory listing to parse. It can be a scalar, a reference to an array of directory lines or a glob representing a filehandle to read the directory listing from.\n"
-"\n"
-"The second parameter is the time zone to use when parsing time stamps in the listing. If this value is undefined, then the local time zone is assumed.\n"
-"\n"
-"The third parameter is the type of listing to assume. Currently supported formats are 'unix', 'apache' and 'dosftp'. The default value is 'unix'. Ideally, the listing type should be determined automatically.\n"
-"\n"
-"The fourth parameter specifies how unparseable lines should be treated. Values can be 'ignore', 'warn' or a code reference. Warn means that the perl warn() function will be called. If a code reference is passed, then this routine will be called and the return value from it will be incorporated in the listing. The default is 'ignore'.\n"
-"\n"
-"Only the first parameter is mandatory.\n"
-"\n"
-"The return value from parse_dir() is a list of directory entries. In a scalar context the return value is a reference to the list. The directory entries are represented by an array consisting of [ $filename, $filetype, $filesize, $filetime, $filemode ]. The $filetype value is one of the letters 'f', 'd', 'l' or '?'. The $filetime value is the seconds since Jan 1, 1970. The $filemode is a bitmask like the mode returned by stat()."
+"This package provides the GObject Introspection bindings for ATK."
msgstr ""
-#. description(perl-XML-SAX-Base)
+#. summary(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_0)
+#, fuzzy
+msgid "An image loading library -- Introspection bindings"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_0)
msgid ""
-"This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behavior is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.\n"
+"gdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or Clutter.\n"
"\n"
-"The main advantages that it provides are easy dispatching of events the right way (i.e., it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them."
+"This package provides the GObject Introspection bindings for gdk-pixbuf."
msgstr ""
-#. description(perl-XML-LibXML)
-msgid "This module implements a Perl interface to the Gnome libxml2 library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation."
-msgstr ""
+#. summary(libgnome-keyring:typelib-1_0-GnomeKeyring-1_0)
+#, fuzzy
+msgid "Library to integrate with the GNOME Keyring -- Introspection bindings"
+msgstr "Desenvolvimento"
-#. description(perl-URI)
+#. description(libgnome-keyring:typelib-1_0-GnomeKeyring-1_0)
msgid ""
-"This module implements the URI class. Objects of this class represent \"Uniform Resource Identifier references\" as specified in RFC 2396 (and updated by RFC 2732).\n"
+"The GNOME Keyring is a program that keep password and other secrets for users. The libgnome-keyring library is used by applications to integrate with the GNOME Keyring system.\n"
"\n"
-"URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to combine URIs in various ways."
+"This package provides the GObject Introspection bindings for libgnome-keyring."
msgstr ""
-#. description(perl-IO-Socket-SSL)
-msgid ""
-"This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl.\n"
-"\n"
-"If you have never used SSL before, you should read the appendix labelled 'Using SSL' before attempting to use this module.\n"
-"\n"
-"If you have used this module before, read on, as versions 0.93 and above have several changes from the previous IO::Socket::SSL versions (especially see the note about return values).\n"
-"\n"
-"If you are using non-blocking sockets read on, as version 0.98 added better support for non-blocking.\n"
-"\n"
-"If you are trying to use it with threads see the BUGS section."
-msgstr ""
+#. summary(gtk3:typelib-1_0-Gtk-3_0)
+#, fuzzy
+msgid "The GTK+ toolkit library (version 3) -- Introspection bindings"
+msgstr "Interface do Kernel"
-#. description(pam_mount)
+#. description(gtk3:typelib-1_0-Gtk-3_0)
msgid ""
-"This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can logon.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
-"The module also supports mounting local filesystems of any kind the normal mount utility supports, with extra code to make sure certain volumes are set up properly because often they need more than just a mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE, dm-crypt and LUKS."
+"This package provides the GObject Introspection bindings for GTK+."
msgstr ""
-#. description(perl-XML-NamespaceSupport)
-msgid "This module offers a simple way to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks."
+#. summary(libnotify:typelib-1_0-Notify-0_7)
+msgid "Notifications Library -- Introspection bindings"
msgstr ""
-#. description(perl-WWW-RobotRules)
+#. description(libnotify:typelib-1_0-Notify-0_7)
msgid ""
-"This module parses _/robots.txt_ files as specified in \"A Standard for Robot Exclusion\", at <http://www.robotstxt.org/wc/norobots.html> Webmasters can use the _/robots.txt_ file to forbid conforming robots from accessing parts of their web site.\n"
+"D-BUS notifications library.\n"
"\n"
-"The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. The same WWW::RobotRules object can be used for one or more parsed _/robots.txt_ files on any number of hosts.\n"
-"\n"
-"The following methods are provided:\n"
-"\n"
-"* $rules = WWW::RobotRules->new($robot_name)\n"
-"\n"
-" This is the constructor for WWW::RobotRules objects. The first argument given to new() is the name of the robot.\n"
-"\n"
-"* $rules->parse($robot_txt_url, $content, $fresh_until)\n"
-"\n"
-" The parse() method takes as arguments the URL that was used to retrieve the _/robots.txt_ file, and the contents of the file.\n"
-"\n"
-"* $rules->allowed($uri)\n"
-"\n"
-" Returns TRUE if this robot is allowed to retrieve this URL.\n"
-"\n"
-"* $rules->agent([$name])\n"
-"\n"
-" Get/set the agent name. NOTE: Changing the agent name will clear the robots.txt rules and expire times out of the cache."
+"This package provides the GObject Introspection bindings for libnotify."
msgstr ""
-#. description(perl-Data-Dump)
+#. summary(PackageKit:typelib-1_0-PackageKitGlib-1_0)
+#, fuzzy
+msgid "Simple software installation management software -- Introspection bindings"
+msgstr "Desenvolvimento"
+
+#. description(PackageKit:typelib-1_0-PackageKitGlib-1_0)
msgid ""
-"This module provide a few functions that traverse their argument and produces a string as its result. The string contains Perl code that, when 'eval'ed, produces a deep copy of the original arguments.\n"
+"PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.\n"
"\n"
-"The main feature of the module is that it strives to produce output that is easy to read. Example:\n"
-"\n"
-" @a = (1, [2, 3], {4 => 5}); dump(@a);\n"
-"\n"
-"Produces:\n"
-"\n"
-" \"(1, [2, 3], { 4 => 5 })\"\n"
-"\n"
-"If you dump just a little data, it is output on a single line. If you dump data that is more complex or there is a lot of it, line breaks are automatically added to keep it easy to read.\n"
-"\n"
-"The following functions are provided (only the dd* functions are exported by default):\n"
-"\n"
-"* dump( ... )"
+"This package provides the GObject Introspection bindings for the PackageKit client library."
msgstr ""
-#. description(perl-Net-LibIDN)
-msgid "This module provides Perl bindings for GNU Libidn by Simon Josefsson (http://www.gnu.org/software/libidn/) in way that was heavily inspired by PHP bindings for the same library done by Turbo Fredriksson (http://php- idn.bayour.com/)"
+#. summary(pango:typelib-1_0-Pango-1_0)
+msgid "Library for Layout and Rendering of Text -- Introspection bindings"
msgstr ""
-#. description(perl-Clone)
+#. description(pango:typelib-1_0-Pango-1_0)
msgid ""
-"This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.\n"
+"Pango is a library for layout and rendering of text, with an emphasis on internationalization. It can be used anywhere that text layout is needed.\n"
"\n"
-"clone() takes a scalar argument and duplicates it. To duplicate lists, arrays or hashes, pass them in by reference. e.g.\n"
+"Pango forms the core of text and font handling for GTK+.\n"
"\n"
-" my $copy = clone (\\@array);\n"
-"\n"
-" \n"
-"\n"
-" my %copy = %;"
+"This package provides the GObject Introspection bindings for Pango."
msgstr ""
-#. description(perl-HTTP-Negotiate)
-msgid ""
-"This module provides a complete implementation of the HTTP content negotiation algorithm specified in _draft-ietf-http-v11-spec-00.ps_ chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.\n"
-"\n"
-"The variants are ordered by preference by calling the function choose().\n"
-"\n"
-"The first parameter is reference to an array of the variants to choose among. Each element in this array is an array with the values [$id, $qs, $content_type, $content_encoding, $charset, $content_language, $content_length] whose meanings are described below. The $content_encoding and $content_language can be either a single scalar value or an array reference if there are several values.\n"
-"\n"
-"The second optional parameter is either a HTTP::Headers or a HTTP::Request object which is searched for \"Accept*\" headers. If this parameter is missing, then the accept specification is initialized from the CGI environment variables HTTP_ACCEPT, HTTP_ACCEPT_CHARSET, HTTP_ACCEPT_ENCODING and HTTP_ACCEPT_LANGUAGE.\n"
-"\n"
-"In an array context, choose() returns a list of [variant identifier, calculated quality, size] tuples. The values are sorted by quality, highest quality first. If the calculated quality is the same for two variants, then they are sorted by size (smallest first). _E.g._:\n"
-"\n"
-" (['var1', 1, 2000], ['var2', 0.3, 512], ['var3', 0.3, 1024]);\n"
-"\n"
-"Note that also zero quality variants are included in the return list even if these should never be served to the client.\n"
-"\n"
-"In a scalar context, it returns the identifier of the variant with the highest score or 'undef' if none have non-zero quality.\n"
-"\n"
-"If the $HTTP::Negotiate::DEBUG variable is set to TRUE, then a lot of noise is generated on STDOUT during evaluation of choose()."
+#. summary(polkit:typelib-1_0-Polkit-1_0)
+msgid "PolicyKit Authorization Framework -- Introspection bindings"
msgstr ""
-#. description(perl-XML-Twig)
+#. description(polkit:typelib-1_0-Polkit-1_0)
msgid ""
-"This module provides a way to process XML documents. It is build on top of 'XML::Parser'.\n"
+"PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.\n"
"\n"
-"The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed.\n"
-"\n"
-"It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the 'the twig_roots manpage ' and 'the twig_print_outside_roots manpage ' options. The 'the finish manpage ' and 'the finish_print manpage ' methods also help to increase performances.\n"
-"\n"
-"XML::Twig tries to make simple things easy so it tries its best to takes care of a lot of the (usually) annoying (but sometimes necessary) features that come with XML and XML::Parser."
+"This package provides the GObject Introspection bindings for PolicyKit."
msgstr ""
-#. description(perl-XML-XPathEngine)
-msgid ""
-"This module provides an XPath engine, that can be re-used by other module/classes that implement trees.\n"
-"\n"
-"In order to use the XPath engine, nodes in the user module need to mimick DOM nodes. The degree of similitude between the user tree and a DOM dictates how much of the XPath features can be used. A module implementing all of the DOM should be able to use this module very easily (you might need to add the cmp method on nodes in order to get ordered result sets).\n"
-"\n"
-"This code is a more or less direct copy of the the XML::XPath manpage module by Matt Sergeant. I only removed the XML processing part to remove the dependency on XML::Parser, applied a couple of patches, renamed a whole lot of methods to make Pod::Coverage happy, and changed the docs.\n"
-"\n"
-"The article eXtending XML XPath, http://www.xmltwig.com/article/extending_xml_xpath/ should give authors who want to use this module enough background to do so.\n"
-"\n"
-"Otherwise, my email is below ;--)\n"
-"\n"
-"*WARNING*: while the underlying code is rather solid, this module mostly lacks docs. As they say, \"patches welcome\"..."
+#. summary(ucode-intel)
+msgid "Microcode Updates for Intel x86/x86-64 CPUs"
msgstr ""
-#. description(perl-NetxAP)
-msgid "This module provides an interface to the protocol family represented by IMAP, IMSP, ACAP, and ICAP. A usable IMAP module is also provide."
+#. description(ucode-intel)
+#, fuzzy
+msgid "This package contains the microcode update blobs for Intel x86 and x86-64 CPUs."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(systemd:udev)
+msgid "A rule-based device node and kernel event manager"
msgstr ""
-#. description(python-pycurl)
-#, fuzzy
-msgid "This module provides bindings for the cURL library."
-msgstr "Interface do Kernel"
+#. description(systemd:udev)
+msgid "Udev creates and removes device nodes in /dev for devices discovered or removed from the system. It receives events via kernel netlink messages and dispatches them according to rules in /lib/udev/rules.d/. Matching rules may name a device node, create additional symlinks to the node, call tools to initialize a device, or load needed kernel modules."
+msgstr ""
-#. description(perl-LWP-MediaTypes)
-msgid ""
-"This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the _media.types_ file. If the _~/.media.types_ file exists it is used instead. For backwards compatibility we will also look for _~/.mime.types_.\n"
-"\n"
-"The following functions are exported by default:\n"
-"\n"
-"* guess_media_type( $filename )\n"
-"\n"
-"* guess_media_type( $uri )\n"
-"\n"
-"* guess_media_type( $filename_or_uri, $header_to_modify )\n"
-"\n"
-" This function tries to guess media type and encoding for a file or a URI. It returns the content type, which is a string like '\"text/html\"'. In array context it also returns any content encodings applied (in the order used to encode the file). You can pass a URI object reference, instead of the file name.\n"
-"\n"
-" If the type can not be deduced from looking at the file name, then guess_media_type() will let the '-T' Perl operator take a look. If this works (and '-T' returns a TRUE value) then we return _text/plain_ as the type, otherwise we return _application/octet-stream_ as the type.\n"
-"\n"
-" The optional second argument should be a reference to a HTTP::Headers object or any object that implements the $obj->header method in a similar way. When it is present the values of the 'Content-Type' and 'Content-Encoding' will be set for this header.\n"
-"\n"
-"* media_suffix( $type, ... )\n"
-"\n"
-" This function will return all suffixes that can be used to denote the specified media type(s). Wildcard types can be used. In a scalar context it will return the first suffix found. Examples:\n"
-"\n"
-" @suffixes = media_suffix('image/*', 'audio/basic'); $suffix = media_suffix('text/html');\n"
-"\n"
-"The following functions are only exported by explicit request:\n"
-"\n"
-"* add_type( $type, @exts )\n"
-"\n"
-" Associate a list of file extensions with the given media type. Example:\n"
-"\n"
-" add_type(\"x-world/x-vrml\" => qw(wrl vrml));\n"
-"\n"
-"* add_encoding( $type, @ext )\n"
-"\n"
-" Associate a list of file extensions with an encoding type. Example:\n"
-"\n"
-" add_encoding(\"x-gzip\" => \"gz\");\n"
-"\n"
-"* read_media_types( @files )\n"
-"\n"
-" Parse media types files and add the type mappings found there. Example:\n"
-"\n"
-" read_media_types(\"conf/mime.types\");"
+#. summary(system-config-printer:udev-configure-printer)
+msgid "Utility to autoconfigure printers when plugged"
msgstr ""
-#. description(perl-HTTP-Date)
-msgid "This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default."
+#. description(system-config-printer:udev-configure-printer)
+msgid "This package contains an utility that will ensure printers get automatically configured when plugged on the computer."
msgstr ""
-#. description(perl-Crypt-SmbHash)
-msgid "This module provides functions to generate LM/NT hashes as used by Samba"
+#. summary(udisks2)
+msgid "Disk Management Service, version 2"
msgstr ""
-#. description(perl-XML-Parser)
-msgid ""
-"This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.\n"
-"\n"
-"The behavior of the parser is controlled either by \"Style\" and/or \"Handlers\" options, or by \"setHandlers\" method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed.\n"
-"\n"
-"When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object.\n"
-"\n"
-"You will find examples in /usr/share/doc/packages/perl-XML-Parser/samples. For documentation read the XML::Parser and XML::Parser::Expat man pages."
+#. summary(unzip)
+msgid "A program to unpack compressed files"
msgstr ""
-#. description(perl-Term-ReadKey)
-msgid "This module, ReadKey, provides ioctl control for terminals and Win32 consoles so the input modes can be changed (thus allowing reads of a single character at a time), and also provides non-blocking reads of stdin, as well as several other terminal related features, including retrieval/modification of the screen size, and retrieval/modification of the control characters."
+#. description(unzip)
+#. description(unzip:unzip-doc)
+msgid "UnZip is an extraction utility for archives compressed in .zip format (known as \"zip files\"). Although highly compatible both with PKWARE's PKZIP(tm) and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our primary objectives have been portability and non-MS-DOS functionality. This version can also extract encrypted archives."
msgstr ""
-#. description(gnome-python-desktop:python-gnomekeyring)
+#. summary(unzip:unzip-doc)
#, fuzzy
-msgid "This package contains Python bindings for GNOME Keyring."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Documentation files for unzip"
+msgstr "Documento"
-#. description(libstorage:libstorage-ruby)
-#, fuzzy
-msgid "This package contains Ruby bindings for libstorage."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(update-alternatives)
+msgid "Maintain symbolic links determining default commands"
+msgstr ""
-#. description(yast2-add-on)
-msgid "This package contains YaST Add-On media installation code."
+#. description(update-alternatives)
+msgid "update-alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. It is possible for several programs fulfilling the same or similar functions to be installed on a single system at the same time. For example, many systems have several text editors installed at once. This gives choice to the users of a system, allowing each to use a different editor, if desired, but makes it difficult for a program to make a good choice of editor to invoke if the user has not specified a particular preference."
msgstr ""
-#. description(xdg-menu)
-msgid "This package contains a Perl script which converts XDG menus to formats used by WindowMaker and other window managers."
+#. summary(upower)
+msgid "Power Device Enumeration Framework"
msgstr ""
-#. description(yast2-packager:yast2-packager-webpin)
-msgid "This package contains a client for searching packages in online repositories (webpin) and installing them via OneClickInstall"
+#. summary(usbutils)
+msgid "Tools and libraries for USB devices"
msgstr ""
+#. description(usbutils)
+msgid "This package contains a utility for inspecting devices connected to USB ports."
+msgstr ""
+
+#. summary(util-linux)
+#. summary(util-linux-systemd)
+msgid "A collection of basic system utilities"
+msgstr ""
+
#. description(util-linux)
msgid "This package contains a large variety of low-level system utilities that are necessary for a Linux system to function. It contains the mount program, the fdisk configuration tool, and more."
msgstr ""
-#. description(tcpd:libwrap0)
-msgid "This package contains a library which implements classifying incoming requests (connections) based upon rule exclusion files (/etc/hosts.*)."
+#. description(libva:vaapi-dummy-driver)
+msgid ""
+"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\n"
+"\n"
+"This contains the dummy driver."
msgstr ""
-#. description(yast2-backup)
-msgid "This package contains a module which searches for changed files and backs them up."
+#. summary(vaapi-intel-driver)
+msgid "Intel Driver for Video Acceleration (VA) API for Linux"
msgstr ""
-#. description(yast2-pkg-bindings)
-msgid "This package contains a name space for accessing the package manager library in YaST2."
+#. description(vaapi-intel-driver)
+msgid "Intel Driver for Libva is a library providing the VA API video acceleration API."
msgstr ""
-#. description(snapper:snapper-zypp-plugin)
-msgid "This package contains a plugin for zypp that makes filesystem snapshots with snapper during commits."
+#. summary(vim)
+msgid "Vi IMproved"
msgstr ""
-#. description(media-player-info)
-msgid "This package contains a repository of data files describing media player (mostly USB Mass Storage ones) capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, ... These capabilities used to be provided by HAL in the 10-usb-music-players.fdi file but had to be moved elsewhere as part of the big HALectomy."
+#. description(vim)
+msgid ""
+"Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi. Almost every possible command can be performed using only ASCII characters. Only the 'Q' command is missing (you do not need it). Many new features have been added: multilevel undo, command line history, file name completion, block operations, and editing of binary data.\n"
+"\n"
+"Vi is available for the AMIGA, MS-DOS, Windows NT, and various versions of UNIX.\n"
+"\n"
+"For SUSE Linux, Vim is used as /usr/bin/vi."
msgstr ""
-#. description(usbutils)
-msgid "This package contains a utility for inspecting devices connected to USB ports."
+#. summary(virtualbox:virtualbox-guest-kmp-default)
+msgid "Guest kernel modules for VirtualBox"
msgstr ""
-#. description(system-config-printer:udev-configure-printer)
-msgid "This package contains an utility that will ensure printers get automatically configured when plugged on the computer."
+#. description(virtualbox:virtualbox-guest-kmp-default)
+msgid "VirtualBox is an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU Public License (GPL)."
msgstr ""
-#. description(nfs-utils:nfs-client)
-msgid "This package contains common NFS utilities which are needed for client and kernel based server."
+#. summary(virtualbox:virtualbox-guest-tools)
+msgid "VirtualBox guest tools"
msgstr ""
-#. description(net-tools)
-msgid "This package contains essential programs for network administration and maintenance: netstat, hostname, arp, ifconfig, rarp, and route."
+#. description(virtualbox:virtualbox-guest-tools)
+msgid "VirtualBox guest addition tools."
msgstr ""
-#. description(suse-module-tools)
-msgid "This package contains helper scripts for KMP installation and uninstallation, as well as default configuration files for depmod and modprobe. These utilities are provided by kmod-compat or module-init-tools, whichever implementation you choose to install."
+#. summary(virtualbox:virtualbox-guest-x11)
+msgid "VirtualBox X11 drivers for mouse and video"
msgstr ""
-#. description(snapper:libsnapper2)
-#, fuzzy
-msgid "This package contains libsnapper, a library for filesystem snapshot management."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(virtualbox:virtualbox-guest-x11)
+msgid "VirtualBox This package contains X11 guest utilities and X11 guest mouse and video drivers"
+msgstr ""
-#. description(libstorage:libstorage4)
-msgid "This package contains libstorage, a library for storage management."
+#. summary(vorbis-tools)
+msgid "Ogg Vorbis Tools"
msgstr ""
-#. description(mobile-broadband-provider-info)
-msgid "This package contains mobile broadband settings for different service providers in different countries."
+#. description(vorbis-tools)
+msgid ""
+"This package contains some tools for Ogg Vorbis:\n"
+"\n"
+"oggenc (an encoder) and ogg123 (a playback tool). It also has vorbiscomment (to add comments to Vorbis files), ogginfo (to give all useful information about an Ogg file, including streams in it), oggdec (a simple command line decoder), and vcut (which allows you to cut up Vorbis files)."
msgstr ""
-#. description(mpt-firmware)
+#. summary(vpnc)
+msgid "A Client for Cisco VPN concentrator"
+msgstr ""
+
+#. description(vpnc)
msgid ""
-"This package contains modprobe configuration files to autoload the mptctl ioctl driver at boot time. The mptctl driver is an ioctl character driver for the LSI Logic Fusion-MPT Host adapter series. These adapters include\n"
+"A VPN client compatible with Cisco's EasyVPN equipment.\n"
"\n"
-"- Ultra320 53C1030, 53C1020\n"
+"Cisco 3000, IOS routers, PIX/ASA Zecurity Appliances, and Juniper/Netscreen as well as Nortel Contivity (experimental).\n"
"\n"
-"- Fiber Channel FC909, FC919, FC929, FC919X and FC929X\n"
+"Supported Authentications: Pre-Shared-Key + XAUTH, Pre-Shared-Key Supported IKE DH-Groups: dh1 dh2 dh5 Supported Hash Algo (IKE/IPSEC): md5 sha1 Supported Encryptions (IKE/IPSEC): (null) (1des) 3des aes128 aes192 aes256 Perfect Forward Secrecy: nopfs dh1 dh2 dh5\n"
"\n"
-"- SAS SAS1064, and SAS1068"
+"It runs entirely in userspace and uses the TUN/TAP driver for access."
msgstr ""
-#. description(yast2)
-msgid "This package contains scripts and data needed for SuSE Linux installation with YaST2"
+#. summary(wget)
+msgid "A Tool for Mirroring FTP and HTTP Servers"
msgstr ""
-#. description(plymouth:plymouth-scripts)
+#. description(wget)
+msgid "Wget enables you to retrieve WWW documents or FTP files from a server. This can be done in script files or via the command line."
+msgstr ""
+
+#. summary(which)
+msgid "Displays where a particular program in your path is located"
+msgstr ""
+
+#. description(which)
+msgid "The which command shows the full pathname of a specified program, if the specified program is in your PATH."
+msgstr ""
+
+#. summary(wicked)
#, fuzzy
-msgid "This package contains scripts that help integrate Plymouth with the system."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Network configuration infrastructure"
+msgstr "Exibir Configuração"
-#. description(snapper)
+#. description(wicked)
+msgid "Wicked is a network configuration infrastructure incorporating a number of existing frameworks into a unified architecture, providing a DBUS interface to network configuration."
+msgstr ""
+
+#. summary(wicked:wicked-service)
#, fuzzy
-msgid "This package contains snapper, a tool for filesystem snapshot management."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Network configuration infrastructure - systemd service"
+msgstr "Exibir Configuração"
-#. description(vorbis-tools)
+#. description(wicked:wicked-service)
msgid ""
-"This package contains some tools for Ogg Vorbis:\n"
+"Wicked is a network configuration infrastructure incorporating a number of existing frameworks into a unified architecture, providing a DBUS interface to network configuration.\n"
"\n"
-"oggenc (an encoder) and ogg123 (a playback tool). It also has vorbiscomment (to add comments to Vorbis files), ogginfo (to give all useful information about an Ogg file, including streams in it), oggdec (a simple command line decoder), and vcut (which allows you to cut up Vorbis files)."
+"This package provides the wicked systemd service files."
msgstr ""
-#. description(plymouth:plymouth-plugin-script)
-msgid "This package contains the \"script\" boot splash plugin for Plymouth. It features an extensible, scriptable boot splash language that simplifies the process of designing custom boot splash themes."
+#. summary(wodim)
+msgid "Tool for Writing CDRs"
msgstr ""
-#. description(xorg-x11-fonts:xorg-x11-fonts-core)
-msgid "This package contains the 'fixed' and 'cursor' font required for any X Server."
+#. description(wodim)
+msgid "wodim is used to record data or audio CDs on a CD-Recorder or to write DVD media on a DVD-Recorder."
msgstr ""
-#. description(Mesa:Mesa-libEGL1)
-msgid ""
-"This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.\n"
-"\n"
-"This package contains modules to interface with the existing system GLX or DRI2 drivers to provide OpenGL via EGL. The Mesa main package provides drivers to provide hardware-accelerated OpenGL|ES and OpenVG support."
+#. summary(wpa_supplicant)
+msgid "WPA supplicant implementation"
msgstr ""
-#. description(susehelp:susehelp_en)
-msgid ""
-"This package contains the English localization of the SuSE Help System.\n"
-"\n"
-"For more information, see the susehelp base package."
+#. description(wpa_supplicant)
+msgid "wpa_supplicant is an implementation of the WPA Supplicant component, i.e., the part that runs in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver."
msgstr ""
-#. description(openldap2-client)
-#, fuzzy
-msgid "This package contains the OpenLDAP client utilities."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xauth)
+msgid "Utility to edit and display the X authorization information"
+msgstr ""
-#. description(xorg-x11-server)
-msgid "This package contains the X.Org Server."
+#. description(xauth)
+msgid "The xauth program is used to edit and display the authorization information used in connecting to the X server."
msgstr ""
-#. description(Mesa:libxatracker1)
-msgid "This package contains the XA state tracker for gallium3D driver. It superseeds the Xorg state tracker and provides an infrastructure to accelerate Xorg 2D operations. It is currently used by vmwgfx video driver."
+#. summary(xconsole)
+msgid "Utility to monitor system console messages with X"
msgstr ""
-#. description(yast2-ntp-client)
-msgid "This package contains the YaST2 component for NTP client configuration."
+#. description(xconsole)
+msgid "xconsole displays in a X11 window the messages which are usually sent to /dev/console"
msgstr ""
-#. description(yast2-samba-server)
-msgid "This package contains the YaST2 component for Samba server configuration."
+#. summary(xdg-user-dirs)
+msgid "Utilities to handle user data directories"
msgstr ""
-#. description(yast2-bootloader)
-msgid "This package contains the YaST2 component for bootloader configuration."
+#. description(xdg-user-dirs)
+msgid "xdg-user-dirs is a tool to help manage \"well known\" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames."
msgstr ""
-#. description(yast2-samba-client)
-msgid "This package contains the YaST2 component for configuration of an SMB workgroup/domain and authentication against an SMB domain."
+#. summary(xdm)
+#, fuzzy
+msgid "X Display Manager"
+msgstr "Gerenciador de Dispositivos"
+
+#. description(xdm)
+msgid "Xdm manages a collection of X displays, which may be on the local host or remote servers."
msgstr ""
-#. description(yast2-iscsi-client)
-msgid "This package contains the YaST2 component for configuration of an iSCSI client."
+#. summary(xf86-input-evdev)
+msgid "Generic Linux input driver for the Xorg X server"
msgstr ""
-#. description(yast2-tune)
-msgid "This package contains the YaST2 component for hardware configuration."
+#. description(xf86-input-evdev)
+msgid "evdev is an Xorg input driver for Linux's generic event devices. It therefore supports all input devices that the kernel knows about, including most mice, keyboards, tablets and touchscreens."
msgstr ""
-#. description(yast2-network)
-msgid "This package contains the YaST2 component for network configuration."
+#. summary(xf86-input-joystick)
+msgid "Joystick input driver for the Xorg X server"
msgstr ""
-#. description(yast2-printer)
-msgid "This package contains the YaST2 component for printer configuration."
+#. description(xf86-input-joystick)
+msgid "joystick is an Xorg input driver for Joysticks. The driver reports cursor movement as well as raw axis values through valuators."
msgstr ""
-#. description(yast2-proxy)
-#, fuzzy
-msgid "This package contains the YaST2 component for proxy configuration."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-input-keyboard)
+msgid "Keyboard input driver for the Xorg X server"
+msgstr ""
-#. description(yast2-sound)
-msgid "This package contains the YaST2 component for sound card configuration."
+#. description(xf86-input-keyboard)
+msgid "kbd is an Xorg input driver for keyboards. The driver supports the standard OS-provided keyboard interface, but these are currently only available to this driver module for Linux, BSD, and Solaris."
msgstr ""
-#. description(xbitmaps)
-#, fuzzy
-msgid "This package contains the base X bitmaps, which are used in many legacy X clients."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-input-mouse)
+msgid "Mouse input driver for the Xorg X server"
+msgstr ""
-#. description(xterm)
-msgid "This package contains the basic X.Org terminal program."
+#. description(xf86-input-mouse)
+msgid "mouse is an Xorg input driver for mice. The driver supports most available mouse types and interfaces, though the level of support for types of mice depends on the OS."
msgstr ""
-#. description(susehelp)
+#. summary(xf86-input-synaptics)
+msgid "Synaptics touchpad input driver for the Xorg X server"
+msgstr ""
+
+#. description(xf86-input-synaptics)
msgid ""
-"This package contains the basics of the SuSE Help System.\n"
+"synaptics is an Xorg input driver for touchpads.\n"
"\n"
-"The SuSE Help System centralizes all Linux documentation in a clear, structured manner with convenient search capabilities. For quick start, click on the lifesaver in the desktop panel. For configuration, use the KDE Control Center.\n"
-"\n"
-"For more information, have a look at /usr/share/doc/packages/susehelp/README."
+"Even though touchpads can be handled by the normal evdev or mouse drivers, this driver allows more advanced features of the touchpad to become available."
msgstr ""
-#. description(libyui-ncurses:libyui-ncurses5)
-#, fuzzy
-msgid "This package contains the character based (ncurses) user interface component for libYUI."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-input-vmmouse)
+msgid "VMware Mouse input driver for the Xorg X server"
+msgstr ""
-#. description(systemd:libudev1)
-msgid "This package contains the dynamic library libudev, which provides access to udev device information"
+#. description(xf86-input-vmmouse)
+msgid "vmmouse is an Xorg input driver for mice. The driver supports most available mouse types and interfaces. USB mice are only supported on some OSs, and the level of support for PS/2 mice depends on the OS."
msgstr ""
-#. description(yast2-storage)
-msgid "This package contains the files for YaST2 that handle access to disk devices during installation and on an installed system."
+#. summary(xf86-input-void)
+msgid "Null input driver for the Xorg X server"
msgstr ""
-#. description(openSUSE-build-key)
-msgid "This package contains the gpg keys that are used to sign the openSUSE rpm packages. The keys installed here are not actually used by anything. rpm/zypper use the keys in the rpm db instead."
+#. description(xf86-input-void)
+msgid "void is an dummy/null Xorg input driver. It doesn't connect to any physical device, and it never delivers any events. It functions as both a pointer and keyboard device, and may be used as X server's core pointer and/or core keyboard. Its purpose is to allow X servers pre version 1.4 to operate without a core pointer and/or core keyboard."
msgstr ""
-#. description(yast2-hardware-detection)
-msgid "This package contains the hardware detection library for YaST2."
+#. summary(xf86-input-wacom)
+msgid "Wacom input driver for the Xorg X server"
msgstr ""
-#. description(mozilla-nss:mozilla-nss-certs)
-msgid "This package contains the integrated CA root certificates from the Mozilla project."
+#. description(xf86-input-wacom)
+msgid "wacom is an X input driver and utilities for Wacom devices."
msgstr ""
-#. description(plymouth:plymouth-plugin-label)
-msgid "This package contains the label control plugin for Plymouth. It provides the ability to render text on graphical boot splashes using pango and cairo."
+#. summary(xf86-video-ark)
+msgid "Ark Logic video driver for the Xorg X server"
msgstr ""
-#. description(yast2-packager)
-#, fuzzy
-msgid "This package contains the libraries and modules for software management."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(xf86-video-ark)
+msgid "ark is an Xorg driver for Ark Logic video cards."
+msgstr ""
-#. description(reiserfs:libreiserfscore0)
-#, fuzzy
-msgid "This package contains the library that provides core functionality for the reiserfs file system."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-video-ast)
+msgid "ASpeed Technologies video driver for the Xorg X server"
+msgstr ""
-#. description(usbmuxd:libusbmuxd2)
-msgid "This package contains the libusbmuxd library which provides an interface to talk to the usbmux daemon, create connections and list attached devices."
+#. description(xf86-video-ast)
+msgid "ast is an Xorg driver for ASpeed Technologies video cards."
msgstr ""
-#. description(libvdpau:libvdpau1)
-msgid "This package contains the libvdpau wrapper library and the libvdpau_trace debugging library, along with the header files needed to build VDPAU applications. To actually use a VDPAU device, you need a vendor-specific implementation library. Currently, this is always libvdpau_nvidia. You can override the driver name by setting the VDPAU_DRIVER environment variable."
+#. summary(xf86-video-ati)
+msgid "ATI video driver for the Xorg X server"
msgstr ""
-#. description(yast2-control-center)
-msgid "This package contains the menu selection component for YaST2."
+#. description(xf86-video-ati)
+msgid ""
+"ati is an Xorg driver for ATI/AMD video cards.\n"
+"\n"
+"It autodetects whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class of chipset, and loads the radeon, r128, or mach64 driver as appropriate."
msgstr ""
-#. description(yast2-theme:yast2-theme-openSUSE)
-msgid "This package contains the openSUSE theme for YaST2."
+#. summary(xf86-video-chips)
+msgid "Chips and Technologies video driver for the Xorg X server"
msgstr ""
-#. description(yast2-x11)
-msgid "This package contains the programs and files for YaST2 X11 support."
+#. description(xf86-video-chips)
+msgid ""
+"chips is an Xorg driver for Chips and Technologies video cards.\n"
+"\n"
+"The majority of the Chips and Technologies chipsets are supported by this driver. In general the limitation on the capabilities of this driver are determined by the chipset on which it is run. Where possible, this driver provides full acceleration and supports the following depths: 1, 4, 8, 15, 16, 24 and on the latest chipsets an 8+16 overlay mode. All visual types are supported for depth 1, 4 and 8 and both TrueColor and DirectColor visuals are supported where possible. Multi-head configurations are supported on PCI or AGP buses."
msgstr ""
-#. description(talloc:pytalloc)
-#, fuzzy
-msgid "This package contains the python bindings for the Talloc library."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-video-cirrus)
+msgid "Cirrus Logic video driver for the Xorg X server"
+msgstr ""
-#. description(release-notes-openSUSE)
+#. description(xf86-video-cirrus)
+msgid "cirrus is an Xorg driver for Cirrus Logic video cards."
+msgstr ""
+
+#. summary(xf86-video-dummy)
+msgid "Virtual/offscreen frame buffer video driver for the Xorg X server"
+msgstr ""
+
+#. description(xf86-video-dummy)
+msgid "dummy is an Xorg driver for virtual/offscreen frame buffer."
+msgstr ""
+
+#. summary(xf86-video-fbdev)
+msgid "Framebuffer video driver for the Xorg X server"
+msgstr ""
+
+#. description(xf86-video-fbdev)
msgid ""
-"This package contains the release notes with the most important changes for this openSUSE release. In HTML format, they are available in the help center.\n"
+"fbdev is an Xorg driver for framebuffer devices.\n"
"\n"
-"The release notes are maintained in the public SVN repository at https://svn.opensuse.org/svn/opensuse-doc/trunk/release-notes/opensuse."
+"This is a non-accelerated driver, the following framebuffer depths are supported: 8, 15, 16, 24. All visual types are supported for depth 8, and TrueColor visual is supported for the other depths. Multi-head configurations are supported."
msgstr ""
-#. description(yast2-core)
-msgid "This package contains the scanner, parser, and interpreter runtime library for the YCP scripting language used in YaST2."
+#. summary(xf86-video-glint)
+msgid "GLINT/Permedia video driver for the Xorg X server"
msgstr ""
-#. description(sqlite3:libsqlite3-0)
+#. description(xf86-video-glint)
msgid ""
-"This package contains the shared libraries for the Embeddable SQL Database Engine.\n"
+"glint is an Xorg driver for 3Dlabs & Texas Instruments GLINT/Permedia video cards.\n"
"\n"
-"SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n"
+"The driver is rather fully accelerated, and provides support for the following framebuffer depths: 8, 15 (may give bad results with FBDev support), 16, 24 (32 bpp recommended, 24 bpp has problems), 30, and an 8+24 overlay mode."
+msgstr ""
+
+#. summary(xf86-video-i128)
+msgid "Number 9 I128 video driver for the Xorg X server"
+msgstr ""
+
+#. description(xf86-video-i128)
+msgid ""
+"i128 is an Xorg driver for Number 9 I128 video cards.\n"
"\n"
-"SQLite is not a client library used to connect to a big database server. SQLite is a server and the SQLite library reads and writes directly to and from the database files on disk.\n"
-"\n"
-"SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins."
+"The driver is accelerated and provides support for all versions of the I128 chip family, including the SGI flatpanel configuration. Multi-head configurations are supported."
msgstr ""
-#. description(nilfs-utils)
-#, fuzzy
-msgid "This package contains utility programs for NILFS v2."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-video-intel)
+msgid "Intel video driver for the Xorg X server"
+msgstr ""
-#. description(shared-mime-info)
+#. description(xf86-video-intel)
msgid ""
-"This package contains:\n"
+"intel is an Xorg driver for Intel integrated video cards.\n"
"\n"
-"- The freedesktop.org shared MIME database spec.\n"
-"\n"
-"- The merged GNOME and KDE databases, in the new format.\n"
-"\n"
-"- The update-mime-database command, used to install new MIME data."
+"The driver supports depths 8, 15, 16 and 24. All visual types are supported in depth 8. For the i810/i815 other depths support the TrueColor and DirectColor visuals. For the i830M and later, only the TrueColor visual is supported for depths greater than 8. The driver supports hardware accelerated 3D via the Direct Rendering Infrastructure (DRI), but only in depth 16 for the i810/i815 and depths 16 and 24 for the 830M and later."
msgstr ""
-#. description(recode)
-msgid "This package converts various character sets."
+#. summary(xf86-video-mach64)
+msgid "ATI Mach64 series video driver for the Xorg X server"
msgstr ""
-#. description(parallel-printer-support)
+#. description(xf86-video-mach64)
+msgid "mach64 is an Xorg driver for ATI Mach64 series video cards."
+msgstr ""
+
+#. summary(xf86-video-mga)
+msgid "Matrox video driver for the Xorg X server"
+msgstr ""
+
+#. description(xf86-video-mga)
msgid ""
-"This package creates static udev nodes for the parallel ports. The purpose is to load the \"lp\" kernel module automatically the first time data is sent to the parallel port.\n"
+"mga is an Xorg driver for Matrox video cards.\n"
"\n"
-"Since the lp kernel module can't autodetect devices, this is the only way to load the parallel printer modules without manual intervention."
+"The driver is fully accelerated, and provides support for the following framebuffer depths: 8, 15, 16, 24, and an 8+24 overlay mode. All visual types are supported for depth 8, and both TrueColor and DirectColor visuals are supported for the other depths except 8+24 mode which supports PseudoColor, GrayScale and TrueColor. Multi-card configurations are supported. XVideo is supported on G200 and newer systems, with either TexturedVideo or video overlay. The second head of dual-head cards is supported for the G450 and G550. Support for the second head on G400 cards requires a binary-only \"mga_hal\" module that is available from Matrox, and may be on the CD supplied with the card. That module also provides various other enhancements, and may be necessary to use the DVI (digital) output on the G550 (and other cards)."
msgstr ""
-#. description(os-prober)
-msgid "This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily."
+#. summary(xf86-video-neomagic)
+msgid "Neomagic video driver for the Xorg X server"
msgstr ""
-#. description(pcmciautils)
-msgid "This package enables the usage of PC-Cards with Linux. It provides hotplug scripts, and tools that set up sockets and cards. Since kernel 2.6.13 card injection and removal are handled completely via hotplug. Therefore, a daemon like 'cardmgr' is no longer needed. Soft ejecting and inserting cards can be done with pccardctl (it was cardctl before). There are also some tools for debugging and CIS handling."
+#. description(xf86-video-neomagic)
+msgid "neomagic is an Xorg driver for Neomagic video cards found in many laptop computers."
msgstr ""
-#. description(libyui-ncurses-pkg:libyui-ncurses-pkg5)
-#, fuzzy
-msgid "This package extends the character based (ncurses) user interface component for libYUI."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-video-nouveau)
+msgid "Accelerated Open Source driver for nVidia cards"
+msgstr ""
-#. description(rgb)
-msgid "This package includes both the list mapping X color names to RGB values (rgb.txt) and, if configured to use a database for color lookup, the rgb program to convert the text file into the binary database format."
+#. description(xf86-video-nouveau)
+msgid "The nouveau project aims to build high-quality, open source drivers for nVidia cards. “Nouveau” [nuvo] is the French word for “new”."
msgstr ""
-#. description(samba:libsmbclient0)
+#. summary(xf86-video-nv)
+msgid "NVIDIA video driver for the Xorg X server"
+msgstr ""
+
+#. description(xf86-video-nv)
msgid ""
-"This package includes the libsmbclient library.\n"
+"nv is an Xorg driver for NVIDIA video cards.\n"
"\n"
-"libsmbclient is provided by the libsmbclient0 package.\n"
-"\n"
-"This entry is required to allow a samba.spec file providing libsmbclient for SUSE version < 11.0 while versions > 10.0 will have libsmbclient0.\n"
-"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+"The driver supports 2D acceleration and provides support for the following framebuffer depths: 8, 15, 16 (except Riva128) and 24. All visual types are supported for depth 8, TrueColor and DirectColor visuals are supported for the other depths with the exception of the Riva128 which only supports TrueColor in the higher depths."
msgstr ""
-#. description(shadow)
-msgid "This package includes the necessary programs for converting plain password files to the shadow password format and to manage user and group accounts."
+#. summary(xf86-video-qxl)
+msgid "QXL virtual GPU video driver for the Xorg X server"
msgstr ""
-#. description(libreoffice-branding-openSUSE)
-#, fuzzy
-msgid "This package includes the openSUSE branding for LibreOffice office suite."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(xf86-video-qxl)
+msgid "qxl is an Xorg driver for QXL virtual GPU as found in the spice project."
+msgstr ""
-#. description(tiff:libtiff5)
-msgid "This package includes the tiff libraries. To link a program with libtiff, you will have to add -ljpeg and -lz to include the necessary libjpeg and libz in the linking process."
+#. summary(xf86-video-r128)
+msgid "ATI Rage 128 video driver for the Xorg X server"
msgstr ""
-#. description(samba:libwbclient0)
+#. description(xf86-video-r128)
msgid ""
-"This package includes the wbclient library.\n"
+"r128 is an Xorg driver for ATI Rage 128 video cards.\n"
"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+"It contains full support for 8, 15, 16 and 24 bit pixel depths, hardware acceleration of drawing primitives, hardware cursor, video modes up to 1800x1440 @ 70Hz, doublescan modes (e.g., 320x200 and 320x240), gamma correction at all pixel depths, a fully programming dot clock and robust text mode restoration for VT switching. Dualhead is supported on M3/M4 mobile chips."
msgstr ""
-#. description(reiserfs)
-msgid "This package includes utilities for making the file system (mkreiserfs), checking for consistency (reiserfsck), and resizing (resize_reiserfs)."
+#. summary(xf86-video-savage)
+msgid "S3 Savage video driver for the Xorg X server"
msgstr ""
-#. description(xorg-x11:xorg-x11-essentials)
-#, fuzzy
-msgid "This package is a compatibility metapackage. It requires the X.Org core applications packages."
-msgstr "Aplicativos Usados Recentemente"
+#. description(xf86-video-savage)
+msgid ""
+"savage is an Xorg driver for S3 Savage video cards.\n"
+"\n"
+"2D, 3D, and Xv acceleration is supported on all chips except the Savage2000 (2D only). Dualhead operation is supported on MX, IX, and SuperSavage chips."
+msgstr ""
-#. description(xorg-x11-driver-input)
-msgid "This package is a compatibility metapackage. It used to contain the X.Org input drivers."
+#. summary(xf86-video-siliconmotion)
+msgid "Silicon Motion video driver for the Xorg X server"
msgstr ""
-#. description(xorg-x11-driver-video)
-msgid "This package is a compatibility metapackage. It used to contain the X.Org video drivers."
+#. description(xf86-video-siliconmotion)
+msgid ""
+"siliconmotion is an Xorg driver for Silicon Motion video cards.\n"
+"\n"
+"The driver is fully accelerated, and provides support for the following framebuffer depths: 8, 16, and 24. All visual types are supported for depth 8, and TrueColor visuals are supported for the other depths."
msgstr ""
-#. description(patterns-openSUSE:patterns-openSUSE-apparmor)
-msgid "This package is installed if a pattern is selected to have a working update path"
+#. summary(xf86-video-sis)
+#. summary(xf86-video-sisusb)
+msgid "SiS and XGI video driver for the Xorg X server"
msgstr ""
-#. description(yast2-ycp-ui-bindings)
-msgid "This package makes the generic YaST2 user interface engine available for YCP applications (YCP is the scripting language in which most YaST2 modules are written)."
+#. description(xf86-video-sis)
+#. description(xf86-video-sisusb)
+msgid ""
+"sis is an Xorg driver for SiS (Silicon Integrated Systems) and XGI video cards.\n"
+"\n"
+"The driver is accelerated and provides support for colordepths of 8, 16 and 24 bpp. XVideo, Render and other extensions are supported as well."
msgstr ""
-#. description(tar)
-msgid "This package normally also includes the program \"rmt\", which provides remote tape drive control. Since there are compatible versions of 'rmt' in either the 'star' package or the 'dump' package, we didn't put 'rmt' into this package. If you are planning to use the remote tape features provided by tar you have to also install the 'dump' or the 'star' package."
+#. summary(xf86-video-tdfx)
+msgid "3Dfx video driver for the Xorg X server"
msgstr ""
-#. description(yast2-users)
-msgid "This package provides GUI for maintenance of linux users and groups."
+#. description(xf86-video-tdfx)
+msgid "tdfx is an Xorg driver for 3Dfx video cards."
msgstr ""
-#. description(libsmbios:python-smbios)
-#, fuzzy
-msgid "This package provides a Python interface to libsmbios."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-video-tga)
+msgid "DEC 21030 video driver for the Xorg X server"
+msgstr ""
-#. description(system-config-printer:python-cupshelpers)
-#, fuzzy
-msgid "This package provides high-level python bindings for CUPS, and can be used on top of python-cups."
-msgstr "<p>Este menu contém os links que se referem a informações do documento.</p>"
+#. description(xf86-video-tga)
+msgid "tga is an Xorg driver for DEC 21030 video cards."
+msgstr ""
-#. description(MozillaFirefox-branding-openSUSE)
-#, fuzzy
-msgid "This package provides openSUSE Look and Feel for Firefox."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xf86-video-trident)
+msgid "Trident video driver for the Xorg X server"
+msgstr ""
-#. description(yast2-scanner)
+#. description(xf86-video-trident)
msgid ""
-"This package provides support for the configuration of USB scanners, SCSI scanners, scanners in HP all-in-one devices, and scanning via network (i.e. use a remote scanner via another host in the network).\n"
+"trident is an Xorg driver for Trident video cards.\n"
"\n"
-"Parallel port scanners and network scanners (i.e. a scanner which is directly accessible in the network) cannot be configured with this tool, except for such scanners in HP all-in-one devices. Usually those devices must be configured manually. For more information see http://www.sane-project.org/ and the documentation in the package \"sane-backends\"."
+"The driver is accelerated, and provides support for the following framebuffer depths: 1, 4, 8, 15, 16, and 24. Multi-head configurations are supported. The XvImage extension is supported on TGUI96xx and greater cards."
msgstr ""
-#. description(sysconfig)
-msgid "This package provides the SuSE system configuration scheme for the traditional \"ifup\" alias \"netcontrol\" network scripts."
+#. summary(xf86-video-vesa)
+msgid "Generic VESA video driver for the Xorg X server"
msgstr ""
-#. description(sysconfig:sysconfig-netconfig)
-msgid "This package provides the netconfig scripts to apply network provided settings like DNS or NIS into system files."
+#. description(xf86-video-vesa)
+msgid ""
+"vesa is an Xorg driver for Generic VESA video cards.\n"
+"\n"
+"It can drive most VESA-compatible video cards, but only makes use of the basic standard VESA core that is common to these cards. The driver supports depths 8, 15 16 and 24."
msgstr ""
-#. description(apparmor:perl-apparmor)
-msgid "This package provides the perl interface to AppArmor. It is used for perl applications interfacing with AppArmor, including the AppArmor utilities."
+#. summary(xf86-video-vmware)
+msgid "VMware SVGA video driver for the Xorg X server"
msgstr ""
-#. description(multipath-tools)
+#. description(xf86-video-vmware)
+msgid "vmware is an Xorg driver for VMware virtual video cards."
+msgstr ""
+
+#. summary(xf86-video-voodoo)
+msgid "Voodoo video driver for the Xorg X server"
+msgstr ""
+
+#. description(xf86-video-voodoo)
msgid ""
-"This package provides the tools to manage multipathed devices by instructing the device-mapper multipath module what to do. The tools are:\n"
+"voodoo is an Xorg driver for Voodoo 1 and Voodoo 2 series video cards.\n"
"\n"
-"- multipath: scans the system for multipathed devices, assembles them, and updates the device-mapper's maps\n"
+"On the Voodoo 1 the driver uses a shadow buffer in system memory as the video adapter has only 3D acceleration. Selected portions of the shadow framebuffer are copied out to the Voodoo board at the right time. Because of this, the speed of the driver is very dependent on the CPU. Processors nowadays are actually rather fast at moving data so we get very good speed anyway as the shadow framebuffer is in cached RAM.\n"
"\n"
-"- multipathd: waits for maps events then execs multipath\n"
+"The Voodoo2 has 16bpp acceleration and the driver provides accelerated versions of most operations except angled lines and stipples. Accelerated alpha blending with the Render extension is also supported as is DGA.\n"
"\n"
-"- devmap-name: provides a meaningful device name to udev for devmaps\n"
+"This driver supports 16bpp modes currently. The video hardware supports image conversion from 24bpp to 16bpp but the hardware is 16bpp only.\n"
"\n"
-"- kpartx: maps linear devmaps to device partitions, which makes multipath maps partionable"
+"The Voodoo 1 series cards can go up to 800x600 resolution while the Voodoo 2 can reach 1024x768 providing it has at least 2Mb of frame buffer memory. 1024x768 2D mode does not require two cards configured in scan-line interleave mode (SLI).\n"
+"\n"
+"Multihead and Xinerama configurations are supported. SLI configurations will be treated as multiple video cards.\n"
+"\n"
+"Limited support for DPMS screen saving is available. The \"standby\" and \"suspend\" modes are just painting the screen black. The \"off\" mode turns the Voodoo board off and thus works correctly.\n"
+"\n"
+"This driver does not support a virtual screen size different from the display size. This is a hardware limitation. 3D rendering is also not supported."
msgstr ""
-#. description(sysconfig:sysconfig-network)
-#, fuzzy
-msgid "This package provides the traditional \"ifup\" alias \"netcontrol\" network scripts."
-msgstr "O pacote contém uma versão diferente da experada"
+#. summary(xfsdump)
+msgid "Administrative Utilities for the XFS File System"
+msgstr ""
-#. description(sysconfig:udevmountd)
-#, fuzzy
-msgid "This package provides the udev mount daemon and its udev rule."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(xfsdump)
+msgid ""
+"The xfsdump package contains xfsdump, xfsrestore, and a number of other utilities for administering XFS file systems.\n"
+"\n"
+"xfsdump examines files in a file system, determines which files need to be backed up, and copies those files to a specified disk, tape, or other storage medium. It uses XFS-specific directives for optimizing the dump of an XFS file system and also knows how to backup XFS extended attributes. Backups created with xfsdump are \"endian safe\" and can thus be transferred between Linux machines of different architectures and also between IRIX machines.\n"
+"\n"
+"xfsrestore performs the inverse function of xfsdump. It can restore a full backup of a file system. Subsequent incremental backups can then be layered on top of the full backup. Single files and directory subtrees may be restored from full or partial backups."
+msgstr ""
-#. description(usbmuxd)
+#. summary(xfsprogs)
+msgid "Utilities for managing the XFS file system"
+msgstr ""
+
+#. description(xfsprogs)
msgid ""
-"This package provides the usbmuxd daemon for software to use through the libusbmuxd library to talk with iPhone/iPod Touch devices.\n"
+"A set of commands to use the XFS file system, including mkfs.xfs.\n"
"\n"
-"Usbmux is an encapsulation protocol (think IP, ATM, PPP) that allows multiplexing several conversations onto a single pair of wires."
+"XFS is a high performance journaling file system which originated on the SGI IRIX platform.\tIt is completely multithreaded. It can support large files and large file systems, extended attributes, and variable block sizes.It is extent based and makes extensive use of Btrees (directories, extents, and free space) to aid both performance and scalability.\n"
+"\n"
+"Refer to the documentation at http://oss.sgi.com/projects/xfs/ for complete details. This implementation is on-disk compatible with the IRIX version of XFS."
msgstr ""
-#. description(ypbind)
+#. summary(xinetd)
+msgid "An 'inetd' with Expanded Functionality"
+msgstr ""
+
+#. description(xinetd)
msgid ""
-"This package provides the ypbind daemon. The ypbind daemon binds NIS clients to an NIS domain and searches a new NIS server if the old one goes down.\n"
+"xinetd takes the abilities of inetd and appends additional functionality:\n"
"\n"
-"Ypbind must be running on any machines which are running NIS client programs."
+"- Access Control\n"
+"- Prevention of 'denial of access' attacks\n"
+"- Extensive logging abilities\n"
+"- Clear configuration file"
msgstr ""
-#. description(sysfsutils)
-msgid "This package's purpose is to provide a library for interfacing with the kernel's sys filesystem mounted at /sys. The library was an attempt to create a stable interface to sysfs, but it failed. It is still provided for the current users, but no new software should use this library."
+#. summary(xinit)
+#, fuzzy
+msgid "X Window System initializer"
+msgstr "Sistema X Window"
+
+#. description(xinit)
+msgid "The xinit program is used to start the X Window System server and a first client program on systems that are not using a display manager such as xdm or in environments that use multiple window systems. When this first client exits, xinit will kill the X server and then terminate."
msgstr ""
-#. description(yp-tools)
-msgid "This packages contains some useful tools for accessing NIS maps or to test NIS configurations."
+#. summary(xkbcomp)
+msgid "Utility to compile XKB keyboard description"
msgstr ""
-#. description(tidyp:libtidyp-1_04-0)
+#. description(xkbcomp)
+msgid "The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats."
+msgstr ""
+
+#. summary(xli)
+msgid "X11 Image Loading Utility"
+msgstr ""
+
+#. description(xli)
msgid ""
-"TidyLib is a library for cleaning up and pretty printing HTML, XHTML and XML markup in a variety of file encodings. For HTML variants, it can detect and report proprietary elements as well as many common coding errors, correct them and produce visually equivalent markup which is both compliant with W3C standards and works on most browsers. Furthermore, it can convert plain HTML into XHTML. For generic XML files, Tidy is limited to correcting basic well-formedness errors and pretty printing.\n"
+"xli is a version of xloadimage.\n"
"\n"
-"There is a commandline frontend for this library, contained in the package \"tidy\"."
+"This utility will view several types of images under X11, or load images onto the X11 root window."
msgstr ""
-#. summary(xorg-x11-Xvnc)
-#, fuzzy
-msgid "TigerVNC implementation of Xvnc"
-msgstr "Pacotes de desenvolvimento do KDE"
+#. summary(xmessage)
+msgid "Utility to display a message or query in a window"
+msgstr ""
-#. summary(timezone)
-msgid "Timezone Descriptions"
+#. description(xmessage)
+msgid "xmessage displays a message or query in a window. The user can click on an \"okay\" button to dismiss it or can select one of several buttons to answer a question. xmessage can also exit after a specified time."
msgstr ""
-#. summary(wodim)
-msgid "Tool for Writing CDRs"
+#. summary(xmodmap)
+msgid "Utility to modify keymaps and pointer button mappings in X"
msgstr ""
-#. summary(snapper)
-msgid "Tool for filesystem snapshot management"
+#. description(xmodmap)
+msgid "The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms. It is usually run from the user's session startup script to configure the keyboard according to personal tastes."
msgstr ""
-#. summary(lomoco)
-msgid "Tool for setting the special features of some Logitech mice"
+#. summary(tigervnc:xorg-x11-Xvnc)
+#, fuzzy
+msgid "TigerVNC implementation of Xvnc"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(tigervnc:xorg-x11-Xvnc)
+#, fuzzy
+msgid "This is the TigerVNC implementation of Xvnc."
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. summary(xorg-x11-driver-video)
+msgid "Compatibility metapackage for X.Org video drivers"
msgstr ""
-#. summary(usbutils)
-msgid "Tools and libraries for USB devices"
+#. description(xorg-x11-driver-video)
+msgid "This package is a compatibility metapackage. It used to contain the X.Org video drivers."
msgstr ""
-#. summary(lirc)
-msgid "Tools for Infrared Receivers"
+#. summary(xorg-x11-server)
+#. summary(xorg-x11-libX11-ccache)
+msgid "X"
msgstr ""
-#. summary(sysvinit:sysvinit-tools)
-msgid "Tools for basic booting"
+#. description(xorg-x11-server)
+msgid "This package contains the X.Org Server."
msgstr ""
-#. summary(x11-tools)
-msgid "Tools for the X Window System"
+#. summary(xprop)
+msgid "Property displayer for X"
msgstr ""
-#. description(lsb-release)
-msgid "Tools from the Linux Standard Base project to determine the used distribution"
+#. description(xprop)
+msgid "xprop displays window and font properties of an X server."
msgstr ""
-#. summary(multipath-tools)
-msgid "Tools to Manage Multipathed Devices with the device-mapper"
+#. summary(xrandr)
+msgid "Primitive command line interface to RandR extension"
msgstr ""
-#. summary(pm-utils)
-msgid "Tools to suspend and hibernate computers"
+#. description(xrandr)
+msgid "Xrandr is used to set the size, orientation and/or reflection of the outputs for a screen. It can also set the screen size."
msgstr ""
-#. summary(ncurses:ncurses-utils)
-msgid "Tools using the new curses libraries"
+#. summary(xrdb)
+msgid "X server resource database utility"
msgstr ""
-#. description(traceroute)
-msgid "Traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host."
+#. description(xrdb)
+msgid "Xrdb is used to get or set the contents of the RESOURCE_MANAGER property on the root window of screen 0, or the SCREEN_RESOURCES property on the root window of any or all screens, or everything combined."
msgstr ""
-#. summary(sysconfig:sysconfig-network)
+#. summary(xset)
#, fuzzy
-msgid "Traditional network scripts"
-msgstr "Alternar informações"
+msgid "User preference utility for X"
+msgstr "XScreensaver não encontrado."
-#. summary(translation-update)
-msgid "Translation Updates"
+#. description(xset)
+msgid "This program is used to set various user preference options of the display."
msgstr ""
-#. summary(translation-update:translation-update-en_US)
-#, fuzzy
-msgid "Translation Updates for English"
-msgstr "Aguardar por aplicativo kicker"
+#. summary(xsetroot)
+msgid "Utility to set X root window parameter"
+msgstr ""
-#. summary(libtirpc:libtirpc1)
-msgid "Transport Independent RPC Library"
+#. description(xsetroot)
+msgid "The xsetroot program allows you to tailor the appearance of the background (\"root\") window on a workstation display running X."
msgstr ""
-#. summary(rpcbind)
-msgid "Transport independent RPC portmapper"
+#. summary(iptables:xtables-plugins)
+msgid "Match and Target Extension plugins for iptables"
msgstr ""
-#. summary(tslib:libts-1_0-0)
-msgid "Tslib library itself"
+#. description(iptables:xtables-plugins)
+msgid "Match and Target Extension plugins for iptables."
msgstr ""
-#. summary(libsigc++2:libsigc-2_0-0)
-msgid "Typesafe Signal Framework for C++"
+#. summary(xterm)
+#. summary(xterm:xterm-bin)
+msgid "The basic X terminal program"
msgstr ""
-#. summary(udisks2:libudisks2-0)
-msgid "UDisks Client Library, version 2"
+#. description(xz)
+msgid ""
+"The xz command is a very powerful program for compressing files.\n"
+"\n"
+"* Average compression ratio of LZMA is about 30% better than that of gzip, and 15% better than that of bzip2.\n"
+"\n"
+"* Decompression speed is only little slower than that of gzip, being two to five times faster than bzip2.\n"
+"\n"
+"* In fast mode, compresses faster than bzip2 with a comparable compression ratio.\n"
+"\n"
+"* Achieving the best compression ratios takes four to even twelve times longer than with bzip2. However. this doesn't affect decompressing speed.\n"
+"\n"
+"* Very similar command line interface to what gzip and bzip2 have."
msgstr ""
-#. summary(shim)
+#. summary(yast2)
+msgid "YaST2 - Main Package"
+msgstr ""
+
+#. description(yast2)
#, fuzzy
-msgid "UEFI shim loader"
-msgstr "preparando carregador de boot"
+msgid "This package contains scripts and data needed for SUSE Linux installation with YaST2"
+msgstr "Use este botão para iniciar o YaST para configuração permanente."
-#. description(upower:libupower-glib1)
-msgid "UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit."
+#. summary(yast2-bootloader)
+msgid "YaST2 - Bootloader Configuration"
msgstr ""
-#. summary(libusb-1_0:libusb-1_0-0)
-msgid "USB Library"
+#. description(yast2-bootloader)
+msgid "This package contains the YaST2 component for bootloader configuration."
msgstr ""
-#. description(usb_modeswitch)
-msgid "USB_ModeSwitch is a mode switching tool for controlling \"flip flop\" (multiple device) USB gear. It allows so-called \"Zero-CD\" devices that show up as USB storage initially to be switched into their more useful \"application mode\". This is most common for UMTS/3G wireless WAN devices."
+#. summary(yast2-control-center)
+msgid "YaST2 - Control Center"
msgstr ""
-#. description(systemd:udev)
-msgid "Udev creates and removes device nodes in /dev for devices discovered or removed from the system. It receives events via kernel netlink messages and dispatches them according to rules in /lib/udev/rules.d/. Matching rules may name a device node, create additional symlinks to the node, call tools to initialize a device, or load needed kernel modules."
+#. description(yast2-control-center)
+msgid "This package contains the menu selection component for YaST2."
msgstr ""
-#. description(unzip)
-msgid "UnZip is an extraction utility for archives compressed in .zip format (known as \"zip files\"). Although highly compatible both with PKWARE's PKZIP(tm) and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our primary objectives have been portability and non-MS-DOS functionality. This version can also extract encrypted archives."
+#. summary(yast2-control-center:yast2-control-center-qt)
+#, fuzzy
+msgid "YaST2 - Control Center (Qt Version)"
+msgstr "Centro de Controlo do SaX"
+
+#. description(yast2-control-center:yast2-control-center-qt)
+#, fuzzy
+msgid "This package contains the menu selection component for YaST2 using the Qt toolkit."
+msgstr "Use este botão para iniciar o YaST para configuração permanente."
+
+#. summary(yast2-core)
+msgid "YaST2 - Core Libraries"
msgstr ""
-#. summary(perl-URI)
-msgid "Uniform Resource Identifiers (absolute and relative)"
+#. description(yast2-core)
+msgid "This package contains the scanner, parser, and interpreter runtime library for the YCP scripting language used in YaST2."
msgstr ""
-#. summary(ndiswrapper)
-msgid "Use Microsoft NDIS Network Drivers for WLAN Cards"
+#. summary(yast2-country)
+msgid "YaST2 - Country Settings (Language, Keyboard, and Timezone)"
msgstr ""
-#. description(yast2-update)
-msgid "Use this component if you wish to update your system."
+#. description(yast2-country)
+msgid "Country specific data and configuration modules (language, keyboard, timezone) for yast2."
msgstr ""
-#. summary(zisofs-tools)
-msgid "User tools for zisofs"
+#. summary(yast2-country:yast2-country-data)
+msgid "YaST2 - Data files for Country settings"
msgstr ""
-#. description(utempter:libutempter0)
-msgid "Utempter is a privileged helper for utmp and wtmp updates. This package contains the library used by applications."
+#. description(yast2-country:yast2-country-data)
+msgid "Data files for yast2-country together with the most often used API functions (Language module)"
msgstr ""
-#. summary(nilfs-utils)
+#. summary(yast2-fonts)
#, fuzzy
-msgid "Utilities for NILFS"
-msgstr "Servidor VNC"
+msgid "YaST2 - Fonts Configuration"
+msgstr "Módulos YaST2 de Configuração"
-#. summary(pcmciautils)
-msgid "Utilities for PC-Cards"
+#. description(yast2-fonts)
+msgid "Module for configuring X11 fonts able to select preferred font families as well as set rendering algorithms to be used."
msgstr ""
-#. description(module-init-tools)
-msgid "Utilities for loading kernel modules. Included are 'insmod', 'lsmod', 'rmmod', 'depmod', and 'modprobe'. The configuration file /etc/modprobe.* can be used to pass parameters to the modules. 'depmod' should be used after compiling a new kernel to generate the dependency information. 'insmod' does not use the dependency nor the options file. Therefore, 'modprobe' is normally used to load a module."
+#. summary(yast2-hardware-detection)
+msgid "YaST2 - Hardware Detection Interface"
msgstr ""
-#. summary(psmisc)
-msgid "Utilities for managing processes on your system"
+#. description(yast2-hardware-detection)
+msgid "This package contains the hardware detection library for YaST2."
msgstr ""
-#. summary(xfsprogs)
-msgid "Utilities for managing the XFS file system"
+#. summary(yast2-ldap)
+msgid "YaST2 - LDAP Agent"
msgstr ""
-#. summary(smp_utils)
-msgid "Utilities for the SAS Management Protocol (SMP)"
+#. description(yast2-ldap)
+msgid "This agent is used by various YaST2 modules to work with LDAP. It enables searching the LDAP tree and adding/deleting/modifying items on an LDAP server."
msgstr ""
-#. summary(module-init-tools)
-msgid "Utilities to Load Modules into the Kernel"
+#. summary(yast2-network)
+msgid "YaST2 - Network Configuration"
msgstr ""
-#. summary(shadow)
-msgid "Utilities to Manage User and Group Accounts"
+#. description(yast2-network)
+msgid "This package contains the YaST2 component for network configuration."
msgstr ""
-#. summary(xdg-user-dirs)
-msgid "Utilities to handle user data directories"
+#. summary(yast2-nis-client)
+msgid "YaST2 - Network Information Services (NIS, YP) Configuration"
msgstr ""
-#. summary(xdg-utils)
-msgid "Utilities to uniformly interface desktop environments"
+#. description(yast2-nis-client)
+msgid "The YaST2 component for NIS configuration. NIS is a service similar to yellow pages."
msgstr ""
-#. summary(mdadm)
-msgid "Utility for Configuring MD Setup"
+#. summary(yast2-packager)
+msgid "YaST2 - Package Library"
msgstr ""
-#. summary(system-config-printer:udev-configure-printer)
-msgid "Utility to autoconfigure printers when plugged"
+#. description(yast2-packager)
+#, fuzzy
+msgid "This package contains the libraries and modules for software management."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(yast2-perl-bindings)
+msgid "YaST2 - Perl Bindings"
msgstr ""
-#. summary(setxkbmap)
-msgid "Utility to change the keyboard layout in X"
+#. description(yast2-perl-bindings)
+msgid "This adds an embedded Perl interpreter to YaST2 as a plug-in (in other words it will be loaded only if required). This is a very efficient way of calling Perl from within YaST2 YCP scripts."
msgstr ""
-#. summary(xkbcomp)
-msgid "Utility to compile XKB keyboard description"
+#. summary(yast2-pkg-bindings)
+msgid "YaST2 - Package Manager Access"
msgstr ""
-#. summary(mkfontdir)
-msgid "Utility to create index of X font files"
+#. description(yast2-pkg-bindings)
+msgid "This package contains a name space for accessing the package manager library in YaST2."
msgstr ""
-#. summary(mkfontscale)
-msgid "Utility to create index of scalable font files for X"
+#. summary(yast2-printer)
+msgid "YaST2 - Printer Configuration"
msgstr ""
-#. summary(xauth)
-msgid "Utility to edit and display the X authorization information"
+#. description(yast2-printer)
+msgid "This package contains the YaST2 component for printer configuration."
msgstr ""
-#. summary(sessreg)
-msgid "Utility to manage utmp/wtmp entries for X sessions"
+#. summary(yast2-ruby-bindings)
+#, fuzzy
+msgid "Ruby bindings for the YaST platform"
+msgstr "O pacote não está assinalado"
+
+#. description(yast2-ruby-bindings)
+msgid "The bindings allow YaST modules to be written using the Ruby language and also Ruby scripts can use YaST agents, APIs and modules."
msgstr ""
-#. summary(xmodmap)
-msgid "Utility to modify keymaps and pointer button mappings in X"
+#. summary(yast2-scanner)
+msgid "YaST2 - Scanner Configuration"
msgstr ""
-#. summary(xconsole)
-msgid "Utility to monitor system console messages with X"
+#. description(yast2-scanner)
+msgid ""
+"This package provides support for the configuration of USB scanners, SCSI scanners, scanners in HP all-in-one devices, and scanning via network (i.e. use a remote scanner via another host in the network).\n"
+"\n"
+"Parallel port scanners and network scanners (i.e. a scanner which is directly accessible in the network) cannot be configured with this tool, except for such scanners in HP all-in-one devices. Usually those devices must be configured manually. For more information see http://www.sane-project.org/ and the documentation in the package \"sane-backends\"."
msgstr ""
-#. summary(xsetroot)
-msgid "Utility to set X root window parameter"
+#. summary(yast2-slp)
+#, fuzzy
+msgid "YaST2 - SLP Agent and Library"
+msgstr "Módulos YaST2 de Configuração"
+
+#. description(yast2-slp)
+#, fuzzy
+msgid "This package provides YaST modules to lookup/advertise services with SLP."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(yast2-snapper)
+msgid "YaST - file system snapshots review"
msgstr ""
-#. summary(libvdpau:libvdpau1)
-msgid "VDPAU wrapper library"
+#. description(yast2-snapper)
+msgid "YaST module for accessing and managing file-system snapshots"
msgstr ""
-#. summary(xf86-input-vmmouse)
-msgid "VMware Mouse input driver for the Xorg X server"
+#. summary(yast2-sound)
+msgid "YaST2 - Sound Configuration"
msgstr ""
-#. summary(xf86-video-vmware)
-msgid "VMware SVGA video driver for the Xorg X server"
+#. description(yast2-sound)
+msgid "This package contains the YaST2 component for sound card configuration."
msgstr ""
-#. summary(rsync)
-msgid "Versatile tool for fast incremental file transfer"
+#. summary(yast2-storage)
+msgid "YaST2 - Storage Configuration"
msgstr ""
-#. summary(vim)
-msgid "Vi IMproved"
+#. description(yast2-storage)
+msgid "This package contains the files for YaST2 that handle access to disk devices during installation and on an installed system."
msgstr ""
-#. summary(v4l-utils:libv4l1-0)
-msgid "Video4linux support library"
+#. summary(yast2-transfer)
+msgid "YaST2 - Agent for Various Transfer Protocols"
msgstr ""
-#. summary(xf86-video-v4l)
-msgid "Video4linux video driver for the Xorg X server"
+#. description(yast2-transfer)
+msgid "A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP."
msgstr ""
-#. description(vim)
-msgid ""
-"Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi. Almost every possible command can be performed using only ASCII characters. Only the 'Q' command is missing (you do not need it). Many new features have been added: multilevel undo, command line history, file name completion, block operations, and editing of binary data.\n"
-"\n"
-"Vi is available for the AMIGA, MS-DOS, Windows NT, and various versions of UNIX.\n"
-"\n"
-"For SUSE Linux, Vim is used as /usr/bin/vi."
+#. summary(yast2-tune)
+msgid "YaST2 - Hardware Tuning"
msgstr ""
-#. summary(xf86-video-dummy)
-msgid "Virtual/offscreen frame buffer video driver for the Xorg X server"
+#. description(yast2-tune)
+msgid "This package contains the YaST2 component for hardware configuration."
msgstr ""
-#. description(virtualbox:virtualbox-guest-x11)
-msgid "VirtualBox This package contains X11 guest utilities and X11 guest mouse and video drivers"
+#. summary(yast2-update)
+msgid "YaST2 - Update"
msgstr ""
-#. summary(virtualbox:virtualbox-guest-x11)
-msgid "VirtualBox X11 drivers for mouse and video"
+#. description(yast2-update)
+msgid "Use this component if you wish to update your system."
msgstr ""
-#. description(virtualbox:virtualbox-guest-tools)
-msgid "VirtualBox guest addition tools."
+#. summary(yast2-users)
+msgid "YaST2 - User and Group Configuration"
msgstr ""
-#. summary(virtualbox:virtualbox-guest-tools)
-msgid "VirtualBox guest tools"
+#. description(yast2-users)
+msgid "This package provides GUI for maintenance of linux users and groups."
msgstr ""
-#. description(virtualbox:virtualbox-guest-kmp-default)
-msgid "VirtualBox is an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU Public License (GPL)."
+#. summary(yast2-vm)
+msgid "Configure Hypervisor and Tools for Xen and KVM"
msgstr ""
-#. summary(xf86-video-voodoo)
-msgid "Voodoo video driver for the Xorg X server"
+#. description(yast2-vm)
+msgid "This YaST module installs the tools necessary for creating VMs with Xen or KVM."
msgstr ""
-#. description(libvorbis:libvorbis0)
-msgid ""
-"Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and general-purpose compressed audio format for audio and music at fixed and variable bit rates from 16 to 128 kbps/channel.\n"
-"\n"
-"The native bitstream format of Vorbis is libogg (Ogg). Alternatively, libmatroska (matroska) can also be used."
+#. summary(yast2-x11)
+msgid "YaST2 - X11 support"
msgstr ""
-#. description(w3m)
-msgid ""
-"W3m is a pager and text-based WWW browser. It has a number of useful features:\n"
-"\n"
-"* w3m can render tables\n"
-"\n"
-"* w3m can render frames (it converts the frames into a table)\n"
-"\n"
-"* SSL support\n"
-"\n"
-"* w3m can easily display documents from standard input\n"
-"\n"
-"* w3m can handle cookies\n"
-"\n"
-"* w3m is small\n"
-"\n"
-"* w3m has mouse support\n"
-"\n"
-"If w3m-inline-image is installed it can display graphics inside terminals, even on the console on some platforms."
+#. description(yast2-x11)
+msgid "This package contains the programs and files for YaST2 X11 support."
msgstr ""
-#. summary(wpa_supplicant)
-msgid "WPA supplicant implementation"
+#. summary(yast2-xml)
+msgid "YaST2 - XML Agent"
msgstr ""
-#. summary(xf86-input-wacom)
-msgid "Wacom input driver for the Xorg X server"
+#. description(yast2-xml)
+msgid "The YaST2 XML agent"
msgstr ""
-#. description(wavpack:libwavpack1)
-msgid ""
-"WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality.\n"
-"\n"
-"In the default lossless mode WavPack acts just like a WinZip compressor for audio files. However, unlike MP3 or WMA encoding which can affect the sound quality, not a single bit of the original information is lost, so there's no chance of degradation. This makes lossless mode ideal for archiving audio material or any other situation where quality is paramount. The compression ratio depends on the source material, but generally is between 30% and 70%.\n"
-"\n"
-"The hybrid mode provides all the advantages of lossless compression with an additional bonus. Instead of creating a single file, this mode creates both a relatively small, high-quality lossy file that can be used all by itself, and a \"correction\" file that (when combined with the lossy file) provides full lossless restoration. For some users this means never having to choose between lossless and lossy compression!"
+#. summary(yast2-ycp-ui-bindings)
+msgid "YaST2 - YCP Bindings for the YaST2 User Interface Engine"
msgstr ""
-#. summary(wayland:libwayland-client0)
-#, fuzzy
-msgid "Wayland core client library"
-msgstr "Criptografia"
+#. description(yast2-ycp-ui-bindings)
+msgid "This package makes the generic YaST2 user interface engine available for YCP applications (YCP is the scripting language in which most YaST2 modules are written)."
+msgstr ""
-#. summary(wayland:libwayland-server0)
-msgid "Wayland core server library"
+#. summary(yp-tools)
+msgid "Network Information Service (YP) client utilities"
msgstr ""
-#. description(wayland:libwayland-client0)
-msgid "Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers."
+#. description(yp-tools)
+msgid "This packages contains some useful tools for accessing NIS maps or to test NIS configurations."
msgstr ""
-#. description(libwebp:libwebp4)
-msgid "WebP is an image format that does lossy compression of digital photographic images. WebP consists of a codec based on VP8, and a container based on RIFF. Webmasters, web developers and browser developers can use WebP to compress, archive and distribute digital images more efficiently."
+#. summary(ypbind)
+msgid "NIS client daemon"
msgstr ""
-#. description(webrtc-audio-processing:libwebrtc_audio_processing0)
+#. description(ypbind)
msgid ""
-"WebRTC is an open source project that enables web browsers with Real-Time Communications (RTC) capabilities via simple Javascript APIs. The WebRTC components have been optimized to best serve this purpose.\n"
+"This package provides the ypbind daemon. The ypbind daemon binds NIS clients to an NIS domain and searches a new NIS server if the old one goes down.\n"
"\n"
-"WebRTC implements the W3C's proposal for video conferencing on the web."
+"Ypbind must be running on any machines which are running NIS client programs."
msgstr ""
-#. description(wget)
-msgid "Wget enables you to retrieve WWW documents or FTP files from a server. This can be done in script files or via the command line."
+#. summary(zip)
+msgid "File compression program"
msgstr ""
-#. description(strace)
-msgid "With strace, you can trace the activity of a program. Information about any system calls the program makes and the signals it receives and processes can be seen. Child processes can also be tracked."
+#. description(zip)
+msgid "Zip is a compression and file packaging utility. It is compatible with PKZIP(tm) 2.04g (Phil Katz ZIP) for MS-DOS systems."
msgstr ""
-#. description(yast2-ldap-client)
-msgid "With this YaST2 module you can configure an LDAP client so that an OpenLDAP server will be used for user authentication."
+#. summary(zisofs-tools)
+msgid "User tools for zisofs"
msgstr ""
-#. description(yast2-kerberos-client)
-msgid "With this YaST2 module, you can configure a Kerberos client so that a Kerberos server will be used for user authentication."
+#. description(zisofs-tools)
+msgid "Zisofs-tools, in conjunction with a zisofs-enabled system, allows the creation of an ISO-9660 filesystem that can be decompressed \"live\" on a file-by-file basis, while still being readable by systems without zisofs support. This package contains the tools necessary to create such a filesystem and read compressed files on a system without zisofs support."
msgstr ""
-#. description(yast2-metapackage-handler)
-msgid "With this technology users can install packages and add repositories with a simple click on a link in a website."
+#. summary(zypp-plugin:zypp-plugin-python)
+msgid "Helper that makes writing ZYpp plugins in python easier"
msgstr ""
-#. description(tightvnc)
+#. description(zypp-plugin:zypp-plugin-python)
+msgid "This API allows writing ZYpp plugins by just subclassing from a python class and implementing the commands you want to respond to as python methods."
+msgstr ""
+
+#. summary(zypper)
+msgid "Command line software manager using libzypp"
+msgstr ""
+
+#. description(zypper)
msgid ""
-"With vnc, start a virtual X Windows System server and get access to it from different machines with the vnc-viewer. You can change the machine without terminating your session.\n"
+"Zypper is a command line tool for managing software. It can be used to add package repositories, search for packages, install, remove, or update packages, install patches, hardware drivers, verify dependencies, and more.\n"
"\n"
-"The viewer and server are also available for Windows -- they allow access to vnc under Windows. You can find it under /dosutils/tightvnc on the installation media."
+"Zypper can be used interactively or non-interactively by user, from scripts, or front-ends."
msgstr ""
-#. summary(perl-Text-Wrapper)
-msgid "Word wrap text by breaking long lines"
+#. summary(PackageKit-branding-openSUSE)
+msgid "Simple software installation management software -- openSUSE default configuration"
msgstr ""
-#. summary(xorg-x11-server)
-msgid "X"
+#. description(PackageKit-branding-openSUSE)
+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 openSUSE default configuration for PackageKit."
msgstr ""
-#. summary(libXdamage:libXdamage1)
-#, fuzzy
-msgid "X Damage Extension library"
-msgstr "Detecção de Hardware do SUSE"
+#. summary(SuSEfirewall2)
+msgid "Stateful Packet Filter Using iptables and netfilter"
+msgstr ""
-#. summary(xdm)
-#, fuzzy
-msgid "X Display Manager"
-msgstr "Gerenciador de Dispositivos"
-
-#. summary(libXdmcp:libXdmcp6)
-msgid "X Display Manager Control Protocol library"
+#. description(SuSEfirewall2)
+msgid ""
+"SuSEfirewall2 implements a packet filter that protects hosts and routers by limiting which services or networks are accessible on the host or via the router.\n"
+"\n"
+"SuSEfirewall2 uses the iptables/netfilter packet filtering infrastructure to create a flexible rule set for a stateful firewall."
msgstr ""
-#. summary(libXevie:libXevie1)
+#. summary(libX11:libX11-data)
#, fuzzy
-msgid "X Event Interception Extension library"
-msgstr "Detecção de Hardware do SUSE"
+msgid "Shared data for the Core X11 protocol library"
+msgstr "The Battle for Wesnoth"
-#. summary(libXft:libXft2)
-#, fuzzy
-msgid "X FreeType library"
-msgstr "Desenvolvimento GNOME"
+#. summary(lsb-release)
+msgid "Linux Standard Base Release Tools"
+msgstr ""
-#. summary(libXi:libXi6)
-#, fuzzy
-msgid "X Input Extension library"
-msgstr "Detecção de Hardware do SUSE"
-
-#. summary(libXpm:libXpm4)
-msgid "X Pixmap image file format library"
+#. description(lsb-release)
+msgid "Tools from the Linux Standard Base project to determine the used distribution"
msgstr ""
-#. summary(libXrender:libXrender1)
+#. summary(media-player-info)
#, fuzzy
-msgid "X Rendering Extension library"
-msgstr "Detecção de Hardware do SUSE"
+msgid "Media Player Information"
+msgstr "Alternar informações"
-#. summary(libXrandr:libXrandr2)
-msgid "X Resize, Rotate and Reflection extension library"
+#. description(media-player-info)
+msgid "This package contains a repository of data files describing media player (mostly USB Mass Storage ones) capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, ... These capabilities used to be provided by HAL in the 10-usb-music-players.fdi file but had to be moved elsewhere as part of the big HALectomy."
msgstr ""
-#. summary(libXres:libXRes1)
+#. summary(gnome-themes-standard:metatheme-adwaita-common)
#, fuzzy
-msgid "X Resource extension client library"
-msgstr "Detecção de Hardware do SUSE"
+msgid "Adwaita GNOME Theme -- Common Files"
+msgstr "Sistema GNOME"
-#. summary(libSM:libSM6)
-#, fuzzy
-msgid "X Session Management library"
-msgstr "Desenvolvimento GNOME"
-
-#. summary(libXt:libXt6)
-msgid "X Toolkit Intrinsics library"
+#. summary(mobile-broadband-provider-info)
+msgid "Mobile Service Provider Database"
msgstr ""
-#. summary(libXv:libXv1)
-#, fuzzy
-msgid "X Video extension library"
-msgstr "Detecção de Hardware do SUSE"
-
-#. summary(libXcursor:libXcursor1)
-msgid "X Window System Cursor management library"
+#. description(mobile-broadband-provider-info)
+msgid "This package contains mobile broadband settings for different service providers in different countries."
msgstr ""
-#. summary(xinit)
-#, fuzzy
-msgid "X Window System initializer"
-msgstr "Sistema X Window"
-
-#. summary(rgb)
-msgid "X color name database"
+#. summary(mpt-firmware)
+msgid "Configuration files for autoloading mptctl at boot time"
msgstr ""
-#. summary(libXfont:libXfont1)
-msgid "X font handling library for server and utilities"
+#. description(mpt-firmware)
+msgid ""
+"This package contains modprobe configuration files to autoload the mptctl ioctl driver at boot time. The mptctl driver is an ioctl character driver for the LSI Logic Fusion-MPT Host adapter series. These adapters include\n"
+"\n"
+"- Ultra320 53C1030, 53C1020\n"
+"\n"
+"- Fiber Channel FC909, FC919, FC929, FC919X and FC929X\n"
+"\n"
+"- SAS SAS1064, and SAS1068"
msgstr ""
-#. summary(xrdb)
-msgid "X server resource database utility"
+#. summary(netcfg)
+msgid "Network Configuration Files in /etc"
msgstr ""
-#. description(libXvMC:libXvMC1)
+#. description(netcfg)
msgid ""
-"X-Video Motion Compensation (XvMC), is an extension of the X video extension (Xv) for the X Window System. The XvMC API allows video programs to offload portions of the video decoding process to the GPU video-hardware.\n"
+"All of the basic configuration files for the network programs including /etc/aliases, /etc/protocols, and /etc/services.\n"
"\n"
-"The supported portions to be offloaded by XvMC onto the GPU are motion compensation (mo comp) and inverse discrete cosine transform (iDCT) for MPEG-2 video. XvMC also supports offloading decoding of mo comp, iDCT, and VLD (Variable-Length Decoding) for MPEG-2/MPEG-4-ASP."
+"These are often used by network routines in the C library and therefore must be installed for all network programs."
msgstr ""
-#. summary(libXvMC:libXvMC1)
-msgid "X-Video Motion Compensation library"
+#. summary(openSUSE-build-key)
+msgid "The public gpg keys for rpm package signature verification"
msgstr ""
-#. summary(libxcb:libxcb-dri2-0)
-#, fuzzy
-msgid "X11 DRI2 Extension C library"
-msgstr "Novell e Linux"
+#. description(openSUSE-build-key)
+msgid "This package contains the gpg keys that are used to sign the openSUSE rpm packages. The keys installed here are not actually used by anything. rpm/zypper use the keys in the rpm db instead."
+msgstr ""
-#. summary(libxcb:libxcb-glx0)
-#, fuzzy
-msgid "X11 GLX Extension C library"
-msgstr "Novell e Linux"
+#. summary(parallel-printer-support)
+msgid "Parallel Printer Support"
+msgstr ""
-#. summary(libxcb:libxcb-render0)
-#, fuzzy
-msgid "X11 Render Extension C library"
-msgstr "Novell e Linux"
+#. description(parallel-printer-support)
+msgid ""
+"This package creates static udev nodes for the parallel ports. The purpose is to load the \"lp\" kernel module automatically the first time data is sent to the parallel port.\n"
+"\n"
+"Since the lp kernel module can't autodetect devices, this is the only way to load the parallel printer modules without manual intervention."
+msgstr ""
-#. summary(libXScrnSaver:libXss1)
-msgid "X11 Screen Saver extension client library"
+#. summary(pciutils-ids)
+msgid "PCI-utilities pci.ids database"
msgstr ""
-#. summary(libxcb:libxcb-shm0)
-#, fuzzy
-msgid "X11 Shared Memory Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#. description(pciutils-ids)
+msgid ""
+"The database of PCI IDS for pciutils.\n"
+"\n"
+"merge-pciids: This program merges several pci.ids files."
+msgstr ""
-#. summary(libxcb:libxcb-xfixes0)
-#, fuzzy
-msgid "X11 Xfixes Extension C library"
-msgstr "Detecção de Hardware do SUSE"
+#. summary(perl-CPAN-Changes)
+msgid "Read and write Changes files"
+msgstr ""
-#. summary(libXau:libXau6)
-#, fuzzy
-msgid "X11 authorization protocol library"
-msgstr "Janela de autorização"
+#. description(perl-CPAN-Changes)
+msgid ""
+"It is standard practice to include a Changes file in your distribution. The purpose the Changes file is to help a user figure out what has changed since the last release.\n"
+"\n"
+"People have devised many ways to write the Changes file. A preliminary specification has been created (the CPAN::Changes::Spec manpage) to encourage module authors to write clear and concise Changes.\n"
+"\n"
+"This module will help users programmatically read and write Changes files that conform to the specification."
+msgstr ""
-#. summary(libxcb:libxcb1)
-#, fuzzy
-msgid "X11 core protocol C library"
-msgstr "Janela de autorização"
+#. summary(perl-Class-Singleton)
+msgid "Implementation of a \"Singleton\" class"
+msgstr ""
-#. summary(libxkbfile:libxkbfile1)
-#, fuzzy
-msgid "X11 keyboard file manipulation library"
-msgstr "Exibir Configuração"
+#. description(perl-Class-Singleton)
+msgid ""
+"This is the 'Class::Singleton' module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the 'Class::Singleton' module does very little other than manage the instantiation of a single object. In deriving a class from 'Class::Singleton', your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.\n"
+"\n"
+"For a description and discussion of the Singleton class, see \"Design Patterns\", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2."
+msgstr ""
-#. summary(libXfixes:libXfixes3)
-msgid "X11 miscellaneous \"fixes\" extension library"
+#. summary(perl-Config-Crontab)
+msgid "Read/Write Vixie compatible crontab(5) files"
msgstr ""
-#. summary(pulseaudio:pulseaudio-module-x11)
-msgid "X11 module for PulseAudio"
+#. description(perl-Config-Crontab)
+msgid ""
+"*Config::Crontab* provides an object-oriented interface to Vixie-style crontab(5) files for Perl.\n"
+"\n"
+"A *Config::Crontab* object allows you to manipulate an ordered set of\n"
+"*Event*, *Env*, or *Comment* objects (also included with this package). Descriptions of these packages may be found below.\n"
+"\n"
+"In short, *Config::Crontab* reads and writes crontab(5) files (and does a little pretty-printing too) using objects. The general idea is that you create a *Config::Crontab* object and associate it with a file (if unassociated, it will work over a pipe to 'crontab -l'). From there, you can add lines to your crontab object, change existing line attributes, and write everything back to file.\n"
+"\n"
+"Now, to successfully navigate the module's ins and outs, we'll need a little terminology lesson."
msgstr ""
-#. summary(libXcomposite:libXcomposite1)
-msgid "X11 protocol Composite extension client library"
+#. summary(perl-DateTime-Locale)
+msgid "Localization support for DateTime.pm"
msgstr ""
-#. description(perl-X11-Protocol)
+#. description(perl-DateTime-Locale)
msgid ""
-"X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for information about X11), allowing perl programs to display windows and graphics on X11 servers.\n"
+"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"
-"A full description of the protocol is beyond the scope of this documentation; for complete information, see the _X Window System Protocol, X Version 11_, available as Postscript or *roff source from 'ftp://ftp.x.org', or _Volume 0: X Protocol Reference Manual_ of O'Reilly & Associates's series of books about X (ISBN 1-56592-083-X, 'http://www.oreilly.com'), which contains most of the same information."
+"If you want to know what methods are available for locale objects, then please read the 'DateTime::Locale::Base' documentation."
msgstr ""
-#. description(perl-X500-DN)
-msgid "X500::DN Provides a pure perl parser and formatter for RFC 2253 style DN strings."
+#. summary(perl-DateTime-TimeZone)
+msgid "Time zone object base class and factory"
msgstr ""
-#. summary(Mesa:libxatracker1)
-msgid "XA state tracker"
+#. 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 the DateTime manpage module, this module does not do much. It's primary interface is through a the DateTime manpage object, and most users will not need to directly use 'DateTime::TimeZone' methods."
msgstr ""
-#. summary(libX11:libX11-xcb1)
-msgid "XCB X11 protocol client library"
+#. summary(perl-Devel-Symdump)
+msgid "Dump Symbol Names or the Symbol Table"
msgstr ""
-#. summary(xcb-util:libxcb-util1)
-msgid "XCB utility modules"
+#. description(perl-Devel-Symdump)
+msgid "This little package serves to access the symbol table of perl."
msgstr ""
-#. summary(xdg-menu)
-msgid "XDG Menus for WindowMaker and other Window Managers"
+#. summary(perl-Digest-HMAC)
+msgid "Keyed-Hashing for Message Authentication"
msgstr ""
-#. summary(libXxf86vm:libXxf86vm1)
-msgid "XFree86-VidMode X extension library"
+#. description(perl-Digest-HMAC)
+msgid ""
+"HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104.\n"
+"\n"
+"HMAC follow the common 'Digest::' interface, but the constructor takes the secret key and the name of some other simple 'Digest::' as argument."
msgstr ""
-#. summary(perl-XML-SAX)
-msgid "XML::SAX Perl Module"
+#. summary(perl-Dist-CheckConflicts)
+msgid "declare version conflicts for your dist"
msgstr ""
-#. description(perl-XML-SAX)
-msgid "XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to \"plug in\" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness."
+#. description(perl-Dist-CheckConflicts)
+msgid ""
+"One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing.\n"
+"\n"
+"For instance, say you have a module 'Foo', and some other module 'Bar' uses 'Foo'. If 'Foo' were to change its API in a non-backwards-compatible way, this would cause 'Bar' to break until it is updated to use the new API. 'Foo' can't just depend on the fixed version of 'Bar', because this will cause a circular dependency (because 'Bar' is already depending on 'Foo'), and this doesn't express intent properly anyway - 'Foo' doesn't use 'Bar' at all. The ideal solution would be for there to be a way to specify conflicting versions of modules in a way that would let CPAN clients update conflicting modules automatically after an existing module is upgraded, but until that happens, this module will allow users to do this manually.\n"
+"\n"
+"This module accepts a hash of options passed to its 'use' statement, with these keys being valid:\n"
+"\n"
+"* -conflicts\n"
+"\n"
+" A hashref of conflict specifications, where keys are module names, and values are the last broken version - any version greater than the specified version should work.\n"
+"\n"
+"* -also\n"
+"\n"
+" Additional modules to get conflicts from (potentially recursively). This should generally be a list of modules which use Dist::CheckConflicts, which correspond to the dists that your dist depends on. (In an ideal world, this would be intuited directly from your dependency list, but the dependency list isn't available outside of build time).\n"
+"\n"
+"* -dist\n"
+"\n"
+" The name of the distribution, to make the error message from check_conflicts more user-friendly.\n"
+"\n"
+"The methods listed below are exported by this module into the module that uses it, so you should call these methods on your module, not Dist::CheckConflicts.\n"
+"\n"
+"As an example, this command line can be used to update your modules, after installing the 'Foo' dist (assuming that 'Foo::Conflicts' is the module in the 'Foo' dist which uses Dist::CheckConflicts):\n"
+"\n"
+" perl -MFoo::Conflicts -e'print \"$_\\n\" for map { $_->{package} } Foo::Conflicts->calculate_conflicts' | cpanm\n"
+"\n"
+"As an added bonus, loading your conflicts module will provide warnings at runtime if conflicting modules are detected (regardless of whether they are loaded before or afterwards)."
msgstr ""
-#. description(perl-XML-Writer)
+#. summary(perl-Encode-Locale)
+msgid "Determine the locale encoding"
+msgstr ""
+
+#. description(perl-Encode-Locale)
msgid ""
-"XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions.\n"
+"In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out.\n"
"\n"
-"By default, the module performs several well-formedness checks to catch errors during output. This behaviour can be extremely useful during development and debugging, but it can be turned off for production-grade code.\n"
+"The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The 'Encode::Locale' module looks up the charset and encoding (called a CODESET in the locale jargon) and arranges for the the Encode manpage module to know this encoding under the name \"locale\". It means bytes obtained from the environment can be converted to Unicode strings by calling 'Encode::encode(locale => $bytes)' and converted back again with 'Encode::decode(locale => $string)'.\n"
"\n"
-"The module can operate either in regular mode in or Namespace processing mode. In Namespace mode, the module will generate Namespace Declarations itself, and will perform additional checks on the output.\n"
+"Where file systems interfaces pass file names in and out of the program we also need care. The trend is for operating systems to use a fixed file encoding that don't actually depend on the locale; and this module determines the most appropriate encoding for file names. The the Encode manpage module will know this encoding under the name \"locale_fs\". For traditional Unix systems this will be an alias to the same encoding as \"locale\".\n"
"\n"
-"Additional support is available for a simplified data mode with no mixed content: newlines are automatically inserted around elements and elements can optionally be indented based as their nesting level."
+"For programs running in a terminal window (called a \"Console\" on some systems) the \"locale\" encoding is usually a good choice for what to expect as input and output. Some systems allows us to query the encoding set for the terminal and 'Encode::Locale' will do that if available and make these encodings known under the 'Encode' aliases \"console_in\" and \"console_out\". For systems where we can't determine the terminal encoding these will be aliased as the same encoding as \"locale\". The advice is to use \"console_in\" for input known to come from the terminal and \"console_out\" for output to the terminal.\n"
+"\n"
+"In addition to arranging for various Encode aliases the following functions and variables are provided:\n"
+"\n"
+"* decode_argv( )\n"
+"\n"
+"* decode_argv( Encode::FB_CROAK )\n"
+"\n"
+" This will decode the command line arguments to perl (the '@ARGV' array) in-place.\n"
+"\n"
+" The function will by default replace characters that can't be decoded by \"\\x{FFFD}\", the Unicode replacement character.\n"
+"\n"
+" Any argument provided is passed as CHECK to underlying Encode::decode() call. Pass the value 'Encode::FB_CROAK' to have the decoding croak if not all the command line arguments can be decoded. See the Encode/\"Handling Malformed Data\" manpage for details on other options for CHECK.\n"
+"\n"
+"* env( $uni_key )\n"
+"\n"
+"* env( $uni_key => $uni_value )\n"
+"\n"
+" Interface to get/set environment variables. Returns the current value as a Unicode string. The $uni_key and $uni_value arguments are expected to be Unicode strings as well. Passing 'undef' as $uni_value deletes the environment variable named $uni_key.\n"
+"\n"
+" The returned value will have the characters that can't be decoded replaced by \"\\x{FFFD}\", the Unicode replacement character.\n"
+"\n"
+" There is no interface to request alternative CHECK behavior as for decode_argv(). If you need that you need to call encode/decode yourself. For example:\n"
+"\n"
+" my $key = Encode::encode(locale => $uni_key, Encode::FB_CROAK); my $uni_value = Encode::decode(locale => $ENV{$key}, Encode::FB_CROAK);\n"
+"\n"
+"* reinit( )\n"
+"\n"
+"* reinit( $encoding )\n"
+"\n"
+" Reinitialize the encodings from the locale. You want to call this function if you changed anything in the environment that might influence the locale.\n"
+"\n"
+" This function will croak if the determined encoding isn't recognized by the Encode module.\n"
+"\n"
+" With argument force $ENCODING_... variables to set to the given value.\n"
+"\n"
+"* $ENCODING_LOCALE\n"
+"\n"
+" The encoding name determined to be suitable for the current locale. the Encode manpage know this encoding as \"locale\".\n"
+"\n"
+"* $ENCODING_LOCALE_FS\n"
+"\n"
+" The encoding name determined to be suitable for file system interfaces involving file names. the Encode manpage know this encoding as \"locale_fs\".\n"
+"\n"
+"* $ENCODING_CONSOLE_IN\n"
+"\n"
+"* $ENCODING_CONSOLE_OUT\n"
+"\n"
+" The encodings to be used for reading and writing output to the a console. the Encode manpage know these encodings as \"console_in\" and \"console_out\"."
msgstr ""
-#. summary(libxslt:libxslt1)
-msgid "XSL Transformation Library"
+#. summary(perl-Exporter-Tiny)
+msgid "an exporter with the features of Sub::Exporter but only core dependencies"
msgstr ""
-#. description(libXcursor:libXcursor1)
-msgid "Xcursor a library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names.Cursors can exist in several sizes and the library automatically picks the best size."
+#. description(perl-Exporter-Tiny)
+msgid ""
+"Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the '-as', '-prefix' and '-suffix' options; explicit destinations with the 'into' option; and alternative installers with the 'installler' option. But it's written in only about 40% as many lines of code and with zero non-core dependencies.\n"
+"\n"
+"Its internal-facing interface is closer to Exporter.pm, with configuration done through the '@EXPORT', '@EXPORT_OK' and '%EXPORT_TAGS' package variables.\n"
+"\n"
+"Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behaviour."
msgstr ""
-#. description(xdm)
-msgid "Xdm manages a collection of X displays, which may be on the local host or remote servers."
+#. summary(perl-File-Listing)
+msgid "parse directory listing"
msgstr ""
-#. description(libXft:libXft2)
-msgid "Xft is a library that connects X applications with the FreeType font rasterization library. Xft uses fontconfig to locate fonts so it has no configuration files."
+#. description(perl-File-Listing)
+msgid ""
+"This module exports a single function called parse_dir(), which can be used to parse directory listings.\n"
+"\n"
+"The first parameter to parse_dir() is the directory listing to parse. It can be a scalar, a reference to an array of directory lines or a glob representing a filehandle to read the directory listing from.\n"
+"\n"
+"The second parameter is the time zone to use when parsing time stamps in the listing. If this value is undefined, then the local time zone is assumed.\n"
+"\n"
+"The third parameter is the type of listing to assume. Currently supported formats are 'unix', 'apache' and 'dosftp'. The default value is 'unix'. Ideally, the listing type should be determined automatically.\n"
+"\n"
+"The fourth parameter specifies how unparseable lines should be treated. Values can be 'ignore', 'warn' or a code reference. Warn means that the perl warn() function will be called. If a code reference is passed, then this routine will be called and the return value from it will be incorporated in the listing. The default is 'ignore'.\n"
+"\n"
+"Only the first parameter is mandatory.\n"
+"\n"
+"The return value from parse_dir() is a list of directory entries. In a scalar context the return value is a reference to the list. The directory entries are represented by an array consisting of [ $filename, $filetype, $filesize, $filetime, $filemode ]. The $filetype value is one of the letters 'f', 'd', 'l' or '?'. The $filetime value is the seconds since Jan 1, 1970. The $filemode is a bitmask like the mode returned by stat()."
msgstr ""
-#. summary(libXinerama:libXinerama1)
-msgid "Xinerama extension to the X11 Protocol"
+#. summary(perl-HTML-Tagset)
+msgid "Data tables useful in parsing HTML"
msgstr ""
-#. description(libXinerama:libXinerama1)
-msgid "Xinerama is an extension to the X Window System which enables multi-headed X applications and window managers to use two or more physical displays as one large virtual display."
+#. description(perl-HTML-Tagset)
+msgid ""
+"This module contains several data tables useful in various kinds of HTML parsing operations.\n"
+"\n"
+"Note that all tag names used are lowercase.\n"
+"\n"
+"In the following documentation, a \"hashset\" is a hash being used as a set\n"
+"-- the hash conveys that its keys are there, and the actual values associated with the keys are not significant. (But what values are there, are always true.)"
msgstr ""
-#. summary(libXtst:libXtst6)
-msgid "Xlib-based client API for the XTEST and RECORD extensions"
+#. summary(perl-HTTP-Cookies)
+msgid "HTTP cookie jars"
msgstr ""
-#. description(xrdb)
-msgid "Xrdb is used to get or set the contents of the RESOURCE_MANAGER property on the root window of screen 0, or the SCREEN_RESOURCES property on the root window of any or all screens, or everything combined."
+#. description(perl-HTTP-Cookies)
+msgid ""
+"This class is for objects that represent a \"cookie jar\" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about.\n"
+"\n"
+"Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. For more information about cookies refer to <URL:http://curl.haxx.se/rfc/cookie_spec.html> and <URL:http://www.cookiecentral.com/>. This module also implements the new style cookies described in _RFC 2965_. The two variants of cookies are supposed to be able to coexist happily.\n"
+"\n"
+"Instances of the class _HTTP::Cookies_ are able to store a collection of Set-Cookie2: and Set-Cookie: headers and are able to use this information to initialize Cookie-headers in _HTTP::Request_ objects. The state of a _HTTP::Cookies_ object can be saved in and restored from files."
msgstr ""
-#. description(yast2-online-update)
+#. summary(perl-HTTP-Daemon)
+msgid "a simple http server class"
+msgstr ""
+
+#. description(perl-HTTP-Daemon)
msgid ""
-"YaST Online Update (YOU) provides a convenient way to download and install security and other system updates. By default it uses the official SuSE mirrors as the update sources, but it can also use local patch repositories or patch CDs.\n"
+"Instances of the 'HTTP::Daemon' class are HTTP/1.1 servers that listen on a socket for incoming requests. The 'HTTP::Daemon' is a subclass of 'IO::Socket::INET', so you can perform socket operations directly on it too.\n"
"\n"
-"This package provides the graphical user interface for YOU which can be used with or without the X Window System. It can be started from the YaST control center."
+"The accept() method will return when a connection from a client is available. The returned value will be an 'HTTP::Daemon::ClientConn' object which is another 'IO::Socket::INET' subclass. Calling the get_request() method on this object will read data from the client and return an 'HTTP::Request' object. The ClientConn object also provide methods to send back various responses."
msgstr ""
-#. description(yast2-branding-openSUSE)
-msgid "YaST branding for the openSUSE distribution"
+#. summary(perl-HTTP-Date)
+#, fuzzy
+msgid "Date conversion routines"
+msgstr "Criptografia"
+
+#. description(perl-HTTP-Date)
+msgid "This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default."
msgstr ""
-#. summary(yast2-add-on)
-msgid "YaST2 - Add-On media installation code"
+#. summary(perl-HTTP-Message)
+msgid "HTTP style message (base class)"
msgstr ""
-#. summary(yast2-transfer)
-msgid "YaST2 - Agent for Various Transfer Protocols"
+#. description(perl-HTTP-Message)
+msgid ""
+"An 'HTTP::Message' object contains some headers and a content body. The following methods are available:\n"
+"\n"
+"* $mess = HTTP::Message->new\n"
+"\n"
+"* $mess = HTTP::Message->new( $headers )\n"
+"\n"
+"* $mess = HTTP::Message->new( $headers, $content )\n"
+"\n"
+" This constructs a new message object. Normally you would want construct 'HTTP::Request' or 'HTTP::Response' objects instead.\n"
+"\n"
+" The optional $header argument should be a reference to an 'HTTP::Headers' object or a plain array reference of key/value pairs. If an 'HTTP::Headers' object is provided then a copy of it will be embedded into the constructed message, i.e. it will not be owned and can be modified afterwards without affecting the message.\n"
+"\n"
+" The optional $content argument should be a string of bytes.\n"
+"\n"
+"* $mess = HTTP::Message->parse( $str )\n"
+"\n"
+" This constructs a new message object by parsing the given string.\n"
+"\n"
+"* $mess->headers\n"
+"\n"
+" Returns the embedded 'HTTP::Headers' object.\n"
+"\n"
+"* $mess->headers_as_string\n"
+"\n"
+"* $mess->headers_as_string( $eol )\n"
+"\n"
+" Call the as_string() method for the headers in the message. This will be the same as\n"
+"\n"
+" $mess->headers->as_string\n"
+"\n"
+" but it will make your program a whole character shorter :-)\n"
+"\n"
+"* $mess->content\n"
+"\n"
+"* $mess->content( $bytes )\n"
+"\n"
+" The content() method sets the raw content if an argument is given. If no argument is given the content is not touched. In either case the original raw content is returned.\n"
+"\n"
+" Note that the content should be a string of bytes. Strings in perl can contain characters outside the range of a byte. The 'Encode' module can be used to turn such strings into a string of bytes.\n"
+"\n"
+"* $mess->add_content( $bytes )\n"
+"\n"
+" The add_content() methods appends more data bytes to the end of the current content buffer.\n"
+"\n"
+"* $mess->add_content_utf8( $string )\n"
+"\n"
+" The add_content_utf8() method appends the UTF-8 bytes representing the string to the end of the current content buffer.\n"
+"\n"
+"* $mess->content_ref\n"
+"\n"
+"* $mess->content_ref( \\$bytes )\n"
+"\n"
+" The content_ref() method will return a reference to content buffer string. It can be more efficient to access the content this way if the content is huge, and it can even be used for direct manipulation of the content, for instance:\n"
+"\n"
+" ${$res->content_ref} =~ s/\\bfoo\\b/bar/g;\n"
+"\n"
+" This example would modify the content buffer in-place.\n"
+"\n"
+" If an argument is passed it will setup the content to reference some external source. The content() and add_content() methods will automatically dereference scalar references passed this way. For other references content() will return the reference itself and add_content() will refuse to do anything.\n"
+"\n"
+"* $mess->content_charset\n"
+"\n"
+" This returns the charset used by the content in the message. The charset is either found as the charset attribute of the 'Content-Type' header or by guessing.\n"
+"\n"
+" See the http://www.w3.org/TR/REC-html40/charset.html#spec-char-encoding manpage for details about how charset is determined.\n"
+"\n"
+"* $mess->decoded_content( %options )\n"
+"\n"
+" Returns the content with any 'Content-Encoding' undone and for textual content the raw content encoded to Perl's Unicode strings. If the 'Content-Encoding' or 'charset' of the message is unknown this method will fail by returning 'undef'.\n"
+"\n"
+" The following options can be specified.\n"
+"\n"
+" * 'charset'\n"
+"\n"
+" This override the charset parameter for text content. The value 'none' can used to suppress decoding of the charset.\n"
+"\n"
+" * 'default_charset'\n"
+"\n"
+" This override the default charset guessed by content_charset() or if that fails \"ISO-8859-1\".\n"
+"\n"
+" * 'alt_charset'\n"
+"\n"
+" If decoding fails because the charset specified in the Content-Type header isn't recognized by Perl's Encode module, then try decoding using this charset instead of failing. The 'alt_charset' might be specified as 'none' to simply return the string without any decoding of charset as alternative.\n"
+"\n"
+" * 'charset_strict'\n"
+"\n"
+" Abort decoding if malformed characters is found in the content. By default you get the substitution character (\"\\x{FFFD}\") in place of malformed characters.\n"
+"\n"
+" * 'raise_error'\n"
+"\n"
+" If TRUE then raise an exception if not able to decode content. Reason might be that the specified 'Content-Encoding' or 'charset' is not supported. If this option is FALSE, then decoded_content() will return 'undef' on errors, but will still set $@.\n"
+"\n"
+" * 'ref'\n"
+"\n"
+" If TRUE then a reference to decoded content is returned. This might be more efficient in cases where the decoded content is identical to the raw content as no data copying is required in this case.\n"
+"\n"
+"* $mess->decodable\n"
+"\n"
+"* HTTP::Message::decodable()\n"
+"\n"
+" This returns the encoding identifiers that decoded_content() can process. In scalar context returns a comma separated string of identifiers.\n"
+"\n"
+" This value is suitable for initializing the 'Accept-Encoding' request header field.\n"
+"\n"
+"* $mess->decode\n"
+"\n"
+" This method tries to replace the content of the message with the decoded version and removes the 'Content-Encoding' header. Returns TRUE if successful and FALSE if not.\n"
+"\n"
+" If the message does not have a 'Content-Encoding' header this method does nothing and returns TRUE.\n"
+"\n"
+" Note that the content of the message is still bytes after this method has been called and you still need to call decoded_content() if you want to process its content as a string.\n"
+"\n"
+"* $mess->encode( $encoding, ... )\n"
+"\n"
+" Apply the given encodings to the content of the message. Returns TRUE if successful. The \"identity\" (non-)encoding is always supported; other currently supported encodings, subject to availability of required additional modules, are \"gzip\", \"deflate\", \"x-bzip2\" and \"base64\".\n"
+"\n"
+" A successful call to this function will set the 'Content-Encoding' header.\n"
+"\n"
+" Note that 'multipart/*' or 'message/*' messages can't be encoded and this method will croak if you try.\n"
+"\n"
+"* $mess->parts\n"
+"\n"
+"* $mess->parts( @parts )\n"
+"\n"
+"* $mess->parts( \\@parts )\n"
+"\n"
+" Messages can be composite, i.e. contain other messages. The composite messages have a content type of 'multipart/*' or 'message/*'. This method give access to the contained messages.\n"
+"\n"
+" The argumentless form will return a list of 'HTTP::Message' objects. If the content type of $msg is not 'multipart/*' or 'message/*' then this will return the empty list. In scalar context only the first object is returned. The returned message parts should be regarded as read-only (future versions of this library might make it possible to modify the parent by modifying the parts).\n"
+"\n"
+" If the content type of $msg is 'message/*' then there will only be one part returned.\n"
+"\n"
+" If the content type is 'message/http', then the return value will be either an 'HTTP::Request' or an 'HTTP::Response' object.\n"
+"\n"
+" If a @parts argument is given, then the content of the message will be modified. The array reference form is provided so that an empty list can be provided. The @parts array should contain 'HTTP::Message' objects. The @parts objects are owned by $mess after this call and should not be modified or made part of other messages.\n"
+"\n"
+" When updating the message with this method and the old content type of $mess is not 'multipart/*' or 'message/*', then the content type is set to 'multipart/mixed' and all other content headers are cleared.\n"
+"\n"
+" This method will croak if the content type is 'message/*' and more than one part is provided.\n"
+"\n"
+"* $mess->add_part( $part )\n"
+"\n"
+" This will add a part to a message. The $part argument should be another 'HTTP::Message' object. If the previous content type of $mess is not 'multipart/*' then the old content (together with all content headers) will be made part #1 and the content type made 'multipart/mixed' before the new part is added. The $part object is owned by $mess after this call and should not be modified or made part of other messages.\n"
+"\n"
+" There is no return value.\n"
+"\n"
+"* $mess->clear\n"
+"\n"
+" Will clear the headers and set the content to the empty string. There is no return value\n"
+"\n"
+"* $mess->protocol\n"
+"\n"
+"* $mess->protocol( $proto )\n"
+"\n"
+" Sets the HTTP protocol used for the message. The protocol() is a string like 'HTTP/1.0' or 'HTTP/1.1'.\n"
+"\n"
+"* $mess->clone\n"
+"\n"
+" Returns a copy of the message object.\n"
+"\n"
+"* $mess->as_string\n"
+"\n"
+"* $mess->as_string( $eol )\n"
+"\n"
+" Returns the message formatted as a single string.\n"
+"\n"
+" The optional $eol parameter specifies the line ending sequence to use. The default is \"\\n\". If no $eol is given then as_string will ensure that the returned string is newline terminated (even when the message content is not). No extra newline is appended if an explicit $eol is passed.\n"
+"\n"
+"* $mess->dump( %opt )\n"
+"\n"
+" Returns the message formatted as a string. In void context print the string.\n"
+"\n"
+" This differs from '$mess->as_string' in that it escapes the bytes of the content so that it's safe to print them and it limits how much content to print. The escapes syntax used is the same as for Perl's double quoted strings. If there is no content the string \"(no content)\" is shown in its place.\n"
+"\n"
+" Options to influence the output can be passed as key/value pairs. The following options are recognized:\n"
+"\n"
+" * maxlength => $num\n"
+"\n"
+" How much of the content to show. The default is 512. Set this to 0 for unlimited.\n"
+"\n"
+" If the content is longer then the string is chopped at the limit and the string \"...\\n(### more bytes not shown)\" appended.\n"
+"\n"
+" * no_content => $str\n"
+"\n"
+" Replaces the \"(no content)\" marker.\n"
+"\n"
+" * prefix => $str\n"
+"\n"
+" A string that will be prefixed to each line of the dump.\n"
+"\n"
+"All methods unknown to 'HTTP::Message' itself are delegated to the 'HTTP::Headers' object that is part of every message. This allows convenient access to these methods. Refer to the HTTP::Headers manpage for details of these methods:\n"
+"\n"
+" $mess->header( $field => $val ) $mess->push_header( $field => $val ) $mess->init_header( $field => $val ) $mess->remove_header( $field ) $mess->remove_content_headers $mess->header_field_names $mess->scan( \\&doit )\n"
+"\n"
+" $mess->date $mess->expires $mess->if_modified_since $mess->if_unmodified_since $mess->last_modified $mess->content_type $mess->content_encoding $mess->content_length $mess->content_language $mess->title $mess->user_agent $mess->server $mess->from $mess->referer $mess->www_authenticate $mess->authorization $mess->proxy_authorization $mess->authorization_basic $mess->proxy_authorization_basic"
msgstr ""
-#. summary(yast2-bootloader)
-msgid "YaST2 - Bootloader Configuration"
+#. summary(perl-HTTP-Negotiate)
+msgid "choose a variant to serve"
msgstr ""
-#. summary(yast2-trans:yast2-trans-pt_BR)
-msgid "YaST2 - Brazilian Portuguese Translations"
+#. description(perl-HTTP-Negotiate)
+msgid ""
+"This module provides a complete implementation of the HTTP content negotiation algorithm specified in _draft-ietf-http-v11-spec-00.ps_ chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.\n"
+"\n"
+"The variants are ordered by preference by calling the function choose().\n"
+"\n"
+"The first parameter is reference to an array of the variants to choose among. Each element in this array is an array with the values [$id, $qs, $content_type, $content_encoding, $charset, $content_language, $content_length] whose meanings are described below. The $content_encoding and $content_language can be either a single scalar value or an array reference if there are several values.\n"
+"\n"
+"The second optional parameter is either a HTTP::Headers or a HTTP::Request object which is searched for \"Accept*\" headers. If this parameter is missing, then the accept specification is initialized from the CGI environment variables HTTP_ACCEPT, HTTP_ACCEPT_CHARSET, HTTP_ACCEPT_ENCODING and HTTP_ACCEPT_LANGUAGE.\n"
+"\n"
+"In an array context, choose() returns a list of [variant identifier, calculated quality, size] tuples. The values are sorted by quality, highest quality first. If the calculated quality is the same for two variants, then they are sorted by size (smallest first). _E.g._:\n"
+"\n"
+" (['var1', 1, 2000], ['var2', 0.3, 512], ['var3', 0.3, 1024]);\n"
+"\n"
+"Note that also zero quality variants are included in the return list even if these should never be served to the client.\n"
+"\n"
+"In a scalar context, it returns the identifier of the variant with the highest score or 'undef' if none have non-zero quality.\n"
+"\n"
+"If the $HTTP::Negotiate::DEBUG variable is set to TRUE, then a lot of noise is generated on STDOUT during evaluation of choose()."
msgstr ""
-#. summary(yast2-trans:yast2-trans-en_GB)
-msgid "YaST2 - British English Translations"
+#. summary(perl-IO-HTML)
+msgid "Open an HTML file with automatic charset detection"
msgstr ""
-#. summary(yast2-control-center)
-msgid "YaST2 - Control Center"
+#. description(perl-IO-HTML)
+msgid ""
+"IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard.\n"
+"\n"
+"The algorithm as implemented here is:\n"
+"\n"
+"* 1.\n"
+"\n"
+" If the file begins with a byte order mark indicating UTF-16LE, UTF-16BE, or UTF-8, then that is the encoding.\n"
+"\n"
+"* 2.\n"
+"\n"
+" If the first 1024 bytes of the file contain a '<meta>' tag that indicates the charset, and Encode recognizes the specified charset name, then that is the encoding. (This portion of the algorithm is implemented by 'find_charset_in'.)\n"
+"\n"
+" The '<meta>' tag can be in one of two formats:\n"
+"\n"
+" <meta charset=\"...\"> <meta http-equiv=\"Content-Type\" content=\"...charset=...\">\n"
+"\n"
+" The search is case-insensitive, and the order of attributes within the tag is irrelevant. Any additional attributes of the tag are ignored. The first matching tag with a recognized encoding ends the search.\n"
+"\n"
+"* 3.\n"
+"\n"
+" If the first 1024 bytes of the file are valid UTF-8 (with at least 1 non-ASCII character), then the encoding is UTF-8.\n"
+"\n"
+"* 4.\n"
+"\n"
+" If all else fails, use the default character encoding. The HTML5 standard suggests the default encoding should be locale dependent, but currently it is always 'cp1252' unless you set '$IO::HTML::default_encoding' to a different value. Note: 'sniff_encoding' does not apply this step; only 'html_file' does that."
msgstr ""
-#. summary(yast2-core)
-msgid "YaST2 - Core Libraries"
+#. summary(perl-IO-Socket-SSL)
+msgid "Nearly transparent SSL encapsulation for IO::Socket::INET"
msgstr ""
-#. summary(yast2-country)
-msgid "YaST2 - Country Settings (Language, Keyboard, and Timezone)"
+#. description(perl-IO-Socket-SSL)
+msgid ""
+"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar the IO::Socket manpage interface and providing secure defaults whenever possible. This way, existing applications can be made SSL-aware without much effort, at least if you do blocking I/O and don't use select or poll.\n"
+"\n"
+"But, under the hood, SSL is a complex beast. So there are lots of methods to make it do what you need if the default behavior is not adequate. Because it is easy to inadvertently introduce critical security bugs or just hard to debug problems, I would recommend studying the following documentation carefully.\n"
+"\n"
+"The documentation consists of the following parts:\n"
+"\n"
+"* * the /\"Essential Information About SSL/TLS\" manpage\n"
+"\n"
+"* * the /\"Basic SSL Client\" manpage\n"
+"\n"
+"* * the /\"Basic SSL Server\" manpage\n"
+"\n"
+"* * the /\"Common Usage Errors\" manpage\n"
+"\n"
+"* * the /\"Common Problems with SSL\" manpage\n"
+"\n"
+"* * the /\"Using Non-Blocking Sockets\" manpage\n"
+"\n"
+"* * the /\"Advanced Usage\" manpage\n"
+"\n"
+"* * the /\"Integration Into Own Modules\" manpage\n"
+"\n"
+"* * the /\"Description Of Methods\" manpage\n"
+"\n"
+"Additional documentation can be found in\n"
+"\n"
+"* * the IO::Socket::SSL::Intercept manpage - Doing Man-In-The-Middle with SSL\n"
+"\n"
+"* * the IO::Socket::SSL::Utils manpage - Useful functions for certificates etc"
msgstr ""
-#. summary(yast2-trans:yast2-trans-cs)
-msgid "YaST2 - Czech Translations"
+#. summary(perl-LWP-MediaTypes)
+msgid "guess media type for a file or a URL"
msgstr ""
-#. description(yast2-trans:yast2-trans-cs)
-msgid "YaST2 - Czech translations."
+#. description(perl-LWP-MediaTypes)
+msgid ""
+"This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the _media.types_ file. If the _~/.media.types_ file exists it is used instead. For backwards compatibility we will also look for _~/.mime.types_.\n"
+"\n"
+"The following functions are exported by default:\n"
+"\n"
+"* guess_media_type( $filename )\n"
+"\n"
+"* guess_media_type( $uri )\n"
+"\n"
+"* guess_media_type( $filename_or_uri, $header_to_modify )\n"
+"\n"
+" This function tries to guess media type and encoding for a file or a URI. It returns the content type, which is a string like '\"text/html\"'. In array context it also returns any content encodings applied (in the order used to encode the file). You can pass a URI object reference, instead of the file name.\n"
+"\n"
+" If the type can not be deduced from looking at the file name, then guess_media_type() will let the '-T' Perl operator take a look. If this works (and '-T' returns a TRUE value) then we return _text/plain_ as the type, otherwise we return _application/octet-stream_ as the type.\n"
+"\n"
+" The optional second argument should be a reference to a HTTP::Headers object or any object that implements the $obj->header method in a similar way. When it is present the values of the 'Content-Type' and 'Content-Encoding' will be set for this header.\n"
+"\n"
+"* media_suffix( $type, ... )\n"
+"\n"
+" This function will return all suffixes that can be used to denote the specified media type(s). Wildcard types can be used. In a scalar context it will return the first suffix found. Examples:\n"
+"\n"
+" @suffixes = media_suffix('image/*', 'audio/basic'); $suffix = media_suffix('text/html');\n"
+"\n"
+"The following functions are only exported by explicit request:\n"
+"\n"
+"* add_type( $type, @exts )\n"
+"\n"
+" Associate a list of file extensions with the given media type. Example:\n"
+"\n"
+" add_type(\"x-world/x-vrml\" => qw(wrl vrml));\n"
+"\n"
+"* add_encoding( $type, @ext )\n"
+"\n"
+" Associate a list of file extensions with an encoding type. Example:\n"
+"\n"
+" add_encoding(\"x-gzip\" => \"gz\");\n"
+"\n"
+"* read_media_types( @files )\n"
+"\n"
+" Parse media types files and add the type mappings found there. Example:\n"
+"\n"
+" read_media_types(\"conf/mime.types\");"
msgstr ""
-#. summary(yast2-trans:yast2-trans-da)
-msgid "YaST2 - Danish Translations"
+#. summary(perl-LWP-Protocol-https)
+msgid "Provide https support for LWP::UserAgent"
msgstr ""
-#. summary(yast2-country:yast2-country-data)
-msgid "YaST2 - Data files for Country settings"
+#. description(perl-LWP-Protocol-https)
+msgid ""
+"The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS.\n"
+"\n"
+"If hostname verification is requested by LWP::UserAgent's 'ssl_opts', and neither 'SSL_ca_file' nor 'SSL_ca_path' is set, then 'SSL_ca_file' is implied to be the one provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests will fail. Either install this module, set up an alternative 'SSL_ca_file' or disable hostname verification.\n"
+"\n"
+"This module used to be bundled with the libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need https support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install."
msgstr ""
-#. summary(yast2-metapackage-handler)
-msgid "YaST2 - Easy Installation of Add-on RPMs using Metapackages"
+#. summary(perl-Module-Implementation)
+msgid "Loads one of several alternate underlying implementations for a module"
msgstr ""
-#. summary(yast2-firewall)
-msgid "YaST2 - Firewall Configuration"
+#. description(perl-Module-Implementation)
+msgid ""
+"This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations.\n"
+"\n"
+"This module is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module."
msgstr ""
-#. summary(yast2-trans:yast2-trans-fr)
-msgid "YaST2 - French Translations"
+#. summary(perl-Module-Runtime)
+msgid "runtime module handling"
msgstr ""
-#. summary(yast2-trans:yast2-trans-de)
-msgid "YaST2 - German Translations"
+#. description(perl-Module-Runtime)
+msgid ""
+"The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure.\n"
+"\n"
+"The parts of this module that work with module names apply the same syntax that is used for barewords in Perl source. In principle this syntax can vary between versions of Perl, and this module applies the syntax of the Perl on which it is running. In practice the usable syntax hasn't changed yet. There's some intent for Unicode module names to be supported in the future, but this hasn't yet amounted to any consistent facility.\n"
+"\n"
+"The functions of this module whose purpose is to load modules include workarounds for three old Perl core bugs regarding 'require'. These workarounds are applied on any Perl version where the bugs exist, except for a case where one of the bugs cannot be adequately worked around in pure Perl."
msgstr ""
-#. description(yast2-trans:yast2-trans-de)
-msgid "YaST2 - German translations."
+#. summary(perl-Net-DNS)
+#, fuzzy
+msgid "Perl Interface to the Domain Name System"
+msgstr "Interface do Kernel"
+
+#. description(perl-Net-DNS)
+msgid ""
+"Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of \"gethostbyname\" and \"gethostbyaddr\".\n"
+"\n"
+"The programmer should be somewhat familiar with the format of a DNS packet and its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details."
msgstr ""
-#. summary(yast2-hardware-detection)
-msgid "YaST2 - Hardware Detection Interface"
+#. summary(perl-Net-HTTP)
+msgid "Low-level HTTP connection (client)"
msgstr ""
-#. summary(yast2-tune)
-msgid "YaST2 - Hardware Tuning"
+#. description(perl-Net-HTTP)
+msgid ""
+"The 'Net::HTTP' class is a low-level HTTP client. An instance of the 'Net::HTTP' class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The 'Net::HTTP' class supports 'HTTP/1.0' and 'HTTP/1.1'.\n"
+"\n"
+"'Net::HTTP' is a sub-class of one of 'IO::Socket::IP' (IPv6+IPv4), 'IO::Socket::INET6' (IPv6+IPv4), or 'IO::Socket::INET' (IPv4 only). You can mix the methods described below with reading and writing from the socket directly. This is not necessary a good idea, unless you know what you are doing."
msgstr ""
-#. summary(yast2-trans:yast2-trans-hu)
-msgid "YaST2 - Hungarian Translations"
+#. summary(perl-Pod-Coverage)
+msgid "Checks if the documentation of a module is comprehensive"
msgstr ""
-#. description(yast2-trans:yast2-trans-hu)
-msgid "YaST2 - Hungarian translations."
+#. description(perl-Pod-Coverage)
+msgid ""
+"Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, _perlmodstyle_ tells you to, so you must obey.\n"
+"\n"
+"This module provides a mechanism for determining if the pod for a given module is comprehensive.\n"
+"\n"
+"It expects to find either a '=head(n>1)' or an '=item' block documenting a subroutine.\n"
+"\n"
+"Consider: # an imaginary Foo.pm package Foo;\n"
+"\n"
+" =item foo\n"
+"\n"
+" The foo sub\n"
+"\n"
+" = cut\n"
+"\n"
+" sub foo {} sub bar {}\n"
+"\n"
+" 1; __END__\n"
+"\n"
+"In this example 'Foo::foo' is covered, but 'Foo::bar' is not, so the 'Foo' package is only 50% (0.5) covered"
msgstr ""
-#. summary(yast2-installation)
-msgid "YaST2 - Installation Parts"
+#. summary(perl-RPC-XML)
+msgid "Set of Classes for Core Data, Message and Xml Handling"
msgstr ""
-#. summary(yast2-trans:yast2-trans-it)
+#. description(perl-RPC-XML)
+msgid ""
+"The *RPC::XML* package is an implementation of the *XML-RPC* standard. The package as a whole provides classes for data, for clients, for servers and for parsers (based on the XML::Parser and XML::LibXML packages from CPAN).\n"
+"\n"
+"This module provides a set of classes for creating values to pass to the constructors for requests and responses. These are lightweight objects, most of which are implemented as blessed scalar references so as to associate specific type information with the value. Classes are also provided for requests, responses and faults (errors).\n"
+"\n"
+"This module does not actually provide any transport implementation or server basis. For these, see RPC::XML::Client and RPC::XML::Server, respectively."
+msgstr ""
+
+#. summary(perl-Test-Pod)
#, fuzzy
-msgid "YaST2 - Italian Translations"
-msgstr "Federação da Rússia"
+msgid "Check for Pod Errors in Files"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(yast2-trans:yast2-trans-ja)
-msgid "YaST2 - Japanese Translations"
+#. description(perl-Test-Pod)
+msgid "Check POD files for errors or warnings in a test file, using 'Pod::Simple' to do the heavy lifting."
msgstr ""
-#. description(yast2-trans:yast2-trans-ja)
-msgid "YaST2 - Japanese translations."
+#. summary(perl-Test-Pod-Coverage)
+msgid "Check for pod coverage in your distribution."
msgstr ""
-#. summary(yast2-kerberos-client)
-msgid "YaST2 - Kerberos Client Configuration"
+#. description(perl-Test-Pod-Coverage)
+msgid ""
+"Test::Pod::Coverage is used to create a test for your distribution, to ensure that all relevant files in your distribution are appropriately documented in pod.\n"
+"\n"
+"Can also be called with the Pod::Coverage manpage parms.\n"
+"\n"
+" use Test::Pod::Coverage tests=>1; pod_coverage_ok( \"Foo::Bar\", { also_private => [ qr/^[A-Z_]+$/ ], }, \"Foo::Bar, with all-caps functions as privates\", );\n"
+"\n"
+"The the Pod::Coverage manpage parms are also useful for subclasses that don't re-document the parent class's methods. Here's an example from the Mail::SRS manpage.\n"
+"\n"
+" pod_coverage_ok( \"Mail::SRS\" ); # No exceptions\n"
+"\n"
+" my $trustme = { trustme => [qr/^(new|parse|compile)$/] }; pod_coverage_ok( \"Mail::SRS::DB\", $trustme ); pod_coverage_ok( \"Mail::SRS::Guarded\", $trustme ); pod_coverage_ok( \"Mail::SRS::Reversable\", $trustme ); pod_coverage_ok( \"Mail::SRS::Shortcut\", $trustme );\n"
+"\n"
+"Alternately, you could use the Pod::Coverage::CountParents manpage, which always allows a subclass to reimplement its parents' methods without redocumenting them. For example:\n"
+"\n"
+" my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' }; pod_coverage_ok( \"IO::Handle::Frayed\", $trustparents );\n"
+"\n"
+"(The 'coverage_class' parameter is not passed to the coverage class with other parameters.)\n"
+"\n"
+"If you want POD coverage for your module, but don't want to make Test::Pod::Coverage a prerequisite for installing, create the following as your _t/pod-coverage.t_ file:\n"
+"\n"
+" use Test::More; eval \"use Test::Pod::Coverage\"; plan skip_all => \"Test::Pod::Coverage required for testing pod coverage\" if $@;\n"
+"\n"
+" plan tests => 1; pod_coverage_ok( \"Pod::Master::Html\");\n"
+"\n"
+"Finally, Module authors can include the following in a _t/pod-coverage.t_ file and have 'Test::Pod::Coverage' automatically find and check all modules in the module distribution:\n"
+"\n"
+" use Test::More; eval \"use Test::Pod::Coverage 1.00\"; plan skip_all => \"Test::Pod::Coverage 1.00 required for testing POD coverage\" if $@; all_pod_coverage_ok();"
msgstr ""
-#. summary(yast2-ldap)
-msgid "YaST2 - LDAP Agent"
+#. summary(perl-TimeDate)
+msgid "Parse date strings into time values"
msgstr ""
-#. summary(yast2-ldap-client)
-msgid "YaST2 - LDAP Client Configuration"
+#. description(perl-TimeDate)
+msgid ""
+" Date::Parse provides two routines for parsing date strings into time values.\n"
+"\n"
+" str2time(DATE [, ZONE])\n"
+"\n"
+" str2time parses DATE and returns a unix time value, or undef upon failure. ZONE, if given, specifies the timezone to assume when parsing if the date string does not specify a timezome.\n"
+"\n"
+" strptime(DATE [, ZONE])\n"
+"\n"
+" strptime takes the same arguments as str2time but returns an array of values ($ss,$mm,$hh,$day,$month,$year,$zone). Elements are only defined if they could be extracted from the date string. The $zone element is the timezone offset in seconds from GMT. An empty array is returned upon failure."
msgstr ""
-#. summary(yast2-mail)
-msgid "YaST2 - Mail Configuration"
+#. summary(perl-Try-Tiny)
+msgid "Minimal try/catch with proper preservation of $@"
msgstr ""
-#. summary(yast2)
-msgid "YaST2 - Main Package"
+#. description(perl-Try-Tiny)
+msgid ""
+"This module provides bare bones 'try'/'catch'/'finally' statements that are designed to minimize common mistakes with eval blocks, and NOTHING else.\n"
+"\n"
+"This is unlike the TryCatch manpage which provides a nice syntax and avoids adding another call stack layer, and supports calling 'return' from the 'try' block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely the Devel::Declare manpage and the Scope::Upper manpage which are occasionally problematic, and the additional catch filtering uses the Moose manpage type constraints which may not be desirable either.\n"
+"\n"
+"The main focus of this module is to provide simple and reliable error handling for those having a hard time installing the TryCatch manpage, but who still want to write correct 'eval' blocks without 5 lines of boilerplate each time.\n"
+"\n"
+"It's designed to work as correctly as possible in light of the various pathological edge cases (see the /BACKGROUND manpage) and to be compatible with any style of error values (simple strings, references, objects, overloaded objects, etc).\n"
+"\n"
+"If the 'try' block dies, it returns the value of the last statement executed in the 'catch' block, if there is one. Otherwise, it returns 'undef' in scalar context or the empty list in list context. The following examples all assign '\"bar\"' to '$x':\n"
+"\n"
+" my $x = try { die \"foo\" } catch { \"bar\" }; my $x = try { die \"foo\" } || { \"bar\" }; my $x = (try { die \"foo\" }) // { \"bar\" };\n"
+"\n"
+" my $x = eval { die \"foo\" } || \"bar\";\n"
+"\n"
+"You can add 'finally' blocks, yielding the following:\n"
+"\n"
+" my $x; try { die 'foo' } finally { $x = 'bar' }; try { die 'foo' } catch { warn \"Got a die: $_\" } finally { $x = 'bar' };\n"
+"\n"
+"'finally' blocks are always executed making them suitable for cleanup code which cannot be handled using local. You can add as many 'finally' blocks to a given 'try' block as you like."
msgstr ""
-#. summary(yast2-nfs-client)
-msgid "YaST2 - NFS Configuration"
+#. summary(perl-URI)
+msgid "Uniform Resource Identifiers (absolute and relative)"
msgstr ""
-#. summary(yast2-ntp-client)
-msgid "YaST2 - NTP Client Configuration"
+#. description(perl-URI)
+msgid ""
+"This module implements the 'URI' class. Objects of this class represent \"Uniform Resource Identifier references\" as specified in RFC 2396 (and updated by RFC 2732).\n"
+"\n"
+"A Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. A Uniform Resource Identifier can be further classified as either a Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The distinction between URL and URN does not matter to the 'URI' class interface. A \"URI-reference\" is a URI that may have additional information attached in the form of a fragment identifier.\n"
+"\n"
+"An absolute URI reference consists of three parts: a _scheme_, a _scheme-specific part_ and a _fragment_ identifier. A subset of URI references share a common syntax for hierarchical namespaces. For these, the scheme-specific part is further broken down into _authority_, _path_ and _query_ components. These URIs can also take the form of relative URI references, where the scheme (and usually also the authority) component is missing, but implied by the context of the URI reference. The three forms of URI reference syntax are summarized as follows:\n"
+"\n"
+" <scheme>:<scheme-specific-part>#<fragment> <scheme>://<authority><path>?<query>#<fragment> <path>?<query>#<fragment>\n"
+"\n"
+"The components into which a URI reference can be divided depend on the _scheme_. The 'URI' class provides methods to get and set the individual components. The methods available for a specific 'URI' object depend on the scheme."
msgstr ""
-#. summary(yast2-network)
-msgid "YaST2 - Network Configuration"
+#. summary(perl-WWW-RobotRules)
+msgid "database of robots.txt-derived permissions"
msgstr ""
-#. summary(yast2-nis-client)
-msgid "YaST2 - Network Information Services (NIS, YP) Configuration"
+#. description(perl-WWW-RobotRules)
+msgid ""
+"This module parses _/robots.txt_ files as specified in \"A Standard for Robot Exclusion\", at <http://www.robotstxt.org/wc/norobots.html> Webmasters can use the _/robots.txt_ file to forbid conforming robots from accessing parts of their web site.\n"
+"\n"
+"The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. The same WWW::RobotRules object can be used for one or more parsed _/robots.txt_ files on any number of hosts.\n"
+"\n"
+"The following methods are provided:\n"
+"\n"
+"* $rules = WWW::RobotRules->new($robot_name)\n"
+"\n"
+" This is the constructor for WWW::RobotRules objects. The first argument given to new() is the name of the robot.\n"
+"\n"
+"* $rules->parse($robot_txt_url, $content, $fresh_until)\n"
+"\n"
+" The parse() method takes as arguments the URL that was used to retrieve the _/robots.txt_ file, and the contents of the file.\n"
+"\n"
+"* $rules->allowed($uri)\n"
+"\n"
+" Returns TRUE if this robot is allowed to retrieve this URL.\n"
+"\n"
+"* $rules->agent([$name])\n"
+"\n"
+" Get/set the agent name. NOTE: Changing the agent name will clear the robots.txt rules and expire times out of the cache."
msgstr ""
-#. summary(yast2-inetd)
-msgid "YaST2 - Network Services Configuration"
+#. summary(perl-XML-SAX-Base)
+msgid "Base class SAX Drivers and Filters"
msgstr ""
-#. summary(yast2-online-update)
-msgid "YaST2 - Online Update (YOU)"
+#. description(perl-XML-SAX-Base)
+msgid ""
+"This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behavior is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.\n"
+"\n"
+"The main advantages that it provides are easy dispatching of events the right way (i.e., it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them."
msgstr ""
-#. summary(yast2-pam)
-msgid "YaST2 - PAM Agent"
+#. summary(perl-XML-SAX-Expat)
+msgid "SAX2 Driver for Expat (XML::Parser)"
msgstr ""
-#. summary(yast2-packager)
-msgid "YaST2 - Package Library"
+#. description(perl-XML-SAX-Expat)
+msgid ""
+"This is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser) which Ken MacLeod posted to perl-xml and which I have updated.\n"
+"\n"
+"It is still incomplete, though most of the basic SAX2 events should be available. The SAX2 spec is currently available from the http://perl-xml.sourceforge.net/perl-sax/ manpage.\n"
+"\n"
+"A more friendly URL as well as a PODification of the spec are in the works."
msgstr ""
-#. summary(yast2-pkg-bindings)
-msgid "YaST2 - Package Manager Access"
+#. summary(perl-XML-Simple)
+msgid "Easily read/write XML (esp config files)"
msgstr ""
-#. summary(yast2-perl-bindings)
-msgid "YaST2 - Perl Bindings"
+#. description(perl-XML-Simple)
+msgid ""
+"The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: 'XMLin()' and 'XMLout()'. Note: you can explicity request the lower case versions of the function names: 'xml_in()' and 'xml_out()'.\n"
+"\n"
+"The simplest approach is to call these two functions directly, but an optional object oriented interface (see the \"OPTIONAL OO INTERFACE\" manpage below) allows them to be called as methods of an *XML::Simple* object. The object interface can also be used at either end of a SAX pipeline."
msgstr ""
-#. summary(yast2-apparmor)
-msgid "YaST2 - Plugins for AppArmor Profile Management"
+#. summary(perl-XML-Twig)
+msgid "Perl Module for Processing Huge Xml Documents in Tree Mode"
msgstr ""
-#. summary(yast2-trans:yast2-trans-pl)
-msgid "YaST2 - Polish Translations"
+#. description(perl-XML-Twig)
+msgid ""
+"This module provides a way to process XML documents. It is build on top of 'XML::Parser'.\n"
+"\n"
+"The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed.\n"
+"\n"
+"It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the 'the twig_roots manpage ' and 'the twig_print_outside_roots manpage ' options. The 'the finish manpage ' and 'the finish_print manpage ' methods also help to increase performances.\n"
+"\n"
+"XML::Twig tries to make simple things easy so it tries its best to takes care of a lot of the (usually) annoying (but sometimes necessary) features that come with XML and XML::Parser."
msgstr ""
-#. summary(yast2-trans:yast2-trans-pt)
-msgid "YaST2 - Portuguese Translations"
+#. summary(perl-XML-Writer)
+#, fuzzy
+msgid "Perl extension for writing XML documents"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(perl-XML-Writer)
+msgid ""
+"XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions.\n"
+"\n"
+"By default, the module performs several well-formedness checks to catch errors during output. This behaviour can be extremely useful during development and debugging, but it can be turned off for production-grade code.\n"
+"\n"
+"The module can operate either in regular mode in or Namespace processing mode. In Namespace mode, the module will generate Namespace Declarations itself, and will perform additional checks on the output.\n"
+"\n"
+"Additional support is available for a simplified data mode with no mixed content: newlines are automatically inserted around elements and elements can optionally be indented based as their nesting level."
msgstr ""
-#. summary(yast2-printer)
-msgid "YaST2 - Printer Configuration"
+#. summary(perl-libwww-perl)
+#. description(perl-libwww-perl)
+#, fuzzy
+msgid "The World-Wide Web library for Perl"
+msgstr "Criando banco de dados de recursos"
+
+#. summary(branding-openSUSE:plymouth-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE branding for Plymouth bootsplash"
+msgstr "O pacote não está assinalado"
+
+#. description(branding-openSUSE:plymouth-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE 13.2 branding for the plymouth bootsplash"
+msgstr "O pacote não está assinalado"
+
+#. summary(polkit-default-privs)
+msgid "SUSE PolicyKit default permissions"
msgstr ""
-#. summary(yast2-proxy)
-msgid "YaST2 - Proxy Configuration"
+#. description(polkit-default-privs)
+msgid "Different default privilege settings depending on local configuration"
msgstr ""
-#. summary(yast2-trans:yast2-trans-ru)
-msgid "YaST2 - Russian Translations"
+#. summary(pullin-bcm43xx-firmware)
+msgid "download broadcom firmware files"
msgstr ""
-#. summary(yast2-slp)
-msgid "YaST2 - SLP Agent and Browser"
+#. description(pullin-bcm43xx-firmware)
+msgid "automatically download broadcom firmware files needed for bcm43xx WLAN chips"
msgstr ""
-#. summary(yast2-samba-client)
-msgid "YaST2 - Samba Client Configuration"
+#. summary(pullin-fluendo-mp3)
+msgid "Placeholder for Fluendo MP3 Plugin"
msgstr ""
-#. summary(yast2-samba-server)
-msgid "YaST2 - Samba Server Configuration"
+#. description(pullin-fluendo-mp3)
+msgid "The installation of this package triggers online update of gstreamer-0_10-fluendo-mp3 and gstreamer-fluendo-mp3."
msgstr ""
-#. summary(yast2-scanner)
-msgid "YaST2 - Scanner Configuration"
+#. summary(python-CherryPy)
+msgid "Object-Oriented HTTP framework"
msgstr ""
-#. summary(yast2-security)
-msgid "YaST2 - Security Configuration"
+#. description(python-CherryPy)
+msgid ""
+"CherryPy is a pythonic, object-oriented HTTP framework.\n"
+"\n"
+"CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.\n"
+"\n"
+"CherryPy is now more than three years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones.\n"
+"\n"
+"Oh, and most importantly: CherryPy is fun to work with :-)"
msgstr ""
-#. summary(yast2-services-manager)
-#, fuzzy
-msgid "YaST2 - Services Manager"
-msgstr "Módulos YaST2 de Configuração"
+#. summary(python-bottle)
+#. summary(python3-bottle)
+msgid "Fast and simple WSGI-framework for small web-applications"
+msgstr ""
-#. summary(yast2-trans:yast2-trans-zh_CN)
-msgid "YaST2 - Simplified Chinese Translations"
+#. description(python-bottle)
+#. description(python3-bottle)
+msgid "Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library."
msgstr ""
-#. description(yast2-trans:yast2-trans-zh_CN)
-msgid "YaST2 - Simplified Chinese translations."
+#. summary(python-configobj)
+msgid "Config file reading, writing and validation"
msgstr ""
-#. summary(yast2-sound)
-msgid "YaST2 - Sound Configuration"
+#. description(python-configobj)
+msgid ""
+"ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though:\n"
+"\n"
+" * Nested sections (subsections), to any level * List values * Multiple line values * Full Unicode support * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - and allowing default values - repeated sections * All comments in the file are preserved * The order of keys/sections is preserved * Powerful ``unrepr`` mode for storing/retrieving Python data-types"
msgstr ""
-#. summary(yast2-trans:yast2-trans-es)
-msgid "YaST2 - Spanish Translations"
+#. summary(system-config-printer:python-cupshelpers)
+msgid "High-level Python Bindings for CUPS"
msgstr ""
-#. description(yast2-trans:yast2-trans-es)
+#. description(system-config-printer:python-cupshelpers)
#, fuzzy
-msgid "YaST2 - Spanish Translations."
-msgstr "Federação da Rússia"
+msgid "This package provides high-level python bindings for CUPS, and can be used on top of python-cups."
+msgstr "<p>Este menu contém os links que se referem a informações do documento.</p>"
-#. summary(yast2-storage)
-msgid "YaST2 - Storage Configuration"
+#. summary(python-decorator)
+msgid "Better living through Python with decorators"
msgstr ""
-#. summary(yast2-trans:yast2-trans-sv)
-msgid "YaST2 - Swedish Translations"
+#. description(python-decorator)
+msgid ""
+"As of now, writing custom decorators correctly requires some experience and it is not as easy as it could be. For instance, typical implementations of decorators involve nested functions, and we all know that flat is better than nested. Moreover, typical implementations of decorators do not preserve the signature of decorated functions, thus confusing both documentation tools and developers.\n"
+"\n"
+"The aim of the decorator module it to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc."
msgstr ""
-#. summary(yast2-sysconfig)
-msgid "YaST2 - Sysconfig Editor"
+#. summary(python-enum34)
+msgid "Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4"
msgstr ""
-#. summary(yast2-backup)
-msgid "YaST2 - System Backup"
+#. description(python-enum34)
+msgid "enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3."
msgstr ""
-#. summary(yast2-restore)
-msgid "YaST2 - System Restore"
-msgstr ""
+#. summary(python-idna)
+#, fuzzy
+msgid "Internationalized Domain Names in Applications (IDNA)"
+msgstr "Iniciar Instalação ou Atualização"
-#. summary(yast2-theme:yast2-theme-openSUSE)
-msgid "YaST2 - Theme (openSUSE)"
+#. description(python-idna)
+msgid ""
+"A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891 http://tools.ietf.org/html/rfc5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003.\n"
+"\n"
+"The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification."
msgstr ""
-#. summary(yast2-trans:yast2-trans-zh_TW)
-msgid "YaST2 - Traditional Chinese Translations"
-msgstr ""
+#. summary(python-ipaddress)
+#, fuzzy
+msgid "IPv4/IPv6 manipulation library"
+msgstr "Exibir Configuração"
-#. summary(yast2-trans-stats)
-msgid "YaST2 - Translation Statistics"
+#. description(python-ipaddress)
+msgid "Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2"
msgstr ""
-#. summary(yast2-trans:yast2-trans-en_US)
-msgid "YaST2 - Translations"
+#. summary(python-pyOpenSSL)
+msgid "Python wrapper module around the OpenSSL library"
msgstr ""
-#. description(yast2-trans:yast2-trans-en_US)
-msgid "YaST2 - Translations for American English."
+#. description(python-pyOpenSSL)
+msgid ""
+"pyOpenSSL is a set of Python bindings for OpenSSL. It includes some low-level cryptography APIs but is primarily focused on providing an API for using the TLS protocol from Python.\n"
+"\n"
+"pyOpenSSL is now a pure-Python project with a dependency on a new project, cryptography (<https://github.com/pyca/cryptography>), which provides (among other things) a cffi-based interface to OpenSSL."
msgstr ""
-#. description(yast2-trans:yast2-trans-pt_BR)
-msgid "YaST2 - Translations for Brazilian Portuguese."
+#. summary(python-pyasn1)
+msgid "ASN.1 types and codecs"
msgstr ""
-#. description(yast2-trans:yast2-trans-en_GB)
-msgid "YaST2 - Translations for British English."
+#. description(python-pyasn1)
+msgid "This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification."
msgstr ""
-#. description(yast2-trans:yast2-trans-da)
-msgid "YaST2 - Translations for Danish."
+#. summary(python-pycparser)
+msgid "C parser in Python"
msgstr ""
-#. description(yast2-trans:yast2-trans-fr)
-msgid "YaST2 - Translations for French."
+#. description(python-pycparser)
+msgid "pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools."
msgstr ""
-#. description(yast2-trans:yast2-trans-pl)
-msgid "YaST2 - Translations for Polish."
-msgstr ""
+#. summary(python-pyudev)
+#, fuzzy
+msgid "Udev bindings for Python"
+msgstr "O pacote não está assinalado"
-#. description(yast2-trans:yast2-trans-pt)
-msgid "YaST2 - Translations for Portuguese."
+#. description(python-pyudev)
+msgid "A Python binding to libudev, the hardware management library and service found in modern linux systems."
msgstr ""
-#. description(yast2-trans:yast2-trans-ru)
-msgid "YaST2 - Translations for Russian."
+#. summary(python-six)
+msgid "Python 2 and 3 compatibility utilities"
msgstr ""
-#. description(yast2-trans:yast2-trans-sv)
-msgid "YaST2 - Translations for Swedish."
+#. description(python-six)
+msgid "Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided."
msgstr ""
-#. description(yast2-trans:yast2-trans-zh_TW)
-msgid "YaST2 - Translations for Traditional Chinese."
+#. summary(libsmbios:python-smbios)
+#, fuzzy
+msgid "Python interface to Libsmbios C library"
+msgstr "Interface do Kernel"
+
+#. description(libsmbios:python-smbios)
+#, fuzzy
+msgid "This package provides a Python interface to libsmbios."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(python3-chardet)
+msgid "Universal encoding detector"
msgstr ""
-#. summary(yast2-update)
-msgid "YaST2 - Update"
+#. description(python3-chardet)
+msgid ""
+"Universal character encoding detector\n"
+"-------------------------------------\n"
+"\n"
+"Detects - ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) - Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) - EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) - EUC-KR, ISO-2022-KR (Korean) - KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) - ISO-8859-2, windows-1250 (Hungarian) - ISO-8859-5, windows-1251 (Bulgarian) - windows-1252 (English) - ISO-8859-7, windows-1253 (Greek) - ISO-8859-8, windows-1255 (Visual and Logical Hebrew) - TIS-620 (Thai)\n"
+"\n"
+"Requires Python 2.1 or later\n"
+"\n"
+"Command-line Tool\n"
+"-----------------\n"
+"\n"
+"chardet comes with a command-line script which reports on the encodings of one or more files::\n"
+"\n"
+" % chardetect.py somefile someotherfile somefile: windows-1252 with confidence 0.5 someotherfile: ascii with confidence 1.0"
msgstr ""
-#. summary(yast2-users)
-msgid "YaST2 - User and Group Configuration"
+#. summary(python3-nose)
+msgid "Nose extends unittest to make testing easier"
msgstr ""
-#. summary(yast2-packager:yast2-packager-webpin)
-msgid "YaST2 - Webpin package search client"
+#. description(python3-nose)
+msgid ""
+"Nose extends the test loading and running features of unittest, making it easier to write, find and run tests.\n"
+"\n"
+"By default, nose will run tests in files or directories under the current working directory whose names include \"test\" or \"Test\" at a word boundary (like \"test_this\" or \"functional_test\" or \"TestClass\" but not \"libtest\"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging.\n"
+"\n"
+"These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more."
msgstr ""
-#. summary(yast2-x11)
-msgid "YaST2 - X11 support"
+#. summary(python3-pip)
+msgid "Pip installs packages. Python packages. An easy_install replacement"
msgstr ""
-#. summary(yast2-xml)
-msgid "YaST2 - XML Agent"
+#. description(python3-pip)
+msgid "Pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well."
msgstr ""
-#. summary(yast2-ycp-ui-bindings)
-msgid "YaST2 - YCP Bindings for the YaST2 User Interface Engine"
+#. summary(python3-py)
+msgid "Library with cross-python path, ini-parsing, io, code, log facilities"
msgstr ""
-#. summary(yast2-iscsi-client)
-msgid "YaST2 - iSCSI Client Configuration"
+#. description(python3-py)
+msgid ""
+"The py lib is a Python development support library featuring the following tools and modules:\n"
+"\n"
+"* py.path: uniform local and svn path objects\n"
+"* py.apipkg: explicit API control and lazy-importing\n"
+"* py.iniconfig: easy parsing of .ini files\n"
+"* py.code: dynamic code generation and introspection\n"
+"* py.path: uniform local and svn path objects"
msgstr ""
-#. summary(yast2-sudo)
-msgid "YaST2 - sudo configuration"
+#. summary(python3-requests)
+msgid "Awesome Python HTTP Library That's Actually Usable"
msgstr ""
-#. description(yast2-trans:yast2-trans-it)
-#, fuzzy
-msgid "YaST2 - translations for Italian."
-msgstr "Federação da Rússia"
-
-#. description(yast2-apparmor)
+#. description(python3-requests)
msgid ""
-"Yast2 forms and components for the management of Novell AppArmor profiles.\n"
+"Requests is an ISC Licensed HTTP library, written in Python, for human beings.\n"
"\n"
-"This package is part of a suite of tools that used to be named SubDomain."
+"Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python's builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.\n"
+"\n"
+"Features: - Extremely simple GET, HEAD, POST, PUT, DELETE Requests: + Simple HTTP Header Request Attachment. + Simple Data/Params Request Attachment. + Simple Multipart File Uploads. + CookieJar Support. + Redirection History. + Redirection Recursion Urllib Fix. + Auto Decompression of GZipped Content. + Unicode URL Support. - Simple Authentication: + Simple URL + HTTP Auth Registry."
msgstr ""
-#. summary(pulseaudio:pulseaudio-module-zeroconf)
-msgid "Zeroconf module for PulseAudio"
+#. summary(python3-setuptools)
+msgid "Easily download, build, install, upgrade, and uninstall Python packages"
msgstr ""
-#. description(zip)
-msgid "Zip is a compression and file packaging utility. It is compatible with PKZIP(tm) 2.04g (Phil Katz ZIP) for MS-DOS systems."
+#. description(python3-setuptools)
+msgid "setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages."
msgstr ""
-#. description(zisofs-tools)
-msgid "Zisofs-tools, in conjunction with a zisofs-enabled system, allows the creation of an iso9660 filesystem that can be decompressed \"live\" on a file-by-file basis, while still being readable by systems without zisofs support. This package contains the tools necessary to create such a filesystem and read compressed files on a system without zisofs support."
+#. summary(python3-urllib3)
+msgid "HTTP library with thread-safe connection pooling, file post, and more"
msgstr ""
-#. description(zypper)
+#. description(python3-urllib3)
msgid ""
-"Zypper is a command line tool for managing software. It can be used to add package repositories, search for packages, install, remove, or update packages, install patches, hardware drivers, verify dependencies, and more.\n"
+"Highlights\n"
"\n"
-"Zypper can be used interactively or non-interactively by user, from scripts, or front-ends."
+"- Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification).\n"
+"- File posting (encode_multipart_formdata).\n"
+"- Built-in redirection and retries (optional).\n"
+"- Supports gzip and deflate decoding.\n"
+"- Thread-safe and sanity-safe.\n"
+"- Works with AppEngine, gevent, and eventlib.\n"
+"- Tested on Python 2.6+ and Python 3.3+, 100% unit test coverage.\n"
+"- Small and easy to understand codebase perfect for extending and building upon. For a more comprehensive solution, have a look at Requests which is also powered by urllib3."
msgstr ""
-#. summary(perl-HTTP-Daemon)
-msgid "a simple http server class"
+#. summary(python3-wheel)
+#, fuzzy
+msgid "A built-package format for Python"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(python3-wheel)
+msgid ""
+"A built-package format for Python.\n"
+"\n"
+"A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the \"Unpack\" step (simply extracting the file onto sys.path), and the unpacked archive preserves enough information to \"Spread\" (copy data and scripts to their final locations) at any later time.\n"
+"\n"
+"The wheel project provides a bdist_wheel command for setuptools (requires distribute >= 0.6.34). Wheel files can be installed with a newer pip from https://github.com/pypa/pip or with wheel's own command line utility.\n"
+"\n"
+"The wheel documentation is at http://wheel.rtfd.org/. The file format is documented in PEP 427 (http://www.python.org/dev/peps/pep-0427/).\n"
+"\n"
+"The reference implementation is at http://bitbucket.org/dholth/wheel/"
msgstr ""
-#. summary(zypper:zypper-aptitude)
+#. summary(release-notes-openSUSE)
#, fuzzy
-msgid "aptitude compatibility with zypper"
-msgstr "Opções de compatibilidade misturadas"
+msgid "Release Notes for openSUSE"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(xf86-video-ark)
-msgid "ark is an Xorg driver for Ark Logic video cards."
-msgstr ""
+#. description(release-notes-openSUSE)
+#, fuzzy
+msgid "This package contains the release notes with the most important changes for this openSUSE release. In HTML format, they are available in the help center."
+msgstr "Descrição resumida das principais mudanças desta versão do SUSE Linux"
-#. description(xf86-video-ast)
-msgid "ast is an Xorg driver for ASpeed Technologies video cards."
+#. summary(ruby-common)
+#, fuzzy
+msgid "Collection of scripts and macros for ruby packaging"
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. description(ruby-common)
+msgid "This package is needed for (generated) ruby gems. It provides hooks for automatic rpm provides and requires and macros that gem2rpm uses."
msgstr ""
-#. description(xf86-video-ati)
-msgid ""
-"ati is an Xorg driver for ATI/AMD video cards.\n"
-"\n"
-"It autodetects whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class of chipset, and loads the radeon, r128, or mach64 driver as appropriate."
+#. summary(scout)
+msgid "Indexing Package Properties"
msgstr ""
-#. description(xf86-video-chips)
-msgid ""
-"chips is an Xorg driver for Chips and Technologies video cards.\n"
-"\n"
-"The majority of the Chips and Technologies chipsets are supported by this driver. In general the limitation on the capabilities of this driver are determined by the chipset on which it is run. Where possible, this driver provides full acceleration and supports the following depths: 1, 4, 8, 15, 16, 24 and on the latest chipsets an 8+16 overlay mode. All visual types are supported for depth 1, 4 and 8 and both TrueColor and DirectColor visuals are supported where possible. Multi-head configurations are supported on PCI or AGP buses."
+#. description(scout)
+msgid "The scout tool helps with indexing of various package properties."
msgstr ""
-#. summary(perl-HTTP-Negotiate)
-msgid "choose a variant to serve"
+#. summary(snapper:snapper-zypp-plugin)
+msgid "A zypp commit plugin for calling snapper"
msgstr ""
-#. description(xf86-video-cirrus)
-msgid "cirrus is an Xorg driver for Cirrus Logic video cards."
+#. description(snapper:snapper-zypp-plugin)
+msgid "This package contains a plugin for zypp that makes filesystem snapshots with snapper during commits."
msgstr ""
-#. summary(perl-WWW-RobotRules)
-msgid "database of robots.txt-derived permissions"
+#. summary(sound-theme-freedesktop)
+msgid "freedesktop.org sound theme"
msgstr ""
-#. description(xf86-video-dummy)
-msgid "dummy is an Xorg driver for virtual/offscreen frame buffer."
+#. description(sound-theme-freedesktop)
+msgid "The default freedesktop.org sound theme following the XDG theming specification.\t(http://0pointer.de/public/sound-theme-spec.html)."
msgstr ""
-#. description(xf86-input-evdev)
-msgid "evdev is an Xorg input driver for Linux's generic event devices. It therefore supports all input devices that the kernel knows about, including most mice, keyboards, tablets and touchscreens."
+#. summary(susehelp)
+msgid "SuSE Help-System (base)"
msgstr ""
-#. description(xf86-video-fbdev)
+#. description(susehelp)
msgid ""
-"fbdev is an Xorg driver for framebuffer devices.\n"
+"This package contains the basics of the SuSE Help System.\n"
"\n"
-"This is a non-accelerated driver, the following framebuffer depths are supported: 8, 15, 16, 24. All visual types are supported for depth 8, and TrueColor visual is supported for the other depths. Multi-head configurations are supported."
+"The SuSE Help System centralizes all Linux documentation in a clear, structured manner with convenient search capabilities. For quick start, click on the lifesaver in the desktop panel. For configuration, use the KDE Control Center.\n"
+"\n"
+"For more information, have a look at /usr/share/doc/packages/susehelp/README."
msgstr ""
-#. summary(sound-theme-freedesktop)
-msgid "freedesktop.org sound theme"
+#. summary(susehelp:susehelp_en)
+msgid "SuSE Help System (English)"
msgstr ""
-#. description(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_0)
+#. description(susehelp:susehelp_en)
msgid ""
-"gdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or Clutter.\n"
+"This package contains the English localization of the SuSE Help System.\n"
"\n"
-"This package provides the GObject Introspection bindings for gdk-pixbuf."
+"For more information, see the susehelp base package."
msgstr ""
-#. description(xf86-video-glint)
+#. summary(system-config-printer:system-config-printer-applet)
+msgid "A printer administration tool -- Notification Icon for Printing"
+msgstr ""
+
+#. description(system-config-printer:system-config-printer-applet)
msgid ""
-"glint is an Xorg driver for 3Dlabs & Texas Instruments GLINT/Permedia video cards.\n"
+"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n"
"\n"
-"The driver is rather fully accelerated, and provides support for the following framebuffer depths: 8, 15 (may give bad results with FBDev support), 16, 24 (32 bpp recommended, 24 bpp has problems), 30, and an 8+24 overlay mode."
+"This package provides a notification icon to configure new printers and monitor print jobs."
msgstr ""
-#. summary(perl-LWP-MediaTypes)
-msgid "guess media type for a file or a URL"
+#. summary(system-config-printer:system-config-printer-common)
+msgid "A printer administration tool -- Common Files"
msgstr ""
-#. description(xf86-video-i128)
+#. description(system-config-printer:system-config-printer-common)
msgid ""
-"i128 is an Xorg driver for Number 9 I128 video cards.\n"
+"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n"
"\n"
-"The driver is accelerated and provides support for all versions of the I128 chip family, including the SGI flatpanel configuration. Multi-head configurations are supported."
+"This package provides files common to various binaries."
msgstr ""
-#. summary(master-boot-code)
-msgid "i386 Master Boot Record Code"
+#. summary(system-config-printer:system-config-printer-dbus-service)
+msgid "A printer administration tool -- D-Bus Service to Configure Printing"
msgstr ""
-#. description(xf86-video-intel)
+#. description(system-config-printer:system-config-printer-dbus-service)
msgid ""
-"intel is an Xorg driver for Intel integrated video cards.\n"
+"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n"
"\n"
-"The driver supports depths 8, 15, 16 and 24. All visual types are supported in depth 8. For the i810/i815 other depths support the TrueColor and DirectColor visuals. For the i830M and later, only the TrueColor visual is supported for depths greater than 8. The driver supports hardware accelerated 3D via the Direct Rendering Infrastructure (DRI), but only in depth 16 for the i810/i815 and depths 16 and 24 for the 830M and later."
+"This packages provides a D-Bus service to configure printers and manage print jobs."
msgstr ""
-#. summary(iptables:libxtables10)
-msgid "iptables extension interface"
+#. summary(systemd:systemd-bash-completion)
+#, fuzzy
+msgid "Bash completion support for systemd"
+msgstr "XScreensaver não encontrado."
+
+#. description(systemd:systemd-bash-completion)
+msgid "Some systemd commands offer bash completion, but it's an optional dependency."
msgstr ""
-#. description(xf86-input-joystick)
-msgid "joystick is an Xorg input driver for Joysticks. The driver reports cursor movement as well as raw axis values through valuators."
+#. summary(systemd-presets-branding-openSUSE)
+msgid "systemd default presets for openSUSE"
msgstr ""
-#. description(xf86-input-keyboard)
-msgid "kbd is an Xorg input driver for keyboards. The driver supports the standard OS-provided keyboard interface, but these are currently only available to this driver module for Linux, BSD, and Solaris."
+#. description(systemd-presets-branding-openSUSE)
+msgid "Default presets for systemd on openSUSE distribution."
msgstr ""
-#. description(libXres:libXRes1)
-msgid "libXRes provides an X Window System client interface to the Resource extension to the X protocol. The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al)."
+#. summary(translation-update)
+msgid "Translation Updates"
msgstr ""
-#. description(libXau:libXau6)
-msgid "libXau provides mechanisms for individual access to an X Window System display. It uses existing core protocol and library hooks for specifying authorization data in the connection setup block to restrict use of the display to only those clients that show that they know a server-specific key called a \"magic cookie\"."
+#. description(translation-update)
+msgid ""
+"This is a set of translation updates that are installed into the preferred directory, /usr/share/locale-langpack/<locale>/LC_MESSAGES/.\n"
+"\n"
+"Applications that use gettext correctly can then pick up overridden or updated translations from this location."
msgstr ""
-#. description(libXevie:libXevie1)
-msgid "libXevie provides an X Window System client interface to the EvIE extension to the X protocol. The EvIE (Event Interception Extension) allows for clients to be able to intercept all events coming through the server and then decide what to do with them, including being able to modify or discard events."
+#. summary(tuned)
+msgid "A dynamic adaptive system tuning daemon"
msgstr ""
-#. description(libXfont:libXfont1)
-msgid "libXfont provides the core of the legacy X11 font system, handling the index files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, and rasterizing them. It is used by the X servers, the X Font Server (xfs), and some font utilities (bdftopcf for instance), but should not be used by normal X11 clients. X11 clients access fonts via either the new APIs in libXft, or the legacy APIs in libX11."
+#. description(tuned)
+msgid "The tuned package contains a daemon that tunes system settings dynamically. It does so by monitoring the usage of several system components periodically. Based on that information components will then be put into lower or higher power saving modes to adapt to the current usage. Currently only ethernet network and ATA harddisk devices are implemented."
msgstr ""
-#. description(libXi:libXi6)
-msgid "libXi is the client-side library for the X Input Extension."
+#. summary(kernel-firmware:ucode-amd)
+msgid "Microcode updates for AMD CPUs"
msgstr ""
-#. description(libXpm:libXpm4)
-msgid "libXpm facilitates working with XPM (X PixMap), a format for storing/retrieving X pixmaps to/from files."
+#. description(kernel-firmware:ucode-amd)
+#, fuzzy
+msgid "This package contains the microcode files used by AMD CPUs."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(branding-openSUSE:wallpaper-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE default wallpapers"
+msgstr "Software Adicional"
+
+#. description(branding-openSUSE:wallpaper-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE 13.2 defaults wallpapers"
+msgstr "Software Adicional"
+
+#. summary(wireless-regdb)
+msgid "802.11 regulatory domain database"
msgstr ""
-#. description(sensors:libsensors4)
-msgid "libsensors offers a way for applications to access the hardware monitoring chips of the system. A system-dependent configuration file controls how the different inputs are labeled and what scaling factors have to be applied for the specific hardware, so that the output makes sense to the user."
+#. description(wireless-regdb)
+msgid "The 802.11 regulatory domain database is used by CRDA and provides allowed frequency ranges for 802.11 wireless drivers."
msgstr ""
-#. description(samba:libsmbconf0)
-msgid ""
-"libsmbconf is a library to read or, based on the backend, modify the Samba configuration.\n"
-"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+#. summary(x11-tools)
+msgid "Tools for the X Window System"
msgstr ""
-#. description(samba:libsmbldap0)
-msgid ""
-"libsmbldap contains LDAP protocol helper functions for Samba.\n"
-"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+#. description(x11-tools)
+msgid "Some useful tools for the X Window System."
msgstr ""
-#. description(libssh2_org:libssh2-1)
-msgid "libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and SECSH-PUBLICKEY."
+#. summary(xbitmaps)
+msgid "Base X bitmaps"
msgstr ""
-#. description(libtranslate:libtranslate0)
-msgid "libtranslate is a library for translating text and web pages between natural languages. Its modular infrastructure allows to implement new translation services separately from the core library."
+#. description(xbitmaps)
+#, fuzzy
+msgid "This package contains the base X bitmaps, which are used in many legacy X clients."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(xdg-menu)
+msgid "XDG Menus for WindowMaker and other Window Managers"
msgstr ""
-#. summary(libusb-compat:libusb-0_1-4)
-msgid "libusb-1.0 Compatibility Library for libusb-0.1"
+#. description(xdg-menu)
+msgid "This package contains a Perl script which converts XDG menus to formats used by WindowMaker and other window managers."
msgstr ""
-#. description(v4l-utils:libv4l)
-msgid "libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2."
+#. summary(xdg-utils)
+msgid "Utilities to uniformly interface desktop environments"
msgstr ""
-#. description(v4l-utils:libv4l1-0)
+#. description(xdg-utils)
msgid ""
-"libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not).\n"
+"The xdg-utils package is a set of simple scripts that provide basic desktop integration functions for any Free Desktop, such as Linux.\n"
"\n"
-"This package contains shared lib for packages that use libv4l1.so.0"
+"They are intended to provide a set of defacto standards. This means that: * Third party software developers can rely on these xdg-utils for all of their simple integration needs.\n"
+"\n"
+"* Developers of desktop environments can make sure that their environments are well supported\n"
+"\n"
+"If a desktop developer wants to be certain that their environment functions with all third party software, then can simply make sure that these utilities work properly in their environment."
msgstr ""
-#. description(v4l-utils:libv4l2-0)
-msgid ""
-"libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary.\n"
-"\n"
-"This package contains shared lib for packages that use libv4l2.so.0"
+#. summary(xkeyboard-config)
+msgid "The X Keyboard Extension"
msgstr ""
-#. description(v4l-utils:libv4lconvert0)
-msgid ""
-"libv4lconvert offers functions to convert from any (known) pixel-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420.\n"
-"\n"
-"This package contains shared lib for packages that use libv4lconvert.so.0"
+#. description(xkeyboard-config)
+msgid "The X Keyboard Extension essentially replaces the core protocol definition of keyboard. The extension makes possible to clearly and explicitly specify most aspects of keyboard behaviour on per-key basis and to more closely track the logical and physical state of the keyboard. It also includes a number of keyboard controls designed to make keyboards more accessible to people with physical impairments."
msgstr ""
-#. description(libvisio:libvisio-0_0-0)
-msgid "libvisio is a library for parsing the MS Visio file format structure. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux."
+#. summary(xorg-x11-driver-input)
+msgid "Compatibility metapackage for X.Org input drivers"
msgstr ""
-#. description(libwpd:libwpd-0_9-9)
-msgid "libwpd is a general purpose library for reading or interpreting data from WordPerfect files. The library is not a stand-alone utility: it is designed to be used by another program (for example, a word processor) as an in-process component."
+#. description(xorg-x11-driver-input)
+msgid "This package is a compatibility metapackage. It used to contain the X.Org input drivers."
msgstr ""
-#. description(libwpg:libwpg-0_2-2)
-msgid "libwpg is a C++ library to read and parse graphics in WPG (WordPerfect Graphics) format."
+#. summary(xorg-x11:xorg-x11-essentials)
+#, fuzzy
+msgid "Compatibility metapackage for X.Org core applications"
+msgstr "Aplicativos Usados Recentemente"
+
+#. description(xorg-x11:xorg-x11-essentials)
+#, fuzzy
+msgid "This package is a compatibility metapackage. It requires the X.Org core applications packages."
+msgstr "Aplicativos Usados Recentemente"
+
+#. summary(xorg-x11-fonts:xorg-x11-fonts-core)
+msgid "Core Fonts for X.Org"
msgstr ""
-#. description(libwps:libwps-0_2-2)
-msgid "libwps is a library (for use by word procesors, for example) for importing the Microsoft Works word processor file format."
+#. description(xorg-x11-fonts:xorg-x11-fonts-core)
+msgid "This package contains the 'fixed' and 'cursor' font required for any X Server."
msgstr ""
-#. description(libxkbfile:libxkbfile1)
-msgid "libxkbfile is used by the X servers and utilities to parse the XKB configuration data files."
+#. description(xorg-x11-libX11-ccache)
+msgid "Cache for X.Org compose files."
msgstr ""
-#. description(lomoco)
-msgid ""
-"lomoco can configure vendor-specific options on Logitech USB mice (or dual-personality mice plugged into the USB port). A number of recent devices are supported. The program is mostly useful in setting the resolution to 800 cpi on mice that boot at 400 cpi (such as the MX-500), and disabling SmartScroll or Cruise Control for those who would rather use the two extra buttons as ordinary mouse buttons.\n"
-"\n"
-"You can configure which features should be enabled in /etc/sysconfig/logitech_mouse"
+#. summary(yast2-add-on)
+msgid "YaST2 - Add-On media installation code"
msgstr ""
-#. description(pciutils)
-msgid ""
-"lspci: This program displays detailed information about all PCI busses and devices in the system, replacing the original /proc/pci interface.\n"
-"\n"
-"setpci: This program allows reading from and writing to PCI device configuration registers. For example, you can adjust the latency timers with it.\n"
-"\n"
-"update-pciids: This program downloads the current version of the pci.ids file."
+#. description(yast2-add-on)
+msgid "This package contains YaST Add-On media installation code."
msgstr ""
-#. description(xf86-video-mach64)
-msgid "mach64 is an Xorg driver for ATI Mach64 series video cards."
+#. summary(yast2-apparmor)
+msgid "YaST2 - Plugins for AppArmor Profile Management"
msgstr ""
-#. description(xf86-video-mga)
+#. description(yast2-apparmor)
msgid ""
-"mga is an Xorg driver for Matrox video cards.\n"
+"Yast2 forms and components for the management of Novell AppArmor profiles.\n"
"\n"
-"The driver is fully accelerated, and provides support for the following framebuffer depths: 8, 15, 16, 24, and an 8+24 overlay mode. All visual types are supported for depth 8, and both TrueColor and DirectColor visuals are supported for the other depths except 8+24 mode which supports PseudoColor, GrayScale and TrueColor. Multi-card configurations are supported. XVideo is supported on G200 and newer systems, with either TexturedVideo or video overlay. The second head of dual-head cards is supported for the G450 and G550. Support for the second head on G400 cards requires a binary-only \"mga_hal\" module that is available from Matrox, and may be on the CD supplied with the card. That module also provides various other enhancements, and may be necessary to use the DVI (digital) output on the G550 (and other cards)."
+"This package is part of a suite of tools that used to be named SubDomain."
msgstr ""
-#. description(mkfontdir)
-msgid "mkfontdir creates the fonts.dir files needed by the legacy X server core font system. The current implementation is a simple wrapper script around the mkfontscale program, which must be built and installed first."
+#. summary(yast2-auth-client)
+#, fuzzy
+msgid "YaST2 - Network Authentication Configuration"
+msgstr "Módulos YaST2 de Configuração"
+
+#. description(yast2-auth-client)
+msgid "With this YaST2 module you can configure the network authentication for your computer. This modul provides multi domain authentication using sssd."
msgstr ""
-#. description(mkfontscale)
-msgid "mkfontscale creates the fonts.scale and fonts.dir index files used by the legacy X11 font system."
+#. summary(yast2-theme:yast2-branding-openSUSE)
+msgid "YaST2 - Theme (openSUSE)"
msgstr ""
-#. description(xf86-input-mouse)
-msgid "mouse is an Xorg input driver for mice. The driver supports most available mouse types and interfaces, though the level of support for types of mice depends on the OS."
+#. description(yast2-theme:yast2-branding-openSUSE)
+msgid "This package contains the openSUSE theme for YaST2."
msgstr ""
-#. description(xf86-video-neomagic)
-msgid "neomagic is an Xorg driver for Neomagic video cards found in many laptop computers."
+#. summary(yast2-firewall)
+msgid "YaST2 - Firewall Configuration"
msgstr ""
-#. description(nss-mdns)
-msgid ""
-"nss-mdns is a plug-in for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing a hostname resolution via Multicast DNS (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), and effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.\n"
-"\n"
-"nss-mdns provides only client functionality, which means that you have to run a mDNS responder daemon separately from nss-mdns if you want to register the local hostname via mDNS. I recommend Avahi.\n"
-"\n"
-"By default, nss-mdns tries to contact a running avahi-daemon to resolve hostnames and addresses and makes use of its superior record cacheing."
+#. description(yast2-firewall)
+msgid "A YaST2 module to be used for configuring a firewall."
msgstr ""
-#. description(xf86-video-nv)
-msgid ""
-"nv is an Xorg driver for NVIDIA video cards.\n"
-"\n"
-"The driver supports 2D acceleration and provides support for the following framebuffer depths: 8, 15, 16 (except Riva128) and 24. All visual types are supported for depth 8, TrueColor and DirectColor visuals are supported for the other depths with the exception of the Riva128 which only supports TrueColor in the higher depths."
+#. summary(yast2-inetd)
+msgid "YaST2 - Network Services Configuration"
msgstr ""
-#. description(hxtools:ofl)
-msgid "ofl lists processes (and can send signals to them) that have directories or files in specific locations in use. It differs from lsof/fuser in that it can scan recursively and won't bluntly look at an entire mount."
+#. description(yast2-inetd)
+msgid "The YaST2 component for configuring the inetd and xinetd daemons."
msgstr ""
-#. summary(openSUSE-release)
-msgid "openSUSE"
+#. summary(yast2-installation)
+msgid "YaST2 - Installation Parts"
msgstr ""
-#. description(branding-openSUSE:plymouth-branding-openSUSE)
-#, fuzzy
-msgid "openSUSE 13.1 branding for the plymouth bootsplash"
-msgstr "O pacote não está assinalado"
+#. description(yast2-installation)
+msgid "System installation code as present on installation media."
+msgstr ""
-#. description(branding-openSUSE:wallpaper-branding-openSUSE)
-#, fuzzy
-msgid "openSUSE 13.1 defaults wallpapers"
-msgstr "Software Adicional"
+#. summary(yast2-iscsi-client)
+msgid "YaST2 - iSCSI Client Configuration"
+msgstr ""
-#. summary(libreoffice-branding-openSUSE)
-#, fuzzy
-msgid "openSUSE Branding for LibreOffice"
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(yast2-iscsi-client)
+msgid "This package contains the YaST2 component for configuration of an iSCSI client."
+msgstr ""
-#. summary(branding-openSUSE:plymouth-branding-openSUSE)
+#. summary(yast2-journal)
#, fuzzy
-msgid "openSUSE branding for Plymouth bootsplash"
-msgstr "O pacote não está assinalado"
+msgid "YaST2 - Reading of systemd journal"
+msgstr "SaX2: Configuração X11"
-#. summary(MozillaFirefox-branding-openSUSE)
-msgid "openSUSE branding of MozillaFirefox"
+#. description(yast2-journal)
+msgid "A YaST2 module to read the systemd journal in a convenient and user-friendly way."
msgstr ""
-#. summary(branding-openSUSE:wallpaper-branding-openSUSE)
-#, fuzzy
-msgid "openSUSE default wallpapers"
-msgstr "Software Adicional"
+#. summary(yast2-mail)
+msgid "YaST2 - Mail Configuration"
+msgstr ""
-#. description(openSUSE-release)
-msgid "openSUSE is a distribution by the openSUSE.org project."
+#. description(yast2-mail)
+msgid "The YaST2 component for mail configuration. It handles Postfix, Cyrus, Amavis and Fetchmail."
msgstr ""
-#. summary(yast2-branding-openSUSE)
-#, fuzzy
-msgid "openSuSE branding for YaST"
-msgstr "O pacote não está assinalado"
+#. summary(yast2-metapackage-handler)
+msgid "YaST2 - Easy Installation of Add-on RPMs using Metapackages"
+msgstr ""
-#. summary(perl-Tie-IxHash)
-msgid "ordered associative arrays for Perl"
+#. description(yast2-metapackage-handler)
+msgid "With this technology users can install packages and add repositories with a simple click on a link in a website."
msgstr ""
-#. description(p7zip)
-msgid "p7zip is a quick port of 7z.exe and 7za.exe (command line version of 7zip, see www.7-zip.org) for Unix. 7-Zip is a file archiver with highest compression ratio. Since 4.10, p7zip (like 7-zip) supports little-endian and big-endian machines."
+#. summary(yast2-nfs-client)
+msgid "YaST2 - NFS Configuration"
msgstr ""
-#. description(pam-config)
-msgid "pam-config is a command line utility to maintain the common PAM configuration files included by most PAM application configuration files. It can be used to configure a system for different network or hardware based authentication schemes. pam-config can also add/adjust/remove other PAM modules and their options."
+#. description(yast2-nfs-client)
+msgid "The YaST2 component for configuration of NFS. NFS stands for network file system access. It allows access to files on remote machines."
msgstr ""
-#. description(pam_fprint)
-msgid "pam_fprint is a PAM module for fingerprint reader support to be used with libfprint. A list of compatible fingerprint readers can be found at http://reactivated.net/fprint/wiki/Supported_devices ."
+#. summary(yast2-nfs-server:yast2-nfs-common)
+msgid "Configuration of NFS, common parts"
msgstr ""
-#. summary(perl-File-Listing)
-msgid "parse directory listing"
+#. description(yast2-nfs-server:yast2-nfs-common)
+msgid "-"
msgstr ""
-#. description(perl:perl-base)
-msgid ""
-"perl - Practical Extraction and Report Language\n"
-"\n"
-"Perl is optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It is also good for many system management tasks.\n"
-"\n"
-"Perl is intended to be practical (easy to use, efficient, and complete) rather than beautiful (tiny, elegant, and minimal).\n"
-"\n"
-"This package contains only some basic modules and the perl binary itself."
+#. summary(yast2-ntp-client)
+msgid "YaST2 - NTP Client Configuration"
msgstr ""
-#. description(perl)
-msgid ""
-"perl - Practical Extraction and Report Language\n"
-"\n"
-"Perl is optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It is also good for many system management tasks. Perl is intended to be practical (easy to use, efficient, and complete) rather than beautiful (tiny, elegant, and minimal).\n"
-"\n"
-"Some of the modules available on CPAN can be found in the \"perl\" series."
+#. description(yast2-ntp-client)
+msgid "This package contains the YaST2 component for NTP client configuration."
msgstr ""
-#. summary(perl-Crypt-SmbHash)
-msgid "perl module Crypt::SmbHash"
+#. summary(yast2-online-update)
+#. summary(yast2-online-update:yast2-online-update-frontend)
+msgid "YaST2 - Online Update (YOU)"
msgstr ""
-#. description(pkcs11-helper)
+#. description(yast2-online-update)
msgid ""
-"pkcs11-helper allows using multiple PKCS#11 providers at the same time and selecting keys by id, label or certificate subject. Besides it covers the following topics: * Handling card removal and card insert events\n"
+"YaST Online Update (YOU) provides a convenient way to download and install security and other system updates. By default it uses the official SUSE mirrors as the update sources, but it can also use local patch repositories or patch CDs.\n"
"\n"
-"* Handling card re-insert to a different slot\n"
-"\n"
-"* Supporting session expiration serialization\n"
-"\n"
-"* and much more All this is possible using a simple API."
+"This package provides the graphical user interface for YOU which can be used with or without the X Window System. It can be started from the YaST control center."
msgstr ""
-#. description(pm-utils)
-msgid "pm-utils provide simple shell command line tools to suspend and hibernate computers that can be used to run vendor or distro supplied scripts on suspend and resume."
+#. description(yast2-online-update:yast2-online-update-frontend)
+msgid "Desktop files for YaST2 online update"
msgstr ""
-#. description(pm-utils:pm-utils-ndiswrapper)
-msgid "pm-utils provide simple shell command line tools to suspend and hibernate computers that can be used to run vendor or distro supplied scripts on suspend and resume. This package installs the 75ndiswrapper hook."
+#. summary(yast2-pam)
+msgid "YaST2 - PAM Agent"
msgstr ""
-#. description(zypper:zypper-aptitude)
-msgid "provides aptitude compatibility using zypper"
+#. description(yast2-pam)
+msgid "This agent is used by YaST2 to modify the PAM configuration files"
msgstr ""
-#. description(pulseaudio:pulseaudio-module-bluetooth)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server."
+#. summary(yast2-proxy)
+msgid "YaST2 - Proxy Configuration"
msgstr ""
-#. description(pulseaudio:pulseaudio-module-lirc)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package provides support for IR and RF remotes."
+#. description(yast2-proxy)
+#, fuzzy
+msgid "This package contains the YaST2 component for proxy configuration."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(branding-openSUSE:yast2-qt-branding-openSUSE)
+msgid "openSUSE branding for yast2-qt"
msgstr ""
-#. description(pulseaudio:pulseaudio-esound-compat)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package provides the compatibility layer for drop-in replacement of ESOUND."
+#. description(branding-openSUSE:yast2-qt-branding-openSUSE)
+#, fuzzy
+msgid "openSUSE 13.2 branding and themes for yast2-qt"
+msgstr "O pacote não está assinalado"
+
+#. summary(yast2-samba-client)
+msgid "YaST2 - Samba Client Configuration"
msgstr ""
-#. description(pulseaudio:pulseaudio-module-x11)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package provides the components needed to automatically start the PulseAudio sound server on X11 startup."
+#. description(yast2-samba-client)
+msgid "This package contains the YaST2 component for configuration of an SMB workgroup/domain and authentication against an SMB domain."
msgstr ""
-#. description(pulseaudio:pulseaudio-utils)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package provides utilies for making use of the PulseAudio sound server."
+#. summary(yast2-samba-server)
+msgid "YaST2 - Samba Server Configuration"
msgstr ""
-#. description(pulseaudio:pulseaudio-module-zeroconf)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package provides zeroconf network support for the PulseAudio sound server"
+#. description(yast2-samba-server)
+msgid "This package contains the YaST2 component for Samba server configuration."
msgstr ""
-#. description(pulseaudio)
-msgid "pulseaudio is a networked sound server for Linux, other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND)."
+#. summary(yast2-security)
+msgid "YaST2 - Security Configuration"
msgstr ""
-#. description(xf86-video-qxl)
-msgid "qxl is an Xorg driver for QXL virtual GPU as found in the spice project."
+#. description(yast2-security)
+msgid "The YaST2 component for security settings configuration."
msgstr ""
-#. description(xf86-video-r128)
-msgid ""
-"r128 is an Xorg driver for ATI Rage 128 video cards.\n"
-"\n"
-"It contains full support for 8, 15, 16 and 24 bit pixel depths, hardware acceleration of drawing primitives, hardware cursor, video modes up to 1800x1440 @ 70Hz, doublescan modes (e.g., 320x200 and 320x240), gamma correction at all pixel depths, a fully programming dot clock and robust text mode restoration for VT switching. Dualhead is supported on M3/M4 mobile chips."
+#. summary(yast2-services-manager)
+#, fuzzy
+msgid "YaST2 - Services Manager"
+msgstr "Módulos YaST2 de Configuração"
+
+#. description(yast2-services-manager)
+msgid "Provides user interface and libraries to configure systemd services and targets."
msgstr ""
-#. summary(perl-Clone)
-msgid "recursively copy Perl datatypes"
+#. summary(yast2-sudo)
+msgid "YaST2 - sudo configuration"
msgstr ""
-#. description(xf86-video-savage)
-msgid ""
-"savage is an Xorg driver for S3 Savage video cards.\n"
-"\n"
-"2D, 3D, and Xv acceleration is supported on all chips except the Savage2000 (2D only). Dualhead operation is supported on MX, IX, and SuperSavage chips."
+#. description(yast2-sudo)
+msgid "The YaST2 component for sudo configuration. It configures capabilities of users to run commands as root or other user."
msgstr ""
-#. description(setxkbmap)
-msgid "setxkbmap is an X11 client to change the keymaps in the X server for a specified keyboard to use the layout determined by the options listed on the command line."
+#. summary(yast2-sysconfig)
+msgid "YaST2 - Sysconfig Editor"
msgstr ""
-#. description(shim)
-msgid "shim is a trivial EFI application that, when run, attempts to open and execute another application."
+#. description(yast2-sysconfig)
+msgid "A graphical /etc/sysconfig/* editor with integrated search and context information."
msgstr ""
-#. description(xf86-video-siliconmotion)
-msgid ""
-"siliconmotion is an Xorg driver for Silicon Motion video cards.\n"
-"\n"
-"The driver is fully accelerated, and provides support for the following framebuffer depths: 8, 16, and 24. All visual types are supported for depth 8, and TrueColor visuals are supported for the other depths."
+#. summary(yast2-trans:yast2-trans-cs)
+msgid "YaST2 - Czech Translations"
msgstr ""
-#. description(xf86-video-sis)
-msgid ""
-"sis is an Xorg driver for SiS (Silicon Integrated Systems) and XGI video cards.\n"
-"\n"
-"The driver is accelerated and provides support for colordepths of 8, 16 and 24 bpp. XVideo, Render and other extensions are supported as well."
+#. description(yast2-trans:yast2-trans-cs)
+msgid "YaST2 - Czech translations."
msgstr ""
-#. summary(perl-MLDBM)
-msgid "store multi-level Perl hash structure in single level tied hash"
+#. summary(yast2-trans:yast2-trans-da)
+msgid "YaST2 - Danish Translations"
msgstr ""
-#. description(xf86-input-synaptics)
-msgid ""
-"synaptics is an Xorg input driver for touchpads.\n"
-"\n"
-"Even though touchpads can be handled by the normal evdev or mouse drivers, this driver allows more advanced features of the touchpad to become available."
+#. description(yast2-trans:yast2-trans-da)
+msgid "YaST2 - Translations for Danish."
msgstr ""
-#. description(system-config-printer:system-config-printer-applet)
-msgid ""
-"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n"
-"\n"
-"This package provides a notification icon to configure new printers and monitor print jobs."
+#. summary(yast2-trans:yast2-trans-de)
+msgid "YaST2 - German Translations"
msgstr ""
-#. description(system-config-printer:system-config-printer-common)
-msgid ""
-"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n"
-"\n"
-"This package provides files common to various binaries."
+#. description(yast2-trans:yast2-trans-de)
+msgid "YaST2 - German translations."
msgstr ""
-#. description(system-config-printer:system-config-printer-dbus-service)
-msgid ""
-"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n"
-"\n"
-"This packages provides a D-Bus service to configure printers and manage print jobs."
+#. summary(yast2-trans:yast2-trans-en_GB)
+msgid "YaST2 - British English Translations"
msgstr ""
-#. summary(systemd-presets-branding-openSUSE)
-msgid "systemd default presets for openSUSE"
+#. description(yast2-trans:yast2-trans-en_GB)
+msgid "YaST2 - Translations for British English."
msgstr ""
-#. description(xf86-video-tdfx)
-msgid "tdfx is an Xorg driver for 3Dfx video cards."
+#. summary(yast2-trans:yast2-trans-en_US)
+msgid "YaST2 - Translations"
msgstr ""
-#. summary(samba:libtevent-util0)
-msgid "tevent <-> system status code conversion utility library"
+#. description(yast2-trans:yast2-trans-en_US)
+msgid "YaST2 - Translations for American English."
msgstr ""
-#. description(xf86-video-tga)
-msgid "tga is an Xorg driver for DEC 21030 video cards."
+#. summary(yast2-trans:yast2-trans-es)
+msgid "YaST2 - Spanish Translations"
msgstr ""
-#. description(tunctl)
-msgid ""
-"tunctl is a tool to set up and maintain persistent TUN/TAP network interfaces, enabling user applications access to the wire side of a virtual nework interface. Such interfaces is useful for connecting VPN software, virtualization, emulation and a number of other similar applications to the network stack.\n"
-"\n"
-"tunctl originates from the User Mode Linux project."
+#. description(yast2-trans:yast2-trans-es)
+#, fuzzy
+msgid "YaST2 - Spanish Translations."
+msgstr "Federação da Rússia"
+
+#. summary(yast2-trans:yast2-trans-fr)
+msgid "YaST2 - French Translations"
msgstr ""
-#. description(udisks2:libudisks2-0)
-msgid "udisks provides a daemon, D-Bus API and command line tools for managing disks and storage devices."
+#. description(yast2-trans:yast2-trans-fr)
+msgid "YaST2 - Translations for French."
msgstr ""
-#. description(update-alternatives)
-msgid "update-alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. It is possible for several programs fulfilling the same or similar functions to be installed on a single system at the same time. For example, many systems have several text editors installed at once. This gives choice to the users of a system, allowing each to use a different editor, if desired, but makes it difficult for a program to make a good choice of editor to invoke if the user has not specified a particular preference."
+#. summary(yast2-trans:yast2-trans-hu)
+msgid "YaST2 - Hungarian Translations"
msgstr ""
-#. description(xf86-video-v4l)
-msgid ""
-"v4l is an Xorg driver for video4linux video cards.\n"
-"\n"
-"It provides a Xvideo extension port for video overlay. Just add the driver to the module list within the module section of your configuration file if you want to use it. There are no config options."
+#. description(yast2-trans:yast2-trans-hu)
+msgid "YaST2 - Hungarian translations."
msgstr ""
-#. description(xf86-video-vesa)
-msgid ""
-"vesa is an Xorg driver for Generic VESA video cards.\n"
-"\n"
-"It can drive most VESA-compatible video cards, but only makes use of the basic standard VESA core that is common to these cards. The driver supports depths 8, 15 16 and 24."
+#. summary(yast2-trans:yast2-trans-it)
+#, fuzzy
+msgid "YaST2 - Italian Translations"
+msgstr "Federação da Rússia"
+
+#. description(yast2-trans:yast2-trans-it)
+#, fuzzy
+msgid "YaST2 - translations for Italian."
+msgstr "Federação da Rússia"
+
+#. summary(yast2-trans:yast2-trans-ja)
+msgid "YaST2 - Japanese Translations"
msgstr ""
-#. description(xf86-input-vmmouse)
-msgid "vmmouse is an Xorg input driver for mice. The driver supports most available mouse types and interfaces. USB mice are only supported on some OSs, and the level of support for PS/2 mice depends on the OS."
+#. description(yast2-trans:yast2-trans-ja)
+msgid "YaST2 - Japanese translations."
msgstr ""
-#. description(xf86-video-vmware)
-msgid "vmware is an Xorg driver for VMware virtual video cards."
+#. summary(yast2-trans:yast2-trans-pl)
+msgid "YaST2 - Polish Translations"
msgstr ""
-#. description(xf86-input-void)
-msgid "void is an dummy/null Xorg input driver. It doesn't connect to any physical device, and it never delivers any events. It functions as both a pointer and keyboard device, and may be used as X server's core pointer and/or core keyboard. Its purpose is to allow X servers pre version 1.4 to operate without a core pointer and/or core keyboard."
+#. description(yast2-trans:yast2-trans-pl)
+msgid "YaST2 - Translations for Polish."
msgstr ""
-#. description(xf86-video-voodoo)
-msgid ""
-"voodoo is an Xorg driver for Voodoo 1 and Voodoo 2 series video cards.\n"
-"\n"
-"On the Voodoo 1 the driver uses a shadow buffer in system memory as the video adapter has only 3D acceleration. Selected portions of the shadow framebuffer are copied out to the Voodoo board at the right time. Because of this, the speed of the driver is very dependent on the CPU. Processors nowadays are actually rather fast at moving data so we get very good speed anyway as the shadow framebuffer is in cached RAM.\n"
-"\n"
-"The Voodoo2 has 16bpp acceleration and the driver provides accelerated versions of most operations except angled lines and stipples. Accelerated alpha blending with the Render extension is also supported as is DGA.\n"
-"\n"
-"This driver supports 16bpp modes currently. The video hardware supports image conversion from 24bpp to 16bpp but the hardware is 16bpp only.\n"
-"\n"
-"The Voodoo 1 series cards can go up to 800x600 resolution while the Voodoo 2 can reach 1024x768 providing it has at least 2Mb of frame buffer memory. 1024x768 2D mode does not require two cards configured in scan-line interleave mode (SLI).\n"
-"\n"
-"Multihead and Xinerama configurations are supported. SLI configurations will be treated as multiple video cards.\n"
-"\n"
-"Limited support for DPMS screen saving is available. The \"standby\" and \"suspend\" modes are just painting the screen black. The \"off\" mode turns the Voodoo board off and thus works correctly.\n"
-"\n"
-"This driver does not support a virtual screen size different from the display size. This is a hardware limitation. 3D rendering is also not supported."
+#. summary(yast2-trans:yast2-trans-pt)
+msgid "YaST2 - Portuguese Translations"
msgstr ""
-#. description(xf86-input-wacom)
-msgid "wacom is an X input driver for Wacom devices."
+#. description(yast2-trans:yast2-trans-pt)
+msgid "YaST2 - Translations for Portuguese."
msgstr ""
-#. description(wdiff)
-msgid ""
-"wdiff compares two files and finds which words have been deleted or added to old_file to get new_file. A word is considered to be anything between whitespace.\n"
-"\n"
-"Xwdiff is a handy X Window System front-end, based on Tcl/Tk."
+#. summary(yast2-trans:yast2-trans-pt_BR)
+msgid "YaST2 - Brazilian Portuguese Translations"
msgstr ""
-#. description(wodim)
-msgid "wodim is used to record data or audio CDs on a CD-Recorder or to write DVD media on a DVD-Recorder."
+#. description(yast2-trans:yast2-trans-pt_BR)
+msgid "YaST2 - Translations for Brazilian Portuguese."
msgstr ""
-#. description(wpa_supplicant)
-msgid "wpa_supplicant is an implementation of the WPA Supplicant component, i.e., the part that runs in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver."
+#. summary(yast2-trans:yast2-trans-ru)
+msgid "YaST2 - Russian Translations"
msgstr ""
-#. summary(libx86:libx86-1)
-msgid "x86 real-mode library"
+#. description(yast2-trans:yast2-trans-ru)
+msgid "YaST2 - Translations for Russian."
msgstr ""
-#. description(xconsole)
-msgid "xconsole displays in a X11 window the messages which are usually sent to /dev/console"
+#. summary(yast2-trans-stats)
+msgid "YaST2 - Translation Statistics"
msgstr ""
-#. description(xdg-user-dirs)
-msgid "xdg-user-dirs is a tool to help manage \"well known\" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames."
+#. description(yast2-trans-stats)
+msgid "The package contains statistic files (one file per language). With the help of these statistics Yast warns you if you select a language for installation which is unsufficiently translated."
msgstr ""
-#. description(xinetd)
+#. summary(yast2-trans:yast2-trans-sv)
+msgid "YaST2 - Swedish Translations"
+msgstr ""
+
+#. description(yast2-trans:yast2-trans-sv)
+msgid "YaST2 - Translations for Swedish."
+msgstr ""
+
+#. summary(yast2-trans:yast2-trans-zh_CN)
+msgid "YaST2 - Simplified Chinese Translations"
+msgstr ""
+
+#. description(yast2-trans:yast2-trans-zh_CN)
+msgid "YaST2 - Simplified Chinese translations."
+msgstr ""
+
+#. summary(yast2-trans:yast2-trans-zh_TW)
+msgid "YaST2 - Traditional Chinese Translations"
+msgstr ""
+
+#. description(yast2-trans:yast2-trans-zh_TW)
+msgid "YaST2 - Translations for Traditional Chinese."
+msgstr ""
+
+#. summary(yast2-vpn)
+#, fuzzy
+msgid "A YaST module for configuring VPN gateway and clients"
+msgstr "Configuração no ecrã"
+
+#. description(yast2-vpn)
+msgid "A YaST module for managing VPN gateway and client connections to secure site-to-site communication via IPSec VPN."
+msgstr ""
+
+#. summary(zd1211-firmware)
+msgid "Firmware for ZD1211 USB WLAN sticks"
+msgstr ""
+
+#. description(zd1211-firmware)
+msgid "Firmware for USB WLAN sticks based on the ZyDAS ZD1211 chip"
+msgstr ""
+
+#. summary(zypper:zypper-aptitude)
+#, fuzzy
+msgid "aptitude compatibility with zypper"
+msgstr "Opções de compatibilidade misturadas"
+
+#. description(zypper:zypper-aptitude)
+msgid "provides compatibility to Debian's aptitude command using zypper"
+msgstr ""
+
+#. summary(zypper:zypper-log)
+#. description(zypper:zypper-log)
+msgid "CLI for accessing the zypper logfile"
+msgstr ""
+
+#. summary(shim)
+#, fuzzy
+msgid "UEFI shim loader"
+msgstr "preparando carregador de boot"
+
+#. description(shim)
+msgid "shim is a trivial EFI application that, when run, attempts to open and execute another application."
+msgstr ""
+
+#. summary(xen:xen-kmp-default)
+msgid "Xen para-virtual device drivers for fully virtualized guests"
+msgstr ""
+
+#. description(xen:xen-kmp-default)
msgid ""
-"xinetd takes the abilities of inetd and appends additional functionality:\n"
+"Xen is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation.\n"
"\n"
-"- Access Control\n"
-"- Prevention of 'denial of access' attacks\n"
-"- Extensive logging abilities\n"
-"- Clear configuration file"
+"This package contains the Xen para-virtual device drivers for fully virtualized guests."
msgstr ""
-#. description(zlib:libz1)
-msgid "zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. the zlib data format is itself portable across platforms. unlike the lzw compression method used in unix compress(1) and in the gif image format, the compression method currently used in zlib essentially never expands the data. (lzw can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression."
-msgstr ""
+#, fuzzy
+#~ msgid "A4 Size Label Templates for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
+#~ msgid "Free implementation of the OpenGL|ES 2.x API"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Hyphen Dictionaries for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Languages for package nano"
+#~ msgstr "Idiomas Sami (Outro)"
+
+#, fuzzy
+#~ msgid "Library for Importing WordPerfect (tm) Documents"
+#~ msgstr "Aguardar por aplicativo kicker"
+
+#, fuzzy
+#~ msgid "Library for parsing the MS Visio file format structure"
+#~ msgstr "Criando banco de dados de recursos"
+
+#, fuzzy
+#~ msgid "Library for translating text"
+#~ msgstr "Aguardar por aplicativo kicker"
+
+#, fuzzy
+#~ msgid "Library package for Tslib."
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Meta package for pattern apparmor"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Meta package for pattern update_test"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Provides translations to the package nano"
+#~ msgstr "Aguardar por aplicativo kicker"
+
+#, fuzzy
+#~ msgid "Python bindings for GNOME Keyring"
+#~ msgstr "O pacote não está assinalado"
+
+#, fuzzy
+#~ msgid "The GTK+ toolkit library (version 2) -- Introspection bindings"
+#~ msgstr "Interface do Kernel"
+
+#, fuzzy
+#~ msgid "These dictionaries help you to hyphenate texts and words in the LibreOffice office suite."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains Python bindings for GNOME Keyring."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package includes the openSUSE branding for LibreOffice office suite."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package provides the udev mount daemon and its udev rule."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Traditional network scripts"
+#~ msgstr "Alternar informações"
+
+#, fuzzy
+#~ msgid "Translation Updates for English"
+#~ msgstr "Aguardar por aplicativo kicker"
+
+#, fuzzy
+#~ msgid "openSUSE Branding for LibreOffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "openSuSE branding for YaST"
+#~ msgstr "O pacote não está assinalado"
+
+#, fuzzy
#~ msgid "Collection of small utilities utilizing the X11 XKeyboard extension"
#~ msgstr "Ambiente de Trabalho KDE"
@@ -5759,10 +7258,6 @@
#~ msgstr "Interface a ser selecionada na inicialização:"
#, fuzzy
-#~ msgid "User preference utility for X"
-#~ msgstr "XScreensaver não encontrado."
-
-#, fuzzy
#~ msgid "Utility to configure and test X input devices"
#~ msgstr "Clique para configurar a rede"
@@ -5791,14 +7286,6 @@
#~ msgstr "Gerenciador de Dispositivos"
#, fuzzy
-#~ msgid "X TrueType font cache extension client library"
-#~ msgstr "O pacote contém uma versão diferente da experada"
-
-#, fuzzy
-#~ msgid "X Window System logo"
-#~ msgstr "Sistema X Window"
-
-#, fuzzy
#~ msgid "X font server"
#~ msgstr "Servidor de Impressão"
@@ -5811,18 +7298,6 @@
#~ msgstr "Gerenciamento de energia (APM)"
#, fuzzy
-#~ msgid "X11 RandR Extension C library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
-#~ msgid "X11 Shape Extension C library"
-#~ msgstr "Novell e Linux"
-
-#, fuzzy
-#~ msgid "XFree86-Misc X extension library"
-#~ msgstr "Detecção de Hardware do SUSE"
-
-#, fuzzy
#~ msgid "The new-generation syslog-daemon"
#~ msgstr "Daemon Secure Shell"
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:07 +0100 (Fri, 06 Nov 2015)
New Revision: 94619
Modified:
trunk/packages/pt/po/base1.pt.po
Log:
Merged base1.pot for pt
Modified: trunk/packages/pt/po/base1.pt.po
===================================================================
--- trunk/packages/pt/po/base1.pt.po 2015-11-06 03:06:04 UTC (rev 94618)
+++ trunk/packages/pt/po/base1.pt.po 2015-11-06 03:06:07 UTC (rev 94619)
@@ -3,52 +3,13 @@
msgstr ""
"Project-Id-Version: openSUSE-packages\n"
"Report-Msgid-Bugs-To: http://bugzilla.novell.com/\n"
-"POT-Creation-Date: 2012-06-21 16:20:02\n"
+"POT-Creation-Date: 2015-11-06 04:09:49\n"
"PO-Revision-Date: 2011-02-01 14:15+0000\n"
"Language: pt\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#. summary(DirectFB)
-msgid "Graphics Library for Framebuffer Devices"
-msgstr ""
-
-#. description(DirectFB)
-msgid ""
-"DirectFB is a thin library that provides hardware graphics acceleration, "
-"input device handling and abstraction, an integrated windowing system with "
-"support for translucent windows, and multiple display layers on top of the "
-"Linux framebuffer device. It is a complete hardware abstraction layer with "
-"software fallbacks for every graphics operation that is not supported by the "
-"underlying hardware. DirectFB adds graphical power to embedded systems and "
-"sets a new standard for graphics under Linux."
-msgstr ""
-
-#. summary(DirectFB:DirectFB-Mesa)
-msgid "Mesa backend of Graphics Library for Framebuffer Devices"
-msgstr ""
-
-#. description(DirectFB:DirectFB-Mesa)
-msgid ""
-"Mesa backend of Graphics Library for Framebuffer Devices: * gfxdrivers/"
-"libdirectfb_gl.so * systems/libdirectfb_x11.so"
-msgstr ""
-
-#. summary(a2ps)
-msgid "Converts ASCII Text into PostScript"
-msgstr ""
-
-#. description(a2ps)
-msgid ""
-"a2ps converts ASCII text into PostScript. This feature is used by apsfilter, "
-"for example, to pretty-print ASCII text.\n"
-"\n"
-"Warning: a2ps is not able to convert complex unicode (UTF-8) text to "
-"PostScript. Only language text which can be converted from UTF-8 to latin "
-"encodings are supported."
-msgstr ""
-
#. summary(aaa_base)
#, fuzzy
msgid "openSUSE Base Package"
@@ -56,9 +17,7 @@
#. description(aaa_base)
#, fuzzy
-msgid ""
-"This package installs several important configuration files and central "
-"scripts."
+msgid "This package installs several important configuration files and central scripts."
msgstr "Use este botão para iniciar o YaST para configuração permanente."
#. summary(aaa_base:aaa_base-extras)
@@ -66,21 +25,18 @@
msgstr ""
#. description(aaa_base:aaa_base-extras)
-msgid ""
-"The parts of aaa_base that should be installed by default but are not "
-"strictly required to run a system. (Shell aliases, bash completions and "
-"convenience hacks)."
+msgid "The parts of aaa_base that should be installed by default but are not strictly required to run a system. (Shell aliases, bash completions and convenience hacks)."
msgstr ""
-#. summary(aaa_base:aaa_base-malloccheck)
-msgid "SUSE Linux Base Package (malloc checking)"
+#. summary(accountsservice)
+msgid "D-Bus Service to Manipulate User Account Information"
msgstr ""
-#. description(aaa_base:aaa_base-malloccheck)
+#. description(accountsservice)
msgid ""
-"This package sets environment variables that enable stricter malloc checks "
-"to catch potential heap corruptions. It's not installed by default as it may "
-"degrade performance."
+"The accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.\n"
+"\n"
+"The implementation is based on the useradd, usermod and userdel commands."
msgstr ""
#. summary(acl)
@@ -88,9 +44,7 @@
msgstr ""
#. description(acl)
-msgid ""
-"getfacl and setfacl commands for retrieving and setting POSIX access control "
-"lists."
+msgid "getfacl and setfacl commands for retrieving and setting POSIX access control lists."
msgstr ""
#. summary(acpica)
@@ -99,18 +53,9 @@
#. description(acpica)
msgid ""
-"The included tools share the same code as it is used in the ACPI "
-"implementation of the kernel. The code of the acpica project is exactly the "
-"same as the ACPI parser and interpreter code of the kernel and the code gets "
-"synced regularly from the acpica project into the kernel. E.g. if you "
-"identify bugs in the kernel's ACPI implementation it might be easier to "
-"debug them in userspace if possible. If the bug is part of the acpica code, "
-"it has to be submitted to the acpica project to get merged into the mainline "
-"kernel sources.\n"
+"The included tools share the same code as it is used in the ACPI implementation of the kernel. The code of the acpica project is exactly the same as the ACPI parser and interpreter code of the kernel and the code gets synced regularly from the acpica project into the kernel. E.g. if you identify bugs in the kernel's ACPI implementation it might be easier to debug them in userspace if possible. If the bug is part of the acpica code, it has to be submitted to the acpica project to get merged into the mainline kernel sources.\n"
"\n"
-"iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language). "
-"This AML is suitable for inclusion as a DSDT in system firmware. It also can "
-"disassemble AML, for debugging purposes."
+"iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language). This AML is suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes."
msgstr ""
#. summary(adjtimex)
@@ -119,14 +64,7 @@
msgstr "Configuração no ecrã"
#. description(adjtimex)
-msgid ""
-"This program gives you raw access to the kernel time variables. For a "
-"machine connected to the Internet, or equipped with a precision oscillator "
-"or radio clock, the best way to keep the system clock correct is with ntpd. "
-"However, for a standalone or intermittently connected machine, you may use "
-"adjtimex instead to at least correct for systematic drift. adjtimex can "
-"optionally adjust the system clock using the CMOS clock as a reference, and "
-"can log times for long-term estimation of drift rates."
+msgid "This program gives you raw access to the kernel time variables. For a machine connected to the Internet, or equipped with a precision oscillator or radio clock, the best way to keep the system clock correct is with ntpd. However, for a standalone or intermittently connected machine, you may use adjtimex instead to at least correct for systematic drift. adjtimex can optionally adjust the system clock using the CMOS clock as a reference, and can log times for long-term estimation of drift rates."
msgstr ""
#. summary(alsa)
@@ -135,11 +73,9 @@
#. description(alsa)
msgid ""
-"ALSA stands for Advanced Linux Sound Architecture. It supports many PCI, "
-"ISA PnP and USB sound cards.\n"
+"ALSA stands for Advanced Linux Sound Architecture. It supports many PCI, ISA PnP and USB sound cards.\n"
"\n"
-"This package contains the ALSA init scripts to start the sound system on "
-"your Linux box. To set it up, run yast2 or alsaconf."
+"This package contains the ALSA init scripts to start the sound system on your Linux box. To set it up, run yast2 or alsaconf."
msgstr ""
#. summary(alsa-oss)
@@ -147,9 +83,7 @@
msgstr ""
#. description(alsa-oss)
-msgid ""
-"This package contains the wrapper library and script to run OSS applications "
-"using ALSA API."
+msgid "This package contains the wrapper library and script to run OSS applications using ALSA API."
msgstr ""
#. summary(alsa-plugins)
@@ -166,9 +100,7 @@
#. description(alsa-plugins:alsa-plugins-pulse)
msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like "
-"operating systems and Microsoft Windows. It is intended to be an improved "
-"drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
"\n"
"This package contains the polypaudio I/O plug-in for the ALSA library."
msgstr ""
@@ -178,9 +110,7 @@
msgstr ""
#. description(alsa-utils)
-msgid ""
-"This package contains utility programs supporting ALSA, Advanced Linux Sound "
-"Architecture."
+msgid "This package contains utility programs supporting ALSA, Advanced Linux Sound Architecture."
msgstr ""
#. summary(apparmor:apparmor-parser)
@@ -189,8 +119,7 @@
#. description(apparmor:apparmor-parser)
msgid ""
-"The AppArmor Parser is a userlevel program that is used to load in program "
-"profiles to the AppArmor Security kernel module.\n"
+"The AppArmor Parser is a userlevel program that is used to load in program profiles to the AppArmor Security kernel module.\n"
"\n"
"This package is part of a suite of tools that used to be named SubDomain."
msgstr ""
@@ -201,15 +130,9 @@
#. description(aspell)
msgid ""
-"GNU Aspell is a spell checker designed to eventually replace Ispell. It can "
-"be used as a library or as an independent spell checker.\n"
+"GNU Aspell is a spell checker designed to eventually replace Ispell. It can be used as a library or as an independent spell checker.\n"
"\n"
-"Its main feature is that it does a much better job of coming up with "
-"possible suggestions than just about any other spell checker available for "
-"the English language, including Ispell and Microsoft Word. It also has many "
-"other technical enhancements over Ispell, such as using shared memory for "
-"dictionaries and intelligently handling personal dictionaries when more than "
-"one Aspell process is open at once."
+"Its main feature is that it does a much better job of coming up with possible suggestions than just about any other spell checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell, such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once."
msgstr ""
#. summary(aspell-en)
@@ -218,24 +141,18 @@
msgstr "O pacote contém uma versão diferente da experada"
#. description(aspell-en)
-msgid ""
-"An English, Canadian English and British English dictionary for the ASpell "
-"spell checker."
+msgid "An English, Canadian English and British English dictionary for the ASpell spell checker."
msgstr ""
#. summary(at-spi2-atk:at-spi2-atk-common)
-msgid ""
-"Assistive Technology Service Provider Interface - Common Files for GTK+ "
-"Modules"
+msgid "Assistive Technology Service Provider Interface - Common Files for GTK+ Modules"
msgstr ""
#. description(at-spi2-atk:at-spi2-atk-common)
msgid ""
-"AT-SPI is a general interface for applications to make use of the "
-"accessibility toolkit. This version is based on dbus.\n"
+"AT-SPI is a general interface for applications to make use of the accessibility toolkit. This version is based on dbus.\n"
"\n"
-"This package contains files common to the GTK+ 2 and GTK+ 3 modules for at-"
-"spi."
+"This package contains files common to the GTK+ 2 and GTK+ 3 modules for at-spi."
msgstr ""
#. summary(at-spi2-atk:at-spi2-atk-gtk2)
@@ -244,25 +161,20 @@
#. description(at-spi2-atk:at-spi2-atk-gtk2)
msgid ""
-"AT-SPI is a general interface for applications to make use of the "
-"accessibility toolkit. This version is based on dbus.\n"
+"AT-SPI is a general interface for applications to make use of the accessibility toolkit. This version is based on dbus.\n"
"\n"
"This package contains the GTK+ 2 module for at-spi, based on ATK."
msgstr ""
#. summary(at-spi2-core)
-msgid ""
-"Assistive Technology Service Provider Interface - D-Bus based implementation"
+msgid "Assistive Technology Service Provider Interface - D-Bus based implementation"
msgstr ""
#. description(at-spi2-core)
msgid ""
-"AT-SPI is a general interface for applications to make use of the "
-"accessibility toolkit. This version is based on dbus.\n"
+"AT-SPI is a general interface for applications to make use of the accessibility toolkit. This version is based on dbus.\n"
"\n"
-"This package contains the AT-SPI registry daemon. It provides a mechanism "
-"for all assistive technologies to discover and interact with applications "
-"running on the desktop."
+"This package contains the AT-SPI registry daemon. It provides a mechanism for all assistive technologies to discover and interact with applications running on the desktop."
msgstr ""
#. summary(attr)
@@ -270,11 +182,7 @@
msgstr ""
#. description(attr)
-msgid ""
-"A set of tools for manipulating extended attributes on file system objects, "
-"in particular getfattr(1) and setfattr(1). An attr(1) command is also "
-"provided, which is largely compatible with the SGI IRIX tool of the same "
-"name."
+msgid "A set of tools for manipulating extended attributes on file system objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided, which is largely compatible with the SGI IRIX tool of the same name."
msgstr ""
#. summary(audit-secondary:audit)
@@ -282,10 +190,7 @@
msgstr ""
#. description(audit-secondary:audit)
-msgid ""
-"The audit package contains the user space utilities for storing and "
-"processing the audit records generated by the audit subsystem in the Linux "
-"2.6 kernel."
+msgid "The audit package contains the user space utilities for storing and processing the audit records generated by the audit subsystem in the Linux 2.6 kernel."
msgstr ""
#. summary(augeas:augeas-lenses)
@@ -293,12 +198,7 @@
msgstr ""
#. description(augeas:augeas-lenses)
-msgid ""
-"Augeas parses configuration files described in lenses into a tree structure, "
-"which it exposes through its public API. Lenses are the building blocks of "
-"the file <-> tree transformation. The transformation is controlled by "
-"``lens'' definitions that describe the file format and mapping of its "
-"contents into a tree. This package includes the official set of lenses."
+msgid "Augeas parses configuration files described in lenses into a tree structure, which it exposes through its public API. Lenses are the building blocks of the file <-> tree transformation. The transformation is controlled by ``lens'' definitions that describe the file format and mapping of its contents into a tree. This package includes the official set of lenses."
msgstr ""
#. summary(autofs)
@@ -306,29 +206,24 @@
msgstr ""
#. description(autofs)
-msgid ""
-"AutoFS is a kernel-based automounter for Linux. It automatically mounts "
-"filesystems when you use them, and unmounts them later when you are not "
-"using them. This can include network filesystems, CD-ROMs, floppies, and so "
-"forth."
+msgid "AutoFS is a kernel-based automounter for Linux. It automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth."
msgstr ""
#. summary(avahi)
+#. summary(avahi:libavahi-client3)
+#. summary(avahi:libavahi-common3)
+#. summary(avahi:libavahi-core7)
msgid "D-BUS Service for Zeroconf and Bonjour"
msgstr ""
#. description(avahi)
+#. description(avahi:libavahi-client3)
+#. description(avahi:libavahi-common3)
+#. description(avahi:libavahi-core7)
msgid ""
-"Avahi is an implementation of the DNS Service Discovery and Multicast DNS "
-"specifications for Zeroconf Computing. It uses D-BUS for communication "
-"between user applications and a system daemon. The daemon is used to "
-"coordinate application efforts in caching replies, necessary to minimize the "
-"traffic imposed on networks.\n"
+"Avahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.\n"
"\n"
-"The Avahi mDNS responder is now complete with features, implementing all "
-"MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes "
-"all tests in the Apple Bonjour conformance test suite. In addition, it "
-"supports some nifty things, like correct mDNS reflection across LAN segments."
+"The Avahi mDNS responder is now complete with features, implementing all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition, it supports some nifty things, like correct mDNS reflection across LAN segments."
msgstr ""
#. summary(avahi:avahi-autoipd)
@@ -337,11 +232,9 @@
#. description(avahi:avahi-autoipd)
msgid ""
-"avahi-autoipd is an implementation of Dynamic Configuration of IPv4 Link-"
-"Local Addresses.\n"
+"avahi-autoipd is an implementation of Dynamic Configuration of IPv4 Link-Local Addresses.\n"
"\n"
-"avahi-autoipd doesn't depend on any other Avahi library, hence it makes "
-"sense to install it even if Avahi itself is not installed."
+"avahi-autoipd doesn't depend on any other Avahi library, hence it makes sense to install it even if Avahi itself is not installed."
msgstr ""
#. summary(awesfx)
@@ -349,9 +242,7 @@
msgstr ""
#. description(awesfx)
-msgid ""
-"The AWESFX package includes utility programs for controlling the wavetable "
-"function on SB AWE32/64 and Emu10k1 sound cards."
+msgid "The AWESFX package includes utility programs for controlling the wavetable function on SB AWE32/64 and Emu10k1 sound cards."
msgstr ""
#. summary(b43-fwcutter)
@@ -359,10 +250,7 @@
msgstr ""
#. description(b43-fwcutter)
-msgid ""
-"b43-fwcutter can be used to extract firmware from Windows WLAN drivers for "
-"Broadcom bcm43xx devices. The firmware is necessary to run such a card under "
-"Linux using the b43 or b43legacy driver."
+msgid "b43-fwcutter can be used to extract firmware from Windows WLAN drivers for Broadcom bcm43xx devices. The firmware is necessary to run such a card under Linux using the b43 or b43legacy driver."
msgstr ""
#. summary(bash)
@@ -370,12 +258,7 @@
msgstr ""
#. description(bash)
-msgid ""
-"Bash is an sh-compatible command interpreter that executes commands read "
-"from standard input or from a file. Bash incorporates useful features from "
-"the Korn and C shells (ksh and csh). Bash is intended to be a conformant "
-"implementation of the IEEE Posix Shell and Tools specification (IEEE Working "
-"Group 1003.2)."
+msgid "Bash is an sh-compatible command interpreter that executes commands read from standard input or from a file. Bash incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended to be a conformant implementation of the IEEE Posix Shell and Tools specification (IEEE Working Group 1003.2)."
msgstr ""
#. summary(bc)
@@ -384,43 +267,25 @@
#. description(bc)
msgid ""
-"bc is an interpreter that supports numbers of arbitrary precision and the "
-"interactive execution of statements. The syntax has some similarities to the "
-"C programming language. A standard math library is available through command "
-"line options. When used, the math library is read in before any other input "
-"files. bc then reads in all other files from the command line, evaluating "
-"their contents. Then bc reads from standard input (usually the keyboard).\n"
+"bc is an interpreter that supports numbers of arbitrary precision and the interactive execution of statements. The syntax has some similarities to the C programming language. A standard math library is available through command line options. When used, the math library is read in before any other input files. bc then reads in all other files from the command line, evaluating their contents. Then bc reads from standard input (usually the keyboard).\n"
"\n"
-"The dc program is also included. dc is a calculator that supports reverse-"
-"polish notation and allows unlimited precision arithmetic. Macros can also "
-"be defined. Normally, dc reads from standard input but can also read in "
-"files specified on the command line. A calculator with reverse-polish "
-"notation saves numbers to a stack. Arguments to mathematical operations "
-"(operands) are \"pushed\" onto the stack until the next operator is read in, "
-"which \"pops\" its arguments off the stack and \"pushes\" its results back "
-"onto the stack."
+"The dc program is also included. dc is a calculator that supports reverse-polish notation and allows unlimited precision arithmetic. Macros can also be defined. Normally, dc reads from standard input but can also read in files specified on the command line. A calculator with reverse-polish notation saves numbers to a stack. Arguments to mathematical operations (operands) are \"pushed\" onto the stack until the next operator is read in, which \"pops\" its arguments off the stack and \"pushes\" its results back onto the stack."
msgstr ""
-#. summary(bind:bind-libs)
-msgid "Shared libraries of BIND"
+#. summary(bind:bind-utils)
+msgid "Utilities to query and test DNS"
msgstr ""
-#. description(bind:bind-libs)
-msgid ""
-"This package contains the shared libraries of the Berkeley Internet Name "
-"Domain (BIND) Domain Name System implementation of the Domain Name System "
-"(DNS) protocols."
+#. description(bind:bind-utils)
+msgid "This package includes the utilities \"host\", \"dig\", and \"nslookup\" used to test and query the Domain Name System (DNS). The Berkeley Internet Name Domain (BIND) DNS server is found in the package named bind."
msgstr ""
-#. summary(bind:bind-utils)
-msgid "Utilities to query and test DNS"
+#. summary(binutils)
+msgid "GNU Binutils"
msgstr ""
-#. description(bind:bind-utils)
-msgid ""
-"This package includes the utilities host, dig, and nslookup used to test and "
-"query the Domain Name System (DNS). The Berkeley Internet Name Domain "
-"(BIND) DNS server is found in the package named bind."
+#. description(binutils)
+msgid "C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib, size, strings, and strip. These utilities are needed whenever you want to compile a program or kernel."
msgstr ""
#. summary(bluez)
@@ -437,28 +302,13 @@
#. description(bluez-firmware)
msgid ""
-"Bluetooth(TM) Firmware. Package contains firmware images for some "
-"Bluetooth(TM) adapters. Currently supported are: * Broadcom Corporation "
-"BCM2033\n"
+"Bluetooth(TM) Firmware. Package contains firmware images for some Bluetooth(TM) adapters. Currently supported are: * Broadcom Corporation BCM2033\n"
"\n"
"* AVM Computersysteme Vertriebs GmbH BLUEFRITZ! USB\n"
"\n"
"The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., USA."
msgstr ""
-#. summary(bridge-utils)
-msgid "Utilities for Configuring the Linux Ethernet Bridge"
-msgstr ""
-
-#. description(bridge-utils)
-msgid ""
-"This package contains utilities for configuring the Linux ethernet bridge. "
-"The Linux ethernet bridge can be used for connecting multiple ethernet "
-"devices together. The connection is fully transparent: hosts connected to "
-"one ethernet device see hosts connected to the other ethernet devices "
-"directly."
-msgstr ""
-
#. summary(btrfsprogs)
msgid "Utilities for the Btrfs filesystem"
msgstr ""
@@ -480,12 +330,7 @@
msgstr ""
#. description(cdrdao)
-msgid ""
-"CDRDAO creates CD-Rs in disk-at-once (DAO) mode driven by a description file "
-"called a toc file. In DAO mode, it is possible to create nonstandard track "
-"pregaps that have lengths other than 2 seconds and contain nonzero audio "
-"data. This is useful for dividing live recordings into tracks where 2 second "
-"gaps would be irritating."
+msgid "CDRDAO creates CD-Rs in disk-at-once (DAO) mode driven by a description file called a toc file. In DAO mode, it is possible to create nonstandard track pregaps that have lengths other than 2 seconds and contain nonzero audio data. This is useful for dividing live recordings into tracks where 2 second gaps would be irritating."
msgstr ""
#. summary(wodim:cdrkit-cdrtools-compat)
@@ -493,10 +338,7 @@
msgstr ""
#. description(wodim:cdrkit-cdrtools-compat)
-msgid ""
-"This package contains these symlinks: cdrecord -> wodim mkisofs -> "
-"genisoimage cdda2wav -> icedax Install this package if you want to use the "
-"cdrkit programs using cdrtools program names."
+msgid "This package contains these symlinks: cdrecord -> wodim mkisofs -> genisoimage cdda2wav -> icedax Install this package if you want to use the cdrkit programs using cdrtools program names."
msgstr ""
#. summary(checkmedia)
@@ -508,13 +350,11 @@
msgstr ""
#. summary(cifs-utils)
-msgid "Utilities for doing and managing mounts of the Linux CIFS filesyste"
+msgid "Utilities for doing and managing mounts of the Linux CIFS filesystem"
msgstr ""
#. description(cifs-utils)
-msgid ""
-"The cifs-utils package consist of utilities for doing and managing mounts of "
-"the Linux CIFS filesystem."
+msgid "The cifs-utils package consist of utilities for doing and managing mounts of the Linux CIFS filesystem."
msgstr ""
#. summary(coreutils)
@@ -523,18 +363,9 @@
#. description(coreutils)
msgid ""
-"These are the GNU core utilities. This package is the union of the GNU "
-"fileutils, sh-utils, and textutils packages.\n"
+"These are the GNU core utilities. This package is the union of the GNU fileutils, sh-utils, and textutils packages.\n"
"\n"
-" [ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp "
-"csplit cut date dd df dir dircolors dirname du echo env expand expr factor "
-"false fmt fold groups head hostid id install join link ln logname ls "
-"md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt od paste "
-"pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir runcon "
-"seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort "
-"split stat stdbuf stty sum sync tac tail tee test timeout touch tr true "
-"truncate tsort tty uname unexpand uniq unlink uptime users vdir wc who "
-"whoami yes"
+" [ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes"
msgstr ""
#. summary(cpio)
@@ -542,17 +373,7 @@
msgstr ""
#. description(cpio)
-msgid ""
-"GNU cpio is a program to manage archives of files. This package also "
-"includes 'mt', a tape drive control program. Cpio copies files into or out "
-"of a cpio or tar archive. An archive is a file that contains other files "
-"plus information about them, such as their pathname, owner, time stamps, and "
-"access permissions. The archive can be another file on the disk, a magnetic "
-"tape, or a pipe. This package normally includes the program 'rmt', which "
-"provides remote tape drive control. Because there is a compatible 'rmt' in "
-"the 'dump' package, 'rmt' is not included in this package. If you are "
-"planning to use the remote tape features provided by cpio, install the "
-"'dump' package as well."
+msgid "GNU cpio is a program to manage archives of files. This package also includes 'mt', a tape drive control program. Cpio copies files into or out of a cpio or tar archive. An archive is a file that contains other files plus information about them, such as their pathname, owner, time stamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe. This package normally includes the program 'rmt', which provides remote tape drive control. Because there is a compatible 'rmt' in the 'dump' package, 'rmt' is not included in this package. If you are planning to use the remote tape features provided by cpio, install the 'dump' package as well."
msgstr ""
#. summary(gcc:cpp)
@@ -563,25 +384,30 @@
msgid "The system GNU Preprocessor."
msgstr ""
-#. summary(gcc48:cpp48)
+#. summary(gcc5:cpp5)
msgid "The GCC Preprocessor"
msgstr ""
-#. description(gcc48:cpp48)
-msgid ""
-"This Package contains just the preprocessor that is used by the X11 packages."
+#. description(gcc5:cpp5)
+msgid "This Package contains just the preprocessor that is used by the X11 packages."
msgstr ""
+#. summary(cpupower)
+msgid "Tools to determine and set CPU Power related Settings"
+msgstr ""
+
+#. description(cpupower)
+msgid "This tool is to make access to the Linux kernel's processor power subsystems like CPU frequency switching (cpufreq) or CPU sleep states (cpuidle) for users and userspace tools easier."
+msgstr ""
+
#. summary(cracklib)
+#. summary(cracklib:libcrack2)
msgid "Library to crack passwords using dictionaries"
msgstr ""
#. description(cracklib)
-msgid ""
-"CrackLib tests passwords to determine whether they match certainsecurity-"
-"oriented characteristics. You can use CrackLib to stopusers from choosing "
-"passwords that are too simple.This package contains a full dictionary file "
-"used by cracklib."
+#. description(cracklib:libcrack2)
+msgid "CrackLib tests passwords to determine whether they match certainsecurity-oriented characteristics. You can use CrackLib to stopusers from choosing passwords that are too simple.This package contains a full dictionary file used by cracklib."
msgstr ""
#. summary(cracklib-dict-full)
@@ -589,10 +415,7 @@
msgstr ""
#. description(cracklib-dict-full)
-msgid ""
-"CrackLib tests passwords to determine whether they match certain security-"
-"oriented characteristics. You can use CrackLib to stop users from choosing "
-"passwords that are easy to guess."
+msgid "CrackLib tests passwords to determine whether they match certain security-oriented characteristics. You can use CrackLib to stop users from choosing passwords that are easy to guess."
msgstr ""
#. summary(crda)
@@ -600,9 +423,7 @@
msgstr ""
#. description(crda)
-msgid ""
-"The crda binary provides access to the wireless-regdb to the kernel through "
-"udev."
+msgid "The crda binary provides access to the wireless-regdb to the kernel through udev."
msgstr ""
#. summary(cronie:cron)
@@ -611,9 +432,7 @@
msgstr "Instalar pacotes"
#. description(cronie:cron)
-msgid ""
-"Auxiliary package, needed for proper update from vixie-cron 4.1 to cronie "
-"1.4.4"
+msgid "Auxiliary package, needed for proper update from vixie-cron 4.1 to cronie 1.4.4"
msgstr ""
#. summary(cronie)
@@ -622,87 +441,69 @@
#. description(cronie)
msgid ""
-"cron automatically starts programs at specific times. Add new entries with "
-"\"crontab -e\". (See \"man 5 crontab\" and \"man 1 crontab\" for "
-"documentation.)\n"
+"cron automatically starts programs at specific times. Add new entries with \"crontab -e\". (See \"man 5 crontab\" and \"man 1 crontab\" for documentation.)\n"
"\n"
-"Under /etc, find the directories cron.hourly, cron.daily, cron.weekly, and "
-"cron.monthly. Scripts and programs that are located there are started "
-"automatically."
+"Under /etc, find the directories cron.hourly, cron.daily, cron.weekly, and cron.monthly. Scripts and programs that are located there are started automatically."
msgstr ""
#. summary(cryptsetup)
+#. summary(cryptsetup:libcryptsetup4)
msgid "Set Up dm-crypt Based Encrypted Block Devices"
msgstr ""
#. description(cryptsetup)
-msgid ""
-"cryptsetup is used to conveniently set up dm-crypt based device-mapper "
-"targets. It allows to set up targets to read cryptoloop compatible volumes "
-"as well as LUKS formatted ones. The package additionally includes support "
-"for automatically setting up encrypted volumes at boot time via the config "
-"file /etc/crypttab."
+#. description(cryptsetup:libcryptsetup4)
+msgid "cryptsetup is used to conveniently set up dm-crypt based device-mapper targets. It allows to set up targets to read cryptoloop compatible volumes as well as LUKS formatted ones. The package additionally includes support for automatically setting up encrypted volumes at boot time via the config file /etc/crypttab."
msgstr ""
-#. summary(cryptsetup-mkinitrd)
-msgid "mkinitrd plugin scripts for encrypted root file system"
-msgstr ""
-
-#. description(cryptsetup-mkinitrd)
-msgid "plugin scripts for mkinitrd that unlock an encrypted root in initrd"
-msgstr ""
-
#. summary(cups)
msgid "The Common UNIX Printing System"
msgstr ""
#. description(cups)
+#. description(cups:cups-client)
+#. description(cups:cups-libs)
msgid ""
-"The Common UNIX Printing System (CUPS) is the standards-based, open source "
-"printing system.\n"
+"The Common UNIX Printing System (CUPS) is the standards-based, open source printing system.\n"
"\n"
-"See http://www.cups.org"
+"See http://www.cups.org\n"
+"\n"
+"Starting with cups 1.6 there were major changes as the filters were split to cups-filters package developed independently and default standard was changed.\n"
+"\n"
+"Cups 1.6 and newer also no longer supports automatic remote printers or implicit classes via the CUPS, LDAP, or SLP protocols, i.e. \"network browsing\". This is now handled by cups-browsed service."
msgstr ""
#. summary(cups:cups-client)
msgid "CUPS Client Programs"
msgstr ""
-#. description(cups:cups-client)
-msgid ""
-"The Common UNIX Printing System (CUPS) is the standards-based, open source "
-"printing system.\n"
-"\n"
-"See http://www.cups.org\n"
-"\n"
-"This package contains all programs needed for running a CUPS client, not a "
-"server."
+#. summary(cups-filters:cups-filters-foomatic-rip)
+msgid "OpenPrinting CUPS filter foomatic-rip"
msgstr ""
-#. summary(cups:cups-libs)
-msgid "Libraries for CUPS"
+#. description(cups-filters:cups-filters-foomatic-rip)
+msgid "Since cups-filters version 1.0.42 foomatic-rip is also provided by cups-filters so that there is a file conflict with the foomatic-filters package (both provide /usr/lib/cups/filter/foomatic-rip and /usr/share/man/man1/foomatic-rip). Therefore foomatic-rip is separated in the sub-package cups-filters-foomatic-rip and only that sub-package conflicts with foomatic-filters."
msgstr ""
-#. description(cups:cups-libs)
-msgid ""
-"The Common UNIX Printing System (CUPS) is the standards-based, open source "
-"printing system.\n"
-"\n"
-"See http://www.cups.org\n"
-"\n"
-"This package contains libraries needed by CUPS and other packages."
+#. summary(cups-filters:cups-filters-ghostscript)
+#, fuzzy
+msgid "OpenPrinting CUPS filters for Ghostscript"
+msgstr "Ferramentas padrão para o trabalho diário"
+
+#. description(cups-filters:cups-filters-ghostscript)
+msgid "Since Ghostscript version 9.10 the CUPS filters gstoraster and gstopxl are removed from Ghostscript. Those filters are now provided by cups-filters (a free software package hosted by OpenPrinting). The binary RPM sub-package cups-filters-ghostscript provides only those CUPS filters for Ghostscript. This way cups-filters-ghostscript can be used with the traditional CUPS up to version 1.5 where the other filters, backends, and cups-browsed from cups-filters would cause conflicts because CUPS <= 1.5 already provides them. In contrast for CUPS versions since 1.6 the whole cups-filters is usually needed (but not strictly required)."
msgstr ""
+#. summary(cups:cups-libs)
+msgid "Libraries for CUPS"
+msgstr ""
+
#. summary(cups-pk-helper)
msgid "PolicyKit helper to configure cups with fine-grained privileges"
msgstr ""
#. description(cups-pk-helper)
-msgid ""
-"This package provides a PolicyKit helper to configure cups with fine-grained "
-"privileges. For example, it's possible to let users enable/disable printers "
-"without requiring a password, while still requiring a password for editing "
-"printer settings."
+msgid "This package provides a PolicyKit helper to configure cups with fine-grained privileges. For example, it's possible to let users enable/disable printers without requiring a password, while still requiring a password for editing printer settings."
msgstr ""
#. summary(curl)
@@ -710,11 +511,7 @@
msgstr ""
#. description(curl)
-msgid ""
-"Curl is a client to get documents and files from or send documents to a "
-"server using any of the supported protocols (HTTP, HTTPS, FTP, FTPS, TFTP, "
-"DICT, TELNET, LDAP, or FILE). The command is designed to work without user "
-"interaction or any kind of interactivity."
+msgid "Curl is a client to get documents and files from or send documents to a server using any of the supported protocols (HTTP, HTTPS, FTP, FTPS, TFTP, DICT, TELNET, LDAP, or FILE). The command is designed to work without user interaction or any kind of interactivity."
msgstr ""
#. summary(cyrus-sasl)
@@ -722,9 +519,7 @@
msgstr ""
#. description(cyrus-sasl)
-msgid ""
-"This is the Cyrus SASL API. It can be used on the client or server side to "
-"provide authentication. See RFC 2222 for more information."
+msgid "This is the Cyrus SASL API. It can be used on the client or server side to provide authentication. See RFC 2222 for more information."
msgstr ""
#. summary(cyrus-sasl:cyrus-sasl-crammd5)
@@ -732,9 +527,10 @@
msgstr ""
#. description(cyrus-sasl:cyrus-sasl-crammd5)
-msgid ""
-"This is the Cyrus SASL API implementation. It can be used on the client or "
-"server side to provide authentication. See RFC 2222 for more information."
+#. description(cyrus-sasl:cyrus-sasl-digestmd5)
+#. description(cyrus-sasl:cyrus-sasl-gssapi)
+#. description(cyrus-sasl:cyrus-sasl-plain)
+msgid "This is the Cyrus SASL API implementation. It can be used on the client or server side to provide authentication. See RFC 2222 for more information."
msgstr ""
#. summary(cyrus-sasl:cyrus-sasl-digestmd5)
@@ -755,24 +551,19 @@
#. description(libdb-4_8:db48-utils)
msgid ""
-"The Berkeley DB Database is a programmatic toolkit that provides database "
-"support for applications.\n"
+"The Berkeley DB Database is a programmatic toolkit that provides database support for applications.\n"
"\n"
-"This package contains the command line tools for managing Berkeley DB "
-"databases."
+"This package contains the command line tools for managing Berkeley DB databases."
msgstr ""
#. summary(dbus-1-x11:dbus-1)
+#. summary(dbus-1-x11)
msgid "D-Bus Message Bus System"
msgstr ""
#. description(dbus-1-x11:dbus-1)
-msgid ""
-"D-Bus is a message bus system, a simple way for applications to talk to one "
-"another. D-Bus supplies both a system daemon and a per-user-login-session "
-"daemon. Also, the message bus is built on top of a general one-to-one "
-"message passing framework, which can be used by any two apps to communicate "
-"directly (without going through the message bus daemon)."
+#. description(dbus-1:libdbus-1-3)
+msgid "D-Bus is a message bus system, a simple way for applications to talk to one another. D-Bus supplies both a system daemon and a per-user-login-session daemon. Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon)."
msgstr ""
#. summary(dbus-1-glib)
@@ -780,23 +571,21 @@
msgstr ""
#. description(dbus-1-glib)
-msgid ""
-"D-Bus add-on library to integrate the standard D-Bus library with the GLib "
-"thread abstraction and main loop."
+msgid "D-Bus add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop."
msgstr ""
#. summary(dbus-1-python)
+#. summary(dbus-1-python3)
msgid "Python bindings for D-Bus"
msgstr ""
#. description(dbus-1-python)
+#. description(dbus-1-python3)
msgid "D-Bus python bindings for use with python programs."
msgstr ""
#. description(dbus-1-x11)
-msgid ""
-"D-Bus contains some tools that require Xlib to be installed, those are in "
-"this separate package so server systems need not install X."
+msgid "D-Bus contains some tools that require Xlib to be installed, those are in this separate package so server systems need not install X."
msgstr ""
#. summary(dconf)
@@ -805,39 +594,60 @@
msgstr "Analisando arquivos de configuração..."
#. description(dconf)
-msgid ""
-"dconf is a low-level configuration system. Its main purpose is to provide a "
-"backend to GSettings on platforms that don't already have configuration "
-"storage systems."
+#. description(dconf:libdconf1)
+msgid "dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems."
msgstr ""
#. summary(dd_rescue)
+#. summary(gnu_ddrescue)
msgid "Data Copying in the Presence of I/O Errors"
msgstr ""
#. description(dd_rescue)
msgid ""
-"dd_rescue helps when nothing else can: your disk has crashed and you try to "
-"copy it over to another one. While standard Unix tools like cp, cat, and dd "
-"will \"abort\" on every I/O error, dd_rescue does not.\n"
+"dd_rescue helps when nothing else can: your disk has crashed and you try to copy it over to another one. While standard Unix tools like cp, cat, and dd will \"abort\" on every I/O error, dd_rescue does not.\n"
"\n"
-"dd_rescue has many other goodies; optimization by using large blocks as long "
-"as no errors are in sight and falling back to small ones; reverse direction "
-"copy; splice in-kernel zerocopy; O_DIRECT support; preallocation with "
-"fallocate(); random number writing etc."
+"dd_rescue has many other goodies; optimization by using large blocks as long as no errors are in sight and falling back to small ones; reverse direction copy; splice in-kernel zerocopy; O_DIRECT support; preallocation with fallocate().\n"
+"\n"
+"dd_rescue also provides data protection features by overwriting files or disks with fast random numbers, optionally multiple times.\n"
+"\n"
+"dd_rescue supports plugins; currently a hash, an lzo and a crypt plugin exist, supporting on the fly hash/HMAC calculation/validation, lzo de/compression and de/encryption. The lzo plugin is packaged in the dd_rescue-lzo, the crypt plugin in the dd_rescue-crypt subpackage."
msgstr ""
+#. summary(dd_rescue:dd_rescue-crypt)
+msgid "crypt plugin for dd_rescue"
+msgstr ""
+
+#. description(dd_rescue:dd_rescue-crypt)
+msgid ""
+"This plugin allows you do de/encrypt files during recovery copying with dd_rescue using the AES family of algorithms. The plugin supports various numbers of bits and rounds and uses the x86 AESNI CPU support if available.\n"
+"\n"
+"The plugin does offer a variety of options to handle the keys and IVs including the generating keys from password and salt.\n"
+"\n"
+"The plugin is new as of 1.98 and it despite diligent testing it might be careful to expect some bugs and future changes."
+msgstr ""
+
+#. summary(dd_rescue:dd_rescue-lzo)
+msgid "LZO plugin for dd_rescue"
+msgstr ""
+
+#. description(dd_rescue:dd_rescue-lzo)
+msgid ""
+"This plugin allows you do de/compress files during recovery copying with dd_rescue using the lzo family of algorithms. lzo algorithms are very fast to decompress and most algorithms are very fast to compress as well -- at the expense of somewhat worse compression than zlib's deflate.\n"
+"\n"
+"The plugin does offer a variety of options to handle corrupted .lzo files with some grace; it does skip over bad blocks (if the block headers are still intact) by default, but does offer an option (nodiscard) to allow to attempt decompression on faulty input, hoping to produce some usable bytes. It can also search for valid block headers after synchronization has been lost due to a corrupt one.\n"
+"\n"
+"The plugin also handles sparse files (files with holes) and supports appending to .lzo files, so it fits neatly into dd_rescue.\n"
+"\n"
+"Some fuzz testing has been applied to the plugin's decompression routines, though more will have to be done to feel confident about feeding untrusted data to the decompressor; the plugin is still young and might expose bugs."
+msgstr ""
+
#. summary(deltarpm)
msgid "Tools to Create and Apply deltarpms"
msgstr ""
#. description(deltarpm)
-msgid ""
-"This package contains tools to create and apply deltarpms. A deltarpm "
-"contains the difference between an old and a new version of an RPM, which "
-"makes it possible to recreate the new RPM from the deltarpm and the old one. "
-"You do not need to have a copy of the old RPM, because deltarpms can also "
-"work with installed RPMs."
+msgid "This package contains tools to create and apply deltarpms. A deltarpm contains the difference between an old and a new version of an RPM, which makes it possible to recreate the new RPM from the deltarpm and the old one. You do not need to have a copy of the old RPM, because deltarpms can also work with installed RPMs."
msgstr ""
#. summary(desktop-file-utils)
@@ -846,21 +656,17 @@
#. description(desktop-file-utils)
msgid ""
-"This packages contains a couple of command line utilities for working with "
-"desktop files.\n"
+"This packages contains a couple of command line utilities for working with desktop files.\n"
"\n"
-"More information about desktop files can be found at: http://freedesktop.org/"
-"wiki/Specifications/desktop-entry-spec"
+"More information about desktop files can be found at: http://freedesktop.org/wiki/Specifications/desktop-entry-spec"
msgstr ""
-#. summary(device-mapper)
+#. summary(lvm2:device-mapper)
msgid "Device Mapper Tools"
msgstr ""
-#. description(device-mapper)
-msgid ""
-"Programs, libraries, and man pages for configuring and using the device "
-"mapper."
+#. description(lvm2:device-mapper)
+msgid "Programs, libraries, and man pages for configuring and using the device mapper."
msgstr ""
#. summary(dhcp)
@@ -868,10 +674,7 @@
msgstr ""
#. description(dhcp)
-msgid ""
-"This package contains common programs used by both the ISC DHCP server "
-"(\"dhcp-server\" package) and client (\"dhcp-client\") as the omshell and "
-"common manual pages."
+msgid "This package contains common programs used by both the ISC DHCP server (\"dhcp-server\" package) and client (\"dhcp-client\") as the omshell and common manual pages."
msgstr ""
#. summary(dhcp:dhcp-client)
@@ -880,33 +683,18 @@
#. description(dhcp:dhcp-client)
msgid ""
-"This is an alternative DHCP client, the ISC DHCP client for Linux. Like "
-"\"dhcpcd\" (the client that is installed by default), it can be used to "
-"configure the network setup. IP address, hostname, routing, nameserver, "
-"netmask, and broadcast can be dynamically assigned while booting the "
-"machine.\n"
+"This is an alternative DHCP client, the ISC DHCP client for Linux. Like \"dhcpcd\" (the client that is installed by default), it can be used to configure the network setup. IP address, hostname, routing, nameserver, netmask, and broadcast can be dynamically assigned while booting the machine.\n"
"\n"
-"It is configurable via the configuration file /etc/dhclient.conf and you can "
-"define your own 'hooks' to be used by the /sbin/dhclient-script (which is "
-"called by the daemon)."
+"It is configurable via the configuration file /etc/dhclient.conf and you can define your own 'hooks' to be used by the /sbin/dhclient-script (which is called by the daemon)."
msgstr ""
-#. summary(dhcpcd)
-msgid "A DHCP Client Daemon"
-msgstr ""
-
-#. description(dhcpcd)
-msgid ""
-"dhcpcd gets an IP address and other information from a corresponding DHCP "
-"server, configures the network interface automatically, and tries to renew "
-"the lease time depending on the command line option."
-msgstr ""
-
#. summary(dialog)
+#. summary(dialog:libdialog12)
msgid "Menus and Input Boxes for Shell Scripts"
msgstr ""
#. description(dialog)
+#. description(dialog:libdialog12)
msgid "This program lets you use menus and dialog boxes in shell scripts."
msgstr ""
@@ -915,40 +703,18 @@
msgstr ""
#. description(diffutils)
-msgid ""
-"The GNU diff utilities find differences between files. diff is used to make "
-"source code patches, for instance."
+msgid "The GNU diff utilities find differences between files. diff is used to make source code patches, for instance."
msgstr ""
-#. summary(dirmngr)
-msgid "A Client for Managing and Downloading CRLs"
-msgstr ""
-
-#. description(dirmngr)
-msgid ""
-"Dirmngr is a client for managing and downloading certificate revocation "
-"lists (CRLs) for X509 certificates and for downloading the certificates "
-"themselves."
-msgstr ""
-
#. summary(dmidecode)
msgid "DMI table decoder"
msgstr ""
#. description(dmidecode)
msgid ""
-"Dmidecode reports information about your system's hardware as described in "
-"your system BIOS according to the SMBIOS/DMI standard. This information "
-"typically includes system manufacturer, model name, serial number, BIOS "
-"version, asset tag as well as a lot of other details of varying level of "
-"interest and reliability depending on the manufacturer. This will often "
-"include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, "
-"ISA) and memory module slots, and the list of I/O ports (e.g. serial, "
-"parallel, USB).\n"
+"Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).\n"
"\n"
-"Beware that DMI data have proven to be too unreliable to be blindly trusted. "
-"Dmidecode does not scan your hardware, it only reports what the BIOS told it "
-"to."
+"Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan your hardware, it only reports what the BIOS told it to."
msgstr ""
#. summary(dmraid)
@@ -957,11 +723,9 @@
#. description(dmraid)
msgid ""
-"This software discovers, activates, deactivates, and displays properties of "
-"software RAID sets, such as ATARAID, and contained DOS partitions.\n"
+"This software discovers, activates, deactivates, and displays properties of software RAID sets, such as ATARAID, and contained DOS partitions.\n"
"\n"
-"dmraid uses libdevmapper and the device-mapper kernel runtime to create "
-"devices with respective mappings for the ATARAID sets discovered.\n"
+"dmraid uses libdevmapper and the device-mapper kernel runtime to create devices with respective mappings for the ATARAID sets discovered.\n"
"\n"
"The following ATARAID types are supported:\n"
"\n"
@@ -981,14 +745,7 @@
msgstr ""
#. description(dnsmasq)
-msgid ""
-"Dnsmasq is a lightweight, easy-to-configure DNS forwarder and DHCP server. "
-"It is designed to provide DNS and, optionally, DHCP, to a small network. It "
-"can serve the names of local machines that are not in the global DNS. The "
-"DHCP server integrates with the DNS server and allows machines with DHCP-"
-"allocated addresses to appear in DNS with names configured either in each "
-"host or in a central configuration file. Dnsmasq supports static and dynamic "
-"DHCP leases and BOOTP for network booting of diskless machines."
+msgid "Dnsmasq is a lightweight, easy-to-configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines that are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP for network booting of diskless machines."
msgstr ""
#. summary(dosfstools)
@@ -996,20 +753,23 @@
msgstr ""
#. description(dosfstools)
-msgid ""
-"The dosfstools package includes the mkdosfs and dosfsck utilities, which "
-"respectively make and check MS-DOS FAT file systems on hard drives or on "
-"floppies."
+msgid "The dosfstools package includes the mkdosfs and dosfsck utilities, which respectively make and check MS-DOS FAT file systems on hard drives or on floppies."
msgstr ""
+#. summary(dracut)
+msgid "Initramfs generator using udev"
+msgstr ""
+
+#. description(dracut)
+msgid "Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels. Unlike existing implementations, dracut does hard-code as little as possible into the initramfs. Dracut contains various modules which are driven by the event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well as NFS, iSCSI, NBD, FCoE with the dracut-network package."
+msgstr ""
+
#. summary(dvd+rw-tools)
msgid "Collection of Tools for Mastering Blu-ray and DVD+-RW/+-R Media"
msgstr ""
#. description(dvd+rw-tools)
-msgid ""
-"The dvd+rw-tools collection of tools makes it possible to burn images to Blu-"
-"ray and DVD+-RW/+-R media."
+msgid "The dvd+rw-tools collection of tools makes it possible to burn images to Blu-ray and DVD+-RW/+-R media."
msgstr ""
#. summary(e2fsprogs)
@@ -1017,20 +777,24 @@
msgstr ""
#. description(e2fsprogs)
-msgid ""
-"Utilities needed to create and maintain ext2 and ext3 file systems under "
-"Linux. Included in this package are: chattr, lsattr, mke2fs, mklost+found, "
-"tune2fs, e2fsck, resize2fs, and badblocks."
+msgid "Utilities needed to create and maintain ext2 and ext3 file systems under Linux. Included in this package are: chattr, lsattr, mke2fs, mklost+found, tune2fs, e2fsck, resize2fs, and badblocks."
msgstr ""
+#. summary(efibootmgr)
+#, fuzzy
+msgid "EFI Boot Manager"
+msgstr "Gerenciador de Dispositivos"
+
+#. description(efibootmgr)
+msgid "The EFI Boot Manager allows the user to edit the Intel Extensible Firmware Interface (EFI) Boot Manager variables. Additional information about the EFI can be found at <http://developer.intel.com/technology/efi/efi.htm>."
+msgstr ""
+
#. summary(elfutils)
msgid "Higher-level library to access ELF"
msgstr ""
#. description(elfutils)
-msgid ""
-"This package provides a higher-level library to access ELF files. This is a "
-"part of elfutils package."
+msgid "This package provides a higher-level library to access ELF files. This is a part of elfutils package."
msgstr ""
#. summary(elilo)
@@ -1049,13 +813,9 @@
#. description(espeak)
msgid ""
-"eSpeak is a compact open source software speech synthesizer for English and "
-"other languages.\n"
+"eSpeak is a compact open source software speech synthesizer for English and other languages.\n"
"\n"
-"eSpeak uses a \"formant synthesis\" method. This allows many languages to be "
-"provided in a small size. The speech is clear, and can be used at high "
-"speeds, but is not as natural or smooth as larger synthesizers which are "
-"based on human speech recordings."
+"eSpeak uses a \"formant synthesis\" method. This allows many languages to be provided in a small size. The speech is clear, and can be used at high speeds, but is not as natural or smooth as larger synthesizers which are based on human speech recordings."
msgstr ""
#. summary(ethtool)
@@ -1063,20 +823,17 @@
msgstr ""
#. description(ethtool)
-msgid ""
-"Ethtool is a small utility for examining and tuning ethernet-based network "
-"interfaces. See the man page for more details."
+msgid "Ethtool is a small utility for examining and tuning ethernet-based network interfaces. See the man page for more details."
msgstr ""
#. summary(expat)
+#. summary(expat:libexpat1)
msgid "XML Parser Toolkit"
msgstr ""
#. description(expat)
-msgid ""
-"Expat is an XML parser library written in C. It is a stream-oriented parser "
-"in which an application registers handlers for things the parser might find "
-"in the XML document (like start tags)."
+#. description(expat:libexpat1)
+msgid "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)."
msgstr ""
#. summary(hxtools:fd0ssh)
@@ -1084,21 +841,23 @@
msgstr ""
#. description(hxtools:fd0ssh)
-msgid ""
-"fd0ssh a helper program used by non-interactive programs, for example "
-"pam_mount, that want to pipe a password to ssh."
+msgid "fd0ssh a helper program used by non-interactive programs, for example pam_mount, that want to pipe a password to ssh."
msgstr ""
+#. summary(fdupes)
+msgid "Identifying or deleting duplicate files"
+msgstr ""
+
+#. description(fdupes)
+msgid "FDUPES is a program for identifying or deleting duplicate files residing within specified directories"
+msgstr ""
+
#. summary(file)
msgid "A Tool to Determine File Types"
msgstr ""
#. description(file)
-msgid ""
-"With the file command, you can obtain information on the file type of a "
-"specified file. File type recognition is controlled by the file /etc/magic, "
-"which contains the classification criteria. This command is used by "
-"apsfilter to permit automatic printing of different file types."
+msgid "With the file command, you can obtain information on the file type of a specified file. File type recognition is controlled by the file /etc/magic, which contains the classification criteria. This command is used by apsfilter to permit automatic printing of different file types."
msgstr ""
#. summary(file:file-magic)
@@ -1108,9 +867,7 @@
#. description(file:file-magic)
#, fuzzy
-msgid ""
-"This package contains the basic magic files that libmagic reads and uses to "
-"estimate a file's type."
+msgid "This package contains the basic magic files that libmagic reads and uses to estimate a file's type."
msgstr "O pacote contém uma versão diferente da experada"
#. summary(filesystem)
@@ -1118,9 +875,7 @@
msgstr ""
#. description(filesystem)
-msgid ""
-"This package installs the basic directory structure. It also includes the "
-"home directories of system users."
+msgid "This package installs the basic directory structure. It also includes the home directories of system users."
msgstr ""
#. summary(fillup)
@@ -1128,10 +883,7 @@
msgstr ""
#. description(fillup)
-msgid ""
-"fillup merges files that hold variables. A variable is defined by an entity "
-"composed of a preceding comment, a variable name, an assignment delimiter, "
-"and a related variable value. A variable is determined by its variable name."
+msgid "fillup merges files that hold variables. A variable is defined by an entity composed of a preceding comment, a variable name, an assignment delimiter, and a related variable value. A variable is determined by its variable name."
msgstr ""
#. summary(findutils)
@@ -1140,15 +892,9 @@
#. description(findutils)
msgid ""
-"The findutils package contains programs which will help you locate files on "
-"your system. The find utility searches through a hierarchy of directories "
-"looking for files which match a certain set of criteria (such as a file name "
-"pattern). The xargs utility builds and executes command lines from standard "
-"input arguments (usually lists of file names generated by the find "
-"command).\n"
+"The findutils package contains programs which will help you locate files on your system. The find utility searches through a hierarchy of directories looking for files which match a certain set of criteria (such as a file name pattern). The xargs utility builds and executes command lines from standard input arguments (usually lists of file names generated by the find command).\n"
"\n"
-"You should install findutils because it includes tools that are very useful "
-"for finding things on your system."
+"You should install findutils because it includes tools that are very useful for finding things on your system."
msgstr ""
#. summary(fontconfig)
@@ -1156,32 +902,40 @@
msgstr ""
#. description(fontconfig)
-msgid ""
-"Fontconfig is a library for configuring and customizing font access. It "
-"contains two essential modules: the configuration module, which builds an "
-"internal configuration from XML files, and the matching module, which "
-"accepts font patterns and returns the nearest matching font."
+msgid "Fontconfig is a library for configuring and customizing font access. It contains two essential modules: the configuration module, which builds an internal configuration from XML files, and the matching module, which accepts font patterns and returns the nearest matching font."
msgstr ""
-#. summary(foomatic-filters)
-msgid "The universal print filter foomatic-rip"
+#. summary(fprintd)
+msgid "D-Bus service for Fingerprint reader access"
msgstr ""
-#. description(foomatic-filters)
-msgid ""
-"The print filter \"foomatic-rip\" is used by print spoolers (in particular "
-"by CUPS) to convert PostScript print job data into the printer's native "
-"format as described by a printer/driver-specific Foomatic PPD file."
+#. description(fprintd)
+msgid "D-Bus service to access fingerprint readers."
msgstr ""
+#. summary(fprintd:fprintd-pam)
+#, fuzzy
+msgid "PAM module for fingerprint authentication"
+msgstr "Analisando arquivos de configuração..."
+
+#. description(fprintd:fprintd-pam)
+msgid "PAM module that uses the fprintd D-Bus service for fingerprint authentication."
+msgstr ""
+
+#. summary(gamin:gamin-server)
+msgid "Server for the Library providing the FAM File Alteration Monitor API"
+msgstr ""
+
+#. description(gamin:gamin-server)
+msgid "This package contains the daemon for gamin. It is split off into its own subpackage to void file conflicts when both gamin and gamin-32bit are installed on a multiarch platform."
+msgstr ""
+
#. summary(gawk)
msgid "GNU awk"
msgstr ""
#. description(gawk)
-msgid ""
-"GNU awk is upwardly compatible with the System V Release 4 awk. It is "
-"almost completely POSIX 1003.2 compliant."
+msgid "GNU awk is upwardly compatible with the System V Release 4 awk. It is almost completely POSIX 1003.2 compliant."
msgstr ""
#. summary(gconf2:gconf-polkit)
@@ -1190,14 +944,9 @@
#. description(gconf2:gconf-polkit)
msgid ""
-"GConf is a configuration database system for storing application "
-"preferences. It supports default or mandatory settings set by the "
-"administrator, and changes to the database are instantly applied to all "
-"running applications. It is written for the GNOME desktop but doesn't "
-"require it.\n"
+"GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it.\n"
"\n"
-"This package contains the PolicyKit service that allows to edit the system-"
-"wide defaults from a user session."
+"This package contains the PolicyKit service that allows to edit the system-wide defaults from a user session."
msgstr ""
#. summary(gconf2)
@@ -1205,12 +954,7 @@
msgstr ""
#. description(gconf2)
-msgid ""
-"GConf is a configuration database system for storing application "
-"preferences. It supports default or mandatory settings set by the "
-"administrator, and changes to the database are instantly applied to all "
-"running applications. It is written for the GNOME desktop but doesn't "
-"require it."
+msgid "GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it."
msgstr ""
#. summary(gcr:gcr-data)
@@ -1219,9 +963,7 @@
#. description(gcr:gcr-data)
#, fuzzy
-msgid ""
-"This package provides the GSettings schemas and a collection of icons needed "
-"by libgcr."
+msgid "This package provides the GSettings schemas and a collection of icons needed by libgcr."
msgstr "O pacote contém uma versão diferente da experada"
#. summary(gcr:gcr-prompter)
@@ -1240,8 +982,7 @@
#. description(gcr:gcr-viewer)
#, fuzzy
-msgid ""
-"This packages provides the viewer for crypto files on the GNOME desktop."
+msgid "This packages provides the viewer for crypto files on the GNOME desktop."
msgstr "O pacote contém uma versão diferente da experada"
#. summary(gdb)
@@ -1249,10 +990,18 @@
msgstr ""
#. description(gdb)
+msgid "GDB, the GNU debugger, allows you to debug programs written in C, C++, Java, and other languages, by executing them in a controlled fashion and printing their data."
+msgstr ""
+
+#. summary(librsvg:gdk-pixbuf-loader-rsvg)
+msgid "A Library for Rendering SVG Data -- gdk-pixbuf loader"
+msgstr ""
+
+#. description(librsvg:gdk-pixbuf-loader-rsvg)
msgid ""
-"GDB, the GNU debugger, allows you to debug programs written in C, C++, Java, "
-"and other languages, by executing them in a controlled fashion and printing "
-"their data."
+"This package contains a library to render SVG (scalable vector graphics) data. This format has been specified by the W3C (see http://www.w3c.org).\n"
+"\n"
+"This package provides a librsvg-based gdk-pixbuf loader."
msgstr ""
#. summary(gdk-pixbuf:gdk-pixbuf-query-loaders)
@@ -1261,12 +1010,9 @@
#. description(gdk-pixbuf:gdk-pixbuf-query-loaders)
msgid ""
-"gdk-pixbuf is an image loading library that can be extended by loadable "
-"modules for new image formats. It is used by toolkits such as GTK+ or "
-"Clutter.\n"
+"gdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or Clutter.\n"
"\n"
-"This package contains the utility to create the cache file needed for "
-"loadable modules."
+"This package contains the utility to create the cache file needed for loadable modules."
msgstr ""
#. summary(wodim:genisoimage)
@@ -1274,24 +1020,15 @@
msgstr ""
#. description(wodim:genisoimage)
-msgid ""
-"Genisoimage is a pre-mastering program that generates an iso9660 filesystem. "
-"It takes a snapshot of a given directory tree, and generates a binary image "
-"which corresponds to an iso9660 filesystem that can be written to a block "
-"device."
+msgid "Genisoimage is a pre-mastering program that generates an iso9660 filesystem. It takes a snapshot of a given directory tree, and generates a binary image which corresponds to an iso9660 filesystem that can be written to a block device."
msgstr ""
-#. summary(gettext-runtime-mini)
+#. summary(gettext-runtime)
msgid "Tools for Native Language Support (NLS)"
msgstr ""
-#. description(gettext-runtime-mini)
-msgid ""
-"This package contains the intl library as well as tools that ease the "
-"creation and maintenance of message catalogs. It allows you to extract "
-"strings from source code. The supplied Emacs mode (po-mode.el) helps editing "
-"these catalogs (called PO files, for portable object) and adding "
-"translations. A special compiler turns these PO files into binary catalogs."
+#. description(gettext-runtime)
+msgid "This package contains the intl library as well as tools that ease the creation and maintenance of message catalogs. It allows you to extract strings from source code. The supplied Emacs mode (po-mode.el) helps editing these catalogs (called PO files, for portable object) and adding translations. A special compiler turns these PO files into binary catalogs."
msgstr ""
#. summary(gfxboot)
@@ -1299,8 +1036,7 @@
msgstr ""
#. description(gfxboot)
-msgid ""
-"Tools to configure the graphics for your GRUB, LILO or SYSLINUX bootloader."
+msgid "Tools to configure the graphics for your GRUB, LILO or SYSLINUX bootloader."
msgstr ""
#. summary(gobject-introspection:girepository-1_0)
@@ -1308,39 +1044,10 @@
msgstr ""
#. description(gobject-introspection:girepository-1_0)
-msgid ""
-"The goal of the project is to describe the APIs and collect them in a "
-"uniform, machine readable format."
+#. description(gobject-introspection:libgirepository-1_0-1)
+msgid "The goal of the project is to describe the APIs and collect them in a uniform, machine readable format."
msgstr ""
-#. summary(glamor)
-msgid "Open-source X.org graphics common driver based on GL library"
-msgstr ""
-
-#. description(glamor)
-msgid ""
-"The glamor module is an open-source 2D graphics common driver for the X "
-"Window System as implemented by X.org. It supports a variety of graphics "
-"chipsets which have OpenGL/EGL/GBM supports.\n"
-"\n"
-"It’s a GL-based rendering acceleration library for X server:\n"
-"\n"
-" * It uses GL functions and shader to complete the 2D graphics "
-"operations. * It uses normal texture to represent a drawable pixmap if "
-"possible. * It calls GL functions to render to the texture directly.\n"
-"\n"
-"It’s somehow hardware independently. And could be a building block of any X "
-"server’s DDX driver:\n"
-"\n"
-" * Xorg’s DDX driver could leverage glamor-egl package to create an egl "
-"context without any native X system. Now the xf86-intel-video driver "
-"uses glamor as one of its option. When you build it with --enable-"
-"glamor, then it will use glamor as its rendering enginee.\n"
-"\n"
-"This package can support every platform which has OpenGL and gbm and drm "
-"libraries."
-msgstr ""
-
#. summary(glib-networking)
msgid "Network-related GIO modules for glib"
msgstr ""
@@ -1357,21 +1064,18 @@
msgstr ""
#. description(glib2:glib2-tools)
-msgid ""
-"GLib is a general-purpose utility library, which provides many useful data "
-"types, macros, type conversions, string utilities, file utilities, a main "
-"loop abstraction, and so on."
+#. description(glib2:libglib-2_0-0)
+msgid "GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on."
msgstr ""
#. summary(glibc)
+#. summary(glibc:glibc-32bit)
msgid "Standard Shared Libraries (from the GNU C Library)"
msgstr ""
#. description(glibc)
-msgid ""
-"The GNU C Library provides the most important standard libraries used by "
-"nearly all programs: the standard C library, the standard math library, and "
-"the POSIX thread library. A system is not functional without these libraries."
+#. description(glibc:glibc-32bit)
+msgid "The GNU C Library provides the most important standard libraries used by nearly all programs: the standard C library, the standard math library, and the POSIX thread library. A system is not functional without these libraries."
msgstr ""
#. summary(glibc:glibc-extra)
@@ -1380,17 +1084,18 @@
#. description(glibc:glibc-extra)
msgid ""
-"The glibc-extra package contains some extra binaries for glibc that are not "
-"essential but recommend to use.\n"
+"The glibc-extra package contains some extra binaries for glibc that are not essential but recommend to use.\n"
"\n"
"makedb: A program to create a database for nss"
msgstr ""
#. summary(glibc:glibc-locale)
+#. summary(glibc:glibc-locale-32bit)
msgid "Locale Data for Localized Programs"
msgstr ""
#. description(glibc:glibc-locale)
+#. description(glibc:glibc-locale-32bit)
msgid "Locale data for the internationalisation features of the GNU C library."
msgstr ""
@@ -1401,13 +1106,9 @@
#. description(gnome-keyring)
msgid ""
-"The GNOME Keyring is a daemon in the session, similar to ssh-agent, and "
-"other applications can use it to store passwords and other sensitive "
-"information.\n"
+"The GNOME Keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information.\n"
"\n"
-"The program can manage several keyrings, each with its own master password, "
-"and there is also a session keyring which is never stored to disk, but "
-"forgotten when the session ends."
+"The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends."
msgstr ""
#. summary(gnome-keyring:gnome-keyring-pam)
@@ -1416,25 +1117,18 @@
#. description(gnome-keyring:gnome-keyring-pam)
msgid ""
-"The GNOME Keyring is a daemon in the session, similar to ssh-agent, and "
-"other applications can use it to store passwords and other sensitive "
-"information.\n"
+"The GNOME Keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information.\n"
"\n"
-"The program can manage several keyrings, each with its own master password, "
-"and there is also a session keyring which is never stored to disk, but "
-"forgotten when the session ends.\n"
+"The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends.\n"
"\n"
"The PAM module can be used to unlock the keyring on login."
msgstr ""
#. description(gnu_ddrescue)
msgid ""
-"GNU ddrescue is a data recovery tool. It copies data from one file or block "
-"device (hard disc, cdrom, etc) to another, trying hard to rescue data in "
-"case of read errors.\n"
+"GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.\n"
"\n"
-"It is more memory and time efficient than dd_rescue+dd_rhelp on disks with "
-"more than a few hundred bad sectors."
+"It is more memory and time efficient than dd_rescue+dd_rhelp on disks with more than a few hundred bad sectors."
msgstr ""
#. summary(gpart)
@@ -1442,12 +1136,7 @@
msgstr ""
#. description(gpart)
-msgid ""
-"Gpart is a small tool that tries to guess what partitions are on a PC type "
-"hard disk in case the primary partition table was damaged. Gpart supports, "
-"among others, partitions formatted as ext2, FAT 12/16/32, ReiserFS, NTFS, "
-"and HPFS. Read the file /usr/share/doc/packages/gpart/README and the gpart "
-"man page before using gpart."
+msgid "Gpart is a small tool that tries to guess what partitions are on a PC type hard disk in case the primary partition table was damaged. Gpart supports, among others, partitions formatted as ext2, FAT 12/16/32, ReiserFS, NTFS, and HPFS. Read the file /usr/share/doc/packages/gpart/README and the gpart man page before using gpart."
msgstr ""
#. summary(gparted)
@@ -1455,12 +1144,7 @@
msgstr ""
#. description(gparted)
-msgid ""
-"GParted is an industrial-strength package for creating, destroying, "
-"resizing, moving, checking and copying partitions, and the filesystems on "
-"them. This is useful for creating space for new operating systems, "
-"reorganizing disk usage, copying data residing on hard disks and mirroring "
-"one partition with another (disk imaging)."
+msgid "GParted is an industrial-strength package for creating, destroying, resizing, moving, checking and copying partitions, and the filesystems on them. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging)."
msgstr ""
#. summary(gpg2)
@@ -1468,9 +1152,7 @@
msgstr ""
#. description(gpg2)
-msgid ""
-"GnuPG 2 is the successor of \"GnuPG\" or GPG. It provides: GPGSM, gpg-agent, "
-"and a keybox library."
+msgid "GnuPG 2 is the successor of \"GnuPG\" or GPG. It provides: GPGSM, gpg-agent, and a keybox library."
msgstr ""
#. summary(gpm)
@@ -1478,11 +1160,7 @@
msgstr ""
#. description(gpm)
-msgid ""
-"The gpm (general purpose mouse) daemon tries to be a useful mouse server for "
-"applications running on the Linux console. It can be used by mc (Midnight "
-"Commander) or by w3m, the text-based Web browser. It provides console cut "
-"and paste operations."
+msgid "The gpm (general purpose mouse) daemon tries to be a useful mouse server for applications running on the Linux console. It can be used by mc (Midnight Commander) or by w3m, the text-based Web browser. It provides console cut and paste operations."
msgstr ""
#. summary(gptfdisk)
@@ -1490,12 +1168,7 @@
msgstr ""
#. description(gptfdisk)
-msgid ""
-"Partitioning software for GPT disks and to repair MBR disks. The gdisk, "
-"cgdisk, and sgdisk utilities (in the gdisk package) are GPT-enabled "
-"partitioning tools; the fixparts utility (in the fixparts package) fixes "
-"some problems with MBR disks that can be created by buggy partitioning "
-"software."
+msgid "Partitioning software for GPT disks and to repair MBR disks. The gdisk, cgdisk, and sgdisk utilities (in the gdisk package) are GPT-enabled partitioning tools; the fixparts utility (in the fixparts package) fixes some problems with MBR disks that can be created by buggy partitioning software."
msgstr ""
#. summary(grep)
@@ -1503,9 +1176,7 @@
msgstr ""
#. description(grep)
-msgid ""
-"The grep command searches one or more input files for lines containing a "
-"match to a specified pattern. By default, grep prints the matching lines."
+msgid "The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines."
msgstr ""
#. summary(groff)
@@ -1513,12 +1184,7 @@
msgstr ""
#. description(groff)
-msgid ""
-"The groff package is a stripped-down package containing the necessary "
-"components to read manual pages in ASCII, Latin-1, and UTF-8, plus the "
-"PostScript device (groff's default). Users who want a full groff "
-"installation, with the standard set of devices, fonts, macros, and "
-"documentation, should install the groff-full package."
+msgid "The groff package is a stripped-down package containing the necessary components to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript device (groff's default). Users who want a full groff installation, with the standard set of devices, fonts, macros, and documentation, should install the groff-full package."
msgstr ""
#. summary(grsync)
@@ -1526,14 +1192,7 @@
msgstr ""
#. description(grsync)
-msgid ""
-"Grsync is a GUI (Graphical User Interface) for rsync, the commandline "
-"directory and file synchronization tool. It can be effectively used to "
-"synchronize local directories and it supports remote targets as well (even "
-"though it doesn't support browsing the remote folder). Sample uses of grsync "
-"include: synchronize a music collection with removable devices, backup "
-"personal files to a networked drive, replication of a partition to another "
-"one, mirroring of files, etc."
+msgid "Grsync is a GUI (Graphical User Interface) for rsync, the commandline directory and file synchronization tool. It can be effectively used to synchronize local directories and it supports remote targets as well (even though it doesn't support browsing the remote folder). Sample uses of grsync include: synchronize a music collection with removable devices, backup personal files to a networked drive, replication of a partition to another one, mirroring of files, etc."
msgstr ""
#. summary(grub)
@@ -1541,42 +1200,30 @@
msgstr ""
#. description(grub)
-msgid ""
-"GNU GRUB is a multiboot boot loader. It was derived from GRUB. It is an "
-"attempt to produce a boot loader for IBM PC-compatible machines that has "
-"both the ability to be friendly to beginning or otherwise nontechnically "
-"interested users and the flexibility to help experts in diverse "
-"environments. It is compatible with Free/Net/OpenBSD and Linux. It supports "
-"Win 9x/NT and OS/2 via chainloaders. It has a menu interface and a command "
-"line interface."
+msgid "GNU GRUB is a multiboot boot loader. It was derived from GRUB. It is an attempt to produce a boot loader for IBM PC-compatible machines that has both the ability to be friendly to beginning or otherwise nontechnically interested users and the flexibility to help experts in diverse environments. It is compatible with Free/Net/OpenBSD and Linux. It supports Win 9x/NT and OS/2 via chainloaders. It has a menu interface and a command line interface."
msgstr ""
#. summary(grub2)
+#. summary(grub2:grub2-i386-efi)
+#. summary(grub2:grub2-i386-pc)
+#. summary(grub2:grub2-x86_64-efi)
msgid "Bootloader with support for Linux, Multiboot and more"
msgstr ""
#. description(grub2)
msgid ""
-"This is the second version of the GRUB (Grand Unified Bootloader), a highly "
-"configurable and customizable bootloader with modular architecture. It "
-"support rich scale of kernel formats, file systems, computer architectures "
-"and hardware devices."
+"This is the second version of the GRUB (Grand Unified Bootloader), a highly configurable and customizable bootloader with modular architecture. It support rich scale of kernel formats, file systems, computer architectures and hardware devices.\n"
+"\n"
+"This package includes user space utlities to manage GRUB on your system."
msgstr ""
#. description(grub2:grub2-i386-efi)
-msgid ""
-"The GRand Unified Bootloader (GRUB) is a highly configurable and "
-"customizable bootloader with modular architecture. It supports rich variety "
-"of kernel formats, file systems, computer architectures and hardware "
-"devices. This subpackage provides support for EFI systems."
+#. description(grub2:grub2-x86_64-efi)
+msgid "The GRand Unified Bootloader (GRUB) is a highly configurable and customizable bootloader with modular architecture. It supports rich variety of kernel formats, file systems, computer architectures and hardware devices. This subpackage provides support for EFI systems."
msgstr ""
#. description(grub2:grub2-i386-pc)
-msgid ""
-"The GRand Unified Bootloader (GRUB) is a highly configurable and "
-"customizable bootloader with modular architecture. It supports rich variety "
-"of kernel formats, file systems, computer architectures and hardware "
-"devices. This subpackage provides support for pc systems."
+msgid "The GRand Unified Bootloader (GRUB) is a highly configurable and customizable bootloader with modular architecture. It supports rich variety of kernel formats, file systems, computer architectures and hardware devices. This subpackage provides support for pc systems."
msgstr ""
#. summary(dconf:gsettings-backend-dconf)
@@ -1585,12 +1232,9 @@
#. description(dconf:gsettings-backend-dconf)
msgid ""
-"dconf is a low-level configuration system. Its main purpose is to provide a "
-"backend to GSettings on platforms that don't already have configuration "
-"storage systems.\n"
+"dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.\n"
"\n"
-"This package provides a GSettings backend that uses dconf to store the "
-"settings."
+"This package provides a GSettings backend that uses dconf to store the settings."
msgstr ""
#. summary(gsettings-desktop-schemas)
@@ -1598,50 +1242,70 @@
msgstr ""
#. description(gsettings-desktop-schemas)
-msgid ""
-"A collection of GSettings schemas for settings shared by various components "
-"of a desktop."
+msgid "A collection of GSettings schemas for settings shared by various components of a desktop."
msgstr ""
#. summary(gstreamer-0_10)
+#. summary(gstreamer)
+#. summary(gstreamer-0_10:libgstreamer-0_10-0)
+#. summary(gstreamer:libgstreamer-1_0-0)
msgid "Streaming-Media Framework Runtime"
msgstr ""
#. description(gstreamer-0_10)
-msgid ""
-"GStreamer is a streaming-media framework, based on graphs of filters which "
-"operate on media data. Applications using this library can do anything from "
-"real-time sound processing to playing videos, and just about anything else "
-"media-related. Its plug-in-based architecture means that new data types or "
-"processing capabilities can be added by installing new plug-ins."
+#. description(gstreamer)
+#. description(gstreamer-0_10:libgstreamer-0_10-0)
+#. description(gstreamer:libgstreamer-1_0-0)
+msgid "GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plug-in-based architecture means that new data types or processing capabilities can be added by installing new plug-ins."
msgstr ""
-#. summary(gstreamer-0_10-plugins-good:gstreamer-0_10-plugin-esd)
-msgid "GStreamer Streaming-Media Framework Plug-Ins -- EsounD plugin"
-msgstr ""
-
-#. description(gstreamer-0_10-plugins-good:gstreamer-0_10-plugin-esd)
-msgid ""
-"GStreamer is a streaming media framework based on graphs of filters that "
-"operate on media data. Applications using this library can do anything media-"
-"related, from real-time sound processing to playing videos. Its plug-in-"
-"based architecture means that new data types or processing capabilities can "
-"be added simply by installing new plug-ins."
-msgstr ""
-
#. summary(gstreamer-0_10-plugins-base)
+#. summary(gstreamer-plugins-base)
+#. summary(gstreamer-plugins-good)
+#. summary(gstreamer-plugins-base:libgstallocators-1_0-0)
+#. summary(gstreamer-0_10-plugins-base:libgstapp-0_10-0)
+#. summary(gstreamer-plugins-base:libgstapp-1_0-0)
+#. summary(gstreamer-plugins-base:libgstaudio-1_0-0)
+#. summary(gstreamer-plugins-base:libgstfft-1_0-0)
+#. summary(gstreamer-0_10-plugins-base:libgstinterfaces-0_10-0)
+#. summary(gstreamer-plugins-base:libgstpbutils-1_0-0)
+#. summary(gstreamer-plugins-bad:libgstphotography-1_0-0)
+#. summary(gstreamer-plugins-base:libgstriff-1_0-0)
+#. summary(gstreamer-plugins-base:libgstrtp-1_0-0)
+#. summary(gstreamer-plugins-base:libgstrtsp-1_0-0)
+#. summary(gstreamer-plugins-base:libgstsdp-1_0-0)
+#. summary(gstreamer-plugins-base:libgsttag-1_0-0)
+#. summary(gstreamer-plugins-base:libgstvideo-1_0-0)
msgid "GStreamer Streaming-Media Framework Plug-Ins"
msgstr ""
+#. description(gstreamer-0_10-plugins-base)
+#. description(gstreamer-plugins-base)
+#. description(gstreamer-plugins-good)
+#. description(gstreamer-plugins-base:libgstallocators-1_0-0)
+#. description(gstreamer-0_10-plugins-base:libgstapp-0_10-0)
+#. description(gstreamer-plugins-base:libgstapp-1_0-0)
+#. description(gstreamer-plugins-base:libgstaudio-1_0-0)
+#. description(gstreamer-plugins-base:libgstfft-1_0-0)
+#. description(gstreamer-0_10-plugins-base:libgstinterfaces-0_10-0)
+#. description(gstreamer-plugins-base:libgstpbutils-1_0-0)
+#. description(gstreamer-plugins-base:libgstriff-1_0-0)
+#. description(gstreamer-plugins-base:libgstrtp-1_0-0)
+#. description(gstreamer-plugins-base:libgstrtsp-1_0-0)
+#. description(gstreamer-plugins-base:libgstsdp-1_0-0)
+#. description(gstreamer-plugins-base:libgsttag-1_0-0)
+#. description(gstreamer-plugins-base:libgstvideo-1_0-0)
+msgid "GStreamer is a streaming media framework based on graphs of filters that operate on media data. Applications using this library can do anything media-related, from real-time sound processing to playing videos. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins."
+msgstr ""
+
#. summary(gtk2:gtk2-immodule-amharic)
msgid "The GTK+ toolkit library (version 2) -- Amharic Input Method"
msgstr ""
#. description(gtk2:gtk2-immodule-amharic)
+#. description(gtk3:gtk3-immodule-amharic)
msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
"This package provides an input method for Amharic."
msgstr ""
@@ -1651,10 +1315,9 @@
msgstr ""
#. description(gtk2:gtk2-immodule-inuktitut)
+#. description(gtk3:gtk3-immodule-inuktitut)
msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
"This package provides an input method for Inuktitut."
msgstr ""
@@ -1664,10 +1327,9 @@
msgstr ""
#. description(gtk2:gtk2-immodule-thai)
+#. description(gtk3:gtk3-immodule-thai)
msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
"This package provides an input method for Thai-Lao."
msgstr ""
@@ -1677,23 +1339,34 @@
msgstr ""
#. description(gtk2:gtk2-immodule-vietnamese)
+#. description(gtk3:gtk3-immodule-vietnamese)
msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
"\n"
"This package provides an input method for Vietnamese."
msgstr ""
+#. summary(gnome-themes-standard:gtk2-theming-engine-adwaita)
+msgid "Adwaita GTK+ Theming Engine"
+msgstr ""
+
+#. description(gnome-themes-standard:gtk2-theming-engine-adwaita)
+#. description(gnome-themes-standard:gtk2-metatheme-adwaita)
+#. description(gnome-themes-standard:gtk3-metatheme-adwaita)
+msgid "Adwaita is the default GNOME theme in GNOME 3."
+msgstr ""
+
#. summary(gtk2:gtk2-tools)
msgid "The GTK+ toolkit library (version 2) -- Tools"
msgstr ""
#. description(gtk2:gtk2-tools)
-msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites."
+#. description(gtk3:gtk3-tools)
+#. description(gtk2:libgtk-2_0-0)
+#. description(gtk3:libgtk-3-0)
+#. description(gtk2:gtk2-data)
+#. description(gtk3:gtk3-data)
+msgid "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites."
msgstr ""
#. summary(gtk3:gtk3-immodule-amharic)
@@ -1716,25 +1389,45 @@
msgid "The GTK+ toolkit library (version 3) -- Tools"
msgstr ""
+#. summary(guile:guile-modules-2_0)
+#. summary(guile:libguile-2_0-22)
+msgid "GNU's Ubiquitous Intelligent Language for Extension"
+msgstr ""
+
+#. description(guile:guile-modules-2_0)
+msgid "This is Guile, a portable, embeddable Scheme implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs. This package contains guile modules."
+msgstr ""
+
#. summary(gzip)
msgid "GNU Zip Compression Utilities"
msgstr ""
#. description(gzip)
-msgid ""
-"Gzip reduces the size of the named files using Lempel-Ziv coding LZ77. "
-"Whenever possible, each file is replaced by one with the extension .gz, "
-"while keeping the same ownership modes and access and modification times."
+msgid "Gzip reduces the size of the named files using Lempel-Ziv coding LZ77. Whenever possible, each file is replaced by one with the extension .gz, while keeping the same ownership modes and access and modification times."
msgstr ""
+#. summary(hardlink)
+msgid "Create a tree of hardlinks"
+msgstr ""
+
+#. description(hardlink)
+msgid "hardlink is used to create a tree of hard links. It's used by kernel installation to dramatically reduce the amount of diskspace used by each kernel package installed."
+msgstr ""
+
+#. summary(hdjmod:hdjmod-kmp-default)
+msgid "Support for Hercules DJ Devices"
+msgstr ""
+
+#. description(hdjmod:hdjmod-kmp-default)
+msgid "This is the Hercules DJ Series Kernel Module, which supports Hercules DJ Devices."
+msgstr ""
+
#. summary(hdparm)
msgid "A Program to get and set hard disk parameters"
msgstr ""
#. description(hdparm)
-msgid ""
-"A shell utility to access and tune the ioctl features of the Linux IDE "
-"driver and IDE drives."
+msgid "A shell utility to access and tune the ioctl features of the Linux IDE driver and IDE drives."
msgstr ""
#. summary(hfsutils)
@@ -1742,24 +1435,23 @@
msgstr ""
#. description(hfsutils)
-msgid ""
-"HFS is the Hierarchical File System used on modern Macintosh computers. With "
-"this package, you can read and write Macintosh-formatted media, such as "
-"floppy disks, CD-ROMs, and SCSI hard disks on most UNIX platforms. You can "
-"also format raw media into an HFS volume."
+msgid "HFS is the Hierarchical File System used on modern Macintosh computers. With this package, you can read and write Macintosh-formatted media, such as floppy disks, CD-ROMs, and SCSI hard disks on most UNIX platforms. You can also format raw media into an HFS volume."
msgstr ""
+#. summary(hostname)
+msgid "Utility to Set/Show the Host Name or Domain Name"
+msgstr ""
+
+#. description(hostname)
+msgid "This package provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name."
+msgstr ""
+
#. summary(hunspell)
-msgid "Hunspell - a spell checker and morphological analyzer library"
+msgid "A spell checker and morphological analyzer library"
msgstr ""
#. description(hunspell)
-msgid ""
-"Hunspell is a spell checker and morphological analyzer library and program "
-"designed for languages with rich morphology and complex word compounding or "
-"character encoding. Hunspell interfaces: Ispell-like terminal interface "
-"using Curses library, Ispell pipe interface, LibreOffice or OpenOffice.org "
-"UNO module."
+msgid "Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. Hunspell interfaces: Ispell-like terminal interface using Curses library, Ispell pipe interface, LibreOffice or OpenOffice.org UNO module."
msgstr ""
#. summary(hunspell:hunspell-tools)
@@ -1775,18 +1467,23 @@
msgstr ""
#. description(hwinfo)
-msgid ""
-"A simple program that lists results from the hardware detection library."
+msgid "A simple program that lists results from the hardware detection library."
msgstr ""
+#. summary(iceauth)
+msgid "Utility to edit and display the ICE authorization information"
+msgstr ""
+
+#. description(iceauth)
+msgid "The iceauth program is used to edit and display the authorization information used in connecting with ICE. It operates very much like the xauth program for X11 connection authentication records."
+msgstr ""
+
#. summary(wodim:icedax)
msgid "A CD-Audio Grabbing tool"
msgstr ""
#. description(wodim:icedax)
-msgid ""
-"The common CD-audio grabbing tool for Linux. The sources are now contained "
-"in the wodim source archive."
+msgid "The common CD-audio grabbing tool for Linux. The sources are now contained in the wodim source archive."
msgstr ""
#. summary(icewm)
@@ -1794,40 +1491,28 @@
msgstr ""
#. description(icewm)
-msgid ""
-"A window manager for the X Window System that can emulate the look of "
-"Windows '95, OS/2 Warp 3, OS/2 Warp 4, and Motif and tries to take the best "
-"features from those systems. IceWM features multiple workspaces, opaque move "
-"and resize, a taskbar, a window list, mailbox status, and a digital clock. "
-"It is fast and small."
+#. description(icewm:icewm-default)
+msgid "A window manager for the X Window System that can emulate the look of Windows '95, OS/2 Warp 3, OS/2 Warp 4, and Motif and tries to take the best features from those systems. IceWM features multiple workspaces, opaque move and resize, a taskbar, a window list, mailbox status, and a digital clock. It is fast and small."
msgstr ""
-#. summary(icewm-lite)
-msgid "IceWM Window Manager--Lite Version"
+#. summary(icewm:icewm-default)
+msgid "Window Manager with a Taskbar--Default Version"
msgstr ""
-#. description(icewm-lite)
-msgid ""
-"Window manager for the X Window System that can emulate the look of Windows "
-"95, OS/2 Warp 3,4, Motif. It tries to take the best features of the above "
-"systems. It features multiple workspaces, opaque move and resize. It is fast "
-"and small.\n"
-"\n"
-"The icewm-default package features a taskbar, window list, mailbox status "
-"and digital clock in addition to that."
+#. summary(icewm:icewm-lite)
+msgid "Window Manager with a Taskbar -- lite version"
msgstr ""
+#. description(icewm:icewm-lite)
+msgid "A window manager for the X Window System that can emulate the look of Windows 95, OS/2 Warp 3, OS/2 Warp 4, and Motif and tries to take the best features from those systems. IceWM features multiple workspaces, opaque move and resize, a taskbar, a window list, mailbox status, and a digital clock. It is fast and small."
+msgstr ""
+
#. summary(ifplugd)
msgid "Daemon Activating Network Interfaces on Cable Plug"
msgstr ""
#. description(ifplugd)
-msgid ""
-"ifplugd is a lightweight Linux daemon that configures the network "
-"automatically when a cable is plugged in and unconfigures it when the cable "
-"is pulled. It is primarily intended for use with laptops. It relies on the "
-"distribution's native network configuration subsystem, so is not very "
-"intrusive."
+msgid "ifplugd is a lightweight Linux daemon that configures the network automatically when a cable is plugged in and unconfigures it when the cable is pulled. It is primarily intended for use with laptops. It relies on the distribution's native network configuration subsystem, so is not very intrusive."
msgstr ""
#. summary(texinfo:info)
@@ -1835,11 +1520,7 @@
msgstr ""
#. description(texinfo:info)
-msgid ""
-"Info is a terminal-based program for reading documentation of computer "
-"programs in the Info format. The GNU Project distributes most of its on-line "
-"manuals in the Info format, so you need a program called \"Info reader\" to "
-"read the manuals."
+msgid "Info is a terminal-based program for reading documentation of computer programs in the Info format. The GNU Project distributes most of its on-line manuals in the Info format, so you need a program called \"Info reader\" to read the manuals."
msgstr ""
#. summary(initviocons)
@@ -1847,45 +1528,15 @@
msgstr ""
#. description(initviocons)
-msgid ""
-"Initviocons can be used on the iSeries platform to recognize terminal "
-"features of a telnet client that is connected to the virtual console "
-"(similar to a serial console). It probes the terminal via escape sequences "
-"to find out the screen size and a suitable TERM type. It also does special "
-"initialization if possible (for example, carriage return suppression for "
-"Windows telnet clients). On the iSeries platform, it additionally checks for "
-"the presence of more than one terminal connected on the same line. See /etc/"
-"profile for a usage example."
+msgid "Initviocons can be used on the iSeries platform to recognize terminal features of a telnet client that is connected to the virtual console (similar to a serial console). It probes the terminal via escape sequences to find out the screen size and a suitable TERM type. It also does special initialization if possible (for example, carriage return suppression for Windows telnet clients). On the iSeries platform, it additionally checks for the presence of more than one terminal connected on the same line. See /etc/profile for a usage example."
msgstr ""
-#. summary(input-utils)
-msgid "A Set of Utilities for Input Devices"
-msgstr ""
-
-#. description(input-utils)
-msgid ""
-"Utilities for input devices. It includes joystick testing and calibration, "
-"force feedback testing, and generic event tools."
-msgstr ""
-
-#. summary(insserv-compat)
-msgid "Simple insserv replacement for systemd only systems"
-msgstr ""
-
-#. description(insserv-compat)
-msgid ""
-"insserv is used enable System V init scripts. This package only contains a "
-"stub implemenation for use on systemd only systems."
-msgstr ""
-
#. summary(intel-gpu-tools)
msgid "Collection of tools for development and testing of the Intel DRM driver"
msgstr ""
#. description(intel-gpu-tools)
-msgid ""
-"This is a collection of tools for development and testing of the Intel DRM "
-"driver."
+msgid "This is a collection of tools for development and testing of the Intel DRM driver."
msgstr ""
#. summary(iproute2)
@@ -1894,10 +1545,19 @@
msgstr "Exibir Configuração"
#. description(iproute2)
+msgid "iproute2 is a collection of user-space utilities to set up networking under Linux from the command-line. It can inspect and configure, among other things: interface paramters, IP addresses, routing, tunnels, bridges, packet transformations (IPsec, etc.), and Quality of Service."
+msgstr ""
+
+#. summary(ipset:ipset-kmp-default)
+#, fuzzy
+msgid "Netfilter ipset kernel modules"
+msgstr "Activado no modo pré-definido do driver"
+
+#. description(ipset:ipset-kmp-default)
msgid ""
-"This package provides the tools ip, tc, and rtmon needed to use the new and "
-"advanced routing options of the Linux kernel. The SUSE Linux distribution "
-"has used this package for network setup since SuSE Linux 8.0."
+"IP sets are a framework inside the Linux kernel, which can be administered by the ipset utility. Depending on the type, currently an IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC addresses in a way, which ensures lightning speed when matching an entry against a set.\n"
+"\n"
+"This package contains a version update to the in-kernel ipset modules."
msgstr ""
#. summary(iptables)
@@ -1906,9 +1566,7 @@
msgstr "Iniciar Instalação ou Atualização"
#. description(iptables)
-msgid ""
-"iptables is used to set up, maintain, and inspect the tables of IP packet "
-"filter rules in the Linux kernel. This version requires kernel 3.0 or newer."
+msgid "iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. This version requires kernel 3.0 or newer."
msgstr ""
#. summary(iputils)
@@ -1916,9 +1574,7 @@
msgstr ""
#. description(iputils)
-msgid ""
-"This package contains some small network tools for IPv4 and IPv6 like rdisc, "
-"ping6, traceroute6, tracepath, and tracepath6."
+msgid "This package contains some small network tools for IPv4 and IPv6 like rdisc, ping6, traceroute6, tracepath, and tracepath6."
msgstr ""
#. summary(irda)
@@ -1927,34 +1583,30 @@
#. description(irda)
msgid ""
-"This package contains all necessary scripts and programs for setting up and "
-"using the infrared port for printing or communicating. The start and stop "
-"scripts are prepared to access the UART emulation ('SIR' mode) with 115 kbit/"
-"s data transfer rate. This is supported by most laptops with an infrared "
-"interface.\n"
+"This package contains all necessary scripts and programs for setting up and using the infrared port for printing or communicating. The start and stop scripts are prepared to access the UART emulation ('SIR' mode) with 115 kbit/s data transfer rate. This is supported by most laptops with an infrared interface.\n"
"\n"
-"After starting the infrared protocol manager 'irmanger' with the command "
-"'rcirda start', you can send data to your printer using the device file /dev/"
-"irlpt0. If you like to talk to other computers with infrared interface or to "
-"a mobile phone, you can use the serial emulation provided by the device "
-"file /dev/ircomm0.\n"
+"After starting the infrared protocol manager 'irmanger' with the command 'rcirda start', you can send data to your printer using the device file /dev/irlpt0. If you like to talk to other computers with infrared interface or to a mobile phone, you can use the serial emulation provided by the device file /dev/ircomm0.\n"
"\n"
-"Take a look at the README file located in /usr/share/doc/packages/irda/"
-"README and the IRDA HOWTO in /usr/share/doc/howto/en/IR-HOWTO.gz. If the "
-"infrared port on your laptop is located on an IO or IRQ address other than "
-"IO address 0x2f8 (/dev/ttyS1) or interrupt 3, you should use YaST to change "
-"the variables IRDA_PORT and IRDA_IRQ in the configuration file /etc/rc."
-"config."
+"Take a look at the README file located in /usr/share/doc/packages/irda/README and the IRDA HOWTO in /usr/share/doc/howto/en/IR-HOWTO.gz. If the infrared port on your laptop is located on an IO or IRQ address other than IO address 0x2f8 (/dev/ttyS1) or interrupt 3, you should use YaST to change the variables IRDA_PORT and IRDA_IRQ in the configuration file /etc/rc.config."
msgstr ""
+#. summary(open-iscsi:iscsiuio)
+msgid "Linux Broadcom NetXtremem II iscsi server"
+msgstr ""
+
+#. description(open-iscsi:iscsiuio)
+msgid ""
+"This tool is to be used in conjunction with the Broadcom NetXtreme II Linux driver (Kernel module name: 'bnx2' and 'bnx2x'), Broadcom CNIC driver, and the Broadcom iSCSI driver (Kernel module name: 'bnx2i'). This user space tool is used in conjunction with the following Broadcom Network Controllers: bnx2: BCM5706, BCM5708, BCM5709 devices bnx2x: BCM57710, BCM57711, BCM57711E, BCM57712, BCM57712E, BCM57800, BCM57810, BCM57840 devices\n"
+"\n"
+"This utility will provide the ARP and DHCP functionality for the iSCSI offload. The communication to the driver is done via Userspace I/O (Kernel module name 'uio')."
+msgstr ""
+
#. summary(iw)
msgid "Configuration utility for nl80211 based wireless drivers"
msgstr ""
#. description(iw)
-msgid ""
-"iw is a nl80211 based CLI configuration utility for wireless devices. It "
-"supports almost all new drivers that have been added to the kernel recently."
+msgid "iw is a nl80211 based CLI configuration utility for wireless devices. It supports almost all new drivers that have been added to the kernel recently."
msgstr ""
#. summary(jfsutils)
@@ -1963,15 +1615,9 @@
#. description(jfsutils)
msgid ""
-"This package contains utilities for managing IBM's Journaled File System "
-"(JFS) under Linux. The following utilities are available:\n"
+"This package contains utilities for managing IBM's Journaled File System (JFS) under Linux. The following utilities are available:\n"
"\n"
-"o fsck.jfs--initiate replay of the JFS transaction log and check and repair "
-"a JFS formatted device o logdump--dump a JFS formatted device's journal log "
-"o logredo--replay a JFS formatted device's journal log o mkfs.jfs--create a "
-"JFS formatted partition o xchkdmp--dump the contents of a JFS fsck log file "
-"created with xchklog o xchklog--extract a log from the JFS fsck workspace "
-"into a file o xpeek--shell-type JFS file system editor"
+"o fsck.jfs--initiate replay of the JFS transaction log and check and repair a JFS formatted device o logdump--dump a JFS formatted device's journal log o logredo--replay a JFS formatted device's journal log o mkfs.jfs--create a JFS formatted partition o xchkdmp--dump the contents of a JFS fsck log file created with xchklog o xchklog--extract a log from the JFS fsck workspace into a file o xpeek--shell-type JFS file system editor"
msgstr ""
#. summary(kbd)
@@ -1979,12 +1625,7 @@
msgstr ""
#. description(kbd)
-msgid ""
-"Load and save keyboard mappings. This is needed if you are not using the US "
-"keyboard map. This package also contains utilities for changing your console "
-"fonts. If you install this package, YaST includes an extra menu to allow you "
-"to choose between the different fonts. This package also includes fonts from "
-"the kbd_fonts.tar.gz package (by Paul Gortmaker) on Sunsite."
+msgid "Load and save keyboard mappings. This is needed if you are not using the US keyboard map. This package also contains utilities for changing your console fonts. If you install this package, YaST includes an extra menu to allow you to choose between the different fonts. This package also includes fonts from the kbd_fonts.tar.gz package (by Paul Gortmaker) on Sunsite."
msgstr ""
#. summary(kernel-default)
@@ -1995,8 +1636,7 @@
msgid ""
"The standard kernel for both uniprocessor and multiprocessor systems.\n"
"\n"
-" Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
+" Source Timestamp: 2015-10-24 18:00:29 +0200 GIT Revision: 6ae5577eacb34a319fbd7bc1db7eadcaaceaa642 GIT Branch: stable"
msgstr ""
#. summary(keyutils)
@@ -2004,10 +1644,7 @@
msgstr ""
#. description(keyutils)
-msgid ""
-"Utilities to control the kernel key management facility and to provide a "
-"mechanism by which the kernel can call back to user space to get a key "
-"instantiated."
+msgid "Utilities to control the kernel key management facility and to provide a mechanism by which the kernel can call back to user space to get a key instantiated."
msgstr ""
#. summary(syslogd:klogd)
@@ -2016,11 +1653,9 @@
#. description(syslogd:klogd)
msgid ""
-"The klogd daemon 'listens' to kernel log messages, prioritizes them, and "
-"routes them to either output files or to syslog daemon.\n"
+"The klogd daemon 'listens' to kernel log messages, prioritizes them, and routes them to either output files or to syslog daemon.\n"
"\n"
-"This version of klogd will optionally translate kernel addresses to their "
-"symbolic equivalents if provided with a system map."
+"This version of klogd will optionally translate kernel addresses to their symbolic equivalents if provided with a system map."
msgstr ""
#. summary(kmod)
@@ -2029,22 +1664,28 @@
#. description(kmod)
msgid ""
-"kmod is a set of tools to handle common tasks with Linux kernel modules like "
-"insert, remove, list, check properties, resolve dependencies and aliases.\n"
+"kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases.\n"
"\n"
-"These tools are designed on top of libkmod, a library that is shipped with "
-"kmod. The aim is to be compatible with tools, configurations and indexes "
-"from module-init-tools project."
+"These tools are designed on top of libkmod, a library that is shipped with kmod. The aim is to be compatible with tools, configurations and indexes from module-init-tools project."
msgstr ""
+#. summary(kmod:kmod-compat)
+msgid "Compat symlinks for kernel module utilities"
+msgstr ""
+
+#. description(kmod:kmod-compat)
+msgid ""
+"kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases.\n"
+"\n"
+"This package contains traditional name symlinks (lsmod, etc.)"
+msgstr ""
+
#. summary(multipath-tools:kpartx)
msgid "Manages partition tables on device-mapper devices"
msgstr ""
#. description(multipath-tools:kpartx)
-msgid ""
-"The kpartx program maps linear devmaps to device partitions, which makes "
-"multipath maps partionable."
+msgid "The kpartx program maps linear devmaps to device partitions, which makes multipath maps partionable."
msgstr ""
#. summary(krb5)
@@ -2052,10 +1693,7 @@
msgstr ""
#. description(krb5)
-msgid ""
-"Kerberos V5 is a trusted-third-party network authentication system, which "
-"can improve your network's security by eliminating the insecure practice of "
-"clear text passwords."
+msgid "Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of clear text passwords."
msgstr ""
#. summary(krb5:krb5-client)
@@ -2063,11 +1701,7 @@
msgstr ""
#. description(krb5:krb5-client)
-msgid ""
-"Kerberos V5 is a trusted-third-party network authentication system, which "
-"can improve your network's security by eliminating the insecure practice of "
-"cleartext passwords. This package includes some required client programs, "
-"like kinit, kadmin, ..."
+msgid "Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of cleartext passwords. This package includes some required client programs, like kinit, kadmin, ..."
msgstr ""
#. summary(less)
@@ -2075,31 +1709,15 @@
msgstr ""
#. description(less)
-msgid ""
-"less is a text file browser and pager similar to more. It allows backward as "
-"well as forward movement within a file. Also, less does not have to read the "
-"entire input file before starting. It is possible to start an editor at any "
-"time from within less."
+msgid "less is a text file browser and pager similar to more. It allows backward as well as forward movement within a file. Also, less does not have to read the entire input file before starting. It is possible to start an editor at any time from within less."
msgstr ""
#. summary(lftp)
-msgid "LFTP Command Line File Transfer Program"
+msgid "Command Line File Transfer Program"
msgstr ""
#. description(lftp)
-msgid ""
-"LFTP is a reliable shell-like command line FTP client. It can retry "
-"operations and does reget automatically. It can do several transfers "
-"simultaneously in the background. With LFTP, you can start a transfer in the "
-"background and continue browsing that FTP site or another one. This is all "
-"done in one process. Background jobs are completed in nohup mode if you exit "
-"or close the modem connection. LFTP has reput, mirror, and reverse mirror "
-"among its features. Since version 2.0, it also supports the HTTP protocol. "
-"Other features include IPV6 support, context sensitive completion, output "
-"redirection to files or to pipe, FTP and HTTP proxy support, transfer rate "
-"throttling for each connection and for all connections in sum, job queueing, "
-"job execution at specified times, opie and skey support in the FTP protocol, "
-"SSL for HTTP and FTP, and FXP transfers."
+msgid "LFTP is a reliable shell-like command line FTP client. It can retry operations and does reget automatically. It can do several transfers simultaneously in the background. With LFTP, you can start a transfer in the background and continue browsing that FTP site or another one. This is all done in one process. Background jobs are completed in nohup mode if you exit or close the modem connection. LFTP has reput, mirror, and reverse mirror among its features. Since version 2.0, it also supports the HTTP protocol. Other features include IPV6 support, context sensitive completion, output redirection to files or to pipe, FTP and HTTP proxy support, transfer rate throttling for each connection and for all connections in sum, job queueing, job execution at specified times, opie and skey support in the FTP protocol, SSL for HTTP and FTP, and FXP transfers."
msgstr ""
#. summary(flac:libFLAC8)
@@ -2107,9 +1725,7 @@
msgstr ""
#. description(flac:libFLAC8)
-msgid ""
-"This package contains the library for FLAC (Free Lossless Audio Codec) "
-"developed by Josh Coalson."
+msgid "This package contains the library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson."
msgstr ""
#. summary(glu:libGLU1)
@@ -2119,15 +1735,9 @@
#. description(glu:libGLU1)
msgid ""
-"GLU offers simple interfaces for building mipmaps; checking for the presence "
-"of extensions in the OpenGL (or other libraries which follow the same "
-"conventions for advertising extensions); drawing piecewise-linear curves, "
-"NURBS, quadrics and other primitives (including, but not limited to, "
-"teapots); tesselating surfaces; setting up projection matrices and "
-"unprojecting screen coordinates to world coordinates.\n"
+"GLU offers simple interfaces for building mipmaps; checking for the presence of extensions in the OpenGL (or other libraries which follow the same conventions for advertising extensions); drawing piecewise-linear curves, NURBS, quadrics and other primitives (including, but not limited to, teapots); tesselating surfaces; setting up projection matrices and unprojecting screen coordinates to world coordinates.\n"
"\n"
-"This package provides the SGI implementation of GLU previously shipped with "
-"Mesa, but meanwhile developed separately."
+"This package provides the SGI implementation of GLU previously shipped with Mesa, but meanwhile developed separately."
msgstr ""
#. summary(libHX:libHX28)
@@ -2136,23 +1746,20 @@
#. description(libHX:libHX28)
msgid ""
-"libHX is a C library (with some C++ bindings available) that provides data "
-"structures and functions commonly needed, such as maps, deques, linked "
-"lists, string formatting and autoresizing, option and config file parsing, "
-"type checking casts and more.\n"
+"libHX is a C library (with some C++ bindings available) that provides data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more.\n"
"\n"
-"libHX aids in quickly writing up C and C++ data processing programs, by "
-"consolidating tasks that often happen to be open-coded, such as (simple) "
-"config file reading, option parsing, directory traversal, and others, into a "
-"library. The focus is on reducing the amount of time (and secondarily, the "
-"amount of code) a developer has to spend for otherwise implementing such."
+"libHX aids in quickly writing up C and C++ data processing programs, by consolidating tasks that often happen to be open-coded, such as (simple) config file reading, option parsing, directory traversal, and others, into a library. The focus is on reducing the amount of time (and secondarily, the amount of code) a developer has to spend for otherwise implementing such."
msgstr ""
-#. summary(ilmbase:libHalf10)
+#. summary(ilmbase:libHalf12)
+#. summary(ilmbase:libIex-2_2-12)
+#. summary(ilmbase:libIlmThread-2_2-12)
msgid "Base library for ILM software (OpenEXR)"
msgstr ""
-#. description(ilmbase:libHalf10)
+#. description(ilmbase:libHalf12)
+#. description(ilmbase:libIex-2_2-12)
+#. description(ilmbase:libIlmThread-2_2-12)
msgid "Base library for ILM software (OpenEXR)."
msgstr ""
@@ -2161,20 +1768,16 @@
msgstr ""
#. description(libICE:libICE6)
-msgid ""
-"The Inter-Client Exchange (ICE) protocol is intended to provide a framework "
-"for building such protocols, allowing them to make use of common negotiation "
-"mechanisms and to be multiplexed over a single transport connection."
+msgid "The Inter-Client Exchange (ICE) protocol is intended to provide a framework for building such protocols, allowing them to make use of common negotiation mechanisms and to be multiplexed over a single transport connection."
msgstr ""
-#. summary(openexr:libIlmImf-Imf_2_0-20)
+#. summary(openexr:libIlmImf-2_2-22)
msgid "Library to Handle EXR Pictures in 16-Bit Floating-Point Format"
msgstr ""
-#. description(openexr:libIlmImf-Imf_2_0-20)
+#. description(openexr:libIlmImf-2_2-22)
msgid ""
-"OpenEXR is a high dynamic-range (HDR) image file format developed by "
-"Industrial Light & Magic for use in computer imaging applications.\n"
+"OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.\n"
"\n"
"This package contains shared library libIlmImf"
msgstr ""
@@ -2194,44 +1797,17 @@
msgstr ""
#. description(acl:libacl1)
-msgid ""
-"This package contains the libacl.so dynamic library which contains the POSIX "
-"1003.1e draft standard 17 functions for manipulating access control lists."
+msgid "This package contains the libacl.so dynamic library which contains the POSIX 1003.1e draft standard 17 functions for manipulating access control lists."
msgstr ""
-#. summary(adns:libadns1)
-msgid "Advanced DNS resolver client library"
-msgstr ""
-
-#. description(adns:libadns1)
-msgid ""
-"Libadns is an advanced, easy to use, asynchronous-capable DNS resolver "
-"client library for C (and C++) programs."
-msgstr ""
-
#. summary(libaio:libaio1)
msgid "Linux-Native Asynchronous I/O Access Library"
msgstr ""
#. description(libaio:libaio1)
-msgid ""
-"The Linux-native asynchronous I/O facility (\"async I/O\", or \"aio\") has a "
-"richer API and capability set than the simple POSIX async I/O facility. This "
-"library provides the Linux-native API for async I/O. The POSIX async I/O "
-"facility requires this library to provide kernel-accelerated async I/O "
-"capabilities, as do applications that require the Linux-native async I/O API."
+msgid "The Linux-native asynchronous I/O facility (\"async I/O\", or \"aio\") has a richer API and capability set than the simple POSIX async I/O facility. This library provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library to provide kernel-accelerated async I/O capabilities, as do applications that require the Linux-native async I/O API."
msgstr ""
-#. summary(libao:libao-plugin4-esd)
-#, fuzzy
-msgid "ESD output plugin for libao"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. description(libao:libao-plugin4-esd)
-#, fuzzy
-msgid "This package contains the ESD output plugin for libao."
-msgstr "O pacote contém uma versão diferente da experada"
-
#. summary(libao:libao-plugins4)
msgid "Main output plugins for libao"
msgstr ""
@@ -2246,9 +1822,7 @@
msgstr ""
#. description(libao:libao4)
-msgid ""
-"Libao is a cross-platform audio output library. It currently supports ESD, "
-"OSS, Solaris, and IRIX."
+msgid "Libao is a cross-platform audio output library."
msgstr ""
#. summary(apparmor:libapparmor1)
@@ -2256,10 +1830,7 @@
msgstr ""
#. description(apparmor:libapparmor1)
-msgid ""
-"This package provides the libapparmor library, which contains the change_hat"
-"(2) symbol, used for sub-process confinement by AppArmor, as well as "
-"functions to parse AppArmor log messages."
+msgid "This package provides the libapparmor library, which contains the change_hat(2) symbol, used for sub-process confinement by AppArmor, as well as functions to parse AppArmor log messages."
msgstr ""
#. summary(libarchive:libarchive13)
@@ -2268,53 +1839,21 @@
#. description(libarchive:libarchive13)
msgid ""
-"Libarchive is a programming library that can create and read several "
-"different streaming archive formats, including most popular tar variants and "
-"several cpio formats. It can also write shar archives and read ISO9660 CDROM "
-"images. The bsdtar program is an implementation of tar(1) that is built on "
-"top of libarchive. It started as a test harness, but has grown and is now "
-"the standard system tar for FreeBSD 5 and 6.\n"
+"Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives and read ISO9660 CDROM images. The bsdtar program is an implementation of tar(1) that is built on top of libarchive. It started as a test harness, but has grown and is now the standard system tar for FreeBSD 5 and 6.\n"
"\n"
-"The libarchive library offers a number of features that make it both very "
-"flexible and very powerful.\n"
+"The libarchive library offers a number of features that make it both very flexible and very powerful.\n"
"\n"
-"- Automatic format detection: libarchive can automatically determine both "
-"the compression and the archive format, regardless of the data source. "
-"Most tar implementations do not automatically detect the compression "
-"format, few implementation that can correctly do this when reading from "
-"stdin or a socket. (The tar program included with Gunnar Ritter's "
-"heirloom collection also does full automatic format detection.)\n"
+"- Automatic format detection: libarchive can automatically determine both the compression and the archive format, regardless of the data source. Most tar implementations do not automatically detect the compression format, few implementation that can correctly do this when reading from stdin or a socket. (The tar program included with Gunnar Ritter's heirloom collection also does full automatic format detection.)\n"
"\n"
-"- Writes POSIX formats: libarchive writes POSIX-standard formats, "
-"including \"ustar,\" \"pax interchange format,\" and the POSIX \"cpio\" "
-"format.\n"
+"- Writes POSIX formats: libarchive writes POSIX-standard formats, including \"ustar,\" \"pax interchange format,\" and the POSIX \"cpio\" format.\n"
"\n"
-"- Supports pax interchange format: Pax interchange format (which, despite "
-"the name, is really an extended tar format) eliminates almost all "
-"limitations of historic tar formats and provides a standard method for "
-"incorporating vendor-specific extensions. libarchive exploits this "
-"extension mechanism to support ACLs and file flags, for example. (Joerg "
-"Schilling's star archiver is another open-source tar program that "
-"supports pax interchange format.)\n"
+"- Supports pax interchange format: Pax interchange format (which, despite the name, is really an extended tar format) eliminates almost all limitations of historic tar formats and provides a standard method for incorporating vendor-specific extensions. libarchive exploits this extension mechanism to support ACLs and file flags, for example. (Joerg Schilling's star archiver is another open-source tar program that supports pax interchange format.)\n"
"\n"
-"- Reads popular formats: libarchive can read GNU tar, ustar, pax "
-"interchange format, cpio, and older tar variants. The internal "
-"architecture is easily extensible. The only requirement for support is "
-"that it be possible to read the format without seeking in the file. (For "
-"example, a format that includes a compressed size field before the data "
-"cannot be correctly written without seeking.)\n"
+"- Reads popular formats: libarchive can read GNU tar, ustar, pax interchange format, cpio, and older tar variants. The internal architecture is easily extensible. The only requirement for support is that it be possible to read the format without seeking in the file. (For example, a format that includes a compressed size field before the data cannot be correctly written without seeking.)\n"
"\n"
-"- High-Level API: the libarchive API makes it fairly simple to build an "
-"archive from a list of filenames or to extract the entries from an "
-"archive. However, the API also provides extreme flexibility with regards "
-"to data sources. For example, there are generic hooks that allow you to "
-"write an archive to a socket or read data from an archive entry into a "
-"memory buffer.\n"
+"- High-Level API: the libarchive API makes it fairly simple to build an archive from a list of filenames or to extract the entries from an archive. However, the API also provides extreme flexibility with regards to data sources. For example, there are generic hooks that allow you to write an archive to a socket or read data from an archive entry into a memory buffer.\n"
"\n"
-"- Extensible. The internal design uses generic interfaces for compression, "
-"archive format detection and decoding, and archive data I/O. It should be "
-"very easy to add new formats, new compression methods, or new ways of "
-"reading/writing archives."
+"- Extensible. The internal design uses generic interfaces for compression, archive format detection and decoding, and archive data I/O. It should be very easy to add new formats, new compression methods, or new ways of reading/writing archives."
msgstr ""
#. summary(elfutils:libasm1)
@@ -2322,13 +1861,7 @@
msgstr ""
#. description(elfutils:libasm1)
-msgid ""
-"Elfutils is a collection of utilities, including ld (a linker), nm (for "
-"listing symbols from object files), size (for listing the section sizes of "
-"an object or archive file), strip (for discarding symbols), readline (the "
-"see the raw ELF file structures), and elflint (to check for well-formed ELF "
-"files). Also included are numerous helper libraries which implement DWARF, "
-"ELF, and machine-specific ELF handling."
+msgid "Elfutils is a collection of utilities, including ld (a linker), nm (for listing symbols from object files), size (for listing the section sizes of an object or archive file), strip (for discarding symbols), readline (the see the raw ELF file structures), and elflint (to check for well-formed ELF files). Also included are numerous helper libraries which implement DWARF, ELF, and machine-specific ELF handling."
msgstr ""
#. summary(alsa:libasound2)
@@ -2336,9 +1869,7 @@
msgstr ""
#. description(alsa:libasound2)
-msgid ""
-"This package contains the library for ALSA, Advanced Linux Sound "
-"Architecture."
+msgid "This package contains the library for ALSA, Advanced Linux Sound Architecture."
msgstr ""
#. summary(aspell:libaspell15)
@@ -2348,8 +1879,7 @@
#. description(aspell:libaspell15)
msgid ""
-"GNU Aspell is a spell checker designed to eventually replace Ispell. It can "
-"be used as a library or as an independent spell checker.\n"
+"GNU Aspell is a spell checker designed to eventually replace Ispell. It can be used as a library or as an independent spell checker.\n"
"\n"
"This package contains the aspell library."
msgstr ""
@@ -2367,9 +1897,7 @@
msgstr ""
#. description(libatasmart:libatasmart4)
-msgid ""
-"A small and lightweight parser library for ATA S.M.A.R.T. hard disk health "
-"monitoring."
+msgid "A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring."
msgstr ""
#. summary(atk:libatk-1_0-0)
@@ -2377,10 +1905,7 @@
msgstr ""
#. description(atk:libatk-1_0-0)
-msgid ""
-"The ATK library provides a set of accessibility interfaces. By supporting "
-"the ATK interfaces, an application or toolkit can be used with screen "
-"readers, magnifiers, and alternate input devices."
+msgid "The ATK library provides a set of accessibility interfaces. By supporting the ATK interfaces, an application or toolkit can be used with screen readers, magnifiers, and alternate input devices."
msgstr ""
#. summary(at-spi2-atk:libatk-bridge-2_0-0)
@@ -2389,8 +1914,7 @@
#. description(at-spi2-atk:libatk-bridge-2_0-0)
msgid ""
-"AT-SPI is a general interface for applications to make use of the "
-"accessibility toolkit. This version is based on dbus.\n"
+"AT-SPI is a general interface for applications to make use of the accessibility toolkit. This version is based on dbus.\n"
"\n"
"The package contains a ATK/D-Bus bridge library."
msgstr ""
@@ -2400,9 +1924,7 @@
msgstr ""
#. description(atkmm:libatkmm-1_6-1)
-msgid ""
-"atkmm is the C++ binding for the ATK library. This module is part of the "
-"GNOME C++ bindings effort."
+msgid "atkmm is the C++ binding for the ATK library. This module is part of the GNOME C++ bindings effort."
msgstr ""
#. summary(linux-atm:libatm1)
@@ -2418,9 +1940,7 @@
msgstr ""
#. description(at-spi2-core:libatspi0)
-msgid ""
-"AT-SPI is a general interface for applications to make use of the "
-"accessibility toolkit. This version is based on dbus."
+msgid "AT-SPI is a general interface for applications to make use of the accessibility toolkit. This version is based on dbus."
msgstr ""
#. summary(attr:libattr1)
@@ -2428,32 +1948,15 @@
msgstr ""
#. description(attr:libattr1)
-msgid ""
-"This package contains the libattr.so dynamic library, which contains the "
-"extended attribute library functions."
+msgid "This package contains the libattr.so dynamic library, which contains the extended attribute library functions."
msgstr ""
-#. summary(audiofile:libaudiofile1)
-msgid "An Audio File Library"
-msgstr ""
-
-#. description(audiofile:libaudiofile1)
-msgid ""
-"This audio file library is an implementation of the SGI audio file library. "
-"At present, not all features of the SGI audio file library are implemented.\n"
-"\n"
-"This library allows the processing of audio data to and from audio files of "
-"many common formats (currently AIFF, AIFC, WAVE, and NeXT/Sun)."
-msgstr ""
-
#. summary(audit:libaudit1)
msgid "Dynamic library for libaudit"
msgstr ""
#. description(audit:libaudit1)
-msgid ""
-"The libaudit package contains the dynamic libraries needed for applications "
-"to use the audit framework."
+msgid "The libaudit package contains the dynamic libraries needed for applications to use the audit framework."
msgstr ""
#. summary(augeas:libaugeas0)
@@ -2462,14 +1965,9 @@
#. description(augeas:libaugeas0)
msgid ""
-"A library for programmatically editing configuration files. Augeas parses "
-"configuration files into a tree structure, which it exposes through its "
-"public API. Changes made through the API are written back to the initially "
-"read files.\n"
+"A library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API. Changes made through the API are written back to the initially read files.\n"
"\n"
-"The transformation works very hard to preserve comments and formatting "
-"details. It is controlled by ``lens'' definitions that describe the file "
-"format and the transformation into a tree."
+"The transformation works very hard to preserve comments and formatting details. It is controlled by ``lens'' definitions that describe the file format and the transformation into a tree."
msgstr ""
#. summary(audit:libauparse0)
@@ -2477,26 +1975,33 @@
msgstr ""
#. description(audit:libauparse0)
-msgid ""
-"The libauparse package contains the dynamic libraries needed to parse audit "
-"records."
+msgid "The libauparse package contains the dynamic libraries needed to parse audit records."
msgstr ""
-#. summary(lapack:libblas3)
-msgid "BLAS Shared Library"
+#. summary(ding-libs:libbasicobjects0)
+msgid "Library containing basic objects like dynamic string"
msgstr ""
-#. description(lapack:libblas3)
-msgid ""
-"BLAS (Basic Linear Algebra Subprograms) is a standard library for numerical "
-"algebra. BLAS provides a number of basic algorithms for linear algebra."
+#. description(ding-libs:libbasicobjects0)
+msgid "A small library that provides a buffer object."
msgstr ""
+#. summary(bind:libbind9-140)
+msgid "BIND9 shared library used by BIND"
+msgstr ""
+
+#. description(bind:libbind9-140)
+#, fuzzy
+msgid "This library contains a few utility functions used by the BIND server and utilities."
+msgstr "O pacote contém uma versão diferente da experada"
+
#. summary(util-linux:libblkid1)
+#. summary(util-linux:libfdisk1)
msgid "Filesystem detection library"
msgstr ""
#. description(util-linux:libblkid1)
+#. description(util-linux:libfdisk1)
msgid "Library for filesystem detection."
msgstr ""
@@ -2508,68 +2013,75 @@
msgid "Bluetooth protocol stack libraries."
msgstr ""
-#. summary(boost:libboost_date_time1_53_0)
-msgid "Boost::Date.Time Runtime libraries"
+#. summary(libbluray:libbluray1)
+msgid "Library to access Blu-Ray disk"
msgstr ""
-#. description(boost:libboost_date_time1_53_0)
-msgid "This package contains the Boost Date.Time runtime libraries."
+#. description(libbluray:libbluray1)
+msgid "This library is written for the purpose of playing Blu-ray movies. It is intended for software that want to support Blu-ray playback (such as VLC and MPlayer). We, the authors of this library, do not condone nor endorse piracy."
msgstr ""
-#. summary(boost:libboost_system1_53_0)
+#. summary(boost:libboost_system1_58_0)
msgid "Boost::System Runtime Libraries"
msgstr ""
-#. description(boost:libboost_system1_53_0)
+#. description(boost:libboost_system1_58_0)
msgid "This package contains the Boost::System runtime libraries."
msgstr ""
-#. summary(boost:libboost_thread1_53_0)
+#. summary(boost:libboost_thread1_58_0)
msgid "Boost::Thread Runtime Libraries"
msgstr ""
-#. description(boost:libboost_thread1_53_0)
+#. description(boost:libboost_thread1_58_0)
msgid "This package contains the Boost::Thread runtime libraries."
msgstr ""
+#. summary(btrfsprogs:libbtrfs0)
+#, fuzzy
+msgid "Library for interacting with Btrfs"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(btrfsprogs:libbtrfs0)
+#, fuzzy
+msgid "This package contains the libbtrfs.so shared library needed for some applications to interface with btrfs."
+msgstr "Aplicativos Usados Recentemente"
+
#. summary(libburnia:libburn4)
msgid "Library for Writing Preformatted Data onto Optical Media"
msgstr ""
#. description(libburnia:libburn4)
-msgid ""
-"Libburn is a library for writing preformatted data onto optical media such "
-"as CD, DVD, BD (Blu-Ray) and also offers a facility for reading data blocks "
-"from its drives without using the normal block device I/O."
+msgid "Libburn is a library for writing preformatted data onto optical media such as CD, DVD, BD (Blu-Ray) and also offers a facility for reading data blocks from its drives without using the normal block device I/O."
msgstr ""
+#. summary(libburnia:libburnia-tools)
+msgid "Tools for Creating and Manipulating ISO 9660 Images and Writing Optical Media"
+msgstr ""
+
+#. description(libburnia:libburnia-tools)
+msgid "Commandline tools provided by the libburnia project including cdrskin, a cdrecord emulator, and xorriso, a tool for creating and manipulating ISO 9660 filesystem images."
+msgstr ""
+
#. summary(bzip2:libbz2-1)
+#. description(bzip2:libbz2-1)
msgid "The bzip2 runtime library"
msgstr ""
#. summary(cairo:libcairo-gobject2)
+#. summary(cairo:libcairo2)
msgid "Vector Graphics Library with Cross-Device Output Support"
msgstr ""
#. description(cairo:libcairo-gobject2)
msgid ""
-"Cairo is a vector graphics library with cross-device output support. "
-"Currently supported output targets include the X Window System, in-memory "
-"image buffers, and PostScript. Cairo is designed to produce identical output "
-"on all output media while taking advantage of display hardware acceleration "
-"when available.\n"
+"Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System, in-memory image buffers, and PostScript. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available.\n"
"\n"
-"This library contains GType declarations for Cairo types. It is also meant "
-"to support gobject-introspection binding creation."
+"This library contains GType declarations for Cairo types. It is also meant to support gobject-introspection binding creation."
msgstr ""
#. description(cairo:libcairo2)
-msgid ""
-"Cairo is a vector graphics library with cross-device output support. "
-"Currently supported output targets include the X Window System, in-memory "
-"image buffers, and PostScript. Cairo is designed to produce identical output "
-"on all output media while taking advantage of display hardware acceleration "
-"when available."
+msgid "Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System, in-memory image buffers, and PostScript. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available."
msgstr ""
#. summary(cairomm:libcairomm-1_0-1)
@@ -2588,10 +2100,7 @@
#. description(libcanberra:libcanberra-gtk-module-common)
msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
"\n"
"This package contains files common to both the GTK+ 2 and GTK+ 3 modules."
msgstr ""
@@ -2602,13 +2111,9 @@
#. description(libcanberra:libcanberra-gtk0)
msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
"\n"
-"This package contains a library to make it easier to use libcanberra from GTK"
-"+ 2 applications."
+"This package contains a library to make it easier to use libcanberra from GTK+ 2 applications."
msgstr ""
#. summary(libcanberra:libcanberra-gtk2-module)
@@ -2617,13 +2122,9 @@
#. description(libcanberra:libcanberra-gtk2-module)
msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
"\n"
-"This package contains a GTK+ 2 module that triggers input feedback event "
-"sounds."
+"This package contains a GTK+ 2 module that triggers input feedback event sounds."
msgstr ""
#. summary(libcanberra:libcanberra-gtk3-0)
@@ -2632,13 +2133,9 @@
#. description(libcanberra:libcanberra-gtk3-0)
msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
"\n"
-"This package contains a library to make it easier to use libcanberra from GTK"
-"+ 3 applications."
+"This package contains a library to make it easier to use libcanberra from GTK+ 3 applications."
msgstr ""
#. summary(libcanberra:libcanberra-gtk3-module)
@@ -2647,13 +2144,9 @@
#. description(libcanberra:libcanberra-gtk3-module)
msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
"\n"
-"This package contains a GTK+ 3 module that triggers input feedback event "
-"sounds."
+"This package contains a GTK+ 3 module that triggers input feedback event sounds."
msgstr ""
#. summary(libcanberra:libcanberra0)
@@ -2662,10 +2155,7 @@
#. description(libcanberra:libcanberra0)
msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
"\n"
"This package contains the main library."
msgstr ""
@@ -2683,13 +2173,7 @@
msgstr ""
#. description(libcap:libcap2)
-msgid ""
-"Capabilities are a measure to limit the omnipotence of the superuser. "
-"Currently a program started by root or setuid root has the power to do "
-"anything. Capabilities (Linux-Privs) provide a more fine-grained access "
-"control. Without kernel patches, you can use this library to drop "
-"capabilities within setuid binaries. If you use patches, this can be done "
-"automatically by the kernel."
+msgid "Capabilities are a measure to limit the omnipotence of the superuser. Currently a program started by root or setuid root has the power to do anything. Capabilities (Linux-Privs) provide a more fine-grained access control. Without kernel patches, you can use this library to drop capabilities within setuid binaries. If you use patches, this can be done automatically by the kernel."
msgstr ""
#. summary(libcares2)
@@ -2697,122 +2181,36 @@
msgstr ""
#. description(libcares2)
-msgid ""
-"c-ares is a C library that performs DNS requests and name resolves "
-"asynchronously. c-ares is a fork of the library named 'ares', written by "
-"Greg Hudson at MIT."
+msgid "c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT."
msgstr ""
#. summary(cdparanoia:libcdda_interface0)
-msgid ""
-"Extracting, Verifying, and Fixing Audio Tracks from CDs - runtime library"
+#. summary(cdparanoia:libcdda_paranoia0)
+msgid "Extracting, Verifying, and Fixing Audio Tracks from CDs - runtime library"
msgstr ""
#. description(cdparanoia:libcdda_interface0)
+#. description(cdparanoia:libcdda_paranoia0)
msgid ""
-"This CDDA reader distribution ('cdparanoia') reads audio from the CD-ROM "
-"directly as data and writes the data to a file or pipe as .wav, .aifc, or "
-"raw 16-bit linear PCM.\n"
+"This CDDA reader distribution ('cdparanoia') reads audio from the CD-ROM directly as data and writes the data to a file or pipe as .wav, .aifc, or raw 16-bit linear PCM.\n"
"\n"
"This is a beta release. See http://www.xiph.org/paranoia/."
msgstr ""
-#. summary(libcdio:libcdio14)
+#. summary(libcdio:libcdio16)
msgid "CD-ROM Access Library"
msgstr ""
-#. description(libcdio:libcdio14)
-msgid ""
-"This library encapsulates CD-ROM reading and control. Applications wanting "
-"to be oblivious to the OS and device-dependent properties of a CD-ROM can "
-"use this library."
+#. description(libcdio:libcdio16)
+msgid "This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library."
msgstr ""
-#. summary(libcdr:libcdr-0_0-0)
-#, fuzzy
-msgid "Library for parsing the Corel Draw file format structure"
-msgstr "Criando banco de dados de recursos"
-
-#. description(libcdr:libcdr-0_0-0)
-msgid ""
-"libcdr is a library for parsing the Corel Draw file format structure. It is "
-"cross-platform, at the moment it can be build on Microsoft Windows and Linux."
-msgstr ""
-
-#. summary(celt:libcelt0-2)
-msgid "Ultra-Low Delay Audio Codec"
-msgstr ""
-
-#. description(celt:libcelt0-2)
-msgid ""
-"The CELT codec is an experimental audio codec for use in low-delay speech "
-"and audio communication."
-msgstr ""
-
-#. summary(cloog-isl:libcloog-isl4)
-msgid "The CLOOG shared library using ISL"
-msgstr ""
-
-#. description(cloog-isl:libcloog-isl4)
-#, fuzzy
-msgid "The shared library for the Chunky Loop Generator using the ISL backend."
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. summary(clucene-core:libclucene-contribs-lib1)
-msgid "Language specific text analyzers for clucene-core"
-msgstr ""
-
-#. description(clucene-core:libclucene-contribs-lib1)
-msgid ""
-"CLucene is a C++ port of Lucene. It is a high-performance, full-featured "
-"text search engine written in C++. CLucene is faster than lucene as it is "
-"written in C++.\n"
-"\n"
-"This package contains language specific text analyzers for clucene."
-msgstr ""
-
-#. summary(clucene-core:libclucene-core1)
-#, fuzzy
-msgid "C++ implementation of the Lucene text search engine"
-msgstr "Pacotes de desenvolvimento do KDE"
-
-#. description(clucene-core:libclucene-core1)
-msgid ""
-"CLucene is a C++ port of Lucene. It is a high-performance, full-featured "
-"text search engine written in C++. CLucene is faster than lucene as it is "
-"written in C++."
-msgstr ""
-
-#. summary(clucene-core:libclucene-shared1)
-msgid "CLucene cross-platform layer"
-msgstr ""
-
-#. description(clucene-core:libclucene-shared1)
-msgid ""
-"This package creates a library that is used in all the CLucene projects. It "
-"provides cross-platform macros and functions, as well as things like cl_* "
-"string macros, file handling functions, replacement functions, etc."
-msgstr ""
-
-#. summary(cmis-client:libcmis-0_3-3)
-#, fuzzy
-msgid "Library for accessing CMIS-enabled servers"
-msgstr "Criando banco de dados de recursos"
-
-#. description(cmis-client:libcmis-0_3-3)
-msgid ""
-"LibCMIS is a C++ client library for the CMIS interface. This allows C++ "
-"applications to connect to any CMIS-enabled repositories."
-msgstr ""
-
-#. summary(ding-libs:libcollection2)
+#. summary(ding-libs:libcollection4)
msgid "Collection data-type for C"
msgstr ""
-#. description(ding-libs:libcollection2)
-msgid ""
-"A data-type to collect data in a hierarchical structure for easy iteration "
-"and serialization"
+#. description(ding-libs:libcollection4)
+msgid "A data-type to collect data in a hierarchical structure for easy iteration and serialization"
msgstr ""
#. summary(colord:libcolord2)
@@ -2820,31 +2218,35 @@
msgstr ""
#. description(colord:libcolord2)
-msgid ""
-"colord is a system activated daemon that maps devices to color profiles. It "
-"is used by gnome-color-manager for system integration and use when there are "
-"no users logged in."
+msgid "colord is a system activated daemon that maps devices to color profiles. It is used by gnome-color-manager for system integration and use when there are no users logged in."
msgstr ""
#. summary(e2fsprogs:libcom_err2)
msgid "E2fsprogs error reporting library"
msgstr ""
-#. description(e2fsprogs:libcom_err2)
-msgid "com_err is an error message display library."
+#. summary(cpupower:libcpupower0)
+msgid "Obsolete processor frequency related C-library"
msgstr ""
+#. description(cpupower:libcpupower0)
+msgid "Contains libcpupower and soon possibly other CPU power related C libraries."
+msgstr ""
+
+#. summary(libcroco:libcroco-0_6-3)
+msgid "CSS2 Parser Library"
+msgstr ""
+
+#. description(libcroco:libcroco-0_6-3)
+msgid "Libcroco is a stand-alone CSS2 parsing library. It provides a low-level event-driven SAC-like API and a CSS object model-like API."
+msgstr ""
+
#. summary(pam_mount:libcryptmount0)
msgid "Library to mount crypto images and handle key files"
msgstr ""
#. description(pam_mount:libcryptmount0)
-msgid ""
-"libcryptmount takes care of the many steps involved in making a crypto image "
-"(file) available as a mountable block device, including supplemental key "
-"file decryption, loop device setup and crypto device setup. It supports "
-"pam_mount style plain EHD2/OpenSSL images and LUKS and transparent use of "
-"the OS's crypto layer."
+msgid "libcryptmount takes care of the many steps involved in making a crypto image (file) available as a mountable block device, including supplemental key file decryption, loop device setup and crypto device setup. It supports pam_mount style plain EHD2/OpenSSL images and LUKS and transparent use of the OS's crypto layer."
msgstr ""
#. summary(curl:libcurl4)
@@ -2852,9 +2254,7 @@
msgstr ""
#. description(curl:libcurl4)
-msgid ""
-"The cURL shared library version 4 for accessing data using different network "
-"protocols."
+msgid "The cURL shared library version 4 for accessing data using different network protocols."
msgstr ""
#. summary(libdaemon:libdaemon0)
@@ -2862,10 +2262,17 @@
msgstr ""
#. description(libdaemon:libdaemon0)
-msgid ""
-"libdaemon is a lightweight C library that eases the writing of UNIX daemons."
+msgid "libdaemon is a lightweight C library that eases the writing of UNIX daemons."
msgstr ""
+#. summary(libdatrie:libdatrie1)
+msgid "Double-Array Trie Library"
+msgstr ""
+
+#. description(libdatrie:libdatrie1)
+msgid "This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
+msgstr ""
+
#. summary(libdb-4_8)
#, fuzzy
msgid "Berkeley DB Database Library Version 4.8"
@@ -2873,8 +2280,7 @@
#. description(libdb-4_8)
msgid ""
-"The Berkeley DB Database is a programmatic toolkit that provides database "
-"support for applications.\n"
+"The Berkeley DB Database is a programmatic toolkit that provides database support for applications.\n"
"\n"
"This package contains the necessary runtime libraries."
msgstr ""
@@ -2884,19 +2290,6 @@
msgid "Library package for D-Bus"
msgstr "Pacotes de desenvolvimento do KDE"
-#. summary(libdc1394:libdc1394-22)
-msgid "1394-Based Digital Camera Control Library"
-msgstr ""
-
-#. description(libdc1394:libdc1394-22)
-msgid ""
-"This library provides functionality for controlling any camera that conforms "
-"to the 1394-Based Digital Camera Specification (which can be found at http://"
-"www.1394ta.org/Download/Technology/Specifications/Camera120.pdf) It "
-"utilizes the low-level functionality provided by libraw1394 to communicate "
-"with the camera."
-msgstr ""
-
#. summary(samba:libdcerpc-binding0)
msgid "Some samba library"
msgstr ""
@@ -2907,13 +2300,9 @@
#. description(samba:libdcerpc0)
msgid ""
-"DCE/RPC, short for \"Distributed Computing Environment / Remote Procedure "
-"Calls\", is the remote procedure call system developed for the Distributed "
-"Computing Environment (DCE). This system allows programmers to write "
-"distributed software as if it were all working on the same computer, without "
-"having to worry about the underlying network code.\n"
+"DCE/RPC, short for \"Distributed Computing Environment / Remote Procedure Calls\", is the remote procedure call system developed for the Distributed Computing Environment (DCE). This system allows programmers to write distributed software as if it were all working on the same computer, without having to worry about the underlying network code.\n"
"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+"Source Timestamp: 3508 Branch: 4.3.1"
msgstr ""
#. summary(dconf:libdconf1)
@@ -2922,13 +2311,12 @@
msgstr "Módulos YaST2 de Configuração"
#. summary(ding-libs:libdhash1)
-msgid "Dynamic hash table"
-msgstr ""
+#, fuzzy
+msgid "Dynamic hash table library"
+msgstr "Desenvolvimento GNOME"
#. description(ding-libs:libdhash1)
-msgid ""
-"A hash table which will dynamically resize to achieve optimal storage & "
-"access time properties"
+msgid "A hash table which will dynamically resize to achieve optimal storage & access time properties"
msgstr ""
#. summary(libdnet:libdnet1)
@@ -2937,60 +2325,74 @@
#. description(libdnet:libdnet1)
msgid ""
-"libdnet provides a simplified, portable interface to several low-level "
-"networking routines, including:\n"
-"\n"
+"libdnet provides a simplified, portable interface to several low-level networking routines, including:\n"
"* network address manipulation\n"
-"\n"
"* kernel arp(4) cache and route(4) table lookup and manipulation\n"
-"\n"
-"* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)\n"
-"\n"
+"* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)\n"
"* network interface lookup and manipulation\n"
-"\n"
"* IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)\n"
-"\n"
"* raw IP packet and Ethernet frame transmission"
msgstr ""
+#. summary(bind:libdns161)
+msgid "DNS library used by BIND"
+msgstr ""
+
+#. description(bind:libdns161)
+msgid ""
+"This subpackage contains the \"DNS client\" module. This is a higher level API that provides an interface to name resolution, single DNS transaction with a particular server, and dynamic update. Regarding name resolution, it supports advanced features such as DNSSEC validation and caching. This module supports both synchronous and asynchronous mode.\n"
+"\n"
+"It also contains the Advanced Database (ADB) and Simple Database (SDB) APIs. ADB allows user-written routines to replace BIND’s internal database function for both nominated and all zones. SDB allows a user-written driver to supply zone data either from alternate data sources (for instance, a relational database) or using specialized algorithms (for instance, for load-balancing). [Book links for SDB: \"Pro DNS and BIND 10\", R. Aitchison, Apress]"
+msgstr ""
+
+#. summary(avahi:libdns_sd)
+msgid "mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour"
+msgstr ""
+
+#. description(avahi:libdns_sd)
+msgid ""
+"Apple mDNSResponder compatibility layer for avahi.\n"
+"\n"
+"Avahi is an implementation the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.\n"
+"\n"
+"The Avahi mDNS responder is now feature complete implementing all MUSTs and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition it supports some nifty things that have never been seen elsewhere like correct mDNS reflection across LAN segments."
+msgstr ""
+
#. summary(libdrm:libdrm2)
msgid "Userspace Interface for Kernel DRM Services"
msgstr ""
#. description(libdrm:libdrm2)
-msgid ""
-"libdrm is a library for accessing the Direct Rendering Manager on Linux, BSD "
-"and other operating systes that support the ioctl interface, and for "
-"chipsets with DRM memory manager, support for tracking relocations and "
-"buffers. libdrm is a low-level library, typically used by graphics drivers "
-"such as the Mesa DRI and X drivers."
+msgid "libdrm is a library for accessing the Direct Rendering Manager on Linux, BSD and other operating systems that support the ioctl interface, and for chipsets with DRM memory manager, support for tracking relocations and buffers. libdrm is a low-level library, typically used by graphics drivers such as the Mesa DRI and X drivers."
msgstr ""
-#. summary(libdrm:libdrm_intel1)
-msgid "Userspace interface for Kernel DRM services for Intel chips"
+#. summary(libdrm:libdrm_amdgpu1)
+#. summary(libdrm:libdrm_radeon1)
+msgid "Userspace interface for Kernel DRM services for AMD Radeon chips"
msgstr ""
+#. description(libdrm:libdrm_amdgpu1)
#. description(libdrm:libdrm_intel1)
+#. description(libdrm:libdrm_nouveau2)
+#. description(libdrm:libdrm_radeon1)
msgid "(Upstream has not provided a description)"
msgstr ""
+#. summary(libdrm:libdrm_intel1)
+msgid "Userspace interface for Kernel DRM services for Intel chips"
+msgstr ""
+
#. summary(libdrm:libdrm_nouveau2)
msgid "Userspace interface for Kernel DRM services for NVIDIA chips"
msgstr ""
-#. summary(libdrm:libdrm_radeon1)
-msgid "Userspace interface for Kernel DRM services for AMD Radeon chips"
-msgstr ""
-
#. summary(libdvdread:libdvdread4)
#, fuzzy
msgid "Library for Reading DVD Video Images"
msgstr "Aguardar por aplicativo kicker"
#. description(libdvdread:libdvdread4)
-msgid ""
-"This package contains shared libraries for accessing DVD images (this "
-"package does not contain DeCSS algorithms)."
+msgid "This package contains shared libraries for accessing DVD images (this package does not contain DeCSS algorithms)."
msgstr ""
#. summary(elfutils:libdw1)
@@ -2998,9 +2400,7 @@
msgstr ""
#. description(elfutils:libdw1)
-msgid ""
-"This package provides a high-level library to access the DWARF debugging "
-"information. This is a part of elfutils package."
+msgid "This package provides a high-level library to access the DWARF debugging information. This is a part of elfutils package."
msgstr ""
#. summary(libedit:libedit0)
@@ -3008,21 +2408,25 @@
msgstr ""
#. description(libedit:libedit0)
-msgid ""
-"libedit is a command line editing and history library. It is designed to be "
-"used by interactive programs that allow the user to type commands at a "
-"terminal prompt."
+msgid "libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt."
msgstr ""
+#. summary(efivar:libefivar0)
+#, fuzzy
+msgid "Library to manage UEFI variables"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(efivar:libefivar0)
+#, fuzzy
+msgid "Library to allow for the simple manipulation of UEFI variables."
+msgstr "Aguardar por aplicativo kicker"
+
#. summary(libelf0)
msgid "An ELF Object File Access Library"
msgstr ""
#. description(libelf0)
-msgid ""
-"The libelf package contains a library for accessing ELF object files. Libelf "
-"allows you to access the internals of the ELF object file format, so you can "
-"see the different sections of an ELF file."
+msgid "The libelf package contains a library for accessing ELF object files. Libelf allows you to access the internals of the ELF object file format, so you can see the different sections of an ELF file."
msgstr ""
#. summary(elfutils:libelf1)
@@ -3030,9 +2434,7 @@
msgstr ""
#. description(elfutils:libelf1)
-msgid ""
-"This package provides a high-level library to read and write ELF files. This "
-"is a part of elfutils package."
+msgid "This package provides a high-level library to read and write ELF files. This is a part of elfutils package."
msgstr ""
#. summary(enca:libenca0)
@@ -3041,12 +2443,9 @@
#. description(enca:libenca0)
msgid ""
-"The enca-devel package contains the static libraries and header files for "
-"writing programs using the Extremely Naive Charset Analyser library, and its "
-"API documentation.\n"
+"The enca-devel package contains the static libraries and header files for writing programs using the Extremely Naive Charset Analyser library, and its API documentation.\n"
"\n"
-"Install enca-devel if you are going to create applications using the Enca "
-"library."
+"Install enca-devel if you are going to create applications using the Enca library."
msgstr ""
#. summary(enchant:libenchant1)
@@ -3054,33 +2453,29 @@
msgstr ""
#. description(enchant:libenchant1)
-msgid ""
-"A library providing an efficient extensible abstraction for dealing with "
-"different spell checking libraries."
+msgid "A library providing an efficient extensible abstraction for dealing with different spell checking libraries."
msgstr ""
-#. summary(esound:libesd0)
-msgid "A sound daemon for Enlightenment and GNOME"
-msgstr ""
+#. summary(libepoxy:libepoxy0)
+#, fuzzy
+msgid "OpenGL function pointer management library"
+msgstr "Gerenciamento de energia (APM)"
-#. description(esound:libesd0)
+#. description(libepoxy:libepoxy0)
msgid ""
-"A multiplexing and caching sound daemon. It can use ALSA or OSS for sound "
-"output. Many projects, including Enlightenment and GNOME, use esound to play "
-"and record their sounds."
+"Epoxy is a library for handling OpenGL function pointer management for you.\n"
+"\n"
+"It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader()."
msgstr ""
-#. summary(libestr:libestr0)
+#. summary(libevdev:libevdev2)
#, fuzzy
-msgid "String handling essentials library"
-msgstr "Desenvolvimento GNOME"
+msgid "Library for handling evdev kernel devices"
+msgstr "Aguardar por aplicativo kicker"
-#. description(libestr:libestr0)
-#, fuzzy
-msgid ""
-"This package provides the string handling essentials shared library used by "
-"the rsyslog daemon."
-msgstr "O pacote contém uma versão diferente da experada"
+#. description(libevdev:libevdev2)
+msgid "Library for handling evdev kernel devices. It abstracts the ioctls through type-safe interfaces and provides functions to change the appearance of the device."
+msgstr ""
#. summary(libevent:libevent-2_0-5)
#, fuzzy
@@ -3089,18 +2484,11 @@
#. description(libevent:libevent-2_0-5)
msgid ""
-"The libevent API provides a mechanism to execute a callback function when a "
-"specific event occurs on a file descriptor or after a timeout has been "
-"reached. Furthermore, libevent also support callbacks due to signals or "
-"regular timeouts.\n"
+"The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.\n"
"\n"
-"Currently, libevent supports /dev/poll, kqueue(2), event ports, POSIX select"
-"(2), Windows select(), poll(2), and epoll(4).\n"
+"Currently, libevent supports /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4).\n"
"\n"
-"Libevent additionally provides a sophisticated framework for buffered "
-"network IO, with support for sockets, filters, rate-limiting, SSL, zero-copy "
-"file transmission, and IOCP. Libevent includes support for several useful "
-"protocols, including DNS, HTTP, and a minimal RPC framework.\n"
+"Libevent additionally provides a sophisticated framework for buffered network IO, with support for sockets, filters, rate-limiting, SSL, zero-copy file transmission, and IOCP. Libevent includes support for several useful protocols, including DNS, HTTP, and a minimal RPC framework.\n"
"\n"
"This package holds the shared libraries for libevent."
msgstr ""
@@ -3110,89 +2498,48 @@
msgstr ""
#. description(libexif:libexif12)
-msgid ""
-"This library is used to parse EXIF information from JPEGs created by digital "
-"cameras."
+msgid "This library is used to parse EXIF information from JPEGs created by digital cameras."
msgstr ""
-#. summary(exiv2:libexiv2-12)
+#. summary(exiv2:libexiv2-14)
msgid "Library to access image metadata"
msgstr ""
-#. description(exiv2:libexiv2-12)
-msgid ""
-"libexiv2 is a C++ library with a C compatibility interface to access image "
-"metadata, esp from Exif tags."
+#. description(exiv2:libexiv2-14)
+msgid "libexiv2 is a C++ library with a C compatibility interface to access image metadata, esp from Exif tags."
msgstr ""
#. summary(e2fsprogs:libext2fs2)
msgid "Ext2fs library"
msgstr ""
-#. description(e2fsprogs:libext2fs2)
-msgid "The basic Ext2fs shared library."
-msgstr ""
-
-#. summary(libexttextcat:libexttextcat-2_0-0)
-#, fuzzy
-msgid "Text categorization library"
-msgstr "Janela de autorização"
-
-#. description(libexttextcat:libexttextcat-2_0-0)
-msgid ""
-"The libexttextcat is a library implementing N-gram-based text categorization"
-msgstr ""
-
-#. summary(libexttextcat)
-msgid "Text categorization library datafiles and documents"
-msgstr ""
-
#. summary(libfallocate:libfallocate0)
msgid "Filesystem preallocation interface library"
msgstr ""
#. description(libfallocate:libfallocate0)
msgid ""
-"libfallocate provides an interface for applications to tell filesystems "
-"about the size of to-be-written files, so the filesystem can do a better job "
-"in taking allocation decisions to avoid fragmentation.\n"
+"libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation.\n"
"\n"
-"libfallocate provides a wrapper for the fallocate() syscall in case your "
-"glibc (<2.10) does not have it yet. It also provides linux_fallocate() which "
-"will attempt the space reservation ioctl that xfs and ocfs2 provide in case "
-"fallocate() did not succeed.\n"
+"libfallocate provides a wrapper for the fallocate() syscall in case your glibc (<2.10) does not have it yet. It also provides linux_fallocate() which will attempt the space reservation ioctl that xfs and ocfs2 provide in case fallocate() did not succeed.\n"
"\n"
-"It has an additional richer interface fallocate_with_fallback() that allows "
-"you to instruct it to fallback to do preallocation by zeroing things out "
-"(like posix_fallocate()) or to extend the file size by a sparse write (like "
-"a successful fallocate() with mode==0 would have done)."
+"It has an additional richer interface fallocate_with_fallback() that allows you to instruct it to fallback to do preallocation by zeroing things out (like posix_fallocate()) or to extend the file size by a sparse write (like a successful fallocate() with mode==0 would have done)."
msgstr ""
-#. summary(fam:libfam0)
-msgid "File Alteration Monitoring Library"
+#. summary(gamin-devel:libfam0-gamin)
+msgid "Library providing the FAM File Alteration Monitor API"
msgstr ""
-#. description(fam:libfam0)
-msgid ""
-"Fam is a file alteration monitoring service. With it, you can receive "
-"signals when files are created or changed.\n"
-"\n"
-"This package provides libfam, which is used by KDE and GNOME. It also "
-"provides a tool for the console called fileschanged.\n"
-"\n"
-"To use fam notifications (it can reduce the network load on NFS servers, "
-"especially if they host user home directories) you need to run the fam "
-"daemon, which can be found in the fam-server package."
+#. description(gamin-devel:libfam0-gamin)
+msgid "This C library provides an API and ABI compatible file alteration monitor mechanism compatible with FAM, but not dependent on a system wide daemon."
msgstr ""
-#. summary(libffi48:libffi4)
+#. summary(libffi-gcc5:libffi4)
msgid "Foreign Function Interface library"
msgstr ""
-#. description(libffi48:libffi4)
-msgid ""
-"A foreign function interface is the popular name for the interface that "
-"allows code written in one language to call code written in another language."
+#. description(libffi-gcc5:libffi4)
+msgid "A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language."
msgstr ""
#. summary(fftw3:libfftw3-3)
@@ -3200,21 +2547,34 @@
msgstr ""
#. description(fftw3:libfftw3-3)
-msgid ""
-"FFTW is a C subroutine library for computing the Discrete Fourier Transform "
-"(DFT) in one or more dimensions, of both real and complex data, and of "
-"arbitrary input size."
+msgid "FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size."
msgstr ""
+#. summary(fltk:libfltk1)
+#, fuzzy
+msgid "FLTK Library"
+msgstr "Novell e Linux"
+
+#. description(fltk:libfltk1)
+msgid "The Fast Light Tool Kit (\"FLTK\", pronounced \"fulltick\") is a C++ graphical user interface toolkit for the X Window System (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r) NT 4.0, 95, or 98. The installation of this package requires you to install a 3D library. If you do not have hardware 3D, you can use the software OpenGL library in the mesasoft package (series x3d). The library can be recompiled without 3D support."
+msgstr ""
+
+#. summary(font-specimen:libfont-specimen0)
+#, fuzzy
+msgid "Library for Creating Font Specimen"
+msgstr "Aguardar por aplicativo kicker"
+
+#. description(font-specimen:libfont-specimen0)
+msgid "Library that allows to create specimens for installed font."
+msgstr ""
+
#. summary(libfontenc:libfontenc1)
#, fuzzy
msgid "X11 font encoding library"
msgstr "Novell e Linux"
#. description(libfontenc:libfontenc1)
-msgid ""
-"The libfontenc library is used by the Xorg server and other X font tools for "
-"handling fonts with different character set encodings."
+msgid "The libfontenc library is used by the Xorg server and other X font tools for handling fonts with different character set encodings."
msgstr ""
#. summary(libfprint:libfprint0)
@@ -3222,9 +2582,7 @@
msgstr ""
#. description(libfprint:libfprint0)
-msgid ""
-"The fprint project aims to plug a gap in the Linux desktop: support for "
-"consumer fingerprint reader devices."
+msgid "The fprint project aims to plug a gap in the Linux desktop: support for consumer fingerprint reader devices."
msgstr ""
#. summary(mozilla-nss:libfreebl3)
@@ -3233,11 +2591,7 @@
#. description(mozilla-nss:libfreebl3)
msgid ""
-"Network Security Services (NSS) is a set of libraries designed to support "
-"cross-platform development of security-enabled server applications. "
-"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS "
-"#7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security "
-"standards.\n"
+"Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server applications. Applications built with NSS can support SSL v3, TLS v1.0, v1.1, v1.2, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.\n"
"\n"
"This package installs the freebl library from NSS."
msgstr ""
@@ -3247,9 +2601,7 @@
msgstr ""
#. description(freetype2:libfreetype6)
-msgid ""
-"This library features TrueType fonts for open source projects. This version "
-"also contains an autohinter for producing improved output."
+msgid "This library features TrueType fonts for open source projects. This version also contains an autohinter for producing improved output."
msgstr ""
#. summary(fuse:libfuse2)
@@ -3258,16 +2610,11 @@
#. description(fuse:libfuse2)
msgid ""
-"With FUSE, a user space program can export a file system through the kernel-"
-"default (Linux kernel).\n"
+"With FUSE, a user space program can export a file system through the kernel-default (Linux kernel).\n"
"\n"
-"A FUSE file system which only needs libfuse2 is ntfs-3g, other FUSE file "
-"systems might need the fuse package in addition to have fusermount and /sbin/"
-"mount.fuse.\n"
+"A FUSE file system which only needs libfuse2 is ntfs-3g, other FUSE file systems might need the fuse package in addition to have fusermount and /sbin/mount.fuse.\n"
"\n"
-"After installing fuse-devel, administrators can compile and install other "
-"user space file systems which can be found at http://fuse.sourceforge.net/"
-"wiki"
+"After installing fuse-devel, administrators can compile and install other user space file systems which can be found at http://fuse.sourceforge.net/wiki"
msgstr ""
#. summary(libgadu:libgadu3)
@@ -3275,9 +2622,7 @@
msgstr ""
#. description(libgadu:libgadu3)
-msgid ""
-"libgadu is a library for handling of protocol of a popular Polish instant "
-"messenger Gadu-Gadu."
+msgid "libgadu is a library for handling of protocol of a popular Polish instant messenger Gadu-Gadu."
msgstr ""
#. summary(Mesa:libgbm1)
@@ -3286,8 +2631,7 @@
#. description(Mesa:libgbm1)
msgid ""
-"This package contains the GBM buffer management library. It provides a "
-"mechanism for allocating buffers for graphics rendering tied to Mesa.\n"
+"This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa.\n"
"\n"
"GBM is intended to be used as a native platform for EGL on drm or openwfd."
msgstr ""
@@ -3297,20 +2641,16 @@
msgstr ""
#. description(gc:libgc1)
-msgid ""
-"The Boehm-Demers-Weiser conservative garbage collector can be used as a "
-"garbage collecting replacement for C malloc or C++ new. It allows you to "
-"allocate memory basically as you normally would, without explicitly "
-"deallocating memory that is no longer useful. The collector automatically "
-"recycles memory when it determines that it can no longer be otherwise "
-"accessed."
+msgid "The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed."
msgstr ""
-#. summary(gcc48:libgcc_s1)
+#. summary(gcc5:libgcc_s1)
+#. summary(gcc5:libgcc_s1-32bit)
msgid "C compiler runtime library"
msgstr ""
-#. description(gcc48:libgcc_s1)
+#. description(gcc5:libgcc_s1)
+#. description(gcc5:libgcc_s1-32bit)
msgid "Libgcc is needed for dynamically linked C programs."
msgstr ""
@@ -3319,9 +2659,7 @@
msgstr ""
#. description(gcr:libgck-1-0)
-msgid ""
-"GCK is a library for accessing PKCS#11 modules like smart cards, in a (G)"
-"object oriented way."
+msgid "GCK is a library for accessing PKCS#11 modules like smart cards, in a (G)object oriented way."
msgstr ""
#. summary(gnome-keyring:libgck-modules-gnome-keyring)
@@ -3330,11 +2668,9 @@
#. description(gnome-keyring:libgck-modules-gnome-keyring)
msgid ""
-"GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) "
-"interface.\n"
+"GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface.\n"
"\n"
-"This package contains various PKCS#11 modules, to expose keys and "
-"certificates from different sources."
+"This package contains various PKCS#11 modules, to expose keys and certificates from different sources."
msgstr ""
#. summary(gcr:libgcr-3-1)
@@ -3342,40 +2678,38 @@
msgstr ""
#. description(gcr:libgcr-3-1)
-msgid ""
-"GCR is a library for displaying certificates, and crypto UI, accessing key "
-"stores."
+msgid "GCR is a library for displaying certificates, and crypto UI, accessing key stores."
msgstr ""
-#. summary(libgcrypt:libgcrypt11)
+#. summary(libgcrypt:libgcrypt20)
msgid "The GNU Crypto Library"
msgstr ""
-#. description(libgcrypt:libgcrypt11)
-msgid ""
-"Libgcrypt is a general purpose crypto library based on the code used in "
-"GnuPG (alpha version)."
+#. description(libgcrypt:libgcrypt20)
+msgid "Libgcrypt is a general purpose crypto library based on the code used in GnuPG (alpha version)."
msgstr ""
+#. summary(gd:libgd3)
+msgid "A Drawing Library for Programs That Use PNG and JPEG Output"
+msgstr ""
+
+#. description(gd:libgd3)
+msgid "Gd allows your code to quickly draw images complete with lines, arcs, text, and multiple colors. It supports cut and paste from other images and flood fills. It outputs PNG, JPEG, and WBMP (for wireless devices) and is supported by PHP."
+msgstr ""
+
#. summary(gdbm:libgdbm4)
msgid "GNU dbm key/data database"
msgstr ""
#. description(gdbm:libgdbm4)
msgid ""
-"GNU dbm is a library of database functions that use extensible hashing and "
-"work similar to the standard UNIX dbm. These routines are provided to a "
-"programmer needing to create and manipulate a hashed database.\n"
+"GNU dbm is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. These routines are provided to a programmer needing to create and manipulate a hashed database.\n"
"\n"
-"The basic use of GDBM is to store key/data pairs in a data file. Each key "
-"must be unique and each key is paired with only one data item.\n"
+"The basic use of GDBM is to store key/data pairs in a data file. Each key must be unique and each key is paired with only one data item.\n"
"\n"
-"The library provides primitives for storing key/data pairs, searching and "
-"retrieving the data by its key and deleting a key along with its data. It "
-"also supports sequential iteration over all key/data pairs in a database.\n"
+"The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its data. It also supports sequential iteration over all key/data pairs in a database.\n"
"\n"
-"For compatibility with programs using old UNIX dbm functions, the package "
-"also provides traditional dbm and ndbm interfaces."
+"For compatibility with programs using old UNIX dbm functions, the package also provides traditional dbm and ndbm interfaces."
msgstr ""
#. summary(gdk-pixbuf:libgdk_pixbuf-2_0-0)
@@ -3383,10 +2717,7 @@
msgstr ""
#. description(gdk-pixbuf:libgdk_pixbuf-2_0-0)
-msgid ""
-"gdk-pixbuf is an image loading library that can be extended by loadable "
-"modules for new image formats. It is used by toolkits such as GTK+ or "
-"Clutter."
+msgid "gdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or Clutter."
msgstr ""
#. summary(samba:libgensec0)
@@ -3394,24 +2725,28 @@
msgid "Samba generic security library"
msgstr "Desenvolvimento GNOME"
-#. summary(gcc48:libgfortran3)
+#. summary(geoclue:libgeoclue0)
+msgid "Modular Geoinformation Service - Library"
+msgstr ""
+
+#. description(geoclue:libgeoclue0)
+msgid "Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible."
+msgstr ""
+
+#. summary(gcc5:libgfortran3)
msgid "The GNU Fortran Compiler Runtime Library"
msgstr ""
-#. description(gcc48:libgfortran3)
-msgid ""
-"The runtime library needed to run programs compiled with the Fortran "
-"compiler of the GNU Compiler Collection (GCC)."
+#. description(gcc5:libgfortran3)
+msgid "The runtime library needed to run programs compiled with the Fortran compiler of the GNU Compiler Collection (GCC)."
msgstr ""
-#. summary(giflib:libgif6)
+#. summary(giflib:libgif7)
msgid "A Library for Working with GIF Images"
msgstr ""
-#. description(giflib:libgif6)
-msgid ""
-"This Library allows manipulating GIF Image files. Since the LZW patents have "
-"expired, giflib can again be used instead of libungif."
+#. description(giflib:libgif7)
+msgid "This Library allows manipulating GIF Image files. Since the LZW patents have expired, giflib can again be used instead of libungif."
msgstr ""
#. summary(glib2:libgio-2_0-0)
@@ -3420,9 +2755,7 @@
#. description(glib2:libgio-2_0-0)
msgid ""
-"GLib is a general-purpose utility library, which provides many useful data "
-"types, macros, type conversions, string utilities, file utilities, a main "
-"loop abstraction, and so on.\n"
+"GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on.\n"
"\n"
"GIO provides a modern, easy-to-use VFS API."
msgstr ""
@@ -3433,29 +2766,14 @@
msgstr "Interface a ser selecionada na inicialização:"
#. description(glibmm2:libgiomm-2_4-1)
-msgid ""
-"Glibmm is the official C++ interface for the popular cross-platform library "
-"Glib. It provides non-UI API that is not available in standard C++ and makes "
-"it possible for gtkmm to wrap GObject-based APIs."
+#. description(glibmm2:libglibmm-2_4-1)
+msgid "Glibmm is the official C++ interface for the popular cross-platform library Glib. It provides non-UI API that is not available in standard C++ and makes it possible for gtkmm to wrap GObject-based APIs."
msgstr ""
#. summary(gobject-introspection:libgirepository-1_0-1)
msgid "GObject Introspection Library"
msgstr ""
-#. summary(libglade2:libglade-2_0-0)
-msgid "Glade Library Compatible with the GNOME 2.x Desktop Platform"
-msgstr ""
-
-#. description(libglade2:libglade-2_0-0)
-msgid ""
-"This library allows you to load Glade interface files in a program at "
-"runtime. It does not require that you use Glade, but Glade is the easiest "
-"way to create the interface files. For an idea of how to use the library, "
-"see the documentation, especially /usr/share/doc/packages/libglade/test-"
-"libgladee.c and the glade-xml.h include, which is in the libglade package."
-msgstr ""
-
#. summary(glib2:libglib-2_0-0)
msgid "General-Purpose Utility Library"
msgstr ""
@@ -3471,12 +2789,9 @@
#. description(glib2:libgmodule-2_0-0)
msgid ""
-"GLib is a general-purpose utility library, which provides many useful data "
-"types, macros, type conversions, string utilities, file utilities, a main "
-"loop abstraction, and so on.\n"
+"GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on.\n"
"\n"
-"The libgmodule library provides a portable way to dynamically load object "
-"files (commonly known as 'plug-ins')."
+"The libgmodule library provides a portable way to dynamically load object files (commonly known as 'plug-ins')."
msgstr ""
#. summary(gmp:libgmp10)
@@ -3484,7 +2799,7 @@
msgstr ""
#. description(gmp:libgmp10)
-msgid "Shared library for the GNU MP Library."
+msgid "A library for calculating huge numbers (integer and floating point)."
msgstr ""
#. summary(libgnome-keyring:libgnome-keyring0)
@@ -3492,21 +2807,15 @@
msgstr ""
#. description(libgnome-keyring:libgnome-keyring0)
-msgid ""
-"The GNOME Keyring is a program that keep password and other secrets for "
-"users. The libgnome-keyring library is used by applications to integrate "
-"with the GNOME Keyring system."
+msgid "The GNOME Keyring is a program that keep password and other secrets for users. The libgnome-keyring library is used by applications to integrate with the GNOME Keyring system."
msgstr ""
-#. summary(gnutls:libgnutls28)
+#. summary(gnutls:libgnutls30)
msgid "The GNU Transport Layer Security Library"
msgstr ""
-#. description(gnutls:libgnutls28)
-msgid ""
-"The GnuTLS project aims to develop a library that provides a secure layer "
-"over a reliable transport layer. Currently the GnuTLS library implements the "
-"proposed standards of the IETF's TLS working group."
+#. description(gnutls:libgnutls30)
+msgid "The GnuTLS project aims to develop a library that provides a secure layer over a reliable transport layer. Currently the GnuTLS library implements the proposed standards of the IETF's TLS working group."
msgstr ""
#. summary(glib2:libgobject-2_0-0)
@@ -3515,22 +2824,17 @@
#. description(glib2:libgobject-2_0-0)
msgid ""
-"GLib is a general-purpose utility library, which provides many useful data "
-"types, macros, type conversions, string utilities, file utilities, a main "
-"loop abstraction, and so on.\n"
+"GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on.\n"
"\n"
"The GObject library provides an object-oriented framework for C."
msgstr ""
-#. summary(gcc48:libgomp1)
+#. summary(gcc5:libgomp1)
msgid "The GNU compiler collection OpenMP runtime library"
msgstr ""
-#. description(gcc48:libgomp1)
-msgid ""
-"This is the OpenMP runtime library needed by OpenMP enabled programs that "
-"were built with the -fopenmp compiler option and by programs that were auto-"
-"parallelized via the -ftree-parallelize-loops compiler option."
+#. description(gcc5:libgomp1)
+msgid "This is the OpenMP runtime library needed by OpenMP enabled programs that were built with the -fopenmp compiler option and by programs that were auto-parallelized via the -ftree-parallelize-loops compiler option."
msgstr ""
#. summary(libgpg-error:libgpg-error0)
@@ -3538,10 +2842,7 @@
msgstr ""
#. description(libgpg-error:libgpg-error0)
-msgid ""
-"This is a library that defines common error values for all GnuPG "
-"components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, "
-"pinentry, SmartCard Daemon, and possibly more in the future."
+msgid "This is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon, and possibly more in the future."
msgstr ""
#. summary(gpgme:libgpgme11)
@@ -3550,20 +2851,11 @@
#. description(gpgme:libgpgme11)
msgid ""
-"GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier "
-"for applications. It provides a high-level Crypto API for encryption, "
-"decryption, signing, signature verification, and key management. Currently "
-"it uses GnuPG as its back-end, but the API is not restricted to this "
-"engine.\n"
+"GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a high-level Crypto API for encryption, decryption, signing, signature verification, and key management. Currently it uses GnuPG as its back-end, but the API is not restricted to this engine.\n"
"\n"
"Who Should use GPGME?\n"
"\n"
-"Because the direct use of GnuPG from an application can be a complicated "
-"programming task, it is suggested that all software should try to use GPGME "
-"instead. This way bug fixes or improvements can be done at a central place "
-"and every application benefits from this. Authors of MUAs should especially "
-"consider using GPGME. Creating a set of standard widgets for common key "
-"selection tasks is even planned."
+"Because the direct use of GnuPG from an application can be a complicated programming task, it is suggested that all software should try to use GPGME instead. This way bug fixes or improvements can be done at a central place and every application benefits from this. Authors of MUAs should especially consider using GPGME. Creating a set of standard widgets for common key selection tasks is even planned."
msgstr ""
#. summary(libgphoto2:libgphoto2-6)
@@ -3572,10 +2864,7 @@
#. description(libgphoto2:libgphoto2-6)
msgid ""
-"gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, and "
-"capturing images from a range of supported digital cameras to your local "
-"hard drive. It does not support digital cameras based on the USB storage "
-"protocol as those can be mounted by Linux directly.\n"
+"gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, and capturing images from a range of supported digital cameras to your local hard drive. It does not support digital cameras based on the USB storage protocol as those can be mounted by Linux directly.\n"
"\n"
"As of this time, gPhoto supports around 1700 cameras, listed on:\n"
"\n"
@@ -3586,15 +2875,22 @@
"gphoto2 --list-cameras"
msgstr ""
+#. summary(gpm:libgpm2)
+#, fuzzy
+msgid "Console mouse support library"
+msgstr "Gerenciamento de energia (APM)"
+
+#. description(gpm:libgpm2)
+msgid "This package provides a library that handles mouse requests and delivers them to applications. See the description for the \"gpm\" package for more information."
+msgstr ""
+
#. summary(libgpod:libgpod-tools)
msgid "Tools for libgpod"
msgstr ""
#. description(libgpod:libgpod-tools)
msgid ""
-"libgpod is a library meant to abstract access to iPod content. It provides "
-"an easy-to-use API to retrieve the list of files and playlists stored on an "
-"iPod, modify them, and save them back to the iPod.\n"
+"libgpod is a library meant to abstract access to iPod content. It provides an easy-to-use API to retrieve the list of files and playlists stored on an iPod, modify them, and save them back to the iPod.\n"
"\n"
"This package includes support tools for libgpod."
msgstr ""
@@ -3604,20 +2900,16 @@
msgstr ""
#. description(libgpod:libgpod4)
-msgid ""
-"libgpod is a library meant to abstract access to iPod content. It provides "
-"an easy-to-use API to retrieve the list of files and playlists stored on an "
-"iPod, modify them, and save them back to the iPod."
+msgid "libgpod is a library meant to abstract access to iPod content. It provides an easy-to-use API to retrieve the list of files and playlists stored on an iPod, modify them, and save them back to the iPod."
msgstr ""
+#. summary(graphite2:libgraphite2-3)
+#, fuzzy
+msgid "Text categorization library"
+msgstr "Janela de autorização"
+
#. description(graphite2:libgraphite2-3)
-msgid ""
-"Graphite2 is a project within SIL’s Non-Roman Script Initiative and Language "
-"Software Development groups to provide rendering capabilities for complex "
-"non-Roman writing systems. Graphite can be used to create “smart fonts” "
-"capable of displaying writing systems with various complex behaviors. With "
-"respect to the Text Encoding Model, Graphite handles the \"Rendering\" "
-"aspect of writing system implementation."
+msgid "Graphite2 is a project within SIL's Non-Roman Script Initiative and Language Software Development groups to provide rendering capabilities for complex non-Roman writing systems. Graphite can be used to create \"smart fonts\" capable of displaying writing systems with various complex behaviors. With respect to the Text Encoding Model, Graphite handles the \"Rendering\" aspect of writing system implementation."
msgstr ""
#. summary(libgsm:libgsm1)
@@ -3625,46 +2917,22 @@
msgstr ""
#. description(libgsm:libgsm1)
-msgid ""
-"Contains libraries and binaries for a GSM speech compressor. libgsm contains "
-"a standard implementation of the European GSM 06.10 provisional standard for "
-"full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual "
-"pulse excitation/long term prediction) coding at 13 kbit/s. GSM 06.10 "
-"compresses frames of 160 13-bit samples (8 kHz sampling rate, which is a "
-"frame rate of 50 Hz) into 260 bits. For compatibility with typical UNIX "
-"applications, our implementation turns frames of 160 16-bit linear samples "
-"into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good "
-"enough for reliable speaker recognition. Even music often survives "
-"transcoding in recognizable form (given the bandwidth limitations of 8 kHz "
-"sampling rate). The interfaces offered are a front-end modeled after compress"
-"(1) and a library API. Compression and decompression run faster than real-"
-"time on most SPARC stations. The implementation has been verified against "
-"the ETSI standard test patterns."
+msgid "Contains libraries and binaries for a GSM speech compressor. libgsm contains a standard implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits. For compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition. Even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). The interfaces offered are a front-end modeled after compress(1) and a library API. Compression and decompression run faster than real-time on most SPARC stations. The implementation has been verified against the ETSI standard test patte
rns."
msgstr ""
-#. summary(libgssglue:libgssglue1)
-msgid "Generic GSSAPI Library"
+#. description(gstreamer-plugins-bad:libgstphotography-1_0-0)
+msgid "GStreamer is a streaming media framework based on graphs of filters that operate on media data. Applications using this library can do anything media-related,from real-time sound processing to playing videos. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins."
msgstr ""
-#. description(libgssglue:libgssglue1)
-msgid ""
-"This library exports a gssapi interface, but does not implement any gssapi "
-"mechanisms itself. Instead it calls gssapi routines in other libraries, "
-"depending on the mechanism."
-msgstr ""
-
#. summary(glib2:libgthread-2_0-0)
msgid "General-Purpose Utility Library -- Library for Threads"
msgstr ""
#. description(glib2:libgthread-2_0-0)
msgid ""
-"GLib is a general-purpose utility library, which provides many useful data "
-"types, macros, type conversions, string utilities, file utilities, a main "
-"loop abstraction, and so on.\n"
+"GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on.\n"
"\n"
-"The libgthread library provides a portable way to write multi-threaded "
-"software."
+"The libgthread library provides a portable way to write multi-threaded software."
msgstr ""
#. summary(gtk2:libgtk-2_0-0)
@@ -3681,21 +2949,15 @@
msgstr "Interface a ser selecionada na inicialização:"
#. description(gtkmm2:libgtkmm-2_4-1)
-msgid ""
-"Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2. "
-"Highlights include typesafe callbacks, widgets extensible via inheritance "
-"and a comprehensive set of widget classes that can be freely combined to "
-"quickly create complex user interfaces."
+msgid "Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces."
msgstr ""
-#. summary(systemd:libgudev-1_0-0)
+#. summary(libgudev:libgudev-1_0-0)
msgid "GObject library, to access udev device information"
msgstr ""
-#. description(systemd:libgudev-1_0-0)
-msgid ""
-"This package contains the GObject library libgudev, which provides access to "
-"udev device information."
+#. description(libgudev:libgudev-1_0-0)
+msgid "This package contains the GObject library libgudev, which provides access to udev device information."
msgstr ""
#. summary(libguess:libguess1)
@@ -3710,42 +2972,29 @@
"This package contains the shared libguess library."
msgstr ""
-#. summary(harfbuzz:libharfbuzz-icu0)
-#, fuzzy
-msgid "An OpenType text shaping engine - ICU library"
-msgstr "XF86Messenger"
-
-#. description(harfbuzz:libharfbuzz-icu0)
-msgid "HarfBuzz is an OpenType text shaping engine."
+#. description(guile:libguile-2_0-22)
+msgid "This is Guile, a portable, embeddable Scheme implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs. This package contains the shared libraries."
msgstr ""
#. summary(harfbuzz:libharfbuzz0)
msgid "An OpenType text shaping engine"
msgstr ""
-#. summary(libnettle:libhogweed2)
+#. description(harfbuzz:libharfbuzz0)
+msgid "HarfBuzz is an OpenType text shaping engine."
+msgstr ""
+
+#. summary(libnettle:libhogweed4)
msgid "Cryptographic Library for Public Key Algorithms"
msgstr ""
-#. description(libnettle:libhogweed2)
+#. description(libnettle:libhogweed4)
msgid ""
-"Nettle is a cryptographic library that is designed to fit easily in more or "
-"less any context: In crypto toolkits for object-oriented languages (C++, "
-"Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel "
-"space.\n"
+"Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.\n"
"\n"
"The libhogweed library contains public key algorithms to use with libnettle."
msgstr ""
-#. summary(hyphen:libhyphen0)
-#, fuzzy
-msgid "A simple thesaurus for Libreoffice"
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. description(hyphen:libhyphen0)
-msgid "Hyphen is a library for high quality hyphenation and justification."
-msgstr ""
-
#. summary(ibus:libibus-1_0-5)
#, fuzzy
msgid "IBus libraries"
@@ -3761,23 +3010,16 @@
msgstr ""
#. description(libical:libical1)
-msgid ""
-"Libical is an open source implementation of the IETF's iCalendar calendaring "
-"and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal "
-"components and provides a C API for manipulating the component properties, "
-"parameters, and subcomponents."
+msgid "Libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents."
msgstr ""
-#. summary(icu:libicu51_2)
+#. summary(icu:libicu56_1)
#, fuzzy
msgid "International Components for Unicode"
msgstr "Sistema de Instalação"
-#. description(icu:libicu51_2)
-msgid ""
-"ICU is a set of C and C++ libraries that provides robust and full-featured "
-"Unicode support. This package contains the runtime libraries for ICU which "
-"include precompiled locale data."
+#. description(icu:libicu56_1)
+msgid "ICU is a set of C and C++ libraries that provides robust and full-featured Unicode support. This package contains the runtime libraries for ICU which include precompiled locale data."
msgstr ""
#. summary(libidn:libidn11)
@@ -3785,38 +3027,43 @@
msgstr ""
#. description(libidn:libidn11)
-msgid ""
-"GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA "
-"specifications defined by the IETF Internationalized Domain Names (IDN) "
-"working group. It is used to prepare internationalized strings (such as "
-"domain name labels, usernames, and passwords) in order to increase the "
-"likelihood that string input and string comparison work in ways that make "
-"sense for typical users around the world. The library contains a generic "
-"Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping "
-"and prohibition of characters, and bidirectional character handling. "
-"Profiles for iSCSI, Kerberos 5, Nameprep, SASL, and XMPP are included. "
-"Punycode and ASCII Compatible Encoding (ACE) via IDNA is supported."
+msgid "GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. It is used to prepare internationalized strings (such as domain name labels, usernames, and passwords) in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users around the world. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibition of characters, and bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA is supported."
msgstr ""
-#. summary(libimobiledevice:libimobiledevice4)
-msgid "Native protocols library for iPhone, iPod Touch and iPad"
+#. summary(libimobiledevice:libimobiledevice6)
+msgid "Native protocols library for iOS devices"
msgstr ""
-#. description(libimobiledevice:libimobiledevice4)
-msgid ""
-"libimobiledevice is a software library that talks the protocols to support "
-"iPhone, iPod Touch and iPad devices. Unlike other projects, it does not "
-"depend on using any existing `.dll` or `.so` libraries from Apple."
+#. description(libimobiledevice:libimobiledevice6)
+msgid "libimobiledevice is a software library that talks the protocols to support iOS devices. Unlike other projects, it does not depend on using any existing `.dll` or `.so` libraries from Apple."
msgstr ""
-#. summary(ding-libs:libini_config2)
+#. summary(ding-libs:libini_config5)
msgid "INI file parser for C"
msgstr ""
-#. description(ding-libs:libini_config2)
+#. description(ding-libs:libini_config5)
+msgid "Library to process config files in INI format into a libcollection data structure"
+msgstr ""
+
+#. summary(libinput:libinput-udev)
+msgid "libinput integration into udev"
+msgstr ""
+
+#. description(libinput:libinput-udev)
+msgid "The libinput udev helper rule will set the LIBINPUT_DEVICE_GROUP variable for event devices. Device groups are a labelling system to allow callers to identify which libinput devices are part of the same physical device."
+msgstr ""
+
+#. summary(libinput:libinput10)
+#, fuzzy
+msgid "Input device and event processing library"
+msgstr "Pacotes de desenvolvimento do KDE"
+
+#. description(libinput:libinput10)
msgid ""
-"Library to process config files in INI format into a libcollection data "
-"structure"
+"libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices.\n"
+"\n"
+"It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect."
msgstr ""
#. summary(iptables:libiptc0)
@@ -3824,17 +3071,50 @@
msgstr ""
#. description(iptables:libiptc0)
-msgid ""
-"libiptc (\"iptables cache\") is used to retrieve from the kernel, parse, "
-"construct, and load new rulesets into the kernel."
+msgid "libiptc (\"iptables cache\") is used to retrieve from the kernel, parse, construct, and load new rulesets into the kernel."
msgstr ""
-#. summary(isl:libisl10)
+#. summary(bind:libirs141)
+msgid "The BIND Information Retrieval System library"
+msgstr ""
+
+#. description(bind:libirs141)
+msgid "libirs provides an interface to parse the traditional resolv.conf file and an \"advanced\" configuration file related to the DNS library for configuration parameters that would be beyond the capability of the resolv.conf file. Specifically, it is intended to provide DNSSEC related configuration parameters. By default, the path to this configuration file is /etc/dns.conf."
+msgstr ""
+
+#. summary(bind:libisc148)
#, fuzzy
+msgid "ISC shared library used by BIND"
+msgstr "Desempenho"
+
+#. description(bind:libisc148)
+msgid "This library contains miscellaneous utility function used by the BIND server and utilities. It includes functions for assertion handling, balanced binary (AVL) trees, bit masks comparison, event based programs, heap-based priority queues, memory handling, and program logging."
+msgstr ""
+
+#. summary(bind:libisccc140)
+msgid "Command Channel Library used by BIND"
+msgstr ""
+
+#. description(bind:libisccc140)
+msgid "This library is used for communicating with BIND servers' administrative command channel (port 953 by default)."
+msgstr ""
+
+#. summary(bind:libisccfg140)
+#, fuzzy
+msgid "Exported ISC configuration shared library"
+msgstr "Exibir Configuração"
+
+#. description(bind:libisccfg140)
+#, fuzzy
+msgid "This BIND library contains the configuration file parser."
+msgstr "O pacote contém uma versão diferente da experada"
+
+#. summary(isl:libisl13)
+#, fuzzy
msgid "The ISL shared library"
msgstr "Desempenho"
-#. description(isl:libisl10)
+#. description(isl:libisl13)
#, fuzzy
msgid "The shared library for the ISL."
msgstr "Criando banco de dados de recursos"
@@ -3844,14 +3124,7 @@
msgstr ""
#. description(libburnia:libisoburn1)
-msgid ""
-"Libisoburn is a frontend for libraries libburn and libisofs which enables "
-"creation and expansion of ISO-9660 filesystems on all CD/DVD/BD media "
-"supported by libburn. This includes media like DVD+RW, which do not support "
-"multi-session management on media level and even plain disk files or block "
-"devices. Since it specializes on data files in ISO-9660 filesystem images "
-"it is not suitable for audio (CD-DA) or any other CD layout which does not "
-"entirely consist of ISO-9660 sessions."
+msgid "Libisoburn is a frontend for libraries libburn and libisofs which enables creation and expansion of ISO-9660 filesystems on all CD/DVD/BD media supported by libburn. This includes media like DVD+RW, which do not support multi-session management on media level and even plain disk files or block devices. Since it specializes on data files in ISO-9660 filesystem images it is not suitable for audio (CD-DA) or any other CD layout which does not entirely consist of ISO-9660 sessions."
msgstr ""
#. summary(libburnia:libisofs6)
@@ -3861,20 +3134,11 @@
#. description(libburnia:libisofs6)
msgid ""
-"Libisofs is a library for creating ISO-9660 filesystems with extensions like "
-"RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing "
-"you to modify an ISO image or multisession disc, including file addition/"
-"removal, change of file names and attributes, etc.\n"
+"Libisofs is a library for creating ISO-9660 filesystems with extensions like RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you to modify an ISO image or multisession disc, including file addition/removal, change of file names and attributes, etc.\n"
"\n"
-"ISO-9660 images can be made bootable from CD, DVD, or BD via an El Torito "
-"boot record and appropriate boot image files from boot managers like GRUB, "
-"ISOLINUX, or system specific boot loaders. It is also possible to install a "
-"Master Boot Record for hard-disk-like media, e.g. USB memory sticks.\n"
+"ISO-9660 images can be made bootable from CD, DVD, or BD via an El Torito boot record and appropriate boot image files from boot managers like GRUB, ISOLINUX, or system specific boot loaders. It is also possible to install a Master Boot Record for hard-disk-like media, e.g. USB memory sticks.\n"
"\n"
-"Libisofs supports the extension AAIP which allows to store ACLs and xattr in "
-"ISO-9660 filesystems and zisofs compression which is transparently "
-"uncompressed by some Linux kernels. It is possible to have data file content "
-"compressed to gzip format or to have it filtered by an external process."
+"Libisofs supports the extension AAIP which allows to store ACLs and xattr in ISO-9660 filesystems and zisofs compression which is transparently uncompressed by some Linux kernels. It is possible to have data file content compressed to gzip format or to have it filtered by an external process."
msgstr ""
#. summary(wireless-tools:libiw30)
@@ -3882,10 +3146,7 @@
msgstr ""
#. description(wireless-tools:libiw30)
-msgid ""
-"This package contains the wireless tools, used to manipulate the wireless "
-"extensions. The wireless extension is an interface that allows you to set "
-"wireless LAN specific parameters and get specific stats."
+msgid "This package contains the wireless tools, used to manipulate the wireless extensions. The wireless extension is an interface that allows you to set wireless LAN specific parameters and get specific stats."
msgstr ""
#. summary(jack:libjack0)
@@ -3893,8 +3154,7 @@
msgstr ""
#. description(jack:libjack0)
-msgid ""
-"This package contains the library to access JACK (Jack Audio ConnectionKit)."
+msgid "This package contains the library to access JACK (Jack Audio ConnectionKit)."
msgstr ""
#. summary(jasper:libjasper1)
@@ -3902,9 +3162,7 @@
msgstr ""
#. description(jasper:libjasper1)
-msgid ""
-"This package contains libjasper, a library implementing the JPEG-2000 image "
-"compression standard Part 1."
+msgid "This package contains libjasper, a library implementing the JPEG-2000 image compression standard Part 1."
msgstr ""
#. summary(webkitgtk3:libjavascriptcoregtk-3_0-0)
@@ -3913,12 +3171,9 @@
#. description(webkitgtk3:libjavascriptcoregtk-3_0-0)
msgid ""
-"WebKit is a web content engine, derived from KHTML and KJS from KDE, and "
-"used primarily in Apple's Safari browser. It is made to be embedded in "
-"other applications, such as mail readers, or web browsers.\n"
+"WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers.\n"
"\n"
-"It is able to display content such as HTML, SVG, XML, and others. It also "
-"supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more."
+"It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more."
msgstr ""
#. summary(jbigkit:libjbig2)
@@ -3927,16 +3182,9 @@
#. description(jbigkit:libjbig2)
msgid ""
-"JBIG-KIT provides a portable library of compression and decompression "
-"functions with a documented interface that you can include very easily into "
-"your image or document processing software. In addition, JBIG-KIT provides "
-"ready-to-use compression and decompression programs with a simple command "
-"line interface (similar to the converters found in netpbm).\n"
+"JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. In addition, JBIG-KIT provides ready-to-use compression and decompression programs with a simple command line interface (similar to the converters found in netpbm).\n"
"\n"
-"JBIG-KIT implements the specification: ISO/IEC 11544:1993 and ITU-T "
-"Recommendation T.82(1993): Information technology — Coded "
-"representation of picture and audio information — Progressive bi-level "
-"image compression\n"
+"JBIG-KIT implements the specification: ISO/IEC 11544:1993 and ITU-T Recommendation T.82(1993): Information technology — Coded representation of picture and audio information — Progressive bi-level image compression\n"
"\n"
"which is commonly referred to as the “JBIG1 standard”"
msgstr ""
@@ -3946,36 +3194,45 @@
msgstr ""
#. description(libjpeg-turbo:libjpeg8)
+msgid "This library contains MMX/SSE accelerated functions for manipulating JPEG images."
+msgstr ""
+
+#. summary(json-c:libjson-c2)
+#, fuzzy
+msgid "JSON-C shared library"
+msgstr "Desempenho"
+
+#. description(json-c:libjson-c2)
msgid ""
-"This library contains MMX/SSE accelerated functions for manipulating JPEG "
-"images."
+"JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.\n"
+"\n"
+"This package includes the JSON library."
msgstr ""
-#. summary(json-c:libjson0)
-msgid "JSON shared lib"
+#. summary(json-glib:libjson-glib-1_0-0)
+msgid "Library for JavaScript Object Notation format"
msgstr ""
-#. description(json-c:libjson0)
-#, fuzzy
-msgid "This package includes the JSON library."
-msgstr "Aplicativos Usados Recentemente"
+#. description(json-glib:libjson-glib-1_0-0)
+msgid ""
+"JSON is a lightweight data-interchange format.It is easy for humans to read and write. It is easy for machines to parse and generate.\n"
+"\n"
+"JSON-GLib provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.\n"
+"\n"
+"JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams."
+msgstr ""
#. summary(libkate:libkate1)
+#. summary(libkate:liboggkate1)
msgid "A karaoke and text codec for embedding in Ogg"
msgstr ""
#. description(libkate:libkate1)
+#. description(libkate:liboggkate1)
msgid ""
-"Kate is a codec for karaoke and text encapsulation for Ogg. Most of the "
-"time, this would be multiplexed with audio/video to carry subtitles, song "
-"lyrics (with or without karaoke data), etc, but doesn't have to be. A "
-"possible use of a lone Kate stream would be an e-book. Moreover, the motion "
-"feature gives Kate a powerful means to describe arbitrary curves, so hand "
-"drawing of shapes can be achieved.\n"
+"Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream would be an e-book. Moreover, the motion feature gives Kate a powerful means to describe arbitrary curves, so hand drawing of shapes can be achieved.\n"
"\n"
-"This was originally meant for karaoke use, but can be used for any purpose. "
-"Motions can be attached to various semantics, like position, color, etc, so "
-"scrolling or fading text can be defined."
+"This was originally meant for karaoke use, but can be used for any purpose. Motions can be attached to various semantics, like position, color, etc, so scrolling or fading text can be defined."
msgstr ""
#. summary(keyutils:libkeyutils1)
@@ -3983,9 +3240,7 @@
msgstr ""
#. description(keyutils:libkeyutils1)
-msgid ""
-"This package provides a wrapper library for the key management facility "
-"system calls."
+msgid "This package provides a wrapper library for the key management facility system calls."
msgstr ""
#. summary(kmod:libkmod2)
@@ -3994,9 +3249,7 @@
msgstr "Módulos YaST2 de Configuração"
#. description(kmod:libkmod2)
-msgid ""
-"libkmod was created to allow programs to easily insert, remove and list "
-"modules, also checking its properties, dependencies and aliases."
+msgid "libkmod was created to allow programs to easily insert, remove and list modules, also checking its properties, dependencies and aliases."
msgstr ""
#. summary(libksba:libksba8)
@@ -4004,51 +3257,13 @@
msgstr ""
#. description(libksba:libksba8)
-msgid ""
-"KSBA is a library to simplify the task of working with X.509 certificates, "
-"CMS data, and related data."
+msgid "KSBA is a library to simplify the task of working with X.509 certificates, CMS data, and related data."
msgstr ""
-#. summary(liblangtag:liblangtag1)
-msgid "C++ library for identification of the language from tags"
-msgstr ""
-
-#. description(liblangtag:liblangtag1)
-msgid ""
-"liblangtag is an interface library to access tags for identifying "
-"languages.\n"
-"\n"
-"Features:\n"
-"* several subtag registry database supports: - language - extlang - "
-"script - region - variant - extension - grandfathered - redundant\n"
-"* handling of the language tags - parser - matching - canonicalizing"
-msgstr ""
-
-#. summary(lapack:liblapack3)
-msgid "LAPACK Shared Library"
-msgstr ""
-
-#. description(lapack:liblapack3)
-msgid ""
-"LAPACK provides routines for solving systems of simultaneous linear "
-"equations, least-squares solutions of linear systems of equations, "
-"eigenvalue problems, and singular value problems. The associated matrix "
-"factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also "
-"provided, as are related computations such as reordering of the Schur "
-"factorizations and estimating condition numbers. Dense and banded matrices "
-"are handled, but not general sparse matrices. In all areas, similar "
-"functionality is provided for real and complex matrices, in both single and "
-"double precision."
-msgstr ""
-
-#. summary(lcms:liblcms1)
+#. summary(lcms2:liblcms2-2)
msgid "Libraries for the Little CMS Engine"
msgstr ""
-#. description(lcms:liblcms1)
-msgid "Little cms is a small speed optimized color management engine."
-msgstr ""
-
#. description(lcms2:liblcms2-2)
msgid "Little CMS Engine - A color managment library and tools."
msgstr ""
@@ -4066,8 +3281,7 @@
msgstr ""
#. description(ldapcpplib:libldapcpp1)
-msgid ""
-"This package provides a C++ library for accessing LDAP (Version 3) Servers"
+msgid "This package provides a C++ library for accessing LDAP (Version 3) Servers"
msgstr ""
#. summary(ldb:libldb1)
@@ -4094,9 +3308,7 @@
msgstr ""
#. description(lirc:liblirc_client0)
-msgid ""
-"The LIRC client library. To actually use LIRC the lircd daemon from the "
-"'lirc' package has to be configured and started."
+msgid "The LIRC client library. To actually use LIRC the lircd daemon from the 'lirc' package has to be configured and started."
msgstr ""
#. summary(lockdev:liblockdev1)
@@ -4105,22 +3317,9 @@
msgstr "Pacotes de desenvolvimento do KDE"
#. description(lockdev:liblockdev1)
-msgid ""
-"Lockdev provides a reliable way to put an exclusive lock to devices using "
-"both FSSTND and SVr4 methods."
+msgid "Lockdev provides a reliable way to put an exclusive lock to devices using both FSSTND and SVr4 methods."
msgstr ""
-#. summary(lpsolve:liblpsolve55-0)
-msgid "A Mixed Integer Linear Programming (MILP) Solver Library"
-msgstr ""
-
-#. description(lpsolve:liblpsolve55-0)
-msgid ""
-"Mixed Integer Linear Programming (MILP) solver library lpsolve solves pure "
-"linear, (mixed) integer/binary, semi-continuous and special ordered sets "
-"(SOS) models."
-msgstr ""
-
#. summary(libtool:libltdl7)
msgid "Libtool Runtime Library"
msgstr ""
@@ -4129,25 +3328,26 @@
msgid "Library needed by programs that use the ltdl interface of GNU libtool."
msgstr ""
-#. summary(lua51:liblua5_1)
-msgid "Small Embeddable Language with Simple Procedural Syntax"
-msgstr ""
+#. summary(lua:liblua5_3)
+#, fuzzy
+msgid "The Lua integration library"
+msgstr "Janela de autorização"
-#. description(lua51:liblua5_1)
+#. description(lua:liblua5_3)
msgid ""
-"Lua is a programming language originally designed for extending "
-"applications, but also frequently used as a general-purpose, stand-alone "
-"language.\n"
+"Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language.\n"
"\n"
-"Lua combines simple procedural syntax (similar to Pascal) with powerful data "
-"description constructs based on associative arrays and extensible semantics. "
-"Lua is dynamically typed, interpreted from byte codes, and has automatic "
-"memory management, making it ideal for configuration, scripting, and rapid "
-"prototyping. Lua is implemented as a small library of C functions, written "
-"in ANSI C, and the implementation goals are simplicity, efficiency, "
-"portability, and low embedding cost."
+"Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from byte codes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. Lua is implemented as a small library of C functions, written in ANSI C, and the implementation goals are simplicity, efficiency, portability, and low embedding cost."
msgstr ""
+#. summary(bind:liblwres141)
+msgid "Lightweight Resolver API library"
+msgstr ""
+
+#. description(bind:liblwres141)
+msgid "The BIND 9 lightweight resolver library is a name service independent stub resolver library. It provides hostname-to-address and address-to-hostname lookup services to applications by transmitting lookup requests to a resolver daemon, lwresd, running on the local host. The resover daemon performs the lookup using the DNS or possibly other name service protocols, and returns the results to the application through the library. The library and resolver daemon communicate using a UDP-based protocol."
+msgstr ""
+
#. summary(xz:liblzma5)
msgid "LZMA library"
msgstr ""
@@ -4161,11 +3361,7 @@
msgstr ""
#. description(lzo:liblzo2-2)
-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 compression and decompression "
-"in real-time. This means it favors speed over compression ratio."
+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 compression and decompression in real-time. This means it favors speed over compression ratio."
msgstr ""
#. summary(file:libmagic1)
@@ -4173,28 +3369,49 @@
msgstr ""
#. description(file:libmagic1)
-msgid ""
-"This library reads magic files and detects file types. Used by file command"
+msgid "This library reads magic files and detects file types. Used by file command"
msgstr ""
+#. summary(libmbim:libmbim-glib4)
+msgid "Mobile Interface Broadband Model (MBIM) protocol"
+msgstr ""
+
+#. description(libmbim:libmbim-glib4)
+msgid "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol."
+msgstr ""
+
+#. summary(libmetalink:libmetalink3)
+#, fuzzy
+msgid "Metalink Library"
+msgstr "Criptografia"
+
+#. description(libmetalink:libmetalink3)
+msgid "Libmetalink is a Metalink library written in C language. It is intended to provide the programs written in C to add Metalink functionality such as parsing Metalink XML files."
+msgstr ""
+
+#. summary(libmicrohttpd:libmicrohttpd10)
+msgid "Small embeddable http server library"
+msgstr ""
+
+#. description(libmicrohttpd:libmicrohttpd10)
+#, fuzzy
+msgid "Shared library for libmicrohttpd (Small embeddable http server library)."
+msgstr "Pacotes de desenvolvimento do KDE"
+
#. summary(ModemManager:libmm-glib0)
msgid "DBus interface for modem handling -- GLib bindings"
msgstr ""
#. description(ModemManager:libmm-glib0)
-msgid ""
-"DBus interface for modem handling. Provides a standard abstracted API (over "
-"DBus) to communicate with all sorts of modems (landline, GSM, CDMA)."
+msgid "DBus interface for modem handling. Provides a standard abstracted API (over DBus) to communicate with all sorts of modems (landline, GSM, CDMA)."
msgstr ""
-#. summary(libmng:libmng1)
+#. summary(libmng:libmng2)
msgid "Library for Support of MNG and JNG Formats"
msgstr ""
-#. description(libmng:libmng1)
-msgid ""
-"This library can handle MNG and JNG formats that contain animated pictures. "
-"These formats should replace the GIF format."
+#. description(libmng:libmng2)
+msgid "This library can handle MNG and JNG formats that contain animated pictures. These formats should replace the GIF format."
msgstr ""
#. summary(libmnl:libmnl0)
@@ -4203,12 +3420,7 @@
msgstr "Exibir Configuração"
#. description(libmnl:libmnl0)
-msgid ""
-"libmnl is a minimalistic user-space library oriented to Netlink developers. "
-"There are a lot of common tasks in parsing, validating, constructing of both "
-"the Netlink header and TLVs that are repetitive and easy to get wrong. This "
-"library aims to provide simple helpers that allows you to re-use code and to "
-"avoid re-inventing the wheel."
+msgid "libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel."
msgstr ""
#. summary(libmodman:libmodman1)
@@ -4217,9 +3429,7 @@
msgstr "Desenvolvimento GNOME"
#. description(libmodman:libmodman1)
-msgid ""
-"The Module Loading library offers the choice to use prelinked libraries from "
-"your application out of a pool."
+msgid "The Module Loading library offers the choice to use prelinked libraries from your application out of a pool."
msgstr ""
#. summary(util-linux:libmount1)
@@ -4228,38 +3438,15 @@
msgstr "Desenvolvimento GNOME"
#. description(util-linux:libmount1)
-msgid ""
-"Library designed to be used in low-level utils like mount(8) and /usr/sbin/"
-"mount.<type> helpers."
+msgid "Library designed to be used in low-level utils like mount(8) and /usr/sbin/mount.<type> helpers."
msgstr ""
-#. summary(libmowgli:libmowgli2)
-#, fuzzy
-msgid "Shared library from libmowgli"
-msgstr "Criando banco de dados de recursos"
-
-#. description(libmowgli:libmowgli2)
-msgid ""
-"mowgli is a development framework for C (like GLib), which provides high "
-"performance and highly flexible algorithms. It can be used as a suppliment "
-"to GLib (to add additional functions (dictionaries, hashes), or replace some "
-"of the slow GLib list manipulation functions), or stand alone. It also "
-"provides a powerful hook system and convenient logging for your code, as "
-"well as a high performance block allocator\n"
-"\n"
-"This package holds the shared library from libmowgli."
-msgstr ""
-
#. summary(mozjs17:libmozjs-17_0)
msgid "JavaScript library"
msgstr ""
#. description(mozjs17:libmozjs-17_0)
-msgid ""
-"JavaScript is the Netscape-developed object scripting language used in "
-"millions of web pages and server applications worldwide. Netscape's "
-"JavaScript is a superset of the ECMA-262 Edition 3 (ECMAScript) standard "
-"scripting language, with only mild differences from the published standard."
+msgid "JavaScript is the Netscape-developed object scripting language used in millions of web pages and server applications worldwide. Netscape's JavaScript is a superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language, with only mild differences from the published standard."
msgstr ""
#. summary(mpc:libmpc3)
@@ -4267,54 +3454,23 @@
msgstr ""
#. description(mpc:libmpc3)
-msgid ""
-"MPC is a C library for the arithmetic of complex numbers with arbitrarily "
-"high precision and correct rounding of the result. It is built upon and "
-"follows the same principles as MPFR."
+msgid "MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as MPFR."
msgstr ""
-#. summary(libmpcdec:libmpcdec5)
-msgid "Musepack Audio Decoder"
-msgstr ""
-
-#. description(libmpcdec:libmpcdec5)
-msgid ""
-"Musepack is an audio compression format with a strong emphasis on high "
-"quality. It is not lossless, but it is designed for transparency, so that "
-"you cannot hear differences between the original WAV file and the much "
-"smaller MPC file.\n"
-"\n"
-"It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has "
-"rapidly developed and vastly improved and is now at an advanced stage in "
-"which it contains heavily optimized and patentless code.\n"
-"\n"
-"Musepack is not particularly optimized for low bit rates. The encoder was "
-"designed to be transparent at the --standard setting, thus little low bit "
-"rate tuning has gone into the codec, unlike that of AAC, Vorbis, WMA, and "
-"others that focus more on this region."
-msgstr ""
-
#. summary(mpfr:libmpfr4)
msgid "The GNU multiple-precision floating-point shared library"
msgstr ""
#. description(mpfr:libmpfr4)
-msgid ""
-"The MPFR library is a C library for multiple-precision floating-point "
-"computations with exact rounding (also called correct rounding). It is based "
-"on the GMP multiple-precision library."
+msgid "The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library."
msgstr ""
-#. summary(libmspub:libmspub-0_0-0)
-#, fuzzy
-msgid "Microsoft Publisher file format parser library"
-msgstr "Falha na configuração %s."
+#. summary(libmspack:libmspack0)
+msgid "Library That Implements Different Microsoft Compressions"
+msgstr ""
-#. description(libmspub:libmspub-0_0-0)
-msgid ""
-"libmspub is a library for parsing the Corel Draw file format structure. It "
-"is cross-platform, at the moment it can be build on Microsoft Windows and "
-"Linux."
+#. description(libmspack:libmspack0)
+msgid "The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft. Currently the most common formats are implemented."
msgstr ""
#. summary(mtdev:libmtdev1)
@@ -4322,12 +3478,7 @@
msgstr ""
#. description(mtdev:libmtdev1)
-msgid ""
-"The mtdev is a stand-alone library which transforms all variants of kernel "
-"MT events to the slotted type B protocol. The events put into mtdev may be "
-"from any MT device, specifically type A without contact tracking, type A "
-"with contact tracking, or type B with contact tracking. See the kernel "
-"documentation for further details."
+msgid "The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details."
msgstr ""
#. summary(libmtp:libmtp9)
@@ -4336,49 +3487,37 @@
#. description(libmtp:libmtp9)
msgid ""
-"This package contains the libraries that allow access to USB based media "
-"players based on the MTP (Media Transfer Protocol) authored by Microsoft.\n"
+"This package contains the libraries that allow access to USB based media players based on the MTP (Media Transfer Protocol) authored by Microsoft.\n"
"\n"
-"Common devices using this technology are Creative Zen, iRiver, Samsung and "
-"others."
+"Common devices using this technology are Creative Zen, iRiver, Samsung and others."
msgstr ""
-#. summary(libmusicbrainz5:libmusicbrainz5-0)
+#. summary(libmusicbrainz5:libmusicbrainz5-1)
msgid "Library That Provides Access to the MusicBrainz Server"
msgstr ""
-#. description(libmusicbrainz5:libmusicbrainz5-0)
-msgid ""
-"MusicBrainz is the second generation incarnation of the CD Index. This "
-"server is designed to enable audio CD, MP3 and Vorbis players to download "
-"metadata about the music they are playing."
+#. description(libmusicbrainz5:libmusicbrainz5-1)
+msgid "MusicBrainz is the second generation incarnation of the CD Index. This server is designed to enable audio CD, MP3 and Vorbis players to download metadata about the music they are playing."
msgstr ""
-#. summary(libmwaw:libmwaw-0_1-1)
-msgid "Pre Mac OSX text file formats parser library"
+#. summary(ncurses:libncurses6)
+msgid "The New curses Libraries"
msgstr ""
-#. description(libmwaw:libmwaw-0_1-1)
-msgid "Libmwaw is a new project for converting many pre-OSX MAC text formats."
+#. description(ncurses:libncurses6)
+msgid "The ncurses library is used by the most curses based terminal applications for controling its output and input to the screen."
msgstr ""
-#. description(mythes:libmythes-1_2-0)
-msgid ""
-"MyThes is a simple thesaurus that uses a structured text data file and an "
-"index file with binary search to look up words and phrases and return "
-"information on part of speech, meanings, and synonyms."
-msgstr ""
+#. summary(libndp:libndp0)
+#, fuzzy
+msgid "Libraries and header files for libndp development"
+msgstr "Aplicativos Favoritos"
-#. summary(ncurses:libncurses5)
-msgid "The New curses Libraries"
-msgstr ""
+#. description(libndp:libndp0)
+#, fuzzy
+msgid "The libndp-devel package contains the header files and libraries necessary for developing programs using libndp."
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(ncurses:libncurses5)
-msgid ""
-"The ncurses library is used by the most curses based terminal applications "
-"for controling its output and input to the screen."
-msgstr ""
-
#. summary(samba:libndr-krb5pac0)
msgid "NDR marshallers for the KRB5 PAC formats"
msgstr ""
@@ -4397,12 +3536,12 @@
msgstr "Exibir Configuração"
#. description(samba:libndr0)
+#, fuzzy
msgid ""
-"Network Data Representation (NDR) is an implementation of the presentation "
-"layer in the OSI model.\n"
+"Network Data Representation (NDR) is an implementation of the presentation layer in the OSI model.\n"
"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
-msgstr ""
+"Source Timestamp: 3508 Branch: 4.3.1"
+msgstr "O pacote contém uma versão diferente da experada"
#. summary(neon:libneon27)
msgid "An HTTP and WebDAV Client Library"
@@ -4410,11 +3549,9 @@
#. description(neon:libneon27)
msgid ""
-"neon is an HTTP and WebDAV client library with a C interface. Featuring: "
-"* High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.)\n"
+"neon is an HTTP and WebDAV client library with a C interface. Featuring: * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.)\n"
"\n"
-"* Low-level interface to HTTP request handling to allow implementing new "
-"methods easily\n"
+"* Low-level interface to HTTP request handling to allow implementing new methods easily\n"
"\n"
"* HTTP/1.1 and HTTP/1.0 persistent connections\n"
"\n"
@@ -4430,8 +3567,7 @@
"\n"
"* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL\n"
"\n"
-"* WebDAV metadata support: set and remove properties, query any set of "
-"properties (PROPPATCH/PROPFIND)"
+"* WebDAV metadata support: set and remove properties, query any set of properties (PROPPATCH/PROPFIND)"
msgstr ""
#. summary(samba:libnetapi0)
@@ -4440,699 +3576,237 @@
msgstr "Criptografia"
#. description(samba:libnetapi0)
+#, fuzzy
msgid ""
"This package includes the netapi library.\n"
"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
-msgstr ""
+"Source Timestamp: 3508 Branch: 4.3.1"
+msgstr "O pacote contém uma versão diferente da experada"
#. summary(libnetfilter_conntrack:libnetfilter_conntrack3)
msgid "Userspace library for the in-kernel connection tracking state table"
msgstr ""
#. description(libnetfilter_conntrack:libnetfilter_conntrack3)
-msgid ""
-"libnetfilter_conntrack is a userspace library providing a programming "
-"interface (API) to the in-kernel connection tracking state table. The "
-"library libnetfilter_conntrack has been previously known as "
-"libnfnetlink_conntrack and libctnetlink. This library is currently used by "
-"conntrack-tools among many other applications."
+msgid "libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. The library libnetfilter_conntrack has been previously known as libnfnetlink_conntrack and libctnetlink. This library is currently used by conntrack-tools among many other applications."
msgstr ""
-#. summary(libnettle:libnettle4)
+#. summary(libnettle:libnettle6)
#, fuzzy
msgid "Cryptographic Library"
msgstr "Criptografia"
-#. description(libnettle:libnettle4)
-msgid ""
-"Nettle is a cryptographic library that is designed to fit easily in more or "
-"less any context: In crypto toolkits for object-oriented languages (C++, "
-"Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel "
-"space."
+#. description(libnettle:libnettle6)
+msgid "Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space."
msgstr ""
-#. summary(libnfnetlink:libnfnetlink0)
-msgid "Low-level library for Netfilter-related kernel/userspace communication"
-msgstr ""
+#. summary(newt:libnewt0_52)
+#, fuzzy
+msgid "Shared libraries for Nifty Erik's Windowing Toolkit"
+msgstr "Criando banco de dados de recursos"
-#. description(libnfnetlink:libnfnetlink0)
+#. description(newt:libnewt0_52)
msgid ""
-"libnfnetlink is the low-level library for netfilter related kernel/userspace "
-"communication. It provides a generic messaging infrastructure for in-kernel "
-"netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, "
-"nfnetlink_conntrack) and their respective users and/or management tools in "
-"userspace.\n"
+"This package contains the shared libraries needed by programs built with newt.\n"
"\n"
-"This library is not meant as a public API for application developers. It is "
-"only used by other netfilter.org projects, such as libnetfilter_log, "
-"libnetfilter_queue or libnetfilter_conntrack."
+"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."
msgstr ""
-#. summary(libnl-1_1:libnl1)
-msgid "Convenience library for working with Netlink sockets"
+#. summary(libnfnetlink:libnfnetlink0)
+msgid "Low-level library for Netfilter-related kernel/userspace communication"
msgstr ""
-#. description(libnl-1_1:libnl1)
+#. description(libnfnetlink:libnfnetlink0)
msgid ""
-"The libnl suite is a collection of libraries providing APIs to netlink "
-"protocol based Linux kernel interfaces."
-msgstr ""
-
-#. summary(NetworkManager:libnm-glib-vpn1)
-msgid "Convenience library for NetworkManager VPN plugins"
-msgstr ""
-
-#. description(NetworkManager:libnm-glib-vpn1)
-msgid ""
-"This package contains the libraries that make it easier to use some Network "
-"Manager functionality from applications that use glib."
-msgstr ""
-
-#. summary(NetworkManager:libnm-glib4)
-msgid "Convenience library for clients of NetworkManager"
-msgstr ""
-
-#. summary(libnotify:libnotify4)
-msgid "Notifications Library"
-msgstr ""
-
-#. description(libnotify:libnotify4)
-msgid "D-BUS notifications library."
-msgstr ""
-
-#. summary(nss-shared-helper:libnsssharedhelper0)
-msgid "Helper functions for sharing NSS database"
-msgstr ""
-
-#. description(nss-shared-helper:libnsssharedhelper0)
-msgid ""
-"This library provides helper functions for programs that want to share an "
-"NSS crypto database."
-msgstr ""
-
-#. summary(ntfs-3g_ntfsprogs:libntfs-3g84)
-msgid "NTFS Support in Userspace -- Library"
-msgstr ""
-
-#. description(ntfs-3g_ntfsprogs:libntfs-3g84)
-msgid ""
-"NTFS-3G allows for read/write access to NTFS partitions which can be shared "
-"with Windows XP, Windows Server 2003, Windows 2000, Windows Vista and "
-"Windows Seven."
-msgstr ""
-
-#. summary(libodfgen:libodfgen-0_0-0)
-msgid "Library to generate ODF documents from libwpd's and libwpg's api calls"
-msgstr ""
-
-#. description(libodfgen:libodfgen-0_0-0)
-msgid ""
-"libodfgen is a general purpose library designed to generate ODF documents "
-"from api calls to libwpd and libwpg libraries."
-msgstr ""
-
-#. summary(libogg:libogg0)
-msgid "Ogg Bitstream Library"
-msgstr ""
-
-#. description(libogg:libogg0)
-msgid ""
-"Libogg is a library for manipulating ogg bitstreams. It handles both making "
-"ogg bitstreams and getting packets from ogg bitstreams.\n"
+"libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace.\n"
"\n"
-"Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio "
-"codec ) and the libtheora (Theora video codec)"
+"This library is not meant as a public API for application developers. It is only used by other netfilter.org projects, such as libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack."
msgstr ""
-#. summary(openal-soft:libopenal1)
-msgid "OpenAL Soft"
+#. summary(sssd:libnfsidmap-sss)
+msgid "Library to allow communication between libnfsidmap and SSSD"
msgstr ""
-#. description(openal-soft:libopenal1)
-msgid ""
-"OpenAL is an audio library designed in the spirit of OpenGL--machine "
-"independent, cross platform, and data format neutral with a clean, simple C-"
-"based API.\n"
-"\n"
-"OpenAL provides capabilities for playing audio in a virtual 3D environment. "
-"Distance attenuation, doppler shift, and directional sound emitters are "
-"among the features handled by the API. More advanced effects, including air "
-"absorption, occlusion, and environmental reverb, are available through the "
-"EFX extension. It also facilitates streaming audio, multi-channel buffers, "
-"and audio capture.\n"
-"\n"
-"OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of "
-"the OpenAL API."
+#. description(sssd:libnfsidmap-sss)
+msgid "A utility library to allow communication between libnfsidmap and SSSD."
msgstr ""
-#. summary(openjpeg:libopenjpeg1)
-msgid "An open-source JPEG 2000 codec"
-msgstr ""
-
-#. description(openjpeg:libopenjpeg1)
-msgid ""
-"OpenJPEG library is an open-source JPEG 2000 codec written in C. It has been "
-"developed in order to promote the use of JPEG 2000, the new still-image "
-"compression standard from the Joint Photographic Experts Group (JPEG)."
-msgstr ""
-
-#. summary(openobex:libopenobex1)
-msgid "Open Source Implementation of the Object Exchange (OBEX) Protocol"
-msgstr ""
-
-#. description(openobex:libopenobex1)
-msgid ""
-"OBEX is a session protocol and can best be described as a binary HTTP "
-"protocol. OBEX is optimized for ad-hoc wireless links and can be used to "
-"exchange all kind of objects, like files, pictures, calendar entries (vCal), "
-"and business cards (vCard)."
-msgstr ""
-
-#. summary(openssl:libopenssl1_0_0)
-msgid "Secure Sockets and Transport Layer Security"
-msgstr ""
-
-#. description(openssl:libopenssl1_0_0)
-msgid ""
-"The OpenSSL Project is a collaborative effort to develop a robust, "
-"commercial-grade, full-featured, and open source toolkit implementing the "
-"Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) "
-"protocols with full-strength cryptography. The project is managed by a "
-"worldwide community of volunteers that use the Internet to communicate, "
-"plan, and develop the OpenSSL toolkit and its related documentation.\n"
-"\n"
-"Derivation and License\n"
-"\n"
-"OpenSSL is based on the excellent SSLeay library developed by Eric A. Young "
-"and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style "
-"license, which basically means that you are free to get it and to use it for "
-"commercial and noncommercial purposes."
-msgstr ""
-
-#. summary(orc:liborc-0_4-0)
+#. summary(nghttp2:libnghttp2-14)
#, fuzzy
-msgid "The Oil Runtime Compiler Library"
-msgstr "Notificações"
+msgid "Shared library for nghttp2"
+msgstr "Criando banco de dados de recursos"
-#. description(orc:liborc-0_4-0)
-msgid ""
-"Orc is a library and set of tools for compiling and executing very simple "
-"programs that operate on arrays of data. The “language” is a generic "
-"assembly language that represents many of the features available in SIMD "
-"architectures, including saturated addition and subtraction, and many "
-"arithmetic operations."
+#. description(nghttp2:libnghttp2-14)
+msgid "Shared C libraries for implementation of Hypertext Transfer Protocol version 2"
msgstr ""
-#. summary(p11-kit:libp11-kit0)
-msgid "Library to work with PKCS#11 modules"
-msgstr ""
-
-#. description(p11-kit:libp11-kit0)
-msgid ""
-"p11-kit provides a way to load and enumerate PKCS#11 modules, as well as a "
-"standard configuration setup for installing PKCS#11 modules in such a way "
-"that they're discoverable."
-msgstr ""
-
-#. summary(PackageKit:libpackagekit-glib2-16)
-msgid "Simple software installation management software"
-msgstr ""
-
-#. description(PackageKit:libpackagekit-glib2-16)
-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."
-msgstr ""
-
-#. summary(pango:libpango-1_0-0)
-msgid "Library for Layout and Rendering of Text"
-msgstr ""
-
-#. description(pango:libpango-1_0-0)
-msgid ""
-"Pango is a library for layout and rendering of text, with an emphasis on "
-"internationalization. It can be used anywhere that text layout is needed.\n"
-"\n"
-"Pango forms the core of text and font handling for GTK+."
-msgstr ""
-
-#. summary(pangomm:libpangomm-1_4-1)
+#. summary(nilfs-utils:libnilfs0)
#, fuzzy
-msgid "C++ interface for pango"
-msgstr "Interface a ser selecionada na inicialização:"
+msgid "Library for interacting with nilfs"
+msgstr "Módulos YaST2 de Configuração"
-#. description(pangomm:libpangomm-1_4-1)
-msgid "pangomm provides a C++ interface to the pango library."
-msgstr ""
-
-#. summary(parted:libparted0)
+#. description(nilfs-utils:libnilfs0)
#, fuzzy
-msgid "Library for manipulating partitions"
-msgstr "Aguardar por aplicativo kicker"
-
-#. description(parted:libparted0)
-msgid ""
-"Libparted is a library for creating, destroying, resizing, checking and "
-"copying partitions and the file systems on them."
-msgstr ""
-
-#. summary(ding-libs:libpath_utils1)
-#, fuzzy
-msgid "Filesystem Path Utilities"
-msgstr "Sistema de arquivos"
-
-#. description(ding-libs:libpath_utils1)
-msgid "Utility functions to manipulate filesystem pathnames"
-msgstr ""
-
-#. summary(libpcap:libpcap1)
-msgid "A Library for Network Sniffers"
-msgstr ""
-
-#. description(libpcap:libpcap1)
-msgid ""
-"libpcap is a library used by packet sniffer programs. It provides an "
-"interface for them to capture and analyze packets from network devices. This "
-"package is only needed if you plan to compile or write such a program "
-"yourself."
-msgstr ""
-
-#. summary(pciutils:libpci3)
-msgid "PCI utility library"
-msgstr ""
-
-#. description(pciutils:libpci3)
-msgid "libpci offers access to the PCI configuration space."
-msgstr ""
-
-#. summary(libpciaccess:libpciaccess0)
-#, fuzzy
-msgid "Generic PCI access library"
-msgstr "Ambiente de Trabalho KDE"
-
-#. description(libpciaccess:libpciaccess0)
-msgid ""
-"Provides functionality for X to access the PCI bus and devices in a platform-"
-"independent way."
-msgstr ""
-
-#. summary(pcre:libpcre1)
-msgid "A library for Perl-compatible regular expressions"
-msgstr ""
-
-#. description(pcre:libpcre1)
-msgid ""
-"The PCRE library is a set of functions that implement regular expression "
-"pattern matching using the same syntax and semantics as Perl 5.\n"
-"\n"
-"This PCRE library variant supports 8-bit and UTF-8 strings. (See also "
-"libpcre16.)"
-msgstr ""
-
-#. summary(samba:libpdb0)
-#, fuzzy
-msgid "Samba3 password database library"
-msgstr "Novell e Linux"
-
-#. summary(libpipeline:libpipeline1)
-#, fuzzy
-msgid "A pipeline manipulation library"
-msgstr "Exibir Configuração"
-
-#. description(libpipeline:libpipeline1)
-msgid ""
-"libpipeline is a C library for setting up and running pipelines of "
-"processes, without needing to involve shell command-line parsing which is "
-"often error-prone and insecure. This alleviates programmers of the need to "
-"laboriously construct pipelines using lower-level primitives such as fork(2) "
-"and execve(2)."
-msgstr ""
-
-#. summary(pixman:libpixman-1-0)
-msgid "Pixel manipulation library"
-msgstr ""
-
-#. description(pixman:libpixman-1-0)
-msgid "Pixman is a pixel manipulation library for X and cairo."
-msgstr ""
-
-#. summary(pkcs11-helper:libpkcs11-helper1)
-msgid "Helper Library for the Use with Smart Cards and the PKCS#11 API"
-msgstr ""
-
-#. description(pkcs11-helper:libpkcs11-helper1)
-msgid ""
-"pkcs11-helper allows using multiple PKCS#11 providers at the same time, "
-"selecting keys by id, label or certificate subject, handling card removal "
-"and card insert events, handling card re-insert to a different slot, "
-"supporting session expiration serialization and much more, all using a "
-"simple API."
-msgstr ""
-
-#. summary(libplist:libplist1)
-msgid "Library for handling Apple Binary and XML Property Lists"
-msgstr ""
-
-#. description(libplist:libplist1)
-msgid "libplist is a library for handling Apple Binary and XML Property Lists."
-msgstr ""
-
-#. summary(plymouth:libply-boot-client2)
-msgid "Plymouth core library"
-msgstr ""
-
-#. description(plymouth:libply-boot-client2)
-#, fuzzy
-msgid "This package contains the libply-boot-client library used by Plymouth."
+msgid "This package contains shared library needed for some applications to interface with nilfs"
msgstr "Aplicativos Usados Recentemente"
-#. description(plymouth:libply-splash-core2)
+#. summary(nilfs-utils:libnilfscleaner0)
#, fuzzy
-msgid ""
-"This package contains the libply-splash-core library used by graphical "
-"Plymouth splashes."
-msgstr "O pacote contém uma versão diferente da experada"
+msgid "Cleaner library for interacting with nilfs"
+msgstr "Aguardar por aplicativo kicker"
-#. summary(plymouth:libply-splash-graphics2)
+#. description(nilfs-utils:libnilfscleaner0)
#, fuzzy
-msgid "Plymouth graphics libraries"
-msgstr "Criptografia"
-
-#. description(plymouth:libply-splash-graphics2)
-#, fuzzy
-msgid ""
-"This package contains the libply-splash-graphics library used by graphical "
-"Plymouth splashes."
+msgid "This package contains shared cleaner library needed for some applications to interface with nilfs"
msgstr "O pacote contém uma versão diferente da experada"
-#. description(plymouth:libply2)
-#, fuzzy
-msgid "This package contains the libply library used by Plymouth."
-msgstr "O pacote contém uma versão diferente da experada"
-
-#. summary(libpng16:libpng16-16)
-msgid "Library for the Portable Network Graphics Format (PNG)"
+#. summary(nilfs-utils:libnilfsgc0)
+msgid "Garbage collection library for interacting with nilfs"
msgstr ""
-#. description(libpng16:libpng16-16)
-msgid ""
-"libpng is the official reference library for the Portable Network Graphics "
-"format (PNG)."
-msgstr ""
-
-#. summary(polkit:libpolkit0)
+#. description(nilfs-utils:libnilfsgc0)
#, fuzzy
-msgid "PolicyKit Authorization Framework -- Libraries"
-msgstr "Pacotes de desenvolvimento do KDE"
+msgid "This package contains shared garbage collection library needed for some applications to interface with nilfs"
+msgstr "O pacote contém uma versão diferente da experada"
-#. description(polkit:libpolkit0)
-msgid ""
-"PolicyKit is a toolkit for defining and handling authorizations. It is used "
-"for allowing unprivileged processes to speak to privileged processes.\n"
-"\n"
-"This package contains the libraries only."
+#. summary(yp-tools:libnis1)
+msgid "Library with IPv6 enabled NIS functions"
msgstr ""
-#. summary(poppler:libpoppler43)
-#, fuzzy
-msgid "PDF Rendering Library"
-msgstr "Novell e Linux"
-
-#. description(poppler:libpoppler43)
-msgid ""
-"Poppler is a PDF rendering library, forked from the xpdf PDF viewer "
-"developed by Derek Noonburg of Glyph and Cog, LLC."
+#. description(yp-tools:libnis1)
+msgid "This library provides IPv6 enabled NIS functions."
msgstr ""
-#. summary(popt:libpopt0)
-msgid "A C library for parsing command line parameters"
+#. summary(libnl3:libnl3-200)
+msgid "Convenience library for working with Netlink sockets"
msgstr ""
-#. description(popt:libpopt0)
-msgid ""
-"Popt is a C library for parsing command line parameters. Popt was heavily "
-"influenced by the getopt() and getopt_long() functions. It improves on them "
-"by allowing more powerful argument expansion. Popt can parse arbitrary argv"
-"[] style arrays and automatically set variables based on command line "
-"arguments. Popt allows command line arguments to be aliased via "
-"configuration files and includes utility functions for parsing arbitrary "
-"strings into argv[] arrays using shell-like rules."
+#. description(libnl3:libnl3-200)
+msgid "The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces."
msgstr ""
-#. summary(portaudio:libportaudio2)
-msgid "Portable Real-Time Audio Library"
+#. summary(NetworkManager:libnm-glib-vpn1)
+msgid "Convenience library for NetworkManager VPN plugins"
msgstr ""
-#. description(portaudio:libportaudio2)
-msgid ""
-"PortAudio is a portable audio I/O library designed for cross-platform "
-"support of audio. It uses a callback mechanism to request audio processing. "
-"Audio can be generated in various formats, including 32 bit floating point, "
-"and will be converted to the native format internally."
+#. description(NetworkManager:libnm-glib-vpn1)
+#. description(NetworkManager:libnm-util2)
+#. description(NetworkManager:libnm0)
+msgid "This package contains the libraries that make it easier to use some Network Manager functionality from applications that use glib."
msgstr ""
-#. summary(procps:libprocps1)
-msgid "The props library"
+#. summary(NetworkManager:libnm-util2)
+#. summary(NetworkManager:libnm0)
+msgid "Convenience library for clients of NetworkManager"
msgstr ""
-#. description(procps:libprocps1)
-msgid ""
-"The props library can be used to read informations out from /proc the "
-"process information pseudo-file system,"
+#. summary(libnotify:libnotify-tools)
+msgid "Notifications Library -- Tools"
msgstr ""
-#. summary(libproxy:libproxy1)
-msgid "Libproxy provides consistent proxy configuration to applications"
-msgstr ""
-
-#. description(libproxy:libproxy1)
+#. description(libnotify:libnotify-tools)
msgid ""
-"libproxy offers the following features: * extremely small core footprint "
-"(< 35K)\n"
+"D-BUS notifications library.\n"
"\n"
-"* no external dependencies within libproxy core (libproxy modules may "
-"have dependencies)\n"
-"* only 3 functions in the stable external API\n"
-"* dynamic adjustment to changing network topology\n"
-"* a standard way of dealing with proxy settings across all scenarios"
+"This package contains the notify-send tool to create notifications."
msgstr ""
-#. summary(libproxy-plugins:libproxy1-config-gnome3)
-msgid "Libproxy module for GNOME3 configuration"
+#. summary(libnotify:libnotify4)
+msgid "Notifications Library"
msgstr ""
-#. summary(libproxy-plugins:libproxy1-networkmanager)
-msgid "Libproxy module for NetworkManager configuration"
+#. description(libnotify:libnotify4)
+msgid "D-BUS notifications library."
msgstr ""
-#. description(libproxy-plugins:libproxy1-networkmanager)
-msgid ""
-"A module to extend libproxy with capabilities to query NetworkManager about "
-"network configuration changes."
-msgstr ""
+#. summary(npth:libnpth0)
+#, fuzzy
+msgid "New GNU Portable Threads library"
+msgstr "Novell e Linux"
-#. summary(libproxy-plugins:libproxy1-pacrunner-webkit)
-msgid ""
-"Libproxy module to support WPAD/PAC parsing via WebKit JavaScript Engine"
+#. description(npth:libnpth0)
+msgid "nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. In contrast to Pth, nPth is based on the system's standard threads implementation. Thus, nPth allows the use of libraries which are not compatible to GNU Pth."
msgstr ""
-#. description(libproxy-plugins:libproxy1-pacrunner-webkit)
-msgid ""
-"A module to extend libproxy with capabilities to pass addresses to a WPAD/"
-"PAC script and have it find the correct proxy."
+#. summary(nss-shared-helper:libnsssharedhelper0)
+msgid "Helper functions for sharing NSS database"
msgstr ""
-#. summary(pth:libpth20)
-msgid "GNU Portable Threads"
+#. description(nss-shared-helper:libnsssharedhelper0)
+msgid "This library provides helper functions for programs that want to share an NSS crypto database."
msgstr ""
-#. description(pth:libpth20)
-msgid ""
-"Pth is a very portable POSIX/ANSI-C based library for Unix platforms which "
-"provides non-preemptive priority-based scheduling for multiple threads of "
-"execution (\"multithreading\") inside server applications. All threads run "
-"in the same address space of the server application, but each thread has "
-"it's own individual program-counter, run-time stack, signal mask and errno "
-"variable."
+#. summary(ntfs-3g_ntfsprogs:libntfs-3g86)
+msgid "NTFS Support in Userspace -- Library"
msgstr ""
-#. summary(pulseaudio:libpulse-mainloop-glib0)
-msgid "GLIB 2.0 Main Loop wrapper for PulseAudio"
+#. description(ntfs-3g_ntfsprogs:libntfs-3g86)
+msgid "NTFS-3G allows for read/write access to NTFS partitions which can be shared with Windows XP, Windows Server 2003, Windows 2000, Windows Vista and Windows Seven."
msgstr ""
-#. description(pulseaudio:libpulse-mainloop-glib0)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like "
-"operating systems and Microsoft Windows. It is intended to be an improved "
-"drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package contains the GLIB Main Loop bindings for the PulseAudio sound "
-"server."
+#. summary(numactl:libnuma1)
+msgid "NUMA Policy Control"
msgstr ""
-#. summary(pulseaudio:libpulse0)
-msgid "Client interface to PulseAudio"
+#. description(numactl:libnuma1)
+msgid "Control NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications."
msgstr ""
-#. description(pulseaudio:libpulse0)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like "
-"operating systems and Microsoft Windows. It is intended to be an improved "
-"drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package contains the system libraries for clients of pulseaudio sound "
-"server."
+#. summary(libogg:libogg0)
+msgid "Ogg Bitstream Library"
msgstr ""
-#. summary(python-gobject:libpyglib-gi-2_0-python2-0)
-msgid "Python Gobject Introspeciton binding"
-msgstr ""
-
-#. description(python-gobject:libpyglib-gi-2_0-python2-0)
+#. description(libogg:libogg0)
msgid ""
-"Pygobjects is an extension module for python that gives you access to GLib's "
-"GObjects.\n"
+"Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams.\n"
"\n"
-"The bindings are handled by gobject-introspection libraries."
+"Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio codec ) and the libtheora (Theora video codec)"
msgstr ""
-#. summary(python-base:libpython2_7-1_0)
-msgid "Python Interpreter shared library"
+#. summary(adaptec-firmware)
+msgid "Firmware files for Adaptec SAS Cards (AIC94xx Series)"
msgstr ""
-#. description(python-base:libpython2_7-1_0)
-msgid ""
-"Python is an interpreted, object-oriented programming language, and is often "
-"compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python "
-"in the documentation and tutorials included in the python-doc (HTML) or "
-"python-doc-pdf (PDF) packages.\n"
-"\n"
-"This package contains libpython2.7 shared library for embedding in other "
-"applications."
+#. description(adaptec-firmware)
+msgid "Firmware files for the Adaptec AIC94xx (Razor) Series of SAS HBA Adapters."
msgstr ""
-#. summary(qrencode:libqrencode3)
-msgid "C library for encoding data in a QR Code symbol"
+#. summary(adwaita-icon-theme)
+msgid "GNOME Icon Theme"
msgstr ""
-#. description(qrencode:libqrencode3)
-msgid ""
-"Libqrencode is a C library for encoding data in a QR Code symbol, a kind of "
-"2D symbology that can be scanned by handy terminals such as a mobile phone "
-"with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, "
-"and is highly robust."
+#. description(adwaita-icon-theme)
+msgid "The default GNOME icon theme, Adwaita."
msgstr ""
-#. summary(gcc48:libquadmath0)
-msgid "The GNU Fortran Compiler Quadmath Runtime Library"
+#. summary(alsa-firmware)
+msgid "Firmware Data Files for ALSA"
msgstr ""
-#. description(gcc48:libquadmath0)
-msgid ""
-"The runtime library needed to run programs compiled with the Fortran "
-"compiler of the GNU Compiler Collection (GCC) and quadruple precision "
-"floating point operations."
+#. description(alsa-firmware)
+msgid "Various firmware data files for ALSA drivers."
msgstr ""
-#. summary(raptor:libraptor2-0)
-msgid "RDF Parser Toolkit"
+#. summary(apparmor:apparmor-abstractions)
+msgid "AppArmor abstractions and directory structure"
msgstr ""
-#. description(raptor:libraptor2-0)
+#. description(apparmor:apparmor-abstractions)
msgid ""
-"Raptor is the RDF Parser Toolkit for Redland that provides a set of "
-"standalone RDF parsers, generating triples from RDF/XML or N-Triples."
-msgstr ""
-
-#. summary(rasqal:librasqal3)
-msgid "RDF Parser Toolkit for Redland"
-msgstr ""
-
-#. description(rasqal:librasqal3)
-msgid ""
-"Rasqal is a library providing full support for querying Resource Description "
-"Framework (RDF) including parsing query syntaxes, constructing the queries, "
-"executing them and returning result formats. It currently handles the RDF "
-"Data Query Language (RDQL) and SPARQL Query language."
-msgstr ""
-
-#. summary(libraw1394:libraw1394-11)
-msgid "A Firewire Interface"
-msgstr ""
-
-#. description(libraw1394:libraw1394-11)
-msgid ""
-"A library for the Linux IEEE-1394 subsystem, which provides direct access to "
-"the connected 1394 (Firewire) bus."
-msgstr ""
-
-#. summary(librcc:librcc0)
-#, fuzzy
-msgid "Russian Charset Conversion Library"
-msgstr "Detecção de Hardware do SUSE"
-
-#. description(librcc:librcc0)
-msgid ""
-"Provides posibility to automaticaly convert considered encodings (a lot of "
-"languages is supported, not only russian one) to/from UTF-8. The library is "
-"part of rusxmms patch."
-msgstr ""
-
-#. summary(kernel-desktop)
-msgid "Kernel optimized for the desktop"
-msgstr ""
-
-#. description(kernel-desktop)
-msgid ""
-"This kernel is optimized for the desktop. It is configured for lower latency "
-"and has many of the features that aren't usually used on desktop machines "
-"disabled.\n"
+"AppArmor abstractions (common parts used in various profiles) and the /etc/apparmor.d/ directory structure.\n"
"\n"
-" This kernel supports up to 64GB of main memory. It requires Physical "
-"Addressing Extensions (PAE), which were introduced with the Pentium Pro "
-"processor.\n"
+"AppArmor is a file and network mandatory access control mechanism. AppArmor confines processes to the resources allowed by the systems administrator and can constrain the scope of potential security vulnerabilities.\n"
"\n"
-"PAE is not only more physical address space but also important for the \"no "
-"execute\" feature which disables execution of code that is marked as non-"
-"executable. Therefore, the PAE kernel should be used on any systems that "
-"support it, regardless of the amount of main memory.\n"
-"\n"
-"\n"
-"\n"
-"Source Timestamp: 2013-10-04 14:14:40 +0200 GIT Revision: "
-"ac1d7bee28a9b1ecbf2a9138685dfab7ad0c44f0 GIT Branch: openSUSE-13.1"
+"This package is part of a suite of tools that used to be named SubDomain."
msgstr ""
-#. summary(adaptec-firmware)
-msgid "Firmware files for Adaptec SAS Cards (AIC94xx Series)"
-msgstr ""
-
-#. description(adaptec-firmware)
-msgid ""
-"Firmware files for the Adaptec AIC94xx (Razor) Series of SAS HBA Adapters."
-msgstr ""
-
-#. summary(alsa-firmware)
-msgid "Firmware Data Files for ALSA"
-msgstr ""
-
-#. description(alsa-firmware)
-msgid "Various firmware data files for ALSA drivers."
-msgstr ""
-
#. summary(apparmor:apparmor-profiles)
msgid "AppArmor profiles that are loaded into the apparmor kernel module"
msgstr ""
#. description(apparmor:apparmor-profiles)
msgid ""
-"Base profiles. AppArmor is a file and network mandatory access control "
-"mechanism. AppArmor confines processes to the resources allowed by the "
-"systems administrator and can constrain the scope of potential security "
-"vulnerabilities.\n"
+"Base profiles. AppArmor is a file and network mandatory access control mechanism. AppArmor confines processes to the resources allowed by the systems administrator and can constrain the scope of potential security vulnerabilities.\n"
"\n"
"This package is part of a suite of tools that used to be named SubDomain."
msgstr ""
@@ -5142,11 +3816,7 @@
msgstr ""
#. description(apparmor:apparmor-utils)
-msgid ""
-"This package provides the aa-logprof, aa-genprof, aa-autodep, aa-enforce, "
-"and aa-complain tools to assist with profile authoring. Besides it provides "
-"the aa-unconfined server information tool. It is part of a suite of tools "
-"that used to be named SubDomain."
+msgid "This package provides the aa-logprof, aa-genprof, aa-autodep, aa-enforce, and aa-complain tools to assist with profile authoring. Besides it provides the aa-unconfined server information tool. It is part of a suite of tools that used to be named SubDomain."
msgstr ""
#. summary(atmel-firmware)
@@ -5155,15 +3825,9 @@
#. description(atmel-firmware)
msgid ""
-"The drivers for Atmel at76c50x wireless network chips in the Linux 2.6.x "
-"kernel and at http://at76c503a.berlios.de/ do not include the firmware and "
-"this firmware needs to be loaded by the host on most cards using these "
-"chips.\n"
+"The drivers for Atmel at76c50x wireless network chips in the Linux 2.6.x kernel and at http://at76c503a.berlios.de/ do not include the firmware and this firmware needs to be loaded by the host on most cards using these chips.\n"
"\n"
-"This package provides the firmware images that should be automatically "
-"loaded as needed by the hotplug system. It also provides a small loader "
-"utility that can be used to accomplish the same thing when hotplug is not in "
-"use."
+"This package provides the firmware images that should be automatically loaded as needed by the hotplug system. It also provides a small loader utility that can be used to accomplish the same thing when hotplug is not in use."
msgstr ""
#. summary(autoyast2:autoyast2-installation)
@@ -5171,16 +3835,22 @@
msgstr ""
#. description(autoyast2:autoyast2-installation)
-msgid ""
-"This package performs auto-installation relying on a control file generated "
-"with the autoyast2 package."
+msgid "This package performs auto-installation relying on a control file generated with the autoyast2 package."
msgstr ""
-#. summary(boost:boost-license1_53_0)
+#. summary(bash-completion)
+msgid "Programmable Completion for Bash"
+msgstr ""
+
+#. description(bash-completion)
+msgid "bash-completion is a collection of shell functions that take advantage of the programmable completion feature of Bash 2.04 and later."
+msgstr ""
+
+#. summary(boost:boost-license1_58_0)
msgid "Boost License"
msgstr ""
-#. description(boost:boost-license1_53_0)
+#. description(boost:boost-license1_58_0)
msgid "This package contains the license boost is provided under."
msgstr ""
@@ -5190,22 +3860,27 @@
msgstr "O pacote não está assinalado"
#. description(branding-openSUSE)
-msgid ""
-"This package contains the file /etc/SUSE-brand, and its name is used as a "
-"trigger for installation of correct vendor brand packages."
+msgid "This package contains the file /etc/SUSE-brand, and its name is used as a trigger for installation of correct vendor brand packages."
msgstr ""
+#. summary(btrfsmaintenance)
+msgid "Scripts for btrfs periodic maintenance tasks"
+msgstr ""
+
+#. description(btrfsmaintenance)
+msgid "Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories."
+msgstr ""
+
#. summary(bundle-lang-common:bundle-lang-common-en)
msgid "Translations for a Group of Programs"
msgstr ""
#. description(bundle-lang-common:bundle-lang-common-en)
-msgid ""
-"This package groups translations for a dozen of programs which are both on "
-"the GNOME and KDE CD into languages, not split out into extra packages."
+msgid "This package groups translations for a dozen of programs which are both on the GNOME and KDE CD into languages, not split out into extra packages."
msgstr ""
#. summary(ca-certificates)
+#. description(ca-certificates)
msgid "Utilities for system wide CA certificate installation"
msgstr ""
@@ -5214,9 +3889,7 @@
msgstr ""
#. description(ca-certificates-mozilla)
-msgid ""
-"This package contains some CA root certificates for OpenSSL extracted from "
-"MozillaFirefox"
+msgid "This package contains some CA root certificates for OpenSSL extracted from MozillaFirefox"
msgstr ""
#. summary(cantarell-fonts)
@@ -5224,9 +3897,7 @@
msgstr ""
#. description(cantarell-fonts)
-msgid ""
-"The Cantarell font family is a contemporary Humanist sans serif designed for "
-"on-screen reading."
+msgid "The Cantarell font family is a contemporary Humanist sans serif designed for on-screen reading."
msgstr ""
#. summary(scout:command-not-found)
@@ -5234,11 +3905,7 @@
msgstr ""
#. description(scout:command-not-found)
-msgid ""
-"The \"command not found\" message is not very helpful. If e.g. the unzip "
-"command is not found but it's available in a package, it would be very "
-"interesting if the system could tell that the command is currently not "
-"available, but installing a package would provide it."
+msgid "The \"command not found\" message is not very helpful. If e.g. the unzip command is not found but it's available in a package, it would be very interesting if the system could tell that the command is currently not available, but installing a package would provide it."
msgstr ""
#. summary(dd_rhelp)
@@ -5247,13 +3914,9 @@
#. description(dd_rhelp)
msgid ""
-"dd_rhelp is a bash helper script that handles dd_rescue. dd_rescue roughly "
-"acts as the dd linux command with the caracteristic to NOT stop when it "
-"falls on read/write.\n"
+"dd_rhelp is a bash helper script that handles dd_rescue. dd_rescue roughly acts as the dd linux command with the caracteristic to NOT stop when it falls on read/write.\n"
"\n"
-"dd_rhelp intelligently controls dd_rescue to first copy all blocks from "
-"areas that work and only then tries to approach the bad spots from both "
-"sides."
+"dd_rhelp intelligently controls dd_rescue to first copy all blocks from areas that work and only then tries to approach the bad spots from both sides."
msgstr ""
#. summary(dejavu-fonts)
@@ -5261,10 +3924,7 @@
msgstr ""
#. description(dejavu-fonts)
-msgid ""
-"The DejaVu fonts are a font family based on the Bitstream Vera Fonts. Its "
-"purpose is to provide a wider range of characters while maintaining the "
-"original look and feel through the process of collaborative development."
+msgid "The DejaVu fonts are a font family based on the Bitstream Vera Fonts. Its purpose is to provide a wider range of characters while maintaining the original look and feel through the process of collaborative development."
msgstr ""
#. summary(desktop-data-openSUSE)
@@ -5272,9 +3932,7 @@
msgstr ""
#. description(desktop-data-openSUSE)
-msgid ""
-"This package contains shared desktop files, like the default applications "
-"menu structure and the default wallpaper."
+msgid "This package contains shared desktop files, like the default applications menu structure and the default wallpaper."
msgstr ""
#. summary(dmz-icon-theme-cursors)
@@ -5294,9 +3952,8 @@
msgid ""
"Configures Fonts for X Windows and other applications.\n"
"\n"
-"Usually fonts-config is called automatically via SuSEconfig (SuSEconfig\n"
-"--module fonts), which is usually automatically called by YaST2. You can "
-"also execute fonts-config directly, which is mainly useful for debugging it."
+"Usually fonts-config is called automatically when package containing font is installed, upgraded or removed. But you can also execute fonts-config directly, which is mainly useful to debug it (use\n"
+"--debug flag)."
msgstr ""
#. summary(gconf2-branding-openSUSE)
@@ -5304,9 +3961,7 @@
msgstr ""
#. description(gconf2-branding-openSUSE)
-msgid ""
-"This package provides openSUSE defaults for configurations based on GConf "
-"database system."
+msgid "This package provides openSUSE defaults for configurations based on GConf database system."
msgstr ""
#. summary(branding-openSUSE:gfxboot-branding-openSUSE)
@@ -5323,10 +3978,7 @@
msgstr "Ferramentas padrão para o trabalho diário"
#. description(ghostscript-fonts:ghostscript-fonts-std)
-msgid ""
-"Several Type 1 basic PostScript fonts. Times, Helvetica, Courier, Symbol, "
-"etc. Contributed by URW++ Design and Development Incorporated, of Hamburg, "
-"Germany."
+msgid "Several Type 1 basic PostScript fonts. Times, Helvetica, Courier, Symbol, etc. Contributed by URW++ Design and Development Incorporated, of Hamburg, Germany."
msgstr ""
#. summary(glib2-branding-openSUSE:gio-branding-openSUSE)
@@ -5334,9 +3986,7 @@
msgstr ""
#. description(glib2-branding-openSUSE:gio-branding-openSUSE)
-msgid ""
-"This package provides openSUSE defaults for settings stored with GSettings "
-"and applications used by the MIME system."
+msgid "This package provides openSUSE defaults for settings stored with GSettings and applications used by the MIME system."
msgstr ""
#. summary(gnu-unifont-bitmap-fonts)
@@ -5344,10 +3994,7 @@
msgstr ""
#. description(gnu-unifont-bitmap-fonts)
-msgid ""
-"The GNU Unifont by Roman Czyborra is a free bitmap font that covers the "
-"Unicode Basic Multilingual Plane (BMP), using an intermediate bitmapped font "
-"format."
+msgid "The GNU Unifont by Roman Czyborra is a free bitmap font that covers the Unicode Basic Multilingual Plane (BMP), using an intermediate bitmapped font format."
msgstr ""
#. summary(google-droid-fonts)
@@ -5355,17 +4002,20 @@
msgstr ""
#. description(google-droid-fonts)
+msgid "The Droid family of fonts consists of Droid Sans, Droid Sans Mono and Droid Serif. Each contains extensive character set coverage including Western Europe, Eastern/Central Europe, Baltic, Cyrillic, Greek and Turkish support. The Droid Sans regular font also includes support for Simplified and Traditional Chinese, Japanese and Korean support for the GB2312, Big 5, JIS 0208 and KSC 5601 character sets respectively. Droid was designed by Ascender's Steve Matteson to provide optimal quality and comfort on a mobile handset when rendered in application menus, web browsers and for other screen text. - Ascender Press Release, http://www.ascendercorp.com/pr/2007-11-12/"
+msgstr ""
+
+#. summary(google-opensans-fonts)
+msgid "Humanist Sans Serif Typeface"
+msgstr ""
+
+#. description(google-opensans-fonts)
msgid ""
-"The Droid family of fonts consists of Droid Sans, Droid Sans Mono and Droid "
-"Serif. Each contains extensive character set coverage including Western "
-"Europe, Eastern/Central Europe, Baltic, Cyrillic, Greek and Turkish support. "
-"The Droid Sans regular font also includes support for Simplified and "
-"Traditional Chinese, Japanese and Korean support for the GB2312, Big 5, JIS "
-"0208 and KSC 5601 character sets respectively. Droid was designed by "
-"Ascender's Steve Matteson to provide optimal quality and comfort on a mobile "
-"handset when rendered in application menus, web browsers and for other "
-"screen text. - Ascender Press Release, http://www.ascendercorp.com/"
-"pr/2007-11-12/"
+"Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp.\n"
+"\n"
+"This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letterforms.\n"
+"\n"
+"Designer: Steve Matteson"
msgstr ""
#. summary(branding-openSUSE:grub2-branding-openSUSE)
@@ -5375,25 +4025,65 @@
#. description(branding-openSUSE:grub2-branding-openSUSE)
#, fuzzy
-msgid "openSUSE 13.1 branding for the GRUB2's graphical console"
+msgid "openSUSE 13.2 branding for the GRUB2's graphical console"
msgstr "O pacote não está assinalado"
+#. summary(grub2:grub2-snapper-plugin)
+msgid "Grub2's snapper plugin"
+msgstr ""
+
+#. description(grub2:grub2-snapper-plugin)
+msgid "Grub2's snapper plugin for advanced btrfs snapshot boot menu management"
+msgstr ""
+
+#. summary(grub2:grub2-systemd-sleep-plugin)
+msgid "Grub2's systemd-sleep plugin"
+msgstr ""
+
+#. description(grub2:grub2-systemd-sleep-plugin)
+msgid "Grub2's systemd-sleep plugin for directly booting hibernated kernel image in swap partition while in resuming"
+msgstr ""
+
+#. summary(gtk2-branding-openSUSE)
+#, fuzzy
+msgid "The GTK+ toolkit library (version 2) -- openSUSE theme configuration"
+msgstr "Interface do Kernel"
+
+#. description(gtk2-branding-openSUSE)
+#. description(gtk3-branding-openSUSE)
+msgid ""
+"GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.\n"
+"\n"
+"This package provides the openSUSE theme configuration for widgets and icon themes."
+msgstr ""
+
#. summary(gtk2:gtk2-data)
msgid "The GTK+ toolkit library (version 2) -- Data Files"
msgstr ""
+#. summary(gnome-themes-standard:gtk2-metatheme-adwaita)
+msgid "Adwaita GNOME Theme -- GTK+ 2 Support"
+msgstr ""
+
+#. summary(gtk3-branding-openSUSE)
+#, fuzzy
+msgid "The GTK+ toolkit library (version 3) -- openSUSE theme configuration"
+msgstr "Interface do Kernel"
+
#. summary(gtk3:gtk3-data)
msgid "The GTK+ toolkit library (version 3) -- Data Files"
msgstr ""
+#. summary(gnome-themes-standard:gtk3-metatheme-adwaita)
+msgid "Adwaita GNOME Theme -- GTK+ 3 Support"
+msgstr ""
+
#. summary(hicolor-icon-theme)
msgid "Fallback Icon Theme"
msgstr ""
#. description(hicolor-icon-theme)
-msgid ""
-"This is the default fallback theme used by implementations of the icon theme "
-"specification."
+msgid "This is the default fallback theme used by implementations of the icon theme specification."
msgstr ""
#. summary(hicolor-icon-theme-branding-openSUSE)
@@ -5402,8 +4092,7 @@
#. description(hicolor-icon-theme-branding-openSUSE)
msgid ""
-"This is the default fallback theme used by implementations of the icon theme "
-"specification.\n"
+"This is the default fallback theme used by implementations of the icon theme specification.\n"
"\n"
"This package provides openSUSE icons for hicolor-icon-theme."
msgstr ""
@@ -5414,21 +4103,25 @@
#. description(info2html)
msgid ""
-"This package contains the CGI script 'info2html' that creates HTML pages "
-"from info documents on demand, to be sent over the HTTP protocol.\n"
+"This package contains the CGI script 'info2html' that creates HTML pages from info documents on demand, to be sent over the HTTP protocol.\n"
"\n"
-"Follow references to nodes in info documents to view the corresponding info "
-"files in HTML."
+"Follow references to nodes in info documents to view the corresponding info files in HTML."
msgstr ""
+#. summary(insserv-compat)
+msgid "Simple insserv replacement for systemd only systems"
+msgstr ""
+
+#. description(insserv-compat)
+msgid "insserv is used enable System V init scripts. This package only contains a stub implemenation for use on systemd only systems."
+msgstr ""
+
#. summary(intlfonts:intlfonts-euro-bitmap-fonts)
msgid "European fonts for the X Window System"
msgstr ""
#. description(intlfonts:intlfonts-euro-bitmap-fonts)
-msgid ""
-"European fonts for the X Window System (ISO 8859-1, 8859-2, 8859-3, 8859-4, "
-"8859-5/9, 8859-7, and 8859-8 together with KOI8-1/GOST19768.74-1)."
+msgid "European fonts for the X Window System (ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5/9, 8859-7, and 8859-8 together with KOI8-1/GOST19768.74-1)."
msgstr ""
#. summary(ipw-firmware)
@@ -5436,20 +4129,23 @@
msgstr ""
#. description(ipw-firmware)
-msgid ""
-"This package contains firmware binaries needed for Intel PRO/Wireless "
-"2100/2200BG (aka Centrino) WLAN cards. The package is covered by the Intel "
-"license.\tSee http://ipw2100.sourceforge.net/firmware.php?fid=4."
+msgid "This package contains firmware binaries needed for Intel PRO/Wireless 2100/2200BG (aka Centrino) WLAN cards. The package is covered by the Intel license.\tSee http://ipw2100.sourceforge.net/firmware.php?fid=4."
msgstr ""
+#. summary(kbd:kbd-legacy)
+msgid "Legacy data for kbd package"
+msgstr ""
+
+#. description(kbd:kbd-legacy)
+msgid "The kbd-legacy package contains original keymaps for kbd package. Please note that kbd-legacy is not helpful without kbd."
+msgstr ""
+
#. summary(kernel-firmware)
msgid "Linux kernel firmware files"
msgstr ""
#. description(kernel-firmware)
-msgid ""
-"This package contains the firmware for in-kernel drivers that was previously "
-"included in the kernel. It is shared by all kernels >= 2.6.27-rc1."
+msgid "This package contains the firmware for in-kernel drivers that was previously included in the kernel. It is shared by all kernels >= 2.6.27-rc1."
msgstr ""
#. summary(lensfun:lensfun-data)
@@ -5458,21 +4154,9 @@
#. description(lensfun:lensfun-data)
msgid ""
-"The goal of the lensfun library is to provide a open source database of "
-"photographic lenses and their characteristics. In the past there was a "
-"effort in this direction (see http://www.epaperpress.com/ptlens/) but then "
-"author decided to take the commercial route and the database froze at the "
-"last public stage. This database was used as the basement on which lensfun "
-"database grew, thanks to PTLens author which gave his permission for this, "
-"while the code was totally rewritten from scratch (and the database was "
-"converted to a totally new, XML-based format).\n"
+"The goal of the lensfun library is to provide a open source database of photographic lenses and their characteristics. In the past there was a effort in this direction (see http://www.epaperpress.com/ptlens/) but then author decided to take the commercial route and the database froze at the last public stage. This database was used as the basement on which lensfun database grew, thanks to PTLens author which gave his permission for this, while the code was totally rewritten from scratch (and the database was converted to a totally new, XML-based format).\n"
"\n"
-"The lensfun library not only provides a way to read the database and search "
-"for specific things in it, but also provides a set of algorithms for "
-"correcting images based on detailed knowledge of lens properties and "
-"calibration data. Right now lensfun is designed to correct distortion, "
-"transversal (also known as lateral) chromatic aberrations, vignetting and "
-"colour contribution index of the lens."
+"The lensfun library not only provides a way to read the database and search for specific things in it, but also provides a set of algorithms for correcting images based on detailed knowledge of lens properties and calibration data. Right now lensfun is designed to correct distortion, transversal (also known as lateral) chromatic aberrations, vignetting and colour contribution index of the lens."
msgstr ""
#. summary(liberation-fonts)
@@ -5480,19 +4164,20 @@
msgstr ""
#. description(liberation-fonts)
-msgid ""
-"Free fonts which are metric compatible to \"Arial\", \"Times New Roman\" and "
-"\"Courier New\"."
+msgid "Free fonts which are metric compatible to \"Arial\", \"Times New Roman\" and \"Courier New\"."
msgstr ""
-#. description(icu:libicu51_2-data)
+#. summary(icu:libicu56_1-ledata)
+msgid "Rule databases and tables for ICU"
+msgstr ""
+
+#. description(icu:libicu56_1-ledata)
msgid ""
-"ICU is a set of C and C++ libraries that provides robust and full-featured "
-"Unicode support. This package contains the runtime libraries for ICU which "
-"include precompiled locale data.\n"
+"ICU is a set of C and C++ libraries that provides robust and full-featured Unicode support.\n"
"\n"
-"This subpackage contains the precompiled ICU databases that contain most of "
-"the locale-specific information."
+"ICU makes use of a wide variety of data tables to provide many of its services: converter mapping tables, collation rules, transliteration rules, break iterator rules and dictionaries.\n"
+"\n"
+"This subpackage contains these data tables, in little-endian format."
msgstr ""
#. summary(libnl3:libnl-config)
@@ -5502,35 +4187,124 @@
#. description(libnl3:libnl-config)
msgid ""
-"This package contains configuration files for libnl and programs using the "
-"same; in particular\n"
+"This package contains configuration files for libnl and programs using the same; in particular\n"
"- name maps for class-ids -- class-names (like /etc/services)\n"
"- aliases for locations within a packet (ip6.dst => byte offset)"
msgstr ""
-#. summary(efibootmgr)
#, fuzzy
-msgid "EFI Boot Manager"
-msgstr "Gerenciador de Dispositivos"
+#~ msgid "ESD output plugin for libao"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
-#. description(efibootmgr)
-msgid ""
-"The EFI Boot Manager allows the user to edit the Intel Extensible Firmware "
-"Interface (EFI) Boot Manager variables. Additional information about the "
-"EFI can be found at <http://developer.intel.com/technology/efi/efi.htm>."
-msgstr ""
+#, fuzzy
+#~ msgid "This package contains the ESD output plugin for libao."
+#~ msgstr "O pacote contém uma versão diferente da experada"
-#. summary(numactl:libnuma1)
-msgid "NUMA Policy Control"
-msgstr ""
+#, fuzzy
+#~ msgid "Library for parsing the Corel Draw file format structure"
+#~ msgstr "Criando banco de dados de recursos"
-#. description(numactl:libnuma1)
-msgid ""
-"Control NUMA policy for individual processes. Offer libnuma for individual "
-"NUMA policy in applications."
-msgstr ""
+#, fuzzy
+#~ msgid "The shared library for the Chunky Loop Generator using the ISL backend."
+#~ msgstr "Pacotes de desenvolvimento do KDE"
#, fuzzy
+#~ msgid "C++ implementation of the Lucene text search engine"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "Library for accessing CMIS-enabled servers"
+#~ msgstr "Criando banco de dados de recursos"
+
+#, fuzzy
+#~ msgid "String handling essentials library"
+#~ msgstr "Desenvolvimento GNOME"
+
+#, fuzzy
+#~ msgid "This package provides the string handling essentials shared library used by the rsyslog daemon."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "An OpenType text shaping engine - ICU library"
+#~ msgstr "XF86Messenger"
+
+#, fuzzy
+#~ msgid "A simple thesaurus for Libreoffice"
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package includes the JSON library."
+#~ msgstr "Aplicativos Usados Recentemente"
+
+#, fuzzy
+#~ msgid "Shared library from libmowgli"
+#~ msgstr "Criando banco de dados de recursos"
+
+#, fuzzy
+#~ msgid "Microsoft Publisher file format parser library"
+#~ msgstr "Falha na configuração %s."
+
+#, fuzzy
+#~ msgid "The Oil Runtime Compiler Library"
+#~ msgstr "Notificações"
+
+#, fuzzy
+#~ msgid "C++ interface for pango"
+#~ msgstr "Interface a ser selecionada na inicialização:"
+
+#, fuzzy
+#~ msgid "Library for manipulating partitions"
+#~ msgstr "Aguardar por aplicativo kicker"
+
+#, fuzzy
+#~ msgid "Filesystem Path Utilities"
+#~ msgstr "Sistema de arquivos"
+
+#, fuzzy
+#~ msgid "Generic PCI access library"
+#~ msgstr "Ambiente de Trabalho KDE"
+
+#, fuzzy
+#~ msgid "Samba3 password database library"
+#~ msgstr "Novell e Linux"
+
+#, fuzzy
+#~ msgid "A pipeline manipulation library"
+#~ msgstr "Exibir Configuração"
+
+#, fuzzy
+#~ msgid "This package contains the libply-boot-client library used by Plymouth."
+#~ msgstr "Aplicativos Usados Recentemente"
+
+#, fuzzy
+#~ msgid "This package contains the libply-splash-core library used by graphical Plymouth splashes."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "Plymouth graphics libraries"
+#~ msgstr "Criptografia"
+
+#, fuzzy
+#~ msgid "This package contains the libply-splash-graphics library used by graphical Plymouth splashes."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "This package contains the libply library used by Plymouth."
+#~ msgstr "O pacote contém uma versão diferente da experada"
+
+#, fuzzy
+#~ msgid "PolicyKit Authorization Framework -- Libraries"
+#~ msgstr "Pacotes de desenvolvimento do KDE"
+
+#, fuzzy
+#~ msgid "PDF Rendering Library"
+#~ msgstr "Novell e Linux"
+
+#, fuzzy
+#~ msgid "Russian Charset Conversion Library"
+#~ msgstr "Detecção de Hardware do SUSE"
+
+#, fuzzy
#~ msgid "X Session Management library"
#~ msgstr "Desenvolvimento GNOME"
@@ -5539,9 +4313,7 @@
#~ msgstr "Detecção de Hardware do SUSE"
#, fuzzy
-#~ msgid ""
-#~ "This package contains libsnapper, a library for filesystem snapshot "
-#~ "management."
+#~ msgid "This package contains libsnapper, a library for filesystem snapshot management."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
@@ -5601,8 +4373,7 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "This package includes the openSUSE branding for LibreOffice office suite."
+#~ msgid "This package includes the openSUSE branding for LibreOffice office suite."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
@@ -5610,9 +4381,7 @@
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
-#~ msgid ""
-#~ "These dictionaries help you to hyphenate texts and words in the "
-#~ "LibreOffice office suite."
+#~ msgid "These dictionaries help you to hyphenate texts and words in the LibreOffice office suite."
#~ msgstr "O pacote contém uma versão diferente da experada"
#, fuzzy
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:04 +0100 (Fri, 06 Nov 2015)
New Revision: 94618
Modified:
trunk/packages/pl/po/kde.pl.po
Log:
Merged kde.pot for pl
Modified: trunk/packages/pl/po/kde.pl.po
===================================================================
--- trunk/packages/pl/po/kde.pl.po 2015-11-06 03:06:01 UTC (rev 94617)
+++ trunk/packages/pl/po/kde.pl.po 2015-11-06 03:06:04 UTC (rev 94618)
@@ -3,2572 +3,3463 @@
msgstr ""
"Project-Id-Version: openSUSE-packages\n"
"Report-Msgid-Bugs-To: http://bugzilla.novell.com/\n"
-"POT-Creation-Date: 2012-06-21 16:20:07\n"
+"POT-Creation-Date: 2015-11-06 04:09:55\n"
"PO-Revision-Date: 2011-02-01 14:25+0000\n"
"Language: pl\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-#. summary(libotr2)
-msgid "\"Off The Record\" messaging library toolkit"
-msgstr ""
+#. summary(kdepim4:akonadi)
+#, fuzzy
+msgid "KDE Resources for PIM Storage Service"
+msgstr "Rejestracja w Centrum Klientów Novell"
-#. summary(update-desktop-files)
-msgid "A Build Tool to Update Desktop Files"
-msgstr ""
+#. description(kdepim4:akonadi)
+#, fuzzy
+msgid "This package contains the KDE resources for Akonadi, the KDE PIM storage service."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(choqok)
-msgid ""
-"A Free/Open Source micro-blogging client for the K Desktop Environment. The "
-"name comes from an ancient Persian word which means Sparrow. It currently "
-"supports twitter.com and identi.ca services."
+#. summary(akonadi-runtime)
+#. summary(akonadi-runtime:libakonadiprotocolinternals1)
+msgid "PIM Storage Service"
msgstr ""
-#. description(ksshaskpass)
-msgid "A KDE 4 version of ssh-askpass with KWallet support."
+#. description(akonadi-runtime)
+#. description(akonadi-runtime:libakonadiprotocolinternals1)
+msgid "This package contains the data files of Akonadi, the KDE PIM storage service."
msgstr ""
-#. summary(digikam)
-msgid "A KDE Photo Manager"
+#. summary(amarok)
+msgid "Media Player for KDE"
msgstr ""
-#. summary(libjpeg-turbo)
-msgid "A MMX/SSE2 accelerated library for manipulating JPEG image files"
+#. description(amarok)
+msgid "Amarok is a media player for all kinds of media. This includes MP3, Ogg Vorbis, audio CDs, podcasts and streams. Play lists can be stored in .m3u or .pls files."
msgstr ""
-#. summary(liblastfm:liblastfm1)
-msgid "A Qt C++ Library for the Last.fm Webservices"
+#. summary(ark)
+#. summary(ark:libkerfuffle15)
+#, fuzzy
+msgid "KDE Archiver Tool"
+msgstr "CD muzyczna"
+
+#. description(ark)
+#. description(ark:libkerfuffle15)
+msgid "This is a KDE application to work with compressed archives."
msgstr ""
-#. summary(konversation)
-msgid "A User-Friendly IRC Client for KDE"
+#. summary(baloo:baloo-core)
+#, fuzzy
+msgid "Core components for Baloo Framework"
+msgstr "Dokument"
+
+#. description(baloo:baloo-core)
+#, fuzzy
+msgid "Baloo is a framework for searching and managing metadata. This package contains core components."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(baloo:baloo-kioslaves)
+#. summary(baloo5:baloo5-kioslaves)
+msgid "KIO slave components for Baloo Framework"
msgstr ""
-#. summary(libkfbapi:libkfbapi1)
+#. description(baloo:baloo-kioslaves)
+#. description(baloo5:baloo5-kioslaves)
#, fuzzy
-msgid "A library for accessing Facebook services"
-msgstr "Aktualizacje czasu dostępu"
+msgid "Baloo is a framework for searching and managing metadata. This package contains KIO slave components."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(libkfbapi:libkfbapi1)
+#. summary(baloo:baloo-pim)
#, fuzzy
-msgid "A library for accessing Facebook services."
-msgstr "Aktualizacje czasu dostępu"
+msgid "PIM components for Baloo Framework"
+msgstr "Pomoc i dokumentacja"
-#. summary(ebook-tools:libepub0)
+#. description(baloo:baloo-pim)
#, fuzzy
-msgid "A library for reading ebook files"
-msgstr "Aktualizacje czasu dostępu"
+msgid "Baloo is a framework for searching and managing metadata. This package contains PIM components."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(libkcddb4)
-msgid "A library for retrieving and sending cddb information"
+#. summary(baloo5:baloo5-file)
+msgid "Filesearch components for Baloo Framework"
msgstr ""
-#. description(libproxy-plugins:libproxy1-config-kde4)
-msgid ""
-"A module to extend libproxy with capabilities to query KDE4 about proxy "
-"settings."
+#. description(baloo5:baloo5-file)
+#, fuzzy
+msgid "Baloo is a framework for searching and managing metadata. This package contains filesearch components."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(baloo5:baloo5-tools)
+#, fuzzy
+msgid "Aditional components for Baloo Framework"
+msgstr "Pomoc i dokumentacja"
+
+#. description(baloo5:baloo5-tools)
+msgid "Baloo is a framework for searching and managing metadata. This package contains aditional command line utilities."
msgstr ""
-#. summary(kde4-print-manager)
+#. summary(baloo5-widgets)
#, fuzzy
-msgid "A new print manager for KDE 4"
+msgid "Framework for searching and managing metadata"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(baloo5-widgets)
+msgid "Baloo is a framework for searching and managing metada"
+msgstr ""
+
+#. summary(bluedevil)
+#, fuzzy
+msgid "Bluetooth Manager for KDE"
msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. description(libqt4-sql-plugins:libqt4-sql-mysql)
-msgid "A plugin to support MySQL server in Qt applications."
+#. description(bluedevil)
+msgid "Bluetooth daemon for KDE, handling connections."
msgstr ""
-#. description(kruler)
-msgid "A screen ruler for the K Desktop Environment"
+#. summary(breeze)
+#. summary(breeze4-style)
+#. summary(breeze:breeze5-decoration)
+#. summary(breeze:breeze5-style)
+#. summary(breeze:breeze5-cursors)
+#. summary(breeze:breeze5-icons)
+#. summary(breeze:breeze5-wallpapers)
+msgid "Plasma Desktop artwork, styles and assets"
msgstr ""
-#. description(ksnapshot)
-msgid "A screenshot utility for KDE"
+#. description(breeze)
+msgid "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop."
msgstr ""
-#. description(digikam:kipi-plugins)
-msgid ""
-"A set of plug-ins for the KDE KIPI interface, used by some KDE imaging "
-"applications."
+#. description(breeze4-style)
+msgid "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package contains kde4 backport of new default Plasma 5 style."
msgstr ""
-#. summary(kvkbd)
-msgid "A virtual keyboard for KDE"
+#. description(breeze:breeze5-decoration)
+msgid "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package provides Breeze KWin decoration."
msgstr ""
-#. description(kwebkitpart)
-msgid "A webkit web browser component for KDE (KPart)."
+#. description(breeze:breeze5-style)
+msgid "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package provides Breeze style, color-scheme and aditional assets."
msgstr ""
-#. summary(kio_mtp)
-msgid "Access MTP devices in KDE"
+#. summary(choqok)
+msgid "Micro-Blogging Client for KDE"
msgstr ""
-#. summary(plasma-addons:plasma-addons-lancelot)
-#, fuzzy
-msgid "Additional Lancelot Launcher Plasmoid"
-msgstr "Układy dodatkowe"
+#. description(choqok)
+msgid "A Free/Open Source micro-blogging client for the K Desktop Environment. The name comes from an ancient Persian word which means Sparrow. It currently supports twitter.com and identi.ca services."
+msgstr ""
-#. summary(plasma-addons)
-#, fuzzy
-msgid "Additional Plasma Widgets"
-msgstr "Układy dodatkowe"
+#. summary(clamz)
+msgid "Command-line tool to download MP3 files from Amazon"
+msgstr ""
-#. summary(plasma-addons:plasma-addons-akonadi)
-#, fuzzy
-msgid "Additional Plasmoids Depending on Akonadi"
-msgstr "Układy dodatkowe"
+#. description(clamz)
+msgid "Clamz is a little command-line program to download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software. Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon."
+msgstr ""
-#. summary(Mesa:libwayland-egl1)
-#, fuzzy
-msgid "Additional egl functions for wayland"
-msgstr "Układy dodatkowe"
+#. summary(cln)
+msgid "Class Library for Numbers (C++)"
+msgstr ""
-#. description(plasma-addons:plasma-addons-lancelot)
-msgid "Additional launcher plasmoid from upstream that requires Akonadi"
+#. description(cln)
+msgid ""
+"CLN features a rich set of number classes: integer (unlimited precision), rational, short float, single float, double float, long float (unlimited precision), complex, modular integer, and univariate polynomial. It implements elementary, logical, and transcendental functions. C++ as the implementation language brings efficiency, type safety, and algebraic syntax. Memory efficiency: small integers and short floats are immediate, not heap allocated. Automatic, noninterruptive garbage collection. Speed efficiency: assembly language kernel for some CPUs, Karatsuba and Schoenhage-Strassen multiplication. Interoperability: garbage collection with no burden on the main application, hooks for memory allocation and exceptions.\n"
+"\n"
+"The following C++ features are used: classes, member functions, overloading of functions and operators, constructors and destructors, inline, const, multiple inheritance, templates, and namespaces. The following C++ features are not used: new, delete, virtual inheritance, and exceptions."
msgstr ""
-#. description(plasma-addons)
-msgid "Additional plasmoids from upstream for use on the KDE workspace"
+#. summary(digikam)
+msgid "A KDE Photo Manager"
msgstr ""
-#. description(plasma-addons:plasma-addons-akonadi)
+#. description(digikam)
+msgid "digiKam is a simple digital photo management application for KDE, which allows you to import and organize your digital photos easily. The photos can be organized in albums, which can be sorted chronologically, by directory layout, or by custom collections. An easy-to-use interface that enables you to connect to your camera and preview, download, or delete your images, is provided."
+msgstr ""
+
+#. summary(dolphin)
+#. summary(dolphin:dolphin-part)
+#. summary(kdebase4:dolphin4)
+#. summary(dolphin:libdolphinvcs5)
+msgid "KDE File Manager"
+msgstr ""
+
+#. description(dolphin)
#, fuzzy
-msgid "Additional plasmoids from upstream that require Akonadi"
-msgstr "Układy dodatkowe"
+msgid "This package contains the default file manager of KDE Workspaces."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(kdepim4:kaddressbook)
-msgid "Address Manager"
+#. description(dolphin:dolphin-part)
+#. description(dolphin:libdolphinvcs5)
+#, fuzzy
+msgid "This package contains the libraries used by Dolphin and Konqueror."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. description(kdebase4:dolphin4)
+msgid "This package contains the default file manager of KDE 4."
msgstr ""
-#. summary(kate:libktexteditor)
-msgid "Advanced Text Editor library"
+#. summary(dragonplayer)
+msgid "Multimedia Player"
msgstr ""
-#. summary(libkgapi:libkgapi2-2)
-msgid "Akonadi resource to access your Google data"
+#. description(dragonplayer)
+msgid "Dragon Player is a simple KDE 4 video player."
msgstr ""
-#. description(amarok)
-msgid ""
-"Amarok is a media player for all kinds of media. This includes MP3, Ogg "
-"Vorbis, audio CDs, podcasts and streams. Play lists can be stored in .m3u "
-"or .pls files."
+#. summary(plasma5-workspace:drkonqi5)
+msgid "KDE crash handler"
msgstr ""
-#. summary(link-grammar)
-msgid "An English grammar checker"
+#. description(plasma5-workspace:drkonqi5)
+msgid "The KDE Crash Handler gives the user feedback if a program has crashed."
msgstr ""
-#. description(kget)
-msgid "An advanced download manager for KDE"
+#. summary(enblend-enfuse)
+msgid "Tool for Composing Images"
msgstr ""
-#. summary(qoauth:libqoauth1)
-msgid "An attempt to support interaction with OAuth-powered network services"
+#. description(enblend-enfuse)
+msgid "Enblend is a tool for compositing images using a Burt & Adelson multiresolution spline. This technique tries to make the seams between the input images invisible. The basic idea is that image features should be blended across a transition zone, proportional in size to the spatial frequency of the features. For example, objects like trees and window panes have rapid changes in color. By blending these features in a narrow zone, you cannot see the seam because the eye already expects to see color changes at the edge of these features. Clouds and sky are the opposite. These features must be blended across a wide transition zone because any sudden change in color is immediately noticeable."
msgstr ""
-#. description(libkgapi:libkgapi2-2)
-msgid ""
-"An extension for accessing some Google services, such as Google Calendar, "
-"Google Contacts and Google tasks"
+#. summary(frameworkintegration:frameworkintegration-plugin)
+#. summary(krunner:libKF5Runner5)
+#. summary(frameworkintegration:libKF5Style5)
+msgid "Plugins responsible for better integration of Qt applications in KDE Workspace"
msgstr ""
-#. summary(moodbar)
+#. description(frameworkintegration:frameworkintegration-plugin)
+#. description(krunner:libKF5Runner5)
+#. description(frameworkintegration:libKF5Style5)
msgid ""
-"Analysis program for creating a colorful visual representation of an audio "
-"file"
+"Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.\n"
+"\n"
+"Applications do not need to link to this directly."
msgstr ""
-#. description(android-tools)
-msgid ""
-"Android Debug Bridge (adb) is a command-line tool used to communicate with "
-"and control Android device over a USB link from a computer. Fastboot is a "
-"command line tool used to directly flash the filesystem in Android devices "
-"from a host via USB."
+#. summary(freerdp)
+msgid "Remote Desktop Viewer Client"
msgstr ""
-#. summary(android-tools)
-msgid "Android platform tools (adb, fastboot)"
+#. description(freerdp)
+msgid "FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications. This package provides the client application."
msgstr ""
-#. summary(appmenu-qt)
+#. summary(gpgmepp5)
#, fuzzy
-msgid "Application Menu for Qt"
-msgstr "Ulubione aplikacje"
+msgid "C++ bindings/wrapper for gpgme"
+msgstr "Pakiety dla programistów KDE"
-#. description(attica:libattica0_4)
-msgid "Attica is a library to access Open Collaboration Service servers."
+#. description(gpgmepp5)
+msgid "GpgME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's gpgme (GnuPG Made Easy) library, version 0.4.4 and later."
msgstr ""
-#. summary(mediastreamer2:libmediastreamer_base3)
-msgid "Audio/video real-time streaming library, base part"
+#. summary(gstreamer-plugins-qt)
+#, fuzzy
+msgid "C++/Qt bindings for GStreamer"
+msgstr "Pakiety dla programistów KDE"
+
+#. description(gstreamer-plugins-qt)
+msgid ""
+"GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plug-in-based architecture means that new data types or processing capabilities can be added by installing new plug-ins.\n"
+"\n"
+"This package contains C++/Qt bindings for GStreamer."
msgstr ""
-#. summary(mediastreamer2:libmediastreamer_voip3)
-msgid "Audio/video real-time streaming library, voip part"
+#. summary(gwenview)
+msgid "Simple Image Viewer for KDE"
msgstr ""
-#. summary(kmousetool)
-msgid "Automatic Mouse Click"
+#. description(gwenview)
+msgid "Gwenview is a simple image viewer for KDE. It features a folder tree window and a file list window, providing easy navigation of your file hierarchy."
msgstr ""
-#. summary(kdepim4)
-msgid "Base package of kdepim"
+#. summary(htdig)
+msgid "WWW Index and Search System"
msgstr ""
-#. summary(bluedevil)
-#, fuzzy
-msgid "Bluetooth Manager for KDE"
-msgstr "Bezprzewodowa sieć lokalna - dialog"
+#. description(htdig)
+msgid ""
+"The ht://Dig system is a complete World Wide Web index and search system for a small domain or intranet. This system is not meant to replace the need for powerful Internet-wide search systems like Lycos, Infoseek, Webcrawler, or AltaVista. Instead it is meant to cover the search needs of a single company, campus, or even a particular subsection of a Web site.\n"
+"\n"
+"Unlike some WAIS-based or Web server-based search engines, ht://Dig can span several Web servers at a site. The type of these Web servers does not matter as long as they understand the HTTP 1.0 protocol."
+msgstr ""
-#. description(bluedevil)
-msgid "Bluetooth daemon for KDE, handling connections."
+#. summary(icoutils)
+msgid "Extracting and Converting Microsoft Icon and Cursor Files"
msgstr ""
-#. summary(boost:libboost_filesystem1_53_0)
-msgid "Boost::Filesystem Runtime Libraries"
+#. description(icoutils)
+msgid "The icoutils are a set of programs for extracting and converting images in Microsoft Windows icon and cursor files. These files usually have the extension .ico or .cur, but they can also be embedded in executables or libraries (.dll-files)."
msgstr ""
-#. summary(boost:libboost_program_options1_53_0)
-msgid "Boost::ProgramOptions Runtime libraries"
+#. summary(k3b)
+msgid "CD/DVD/Blu-ray Burning Application for KDE"
msgstr ""
-#. summary(libzip:libzip2)
-msgid "C library for reading, creating, and modifying zip archives"
+#. description(k3b)
+msgid "Featuring a simple, yet powerful graphical interface, k3b provides various options for burning a CD, DVD, or BD (Blu-ray disc). Various types of optical projects are supported including (but not limited to) audio and data, video projects for DVD and VCD, as well as multi-session and mixed-mode discs. k3b also has the ability to erase re-writeable media and can perform more complicated tasks such as audiovisual encoding and decoding."
msgstr ""
-#. summary(libqt4)
-msgid "C++ Program Library, Core Components"
+#. summary(kaccounts-integration)
+msgid "KDE Accounts Providers"
msgstr ""
-#. summary(libkqoauth:libkqoauth0)
-msgid "C++/Qt OAuth 1.0 RFC 5849 library"
+#. description(kaccounts-integration)
+msgid "Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others."
msgstr ""
-#. summary(soprano:libsoprano4)
-msgid "C++/Qt based interface library for RDF"
+#. summary(kactivities5)
+#. summary(kactivities5:kactivities5-imports)
+msgid "KDE Plasma Activities support"
msgstr ""
-#. summary(k3b)
-msgid "CD/DVD/Blu-ray Burning Application for KDE"
+#. description(kactivities5)
+#. description(kactivities5:libKF5Activities5)
+msgid "Kactivities provides an API for using and interacting with the Plasma Activities Manager."
msgstr ""
-#. description(cln)
-msgid ""
-"CLN features a rich set of number classes: integer (unlimited precision), "
-"rational, short float, single float, double float, long float (unlimited "
-"precision), complex, modular integer, and univariate polynomial. It "
-"implements elementary, logical, and transcendental functions. C++ as the "
-"implementation language brings efficiency, type safety, and algebraic "
-"syntax. Memory efficiency: small integers and short floats are immediate, "
-"not heap allocated. Automatic, noninterruptive garbage collection. Speed "
-"efficiency: assembly language kernel for some CPUs, Karatsuba and Schoenhage-"
-"Strassen multiplication. Interoperability: garbage collection with no "
-"burden on the main application, hooks for memory allocation and exceptions.\n"
-"\n"
-"The following C++ features are used: classes, member functions, overloading "
-"of functions and operators, constructors and destructors, inline, const, "
-"multiple inheritance, templates, and namespaces. The following C++ features "
-"are not used: new, delete, virtual inheritance, and exceptions."
+#. description(kactivities5:kactivities5-imports)
+msgid "Kactivities provides an API for using and interacting with the Plasma Activities Manager. QML imports."
msgstr ""
-#. description(NetworkManager-kde4:NetworkManager-vpnc-kde4)
-msgid "Cisco VPN plugin for KDE Network Management components."
+#. summary(kdepim4:kaddressbook)
+msgid "Address Manager"
msgstr ""
-#. description(clamz)
-msgid ""
-"Clamz is a little command-line program to download MP3 files from Amazon."
-"com's music store. It is intended to serve as a substitute for Amazon's "
-"official MP3 Downloader, which is not free software. Clamz can be used to "
-"download either individual songs or complete albums that you have purchased "
-"from Amazon."
+#. description(kdepim4:kaddressbook)
+msgid "The KDE Address Book"
msgstr ""
-#. summary(cln)
-msgid "Class Library for Numbers (C++)"
+#. summary(kate:kate-plugins)
+msgid "KDE Text Editor plugins"
msgstr ""
-#. description(kmousetool)
-msgid "Clicks the mouse for you, reducing hand strain."
+#. description(kate:kate-plugins)
+msgid "Kate is an advanced text editor for KDE. This package contains plugins and data files for Kate and KWrite editors."
msgstr ""
-#. summary(mariadb:mariadb-client)
+#. summary(kcalc)
#, fuzzy
-msgid "Client for MariaDB"
-msgstr "Programowanie"
+msgid "Scientific Calculator"
+msgstr "Kalkulator naukowy"
-#. summary(kcolorchooser)
-msgid "Color Chooser"
-msgstr ""
+#. description(kcalc)
+#, fuzzy
+msgid "KCalc is the KDE calculator tool."
+msgstr "Wybór pojedynczego znaku"
-#. summary(clamz)
-msgid "Command-line tool to download MP3 files from Amazon"
+#. summary(kcharselect)
+msgid "KDE Character Selector"
msgstr ""
-#. summary(vigra:libvigraimpex4)
+#. description(kcharselect)
#, fuzzy
-msgid "Computer vision Library"
-msgstr "Moduł wykrywania urządzeń SUSE"
+msgid "KCharSelect is the KDE character selector tool."
+msgstr "Wybór pojedynczego znaku"
-#. summary(libkolab:libkolab0)
-msgid "Conversions from/to KDE containers"
+#. summary(kcm_sddm)
+#, fuzzy
+msgid "A sddm control module for KDE"
+msgstr "Moduł użytkownicy"
+
+#. description(kcm_sddm)
+msgid "SDDM control module for KDE. It provides a graphical frontend for the sddm."
msgstr ""
-#. summary(libkdegames:kdegames4-carddecks-default)
-#, fuzzy
-msgid "Default Card Decks for KDE Games"
-msgstr "Uruchom program"
+#. summary(kcolorchooser)
+msgid "Color Chooser"
+msgstr ""
-#. summary(krfb)
-msgid "Desktop Sharing"
+#. description(kcolorchooser)
+msgid "This is an color chooser application for KDE."
msgstr ""
-#. summary(kactivities4:libkactivities6)
+#. summary(kconfig:kconf_update5)
+#. summary(kconfig:libKF5ConfigCore5)
#, fuzzy
-msgid "Development files and headers for kactivities"
-msgstr "Programowanie"
+msgid "Provides access to the configuration files themselves"
+msgstr "Przetwarzanie plików konfiguracyjnych..."
-#. summary(opencv:libopencv2_4)
-msgid "Development files for using the OpenCV library"
+#. description(kconfig:kconf_update5)
+msgid ""
+"KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui.\n"
+"\n"
+"This package contains the kconf_update tool."
msgstr ""
-#. summary(libdbusmenu-qt:libdbusmenu-qt2)
-msgid "Development package for dbusmenu-qt"
+#. summary(kcoreaddons)
+#. summary(kcoreaddons:libKF5CoreAddons5)
+msgid "Utilities for core application functionality and accessing the OS"
msgstr ""
-#. summary(kgamma)
-msgid "Display gamma configuration"
+#. description(kcoreaddons)
+#. description(kcoreaddons:libKF5CoreAddons5)
+msgid "KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more."
msgstr ""
-#. summary(kget)
-msgid "Download Manager"
+#. summary(kdbusaddons:kdbusaddons-tools)
+msgid "Convenience classes for QtDBus: CLI tools"
msgstr ""
-#. description(libkscreen)
-#, fuzzy
-msgid "Dynamic display management library for KDE"
-msgstr "Zarządzanie katalogami"
-
-#. description(enblend-enfuse)
-msgid ""
-"Enblend is a tool for compositing images using a Burt & Adelson "
-"multiresolution spline. This technique tries to make the seams between the "
-"input images invisible. The basic idea is that image features should be "
-"blended across a transition zone, proportional in size to the spatial "
-"frequency of the features. For example, objects like trees and window panes "
-"have rapid changes in color. By blending these features in a narrow zone, "
-"you cannot see the seam because the eye already expects to see color changes "
-"at the edge of these features. Clouds and sky are the opposite. These "
-"features must be blended across a wide transition zone because any sudden "
-"change in color is immediately noticeable."
+#. description(kdbusaddons:kdbusaddons-tools)
+msgid "KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules. Aditional CLI tools."
msgstr ""
-#. summary(kgpg)
+#. summary(kde-cli-tools5)
#, fuzzy
-msgid "Encryption Tool"
-msgstr "Szyfrowanie"
+msgid "Additional CLI tools for KDE applications"
+msgstr "Nie znaleziono programu su."
-#. summary(taglib-extras:libtag-extras1)
-msgid "Extra plugins for TagLib"
+#. description(kde-cli-tools5)
+msgid "Additional CLI tools for KDE applications and workspaces."
msgstr ""
-#. summary(icoutils)
-msgid "Extracting and Converting Microsoft Icon and Cursor Files"
+#. summary(kde-gtk-config5)
+msgid "KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE"
msgstr ""
-#. description(k3b)
+#. description(kde-gtk-config5)
msgid ""
-"Featuring a simple, yet powerful graphical interface, k3b provides various "
-"options for burning a CD, DVD, or BD (Blu-ray disc). Various types of "
-"optical projects are supported including (but not limited to) audio and "
-"data, video projects for DVD and VCD, as well as multi-session and mixed-"
-"mode discs. k3b also has the ability to erase re-writeable media and can "
-"perform more complicated tasks such as audiovisual encoding and decoding."
+"kde-gtk-config is a KCM module to configure GTK2 and GTK3 applications appearance under KDE.\n"
+"\n"
+"Among its many features, it lets you: - Choose which theme is used for GTK2 and GTK3 applications. - Tweak some GTK applications behaviour. - Select what icon theme to use in GTK applications. - Select GTK applications default fonts. - Easily browse and install new GTK2 and GTK3 themes."
msgstr ""
-#. summary(kompare)
-msgid "File Comparator"
-msgstr ""
+#. summary(kde-print-manager)
+#, fuzzy
+msgid "A new print manager for KDE"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. description(freerdp)
+#. description(kde-print-manager)
msgid ""
-"FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) "
-"following the Microsoft Open Specifications. This package provides the "
-"client application."
+"This project aims to be a full replacement for the current printing management of KDE.\n"
+"\n"
+"* It should be small and fast\n"
+"* Simple and functional\n"
+"* Very well integrated\n"
+"\n"
+"Author(s): Dantti"
msgstr ""
-#. description(freerdp:libfreerdp-1_0)
-msgid ""
-"FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) "
-"following the Microsoft Open Specifications. This package provides the "
-"shared library."
+#. summary(kde-user-manager)
+msgid "A simple system settings module to manage the users of your system"
msgstr ""
-#. summary(gsl)
-msgid "GNU Scientific Library"
+#. description(kde-user-manager)
+msgid "A simple system settings module to manage the users of your systems."
msgstr ""
-#. description(vcdimager)
-msgid ""
-"GNU VCDImager is a full-featured mastering suite for authoring, "
-"disassembling and analyzing Video CDs and Super Video CDs.\n"
-"\n"
-"The following features are available so far:\n"
-"\n"
-"Support for Video CD 1.1 and 2.0 disc formats\n"
-"\n"
-"Support for the Super Video CD 1.0 disc format\n"
-"\n"
-"Full PBC (playback control) support (play lists, selection lists and end "
-"lists)\n"
-"\n"
-"Support for segment play items\n"
-"\n"
-"Automatic padding of MPEG streams on the fly\n"
-"\n"
-"Support for 99-minute (out-of-specification) CD-R media\n"
-"\n"
-"Extraction of Video CDs into files (incl. the PBC information)\n"
-"\n"
-"Use of XML for the description of Video CDs"
+#. summary(kde4-filesystem)
+msgid "KDE4 Directory Layout"
msgstr ""
-#. description(vcdimager:libvcdinfo0)
-msgid ""
-"GNU VCDImager is a full-featured mastering suite for authoring, "
-"disassembling and analyzing Video CDs and Super Video CDs. This is the core "
-"library"
+#. description(kde4-filesystem)
+msgid "This package installs the KDE directory structure."
msgstr ""
-#. summary(libkdegames)
-#, fuzzy
-msgid "General Data for KDE Games"
-msgstr "Uruchom program"
+#. summary(kdeartwork4:kdeartwork4-screensaver)
+msgid "KDE screensaver package"
+msgstr ""
-#. summary(ksudoku)
-msgid "Generate and Solve Sudoku puzzles in 2D or 3D"
+#. description(kdeartwork4:kdeartwork4-screensaver)
+msgid "This package contains screensavers for KDE which originate from the kdeartwork module."
msgstr ""
-#. summary(marble:libmarblewidget16)
-#, fuzzy
-msgid "Generic map viewer: Shared Library"
-msgstr "Środowisko graficzne KDE"
+#. summary(kdebase4:kdebase4-libkonq)
+#. summary(kdebase4:libkonq5)
+msgid "KDE Konqueror Libraries"
+msgstr ""
-#. description(grantlee:libgrantlee_core0)
-msgid ""
-"Grantlee is a string template engine based on the Django template system and "
-"written in Qt."
+#. description(kdebase4:kdebase4-libkonq)
+msgid "This package contains the files used by file managers as Konqueror."
msgstr ""
-#. summary(libqimageblitz4)
-msgid "Graphical effect and filter library for KDE"
+#. summary(kdebase4:kdebase4-nsplugin)
+msgid "Netscape plugin support for KDE"
msgstr ""
-#. description(gwenview)
-msgid ""
-"Gwenview is a simple image viewer for KDE. It features a folder tree window "
-"and a file list window, providing easy navigation of your file hierarchy."
+#. description(kdebase4:kdebase4-nsplugin)
+msgid "This package contains support for Netscape plug-ins in konqueror. You have to enable JavaScript for this."
msgstr ""
-#. summary(hdf5:libhdf5-8)
+#. summary(kdebase4-runtime)
+#. summary(kdebase4-openSUSE:kdebase4-runtime-branding-openSUSE)
+#. summary(plasma5-openSUSE:plasma5-workspace-branding-openSUSE)
+msgid "The KDE Runtime Components"
+msgstr ""
+
+#. description(kdebase4-runtime)
+#. description(kdebase4-openSUSE:kdebase4-runtime-branding-openSUSE)
+#. description(plasma5-openSUSE:plasma5-workspace-branding-openSUSE)
+msgid "This package contains all run-time dependencies of KDE applications."
+msgstr ""
+
+#. summary(kdebase4-workspace:kdebase4-workspace-libs)
#, fuzzy
-msgid "HDF 5 runtime libraries"
-msgstr "Główne menu GNOME"
+msgid "The KDE Workspace Libraries"
+msgstr "Karty sieciowe"
-#. summary(hdf5:libhdf5_hl8)
+#. description(kdebase4-workspace:kdebase4-workspace-libs)
#, fuzzy
-msgid "HDF 5 runtimelibraries"
-msgstr "Główne menu GNOME"
+msgid "This package contains the KDE Workspace Libraries."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(sweeper)
-#, fuzzy
-msgid "Helps clean unwanted traces the user leaves on the system."
+#. summary(kdeclarative:kdeclarative-components)
+msgid "KDeclarative QML components"
msgstr ""
-"Ustawienia prywatności - moduł, który pozwala usunąć niepożądane ślady "
-"pozostawiane przez użytkownika w systemie"
-#. summary(kopete)
-msgid "Instant Messenger"
+#. description(kdeclarative:kdeclarative-components)
+#. description(kdeclarative:libKF5Declarative5)
+#. description(kdeclarative:libKF5QuickAddons5)
+msgid "KDeclarative provides integration of QML and KDE workspaces."
msgstr ""
-#. summary(digikam:libmediawiki1)
-msgid "Interface for MediaWiki based web services"
+#. summary(kded)
+#, fuzzy
+msgid "Central daemon of KDE workspaces"
+msgstr "Pakiet nie jest podpisany"
+
+#. description(kded)
+msgid "KDED runs in the background and performs a number of small tasks. Some of these tasks are built in, others are started on demand."
msgstr ""
-#. summary(pulseaudio:pulseaudio-module-jack)
-msgid "JACK support for the PulseAudio sound server"
+#. summary(kdelibs4)
+#. summary(kdelibs4:kdelibs4-core)
+#. summary(kdelibs4:libkde4)
+msgid "KDE Base Libraries"
msgstr ""
-#. description(libqjson:libqjson0)
+#. description(kdelibs4)
+#. description(kdelibs4:kdelibs4-core)
+#. description(kdelibs4:libkde4)
msgid ""
-"JSON (JavaScript Object Notation) is a lightweight data-interchange format. "
-"It can represent integer, real number, string, an ordered sequence of value, "
-"and a collection of name/value pairs. QJson is a qt-based library that maps "
-"JSON data to QVariant objects. JSON arrays will be mapped to QVariantList "
-"instances, while JSON's objects will be mapped to QVariantMap."
+"This package contains the basic packages of the K Desktop Environment. It contains the necessary libraries for the KDE desktop.\n"
+"\n"
+"This package is absolutely necessary for using graphical KDE applications."
msgstr ""
-#. summary(loudmouth:libloudmouth-1-0)
-msgid "Jabber Client Library Written in C"
+#. summary(kdelibs4support)
+#. summary(kdelibs4support:libKF5KDELibs4Support5)
+msgid "Code and utilities to ease the transition to KDE Frameworks 5"
msgstr ""
-#. description(kcalc)
-#, fuzzy
-msgid "KCalc is the KDE calculator tool."
-msgstr "Wybór pojedynczego znaku"
+#. description(kdelibs4support)
+#. description(kdelibs4support:libKF5KDELibs4Support5)
+msgid ""
+"This package includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks.\n"
+"\n"
+"Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at <http://community.kde.org/Frameworks/Porting_Notes> should help with this.\n"
+"\n"
+"Note that some of the classes in this framework, especially KStandardDirs, may not work correctly unless any libraries and other software using the KDE4 Support framework are installed to the same location as KDELibs4Support, although it may be sufficient to set the KDEDIRS environment variable correctly."
+msgstr ""
-#. description(kcharselect)
+#. summary(kdenetwork4-filesharing)
#, fuzzy
-msgid "KCharSelect is the KDE character selector tool."
-msgstr "Wybór pojedynczego znaku"
+msgid "KDE Network Libraries"
+msgstr "Karty sieciowe"
-#. summary(ksshaskpass)
-msgid "KDE 4 version of ssh-askpass"
+#. description(kdenetwork4-filesharing)
+msgid "Network File Sharing configuration module and plugin Used for configuring Samba shares"
msgstr ""
-#. summary(ark)
-#, fuzzy
-msgid "KDE Archiver Tool"
-msgstr "CD muzyczna"
+#. summary(kdebase4:kdepasswd)
+msgid "KDE Password Changer"
+msgstr ""
-#. summary(kdelibs4)
-msgid "KDE Base Libraries"
+#. description(kdebase4:kdepasswd)
+msgid "This application allows you to change your UNIX password."
msgstr ""
-#. summary(ktorrent)
-msgid "KDE BitTorrent Client"
+#. summary(kdepim4)
+#. summary(kdepim4-runtime)
+msgid "Base package of kdepim"
msgstr ""
-#. summary(kdebase4:keditbookmarks)
-msgid "KDE Bookmark Editor"
+#. description(kdepim4)
+msgid "This package contains the core files of the kdepim module."
msgstr ""
-#. summary(libkcompactdisc4)
-msgid "KDE CD Library"
+#. description(kdepim4-runtime)
+msgid "This package contains the Akonadi files of the kdepim module."
msgstr ""
-#. summary(libkcddb4)
-msgid "KDE CDDB Library"
+#. summary(kdepimlibs4)
+#. summary(kdepim4:libkdepim4)
+#. summary(kdepimlibs4:libkdepimlibs4)
+msgid "KDE PIM Libraries"
msgstr ""
-#. summary(kcharselect)
-msgid "KDE Character Selector"
+#. description(kdepimlibs4)
+#. description(kdepim4:libkdepim4)
+msgid "This package contains the basic packages for KDE PIM applications."
msgstr ""
-#. summary(kdelibs4:libkdecore4)
-msgid "KDE Core Libraries"
+#. summary(kdebase4:kdialog)
+msgid "KDE version of xdialog"
msgstr ""
-#. summary(kdebase4:dolphin)
-msgid "KDE File Manager"
+#. description(kdebase4:kdialog)
+msgid "KDialog can be used to show nice dialog boxes from shell scripts."
msgstr ""
-#. summary(kdebase4:konqueror)
-msgid "KDE File Manager and Browser"
+#. summary(kdnssd)
+msgid "Zeroconf Support for KDE"
msgstr ""
-#. summary(kio_audiocd)
-msgid "KDE I/O Slave for Audio CDs"
+#. description(kdnssd)
+msgid "This package contains the Zeroconf support for KDE."
msgstr ""
-#. summary(kamera:kio_kamera)
-msgid "KDE I/O-Slave for Cameras"
+#. summary(kdebase4:keditbookmarks)
+msgid "KDE Bookmark Editor"
msgstr ""
-#. summary(libkipi:libkipi11)
-msgid "KDE Image Plug-In Interface"
+#. description(kdebase4:keditbookmarks)
+msgid "This is an editor to edit your KDE-wide bookmark set."
msgstr ""
-#. summary(kdebase4:kdebase4-libkonq)
-msgid "KDE Konqueror Libraries"
+#. summary(kfilemetadata)
+#. summary(kfilemetadata5)
+msgid "Extract Metadata"
msgstr ""
-#. summary(kdenetwork4-filesharing)
+#. description(kfilemetadata)
#, fuzzy
-msgid "KDE Network Libraries"
-msgstr "Karty sieciowe"
+msgid "A library for extracting file metadata"
+msgstr "Aktualizacje czasu dostępu"
-#. summary(kdepimlibs4)
-msgid "KDE PIM Libraries"
+#. description(kfilemetadata5)
+#, fuzzy
+msgid "A library for extracting file metadata."
+msgstr "Aktualizacje czasu dostępu"
+
+#. summary(kgamma5)
+msgid "Display gamma configuration"
msgstr ""
-#. summary(kdebase4:kdepasswd)
-msgid "KDE Password Changer"
+#. description(kgamma5)
+msgid "This package contains a KDE system settings module to configure display gamma."
msgstr ""
-#. summary(kactivities4)
-msgid "KDE Plasma Activities support"
+#. summary(kget)
+msgid "Download Manager"
msgstr ""
-#. summary(digikam:kipi-plugins)
-msgid "KDE Plug-Ins for Image Manipulation"
+#. description(kget)
+msgid "An advanced download manager for KDE"
msgstr ""
-#. summary(sweeper)
-msgid "KDE Privacy Utility"
+#. summary(kglobalaccel:kglobalaccel5)
+msgid "Configurable global shortcut support"
msgstr ""
-#. summary(kdepim4:akonadi)
+#. description(kglobalaccel:kglobalaccel5)
+msgid "KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated."
+msgstr ""
+
+#. summary(kgpg)
#, fuzzy
-msgid "KDE Resources for PIM Storage Service"
-msgstr "Rejestracja w Centrum Klientów Novell"
+msgid "Encryption Tool"
+msgstr "Szyfrowanie"
-#. summary(konsole)
-msgid "KDE Terminal"
+#. description(kgpg)
+msgid "Kgpg is a simple GUI for gpg"
msgstr ""
-#. summary(kate:kwrite)
-msgid "KDE Text Editor"
+#. summary(khotkeys5)
+msgid "KDE's hotkey daemon"
msgstr ""
-#. summary(kwebkitpart)
-msgid "KDE Webkit web browser component"
+#. description(khotkeys5)
+msgid "KDE's hotkey daemon.module It allows you to configure custom keyboard shortcuts and mouse gestures."
msgstr ""
-#. summary(kdebase4-workspace:kwin)
-msgid "KDE Window Manager"
+#. summary(kimageformats)
+#, fuzzy
+msgid "Image format plugins for Qt"
+msgstr "Klient NIS"
+
+#. description(kimageformats)
+msgid "This framework provides additional image format plugins for QtGui. As such it is not required for the compilation of any other software, but may be a runtime requirement for Qt-based software to support certain image formats."
msgstr ""
-#. summary(kdebase4-workspace:kdebase4-workspace-ksysguardd)
-msgid "KDE base package: ksysguard daemon"
+#. summary(kinfocenter5)
+msgid "Utility that provides information about a computer system"
msgstr ""
-#. summary(apper)
-msgid "KDE interface for PackageKit"
+#. description(kinfocenter5)
+msgid "KDE Utility that provides information about a computer system."
msgstr ""
-#. description(apper)
-msgid "KDE interface for PackageKit package management."
+#. summary(kinit)
+msgid "Helper library to speed up start of applications on KDE workspaces"
msgstr ""
-#. summary(kdebase4-workspace:kdm)
-msgid "KDE login and display manager"
+#. description(kinit)
+msgid "Kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX."
msgstr ""
-#. summary(kdeartwork4:kdeartwork4-screensaver)
-msgid "KDE screensaver package"
+#. summary(kio)
+#. summary(kio:kio-core)
+msgid "Network transparent access to files and data"
msgstr ""
-#. summary(kdebase4:kdialog)
-msgid "KDE version of xdialog"
+#. description(kio)
+msgid "This framework implements almost all the file management functions you will ever need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses this to provide its network-enabled file management."
msgstr ""
-#. description(kmix)
-msgid "KDE's full featured mini mixer"
+#. description(kio:kio-core)
+msgid "This framework implements almost all the file management functions you will ever need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses this to provide its network-enabled file management. KIO core libraries, ioslave and daemons."
msgstr ""
-#. summary(libkscreen)
+#. summary(kio-extras5)
#, fuzzy
-msgid "KDE's screen management library"
-msgstr "Zarządzanie katalogami"
+msgid "Additional KIO-slaves for KDE applications"
+msgstr "Nie znaleziono programu su."
-#. summary(kscreen)
+#. description(kio-extras5)
#, fuzzy
-msgid "KDE's screen management software"
-msgstr "Zarządzanie energią (APM)"
+msgid "Additional KIO-slaves for KDE applications."
+msgstr "Nie znaleziono programu su."
-#. summary(kde4-filesystem)
-msgid "KDE4 Directory Layout"
+#. summary(kio_audiocd)
+msgid "KDE I/O Slave for Audio CDs"
msgstr ""
-#. summary(libreoffice:libreoffice-kde4)
-#, fuzzy
-msgid "KDE4 Extensions for LibreOffice"
-msgstr "Transakcja zestawu zakończona niepowodzeniem."
+#. description(kio_audiocd)
+msgid "This package contains an KIO slave to access audio CDs."
+msgstr ""
-#. description(kdebase4:kdialog)
-msgid "KDialog can be used to show nice dialog boxes from shell scripts."
+#. summary(kamera:kio_kamera)
+msgid "KDE I/O-Slave for Cameras"
msgstr ""
-#. summary(krusader:kio_iso)
-msgid "KIO slave to access ISO images"
+#. description(kamera:kio_kamera)
+msgid "This package contains an KIO slave to access digital cameras."
msgstr ""
-#. description(krusader:kio_iso)
-msgid ""
-"KIO slave to access ISO images like zip- or tar.gz-archives in your file-"
-"browser."
+#. summary(kio_mtp)
+msgid "Access MTP devices in KDE"
msgstr ""
+#. description(kio_mtp)
+msgid "Provides access to media players and phones (including many Android devices) using the MTP protocol."
+msgstr ""
+
+#. summary(digikam:kipi-plugins)
+msgid "KDE Plug-Ins for Image Manipulation"
+msgstr ""
+
+#. description(digikam:kipi-plugins)
+msgid "A set of plug-ins for the KDE KIPI interface, used by some KDE imaging applications."
+msgstr ""
+
+#. summary(kmag)
+msgid "Screen Magnifier"
+msgstr ""
+
+#. description(kmag)
+msgid "Magnifies a part of the screen."
+msgstr ""
+
+#. summary(kmahjongg)
+#, fuzzy
+msgid "Mahjongg game"
+msgstr "Gra typu Shisen-Sho Mahjongg"
+
#. description(kmahjongg)
-msgid ""
-"KMahjongg is a clone of the well known tile based patience game of the same "
-"name. In the game you have to empty a game board filled with piece by "
-"removing pieces of the same type."
+msgid "KMahjongg is a clone of the well known tile based patience game of the same name. In the game you have to empty a game board filled with piece by removing pieces of the same type."
msgstr ""
+#. summary(kdepim4:kmail)
+msgid "Mail Client"
+msgstr ""
+
#. description(kdepim4:kmail)
msgid "KMail is the KDE mail client."
msgstr ""
-#. description(kmines)
-msgid ""
-"KMines is the classical Minesweeper game where you have to find mines by "
-"logical deduction."
+#. summary(kmenuedit5)
+msgid "Provides the interface and basic tools for the KDE workspace"
msgstr ""
-#. description(kdepim4:knotes)
-msgid "KNotes is a note taking application for KDE."
+#. description(kmenuedit5)
+msgid "Provides the interface and basic tools for the KDE workspace."
msgstr ""
-#. description(kdepim4:korganizer)
-msgid "KOrganizer is a calendar application for KDE."
+#. summary(kmines)
+msgid "Minesweeper-like game"
msgstr ""
-#. description(kpat)
-msgid ""
-"KPatience is a collection of various patience games known all over the "
-"world. It includes Klondike, Freecell, Yukon, Forty and Eight and many more. "
-"The game has nice graphics and many different carddecks."
+#. description(kmines)
+msgid "KMines is the classical Minesweeper game where you have to find mines by logical deduction."
msgstr ""
-#. description(kreversi)
-msgid ""
-"KReversi is a board game game where two players have to gain the majority of "
-"pieces on the board. This is done by tactically placing ones pieces to turn "
-"over the opponents pieces."
+#. summary(kmix)
+msgid "Sound Mixer"
msgstr ""
-#. description(ksudoku)
-msgid ""
-"KSudoku is a program that can generate and solve sudoku puzzles. The word "
-"Sudoku means \"single number in an alloted place\" in Japanese. Some cells "
-"are filled with a number at the beginnning: the remaining are to be filled "
-"by the player using numbers from 1 to 9, without repeating a number twice on "
-"each column, row, or subsquare."
+#. description(kmix)
+msgid "KDE's full featured mini mixer"
msgstr ""
-#. description(ktorrent)
-msgid ""
-"KTorrent is a bittorrent application for KDE which allows you to download "
-"files using the BitTorrent protocol. It enables you to run multiple torrents "
-"at the same time and comes with extended features to make it a full-featured "
-"client for BitTorrent."
+#. summary(kmousetool)
+msgid "Automatic Mouse Click"
msgstr ""
-#. description(kdebase4-workspace:kwin)
-msgid "KWin is the window manager of the K desktop environment."
+#. description(kmousetool)
+msgid "Clicks the mouse for you, reducing hand strain."
msgstr ""
-#. description(kate:kwrite)
-msgid "KWrite is the default text editor of the K desktop environment."
+#. summary(kdepim4:knotes)
+msgid "Popup Notes"
msgstr ""
-#. description(kactivities4)
-msgid ""
-"Kactivities provides an API for using and interacting with the Plasma Active "
-"Activities Manager."
+#. description(kdepim4:knotes)
+msgid "KNotes is a note taking application for KDE."
msgstr ""
-#. description(kgpg)
-msgid "Kgpg is a simple GUI for gpg"
+#. summary(kompare)
+msgid "File Comparator"
msgstr ""
-#. summary(libkolabxml:libkolabxml0)
-msgid "Kolab XML Format Schema Definitions Library"
+#. description(kompare)
+msgid "Tool to visualize changes between two versions of a file."
msgstr ""
+#. summary(kdebase4:konqueror)
+#. summary(kdebase4:konqueror-plugins)
+msgid "KDE File Manager and Browser"
+msgstr ""
+
#. description(kdebase4:konqueror)
-msgid ""
-"Konqueror allows you to manage your files and browse the web in a unified "
-"interface."
+msgid "Konqueror allows you to manage your files and browse the web in a unified interface."
msgstr ""
+#. description(kdebase4:konqueror-plugins)
+msgid "These plugins extend the functionality of Konqueror."
+msgstr ""
+
+#. summary(konsole)
+#. summary(konsole:konsole-part)
+#. summary(konsole4-part)
+msgid "KDE Terminal"
+msgstr ""
+
#. description(konsole)
msgid "Konsole is a terminal emulator for the K Desktop Environment."
msgstr ""
+#. description(konsole:konsole-part)
+#. description(konsole4-part)
+msgid "Konsole is a terminal emulator for the K Desktop Environment. This package provides KPart of the Konsole application."
+msgstr ""
+
+#. summary(kdepim4:kontact)
+msgid "Personal Information Manager"
+msgstr ""
+
#. description(kdepim4:kontact)
-msgid ""
-"Kontact combines the individual applications KMail, KAddressBook and "
-"KOrganizer as views in one window."
+msgid "Kontact combines the individual applications KMail, KAddressBook and KOrganizer as views in one window."
msgstr ""
+#. summary(konversation)
+msgid "A User-Friendly IRC Client for KDE"
+msgstr ""
+
#. description(konversation)
msgid ""
-"Konversation is a user-friendly Internet Relay Chat (IRC) client built on "
-"the KDE Platform.\n"
+"Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform.\n"
"\n"
"Features:\n"
"\n"
-" Standard IRC features SSL server support Bookmarking support Easy to use "
-"graphical user interface Multiple servers and channels in one single "
-"window DCC file transfer Multiple identities for different servers Text "
-"decorations and colors OnScreen Display for notifications Automatic UTF-8 "
-"detection Per channel encoding support Theme support for nick icons "
-"Highly configurable"
+" Standard IRC features SSL server support Bookmarking support Easy to use graphical user interface Multiple servers and channels in one single window DCC file transfer Multiple identities for different servers Text decorations and colors OnScreen Display for notifications Automatic UTF-8 detection Per channel encoding support Theme support for nick icons Highly configurable"
msgstr ""
+#. summary(kopete)
+msgid "Instant Messenger"
+msgstr ""
+
#. description(kopete)
msgid "Kopete is the KDE instant messenger and supports multiple protocols."
msgstr ""
-#. description(krdc)
-msgid "Krdc allows to connect to VNC and RDP compatible servers."
+#. summary(kdepim4:korganizer)
+msgid "Personal Organizer"
msgstr ""
-#. description(kvkbd)
-msgid ""
-"Kvkbd is a virtual keyboard for KDE, it contains many features like system "
-"tray and dock support, autodetection and on the fly change of the keyboard "
-"layout, scripting with DBus, etc."
+#. description(kdepim4:korganizer)
+msgid "KOrganizer is a calendar application for KDE."
msgstr ""
-#. summary(cups-pk-helper:cups-pk-helper-lang)
-msgid "Languages for package cups-pk-helper"
+#. summary(kpackage)
+msgid "Manage user installable packages of non-binary assets"
msgstr ""
-#. summary(system-config-printer:system-config-printer-common-lang)
-msgid "Languages for package system-config-printer"
+#. description(kpackage)
+msgid "This framework lets applications to manage user installable packages of non-binary assets."
msgstr ""
-#. description(LibVNCServer:libvncclient0)
-msgid ""
-"LibVNCServer/LibVNCClient are cross-platform C libraries that allow "
-"implementing VNC server or client functionality in your program."
+#. summary(kpat)
+msgid "Patience card game"
msgstr ""
-#. description(libkdcraw:libkdcraw22)
-msgid ""
-"Libkdcraw is a C++ interface around dcraw binary program used to decode RAW "
-"picture files. The library documentation is available on header files.\n"
-"\n"
-"This library is used by kipi-plugins, digiKam and others kipi host programs."
+#. description(kpat)
+msgid "KPatience is a collection of various patience games known all over the world. It includes Klondike, Freecell, Yukon, Forty and Eight and many more. The game has nice graphics and many different carddecks."
msgstr ""
-#. description(libkexiv2:libkexiv2-11)
-msgid ""
-"Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata."
+#. summary(kpeople5)
+msgid "Provides access to all contacts and the people who hold them"
msgstr ""
-#. description(digikam:libkface2)
-msgid ""
-"Libkface is a Qt/C++ wrapper around LibFace to perform face recognition and "
-"detection over pictures."
+#. description(kpeople5)
+msgid "A library that provides access to all contacts and the people who hold them."
msgstr ""
-#. description(digikam:libkgeomap1)
-msgid ""
-"Libkgeomap is a wrapper around different world-map components, to browse and "
-"arrange photos over a map. Currently supported map engine are:\n"
-"- Marble\n"
-"- OpenstreetMap (via Marble)\n"
-"- GoogleMap This library is used by kipi-plugins, digiKam and other kipi "
-"host programs."
+#. summary(krdc)
+msgid "Remote Desktop Connection"
msgstr ""
-#. description(libkolabxml:libkolabxml0)
-msgid ""
-"Libkolabxml serves as a serialization/de-serialization library for the the "
-"Kolab XML Format\n"
-"\n"
-"Features:\n"
-"- Based on official standards:\n"
-"- Todos/Events/Journals are fully xCal compliant\n"
-"- Contacts/Distributionlists are fully xCard compliant\n"
-"- Can model everything which is used in the Kolab XML Format 2.0, Kontact "
-"and Roundcube.\n"
-"- Easily extensible\n"
-"- Canonical storage format\n"
-"- Supports Todos/Events/Journals/Contacts/Distribution Lists/Notes/"
-"Configurations"
+#. description(krdc)
+msgid "Krdc allows to connect to VNC and RDP compatible servers."
msgstr ""
-#. description(libmsn:libmsn0_3)
-msgid ""
-"Libmsn is a reusable, open-source, fully documented library for connecting "
-"to Microsoft's MSN Messenger service."
+#. summary(kreversi)
+msgid "Reversi board game"
msgstr ""
-#. summary(libproxy-plugins:libproxy1-config-kde4)
-msgid "Libproxy module for KDE configuration"
+#. description(kreversi)
+msgid "KReversi is a board game game where two players have to gain the majority of pieces on the board. This is done by tactically placing ones pieces to turn over the opponents pieces."
msgstr ""
-#. summary(iodbc:libiodbc3)
-msgid "Libraries needed to run iODBC"
+#. summary(krfb)
+msgid "Desktop Sharing"
msgstr ""
-#. summary(libkdegames:libkdegames6)
-msgid "Library for KDE Games"
+#. description(krfb)
+msgid "VNC-compatible server to share KDE desktops."
msgstr ""
-#. summary(libkmahjongg:libkmahjongglib4)
+#. summary(kross)
#, fuzzy
-msgid "Library for Mahjongg tiles"
-msgstr "Aktualizacje czasu dostępu"
+msgid "Embedding of scripting into applications"
+msgstr "Aplikacje"
-#. summary(libkvkontakte:libkvkontakte1)
-msgid "Library for asynchronous interaction with vkontakte.ru social network"
+#. description(kross)
+msgid "Kross is a scripting bridge to embed scripting functionality into an application. It supports QtScript as a scripting interpreter backend."
msgstr ""
-#. summary(LibVNCServer:libvncclient0)
-msgid "Library implementing a VNC client"
+#. summary(kruler)
+msgid "Screen Ruler"
msgstr ""
-#. summary(libunicap:libunicap2)
-msgid "Library to access different kinds of (video) capture devices"
+#. description(kruler)
+msgid "A screen ruler for the K Desktop Environment"
msgstr ""
-#. description(meanwhile:libmeanwhile1)
-msgid ""
-"Library to establish instant messaging connections to the Lotus Sametime IM "
-"server."
+#. summary(kscreen5)
+#, fuzzy
+msgid "KDE's screen management software"
+msgstr "Zarządzanie energią (APM)"
+
+#. description(kscreen5)
+#, fuzzy
+msgid "The new KDE screen management software"
+msgstr "Zarządzanie energią (APM)"
+
+#. summary(kservice)
+msgid "Plugin framework for desktop services"
msgstr ""
-#. summary(libkexiv2:libkexiv2-11)
-msgid "Library to manipulate picture meta data"
+#. description(kservice)
+msgid "Provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code."
msgstr ""
-#. summary(libyui-qt-pkg:libyui-qt-pkg5)
-msgid "Libyui - Qt Package Selector"
+#. summary(ksnapshot)
+msgid "Screen Capture Program"
msgstr ""
-#. summary(libyui-qt:libyui-qt5)
-#, fuzzy
-msgid "Libyui - Qt User Interface"
-msgstr "Interfejs jądra"
+#. description(ksnapshot)
+msgid "A screenshot utility for KDE"
+msgstr ""
-#. summary(strigi)
-msgid "Lightweight and fast desktop search engine"
+#. summary(ksshaskpass5)
+msgid "Plasma 5 version of ssh-askpass"
msgstr ""
-#. summary(liblqr:liblqr-1-0)
-msgid "Liquid Rescale seam-carving library"
+#. description(ksshaskpass5)
+msgid "A Plasma 5 version of ssh-askpass with KWallet support."
msgstr ""
-#. summary(meanwhile:libmeanwhile1)
-msgid "Lotus Sametime Community Client Library"
+#. summary(ksudoku)
+msgid "Generate and Solve Sudoku puzzles in 2D or 3D"
msgstr ""
-#. description(loudmouth:libloudmouth-1-0)
+#. description(ksudoku)
+msgid "KSudoku is a program that can generate and solve sudoku puzzles. The word Sudoku means \"single number in an alloted place\" in Japanese. Some cells are filled with a number at the beginnning: the remaining are to be filled by the player using numbers from 1 to 9, without repeating a number twice on each column, row, or subsquare."
+msgstr ""
+
+#. summary(ksysguard5)
+#, fuzzy
+msgid "KDE System Guard daemon"
+msgstr "&Administracja"
+
+#. description(ksysguard5)
msgid ""
-"Loudmouth is a lightweight and easy-to-use C library for programming with "
-"the Jabber protocol. It is designed to be easy to get started with and yet "
-"extensible to let you do anything the Jabber protocol allows."
+"This package contains the ksysguard daemon and application.\n"
+"\n"
+"This package can be installed on servers without any other KDE packages to enable monitoring them remotely with ksysguard."
msgstr ""
-#. description(kmag)
-msgid "Magnifies a part of the screen."
+#. summary(ktexteditor)
+msgid "Provides a powerful text editor component"
msgstr ""
-#. summary(kmahjongg)
+#. description(ktexteditor)
+msgid "KTextEditor provides a powerful text editor component that you can embed in your application, either as a KPart or using the KF5::TextEditor library."
+msgstr ""
+
+#. summary(ktorrent)
+msgid "KDE BitTorrent Client"
+msgstr ""
+
+#. description(ktorrent)
+msgid "KTorrent is a bittorrent application for KDE which allows you to download files using the BitTorrent protocol. It enables you to run multiple torrents at the same time and comes with extended features to make it a full-featured client for BitTorrent."
+msgstr ""
+
+#. summary(kwallet:kwallet-tools)
+#. summary(kwallet:kwalletd5)
+#. summary(kwallet:libKF5Wallet5)
+#. summary(kwallet:libkwalletbackend5-5)
+msgid "Safe desktop-wide storage for passwords"
+msgstr ""
+
+#. description(kwallet:kwallet-tools)
+#. description(kwallet:kwalletd5)
+#. description(kwallet:libKF5Wallet5)
+#. description(kwallet:libkwalletbackend5-5)
+msgid ""
+"This framework contains two main components:\n"
+"* Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces.\n"
+"* The kwalletd used to safely store the passwords on KDE work spaces."
+msgstr ""
+
+#. summary(kwalletmanager)
#, fuzzy
-msgid "Mahjongg game"
-msgstr "Gra typu Shisen-Sho Mahjongg"
+msgid "Wallet Management Tool"
+msgstr "Zarządzanie katalogami"
-#. summary(kdepim4:kmail)
-msgid "Mail Client"
+#. description(kwalletmanager)
+msgid "This application allows you to manage your KDE password wallet."
msgstr ""
-#. summary(mariadb:libmysqld18)
+#. summary(kwayland)
#, fuzzy
-msgid "MariaDB embedded server development files"
-msgstr "Interfejs jądra"
+msgid "KDE Wayland library"
+msgstr "Katalogi wspólne"
-#. description(mariadb)
-msgid ""
-"MariaDB is a backward compatible, drop-in replacement branch of the MySQL "
-"Database Server. It includes all major open source storage engines, "
-"including the Maria storage engine.\n"
-"\n"
-"This package only contains the server-side programs."
+#. description(kwayland)
+msgid "KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries."
msgstr ""
-#. summary(amarok)
-msgid "Media Player for KDE"
+#. summary(kwebkitpart)
+msgid "KDE Webkit web browser component"
msgstr ""
-#. description(mediastreamer2:libmediastreamer_base3)
-msgid ""
-"Mediastreamer2 is a GPL licensed library to make audio and video real-time "
-"streaming and processing. Written in pure C, it is based upon the oRTP "
-"library."
+#. description(kwebkitpart)
+msgid "A webkit web browser component for KDE (KPart)."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4)
-msgid "Meta package for pattern kde4"
+#. summary(kwin5)
+msgid "KDE Window Manager"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_basis)
-msgid "Meta package for pattern kde4_basis"
+#. description(kwin5)
+msgid "KWin is the window manager of the K desktop environment."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_games)
-msgid "Meta package for pattern kde4_games"
+#. summary(kate:kwrite)
+msgid "KDE Text Editor"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_imaging)
-msgid "Meta package for pattern kde4_imaging"
+#. description(kate:kwrite)
+msgid "KWrite is the default text editor of the K desktop environment."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_internet)
-msgid "Meta package for pattern kde4_internet"
+#. description(flac:libFLAC++6)
+msgid "This package contains the C++ library for FLAC (Free Lossless Audio Codec) developed by Josh Coalson."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_multimedia)
-msgid "Meta package for pattern kde4_multimedia"
+#. summary(kactivities5:libKF5Activities5)
+msgid "Library for KDE's Plasma Activities support"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_office)
-msgid "Meta package for pattern kde4_office"
+#. summary(karchive:libKF5Archive5)
+msgid "Qt 5 addon providing access to numerous types of archives"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_pure)
-msgid "Meta package for pattern kde4_pure"
+#. description(karchive:libKF5Archive5)
+msgid ""
+"KArchive provides classes for easy reading, creation and manipulation of \"archive\" formats like ZIP and TAR.\n"
+"\n"
+"If also provides transparent compression and decompression of data, like the GZip format, via a subclass of QIODevice."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_utilities)
-msgid "Meta package for pattern kde4_utilities"
+#. summary(attica-qt5:libKF5Attica5)
+#. summary(attica:libattica0_4)
+msgid "Open Collaboration Service client library - development files"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-kde4_yast)
-msgid "Meta package for pattern kde4_yast"
+#. description(attica-qt5:libKF5Attica5)
+#. description(attica:libattica0_4)
+msgid "Attica is a library to access Open Collaboration Service servers."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-sw_management_kde4)
-msgid "Meta package for pattern sw_management_kde4"
+#. summary(kauth:libKF5Auth5)
+msgid "Framework which lets applications perform actions as a privileged user"
msgstr ""
-#. summary(choqok)
-msgid "Micro-Blogging Client for KDE"
+#. description(kauth:libKF5Auth5)
+msgid "KAuth is a framework to let applications perform actions as a privileged user."
msgstr ""
-#. summary(kmines)
-msgid "Minesweeper-like game"
+#. summary(baloo5:libKF5Baloo5)
+msgid "Core library for Baloo Framework"
msgstr ""
-#. summary(mozilla-kde4-integration)
-msgid "Mozilla KDE Integration"
+#. description(baloo5:libKF5Baloo5)
+msgid "Baloo is a framework for searching and managing metadata This package contains Baloo's core library."
msgstr ""
-#. summary(mariadb:mariadb-errormessages)
+#. summary(baloo5:libKF5BalooEngine5)
#, fuzzy
-msgid "MySQL Community Server development header files and libraries"
-msgstr "Pakiety dla programistów KDE"
+msgid "Baloo Engine library"
+msgstr "Zarządzanie katalogami"
-#. summary(kdebase4:kdebase4-nsplugin)
-msgid "Netscape plugin support for KDE"
+#. description(baloo5:libKF5BalooEngine5)
+msgid "Baloo is a framework for searching and managing metadata This package contains Baloo's Engine library."
msgstr ""
-#. description(NetworkManager-kde4:plasmoid-networkmanagement)
-msgid ""
-"Network Management Plasma applet for controlling network connections on "
-"systems that use the NetworkManager service."
+#. summary(kbookmarks:libKF5Bookmarks5)
+msgid "Lets you access and manipulate bookmarks stored using XBEL format"
msgstr ""
-#. summary(NetworkManager-kde4:NetworkManager-kde4-libs)
-msgid "NetworkManager client for KDE 4"
+#. description(kbookmarks:libKF5Bookmarks5)
+msgid "Framework which lets you access and manipulate bookmarks stored using XBEL format"
msgstr ""
-#. description(libotr2)
+#. summary(kcodecs:libKF5Codecs5)
+msgid "Provides a collection of methods to manipulate strings using various encoding"
+msgstr ""
+
+#. description(kcodecs:libKF5Codecs5)
+msgid "KCodecs provide a collection of methods to manipulate strings using various encodings."
+msgstr ""
+
+#. summary(kcompletion:libKF5Completion5)
+msgid "Provides widgets with advanced completion support"
+msgstr ""
+
+#. description(kcompletion:libKF5Completion5)
+msgid "KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets."
+msgstr ""
+
+#. description(kconfig:libKF5ConfigCore5)
msgid ""
-"Off-the-Record (OTR) Messaging allows you to have private conversations over "
-"instant messaging by providing: Encryption No one else can read your instant "
-"messages. Authentication You are assured the correspondent is who you think "
-"it is. Deniability The messages you send do not have digital signatures that "
-"are checkable by a third party. Anyone can forge messages after a "
-"conversation to make them look like they came from you. However, during a "
-"conversation, your correspondent is assured the messages he sees are "
-"authentic and unmodified. Perfect forward secrecy If you lose control of "
-"your private keys, no previous conversation is compromised.\n"
+"KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui.\n"
"\n"
-"This is a compatibility package providing an earlier version of the library."
+"KConfigCore provides access to the configuration files themselves."
msgstr ""
-#. summary(kdelibs4:libksuseinstall1)
-msgid "On-demand installation of packages"
+#. summary(kconfig:libKF5ConfigGui5)
+#, fuzzy
+msgid "Provides a way to hook widgets to the configuration"
+msgstr "Spróbuj odczytać domyślną konfigurację."
+
+#. description(kconfig:libKF5ConfigGui5)
+msgid "KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files."
msgstr ""
-#. summary(attica:libattica0_4)
-msgid "Open Collaboration Service client library - development files"
+#. summary(kconfigwidgets:libKF5ConfigWidgets5)
+#, fuzzy
+msgid "Widgets for configuration dialogs"
+msgstr "Brak dostępnej konfiguracji"
+
+#. description(kconfigwidgets:libKF5ConfigWidgets5)
+msgid "KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings."
msgstr ""
-#. description(shared-desktop-ontologies)
-msgid ""
-"Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and "
-"reference code development. This project is used by maintainers from open "
-"source projects to maintain standards for the interoperability of desktop "
-"and web applications."
+#. summary(kcrash:libKF5Crash5)
+msgid "Gracefull handling of application crashes"
msgstr ""
-#. summary(libQtWebKit4)
-msgid "Open source Web Browser engine based on Qt4"
+#. description(kcrash:libKF5Crash5)
+msgid "KCrash provides support for intercepting and handling application crashes."
msgstr ""
-#. description(NetworkManager-kde4:NetworkManager-openvpn-kde4)
-msgid "OpenVPN VPN plugin for KDE Network Management components."
+#. summary(kdbusaddons:libKF5DBusAddons5)
+msgid "Convenience classes for QtDBus"
msgstr ""
-#. summary(oxygen-gtk2:gtk2-theme-oxygen)
-msgid "Oxygen GTK 2.x Theme"
+#. description(kdbusaddons:libKF5DBusAddons5)
+msgid "KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules."
msgstr ""
-#. summary(oxygen-gtk2:gtk2-engine-oxygen)
-msgid "Oxygen GTK 2.x Theme Engine"
+#. summary(kdnssd-framework:libKF5DNSSD5)
+msgid "Network service discovery using Zeroconf"
msgstr ""
-#. summary(oxygen-icon-theme)
-msgid "Oxygen Icon Theme"
+#. description(kdnssd-framework:libKF5DNSSD5)
+msgid "KDNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure."
msgstr ""
-#. summary(libreoffice-icon-themes:libreoffice-icon-theme-oxygen)
-msgid "Oxygen LibreOffice Icon Theme (KDE4 default)"
+#. summary(kdeclarative:libKF5Declarative5)
+#. summary(kdeclarative:libKF5QuickAddons5)
+msgid "Integration of QML and KDE workspaces"
msgstr ""
-#. description(oxygen-gtk2:gtk2-engine-oxygen)
-msgid ""
-"Oxygen-Gtk2 is a port of the default KDE widget theme (Oxygen), to gtk 2.x.\n"
-"\n"
-"It's primary goal is to ensure visual consistency between gtk-based and qt-"
-"based applications running under KDE. A secondary objective is to also have "
-"a stand-alone nice looking gtk theme that would behave well on other Desktop "
-"Environments.\n"
-"\n"
-"Unlike other attempts made to port the KDE oxygen theme to gtk, this attempt "
-"does not depend on Qt (via some Qt to Gtk conversion engine), nor does "
-"render the widget appearance via hard coded pixmaps, which otherwise breaks "
-"everytime some setting is changed in KDE.\n"
-"\n"
-"This package contains the Oxygen gtk 2.x theme engine."
+#. summary(kemoticons:libKF5Emoticons5)
+msgid "Convert text emoticons to graphical emoticons"
msgstr ""
-#. description(oxygen-gtk2:gtk2-theme-oxygen)
-msgid ""
-"Oxygen-Gtk2 is a port of the default KDE widget theme (Oxygen), to gtk 2.x.\n"
-"\n"
-"It's primary goal is to ensure visual consistency between gtk-based and qt-"
-"based applications running under KDE. A secondary objective is to also have "
-"a stand-alone nice looking gtk theme that would behave well on other Desktop "
-"Environments.\n"
-"\n"
-"Unlike other attempts made to port the KDE oxygen theme to gtk, this attempt "
-"does not depend on Qt (via some Qt to Gtk conversion engine), nor does "
-"render the widget appearance via hard coded pixmaps, which otherwise breaks "
-"everytime some setting is changed in KDE.\n"
-"\n"
-"This package contains the Oxygen gtk 2.x theme."
+#. description(kemoticons:libKF5Emoticons5)
+msgid "KEmoticons converts emoticons from text to a graphical representation with images in HTML. It supports setting different themes for emoticons coming from different providers."
msgstr ""
-#. summary(pcsc-lite:libpcsclite1)
-msgid "PCSC Smart Card Library"
+#. summary(kglobalaccel:libKF5GlobalAccel5)
+#. summary(kglobalaccel:libKF5GlobalAccelPrivate5)
+msgid "Global desktop keyboard shortcuts"
msgstr ""
-#. summary(pcsc-lite)
+#. description(kglobalaccel:libKF5GlobalAccel5)
+#. description(kglobalaccel:libKF5GlobalAccelPrivate5)
+msgid "KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated."
+msgstr ""
+
+#. summary(kguiaddons:libKF5GuiAddons5)
#, fuzzy
-msgid "PCSC Smart Cards Library"
-msgstr "Zarządzanie katalogami"
+msgid "Utilities for graphical user interfaces"
+msgstr "Minimalna instalacja graficzna"
-#. summary(poppler-qt:libpoppler-qt4-4)
-msgid "PDF Rendering Library - Qt4 Wrapper"
+#. description(kguiaddons:libKF5GuiAddons5)
+msgid "The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input."
msgstr ""
-#. summary(akonadi-runtime)
-msgid "PIM Storage Service"
+#. summary(ki18n:libKF5I18n5)
+msgid "KDE Gettext-based UI text internationalization"
msgstr ""
-#. summary(kdepimlibs4:libakonadi4)
+#. description(ki18n:libKF5I18n5)
+msgid "KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. It wraps the standard Gettext functionality, so that the programmers and translators can use the familiar Gettext tools and workflows."
+msgstr ""
+
+#. summary(kiconthemes:libKF5IconThemes5)
#, fuzzy
-msgid "PIM Storage Service Client Libraries"
-msgstr "Usługa klienta LDAP"
+msgid "Icon GUI utilities"
+msgstr "Montowanie NFS"
-#. description(NetworkManager-kde4:NetworkManager-pptp-kde4)
-msgid "PPTP VPN plugin for KDE Network Management components."
+#. description(kiconthemes:libKF5IconThemes5)
+msgid "This library contains classes to improve the handling of icons in applications using the KDE Frameworks."
msgstr ""
-#. description(mozilla-kde4-integration)
-msgid "Package providing integration of Mozilla applications with KDE."
+#. summary(kidletime:libKF5IdleTime5)
+msgid "Reporting of idle time of user and system"
msgstr ""
-#. summary(kpat)
-msgid "Patience card game"
+#. description(kidletime:libKF5IdleTime5)
+msgid "KIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity."
msgstr ""
-#. summary(kdepim4:kontact)
-msgid "Personal Information Manager"
+#. summary(kitemmodels:libKF5ItemModels5)
+msgid "Set of item models extending the Qt model-view framework"
msgstr ""
-#. summary(kdepim4:korganizer)
-msgid "Personal Organizer"
+#. description(kitemmodels:libKF5ItemModels5)
+msgid "KItemModels provides a set of item models extending the Qt model-view framework."
msgstr ""
-#. summary(phonon:libphonon4)
-msgid "Phonon Multimedia Platform Abstraction"
+#. summary(kitemviews:libKF5ItemViews5)
+msgid "Set of item views extending the Qt model-view framework"
msgstr ""
-#. description(phonon:libphonon4)
-msgid ""
-"Phonon is a cross-platform portable Multimedia Support Abstraction, which "
-"allows you to play multiple audio or video formats with the same quality on "
-"all platforms, no matter which underlying architecture is used."
+#. description(kitemviews:libKF5ItemViews5)
+msgid "KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists."
msgstr ""
-#. summary(kdebase4:plasmoid-folderview)
-msgid "Plasmoid to display a folder"
+#. summary(kjs:libKF5JS5)
+msgid "KDE Javascript engine"
msgstr ""
-#. summary(freerdp:libfreerdp-1_0-plugins)
-#, fuzzy
-msgid "Plugins for libfreerdp-1_0"
-msgstr "Pakiety dla programistów KDE"
+#. description(kjs:libKF5JS5)
+msgid "This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript."
+msgstr ""
-#. summary(polkit-qt-1:libpolkit-qt-1-1)
-msgid "PolicyKit Library Qt Bindings"
+#. summary(kjobwidgets:libKF5JobWidgets5)
+msgid "Widgets for showing progress of asynchronous jobs"
msgstr ""
-#. summary(polkit-kde-agent-1)
-msgid "PolicyKit authentication agent for KDE"
+#. description(kjobwidgets:libKF5JobWidgets5)
+msgid "KJobWIdgets provides widgets for showing progress of asynchronous jobs."
msgstr ""
-#. description(polkit-qt-1:libpolkit-qt-1-1)
-msgid ""
-"Polkit-qt aims to make it easy for Qt developers to take advantage of "
-"PolicyKit API. It is a convenience wrapper around QAction and "
-"QAbstractButton that lets you integrate those two components easily with "
-"PolicyKit."
+#. summary(kjsembed:libKF5JsEmbed5)
+msgid "Binding Javascript object to QObjects"
msgstr ""
-#. summary(kdepim4:knotes)
-msgid "Popup Notes"
+#. description(kjsembed:libKF5JsEmbed5)
+msgid "KSJEmbed provides a method of binding JavaScript objects to QObjects, so you can script your applications."
msgstr ""
-#. summary(qalculate:libqalculate5)
-#, fuzzy
-msgid "Powerful Calulator Library"
-msgstr "Novell i Linux"
-
-#. description(libprison:libprison0)
-msgid ""
-"Prison is a barcode api currently offering a nice Qt api to produce QRCode "
-"barcodes and DataMatrix barcodes, and can easily be made support more."
+#. summary(kcmutils:libKF5KCMUtils5)
+msgid "Provides various classes to work with KCModules"
msgstr ""
-#. summary(libpgf:libpgf6)
-msgid "Progressive Graphics File Library"
+#. description(kcmutils:libKF5KCMUtils5)
+msgid "KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework."
msgstr ""
-#. summary(xprop)
-msgid "Property displayer for X"
+#. summary(khtml:libKF5KHtml5)
+#, fuzzy
+msgid "HTML rendering engine"
+msgstr "Preferencje"
+
+#. description(khtml:libKF5KHtml5)
+msgid "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support."
msgstr ""
-#. description(polkit-kde-agent-1)
-msgid "Provides Policy Kit Authentication Agent that nicely fits to KDE."
+#. summary(libKF5ModemManagerQt:libKF5ModemManagerQt6)
+msgid "Qt wrapper around the ModemManager libraries"
msgstr ""
-#. description(kio_mtp)
-msgid ""
-"Provides access to media players and phones (including many Android devices) "
-"using the MTP protocol."
+#. description(libKF5ModemManagerQt:libKF5ModemManagerQt6)
+msgid "Qt5 wrapper for ModemManager DBus API."
msgstr ""
-#. description(cups-pk-helper:cups-pk-helper-lang)
-msgid "Provides translations to the package cups-pk-helper"
+#. summary(libKF5NetworkManagerQt:libKF5NetworkManagerQt6)
+msgid "A Qt wrapper for NetworkManager DBus API"
msgstr ""
-#. description(system-config-printer:system-config-printer-common-lang)
-msgid "Provides translations to the package system-config-printer"
+#. description(libKF5NetworkManagerQt:libKF5NetworkManagerQt6)
+msgid "NetworkManagerQt provides access to all NetworkManager features exposed on DBus. It allows you to manage your connections and control your network devices and also provides a library for parsing connection settings which are used in DBus communication."
msgstr ""
-#. summary(libqjson:libqjson0)
-msgid "QJson is a qt-based library that maps JSON data to QVariant objects"
+#. summary(knewstuff:libKF5NewStuff5)
+#, fuzzy
+msgid "Framework for downloading and sharing additional application data"
+msgstr "Zarządzanie katalogami"
+
+#. description(knewstuff:libKF5NewStuff5)
+msgid "The KNewStuff library implements collaborative data sharing for applications. It uses libattica to support the Open Collaboration Services specification."
msgstr ""
-#. description(qoauth:libqoauth1)
-msgid ""
-"QOAuth is an attempt to support interaction with OAuth-powered network "
-"services in a Qt way, i.e. simply, clearly and efficiently."
+#. summary(knotifications:libKF5Notifications5)
+#, fuzzy
+msgid "KDE Desktop notifications"
+msgstr "Dokumentacja API KDE"
+
+#. description(knotifications:libKF5Notifications5)
+msgid "KNotification is used to notify the user of an event. It covers feedback and persistent events."
msgstr ""
-#. description(qalculate:libqalculate5)
-msgid ""
-"Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is "
-"small and simple to use but with much power and versatility underneath. "
-"Features include customizable functions, units, arbitrary precision, "
-"plotting, and a graphical interface that uses a one-line fault-tolerant "
-"expression entry (although it supports optional traditional buttons). This "
-"is the shared library package."
+#. summary(knotifyconfig:libKF5NotifyConfig5)
+#, fuzzy
+msgid "Configuration dialog for desktop notifications"
+msgstr "Konfiguracja na wyświetlaczu"
+
+#. description(knotifyconfig:libKF5NotifyConfig5)
+msgid "KNotifyConfig provides a configuration dialog for desktop notifications which can be embedded in your application."
msgstr ""
-#. summary(libqt4:libqt4-x11)
-msgid "Qt 4 GUI related libraries"
+#. summary(kparts:libKF5Parts5)
+msgid "Plugin framework for user interface components"
msgstr ""
-#. summary(libqt4-sql-plugins:libqt4-sql-mysql)
-msgid "Qt 4 MySQL support"
+#. description(kparts:libKF5Parts5)
+msgid "This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons)."
msgstr ""
-#. summary(libqt4:libqt4-sql)
-msgid "Qt 4 SQL related libraries"
+#. summary(kpty:libKF5Pty5)
+msgid "Interfacing with pseudo terminal devices"
msgstr ""
-#. description(libqt4:libqt4-sql)
-msgid ""
-"Qt 4 libraries which are used for connection with an SQL server. You will "
-"need also a plugin package for a supported SQL server."
+#. description(kpty:libKF5Pty5)
+msgid "This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty."
msgstr ""
-#. description(libqt4:libqt4-x11)
-msgid "Qt 4 libraries which are used for drawing widgets and OpenGL items."
+#. summary(libkscreen2:libKF5Screen6)
+#. summary(libkscreen2:libkscreen2-plugin)
+#, fuzzy
+msgid "KDE's screen management library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libkscreen2:libKF5Screen6)
+msgid "Shared library for dynamic display management in KDE"
msgstr ""
-#. summary(libqt4:libqt4-sql-sqlite)
-msgid "Qt 4 sqlite plugin"
+#. summary(solid:libKF5Solid5)
+#. summary(solid:solid-imports)
+#. summary(solid:solid-tools)
+msgid "KDE Desktop hardware abstraction"
msgstr ""
-#. description(libqt4:libqt4-sql-sqlite)
-msgid ""
-"Qt 4 sqlite plugin to be able to use database functionality with Qt "
-"applications without the need to setup a SQL server."
+#. description(solid:libKF5Solid5)
+msgid "Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system."
msgstr ""
-#. summary(libqca2)
-msgid "Qt Cryptographic Architecture 2"
+#. summary(sonnet:libKF5SonnetCore5)
+#. summary(sonnet:libKF5SonnetUi5)
+#, fuzzy
+msgid "KDE spell checking library"
+msgstr "Programowanie GNOME"
+
+#. description(sonnet:libKF5SonnetCore5)
+#. description(sonnet:libKF5SonnetUi5)
+msgid "Sonnet is a plugin-based spell checking library for Qt-based applications. It supports several different plugins, including HSpell, Enchant, ASpell and HUNSPELL."
msgstr ""
-#. summary(libmygpo-qt:libmygpo-qt1)
-msgid "Qt Library that wraps the gpodder.net Web API"
+#. summary(kdesu:libKF5Su5)
+msgid "User interface for running shell commands with root privileges"
msgstr ""
-#. description(qt4-qtscript)
-msgid ""
-"Qt Script Generator is a tool that generates Qt bindings for Qt Script. With "
-"the generated bindings you get access to substantial portions of the Qt API "
-"from within Qt Script."
+#. description(kdesu:libKF5Su5)
+msgid "libkdesu provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively."
msgstr ""
-#. summary(libbluedevil:libbluedevil1)
-msgid "Qt Wrapper for Bluez"
+#. summary(ktextwidgets:libKF5TextWidgets5)
+msgid "KDE Text editing widgets"
msgstr ""
-#. summary(libprison:libprison0)
-msgid "Qt api to produce QRCode and DataMatrix barcodes"
+#. description(ktextwidgets:libKF5TextWidgets5)
+msgid "KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text."
msgstr ""
-#. summary(qt4-qtscript)
-msgid "Qt bindings generator for Qt Script"
+#. summary(threadweaver:libKF5ThreadWeaver5)
+msgid "KDE Helper for multithreaded programming"
msgstr ""
-#. description(libqt4)
+#. description(threadweaver:libKF5ThreadWeaver5)
msgid ""
-"Qt is a set of libraries for developing applications.\n"
+"ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way.\n"
"\n"
-"This package contains base tools, like string, xml, and network handling."
+"You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits."
msgstr ""
-#. summary(grantlee:libgrantlee_core0)
-msgid "Qt string template library"
-msgstr ""
+#. summary(kunitconversion:libKF5UnitConversion5)
+#, fuzzy
+msgid "Converting physical units"
+msgstr "Konfiguracja na wyświetlaczu"
-#. description(libbluedevil:libbluedevil1)
-msgid "Qt wrapper for BlueZ. This wrapper is used by KDE's Bluetooth layer."
+#. description(kunitconversion:libKF5UnitConversion5)
+msgid "KUnitConversion provides functions to convert values in different physical units. It supports converting different prefixes (e.g. kilo, mega, giga) as well as converting between different unit systems (e.g. liters, gallons)."
msgstr ""
-#. summary(plasmoid-quickaccess)
-msgid "Quick Access Plasmoid for KDE Desktop"
+#. summary(kdewebkit:libKF5WebKit5)
+msgid "Integration of the HTML rendering engine WebKit"
msgstr ""
-#. summary(ortp:libortp9)
-msgid "Real-time Transport Protocol Stack"
+#. description(kdewebkit:libKF5WebKit5)
+msgid "This library provides KDE integration of the QtWebKit library. If you are using QtWebKit in your KDE application, you are encouraged to use this layer instead of using the QtWebKit classes directly."
msgstr ""
-#. summary(soprano:soprano-backend-redland)
-msgid "Redland backend for Soprano"
+#. summary(kwidgetsaddons:libKF5WidgetsAddons5)
+#, fuzzy
+msgid "Large set of desktop widgets"
+msgstr "Środowiska graficzne"
+
+#. description(kwidgetsaddons:libKF5WidgetsAddons5)
+msgid "his repository contains add-on widgets and classes for applications that use the Qt Widgets module. If you are porting applications from KDE Platform 4 \"kdeui\" library, you will find many of its classes here."
msgstr ""
-#. summary(krdc)
-msgid "Remote Desktop Connection"
+#. summary(kwindowsystem:libKF5WindowSystem5)
+#, fuzzy
+msgid "KDE Access to window manager"
+msgstr "Zarządzanie urządzeniami"
+
+#. description(kwindowsystem:libKF5WindowSystem5)
+msgid ""
+"Convenience access to certain properties and features of the window manager.\n"
+"\n"
+"KWindowSystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes."
msgstr ""
-#. summary(freerdp)
-msgid "Remote Desktop Viewer Client"
+#. summary(kxmlgui:libKF5XmlGui5)
+#, fuzzy
+msgid "Framework for managing menu and toolbar actions"
+msgstr "Proszę użyć tego przycisku, aby uruchomić program YaST i zachować konfigurację."
+
+#. description(kxmlgui:libKF5XmlGui5)
+msgid "libkxmlgui provides a framework for managing menu and toolbar actions in an abstract way. The actions are configured through a XML description and hooks in the application code. The framework supports merging of multiple description for example for integrating actions from plugins."
msgstr ""
-#. summary(freerdp:libfreerdp-1_0)
-msgid "Remote Desktop Viewer Library"
+#. summary(kxmlrpcclient5:libKF5XmlRpcClient5)
+msgid "Library containing simple XML-RPC Client support"
msgstr ""
-#. summary(libucil:libucil2)
-msgid "Render text and graphic overlays onto video images]"
+#. description(kxmlrpcclient5:libKF5XmlRpcClient5)
+msgid "Library containing simple XML-RPC Client support."
msgstr ""
-#. description(kdenetwork4-filesharing)
-msgid ""
-"Required libraries for the following packages:\n"
-"\n"
-"kdenetwork3-chat kdenetwork3-dialup kdenetwork3-lan kdenetwork3-mail "
-"kdenetwork3-news kdenetwork3-query"
+#. summary(ImageMagick:libMagickCore-6_Q16-2)
+msgid "Viewer and Converter for Images - runtime library"
msgstr ""
-#. summary(libmsn:libmsn0_3)
-msgid "Reusable, open-source library for MSN Messenger"
+#. description(ImageMagick:libMagickCore-6_Q16-2)
+msgid "ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces."
msgstr ""
-#. summary(kreversi)
-msgid "Reversi board game"
+#. summary(libqt5-qttools:libQt5CLucene5)
+#, fuzzy
+msgid "Qt 5 Clucene Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qttools:libQt5CLucene5)
+#, fuzzy
+msgid "The Qt 5 Clucene library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qtbase:libQt5Concurrent5)
+#, fuzzy
+msgid "Qt 5 Concurrent Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qtbase:libQt5Concurrent5)
+#, fuzzy
+msgid "The Qt 5 Concurrent library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qttools:libQt5Designer5)
+#, fuzzy
+msgid "Qt 5 Designer Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qttools:libQt5Designer5)
+#, fuzzy
+msgid "The Qt 5 Designer library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qttools:libQt5DesignerComponents5)
+#, fuzzy
+msgid "Qt 5 Designer Components Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qttools:libQt5DesignerComponents5)
+#, fuzzy
+msgid "The Qt 5 Designer Components library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qttools:libQt5Help5)
+#, fuzzy
+msgid "Qt 5 Help Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qttools:libQt5Help5)
+#, fuzzy
+msgid "The Qt 5 Help library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qtmultimedia:libQt5Multimedia5)
+#, fuzzy
+msgid "Qt 5 Multimedia Library"
+msgstr "Zarządzanie katalogami"
+
+#. summary(libqt5-qtbase:libQt5OpenGL5)
+#, fuzzy
+msgid "Qt 5 OpenGL Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qtbase:libQt5OpenGL5)
+#, fuzzy
+msgid "The Qt 5 OpenGL library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qtlocation:libQt5Positioning5)
+msgid "Qt 5 Positioning Addon"
msgstr ""
-#. description(sox:libsox2)
-msgid ""
-"SOX is intended to be the Swiss Army knife of sound processing tools. It "
-"does many things, it just does not do them all well. Sooner or later it will "
-"come in very handy. SOX is really only usable day-to-day if you hide the "
-"wacky options with one-line shell scripts."
+#. description(libqt5-qtlocation:libQt5Positioning5)
+#. description(libqt5-qtsensors:libQt5Sensors5)
+#. description(libqt5-qtwebchannel:libQt5WebChannel5)
+#, fuzzy
+msgid "Qt is a set of libraries for developing applications."
+msgstr "Nie znaleziono programu su."
+
+#. summary(libqt5-qtbase:libQt5PrintSupport5)
+#, fuzzy
+msgid "Qt 5 Print Support Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qtbase:libQt5PrintSupport5)
+#, fuzzy
+msgid "The Qt 5 Print Support library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qtscript:libQt5Script5)
+#, fuzzy
+msgid "Qt 5 QtScript Library"
+msgstr "Zarządzanie katalogami"
+
+#. summary(libqt5-qtsensors:libQt5Sensors5)
+msgid "Qt 5 Serial Port Addon"
msgstr ""
-#. summary(libssh:libssh4)
-msgid "SSH library"
+#. summary(libqt5-qtsensors:libQt5Sensors5-imports)
+msgid "Qt 5 Serial Port Addon - QML imports"
msgstr ""
-#. summary(kcalc)
+#. summary(libqt5-qtbase:libQt5Sql5)
#, fuzzy
-msgid "Scientific Calculator"
-msgstr "Kalkulator naukowy"
+msgid "Qt 5 SQL related libraries"
+msgstr "Główne menu GNOME"
-#. summary(ksnapshot)
-msgid "Screen Capture Program"
+#. description(libqt5-qtbase:libQt5Sql5)
+msgid "Qt 5 libraries which are used for connection with an SQL server. You will need also a plugin package for a supported SQL server."
msgstr ""
-#. summary(kmag)
-msgid "Screen Magnifier"
+#. summary(libqt5-qtbase:libQt5Sql5-sqlite)
+msgid "Qt 5 sqlite plugin"
msgstr ""
-#. summary(kruler)
-msgid "Screen Ruler"
+#. description(libqt5-qtbase:libQt5Sql5-sqlite)
+msgid "Qt 5 sqlite plugin to be able to use database functionality with Qt applications without the need to setup a SQL server."
msgstr ""
-#. summary(mariadb)
+#. summary(libqt5-qtsvg:libQt5Svg5)
#, fuzzy
-msgid "Server part of MariaDB"
-msgstr "Programowanie"
+msgid "Qt 5 SVG Library"
+msgstr "Zarządzanie katalogami"
-#. summary(shared-desktop-ontologies)
-msgid "Shared Desktop Ontologies"
+#. summary(libqt5-qtbase:libQt5Test5)
+#, fuzzy
+msgid "Qt 5 Test Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qtbase:libQt5Test5)
+#, fuzzy
+msgid "The Qt 5 library for testing."
+msgstr "Aktualizacje czasu dostępu"
+
+#. summary(libqt5-qtwebchannel:libQt5WebChannel5)
+msgid "Qt 5 WebChannel Addon"
msgstr ""
-#. summary(mariadb:libmysqlclient18)
+#. summary(libqt5-qtwebchannel:libQt5WebChannel5-imports)
+msgid "Qt 5 WebSockets Library - QML imports"
+msgstr ""
+
+#. summary(libqt5-qtwebkit:libQt5WebKit5)
#, fuzzy
-msgid "Shared Libraries for MariaDB"
-msgstr "Programowanie"
+msgid "Qt5 WebKit Library"
+msgstr "Zarządzanie katalogami"
-#. summary(xerces-c:libxerces-c-3_1)
-msgid "Shared libraries for Xerces-c - a validating XML parser"
+#. description(libqt5-qtwebkit:libQt5WebKit5)
+#. description(libqt5-qtwebkit:libQt5WebKit5-imports)
+msgid "You need this package, if you want to compile programs with qtwebkit."
msgstr ""
-#. summary(gpsd:libgps20)
-msgid "Shared library for GPS applications"
+#. summary(libqt5-qtwebkit:libQt5WebKit5-imports)
+msgid "Qt5 WebKit Library - QML imports"
msgstr ""
-#. description(libkscreen:libkscreen1)
-msgid "Shared library for dynamic display management in KDE"
+#. summary(libqt5-qtwebkit:libQt5WebKitWidgets5)
+#, fuzzy
+msgid "Qt 5 WebKit Library"
+msgstr "Zarządzanie katalogami"
+
+#. summary(libqt5-qtbase:libQt5Xml5)
+#, fuzzy
+msgid "Qt 5 Xml Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libqt5-qtbase:libQt5Xml5)
+#, fuzzy
+msgid "The Qt 5 Xml library."
+msgstr "Novell i Linux"
+
+#. summary(libqt5-qtxmlpatterns:libQt5XmlPatterns5)
+#, fuzzy
+msgid "Qt 5 XmlPatterns Library"
+msgstr "Zarządzanie katalogami"
+
+#. summary(libqt5-qtdeclarative:libQtQuick5)
+#, fuzzy
+msgid "Qt 5 Declarative Library"
+msgstr "Zarządzanie katalogami"
+
+#. summary(libQtWebKit4)
+msgid "Open source Web Browser engine based on Qt4"
msgstr ""
-#. summary(libkdcraw:libkdcraw22)
-msgid "Shared library interface around dcraw"
+#. description(libQtWebKit4)
+msgid "WebKit is an open source web browser engine. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. As part of KDE framework KHTML was based on Qt but during their porting efforts Apple's engineers made WebKit toolkit independent. QtWebKit is a project aiming at porting this fabulous engine back to Qt."
msgstr ""
-#. summary(gwenview)
-msgid "Simple Image Viewer for KDE"
+#. summary(libaccounts-glib:libaccounts-glib0)
+#, fuzzy
+msgid "Account management library for GLib Applications"
+msgstr "Ulubione aplikacje"
+
+#. description(libaccounts-glib:libaccounts-glib0)
+#, fuzzy
+msgid "This package contains the shared libraries for use by applications."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(libaccounts-qt5:libaccounts-qt5-1)
+#, fuzzy
+msgid "Qt library for Single Sign On"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(libaccounts-qt5:libaccounts-qt5-1)
+#, fuzzy
+msgid "This package contains the Qt library for Single Sign On."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(kdepimlibs4:libakonadi4)
+#, fuzzy
+msgid "PIM Storage Service Client Libraries"
+msgstr "Usługa klienta LDAP"
+
+#. description(kdepimlibs4:libakonadi4)
+msgid "This package contains the libraries of Akonadi, the KDE PIM storage service."
msgstr ""
-#. summary(libdmtx:libdmtx0)
-msgid "Software for reading and writing Data Matrix barcodes"
+#. summary(libmarblewidget:libastro1)
+#, fuzzy
+msgid "Astronomy: Shared Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libmarblewidget:libastro1)
+msgid "The Astronomy shared library for the MarbleWidget shared library."
msgstr ""
-#. description(soprano:libsoprano4)
+#. summary(ffmpeg:libavcodec56)
+#, fuzzy
+msgid "FFmpeg codec library"
+msgstr "Zarządzanie katalogami"
+
+#. description(ffmpeg:libavcodec56)
msgid ""
-"Soprano is an open and pluggable RDF resource framework which is build on "
-"top of QT4. It provides RDF storage, RDF parsing, serialization, inference, "
-"and full text indexing in a nice C++ API. The main target of Soprano are "
-"desktop applications as it is being developed as a subroject of Nepomuk, the "
-"semantic desktop initiative."
+"The libavcodec library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters.\n"
+"\n"
+"The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation."
msgstr ""
-#. description(soprano)
-msgid ""
-"Soprano is an open and pluggable RDF resource framework which is build on "
-"top of Qt. It provides RDF storage, RDF parsing, serialization, inference, "
-"and full text indexing in a nice C++ API. The main target of Soprano are "
-"desktop applications as it is being developed as a subproject of Nepomuk, "
-"the semantic desktop initiative."
+#. summary(ffmpeg:libavformat56)
+#, fuzzy
+msgid "FFmpeg's stream format library"
+msgstr "Zarządzanie katalogami"
+
+#. description(ffmpeg:libavformat56)
+msgid "The libavformat library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats."
msgstr ""
-#. summary(sox:libsox2)
-msgid "Sound Conversion Library"
+#. summary(ffmpeg:libavutil54)
+#, fuzzy
+msgid "FFmpeg's utility library"
+msgstr "Programowanie GNOME"
+
+#. description(ffmpeg:libavutil54)
+msgid "The libavutil library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats)."
msgstr ""
-#. summary(sox)
-msgid "Sound Conversion Tools"
+#. summary(baloo:libbaloofiles4)
+msgid "Files library for Baloo Framework"
msgstr ""
-#. summary(kmix)
-msgid "Sound Mixer"
+#. description(baloo:libbaloofiles4)
+msgid "Baloo is a framework for searching and managing metadata. This package contains Baloo's files library."
msgstr ""
-#. summary(python-keyring)
-msgid "Store and access your passwords safely"
+#. summary(baloo:libbaloopim4)
+msgid "PIM library for Baloo Framework"
msgstr ""
-#. summary(strigi:libstrigi0)
-msgid "Strigi desktop search engine libraries"
+#. description(baloo:libbaloopim4)
+msgid "Baloo is a framework for searching and managing metadata. This package contains Baloo's PIM library."
msgstr ""
-#. description(NetworkManager-kde4:NetworkManager-kde4-libs)
-msgid ""
-"Support libraries for the Network Management plasmoid Network Management "
-"Plasmoid is a KDE 4 applet and connection editor for controlling network "
-"connections on systems that use the NetworkManager service"
+#. summary(baloo:libbalooqueryparser4)
+msgid "queryparser library for Baloo Framework"
msgstr ""
-#. description(taglib)
-msgid ""
-"TagLib is a library for reading and editing the meta-data of several popular "
-"audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg "
-"Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, "
-"WavPack TrueAudio, WAV, AIFF, MP4 and ASF files. This package contains built "
-"examples which manipulate tags from the command line."
+#. description(baloo:libbalooqueryparser4)
+msgid "Baloo is a framework for searching and managing metadata. This package contains Baloo's queryparser library."
msgstr ""
-#. description(gsl)
-msgid ""
-"The GNU Scientific Library (GSL) is a collection of routines for numerical "
-"computing. The routines are written from scratch by the GSL team in ANSI C "
-"and present a modern Applications Programming Interface (API) for C "
-"programmers, while allowing wrappers to be written for very high level "
-"languages.\n"
-"\n"
-"The library covers the following areas:\n"
-"\n"
-"Complex Numbers - Roots of Polynomials - Special Functions - Vectors and "
-"Matrices - Permutations - Sorting - BLAS Support - Linear Algebra - "
-"Eigensystems - Fast Fourier Transforms - Quadrature - Random Numbers - Quasi-"
-"Random Sequences - Random Distributions - Statistics - Histograms - N-Tuples "
-"- Monte Carlo Integration - Simulated Annealing - Differential Equations - "
-"Interpolation - Numerical Differentiation - Chebyshev Approximation - Series "
-"Acceleration - Discrete Hankel Transforms - Root-Finding - Minimization - "
-"Least-Squares Fitting - Physical Constants - IEEE Floating-Point"
+#. summary(libbaloowidgets:libbaloowidgets4)
+#. summary(kdelibs4:libkdecore4)
+msgid "KDE Core Libraries"
msgstr ""
-#. description(hdf5:libhdf5-8)
+#. description(libbaloowidgets:libbaloowidgets4)
+#. description(kdelibs4:libkdecore4)
msgid ""
-"The HDF project involves the development and support of software and file "
-"formats for scientific data management. The HDF software includes I/O "
-"libraries and tools for analyzing, visualizing, and converting scientific "
-"data.\n"
+"This package contains the core libraries of the K Desktop Environment.\n"
"\n"
-"This package contains the HDF 5 runtime libraries."
+"This package is absolutely necessary for using KDE applications."
msgstr ""
-#. description(kdepim4:kaddressbook)
-msgid "The KDE Address Book"
+#. summary(libbluedevil:libbluedevil2)
+msgid "Qt Wrapper for Bluez"
msgstr ""
-#. summary(kdebase4-workspace:kde4-kgreeter-plugins)
-msgid "The KDE Greeter Plugin Components"
+#. description(libbluedevil:libbluedevil2)
+msgid "Qt wrapper for BlueZ. This wrapper is used by KDE's Bluetooth layer."
msgstr ""
-#. summary(nepomuk-core)
-#, fuzzy
-msgid "The KDE Nepomuk Core Library"
-msgstr "Novell i Linux"
+#. summary(boost:libboost_filesystem1_58_0)
+msgid "Boost::Filesystem Runtime Libraries"
+msgstr ""
-#. summary(kdebase4-runtime)
-msgid "The KDE Runtime Components"
+#. description(boost:libboost_filesystem1_58_0)
+msgid "This package contains the Boost::Filesystem libraries."
msgstr ""
-#. summary(kdebase4-session)
-msgid "The KDE Session"
+#. summary(boost:libboost_program_options1_58_0)
+msgid "Boost::ProgramOptions Runtime libraries"
msgstr ""
-#. summary(kdebase4-workspace)
-msgid "The KDE Workspace Components"
+#. description(boost:libboost_program_options1_58_0)
+msgid "This package contains the Boost::ProgramOptions Runtime libraries."
msgstr ""
-#. summary(kdebase4-workspace:kdebase4-workspace-liboxygenstyle)
-msgid "The Libraries of the oxygen-style"
+#. summary(clucene-core:libclucene-core1)
+#, fuzzy
+msgid "C++ implementation of the Lucene text search engine"
+msgstr "Pomoc i dokumentacja"
+
+#. description(clucene-core:libclucene-core1)
+msgid "CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++."
msgstr ""
-#. summary(libnepomukwidgets:libnepomukwidgets4)
-msgid "The Library containing the Nepomuk Widgets"
+#. summary(clucene-core:libclucene-shared1)
+msgid "CLucene cross-platform layer"
msgstr ""
-#. description(link-grammar)
-msgid ""
-"The Link Grammar Parser is a syntactic parser of English, based on link "
-"grammar, an original theory of English syntax. Given a sentence, the system "
-"assigns to it a syntactic structure, which consists of a set of labeled "
-"links connecting pairs of words. The parser also produces a \"constituent"
-"\" (Penn tree-bank style phrase tree) representation of a sentence (showing "
-"noun phrases, verb phrases, etc.)."
+#. description(clucene-core:libclucene-shared1)
+msgid "This package creates a library that is used in all the CLucene projects. It provides cross-platform macros and functions, as well as things like cl_* string macros, file handling functions, replacement functions, etc."
msgstr ""
-#. description(liblqr:liblqr-1-0)
-msgid ""
-"The Liquid Rescale (lqr) library provides a C/C++ API for performing non-"
-"uniform resizing of images by the seam-carving technique."
+#. summary(libdbusmenu-qt:libdbusmenu-qt2)
+msgid "Development package for dbusmenu-qt"
msgstr ""
-#. description(moodbar)
+#. description(libdbusmenu-qt:libdbusmenu-qt2)
msgid ""
-"The Moodbar is an algorithm for creating a colorful visual representation of "
-"the contents of an audio file, giving an idea of its \"mood\" (this is a "
-"rather fanciful term for the simple analysis it actually does). The Moodbar "
-"was invented by Gavin Wood and Simon O'Keefe for inclusion in the Amarok "
-"music player.\n"
+"This library provides a Qt implementation of the DBusMenu protocol.\n"
"\n"
-"This package contains a GStreamer plugin with elements that are used in the "
-"moodbar analysis, and an application that actually does the analysis.\n"
-"\n"
-"The package also contains a shell-script (create-moodbar.sh), which will "
-"generate the mood files for all music-files (mp3|ogg|flac|wma) in the "
-"directory (including sub-directories) where it is being executed"
+"The DBusMenu protocol makes it possible for applications to export and import their menus over DBus."
msgstr ""
-#. description(opencv:libopencv2_4)
+#. summary(libdbusmenu-qt5:libdbusmenu-qt5-2)
+#, fuzzy
+msgid "Development package for dbusmenu-qt5"
+msgstr "Pakiety dla programistów KDE"
+
+#. description(libdbusmenu-qt5:libdbusmenu-qt5-2)
msgid ""
-"The Open Computer Vision Library is a collection of algorithms and sample "
-"code for various computer vision problems. The library is compatible with "
-"IPL and utilizes Intel Integrated Performance Primitives for better "
-"performance."
+"This library provides a Qt implementation of the DBusMenu protocol.\n"
+"\n"
+"The DBusMenu protocol makes it possible for applications to export and import their menus over DBus. Qt5 library"
msgstr ""
-#. description(python-keyring)
-msgid ""
-"The Python keyring lib provides a easy way to access the system keyring "
-"service from python. It can be used in any application that needs safe "
-"password storage."
+#. summary(libdc1394:libdc1394-22)
+msgid "1394-Based Digital Camera Control Library"
msgstr ""
-#. description(libxcb:libxcb-shape0)
-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)"
+#. description(libdc1394:libdc1394-22)
+msgid "This library provides functionality for controlling any camera that conforms to the 1394-Based Digital Camera Specification (which can be found at http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf) It utilizes the low-level functionality provided by libraw1394 to communicate with the camera."
msgstr ""
-#. description(libxcb:libxcb-composite0)
-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"
-"The Composite extension causes a entire sub-tree of the window hierarchy to "
-"be rendered to an off-screen buffer. Applications can then take the contents "
-"of that buffer and do whatever they like. The off-screen buffer can be "
-"automatically merged into the parent window or merged by external programs, "
-"called compositing managers."
+#. summary(libdmtx:libdmtx0)
+msgid "Software for reading and writing Data Matrix barcodes"
msgstr ""
-#. description(libxcb:libxcb-damage0)
-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"
-"The X Damage Extension allows applications to track modified regions of "
-"drawables."
+#. description(libdmtx:libdmtx0)
+msgid "libdmtx is open source software for reading and writing Data Matrix barcodes. At its core libdmtx is a native shared library, allowing C/C++ programs to use its capabilities without extra restrictions or overhead."
msgstr ""
-#. description(libxcb:libxcb-randr0)
-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"
-"The X Resize, Rotate and Reflect Extension (RandR) allows clients to "
-"dynamically change X screens, so as to resize, to change the orientation and "
-"layout of the root window of a screen."
+#. summary(ebook-tools:libepub0)
+#, fuzzy
+msgid "A library for reading ebook files"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(ebook-tools:libepub0)
+msgid "libepub library is needed for okular to support ebook format."
msgstr ""
-#. description(libxcb:libxcb-xtest0)
+#. summary(freerdp:libfreerdp-1_0)
+msgid "Remote Desktop Viewer Library"
+msgstr ""
+
+#. description(freerdp:libfreerdp-1_0)
+msgid "FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications. This package provides the shared library."
+msgstr ""
+
+#. summary(freerdp:libfreerdp-1_0-plugins)
+#, fuzzy
+msgid "Plugins for libfreerdp-1_0"
+msgstr "Pakiety dla programistów KDE"
+
+#. description(freerdp:libfreerdp-1_0-plugins)
+#, fuzzy
+msgid "This package provides plugins for libfreerdp-1_0."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(libgit2:libgit2-23)
+#, fuzzy
+msgid "C git library"
+msgstr "Zarządzanie katalogami"
+
+#. description(libgit2:libgit2-23)
+msgid "libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings."
+msgstr ""
+
+#. summary(grantlee:libgrantlee_core0)
+#. summary(grantlee:libgrantlee_gui0)
+msgid "Qt string template library"
+msgstr ""
+
+#. description(grantlee:libgrantlee_core0)
+#. description(grantlee:libgrantlee_gui0)
+msgid "Grantlee is a string template engine based on the Django template system and written in Qt."
+msgstr ""
+
+#. summary(gsl:libgsl0)
+msgid "GNU Scientific Library"
+msgstr ""
+
+#. description(gsl:libgsl0)
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"
+"The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in ANSI C and present a modern Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages.\n"
"\n"
-"The XTEST extension is a minimal set of client and server extensions "
-"required to completely test the X11 server with no user intervention. This "
-"extension is not intended to support general journaling and playback of user "
-"actions."
+"The library covers the following areas:\n"
+"\n"
+"Complex Numbers - Roots of Polynomials - Special Functions - Vectors and Matrices - Permutations - Sorting - BLAS Support - Linear Algebra - Eigensystems - Fast Fourier Transforms - Quadrature - Random Numbers - Quasi-Random Sequences - Random Distributions - Statistics - Histograms - N-Tuples - Monte Carlo Integration - Simulated Annealing - Differential Equations - Interpolation - Numerical Differentiation - Chebyshev Approximation - Series Acceleration - Discrete Hankel Transforms - Root-Finding - Minimization - Least-Squares Fitting - Physical Constants - IEEE Floating-Point"
msgstr ""
-#. description(xcb-util-image:libxcb-image0)
+#. summary(gypsy:libgypsy0)
+msgid "GPS multiplexing daemon - Library"
+msgstr ""
+
+#. description(gypsy:libgypsy0)
msgid ""
-"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"
+"Gypsy is a GPS multiplexing daemon which allows multiple clients to access GPS data from multiple GPS sources concurrently.\n"
"\n"
-"Included in this package is:\n"
-"\n"
-"- image: Port of Xlib's XImage and XShmImage functions."
+"Without some sort of multiplexing system, a GPS device can only safely be accessed by one client. In a server situation this may not cause any problems, but on modern desktop which could potentially have multiple location aware devices, this could be an issue."
msgstr ""
-#. description(xcb-util-keysyms:libxcb-keysyms1)
+#. summary(hdf5:libhdf5-10)
+#, fuzzy
+msgid "Shared libraries for the HDF5 scientific data format"
+msgstr "Poprawki opcjonalne"
+
+#. description(hdf5:libhdf5-10)
msgid ""
-"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"
+"HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5.\n"
"\n"
-"Included in this package is:\n"
+"The HDF5 technology suite is designed to organize, store, discover, access, analyze, share, and preserve diverse, complex data in continuously evolving heterogeneous computing and storage environments.\n"
"\n"
-"- keysyms: Standard X key constants and conversion to/from keycodes."
+"HDF5 supports all types of data stored digitally, regardless of origin or size. Petabytes of remote sensing data collected by satellites, terabytes of computational results from nuclear testing models, and megabytes of high-resolution MRI brain scans are stored in HDF5 files, together with metadata necessary for efficient data sharing, processing, visualization, and archiving.\n"
+"\n"
+"This package contains the HDF5 runtime libraries."
msgstr ""
-#. summary(kdebase4-workspace:kdebase4-workspace-plasma-calendar)
-msgid "The calendar Plasma engine and applet"
+#. summary(hdf5:libhdf5_hl10)
+msgid "High-level shared libraries for the HDF5 scientific data format"
msgstr ""
-#. description(htdig)
+#. description(hdf5:libhdf5_hl10)
msgid ""
-"The ht://Dig system is a complete World Wide Web index and search system for "
-"a small domain or intranet. This system is not meant to replace the need for "
-"powerful Internet-wide search systems like Lycos, Infoseek, Webcrawler, or "
-"AltaVista. Instead it is meant to cover the search needs of a single "
-"company, campus, or even a particular subsection of a Web site.\n"
+"HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5.\n"
"\n"
-"Unlike some WAIS-based or Web server-based search engines, ht://Dig can span "
-"several Web servers at a site. The type of these Web servers does not matter "
-"as long as they understand the HTTP 1.0 protocol."
+"The HDF5 technology suite is designed to organize, store, discover, access, analyze, share, and preserve diverse, complex data in continuously evolving heterogeneous computing and storage environments.\n"
+"\n"
+"HDF5 supports all types of data stored digitally, regardless of origin or size. Petabytes of remote sensing data collected by satellites, terabytes of computational results from nuclear testing models, and megabytes of high-resolution MRI brain scans are stored in HDF5 files, together with metadata necessary for efficient data sharing, processing, visualization, and archiving.\n"
+"\n"
+"This package contains the the high-level HDF5 runtime libraries."
msgstr ""
-#. description(iodbc:libiodbc3)
-msgid ""
-"The iODBC Driver Manager is a free implementation of the SAG CLI and ODBC "
-"compliant driver manager which allows developers to write ODBC compliant "
-"applications that can connect to various databases using appropriate backend "
-"drivers.\n"
-"\n"
-"This package provides the shared libraries needed by iODBC"
+#. summary(http-parser:libhttp-parser-suse0)
+msgid "HTTP request/response parser for C"
msgstr ""
-#. description(icoutils)
-msgid ""
-"The icoutils are a set of programs for extracting and converting images in "
-"Microsoft Windows icon and cursor files. These files usually have the "
-"extension .ico or .cur, but they can also be embedded in executables or "
-"libraries (.dll-files)."
+#. description(http-parser:libhttp-parser-suse0)
+msgid "This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection)."
msgstr ""
+#. summary(libjpeg-turbo)
+msgid "A MMX/SSE2 accelerated library for manipulating JPEG image files"
+msgstr ""
+
#. description(libjpeg-turbo)
#, fuzzy
-msgid ""
-"The libjpeg-turbo package contains a library of functions for manipulating "
-"JPEG images."
+msgid "The libjpeg-turbo package contains a library of functions for manipulating JPEG images."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(kate:libktexteditor)
-msgid "The libraries shared by kwrite and kate editors."
+#. summary(kactivities4:libkactivities6)
+#, fuzzy
+msgid "Development files and headers for kactivities"
+msgstr "Programowanie"
+
+#. description(kactivities4:libkactivities6)
+msgid "Kactivities provides an API for using and interacting with the Plasma Active Activities Manager."
msgstr ""
-#. description(kscreen)
-#, fuzzy
-msgid "The new KDE screen management software"
-msgstr "Zarządzanie energią (APM)"
+#. summary(libkcddb4)
+msgid "KDE CDDB Library"
+msgstr ""
-#. summary(ptools)
-msgid "The process tools collection"
+#. description(libkcddb4)
+msgid "A library for retrieving and sending cddb information"
msgstr ""
-#. description(pcsc-lite:libpcsclite1)
-msgid ""
-"The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a "
-"very small form factor for communication with smart cards and readers. PCSC "
-"Lite can be compiled directly for a desired reader driver or can be used to "
-"dynamically allocate/deallocate reader drivers at runtime (the default "
-"behavior).\n"
-"\n"
-"PCSC Lite uses the same winscard API as used in Windows(R).\n"
-"\n"
-"Security aware people should read the SECURITY file for possible "
-"vulnerabilities of pcsclite and how to fix them. For information on how to "
-"install drivers please read the DRIVERS file.\n"
-"\n"
-"Memory cards will be supported through the MCT specification, which is an "
-"APDU like manner sent normally through the SCardTransmit() function. This "
-"functionality is exercised in the driver."
+#. summary(libkcompactdisc4)
+msgid "KDE CD Library"
msgstr ""
-#. description(marble:libmarblewidget16)
-msgid "The shared library for the MarbleWidget shared library."
+#. description(libkcompactdisc4)
+msgid "libworkman is a multi-plaform CD-Player library for creating various CD-Player-UIs."
msgstr ""
-#. description(libssh:libssh4)
+#. summary(libkdcraw:libkdcraw23)
+msgid "Shared library interface around dcraw"
+msgstr ""
+
+#. description(libkdcraw:libkdcraw23)
msgid ""
-"The ssh library was designed to be used by programmers needing a working SSH "
-"implementation by the mean of a library. The complete control of the client "
-"is made by the programmer. With libssh, you can remotely execute programs, "
-"transfer files, use a secure and transparent tunnel for your remote "
-"programs. With its Secure FTP implementation, you can play with remote files "
-"easily, without third-party programs others than libcrypto (from openssl).\n"
+"Libkdcraw is a C++ interface around dcraw binary program used to decode RAW picture files. The library documentation is available on header files.\n"
"\n"
-"This package provides libssh from http://www.libssh.org that should not be "
-"confused with libssh2 available from http://www.libssh2.org (libssh2 package)"
+"This library is used by kipi-plugins, digiKam and others kipi host programs."
msgstr ""
-#. description(libucil:libucil2)
-msgid ""
-"The ucil library provides easy to use functions to render text and graphic "
-"overlays onto video images."
+#. summary(libkdecoration2:libkdecorations2-5)
+#. summary(libkdecoration2:libkdecorations2private5)
+#, fuzzy
+msgid "KDE's window decorations library"
+msgstr "Brak dostępnej konfiguracji"
+
+#. description(libkdecoration2:libkdecorations2-5)
+#. description(libkdecoration2:libkdecorations2private5)
+msgid "Plugin based library to create window decorations."
msgstr ""
-#. description(kdebase4:konqueror-plugins)
-msgid "These plugins extend the functionality of Konqueror."
+#. summary(libkdegames)
+#. summary(libkdegames4)
+#. summary(libkmahjongg4)
+#, fuzzy
+msgid "General Data for KDE Games"
+msgstr "Uruchom program"
+
+#. description(libkdegames)
+#. description(libkdegames4)
+#, fuzzy
+msgid "This package contains data which is required by the KDE games library."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(libkdegames4:libkdegames6)
+#. summary(libkdegames:libkf5kdegames6)
+msgid "Library for KDE Games"
msgstr ""
-#. description(kdebase4:plasmoid-folderview)
-msgid ""
-"This applet displays the contents of a folder or kio slave on your desktop "
-"or in your panel"
+#. description(libkdegames4:libkdegames6)
+#. description(libkdegames:libkf5kdegames6)
+msgid "This package contains the KDE games library."
msgstr ""
-#. description(kdebase4:kdepasswd)
-msgid "This application allows you to change your UNIX password."
+#. description(kdepimlibs4:libkdepimlibs4)
+msgid "This package contains the basic libraries for KDE PIM applications."
msgstr ""
-#. description(kwalletmanager)
-msgid "This application allows you to manage your KDE password wallet."
+#. summary(libkexiv2:libkexiv2-11)
+msgid "Library to manipulate picture meta data"
msgstr ""
-#. description(ark)
-msgid "This is a KDE application to work with compressed archives."
+#. description(libkexiv2:libkexiv2-11)
+msgid "Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata."
msgstr ""
-#. description(plasmoid-quickaccess)
-msgid ""
-"This is a small applet designed for the panel to have quick access to the "
-"most used folders."
+#. summary(libkface)
+#. summary(libkface:libkface3)
+msgid "wrapper around LibFace to perform face recognition and detection over pictures"
msgstr ""
-#. description(kcolorchooser)
-msgid "This is an color chooser application for KDE."
+#. description(libkface)
+#. description(libkface:libkface3)
+msgid "Libkface is a Qt/C++ wrapper around LibFace to perform face recognition and detection over pictures"
msgstr ""
-#. description(kdebase4:keditbookmarks)
-msgid "This is an editor to edit your KDE-wide bookmark set."
+#. summary(libkfbapi:libkfbapi1)
+#, fuzzy
+msgid "A library for accessing Facebook services"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(libkfbapi:libkfbapi1)
+#, fuzzy
+msgid "A library for accessing Facebook services."
+msgstr "Aktualizacje czasu dostępu"
+
+#. summary(libkgapi:libkgapi2-2)
+msgid "Akonadi resource to access your Google data"
msgstr ""
-#. description(libzip:libzip2)
-msgid ""
-"This is libzip, a C library for reading, creating, and modifying zip "
-"archives. Files can be added from data buffers, files, or compressed data "
-"copied directly from other zip archives. Changes made without closing the "
-"archive can be reverted. The API is documented by man pages."
+#. description(libkgapi:libkgapi2-2)
+msgid "An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks"
msgstr ""
-#. description(kdelibs4:libksuseinstall1)
-msgid ""
-"This library implements private API to install additional packages for KDE."
+#. summary(libkgeomap)
+#. summary(libkgeomap:libkgeomap2)
+msgid "Wrapper around different world-map components"
msgstr ""
-#. description(libdbusmenu-qt:libdbusmenu-qt2)
+#. description(libkgeomap)
msgid ""
-"This library provides a Qt implementation of the DBusMenu protocol.\n"
-"\n"
-"The DBusMenu protocol makes it possible for applications to export and "
-"import their menus over DBus."
+"Libkgeomap is a wrapper around different world-map components, to browse and arrange photos over a map. Currently supported map engine are:\n"
+"- Marble,\n"
+"- OpenstreetMap (via Marble),\n"
+"- GoogleMap, This library is used by kipi-plugins, digiKam and other kipi host programs"
msgstr ""
-#. description(kgamma)
+#. description(libkgeomap:libkgeomap2)
msgid ""
-"This package contains a KDE system settings module to configure display "
-"gamma."
+"Libkgeomap is a wrapper around different world-map components, to browse and arrange photos over a map Currently supported map engine are:\n"
+"- Marble,\n"
+"- OpenstreetMap (via Marble),\n"
+"- GoogleMap, This library is used by kipi-plugins, digiKam and other kipi host programs"
msgstr ""
-#. description(kdebase4-runtime)
-msgid "This package contains all run-time dependencies of KDE applications."
+#. summary(libkipi:libkipi11)
+msgid "KDE Image Plug-In Interface"
msgstr ""
-#. description(libnepomukwidgets:libnepomukwidgets4)
+#. description(libkipi:libkipi11)
+msgid "This package provides a generic KDE image plug-in interface used by some KDE image applications. Plug-ins for this interface are in the kipi-plugins package."
+msgstr ""
+
+#. description(libkmahjongg4)
#, fuzzy
-msgid "This package contains all the Nepomuk Widgets"
+msgid "This package contains data which is required by KDE games."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(nepomuk-core)
+#. summary(libkmahjongg4:libkmahjongglib4)
#, fuzzy
-msgid "This package contains all the core libraries for nepomuk"
+msgid "Library for Mahjongg tiles"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(libkmahjongg4:libkmahjongglib4)
+#, fuzzy
+msgid "This package contains the library for Mahjongg tiles."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(kio_audiocd)
-msgid "This package contains an KIO slave to access audio CDs."
+#. summary(libkolab:libkolab0)
+msgid "Conversions from/to KDE containers"
msgstr ""
-#. description(kamera:kio_kamera)
-msgid "This package contains an KIO slave to access digital cameras."
+#. description(libkolab:libkolab0)
+msgid "libkolab provides conversions from/to KDE containers, mime message handling and facilities to read and write kolabv2 and kolabv3. The Akonadi-Kolab-Resource as well as the upgradetool are based on this code."
msgstr ""
-#. description(libkmahjongg)
+#. summary(libkolabxml:libkolabxml1)
+msgid "Kolab XML Format Schema Definitions Library"
+msgstr ""
+
+#. description(libkolabxml:libkolabxml1)
+msgid ""
+"Libkolabxml serves as a serialization/de-serialization library for the the Kolab XML Format\n"
+"\n"
+"Features:\n"
+"- Based on official standards:\n"
+"- Todos/Events/Journals are fully xCal compliant\n"
+"- Contacts/Distributionlists are fully xCard compliant\n"
+"- Can model everything which is used in the Kolab XML Format 2.0, Kontact and Roundcube.\n"
+"- Easily extensible\n"
+"- Canonical storage format\n"
+"- Supports Todos/Events/Journals/Contacts/Distribution Lists/Notes/Configurations"
+msgstr ""
+
+#. summary(libkomparediff2:libkomparediff2-5)
#, fuzzy
-msgid "This package contains data which is required by KDE games."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "A library to compare files and strings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(libkdegames)
+#. description(libkomparediff2:libkomparediff2-5)
+msgid "A new library to compare files and strings, used in Kompare and KDevelop"
+msgstr ""
+
+#. description(kdebase4:libkonq5)
+msgid "This package contains the libraries used by file managers as Konqueror."
+msgstr ""
+
+#. summary(libkqoauth:libkqoauth0)
+msgid "C++/Qt OAuth 1.0 RFC 5849 library"
+msgstr ""
+
+#. description(libkqoauth:libkqoauth0)
+msgid ""
+"kQOAuth is a OAuth 1.0 library written for Qt in C++. The goals for the library have been to provide easy integration to existing Qt applications utilizing Qt signals describing the OAuth process, and to provide a convenient approach to OAuth authentication.\n"
+"\n"
+"kQOAuth has support for retrieving the user authorization from the service provider's website. kQOAuth will open the user's web browser to the authorization page, give a local URL as the callback URL and setup a HTTP server on this address to listen for the reply from the service and then process it."
+msgstr ""
+
+#. description(libkscreen2:libkscreen2-plugin)
#, fuzzy
-msgid "This package contains data which is required by the KDE games library."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Plugins for dynamic display management in KDE"
+msgstr "Zarządzanie katalogami"
-#. description(kdebase4-workspace:kdm)
-msgid "This package contains kdm, the login and session manager for KDE."
+#. summary(kdelibs4:libksuseinstall1)
+msgid "On-demand installation of packages"
msgstr ""
-#. description(kde-branding-openSUSE:kdm-branding-openSUSE)
+#. description(kdelibs4:libksuseinstall1)
+msgid "This library implements private API to install additional packages for KDE."
+msgstr ""
+
+#. summary(libksysguard5)
+msgid "Task management and system monitoring library"
+msgstr ""
+
+#. description(libksysguard5)
#, fuzzy
-msgid ""
-"This package contains openSUSE 13.1 branding for kdm, the login and session "
-"manager for KDE."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Task management and system monitoring library."
+msgstr "Zarządzanie katalogami"
-#. description(kdeartwork4:kdeartwork4-screensaver)
-msgid ""
-"This package contains screensavers for KDE which originate from the "
-"kdeartwork module."
+#. summary(libksysguard5:libksysguard5-helper)
+msgid "Task management and system monitoring library -- helper files"
msgstr ""
-#. description(libreoffice:libreoffice-kde4)
+#. description(libksysguard5:libksysguard5-helper)
+msgid "Task management and system monitoring library. This package contains helper files for actions that require elevated privileges."
+msgstr ""
+
+#. summary(libktorrent:libktorrent5)
#, fuzzy
-msgid "This package contains some KDE4 extensions for LibreOffice."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Torrent Downloading Library"
+msgstr "Novell i Linux"
-#. description(kdebase4:kdebase4-nsplugin)
-msgid ""
-"This package contains support for Netscape plug-ins in konqueror. You have "
-"to enable JavaScript for this."
+#. description(libktorrent:libktorrent5)
+msgid "libktorrent is a torrent downloading library."
msgstr ""
-#. description(kdepim4-runtime)
-msgid "This package contains the Akonadi files of the kdepim module."
+#. summary(libkvkontakte:libkvkontakte1)
+msgid "Library for asynchronous interaction with vkontakte.ru social network"
msgstr ""
-#. description(boost:libboost_filesystem1_53_0)
-msgid "This package contains the Boost::Filesystem libraries."
+#. description(libkvkontakte:libkvkontakte1)
+msgid "libkvkontakte is a KDE C++ library for asynchronous interaction with vkontakte.ru social network via its open API."
msgstr ""
-#. description(boost:libboost_program_options1_53_0)
-msgid "This package contains the Boost::ProgramOptions Runtime libraries."
+#. summary(liblastfm:liblastfm1)
+msgid "A Qt C++ Library for the Last.fm Webservices"
msgstr ""
-#. description(flac:libFLAC++6)
-msgid ""
-"This package contains the C++ library for FLAC (Free Lossless Audio Codec) "
-"developed by Josh Coalson."
+#. description(liblastfm:liblastfm1)
+msgid "liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff."
msgstr ""
-#. description(kdebase4-workspace:kde4-kgreeter-plugins)
+#. summary(lmdb:liblmdb-0_9_16)
+msgid "Shared library for Lightning Memory-Mapped Database (LMDB)"
+msgstr ""
+
+#. description(lmdb:liblmdb-0_9_16)
msgid ""
-"This package contains the Greeter Plugins that are needed by KDM and "
-"Screensaver unlocking"
+"LMDB is a Btree-based database management library with an API similar to BerkeleyDB. The library is thread-aware and supports concurrent read/write access from multiple processes and threads. The DB structure is multi-versioned, and data pages use a copy-on-write strategy, which also provides resistance to corruption and eliminates the need for any recovery procedures. The database is exposed in a memory map, requiring no page cache layer of its own.\n"
+"\n"
+"This package contains the shared library."
msgstr ""
-#. description(libkdegames:libkdegames6)
-msgid "This package contains the KDE games library."
+#. summary(loudmouth:libloudmouth-1-0)
+msgid "Jabber Client Library Written in C"
msgstr ""
-#. description(kdepim4:akonadi)
-#, fuzzy
-msgid ""
-"This package contains the KDE resources for Akonadi, the KDE PIM storage "
-"service."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+#. description(loudmouth:libloudmouth-1-0)
+msgid "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It is designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows."
+msgstr ""
-#. description(libyui-qt-pkg:libyui-qt-pkg5)
-#, fuzzy
-msgid "This package contains the Qt package selector component for libYUI."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+#. summary(liblqr:liblqr-1-0)
+msgid "Liquid Rescale seam-carving library"
+msgstr ""
-#. description(libyui-qt:libyui-qt5)
+#. description(liblqr:liblqr-1-0)
+msgid "The Liquid Rescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique."
+msgstr ""
+
+#. summary(libmarblewidget:libmarblewidget22)
#, fuzzy
-msgid "This package contains the Qt user interface component for libYUI."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Generic map viewer: Shared Library"
+msgstr "Środowisko graficzne KDE"
-#. description(kdnssd)
-msgid "This package contains the Zeroconf support for KDE."
+#. description(libmarblewidget:libmarblewidget22)
+msgid "The shared library for the MarbleWidget shared library."
msgstr ""
-#. description(kdepimlibs4:libkdepimlibs4)
-msgid "This package contains the basic libraries for KDE PIM applications."
+#. summary(meanwhile:libmeanwhile1)
+msgid "Lotus Sametime Community Client Library"
msgstr ""
-#. description(kdepimlibs4)
-msgid "This package contains the basic packages for KDE PIM applications."
+#. description(meanwhile:libmeanwhile1)
+msgid "Library to establish instant messaging connections to the Lotus Sametime IM server."
msgstr ""
-#. description(kdebase4-workspace)
-msgid ""
-"This package contains the basic packages for a K Desktop Environment "
-"workspace."
+#. summary(digikam:libmediawiki1)
+msgid "Interface for MediaWiki based web services"
msgstr ""
-#. description(kdelibs4)
+#. description(digikam:libmediawiki1)
msgid ""
-"This package contains the basic packages of the K Desktop Environment. It "
-"contains the necessary libraries for the KDE desktop.\n"
+"libmediawiki is a KDE C++ interface for MediaWiki based web service as wikipedia.org.\n"
"\n"
-"This package is absolutely necessary for using graphical KDE applications."
+"This package contains the shared library."
msgstr ""
-#. description(kdepim4)
-msgid "This package contains the core files of the kdepim module."
+#. summary(libmpcdec:libmpcdec5)
+msgid "Musepack Audio Decoder"
msgstr ""
-#. description(kdelibs4:libkdecore4)
+#. description(libmpcdec:libmpcdec5)
msgid ""
-"This package contains the core libraries of the K Desktop Environment.\n"
+"Musepack is an audio compression format with a strong emphasis on high quality. It is not lossless, but it is designed for transparency, so that you cannot hear differences between the original WAV file and the much smaller MPC file.\n"
"\n"
-"This package is absolutely necessary for using KDE applications."
+"It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.\n"
+"\n"
+"Musepack is not particularly optimized for low bit rates. The encoder was designed to be transparent at the --standard setting, thus little low bit rate tuning has gone into the codec, unlike that of AAC, Vorbis, WMA, and others that focus more on this region."
msgstr ""
-#. description(akonadi-runtime)
+#. summary(libmygpo-qt:libmygpo-qt1)
+msgid "Qt Library that wraps the gpodder.net Web API"
+msgstr ""
+
+#. description(libmygpo-qt:libmygpo-qt1)
msgid ""
-"This package contains the data files of Akonadi, the KDE PIM storage service."
+"libmygpo-qt is a Qt Library that wraps the gpodder.net Web API (http://wiki.gpodder.org/wiki/Web_Services/API_2)\n"
+"\n"
+"v1.0 wraps nearly every Request from the gpodder.net API except:\n"
+"- Simple API Calls Downloading subscription Lists & Uploading subscription Lists\n"
+"- Retrieving Subscription Changes (you should use \"Retrieving Updates for a given Device\" instead)"
msgstr ""
-#. description(libkdegames:kdegames4-carddecks-default)
+#. summary(mariadb:libmysqlclient18)
#, fuzzy
-msgid "This package contains the default card deck set for KDE games."
+msgid "Shared Libraries for MariaDB"
+msgstr "Programowanie"
+
+#. description(mariadb:libmysqlclient18)
+#, fuzzy
+msgid "This package contains the shared libraries (.so) which certain languages and applications need to dynamically load and use MariaDB."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(kdebase4:dolphin)
-msgid "This package contains the default file manager of KDE 4."
-msgstr ""
+#. summary(mariadb:libmysqld18)
+#, fuzzy
+msgid "MariaDB embedded server development files"
+msgstr "Interfejs jądra"
#. description(mariadb:libmysqld18)
#, fuzzy
-msgid ""
-"This package contains the development header files and libraries for "
-"developing applications that embed the MariaDB."
+msgid "This package contains the development header files and libraries for developing applications that embed the MariaDB."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(kdebase4:kdebase4-libkonq)
-msgid "This package contains the files used by file managers as Konqueror."
+#. summary(opencv:libopencv2_4)
+msgid "Development files for using the OpenCV library"
msgstr ""
-#. description(kdebase4-workspace:kdebase4-workspace-ksysguardd)
+#. description(opencv:libopencv2_4)
+msgid "The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL and utilizes Intel Integrated Performance Primitives for better performance."
+msgstr ""
+
+#. summary(libotr:libotr5)
+msgid "\"Off The Record\" messaging library toolkit"
+msgstr ""
+
+#. description(libotr:libotr5)
+msgid "Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging by providing: Encryption No one else can read your instant messages. Authentication You are assured the correspondent is who you think it is. Deniability The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified. Perfect forward secrecy If you lose control of your private keys, no previous conversation is compromised."
+msgstr ""
+
+#. summary(pcsc-lite:libpcsclite1)
+msgid "PCSC Smart Card Library"
+msgstr ""
+
+#. description(pcsc-lite:libpcsclite1)
+#. description(pcsc-lite)
msgid ""
-"This package contains the ksysguard daemon and application.\n"
+"The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a very small form factor for communication with smart cards and readers. PCSC Lite can be compiled directly for a desired reader driver or can be used to dynamically allocate/deallocate reader drivers at runtime (the default behavior).\n"
"\n"
-"This package can be installed on servers without any other KDE packages to "
-"enable monitoring them remotely with ksysguard."
+"PCSC Lite uses the same winscard API as used in Windows(R).\n"
+"\n"
+"Security aware people should read the SECURITY file for possible vulnerabilities of pcsclite and how to fix them. For information on how to install drivers please read the DRIVERS file.\n"
+"\n"
+"Memory cards will be supported through the MCT specification, which is an APDU like manner sent normally through the SCardTransmit() function. This functionality is exercised in the driver."
msgstr ""
-#. description(kdepimlibs4:libakonadi4)
-msgid ""
-"This package contains the libraries of Akonadi, the KDE PIM storage service."
+#. summary(libpgf:libpgf6)
+msgid "Progressive Graphics File Library"
msgstr ""
-#. description(kdebase4-workspace:kdebase4-workspace-liboxygenstyle)
+#. description(libpgf:libpgf6)
+msgid "libpgf is a library for working with PGF (Progresive Graphics File) images."
+msgstr ""
+
+#. summary(phonon:libphonon4)
+#. summary(phonon4qt5:libphonon4qt5)
+#. summary(phonon-backend-gstreamer)
+#. summary(phonon4qt5-backend-gstreamer)
+msgid "Phonon Multimedia Platform Abstraction"
+msgstr ""
+
+#. description(phonon:libphonon4)
+#. description(phonon4qt5:libphonon4qt5)
+#. description(phonon4qt5-backend-gstreamer)
+msgid "Phonon is a cross-platform portable Multimedia Support Abstraction, which allows you to play multiple audio or video formats with the same quality on all platforms, no matter which underlying architecture is used."
+msgstr ""
+
+#. summary(polkit-qt-1:libpolkit-qt-1-1)
+#. summary(polkit-qt5-1:libpolkit-qt5-1-1)
+msgid "PolicyKit Library Qt Bindings"
+msgstr ""
+
+#. description(polkit-qt-1:libpolkit-qt-1-1)
+#. description(polkit-qt5-1:libpolkit-qt5-1-1)
+msgid "Polkit-qt aims to make it easy for Qt developers to take advantage of PolicyKit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with PolicyKit."
+msgstr ""
+
+#. summary(poppler-qt:libpoppler-qt4-4)
+msgid "PDF Rendering Library - Qt4 Wrapper"
+msgstr ""
+
+#. summary(poppler-qt5:libpoppler-qt5-1)
#, fuzzy
-msgid "This package contains the libraries of the oxygen style."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "PDF Rendering Library - Qt5 Wrapper"
+msgstr "Programowanie GNOME"
-#. description(kdebase4:libkonq5)
-msgid "This package contains the libraries used by file managers as Konqueror."
+#. summary(libprison:libprison0)
+msgid "Qt api to produce QRCode and DataMatrix barcodes"
msgstr ""
-#. description(libkmahjongg:libkmahjongglib4)
+#. description(libprison:libprison0)
+msgid "Prison is a barcode api currently offering a nice Qt api to produce QRCode barcodes and DataMatrix barcodes, and can easily be made support more."
+msgstr ""
+
+#. summary(libproxy-plugins:libproxy1-config-kde4)
+msgid "Libproxy module for KDE configuration"
+msgstr ""
+
+#. description(libproxy-plugins:libproxy1-config-kde4)
+msgid "A module to extend libproxy with capabilities to query KDE4 about proxy settings."
+msgstr ""
+
+#. summary(qalculate:libqalculate5)
#, fuzzy
-msgid "This package contains the library for Mahjongg tiles."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Powerful Calulator Library"
+msgstr "Novell i Linux"
-#. description(yast2-control-center:yast2-control-center-qt)
+#. description(qalculate:libqalculate5)
+msgid "Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a graphical interface that uses a one-line fault-tolerant expression entry (although it supports optional traditional buttons). This is the shared library package."
+msgstr ""
+
+#. summary(libqca-qt5)
+#. summary(libqca2)
+msgid "Qt Cryptographic Architecture 2"
+msgstr ""
+
+#. description(libqca-qt5)
+#. description(libqca-qt5:libqca-qt5-plugins)
+#. description(libqca2)
msgid ""
-"This package contains the menu selection component for YaST2 using the Qt "
-"toolkit."
+"This package provides a generic Qt cryptographic architecture, including a library and a plug-in for using all supported capabilities of openssl, like SSL/TLS, X509, RSA, SHA1, MD5, Blowfish, 3DES, and AES.\n"
+"\n"
+"It can be extended by further plug-ins, for example, with qca-sasl for SASL support."
msgstr ""
-#. description(oxygen-icon-theme)
-msgid "This package contains the non-scalable icons of the Oxygen icon theme."
+#. summary(libqca-qt5:libqca-qt5-plugins)
+msgid "Qt Cryptographic Architecture 2 - pkcs11 support"
msgstr ""
-#. description(mariadb:libmysqlclient18)
+#. summary(libqimageblitz4)
+msgid "Graphical effect and filter library for KDE"
+msgstr ""
+
+#. description(libqimageblitz4)
+msgid "libqimageblitz4 is a graphical effect and filter library for KDE4 that contains many improvements over KDE 3.x's kdefx library including bugfixes, memory and speed improvements, and MMX/SSE support."
+msgstr ""
+
+#. summary(libqjson:libqjson0)
+msgid "QJson is a qt-based library that maps JSON data to QVariant objects"
+msgstr ""
+
+#. description(libqjson:libqjson0)
+msgid "JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integer, real number, string, an ordered sequence of value, and a collection of name/value pairs. QJson is a qt-based library that maps JSON data to QVariant objects. JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap."
+msgstr ""
+
+#. summary(qoauth:libqoauth1)
+msgid "An attempt to support interaction with OAuth-powered network services"
+msgstr ""
+
+#. description(qoauth:libqoauth1)
+msgid "QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way, i.e. simply, clearly and efficiently."
+msgstr ""
+
+#. summary(libqt4)
+#. summary(libqt4:libqt4-qt3support)
+msgid "C++ Program Library, Core Components"
+msgstr ""
+
+#. summary(libqt4:libqt4-sql)
+msgid "Qt 4 SQL related libraries"
+msgstr ""
+
+#. description(libqt4:libqt4-sql)
+msgid "Qt 4 libraries which are used for connection with an SQL server. You will need also a plugin package for a supported SQL server."
+msgstr ""
+
+#. summary(libqt4-sql-plugins:libqt4-sql-mysql)
+msgid "Qt 4 MySQL support"
+msgstr ""
+
+#. description(libqt4-sql-plugins:libqt4-sql-mysql)
+msgid "A plugin to support MySQL server in Qt applications."
+msgstr ""
+
+#. summary(libqt4:libqt4-sql-sqlite)
+msgid "Qt 4 sqlite plugin"
+msgstr ""
+
+#. description(libqt4:libqt4-sql-sqlite)
+msgid "Qt 4 sqlite plugin to be able to use database functionality with Qt applications without the need to setup a SQL server."
+msgstr ""
+
+#. summary(libqt4:libqt4-x11)
+msgid "Qt 4 GUI related libraries"
+msgstr ""
+
+#. description(libqt4:libqt4-x11)
+msgid "Qt 4 libraries which are used for drawing widgets and OpenGL items."
+msgstr ""
+
+#. summary(libqt5-qttools:libqt5-linguist)
+msgid "Qt 5 Linguist Tools"
+msgstr ""
+
+#. description(libqt5-qttools:libqt5-linguist)
+msgid "The Qt 5 Linguist Tools."
+msgstr ""
+
+#. summary(libqt5-qtgraphicaleffects)
#, fuzzy
+msgid "Qt 5 Graphical Effects"
+msgstr "Podstawowy system graficzny"
+
+#. summary(libqt5-qtquickcontrols)
+msgid "Qt 5 Quick Controls Addon"
+msgstr ""
+
+#. description(libqt5-qtquickcontrols)
+msgid "The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick."
+msgstr ""
+
+#. summary(libqt5-qttools)
+msgid "Qt 5 QtTools Module"
+msgstr ""
+
+#. summary(libraw1394:libraw1394-11)
+msgid "A Firewire Interface"
+msgstr ""
+
+#. description(libraw1394:libraw1394-11)
+msgid "A library for the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 (Firewire) bus."
+msgstr ""
+
+#. summary(signon:libsignon-qt5-1)
+msgid "Single Sign On Framework for Qt"
+msgstr ""
+
+#. description(signon:libsignon-qt5-1)
+msgid "Framework that provides credential storage and authentication service."
+msgstr ""
+
+#. summary(soprano:libsoprano4)
+msgid "C++/Qt based interface library for RDF"
+msgstr ""
+
+#. description(soprano:libsoprano4)
+msgid "Soprano is an open and pluggable RDF resource framework which is build on top of QT4. It provides RDF storage, RDF parsing, serialization, inference, and full text indexing in a nice C++ API. The main target of Soprano are desktop applications as it is being developed as a subroject of Nepomuk, the semantic desktop initiative."
+msgstr ""
+
+#. summary(sox:libsox3)
+msgid "Sound Conversion Library"
+msgstr ""
+
+#. description(sox:libsox3)
+#. description(sox)
+msgid "SOX is intended to be the Swiss Army knife of sound processing tools. It does many things, it just does not do them all well. Sooner or later it will come in very handy. SOX is really only usable day-to-day if you hide the wacky options with one-line shell scripts."
+msgstr ""
+
+#. summary(libssh:libssh4)
+msgid "SSH library"
+msgstr ""
+
+#. description(libssh:libssh4)
msgid ""
-"This package contains the shared libraries (.so) which certain languages and "
-"applications need to dynamically load and use MariaDB."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+"The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).\n"
+"\n"
+"This package provides libssh from http://www.libssh.org that should not be confused with libssh2 available from http://www.libssh2.org (libssh2 package)"
+msgstr ""
-#. description(mariadb:mariadb-client)
+#. summary(strigi:libstreamanalyzer0)
#, fuzzy
-msgid "This package contains the standard clients for MariaDB."
+msgid "Strigi desktop stream analyzer library"
+msgstr "Zarządzanie katalogami"
+
+#. description(strigi:libstreamanalyzer0)
+#, fuzzy
+msgid "This package contains the strigi desktop stream analyzer engine library."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(kdebase4-openSUSE)
-msgid "This package contains the standard openSUSE desktop and extensions."
+#. summary(ffmpeg:libswresample1)
+msgid "FFmpeg software resampling library"
msgstr ""
-#. description(kdebase4-session)
-msgid ""
-"This package contains the startup scripts necessary to start a KDE session "
-"from kdm."
+#. description(ffmpeg:libswresample1)
+msgid "The libswresample library performs audio conversion between different sample rates, channel layout and channel formats."
msgstr ""
-#. description(strigi:libstrigi0)
+#. summary(taglib-extras:libtag-extras1)
+msgid "Extra plugins for TagLib"
+msgstr ""
+
+#. description(taglib-extras:libtag-extras1)
+msgid "Unofficial TagLib file type plugins maintained by the Amarok project"
+msgstr ""
+
+#. summary(telepathy-qt4:libtelepathy-qt4-2)
#, fuzzy
-msgid "This package contains the strigi desktop search engine libraries."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Library for performing syntax highlighting in Qt documents"
+msgstr "Aktualizacje czasu dostępu"
-#. description(bundle-lang-kde:bundle-lang-kde-en)
-msgid ""
-"This package groups translations for a dozen of KDE programs into languages, "
-"not split out into extra packages.\n"
-"* amarok\n"
-"* digikam\n"
-"* digikam-doc\n"
-"* gwenview\n"
-"* k3b\n"
-"* kaffeine\n"
-"* kdebase3-SuSE\n"
-"* kdetv\n"
-"* kerry\n"
-"* kipi-plugins\n"
-"* konversation\n"
-"* ktorrent\n"
-"* libkipi"
+#. description(telepathy-qt4:libtelepathy-qt4-2)
+msgid "Telepathy-Qt4 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 4."
msgstr ""
-#. description(kde4-filesystem)
-msgid "This package installs the KDE directory structure."
+#. summary(tidy:libtidy-0_99-0)
+msgid "Library to Clean Up and Pretty-print HTML, XHTML or XML Markup"
msgstr ""
-#. description(libreoffice-icon-themes:libreoffice-icon-theme-oxygen)
+#. description(tidy:libtidy-0_99-0)
msgid ""
-"This package provides Oxygen LibreOffice icon theme. It is used in KDE4 by "
-"default."
+"TidyLib is a library for cleaning up and pretty printing HTML, XHTML and XML markup in a variety of file encodings. For HTML variants, it can detect and report proprietary elements as well as many common coding errors, correct them and produce visually equivalent markup which is both compliant with W3C standards and works on most browsers. Furthermore, it can convert plain HTML into XHTML. For generic XML files, Tidy is limited to correcting basic well-formedness errors and pretty printing.\n"
+"\n"
+"There is a commandline frontend for this library, contained in the package \"tidy\"."
msgstr ""
-#. description(soprano:soprano-backend-redland)
+#. summary(vcdimager:libvcdinfo0)
+#. summary(vcdimager)
+msgid "Video CD (VCD) authoring software"
+msgstr ""
+
+#. description(vcdimager:libvcdinfo0)
+msgid "GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs. This is the core library"
+msgstr ""
+
+#. summary(vigra:libvigraimpex5)
#, fuzzy
-msgid "This package provides a Redland based backend for Soprano."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Computer vision Library"
+msgstr "Moduł wykrywania urządzeń SUSE"
-#. description(soprano-backend-virtuoso)
+#. description(vigra:libvigraimpex5)
+msgid "VIGRA stands for \"Vision with Generic Algorithms\". It is a novel computer vision library that puts its main emphasis on customizable algorithms and data structures. By using template techniques similar to those in the C++ Standard Template Library, you can easily adapt any VIGRA component to the needs of your application, without giving up execution speed."
+msgstr ""
+
+#. summary(LibVNCServer:libvncclient0)
+msgid "Library implementing a VNC client"
+msgstr ""
+
+#. description(LibVNCServer:libvncclient0)
+#. description(LibVNCServer:libvncserver0)
+msgid "LibVNCServer/LibVNCClient are cross-platform C libraries that allow implementing VNC server or client functionality in your program."
+msgstr ""
+
+#. summary(LibVNCServer:libvncserver0)
+msgid "Library implementing a VNC server"
+msgstr ""
+
+#. summary(xapian-core:libxapian22)
+msgid "Xapian search engine libraries"
+msgstr ""
+
+#. description(xapian-core:libxapian22)
+msgid "Xapian is an Open Source Probabilistic Information Retrieval framework. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications. This package provides the libraries for applications using Xapian functionality"
+msgstr ""
+
+#. summary(libxcb:libxcb-composite0)
#, fuzzy
-msgid "This package provides a Virtuoso based backend for Soprano."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "X11 Composite Extension C library"
+msgstr "Pakiety dla programistów KDE"
-#. description(libkipi:libkipi11)
+#. description(libxcb:libxcb-composite0)
msgid ""
-"This package provides a generic KDE image plug-in interface used by some KDE "
-"image applications. Plug-ins for this interface are in the kipi-plugins "
-"package."
+"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"
+"The Composite extension causes a entire sub-tree of the window hierarchy to be rendered to an off-screen buffer. Applications can then take the contents of that buffer and do whatever they like. The off-screen buffer can be automatically merged into the parent window or merged by external programs, called compositing managers."
msgstr ""
-#. description(libqca2)
+#. summary(xcb-util-cursor:libxcb-cursor0)
+msgid "XCB cursor library (libxcursor port)"
+msgstr ""
+
+#. description(xcb-util-cursor:libxcb-cursor0)
msgid ""
-"This package provides a generic Qt cryptographic architecture, including a "
-"library and a plug-in for using all supported capabilities of openssl, like "
-"SSL/TLS, X509, RSA, SHA1, MD5, Blowfish, 3DES, and AES.\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"
-"It can be extended by further plug-ins, for example, with qca-sasl for SASL "
-"support."
+"Included in this package is:\n"
+"\n"
+"- cursor: port of libxcursor"
msgstr ""
-#. description(Mesa:libwayland-egl1)
+#. summary(libxcb:libxcb-damage0)
+#, fuzzy
+msgid "X11 Damage Extension C library"
+msgstr "Pakiety dla programistów KDE"
+
+#. description(libxcb:libxcb-damage0)
msgid ""
-"This package provides additional functions for egl-using programs that run "
-"within the wayland framework. This allows for applications that need not run "
-"full-screen and cooperate with a compositor."
+"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"
+"The X Damage Extension allows applications to track modified regions of drawables."
msgstr ""
-#. description(update-desktop-files)
+#. summary(libxcb:libxcb-dpms0)
+msgid "X11 DPMS Extension C library"
+msgstr ""
+
+#. summary(libxcb:libxcb-record0)
+msgid "X11 RECORD Extension C library"
+msgstr ""
+
+#. description(libxcb:libxcb-record0)
msgid ""
-"This package provides further translations and a shell script to update "
-"desktop files. It is used by the %suse_update_desktop_file rpm macro."
+"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"
+"The RECORD extension supports the recording and reporting of all core X protocol and arbitrary X extension protocol."
msgstr ""
-#. description(freerdp:libfreerdp-1_0-plugins)
+#. summary(libzip:libzip4)
+msgid "C library for reading, creating, and modifying zip archives"
+msgstr ""
+
+#. description(libzip:libzip4)
+msgid "This is libzip, a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages."
+msgstr ""
+
+#. summary(mariadb)
#, fuzzy
-msgid "This package provides plugins for libfreerdp-1_0."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Server part of MariaDB"
+msgstr "Programowanie"
-#. description(gpsd:libgps20)
+#. description(mariadb)
+msgid ""
+"MariaDB is a backward compatible, drop-in replacement branch of the MySQL Database Server. It includes all major open source storage engines, including the Maria storage engine.\n"
+"\n"
+"This package only contains the server-side programs."
+msgstr ""
+
+#. summary(mariadb:mariadb-client)
#, fuzzy
-msgid ""
-"This package provides the shared library for gpsd and other GPS aware "
-"applications."
+msgid "Client for MariaDB"
+msgstr "Programowanie"
+
+#. description(mariadb:mariadb-client)
+#, fuzzy
+msgid "This package contains the standard clients for MariaDB."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+#. summary(mariadb:mariadb-errormessages)
+#, fuzzy
+msgid "MySQL Community Server development header files and libraries"
+msgstr "Pakiety dla programistów KDE"
+
#. description(mariadb:mariadb-errormessages)
-msgid ""
-"This package provides the translated error messages for the standalone "
-"server daemon as well as the embedded server"
+msgid "This package provides the translated error messages for the standalone server daemon as well as the embedded server"
msgstr ""
-#. description(kdebase4-workspace:kdebase4-workspace-plasma-calendar)
+#. summary(milou5)
+msgid "Dedicated search application built on top of Baloo"
+msgstr ""
+
+#. description(milou5)
+msgid "A dedicated search application built on top of Baloo"
+msgstr ""
+
+#. summary(mobipocket)
#, fuzzy
-msgid ""
-"This packages contains the calendar Plasma engine and applet, which are "
-"based on Akonadi."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "E-book plugin and library"
+msgstr "Programowanie GNOME"
-#. description(kde4-print-manager)
+#. description(mobipocket)
+msgid "Mobipocket E-book support for Okular."
+msgstr ""
+
+#. summary(moodbar)
+msgid "Analysis program for creating a colorful visual representation of an audio file"
+msgstr ""
+
+#. description(moodbar)
msgid ""
-"This project aims to be a full replacement for the current printing "
-"management of KDE.\n"
+"The Moodbar is an algorithm for creating a colorful visual representation of the contents of an audio file, giving an idea of its \"mood\" (this is a rather fanciful term for the simple analysis it actually does). The Moodbar was invented by Gavin Wood and Simon O'Keefe for inclusion in the Amarok music player.\n"
"\n"
-"* It should be small and fast\n"
-"* Simple and functional\n"
-"* Very well integrated\n"
+"This package contains a GStreamer plugin with elements that are used in the moodbar analysis, and an application that actually does the analysis.\n"
"\n"
-"Author(s): Dantti"
+"The package also contains a shell-script (create-moodbar.sh), which will generate the mood files for all music-files (mp3|ogg|flac|wma) in the directory (including sub-directories) where it is being executed"
msgstr ""
-#. description(appmenu-qt)
-msgid "This projects adds support for application menu to Qt."
+#. summary(mozilla-kde4-integration)
+msgid "Mozilla KDE Integration"
msgstr ""
-#. summary(enblend-enfuse)
-msgid "Tool for Composing Images"
+#. description(mozilla-kde4-integration)
+msgid "Package providing integration of Mozilla applications with KDE."
msgstr ""
-#. description(kompare)
-msgid "Tool to visualize changes between two versions of a file."
-msgstr ""
+#. summary(oxygen5:oxygen5-sounds)
+#, fuzzy
+msgid "The KDE Workspace Sounds"
+msgstr "Programowanie KDE"
-#. summary(libktorrent:libktorrent5)
+#. description(oxygen5:oxygen5-sounds)
#, fuzzy
-msgid "Torrent Downloading Library"
-msgstr "Novell i Linux"
+msgid "This package contains the default sound set for a K Desktop Environment workspace."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(bundle-lang-kde:bundle-lang-kde-en)
-msgid "Translations for a group of KDE applications"
+#. summary(patterns-openSUSE:patterns-openSUSE-kde)
+#, fuzzy
+msgid "KDE Desktop Environment"
+msgstr "Programowanie KDE"
+
+#. description(patterns-openSUSE:patterns-openSUSE-kde)
+msgid "KDE is a powerful free software graphical desktop environment for Linux workstations. It combines ease of use, contemporary functionality, and outstanding graphical design with the technology of the Linux operating system."
msgstr ""
-#. description(libunicap:libunicap2)
-msgid ""
-"Unicap provides a uniform interface to video capture devices. It allows "
-"applications to use any supported video capture device via a single API. The "
-"included ucil library provides easy to use functions to render text and "
-"graphic overlays onto video images."
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_games)
+msgid "KDE Games"
msgstr ""
-#. description(taglib-extras:libtag-extras1)
-msgid "Unofficial TagLib file type plugins maintained by the Amarok project"
+#. description(patterns-openSUSE:patterns-openSUSE-kde_games)
+#, fuzzy
+msgid "KDE Applications - Games"
+msgstr "Przeglądarka aplikacji"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_imaging)
+msgid "KDE Graphics"
msgstr ""
-#. summary(xmessage)
-msgid "Utility to display a message or query in a window"
+#. description(patterns-openSUSE:patterns-openSUSE-kde_imaging)
+msgid "KDE Applicatons - Handling of digital photos and graphics"
msgstr ""
-#. description(vigra:libvigraimpex4)
-msgid ""
-"VIGRA stands for \"Vision with Generic Algorithms\". It is a novel computer "
-"vision library that puts its main emphasis on customizable algorithms and "
-"data structures. By using template techniques similar to those in the C++ "
-"Standard Template Library, you can easily adapt any VIGRA component to the "
-"needs of your application, without giving up execution speed."
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_internet)
+msgid "KDE Internet"
msgstr ""
-#. description(krfb)
-msgid "VNC-compatible server to share KDE desktops."
+#. description(patterns-openSUSE:patterns-openSUSE-kde_internet)
+#, fuzzy
+msgid "KDE Internet Applications"
+msgstr "Wybór aplikacji przełączającej"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_multimedia)
+msgid "KDE Multimedia"
msgstr ""
-#. summary(vcdimager:libvcdinfo0)
-msgid "Video CD (VCD) authoring software"
+#. description(patterns-openSUSE:patterns-openSUSE-kde_multimedia)
+#, fuzzy
+msgid "KDE Applications - Multimedia"
+msgstr "Przeglądarka aplikacji"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_office)
+#. description(patterns-openSUSE:patterns-openSUSE-kde_office)
+msgid "KDE Office"
msgstr ""
-#. summary(virtuoso:virtuoso-drivers)
-msgid "Virtuoso ODBC Driver"
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_plasma)
+msgid "Plasma 5 Desktop"
msgstr ""
-#. summary(soprano-backend-virtuoso)
-msgid "Virtuoso backend for Soprano"
+#. description(patterns-openSUSE:patterns-openSUSE-kde_plasma)
+#, fuzzy
+msgid "Base packages for the Plasma5 desktop environment."
+msgstr "Środowisko graficzne KDE"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_utilities)
+#, fuzzy
+msgid "KDE Utilities"
+msgstr "Montowanie NFS"
+
+#. description(patterns-openSUSE:patterns-openSUSE-kde_utilities)
+#, fuzzy
+msgid "KDE Applications - Utilities"
+msgstr "Przeglądarka aplikacji"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-kde_yast)
+#, fuzzy
+msgid "YaST KDE User Interfaces"
+msgstr "&Zmiana konfiguracji"
+
+#. description(patterns-openSUSE:patterns-openSUSE-kde_yast)
+#, fuzzy
+msgid "Graphical YaST user interfaces for the KDE desktop."
+msgstr "Minimalna instalacja graficzna"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-rest_cd_kde)
+#, fuzzy
+msgid "Remaining Software"
+msgstr "Instalowanie oprogramowania"
+
+#. description(patterns-openSUSE:patterns-openSUSE-rest_cd_kde)
+msgid "Packages that are on CD but not in other patterns."
msgstr ""
-#. description(virtuoso:virtuoso-drivers)
+#. summary(patterns-openSUSE:patterns-openSUSE-sw_management_kde)
+msgid "Package Management - Graphical Tools for KDE"
+msgstr ""
+
+#. description(patterns-openSUSE:patterns-openSUSE-sw_management_kde)
+#, fuzzy
+msgid "Package Management - Graphical Tools"
+msgstr "Zarządzanie katalogami"
+
+#. summary(pcsc-lite)
+#, fuzzy
+msgid "PCSC Smart Cards Library"
+msgstr "Zarządzanie katalogami"
+
+#. description(phonon-backend-gstreamer)
msgid ""
-"Virtuoso is an innovative Universal Server platform that delivers an "
-"enterprise level Data Integration and Management solution for SQL, RDF, XML, "
-"Web Services, and Business Processes.\n"
+"Phonon is a cross-platform portable Multimedia Support Abstraction, which allows you to play multiple audio or video formats with the same quality on all platforms, no matter which underlying architecture is used.\n"
"\n"
-"It is used by the Virtuoso backend for Soprano in KDE."
+"This is the GStreamer backend for Phonon."
msgstr ""
-#. summary(virtuoso:virtuoso-server)
-msgid "Virtuoso server"
+#. summary(plasma-framework)
+#. description(plasma-framework)
+msgid "Plasma library and runtime components based upon KF5 and Qt5"
msgstr ""
-#. summary(htdig)
-msgid "WWW Index and Search System"
+#. summary(plasma-framework:plasma-framework-components)
+#, fuzzy
+msgid "Plasma QML components"
+msgstr "&Zmiana konfiguracji"
+
+#. description(plasma-framework:plasma-framework-components)
+msgid "Plasma QML and runtime components based upon KF5 and Qt5"
msgstr ""
-#. summary(kwalletmanager)
+#. summary(plasma-framework:plasma-framework-private)
+msgid "Plasma private library and runtime components"
+msgstr ""
+
+#. description(plasma-framework:plasma-framework-private)
+msgid "Plasma private library and runtime components based upon KF5 and Qt5"
+msgstr ""
+
+#. summary(plasma-nm5)
+msgid "Plasma applet written in QML for managing network connections"
+msgstr ""
+
+#. description(plasma-nm5)
+msgid "Plasma applet for controlling network connections on systems that use the NetworkManager service."
+msgstr ""
+
+#. summary(plasma-nm5:plasma-nm5-openvpn)
#, fuzzy
-msgid "Wallet Management Tool"
-msgstr "Zarządzanie katalogami"
+msgid "OpenVPN support for plasma-nm5"
+msgstr "Brak obsługi bigcrypt"
-#. description(libQtWebKit4)
-msgid ""
-"WebKit is an open source web browser engine. WebKit's HTML and JavaScript "
-"code began as a branch of the KHTML and KJS libraries from KDE. As part of "
-"KDE framework KHTML was based on Qt but during their porting efforts Apple's "
-"engineers made WebKit toolkit independent. QtWebKit is a project aiming at "
-"porting this fabulous engine back to Qt."
+#. description(plasma-nm5:plasma-nm5-openvpn)
+msgid "OpenVPN VPN plugin for plasma-nm components."
msgstr ""
-#. summary(digikam:libkgeomap1)
+#. summary(plasma-nm5:plasma-nm5-pptp)
#, fuzzy
-msgid "World-Map Library interface for KDE"
-msgstr "Minimalna instalacja graficzna"
+msgid "PPTP support for plasma-nm5"
+msgstr "Brak obsługi bigcrypt"
-#. summary(digikam:libkface2)
-msgid ""
-"Wrapper around LibFace to perform face recognition and detection over "
-"pictures"
+#. description(plasma-nm5:plasma-nm5-pptp)
+msgid "pptp plugin for plasma-nm components."
msgstr ""
-#. summary(libxcb:libxcb-composite0)
+#. summary(plasma-nm5:plasma-nm5-vpnc)
#, fuzzy
-msgid "X11 Composite Extension C library"
-msgstr "Pakiety dla programistów KDE"
+msgid "Vpnc support for plasma-nm5"
+msgstr "Brak obsługi bigcrypt"
-#. summary(libxcb:libxcb-damage0)
+#. description(plasma-nm5:plasma-nm5-vpnc)
+msgid "Vpnc plugin for plasma-nm components."
+msgstr ""
+
+#. summary(plasma5-addons)
#, fuzzy
-msgid "X11 Damage Extension C library"
-msgstr "Pakiety dla programistów KDE"
+msgid "Additional Plasma5 Widgets"
+msgstr "Układy dodatkowe"
-#. summary(libxcb:libxcb-randr0)
+#. description(plasma5-addons)
#, fuzzy
-msgid "X11 RandR Extension C library"
-msgstr "Pakiety dla programistów KDE"
+msgid "Additional plasmoids from upstream for use on the Plasma workspace."
+msgstr "Układy dodatkowe"
-#. summary(libxcb:libxcb-shape0)
+#. summary(plasma5-addons:plasma5-addons-kimpanel)
+msgid "A generic input method panel for Oriental languages"
+msgstr ""
+
+#. description(plasma5-addons:plasma5-addons-kimpanel)
+msgid "kimpanel is a panel Plasmoid for various input methods with concurrent Plasma theme"
+msgstr ""
+
+#. summary(plasma5-desktop)
+#. summary(plasma5-workspace)
+#. summary(plasma5-workspace:plasma5-workspace-libs)
#, fuzzy
-msgid "X11 Shape Extension C library"
-msgstr "Novell i Linux"
+msgid "The KDE Plasma Workspace Components"
+msgstr "Programowanie KDE"
-#. summary(libxcb:libxcb-sync0)
-msgid "X11 Sync Extension C library"
+#. description(plasma5-desktop)
+#. description(plasma5-workspace)
+#, fuzzy
+msgid "This package contains the basic packages for a Plasma workspace."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(plasma5-openSUSE:plasma5-desktop-branding-openSUSE)
+msgid "openSUSE KDE Extension"
msgstr ""
-#. summary(libxcb:libxcb-xtest0)
-msgid "X11 XTEST Extension C library"
+#. description(plasma5-openSUSE:plasma5-desktop-branding-openSUSE)
+msgid "This package contains the standard openSUSE desktop and extensions."
msgstr ""
-#. summary(xcb-util-keysyms:libxcb-keysyms1)
-msgid "XCB utility module for X keycode constants and conversions"
+#. summary(plasma5-pa)
+#, fuzzy
+msgid "The new Plasma5 Volume Manager"
+msgstr "Główne menu GNOME"
+
+#. description(plasma5-pa)
+msgid "A new Volume manager plasmoid to replace kmix"
msgstr ""
-#. summary(xcb-util-image:libxcb-image0)
-msgid "XCB utility module for XImage/XShmImage-like functions"
+#. summary(plasma5-pk-updates)
+#, fuzzy
+msgid "Plasma Software Manager for KDE"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
+
+#. description(plasma5-pk-updates)
+msgid "Plasma applet for software updates using PackageKit."
msgstr ""
-#. description(xerces-c:libxerces-c-3_1)
-msgid ""
-"Xerces-C is a validating XML parser written in a portable subset of C++. "
-"Xerces-C makes it easy to give your application the ability to read and "
-"write XML data. A shared library is provided for parsing, generating, "
-"manipulating, and validating XML documents. Xerces-C is faithful to the XML "
-"1.0 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX "
-"2.0, Namespaces).\n"
-"\n"
-"This package contains just the shared libraries."
+#. description(plasma5-workspace:plasma5-workspace-libs)
+msgid "This package contains the basic packages for a K Desktop Environment workspace."
msgstr ""
-#. summary(yast2-control-center:yast2-control-center-qt)
-msgid "YaST2 - Control Center (Qt Version)"
+#. summary(polkit-kde-agent-5)
+msgid "PolicyKit authentication agent for KDE"
msgstr ""
-#. summary(kdnssd)
-msgid "Zeroconf Support for KDE"
+#. description(polkit-kde-agent-5)
+msgid "Provides Policy Kit Authentication Agent that nicely fits to KDE."
msgstr ""
-#. description(digikam)
-msgid ""
-"digiKam is a simple digital photo management application for KDE, which "
-"allows you to import and organize your digital photos easily. The photos can "
-"be organized in albums, which can be sorted chronologically, by directory "
-"layout, or by custom collections. An easy-to-use interface that enables you "
-"to connect to your camera and preview, download, or delete your images, is "
-"provided."
+#. summary(powerdevil5)
+#, fuzzy
+msgid "KDE Power Management module"
+msgstr "Zarządzanie energią (APM)"
+
+#. description(powerdevil5)
+msgid "KDE Power Management module. Provides kded daemon, DBus helper and KCM for configuring Power settings."
msgstr ""
-#. description(libkqoauth:libkqoauth0)
+#. summary(ptools)
+msgid "The process tools collection"
+msgstr ""
+
+#. description(ptools)
+msgid "pbuildid dumps the build-ids of an executable, core file or a process, given the pid of that process."
+msgstr ""
+
+#. summary(pulseaudio:pulseaudio-module-jack)
+msgid "JACK support for the PulseAudio sound server"
+msgstr ""
+
+#. description(pulseaudio:pulseaudio-module-jack)
msgid ""
-"kQOAuth is a OAuth 1.0 library written for Qt in C++. The goals for the "
-"library have been to provide easy integration to existing Qt applications "
-"utilizing Qt signals describing the OAuth process, and to provide a "
-"convenient approach to OAuth authentication.\n"
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
"\n"
-"kQOAuth has support for retrieving the user authorization from the service "
-"provider's website. kQOAuth will open the user's web browser to the "
-"authorization page, give a local URL as the callback URL and setup a HTTP "
-"server on this address to listen for the reply from the service and then "
-"process it."
+"This package includes support for Jack-based applications."
msgstr ""
-#. description(libdmtx:libdmtx0)
-msgid ""
-"libdmtx is open source software for reading and writing Data Matrix "
-"barcodes. At its core libdmtx is a native shared library, allowing C/C++ "
-"programs to use its capabilities without extra restrictions or overhead."
+#. summary(purpose)
+#, fuzzy
+msgid "Provides abstractions to get the developer's purposes fulfilled"
+msgstr "Nie znaleziono programu su."
+
+#. description(purpose)
+msgid "Framework for providing abstractions to get the developer's purposes fulfilled."
msgstr ""
-#. description(ebook-tools:libepub0)
-msgid "libepub library is needed for okular to support ebook format."
+#. summary(qt4-qtscript)
+msgid "Qt bindings generator for Qt Script"
msgstr ""
-#. description(libkolab:libkolab0)
-msgid ""
-"libkolab provides conversions from/to KDE containers, mime message handling "
-"and facilities to read and write kolabv2 and kolabv3. The Akonadi-Kolab-"
-"Resource as well as the upgradetool are based on this code."
+#. description(qt4-qtscript)
+msgid "Qt Script Generator is a tool that generates Qt bindings for Qt Script. With the generated bindings you get access to substantial portions of the Qt API from within Qt Script."
msgstr ""
-#. description(libktorrent:libktorrent5)
-msgid "libktorrent is a torrent downloading library."
+#. summary(sddm)
+msgid "Lightweight QML-based display manager"
msgstr ""
-#. description(libkvkontakte:libkvkontakte1)
-msgid ""
-"libkvkontakte is a KDE C++ library for asynchronous interaction with "
-"vkontakte.ru social network via its open API."
+#. description(sddm)
+msgid "SDDM is a modern display manager for X11 aiming to be fast, simple and beatiful. It uses modern technologies like QtQuick, which in turn gives the designer the ability to create smooth, animated user interfaces."
msgstr ""
-#. description(liblastfm:liblastfm1)
-msgid ""
-"liblastfm is a collection of libraries to help you integrate Last.fm "
-"services into your rich desktop software. It is officially supported "
-"software developed by Last.fm staff."
+#. summary(sddm:sddm-branding-openSUSE)
+msgid "Lightweight QML-based display manager. openSUSE branding"
msgstr ""
-#. description(digikam:libmediawiki1)
-msgid ""
-"libmediawiki is a KDE C++ interface for MediaWiki based web service as "
-"wikipedia.org.\n"
-"\n"
-"This package contains the shared library."
+#. description(sddm:sddm-branding-openSUSE)
+msgid "SDDM is a modern display manager for X11 aiming to be fast, simple and beatiful. It uses modern technologies like QtQuick, which in turn gives the designer the ability to create smooth, animated user interfaces. This package provides openSUSE branding for SDDM."
msgstr ""
-#. description(libmygpo-qt:libmygpo-qt1)
+#. summary(sni-qt)
+msgid "Library that turns Qt tray icons into appindicators"
+msgstr ""
+
+#. description(sni-qt)
+msgid "This package contains a Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems (appindicators)."
+msgstr ""
+
+#. description(solid:solid-imports)
+msgid "Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system. QML imports."
+msgstr ""
+
+#. description(solid:solid-tools)
+msgid "Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system. CLI utilities."
+msgstr ""
+
+#. summary(sox)
+msgid "Sound Conversion Tools"
+msgstr ""
+
+#. summary(sweeper)
+msgid "KDE Privacy Utility"
+msgstr ""
+
+#. description(sweeper)
+#, fuzzy
+msgid "Helps clean unwanted traces the user leaves on the system."
+msgstr "Ustawienia prywatności - moduł, który pozwala usunąć niepożądane ślady pozostawiane przez użytkownika w systemie"
+
+#. summary(systemsettings5)
+#, fuzzy
+msgid "KDE's control center"
+msgstr "Centrum sterowania"
+
+#. description(systemsettings5)
+msgid "Provides KDE's control center modules."
+msgstr ""
+
+#. description(taglib)
+msgid "TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files. This package contains built examples which manipulate tags from the command line."
+msgstr ""
+
+#. description(vcdimager)
msgid ""
-"libmygpo-qt is a Qt Library that wraps the gpodder.net Web API (http://wiki."
-"gpodder.org/wiki/Web_Services/API_2)\n"
+"GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs.\n"
"\n"
-"v1.0 wraps nearly every Request from the gpodder.net API except:\n"
-"- Simple API Calls Downloading subscription Lists & Uploading subscription "
-"Lists\n"
-"- Retrieving Subscription Changes (you should use \"Retrieving Updates for a "
-"given Device\" instead)"
+"The following features are available so far:\n"
+"\n"
+"Support for Video CD 1.1 and 2.0 disc formats\n"
+"\n"
+"Support for the Super Video CD 1.0 disc format\n"
+"\n"
+"Full PBC (playback control) support (play lists, selection lists and end lists)\n"
+"\n"
+"Support for segment play items\n"
+"\n"
+"Automatic padding of MPEG streams on the fly\n"
+"\n"
+"Support for 99-minute (out-of-specification) CD-R media\n"
+"\n"
+"Extraction of Video CDs into files (incl. the PBC information)\n"
+"\n"
+"Use of XML for the description of Video CDs"
msgstr ""
-#. description(libpgf:libpgf6)
-msgid ""
-"libpgf is a library for working with PGF (Progresive Graphics File) images."
+#. summary(xembed-sni-proxy)
+msgid "Convert XEmbed system tray icons to SNI icons"
msgstr ""
-#. description(libqimageblitz4)
-msgid ""
-"libqimageblitz4 is a graphical effect and filter library for KDE4 that "
-"contains many improvements over KDE 3.x's kdefx library including bugfixes, "
-"memory and speed improvements, and MMX/SSE support."
+#. description(xembed-sni-proxy)
+msgid "Convert XEmbed system tray icons to SNI icons."
msgstr ""
-#. description(libkcompactdisc4)
+#. description(breeze:breeze5-cursors)
+msgid "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package provides Breeze cursor theme."
+msgstr ""
+
+#. description(breeze:breeze5-icons)
+msgid "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package provides Breeze icon theme."
+msgstr ""
+
+#. description(breeze:breeze5-wallpapers)
+msgid "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package provides Breeze wallpaper theme."
+msgstr ""
+
+#. summary(bundle-lang-kde:bundle-lang-kde-en)
+msgid "Translations for a group of KDE applications"
+msgstr ""
+
+#. description(bundle-lang-kde:bundle-lang-kde-en)
msgid ""
-"libworkman is a multi-plaform CD-Player library for creating various CD-"
-"Player-UIs."
+"This package groups translations for a dozen of KDE programs into languages, not split out into extra packages.\n"
+"* amarok\n"
+"* digikam\n"
+"* digikam-doc\n"
+"* gwenview\n"
+"* k3b\n"
+"* kaffeine\n"
+"* kdebase3-SuSE\n"
+"* kdetv\n"
+"* kerry\n"
+"* kipi-plugins\n"
+"* konversation\n"
+"* ktorrent\n"
+"* libkipi"
msgstr ""
-#. description(ortp:libortp9)
+#. summary(breeze-gtk:gtk2-metatheme-breeze)
+msgid "GTK+ theme matching KDE's Breeze -- GTK+ 2 Support"
+msgstr ""
+
+#. description(breeze-gtk:gtk2-metatheme-breeze)
+#. description(breeze-gtk:gtk3-metatheme-breeze)
+#. description(breeze-gtk:metatheme-breeze-common)
+msgid "A GTK+ theme created to match with the new Plasma 5 Breeze theme."
+msgstr ""
+
+#. summary(breeze-gtk:gtk3-metatheme-breeze)
+msgid "GTK+ theme matching KDE's Breeze -- GTK+ 3 Support"
+msgstr ""
+
+#. summary(kde-oxygen-fonts)
+msgid "A desktop/gui font family for integrated use with the KDE desktop"
+msgstr ""
+
+#. description(kde-oxygen-fonts)
msgid ""
-"oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). "
-"It is available for most unix clones (primilarly Linux and HP-UX), and "
-"Microsoft Windows."
+"‘Oxygen Font’ is a project to design a desktop/gui font for integrated use with the KDE desktop. The design is based on interpolations between ‘Muli’ and ‘FontOne’ that have been further shaped to reach a clear, legible font to use within the KDE gui.\n"
+"\n"
+"The basic concept for ‘Oxygen Font’ was to design a clear, legible, sans serif, that would be rendered with Freetype on Linux-based devices. The idea was to not quite follow a ‘purist’ line of sans serif typeface formulae, but to allow some juxtapositioning of font forms to give familiarity but also a sense of newness. A version of the font is also under development that is aimed to be a branding typeface for the desktop."
msgstr ""
-#. description(branding-openSUSE:yast2-qt-branding-openSUSE)
+#. summary(libkdegames:kdegames-carddecks-default)
#, fuzzy
-msgid "openSUSE 13.1 branding and themes for yast2-qt"
-msgstr "Pakiet nie jest podpisany"
+msgid "Default Card Decks for KDE Games"
+msgstr "Uruchom program"
-#. description(kde-branding-openSUSE:susegreeter-branding-openSUSE)
+#. description(libkdegames:kdegames-carddecks-default)
#, fuzzy
-msgid "openSUSE 13.1 branding for the KDE greeter welcome screen"
-msgstr "Pakiet nie jest podpisany"
+msgid "This package contains the default card deck set for KDE games."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(kdebase4-openSUSE)
-msgid "openSUSE KDE Extension"
-msgstr ""
-
#. summary(kde-branding-openSUSE:kdelibs4-branding-openSUSE)
#, fuzzy
msgid "openSUSE branding for KDE"
msgstr "Pakiet nie jest podpisany"
-#. summary(kde-branding-openSUSE:kdm-branding-openSUSE)
+#. description(kde-branding-openSUSE:kdelibs4-branding-openSUSE)
#, fuzzy
-msgid "openSUSE branding for KDE login and display manager"
+msgid "openSUSE branding for KDE workspace"
msgstr "Pakiet nie jest podpisany"
-#. summary(kde-branding-openSUSE:ksplashx-branding-openSUSE)
+#. summary(kgamma5:kgamma5-lang)
#, fuzzy
-msgid "openSUSE branding for KDE splash"
+msgid "Languages for package kgamma5"
msgstr "Pakiet nie jest podpisany"
-#. description(kde-branding-openSUSE:ksplash-qml-branding-openSUSE)
+#. description(kgamma5:kgamma5-lang)
#, fuzzy
-msgid "openSUSE branding for KDE splash (QML engine)"
-msgstr "Pakiet nie jest podpisany"
+msgid "Provides translations to the package kgamma5"
+msgstr "Nie znaleziono programu su."
-#. description(kde-branding-openSUSE:ksplashx-branding-openSUSE)
+#. summary(libkvkontakte:libkvkontakte-lang)
#, fuzzy
-msgid "openSUSE branding for KDE splash (splashx engine)"
+msgid "Languages for package libkvkontakte"
msgstr "Pakiet nie jest podpisany"
-#. summary(kde-branding-openSUSE:ksplash-qml-branding-openSUSE)
+#. description(libkvkontakte:libkvkontakte-lang)
#, fuzzy
-msgid "openSUSE branding for KDE splash QML"
-msgstr "Pakiet nie jest podpisany"
+msgid "Provides translations to the package libkvkontakte"
+msgstr "Nie znaleziono programu su."
-#. description(kde-branding-openSUSE:kdelibs4-branding-openSUSE)
+#. summary(breeze-gtk:metatheme-breeze-common)
#, fuzzy
-msgid "openSUSE branding for KDE workspace"
-msgstr "Pakiet nie jest podpisany"
+msgid "GTK+ theme matching KDE's Breeze -- Common Files"
+msgstr "System GNOME"
-#. summary(kde-branding-openSUSE:susegreeter-branding-openSUSE)
-#, fuzzy
-msgid "openSUSE branding for the KDE greeter"
-msgstr "Pakiet nie jest podpisany"
+#. summary(oxygen-icon-theme)
+msgid "Oxygen Icon Theme"
+msgstr ""
-#. summary(branding-openSUSE:yast2-qt-branding-openSUSE)
-#, fuzzy
-msgid "openSUSE branding for yast2-qt"
-msgstr "Pakiet nie jest podpisany"
+#. description(oxygen-icon-theme)
+msgid "This package contains the non-scalable icons of the Oxygen icon theme."
+msgstr ""
-#. description(ptools)
-msgid ""
-"pbuildid dumps the build-ids of an executable, core file or a process, given "
-"the pid of that process."
+#. summary(plasma5-session)
+msgid "The KDE Session"
msgstr ""
-#. description(pulseaudio:pulseaudio-module-jack)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like "
-"operating systems and Microsoft Windows. It is intended to be an improved "
-"drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package includes support for Jack-based applications."
+#. description(plasma5-session)
+msgid "This package contains the startup scripts necessary to start a KDE session from kdm."
msgstr ""
-#. description(strigi)
-msgid ""
-"strigi is a very fast crawling, very small memory footprint, no hammering of "
-"the system with pluggable backend desktop search engine."
+#. summary(python-keyring)
+msgid "Store and access your passwords safely"
msgstr ""
-#. description(xmessage)
-msgid ""
-"xmessage displays a message or query in a window. The user can click on an "
-"\"okay\" button to dismiss it or can select one of several buttons to answer "
-"a question. xmessage can also exit after a specified time."
+#. description(python-keyring)
+msgid "The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage."
msgstr ""
-#. description(xprop)
-msgid "xprop displays window and font properties of an X server."
+#. summary(update-desktop-files)
+msgid "A Build Tool to Update Desktop Files"
msgstr ""
+#. description(update-desktop-files)
+msgid "This package provides further translations and a shell script to update desktop files. It is used by the %suse_update_desktop_file rpm macro."
+msgstr ""
+
#, fuzzy
+#~ msgid "Additional Lancelot Launcher Plasmoid"
+#~ msgstr "Układy dodatkowe"
+
+#, fuzzy
+#~ msgid "Additional Plasmoids Depending on Akonadi"
+#~ msgstr "Układy dodatkowe"
+
+#, fuzzy
+#~ msgid "Additional egl functions for wayland"
+#~ msgstr "Układy dodatkowe"
+
+#, fuzzy
+#~ msgid "Application Menu for Qt"
+#~ msgstr "Ulubione aplikacje"
+
+#, fuzzy
+#~ msgid "HDF 5 runtime libraries"
+#~ msgstr "Główne menu GNOME"
+
+#, fuzzy
+#~ msgid "HDF 5 runtimelibraries"
+#~ msgstr "Główne menu GNOME"
+
+#, fuzzy
+#~ msgid "KDE4 Extensions for LibreOffice"
+#~ msgstr "Transakcja zestawu zakończona niepowodzeniem."
+
+#, fuzzy
+#~ msgid "Libyui - Qt User Interface"
+#~ msgstr "Interfejs jądra"
+
+#, fuzzy
+#~ msgid "The KDE Nepomuk Core Library"
+#~ msgstr "Novell i Linux"
+
+#, fuzzy
+#~ msgid "This package contains all the Nepomuk Widgets"
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains all the core libraries for nepomuk"
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains openSUSE 13.1 branding for kdm, the login and session manager for KDE."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains some KDE4 extensions for LibreOffice."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains the Qt package selector component for libYUI."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains the Qt user interface component for libYUI."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains the libraries of the oxygen style."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package provides a Redland based backend for Soprano."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package provides a Virtuoso based backend for Soprano."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package provides the shared library for gpsd and other GPS aware applications."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This packages contains the calendar Plasma engine and applet, which are based on Akonadi."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "World-Map Library interface for KDE"
+#~ msgstr "Minimalna instalacja graficzna"
+
+#, fuzzy
+#~ msgid "X11 RandR Extension C library"
+#~ msgstr "Pakiety dla programistów KDE"
+
+#, fuzzy
+#~ msgid "X11 Shape Extension C library"
+#~ msgstr "Novell i Linux"
+
+#, fuzzy
+#~ msgid "openSUSE 13.1 branding and themes for yast2-qt"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE 13.1 branding for the KDE greeter welcome screen"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE branding for KDE login and display manager"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE branding for KDE splash"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE branding for KDE splash (QML engine)"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE branding for KDE splash (splashx engine)"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE branding for KDE splash QML"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE branding for the KDE greeter"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "openSUSE branding for yast2-qt"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
#~ msgid "Development files for clucene library"
#~ msgstr "Pakiety dla programistów KDE"
@@ -2581,14 +3472,11 @@
#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
#, fuzzy
-#~ msgid ""
-#~ "This package contains the shared libraries (.so) which certain languages "
-#~ "and applications need to dynamically load and use MySQL Community Server."
+#~ msgid "This package contains the shared libraries (.so) which certain languages and applications need to dynamically load and use MySQL Community Server."
#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
#, fuzzy
-#~ msgid ""
-#~ "This package contains the standard clients for MySQL Community Server."
+#~ msgid "This package contains the standard clients for MySQL Community Server."
#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
#, fuzzy
@@ -2596,9 +3484,7 @@
#~ msgstr "Pakiety dla programistów KDE"
#, fuzzy
-#~ msgid ""
-#~ "This package contains the runtime library for applications that embed the "
-#~ "MySQL Community Server."
+#~ msgid "This package contains the runtime library for applications that embed the MySQL Community Server."
#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
#, fuzzy
1
0
06 Nov '15
Author: minton
Date: 2015-11-06 04:06:01 +0100 (Fri, 06 Nov 2015)
New Revision: 94617
Modified:
trunk/packages/pl/po/gnome.pl.po
Log:
Merged gnome.pot for pl
Modified: trunk/packages/pl/po/gnome.pl.po
===================================================================
--- trunk/packages/pl/po/gnome.pl.po 2015-11-06 03:05:47 UTC (rev 94616)
+++ trunk/packages/pl/po/gnome.pl.po 2015-11-06 03:06:01 UTC (rev 94617)
@@ -3,5312 +3,4543 @@
msgstr ""
"Project-Id-Version: openSUSE-packages\n"
"Report-Msgid-Bugs-To: http://bugzilla.novell.com/\n"
-"POT-Creation-Date: 2012-06-21 16:20:09\n"
+"POT-Creation-Date: 2015-11-06 04:09:58\n"
"PO-Revision-Date: 2011-02-01 14:25+0000\n"
"Language: pl\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-#. summary(phalanx)
-msgid "A Chess Program"
+#. summary(Mesa-demo:Mesa-demo-x)
+msgid "GLX-based demos"
msgstr ""
-#. summary(ncftp)
-msgid "A Comfortable FTP Program"
-msgstr ""
+#. description(Mesa-demo:Mesa-demo-x)
+#, fuzzy
+msgid "This package contains some common GLX-based demos."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(libdvdnav:libdvdnav4)
-msgid "A DVD Navigation Library"
+#. summary(NetworkManager-gnome)
+msgid "GNOME applications for use with NetworkManager"
msgstr ""
-#. summary(gd)
-msgid "A Drawing Library for Programs That Use PNG and JPEG Output"
+#. description(NetworkManager-gnome)
+msgid "This package contains GNOME utilities and applications for use with NetworkManager, including a panel applet for wireless networks."
msgstr ""
-#. summary(gucharmap)
-msgid "A Featureful Unicode Character Map"
+#. summary(NetworkManager-openconnect)
+#. summary(NetworkManager-openconnect:NetworkManager-openconnect-gnome)
+msgid "NetworkManager VPN support for OpenConnect"
msgstr ""
-#. summary(gucharmap:libgucharmap_2_90-7)
-msgid "A Featureful Unicode Character Map -- Library"
+#. description(NetworkManager-openconnect)
+#. description(NetworkManager-openconnect:NetworkManager-openconnect-gnome)
+msgid "NetworkManager-openconnect provides VPN support to NetworkManager for OpenConnect, an implementation of the Cisco AnyConnect VPN system."
msgstr ""
-#. summary(dante:libsocks0)
-msgid "A Free Socks v4 and v5 Client Implementation"
+#. summary(aisleriot)
+msgid "Solitaire Card Games for GNOME"
msgstr ""
-#. summary(gnome-calculator)
-msgid "A GNOME Calculator Application"
+#. description(aisleriot)
+msgid "Aisleriot is a compilation of 80 different solitaire card games."
msgstr ""
-#. description(gnome-calculator)
-msgid "A GNOME calculator package based on calctool and MP library."
+#. summary(alacarte)
+msgid "Menu editor for GNOME"
msgstr ""
-#. summary(libgexiv2:libgexiv2-2)
-msgid "A GObject-based Exiv2 wrapper"
+#. description(alacarte)
+msgid "Alacarte is a simple freedesktop.org compliant menu editor for GNOME that lets you change your menus, simply and quickly. Just click and type to edit, add, and delete any menu entry."
msgstr ""
-#. summary(gpgme)
-msgid "A Library Designed to Give Applications Easy Access to GnuPG"
-msgstr ""
-
-#. summary(libsidplay1)
+#. summary(appstream-glib)
+#. summary(appstream-glib:libappstream-builder8)
+#. summary(appstream-glib:libappstream-glib8)
#, fuzzy
-msgid "A Library for C64 Music Files"
-msgstr "Aktualizacje czasu dostępu"
+msgid "AppStream Abstraction Library"
+msgstr "Szyfrowanie"
-#. summary(librsync:librsync1)
-msgid "A Library for Generating Network Deltas"
+#. description(appstream-glib)
+#. description(appstream-glib:libappstream-builder8)
+#. description(appstream-glib:libappstream-glib8)
+msgid ""
+"This library provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM implementation that makes it easy to edit nodes and convert to and from the standardized XML representation.\n"
+"\n"
+"What this library allows you to do:\n"
+"\n"
+"* Read and write compressed AppStream XML files\n"
+"* Add and search for applications in an application store\n"
+"* Get screenshot image data and release announcements\n"
+"* Easily retrieve the best application data for the current locale\n"
+"* Efficiently interface with more heavy-weight parsers like expat"
msgstr ""
-#. summary(libieee1284)
-msgid "A Library for Interfacing IEEE 1284-Compatible Devices"
+#. summary(argyllcms)
+msgid "ICC compatible color management system"
msgstr ""
-#. summary(librsvg:librsvg-2-2)
-msgid "A Library for Rendering SVG Data"
+#. description(argyllcms)
+msgid ""
+"The Argyll color management system supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays.\n"
+"\n"
+"Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source specific gamut mappings for perceptual and saturation intents. Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents. It also includes code for the fastest portable 8 bit raster color conversion engine available anywhere, as well as support for fast, fully accurate 16 bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer."
msgstr ""
-#. summary(librsvg:gdk-pixbuf-loader-rsvg)
-msgid "A Library for Rendering SVG Data -- gdk-pixbuf loader"
+#. summary(baobab)
+msgid "Disk Usage Analyzer"
msgstr ""
-#. summary(python-httplib2)
-msgid "A Python HTTP client library"
+#. description(baobab)
+msgid ""
+"Disk Usage Analyzer is a graphical, menu-driven application to analyse disk usage in any GNOME environment. Disk Usage Analyzer can easily scan either the whole filesystem tree, or a specific user-requested directory branch (local or remote).\n"
+"\n"
+"It also auto-detects in real-time any changes made to your home directory as far as any mounted/unmounted device. Disk Usage Analyzer also provides a full graphical treemap window for each selected folder."
msgstr ""
-#. summary(sofia-sip:libsofia-sip-ua0)
-msgid "A RFC3261 compliant SIP User-Agent library"
-msgstr ""
+#. summary(bijiben)
+#, fuzzy
+msgid "Note editor for GNOME"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. summary(sofia-sip:libsofia-sip-ua-glib3)
-msgid "A RFC3261 compliant SIP User-Agent library (glib2 bindings)"
+#. description(bijiben)
+msgid "Bijiben is a note editor designed to remain simple to use."
msgstr ""
-#. summary(samba)
-msgid "A SMB/CIFS File, Print, and Authentication Server"
+#. summary(brasero)
+#. summary(brasero:libbrasero-burn3-1)
+#. summary(brasero:libbrasero-media3-1)
+#. summary(brasero:libbrasero-utils3-1)
+msgid "CD/DVD burning application for GNOME"
msgstr ""
-#. summary(gnome-system-monitor)
-msgid "A Simple Process Monitor"
+#. description(brasero)
+#. description(brasero:libbrasero-burn3-1)
+#. description(brasero:libbrasero-media3-1)
+#. description(brasero:libbrasero-utils3-1)
+msgid ""
+"Brasero is an application to burn CD/DVDs for the GNOME Desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.\n"
+"\n"
+"It supports creating audio discs, data discs, burning ISO and other image files, and duplicating discs."
msgstr ""
-#. description(vino)
-msgid "A VNC Server for GNOME"
+#. summary(brasero:brasero-nautilus)
+msgid "Brasero CD/DVD burning extension for Nautilus"
msgstr ""
-#. description(gnome-video-effects)
-msgid ""
-"A collection of GStreamer effects to be used in different GNOME Modules."
+#. description(brasero:brasero-nautilus)
+msgid "This package provides the Brasero extension for Nautilus."
msgstr ""
-#. description(xdg-user-dirs-gtk)
-msgid ""
-"A companion to xdg-user-dirs that integrates it into the Gnome desktop and "
-"Gtk+ applications. Presents a dialog when a user changes locales to help "
-"move they standard user directories to the correct names."
+#. summary(brltty)
+msgid "Braille display driver for Linux/Unix"
msgstr ""
-#. description(python-httplib2)
-msgid ""
-"A comprehensive HTTP client library that supports many features left out of "
-"other HTTP libraries."
+#. description(brltty)
+msgid "BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display and provides complete screen review functionality."
msgstr ""
-#. description(telepathy-salut)
-msgid ""
-"A connection manager for Telepathy that implements peer to peer XMPP using "
-"local-link as done by and compatible with Apple Bonjour(tm) chat."
+#. summary(brltty:brltty-driver-at-spi2)
+msgid "AT-SPI 2 driver for BRLTTY"
msgstr ""
-#. description(telepathy-haze)
+#. description(brltty:brltty-driver-at-spi2)
msgid ""
-"A connection manager for Telepathy that provides support for AIM, ICQ, MSN, "
-"Yahoo! and Groupwise using Pidgin's libpurple."
+"BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display and provides complete screen review functionality.\n"
+"\n"
+"This package contains the AT-SPI 2 screen driver."
msgstr ""
-#. summary(gnome-font-viewer)
-msgid "A font viewer utility for GNOME"
+#. summary(brltty:brltty-driver-brlapi)
+msgid "BrlAPI driver for BRLTTY"
msgstr ""
-#. summary(telepathy-haze)
-msgid "A libpurple connection manager for Telepathy"
+#. description(brltty:brltty-driver-brlapi)
+msgid ""
+"BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display and provides complete screen review functionality.\n"
+"\n"
+"This package contains the BrlAPI braille driver."
msgstr ""
-#. description(libquicktime:libquicktime0)
-msgid ""
-"A library for reading and writing Quicktime movie files, based on and forked "
-"from quicktime4linux."
+#. summary(brltty:brltty-driver-espeak)
+msgid "ESpeak driver for BRLTTY"
msgstr ""
-#. description(libgtop:libgtop-2_0-7)
+#. description(brltty:brltty-driver-espeak)
msgid ""
-"A library that fetches information about the running system, such as CPU and "
-"memory usage and active processes.\n"
+"BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display and provides complete screen review functionality.\n"
"\n"
-"On Linux systems, this information is taken directly from the /proc file "
-"system. On other systems, a server is used to read information from /dev/"
-"kmem."
+"This package contains the eSpeak speech driver."
msgstr ""
-#. summary(liblrdf:liblrdf2)
-#, fuzzy
-msgid "A library to Manipulate RDF Files for LADSPA Plug-Ins"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(libopenraw:libopenraw1)
-msgid "A library to decode digital camera RAW files"
+#. summary(brltty:brltty-driver-speech-dispatcher)
+msgid "Speech Dispatcher driver for BRLTTY"
msgstr ""
-#. summary(libopenraw:gdk-pixbuf-loader-libopenraw)
-msgid "A library to decode digital camera RAW files -- gdk-pixbuf loader"
+#. description(brltty:brltty-driver-speech-dispatcher)
+msgid ""
+"BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display and provides complete screen review functionality.\n"
+"\n"
+"This package contains the Speech Dispatcher speech driver."
msgstr ""
-#. description(ghostscript-fonts:ghostscript-fonts-other)
-msgid ""
-"A miscellaneous set including Cyrillic, kana, and fonts derived from the "
-"free Hershey fonts, with improvements (such as adding accented characters) "
-"by Thomas Wolff. The Hershey-based fonts are quite different from "
-"traditional printer or display fonts; you can read about them in more detail "
-"in the documentation on Hershey fonts."
+#. summary(brltty:brltty-driver-xwindow)
+msgid "XWindow driver for BRLTTY"
msgstr ""
-#. description(m17n-lib:libm17n0)
+#. description(brltty:brltty-driver-xwindow)
msgid ""
-"A multilingual text processing library for the C language. This package "
-"contains shared libraries."
+"BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display and provides complete screen review functionality.\n"
+"\n"
+"This package contains the XWindow braille driver."
msgstr ""
-#. description(gnome-clocks)
-msgid "A nice simple app to show the time, date, and alarms."
+#. summary(libcanberra:canberra-gtk-play)
+msgid "Portable sound event library -- Utility"
msgstr ""
-#. description(yast2-control-center-gnome)
+#. description(libcanberra:canberra-gtk-play)
msgid ""
-"A nicely GNOME integrated YaST control center, with several new ease of use "
-"features."
+"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable.\n"
+"\n"
+"This package provides the canberra-gtk-play utility."
msgstr ""
-#. summary(libsocialweb)
-msgid "A personal social data server"
-msgstr ""
+#. summary(caribou)
+#, fuzzy
+msgid "On-screen Keyboard for GNOME"
+msgstr "Klawiatura ekranowa"
-#. summary(libsocialweb-branding-openSUSE)
-msgid "A personal social data server -- API keys from openSUSE"
+#. description(caribou)
+#. description(caribou:caribou-common)
+#. description(caribou:caribou-gtk2-module)
+#. description(caribou:caribou-gtk3-module)
+#. description(caribou:libcaribou0)
+msgid "Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device."
msgstr ""
-#. summary(libsocialweb:libsocialweb-client2)
-msgid "A personal social data server -- Client Library"
+#. summary(caribou:caribou-common)
+#, fuzzy
+msgid "On-screen Keyboard for GNOME -- Common data files"
+msgstr "Klawiatura ekranowa"
+
+#. summary(caribou:caribou-gtk-module-common)
+msgid "On-screen Keyboard for GNOME -- Common Files for GTK+ Modules"
msgstr ""
-#. summary(libsocialweb:libsocialweb0)
-msgid "A personal social data server -- Library for Services"
+#. description(caribou:caribou-gtk-module-common)
+msgid ""
+"Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device.\n"
+"\n"
+"This package contains files common to both the GTK+ 2 and GTK+ 3 modules."
msgstr ""
-#. summary(system-config-printer)
-msgid "A printer administration tool"
+#. summary(caribou:caribou-gtk2-module)
+msgid "On-screen Keyboard for GNOME -- GTK+ 2 Module"
msgstr ""
-#. description(libsexy)
-msgid ""
-"A set of extensions on top of GTK+ widgets, to provide extra functionality."
+#. summary(caribou:caribou-gtk3-module)
+msgid "On-screen Keyboard for GNOME -- GTK+ 3 Module"
msgstr ""
-#. summary(totem-pl-parser:libtotem-plparser18)
-msgid "A simple GObject-based library to parse playlist formats"
+#. summary(cheese)
+msgid "Webcam Booth for GNOME"
msgstr ""
-#. summary(totem-pl-parser:typelib-1_0-TotemPlParser-1_0)
-msgid ""
-"A simple GObject-based library to parse playlist formats -- Introspection "
-"bindings"
+#. description(cheese)
+#. description(cheese:libcheese8)
+msgid "Cheese is an application to take photos and videos with your webcam, with fun graphical effects."
msgstr ""
-#. summary(totem-pl-parser:libtotem-plparser-mini18)
-msgid ""
-"A simple GObject-based library to parse playlist formats -- Mini version"
+#. summary(colord)
+msgid "System Daemon for Managing Color Devices"
msgstr ""
-#. description(phalanx)
-msgid "A smart chess playing program which uses opening book."
+#. summary(cups-filters)
+msgid "OpenPrinting CUPS filters, backends, and cups-browsed"
msgstr ""
-#. summary(gnome-tweak-tool)
-msgid "A tool to customize advanced GNOME 3 options"
+#. description(cups-filters)
+msgid "Contains backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters and software developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting and a daemon to browse broadcasts of remote CUPS printers and makes these printers available locally."
msgstr ""
-#. description(gnome-font-viewer)
-msgid "A utility to let you see the installed fonts at a glance."
+#. summary(cups-filters:cups-filters-cups-browsed)
+msgid "OpenPrinting cups-browsed for CUPS Browsing"
msgstr ""
-#. description(aalib:libaa1)
-msgid ""
-"AA-lib is a low level gfx library. AA-lib does not require a graphics "
-"device. In fact, there is no graphical output possible. AA-lib replaces old-"
-"fashioned output methods with a powerful ASCII art renderer."
+#. description(cups-filters:cups-filters-cups-browsed)
+msgid "Since CUPS >= 1.6 the CUPS Browsing functionality is dropped in CUPS. The OpenPrinting cups-browsed is a daemon running in parallel to the CUPS daemon to provide again basic CUPS Browsing functionality. This way basic CUPS Browsing works on clients with CUPS >= 1.6 when there are remote CUPS servers of CUPS version 1.5 and older in the network. For each reported remote CUPS queue cups-browsed creates a local raw queue pointing to the remote queue so that it appears in local print dialogs and is also available for printing via the command line. Also high availability with redundant print servers is supported. If there is more than one server providing a print queue with the same name, cups-browsed uses the first queue which appears and if this queue disappears, cups-browsed switches to the queue of another server. Load-balancing (what CUPS <= 1.5 did via implicit classes) is not supported with cups-browsed."
msgstr ""
-#. description(python-atspi)
-msgid ""
-"AT-SPI is a general interface for applications to make use of the "
-"accessibility toolkit. This version is based on dbus.\n"
-"\n"
-"This package contains the python bindings for AT-SPI."
+#. summary(deja-dup)
+msgid "Simple backup tool and frontend for duplicity"
msgstr ""
-#. description(at-spi2-core:typelib-1_0-Atspi-2_0)
+#. description(deja-dup)
msgid ""
-"AT-SPI is a general interface for applications to make use of the "
-"accessibility toolkit. This version is based on dbus.\n"
+"Déjà Dup is a simple backup tool. It hides the complexity of doing backups the 'right way' (encrypted, off-site, and regular) and uses duplicity as the backend.\n"
"\n"
-"This package provides the GObject Introspection bindings for the libatspi "
-"library."
+"Features: * Support for local or remote backup locations, including Amazon S3 * Securely encrypts and compresses your data * Incrementally backs up, letting you restore from any particular backup * Schedules regular backups * Integrates well into your GNOME desktop"
msgstr ""
-#. summary(shared-color-profiles:icc-profiles-scp-yamma)
-msgid "Abstract color profiles"
+#. summary(dleyna-connector-dbus)
+msgid "dLeyna connector interface -- DBus"
msgstr ""
-#. summary(gnome-themes-standard:gnome-themes-accessibility)
-#, fuzzy
-msgid "Accessibility GNOME Themes"
-msgstr "System GNOME"
-
-#. summary(pam-modules)
-msgid "Additional PAM Modules"
+#. description(dleyna-connector-dbus)
+msgid "D-Bus connector for dLeyna services."
msgstr ""
-#. summary(xorg-x11-server:xorg-x11-server-extra)
-msgid "Additional Xservers (Xdmx, Xephyr, Xnest)"
+#. summary(dleyna-server)
+msgid "Discover and browse Digital Media Servers"
msgstr ""
-#. summary(gnome-themes-standard:metatheme-adwaita-common)
-#, fuzzy
-msgid "Adwaita GNOME Theme -- Common Files"
-msgstr "System GNOME"
-
-#. summary(gnome-themes-standard:gtk2-metatheme-adwaita)
-msgid "Adwaita GNOME Theme -- GTK+ 2 Support"
+#. description(dleyna-server)
+msgid "dLeyna-server can be used in conjunction with a multimedia framework, such as GStreamer, to implement a Digital Media Player. It can also be used to implement the DLNA Download System Use Case."
msgstr ""
-#. summary(gnome-themes-standard:gtk3-metatheme-adwaita)
-msgid "Adwaita GNOME Theme -- GTK+ 3 Support"
+#. summary(duplicity)
+msgid "Encrypted bandwidth-efficient backup using the rsync algorithm"
msgstr ""
-#. summary(gnome-themes-standard:gtk2-theming-engine-adwaita)
-msgid "Adwaita GTK+ Theming Engine"
+#. description(duplicity)
+msgid ""
+"Duplicity incrementally backs up files and directories by encrypting tar-format volumes with GnuPG and uploading them to a remote (or local) file server. In theory many remote backends are possible; right now local, ssh/scp, ftp, rsync, HSI, WebDAV, and Amazon S3 backends are written.\n"
+"\n"
+"Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links."
msgstr ""
-#. description(gnome-themes-standard:gtk2-theming-engine-adwaita)
-msgid "Adwaita is the default GNOME theme in GNOME 3."
+#. summary(empathy)
+msgid "Instant Messenger Client for GNOME, based on Telepathy"
msgstr ""
-#. description(aisleriot)
-msgid "Aisleriot is a compilation of 80 different solitaire card games."
-msgstr ""
-
-#. description(alacarte)
+#. description(empathy)
msgid ""
-"Alacarte is a simple freedesktop.org compliant menu editor for GNOME that "
-"lets you change your menus, simply and quickly. Just click and type to edit, "
-"add, and delete any menu entry."
+"Empathy is a messaging program which supports text, voice, and video chat and file transfers over many different protocols. You can tell it about your accounts on all those services and do all your chatting within one application.\n"
+"\n"
+"Empathy uses Telepathy for protocol support and has a user interface based on Gossip. Empathy is the default chat client in current versions of GNOME, making it easier for other GNOME applications to integrate collaboration functionality using Telepathy."
msgstr ""
-#. summary(python-boto)
-msgid "Amazon Web Services Library"
+#. summary(eog)
+msgid "Image Viewer for GNOME"
msgstr ""
-#. summary(aalib:libaa1)
-msgid "An ASCII Art Library"
+#. description(eog)
+msgid "Eye of GNOME is an image viewer program. It is meant to be a fast and functional image viewer."
msgstr ""
-#. summary(file-roller)
-msgid "An Archive Manager for GNOME"
+#. summary(evince)
+msgid "GNOME Document Viewer"
msgstr ""
-#. summary(file-roller:nautilus-file-roller)
-msgid "An Archive Manager for GNOME - Nautilus extension"
+#. description(evince)
+#. description(evince:evince-browser-plugin)
+#. description(evince:libevdocument3-4)
+#. description(evince:libevview3-3)
+#. description(evince:typelib-1_0-EvinceDocument-3_0)
+#. description(evince:typelib-1_0-EvinceView-3_0)
+msgid "Evince is a document viewer capable of displaying multiple and singlepage document formats like PDF and PostScript."
msgstr ""
-#. summary(xchat)
-msgid "An IRC Client"
+#. summary(evince:evince-browser-plugin)
+msgid "Browser Plugin Based on Evince"
msgstr ""
-#. summary(xchat:xchat-perl)
-msgid "An IRC Client - Support for perl plugins"
-msgstr ""
+#. summary(evince:evince-plugin-pdfdocument)
+#, fuzzy
+msgid "Evince - PDF document support"
+msgstr "Dokument"
-#. summary(xchat:xchat-python)
-msgid "An IRC Client - Support for python plugins"
+#. description(evince:evince-plugin-pdfdocument)
+msgid "Add PDF document support to Evince"
msgstr ""
-#. summary(xchat:xchat-tcl)
-msgid "An IRC Client - Support for tcl plugins"
-msgstr ""
+#. summary(evince:evince-plugin-psdocument)
+#, fuzzy
+msgid "Evince - PS document support"
+msgstr "Dokument"
-#. description(python-boto)
-msgid ""
-"An integrated interface to current and future infrastructural services "
-"offered by Amazon Web Services. Currently, this includes:\n"
-"\n"
-" * Simple Storage Service (S3) * Simple Queue Service (SQS) * "
-"Elastic Compute Cloud (EC2) * Mechanical Turk * SimpleDB * "
-"CloudFront"
-msgstr ""
+#. description(evince:evince-plugin-psdocument)
+#, fuzzy
+msgid "Add PostScript document support to Evince"
+msgstr "Przeglądarka PostScript"
-#. summary(cogl:libcogl15)
-msgid "An object oriented GL/GLES Abstraction/Utility Layer"
+#. summary(evolution)
+msgid "The Integrated GNOME Mail, Calendar, and Address Book Suite"
msgstr ""
-#. summary(cogl:typelib-1_0-Cogl-1_0)
-msgid ""
-"An object oriented GL/GLES Abstraction/Utility Layer -- Introspection "
-"bindings"
+#. description(evolution)
+msgid "Evolution consists of modular components (at the moment: mailer, calendar, and address book) that should make daily life easier. Because of the modular design, it is possible to plug new components into Evolution or embed the existing ones in other applications."
msgstr ""
-#. summary(cogl:libcogl-pango15)
-msgid ""
-"An object oriented GL/GLES Abstraction/Utility Layer -- Pango Integration"
+#. summary(evolution-data-server)
+#, fuzzy
+msgid "Evolution Data Server"
+msgstr "Klient NIS"
+
+#. description(evolution-data-server)
+msgid "Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop."
msgstr ""
-#. summary(cogl:typelib-1_0-CoglPango-1_0)
-msgid ""
-"An object oriented GL/GLES Abstraction/Utility Layer -- Pango Integration, "
-"Introspection bindings"
+#. summary(file-roller)
+msgid "An Archive Manager for GNOME"
msgstr ""
-#. summary(gnome-packagekit)
-msgid "Applications for the PackageKit API"
+#. description(file-roller)
+msgid "File Roller is an archive manager for GNOME. With it, you can create and modify archives, view the contents of an archive, view a file contained in the archive, and extract files from the archive."
msgstr ""
-#. summary(shared-color-profiles:icc-profiles-scp-argyll)
-msgid "Argyll color profiles, with improved text"
+#. summary(fortune)
+msgid "Random Saying"
msgstr ""
-#. summary(python-atspi)
-msgid "Assistive Technology Service Provider Interface - Python bindings"
+#. description(fortune)
+msgid ""
+"Fortune displays a random text string from a set of files in a certain format.\n"
+"\n"
+"This occurs each time you start a login shell. To get this feature just uncomment the respective lines in the user's .profile."
msgstr ""
-#. summary(soundtouch:libSoundTouch0)
-msgid "Audio Processing Library"
+#. summary(fuse)
+msgid "User space File System"
msgstr ""
-#. description(python-beautifulsoup)
+#. description(fuse)
msgid ""
-"Beautiful Soup is a Python HTML/XML parser designed for quick turnaround "
-"projects like screen-scraping. Three features make it powerful:\n"
+"With FUSE, a user space program can export a file system through the kernel-default (Linux kernel).\n"
"\n"
-"* Beautiful Soup won't choke if you give it bad markup. It yields a parse "
-"tree that makes approximately as much sense as your original document. "
-"This is usually good enough to collect the data you need and run away\n"
+"User space file systems which are implemented using FUSE are provided by the following packages:\n"
"\n"
-"* Beautiful Soup provides a few simple methods and Pythonic idioms for "
-"navigating, searching, and modifying a parse tree: a toolkit for dissecting "
-"a document and extracting what you need. You don't have to create a "
-"custom parser for each application\n"
+"- curlftpfs (mount FTP servers),\n"
"\n"
-"* Beautiful Soup automatically converts incoming documents to Unicode and "
-"outgoing documents to UTF-8. You don't have to think about encodings, "
-"unless the document doesn't specify an encoding and Beautiful Soup can't "
-"autodetect one. Then you just have to specify the original encoding\n"
+"- encfs (layered file encryption),\n"
"\n"
-"Beautiful Soup parses anything you give it, and does the tree traversal "
-"stuff for you. You can tell it \"Find all the links\", or \"Find all the "
-"links of class externalLink\", or \"Find all the links whose urls match "
-"\"foo.com\", or \"Find the table heading that's got bold text, then give me "
-"that text.\"\n"
+"- fuseiso (mount iso, img, bin, mdf and nrg CD-ROM images),\n"
"\n"
-"Valuable data that was once locked up in poorly-designed websites is now "
-"within your reach. Projects that would have taken hours take only minutes "
-"with Beautiful Soup."
+"- fusepod (mount iPods),\n"
+"\n"
+"- fusesmb (mount a fully browseable network neighborhood),\n"
+"\n"
+"- gphotofs (mount gphoto-supported cameras),\n"
+"\n"
+"- ntfs-3g (mount NTFS volumes read-write),\n"
+"\n"
+"- obexfs (mount of bluetooth devices),\n"
+"\n"
+"- sshfs (mount over ssh),\n"
+"\n"
+"- wdfs (mount of WebDAV shares)\n"
+"\n"
+"This package contains the mount binaries for fuse (might not be needed by some FUSE filesystems like ntfs-3g) and the documentation for FUSE.\n"
+"\n"
+"After installing fuse-devel, administrators can compile and install other user space file systems which can be found at http://fuse.sourceforge.net/wiki"
msgstr ""
-#. description(bijiben)
-msgid "Bijiben is a note editor designed to remain simple to use."
+#. summary(gcab)
+msgid "Cabinet file library and tool"
msgstr ""
-#. description(bijiben:gnome-shell-search-provider-bijiben)
+#. description(gcab)
msgid ""
-"Bijiben is a note editor designed to remain simple to use.\n"
+"gcab is a tool and library for manipulating cabinet files.\n"
"\n"
-"This package contains a search provider to enable GNOME Shell to get search "
-"results from documents."
+"It uses the GObject API and provides GIR bindings. It supports creation of archives with simple MSZIP compression."
msgstr ""
-#. summary(python-cloudfiles)
-msgid "Bindings for Rackspace CloudFiles API"
+#. summary(libopenraw:gdk-pixbuf-loader-libopenraw)
+msgid "A library to decode digital camera RAW files -- gdk-pixbuf loader"
msgstr ""
-#. summary(liblouis:liblouis2)
-msgid "Braille Translator and Back-Translator"
-msgstr ""
-
-#. summary(python3-louis)
-msgid "Braille Translator and Back-Translator - Python Bindings"
-msgstr ""
-
-#. summary(brasero:brasero-nautilus)
-msgid "Brasero CD/DVD burning extension for Nautilus"
-msgstr ""
-
-#. description(brasero)
+#. description(libopenraw:gdk-pixbuf-loader-libopenraw)
msgid ""
-"Brasero is an application to burn CD/DVDs for the GNOME Desktop. It is "
-"designed to be as simple as possible and has some unique features to enable "
-"users to create their discs easily and quickly.\n"
+"libopenraw is a library that aim at decoding digital camera RAW files.\n"
"\n"
-"It supports creating audio discs, data discs, burning ISO and other image "
-"files, and duplicating discs."
+"This package provides a libopenraw-based gdk-pixbuf loader."
msgstr ""
-#. summary(totem:totem-browser-plugin)
-msgid "Browser Plugin Based on Totem Movie Player"
+#. summary(gdm)
+#, fuzzy
+msgid "The GNOME Display Manager"
+msgstr "Główne menu GNOME"
+
+#. description(gdm)
+#. description(gdm:libgdm1)
+msgid "The GNOME Display Manager is a system service that is responsible for providing graphical log-ins and managing local and remote displays."
msgstr ""
-#. summary(gtkmm3:libgtkmm-3_0-1)
-msgid "C++ Interface for GTK3 (a GUI library for X)"
+#. summary(gedit)
+msgid "Small and lightweight UTF-8 text editor"
msgstr ""
-#. summary(brasero)
-msgid "CD/DVD burning application for GNOME"
+#. description(gedit)
+msgid "Gedit is a small and lightweight UTF-8 text editor for the GNOME environment."
msgstr ""
-#. summary(libcdio-paranoia:libcdio_cdda1)
-msgid "CDDA reader"
+#. summary(gegl:gegl-0_2)
+#. summary(gegl:libgegl-0_2-0)
+msgid "Generic Graphics Library"
msgstr ""
-#. summary(libcroco:libcroco-0_6-3)
-msgid "CSS2 Parser Library"
+#. description(gegl:gegl-0_2)
+#. description(gegl:libgegl-0_2-0)
+msgid "GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output."
msgstr ""
-#. summary(libcue:libcue1)
-#, fuzzy
-msgid "CUE sheet parsing library"
-msgstr "Programowanie GNOME"
-
-#. description(caribou)
-msgid ""
-"Caribou is a text entry and UI navigation application being developed as an "
-"alternative to the Gnome On-screen Keyboard. The overarching goal for "
-"Caribou is to create a usable solution for people whose primary way of "
-"accessing a computer is a switch device."
+#. summary(geoclue)
+msgid "Modular Geoinformation Service"
msgstr ""
-#. description(caribou:caribou-gtk-module-common)
-msgid ""
-"Caribou is a text entry and UI navigation application being developed as an "
-"alternative to the Gnome On-screen Keyboard. The overarching goal for "
-"Caribou is to create a usable solution for people whose primary way of "
-"accessing a computer is a switch device.\n"
-"\n"
-"This package contains files common to both the GTK+ 2 and GTK+ 3 modules."
+#. summary(geoclue:geoclue-recommended)
+msgid "Modular Geoinformation Service - Recommended providers"
msgstr ""
-#. description(caribou:typelib-1_0-Caribou-1_0)
+#. description(geoclue:geoclue-recommended)
msgid ""
-"Caribou is a text entry and UI navigation application being developed as an "
-"alternative to the Gnome On-screen Keyboard. The overarching goal for "
-"Caribou is to create a usable solution for people whose primary way of "
-"accessing a computer is a switch device.\n"
+"Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible.\n"
"\n"
-"This package provides the GObject Introspection bindings for the caribou "
-"library."
+"This package contains providers that do not require external dependencies."
msgstr ""
-#. summary(telepathy-logger)
-msgid "Centralized Logging for the Telepathy Framework"
-msgstr ""
+#. summary(geoclue2)
+#, fuzzy
+msgid "GeoLocation Framework"
+msgstr "Przeglądarka aplikacji"
-#. summary(telepathy-logger:typelib-1_0-TelepathyLogger-0_2)
-msgid ""
-"Centralized Logging for the Telepathy Framework - Introspection bindings"
+#. description(geoclue2)
+msgid "GeoClue is a software framework which can be used to enable geospatial awareness in applications. GeoClue uses the D-Bus inter-process communication mechanism to provide location information"
msgstr ""
-#. summary(telepathy-logger:libtelepathy-logger3)
-msgid "Centralized Logging for the Telepathy Framework - Shared Library"
+#. summary(geocode-glib)
+#. summary(geocode-glib:libgeocode-glib0)
+msgid "Convenience library for the Yahoo! Place Finder APIs"
msgstr ""
-#. summary(iso_ent)
-msgid "Character Entity Sets for ISO 8879:1986"
+#. description(geocode-glib)
+#. description(geocode-glib:libgeocode-glib0)
+msgid ""
+"The geocode-glib library is a convenience library for the Yahoo! Place Finder APIs, as described at http://developer.yahoo.com/geo/placefinder/\n"
+"\n"
+"The Place Finder web service allows to do geocoding (finding longitude and latitude from an address), and reverse geocoding (finding an address from coordinates)."
msgstr ""
-#. description(iso_ent)
-msgid "Character entity sets for ISO 8879:1986."
+#. summary(ghostscript)
+msgid "The Ghostscript interpreter for PostScript and PDF"
msgstr ""
-#. description(cheese)
+#. description(ghostscript)
msgid ""
-"Cheese is an application to take photos and videos with your webcam, with "
-"fun graphical effects."
-msgstr ""
-
-#. description(cheese:libcheese-gtk23)
-msgid ""
-"Cheese is an application to take photos and videos with your webcam, with "
-"fun graphical effects.\n"
+"Ghostscript is a package of software that provides:\n"
"\n"
-"This package contains a library providing widgets to allow third party "
-"applications to include parts of cheese functionality."
+"An interpreter for the PostScript language, with the ability to convert PostScript language files to many raster formats, view them on displays, and print them on printers that don't have PostScript language capability built in.\n"
+"\n"
+"An interpreter for Portable Document Format (PDF) files, with the same abilities.\n"
+"\n"
+"The ability to convert PostScript language files to PDF (with some limitations) and vice versa.\n"
+"\n"
+"A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF.\n"
+"\n"
+"For information how to use Ghostscript see /usr/share/ghostscript/9.16/doc/Use.htm"
msgstr ""
-#. description(cheese:libcheese-common)
-msgid ""
-"Cheese is an application to take photos and videos with your webcam, with "
-"fun graphical effects.\n"
-"\n"
-"This package contains common data that is used by the cheese libraries, like "
-"schemas."
+#. summary(ghostscript:ghostscript-x11)
+msgid "X11 library for Ghostscript"
msgstr ""
-#. summary(gnome-chess)
-msgid "Chess Game for GNOME"
+#. description(ghostscript:ghostscript-x11)
+msgid "This package contains the X11 library which is needed to view PostScript and PDF files with Ghostscript under the X Window System."
msgstr ""
-#. summary(gdm:libgdm1)
-msgid "Client Library for Communicating with GDM Greeter Server"
+#. summary(gimp)
+msgid "The GNU Image Manipulation Program"
msgstr ""
-#. summary(gdm:typelib-1_0-Gdm-1_0)
-msgid ""
-"Client Library for Communicating with GDM Greeter Server -- Introspection "
-"bindings"
+#. description(gimp)
+msgid "The GIMP (GNU Image Manipulation Program) is a powerful image composition and editing program, which can be extremely useful for creating logos and other graphics for Web pages. The GIMP offers many of the tools and filters you would expect to find in similar commercial offerings and contains some interesting extras as well. The GIMP provides a large image manipulation toolbox, including channel operations and layers, effects, subpixel imaging and antialiasing, and conversions- all including multilevel undo. The GIMP offers a scripting facility, but many of the included scripts rely on fonts that we cannot distribute."
msgstr ""
-#. summary(zeitgeist:libzeitgeist-2_0-0)
-msgid "Client library for interacting with the Zeitgeist daemon"
+#. summary(gimp:gimp-help-browser)
+msgid "The GNU Image Manipulation Program - Help Browser"
msgstr ""
-#. summary(gnome-clocks)
+#. description(gimp:gimp-help-browser)
#, fuzzy
-msgid "Clock application designed for GNOME 3"
-msgstr "Główne menu GNOME"
+msgid "This package contains the help browser for the GIMP."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(clutter:libclutter-1_0-0)
-msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces."
+#. summary(gjs)
+#. summary(gjs:libgjs0)
+msgid "JavaScript bindings based on gobject-introspection and Mozilla"
msgstr ""
-#. description(clutter-gst:libclutter-gst-2_0-0)
-msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces.\n"
-"\n"
-"Clutter GStreamer enables the use of GStreamer with Clutter."
+#. description(gjs)
+#. description(gjs:libgjs0)
+#. description(gjs:typelib-1_0-GjsPrivate-1_0)
+msgid "This module contains JavaScript bindings based on gobject-introspection and the Mozilla SpiderMonkey JavaScript engine."
msgstr ""
-#. description(clutter-gst:typelib-1_0-ClutterGst-2_0)
-msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces.\n"
-"\n"
-"Clutter GStreamer enables the use of GStreamer with Clutter.\n"
-"\n"
-"This package provides the GObject Introspection bindings for Clutter "
-"GStreamer."
+#. summary(gnome-bluetooth)
+#. summary(gnome-bluetooth:libgnome-bluetooth13)
+msgid "GNOME Bluetooth graphical utilities"
msgstr ""
-#. description(clutter-gtk:libclutter-gtk-1_0-0)
-msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces.\n"
-"\n"
-"Clutter GTK+ enables the use of GTK+ with Clutter."
+#. description(gnome-bluetooth)
+#. description(gnome-bluetooth:libgnome-bluetooth13)
+msgid "The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices."
msgstr ""
-#. description(clutter-gtk:typelib-1_0-GtkClutter-1_0)
-msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces.\n"
-"\n"
-"Clutter GTK+ enables the use of GTK+ with Clutter.\n"
-"\n"
-"This package provides the GObject Introspection bindings for Clutter GTK+."
+#. summary(gnome-calculator)
+msgid "A GNOME Calculator Application"
msgstr ""
-#. description(clutter:typelib-1_0-Clutter-1_0)
-msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces.\n"
-"\n"
-"This package provides the GObject Introspection bindings for Clutter."
+#. description(gnome-calculator)
+msgid "A GNOME calculator package based on calctool and MP library."
msgstr ""
-#. description(clutter-gst:gstreamer-plugin-gstclutter)
-msgid ""
-"Clutter is an open source software library for creating fast, visually rich "
-"and animated graphical user interfaces.\n"
-"\n"
-"This plug-in for GStreamer contains elements to render to Clutter textures."
+#. summary(gnome-chess)
+msgid "Chess Game for GNOME"
msgstr ""
-#. description(cogl:libcogl-pango15)
-msgid ""
-"Cogl is a small open source library for using 3D graphics hardware to draw "
-"pretty pictures."
+#. description(gnome-chess)
+msgid "This is a game for playing the classic board game of chess, in which two players simulate a battle by capturing the opponents pieces and ultimately the king. It can be played in 2D or 3D mode, full screen or in a window."
msgstr ""
-#. description(cogl:typelib-1_0-Cogl-1_0)
-msgid ""
-"Cogl is a small open source library for using 3D graphics hardware to draw "
-"pretty pictures.\n"
-"\n"
-"This package provides the GObject Introspection bindings for Cogl."
-msgstr ""
+#. summary(gnome-clocks)
+#, fuzzy
+msgid "Clock application designed for GNOME 3"
+msgstr "Główne menu GNOME"
-#. description(cogl:typelib-1_0-CoglPango-1_0)
-msgid ""
-"Cogl is a small open source library for using 3D graphics hardware to draw "
-"pretty pictures.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the Pango "
-"integration in Cogl."
+#. description(gnome-clocks)
+msgid "A nice simple app to show the time, date, and alarms."
msgstr ""
-#. summary(gnome-video-effects)
-msgid "Collection of GStreamer effects"
-msgstr ""
-
-#. summary(libgme:libgme0)
-msgid "Collection of video game music file emulators"
-msgstr ""
-
-#. summary(color-filesystem)
-#, fuzzy
-msgid "Color filesystem layout"
-msgstr "System plików"
-
#. summary(gnome-color-manager)
#, fuzzy
msgid "Color management tools for GNOME"
msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. summary(shared-color-profiles)
-msgid "Color profiles for color management"
+#. description(gnome-color-manager)
+msgid "GNOME Color Manager is a session framework that makes it easy to manage, install and generate color profiles in the GNOME desktop."
msgstr ""
-#. summary(dotconf:libdotconf0)
-#, fuzzy
-msgid "Configuration file parser library"
-msgstr "Konfiguracja na wyświetlaczu"
-
#. summary(gnome-contacts)
#, fuzzy
msgid "Contacts Manager for GNOME"
msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. summary(gnome-contacts:gnome-shell-search-provider-contacts)
-msgid "Contacts Manager for GNOME -- Search Provider for GNOME Shell"
-msgstr ""
+#. description(gnome-contacts)
+#, fuzzy
+msgid "The Contacts Manager for GNOME"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. summary(tracker:libtracker-common-0_16-0)
-msgid "Conveniance libraries for Tracker"
+#. summary(gnome-control-center)
+msgid "The GNOME Control Center"
msgstr ""
-#. summary(NetworkManager:typelib-1_0-NMClient-1_0)
-msgid ""
-"Convenience library for clients of NetworkManager -- Introspection bindings"
+#. description(gnome-control-center)
+msgid "The control center is GNOME's main interface for configuration of various aspects of your desktop."
msgstr ""
-#. summary(geocode-glib:libgeocode-glib0)
-msgid "Convenience library for the Yahoo! Place Finder APIs"
-msgstr ""
+#. summary(gnome-control-center:gnome-control-center-color)
+#, fuzzy
+msgid "Configuration panel for color management"
+msgstr "Konfiguracja na wyświetlaczu"
-#. summary(geocode-glib:typelib-1_0-GeocodeGlib-1_0)
+#. description(gnome-control-center:gnome-control-center-color)
#, fuzzy
-msgid ""
-"Convenience library for the Yahoo! Place Finder APIs -- Introspection "
-"bindings"
-msgstr "Aktualizacje czasu dostępu"
+msgid "This package provides the color management configuration panel for GNOME control center."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(gnome-online-miners)
-msgid "Crawls through your online content"
+#. summary(gnome-control-center:gnome-control-center-user-faces)
+msgid "Login Managers user avatars"
msgstr ""
-#. description(notification-daemon)
-msgid "D-BUS notification daemon."
-msgstr ""
+#. description(gnome-control-center:gnome-control-center-user-faces)
+#, fuzzy
+msgid "This package provides user avatars to be used by display managers"
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(libnotify:libnotify-tools)
-msgid ""
-"D-BUS notifications library.\n"
-"\n"
-"This package contains the notify-send tool to create notifications."
+#. summary(gnome-dictionary)
+msgid "Utility to look up words in dictionary sources"
msgstr ""
-#. summary(accountsservice)
-msgid "D-Bus Service to Manipulate User Account Information"
+#. description(gnome-dictionary)
+msgid "The Dictionary application enables you to search words and terms on a dictionary source."
msgstr ""
-#. summary(accountsservice:libaccountsservice0)
-msgid "D-Bus Service to Manipulate User Account Information -- Client Library"
+#. summary(gnome-disk-utility)
+msgid "Disks application for dealing with storage devices"
msgstr ""
-#. summary(accountsservice:typelib-1_0-AccountsService-1_0)
-msgid ""
-"D-Bus Service to Manipulate User Account Information -- Introspection "
-"bindings"
+#. description(gnome-disk-utility)
+msgid "The gnome-disk-utility project provides the Disks application for dealing with storage devices."
msgstr ""
-#. description(dante:libsocks0)
-msgid ""
-"Dante is a free implementation of the following proxy protocols: socks "
-"version 4, socks version 5 (rfc1928), and msproxy. It can be used as a "
-"firewall between networks. It is being developed by Inferno Nettverk A/S, a "
-"Norwegian consulting company. Commercial support is available.\n"
-"\n"
-"This package contains the dynamic libraries required to make existing "
-"applications become socks clients."
+#. summary(gnome-documents)
+#, fuzzy
+msgid "Document Manager for GNOME"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
+
+#. description(gnome-documents)
+msgid "Documents is a document manager application for GNOME."
msgstr ""
-#. summary(m17n-db)
-msgid "Database Needed by the m17n Library m17n-lib"
+#. summary(gnome-documents:gnome-documents_books-common)
+msgid "Shared data between GNOME Documents and GNOME Books"
msgstr ""
-#. description(m17n-db)
-msgid "Database that is needed by the m17n library \"m17n-lib\"."
+#. description(gnome-documents:gnome-documents_books-common)
+#, fuzzy
+msgid "This package provides runtime information shared between GNOME Documents and GNOME Books."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(gnome-font-viewer)
+msgid "A font viewer utility for GNOME"
msgstr ""
-#. summary(icc-profiles-openicc:icc-profiles-basiccolor-lstarrgb)
-msgid "Default Editing RGB profile"
+#. description(gnome-font-viewer)
+msgid "A utility to let you see the installed fonts at a glance."
msgstr ""
-#. summary(icc-profiles-openicc:icc-profiles-lcms-lab)
-msgid "Default PCS profiles"
+#. summary(gnome-games:gnome-games-recommended)
+msgid "Recommended Games for GNOME"
msgstr ""
-#. summary(icc-profiles-openicc:icc-profiles-openicc-rgb)
-msgid "Default sRGB ICC profile +"
+#. description(gnome-games:gnome-games-recommended)
+msgid ""
+"GNOME games is a collection of simple, but addictive, games from the GNOME desktop project. They represent many of the popular games and include card games, puzzle games and arcade games. They are meant to be the sort of game that can be played in five minutes or so. They are also meant to be fun enough that you will play them again and again. Of course we can't be held responsible for the time and productivity lost while playing them.\n"
+"\n"
+"This package will install a set of recommended games."
msgstr ""
-#. summary(libmodplug:libmodplug1)
-msgid "Development files for libmodplug"
+#. summary(gnome-mahjongg)
+msgid "Mahjong Solitaire Game for GNOME"
msgstr ""
-#. summary(speech-dispatcher)
-msgid "Device independent layer for speech synthesis"
+#. description(gnome-mahjongg)
+msgid "Mahjongg is a solitaire version of the classic Eastern tile game. It involves clearing as much of the board as possible by matching corresponding tiles and taking them out of play."
msgstr ""
-#. summary(speech-dispatcher:libspeechd2)
+#. summary(gnome-maps)
#, fuzzy
-msgid "Device independent layer for speech synthesis - Client library"
-msgstr "Pakiety dla programistów KDE"
+msgid "MAP Application for GNOME 3"
+msgstr "Główne menu GNOME"
-#. summary(speech-dispatcher:python3-speechd)
-msgid "Device independent layer for speech synthesis - Python Bindings"
-msgstr ""
-
-#. summary(dirac:libdirac_encoder0)
+#. description(gnome-maps)
#, fuzzy
-msgid "Dirac Video Codec Encoder Library"
-msgstr "Komunikaty jądra"
+msgid "Maps is a map application for GNOME 3."
+msgstr "Ulubione aplikacje"
-#. description(dirac:libdirac_encoder0)
-msgid ""
-"Dirac is an open source video codec. It uses a traditional hybrid video "
-"codec architecture, but with the wavelet transform instead of the usual "
-"block transforms. Motion compensation uses overlapped blocks to reduce "
-"block artefacts that would upset the transform coding stage.\n"
-"\n"
-"Dirac can code just about any size of video, from streaming up to HD and "
-"beyond, although certain presets are defined for different applications and "
-"standards. These cover the parameters that need to be set for the encoder "
-"to work, such as block sizes and temporal prediction structures, which must "
-"otherwise be set by hand.\n"
-"\n"
-"Dirac is intended to develop into real coding and decoding software, capable "
-"of plugging into video processing applications and media players that need "
-"compression. It is intended to develop into a simple set of reliable but "
-"effective coding tools that work over a wide variety of content and formats, "
-"using well-understood compression techniques, in a clear and accessible "
-"software structure. It is not intended as a demonstration or reference coder."
+#. summary(gnome-menus)
+#. summary(gnome-menus:libgnome-menu-3-0)
+msgid "The GNOME Desktop Menu"
msgstr ""
-#. summary(baobab)
-msgid "Disk Usage Analyzer"
-msgstr ""
-
-#. description(baobab)
+#. description(gnome-menus)
+#. description(gnome-menus:libgnome-menu-3-0)
msgid ""
-"Disk Usage Analyzer is a graphical, menu-driven application to analyse disk "
-"usage in any GNOME environment. Disk Usage Analyzer can easily scan either "
-"the whole filesystem tree, or a specific user-requested directory branch "
-"(local or remote).\n"
+"The package contains an implementation of the draft \"Desktop Menu Specification\" from freedesktop.org:\n"
"\n"
-"It also auto-detects in real-time any changes made to your home directory as "
-"far as any mounted/unmounted device. Disk Usage Analyzer also provides a "
-"full graphical treemap window for each selected folder."
+"http://www.freedesktop.org/Standards/menu-spec"
msgstr ""
-#. summary(gnome-disk-utility)
-msgid "Disks application for dealing with storage devices"
+#. summary(gnome-mines)
+msgid "Minesweeper Game for GNOME"
msgstr ""
-#. summary(libdmx:libdmx1)
-msgid "Distributed Multihead X extension library"
+#. description(gnome-mines)
+msgid "This is the popular logic puzzle minesweeper, which includes avoiding mines while receiving clues for the location of the mines."
msgstr ""
-#. summary(docbook_4)
-msgid "DocBook DTD Version 4.x"
-msgstr ""
-
-#. description(docbook_4)
-msgid ""
-"DocBook is a schema. It is particularly well-suited to books and papers "
-"about computer hardware and software (though it is not limited to these "
-"applications at all). This package has SGML- and XML-DTD versions included. "
-"Some versions of DocBook contain also a RELAX NG and W3C Schema."
-msgstr ""
-
-#. summary(gnome-documents)
+#. summary(gnome-music)
#, fuzzy
-msgid "Document Manager for GNOME"
+msgid "Music Player for GNOME"
msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. summary(gnome-documents:gnome-shell-search-provider-documents)
-msgid "Document Manager for GNOME -- Search Provider for GNOME Shell"
-msgstr ""
+#. description(gnome-music)
+#, fuzzy
+msgid "Music player and management application for GNOME."
+msgstr "Ulubione aplikacje"
-#. description(gnome-documents)
-msgid "Documents is a document manager application for GNOME."
+#. summary(gnome-nettool)
+msgid "GNOME Interface for Various Networking Tools"
msgstr ""
-#. description(gnome-documents:gnome-shell-search-provider-documents)
-msgid ""
-"Documents is a document manager application for GNOME.\n"
-"\n"
-"This package contains a search provider to enable GNOME Shell to get search "
-"results from documents."
+#. description(gnome-nettool)
+msgid "GNOME Nettool is a set of front-ends to various networking command line tools, like ping, netstat, ifconfig, whois, traceroute, and finger."
msgstr ""
-#. description(duplicity)
-msgid ""
-"Duplicity incrementally backs up files and directories by encrypting tar-"
-"format volumes with GnuPG and uploading them to a remote (or local) file "
-"server. In theory many remote backends are possible; right now local, ssh/"
-"scp, ftp, rsync, HSI, WebDAV, and Amazon S3 backends are written.\n"
-"\n"
-"Because duplicity uses librsync, the incremental archives are space "
-"efficient and only record the parts of files that have changed since the "
-"last backup. Currently duplicity supports deleted files, full unix "
-"permissions, directories, symbolic links, fifos, etc., but not hard links."
+#. summary(gnome-online-accounts)
+msgid "GNOME service to access online accounts"
msgstr ""
-#. summary(babl:libbabl-0_1-0)
-msgid "Dynamic Pixel Format Translation Library"
+#. description(gnome-online-accounts)
+#. description(gnome-online-accounts:libgoa-1_0-0)
+#. description(gnome-online-accounts:libgoa-backend-1_0-1)
+msgid "gnome-online-accounts provides interfaces so applications and libraries in GNOME can access the user's online accounts."
msgstr ""
-#. summary(branding-openSUSE:dynamic-wallpaper-branding-openSUSE)
-msgid "Dynamic wallpaper for GNOME, with openSUSE look"
+#. summary(gnome-online-miners)
+msgid "Crawls through your online content"
msgstr ""
-#. description(deja-dup)
-msgid ""
-"Déjà Dup is a simple backup tool. It hides the complexity of doing backups "
-"the 'right way' (encrypted, off-site, and regular) and uses duplicity as the "
-"backend.\n"
-"\n"
-"Features: * Support for local or remote backup locations, including Amazon "
-"S3 * Securely encrypts and compresses your data * Incrementally backs up, "
-"letting you restore from any particular backup * Schedules regular backups "
-"* Integrates well into your GNOME desktop"
+#. description(gnome-online-miners)
+msgid "GNOME Online Miners provides a set of crawlers that go through your online content and index them locally in Tracker. It has miners for Flickr, Google, OwnCloud and SkyDrive."
msgstr ""
-#. description(deja-dup:nautilus-deja-dup)
-msgid ""
-"Déjà Dup is a simple backup tool. It hides the complexity of doing backups "
-"the 'right way' (encrypted, off-site, and regular) and uses duplicity as the "
-"backend.\n"
-"\n"
-"Features: * Support for local or remote backup locations, including Amazon "
-"S3 * Securely encrypts and compresses your data * Incrementally backs up, "
-"letting you restore from any particular backup * Schedules regular backups "
-"* Integrates well into your GNOME desktop\n"
-"\n"
-"This package contains a plugin to integrate Déjà Dup into Nautilus."
+#. summary(gnome-packagekit)
+msgid "Applications for the PackageKit API"
msgstr ""
-#. summary(deja-dup:nautilus-deja-dup)
-msgid "Déjà Dup Plugin for Nautilus"
+#. description(gnome-packagekit)
+msgid "GNOME PackageKit provides session applications for the PackageKit API. There are several utilities designed for installing, updating and removing packages on your system."
msgstr ""
-#. summary(speech-dispatcher:speech-dispatcher-module-espeak)
-msgid "ESpeak module for Speech Dispatcher"
+#. summary(gnome-power-manager)
+msgid "Power Management for GNOME"
msgstr ""
-#. description(empathy)
-msgid ""
-"Empathy is a messaging program which supports text, voice, and video chat "
-"and file transfers over many different protocols. You can tell it about your "
-"accounts on all those services and do all your chatting within one "
-"application.\n"
-"\n"
-"Empathy uses Telepathy for protocol support and has a user interface based "
-"on Gossip. Empathy is the default chat client in current versions of GNOME, "
-"making it easier for other GNOME applications to integrate collaboration "
-"functionality using Telepathy."
+#. description(gnome-power-manager)
+msgid "GNOME Power Manager is a GNOME session daemon that acts as a policy agent. It listens for system events and responds with user-configurable actions."
msgstr ""
-#. summary(duplicity)
-msgid "Encrypted bandwidth-efficient backup using the rsync algorithm"
+#. summary(gnome-screenshot)
+msgid "Utility to take pictures of your screen"
msgstr ""
-#. summary(bundle-lang-gnome:bundle-lang-gnome-en)
-msgid "English translations for many GNOME programs"
+#. description(gnome-screenshot)
+msgid "The screenshot tool captures the screen, a window, or an user-defined area and save the snapshot image to a file."
msgstr ""
-#. summary(evince:nautilus-evince)
-msgid "Evince Plugin for Nautilus"
+#. summary(gnome-session)
+msgid "Session Tools for the GNOME Desktop"
msgstr ""
-#. description(evince)
-msgid ""
-"Evince is a document viewer capable of displaying multiple and singlepage "
-"document formats like PDF and PostScript."
+#. description(gnome-session)
+msgid "This package provides the basic session tools, like session management functionality, for the GNOME Desktop."
msgstr ""
-#. description(evince:nautilus-evince)
-msgid ""
-"Evince is a document viewer capable of displaying multiple and singlepage "
-"document formats like PDF and PostScript.\n"
-"\n"
-"This package contains a plugin to integrate Evince into Nautilus."
+#. summary(gnome-session:gnome-session-core)
+msgid "Session Manager for GNOME -- Minimal Version"
msgstr ""
-#. summary(evolution-data-server)
-#, fuzzy
-msgid "Evolution Data Server"
-msgstr "Klient NIS"
-
-#. summary(evolution-data-server:libedata-book-1_2-20)
-#, fuzzy
-msgid "Evolution Data Server - Address Book Backend Library"
-msgstr "Klient NIS"
-
-#. summary(evolution-data-server:libebook-1_2-14)
-msgid "Evolution Data Server - Address Book Client Library"
+#. description(gnome-session:gnome-session-core)
+msgid "This package contains a minimal version of gnome-session, that can be used for specific cases. The gnome-session package is needed for a fully functional GNOME desktop."
msgstr ""
-#. summary(evolution-data-server:libebackend-1_2-7)
-msgid "Evolution Data Server - Backend Utilities Library"
+#. summary(gnome-session:gnome-session-default-session)
+msgid "Session Manager for GNOME -- Default GNOME Session"
msgstr ""
-#. summary(evolution-data-server:libedata-cal-1_2-23)
+#. description(gnome-session:gnome-session-default-session)
#, fuzzy
-msgid "Evolution Data Server - Calendar Backend Library"
-msgstr "Klient NIS"
+msgid "This package contains the definition of the default GNOME session."
+msgstr "<p>To menu zawiera odnośniki do informacji o dokumencie.</p>"
-#. summary(evolution-data-server:libecal-1_2-16)
-#, fuzzy
-msgid "Evolution Data Server - Calendar Client Library"
-msgstr "Klient NIS"
-
-#. summary(evolution-data-server:libcamel-1_2-45)
-msgid "Evolution Data Server - Messaging Library"
+#. summary(gnome-session:gnome-session-wayland)
+msgid "Session Manager for GNOME -- Wayland session"
msgstr ""
-#. summary(evolution-data-server:libedataserver-1_2-18)
-msgid "Evolution Data Server - Utilities Library"
-msgstr ""
+#. description(gnome-session:gnome-session-wayland)
+#, fuzzy
+msgid "This package contains the definition of the default GNOME session on Wayland."
+msgstr "<p>To menu zawiera odnośniki do informacji o dokumencie.</p>"
-#. description(evolution-data-server)
-msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop."
+#. summary(gnome-settings-daemon)
+msgid "Settings daemon for the GNOME desktop"
msgstr ""
-#. description(evolution-data-server:libedata-book-1_2-20)
+#. description(gnome-settings-daemon)
msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop.\n"
+"gnome-settings-daemon provides a daemon run by all GNOME sessions to provide live access to configuration settings and the changes done to them as well as basic services like a clipboard manager, controlling the startup of the screensaver, etc.\n"
"\n"
-"This package contains a shared system library for address book backends."
+"This module was previously part of GNOME Control Center, but has been splitted from it for a more general use."
msgstr ""
-#. description(evolution-data-server:libebackend-1_2-7)
-msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop.\n"
-"\n"
-"This package contains a shared system library for backends."
+#. summary(gnome-shell)
+#, fuzzy
+msgid "GNOME Shell"
+msgstr "System GNOME"
+
+#. description(gnome-shell)
+msgid "The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, accessing documents, and organizing open windows in GNOME."
msgstr ""
-#. description(evolution-data-server:libedata-cal-1_2-23)
-msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop.\n"
-"\n"
-"This package contains a shared system library for calendar backends."
+#. summary(gnome-shell:gnome-shell-browser-plugin)
+msgid "GNOME Shell Browser Plugin for the Extensions Repository"
msgstr ""
-#. description(evolution-data-server:libcamel-1_2-45)
-msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop.\n"
-"\n"
-"This package contains a shared system library for messaging."
+#. description(gnome-shell:gnome-shell-browser-plugin)
+msgid "The GNOME Shell Browser Plugin provides integration with gnome-shell and the corresponding extensions repository. The plugin allows the extensions repository to provide good integration, letting the website know which extensions are enabled and disabled, and allowing the website to enable, disable and install them."
msgstr ""
-#. description(evolution-data-server:libebook-1_2-14)
-msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop.\n"
-"\n"
-"This package contains a shared system library to access address books."
+#. summary(gnome-shell:gnome-shell-calendar)
+#, fuzzy
+msgid "Evolution Calendar support for GNOME Shell"
+msgstr "Nie znaleziono XScreensaver."
+
+#. description(gnome-shell:gnome-shell-calendar)
+msgid "This package adds support for Evolution Calendar, such as appointments into GNOME Shell calendar."
msgstr ""
-#. description(evolution-data-server:libecal-1_2-16)
-msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop.\n"
-"\n"
-"This package contains a shared system library to access calendars."
+#. summary(bijiben:gnome-shell-search-provider-bijiben)
+msgid "Note editor for GNOME -- Search Provider for GNOME Shell"
msgstr ""
-#. description(evolution-data-server:libedataserver-1_2-18)
+#. description(bijiben:gnome-shell-search-provider-bijiben)
msgid ""
-"Evolution Data Server provides a central location for your address book and "
-"calendar in the GNOME Desktop.\n"
+"Bijiben is a note editor designed to remain simple to use.\n"
"\n"
-"This package contains a shared system library."
+"This package contains a search provider to enable GNOME Shell to get search results from documents."
msgstr ""
-#. description(evolution)
-msgid ""
-"Evolution consists of modular components (at the moment: mailer, calendar, "
-"and address book) that should make daily life easier. Because of the modular "
-"design, it is possible to plug new components into Evolution or embed the "
-"existing ones in other applications."
+#. summary(gnome-contacts:gnome-shell-search-provider-contacts)
+msgid "Contacts Manager for GNOME -- Search Provider for GNOME Shell"
msgstr ""
-#. summary(libsexy)
-msgid "Extended Widgets for GTK+"
-msgstr ""
-
-#. summary(libgsf:libgsf-1-114)
+#. description(gnome-contacts:gnome-shell-search-provider-contacts)
msgid ""
-"Extensible I/O abstraction library for dealing with structured file formats"
+"The Contacts Manager for GNOME\n"
+"\n"
+"This package contains a search provider to enable GNOME Shell to get search results from contacts."
msgstr ""
-#. summary(seahorse-nautilus:nautilus-extension-seahorse)
-msgid "Extension for nautilus which allows encryption and decryption of files"
+#. summary(gnome-documents:gnome-shell-search-provider-documents)
+msgid "Document Manager for GNOME -- Search Provider for GNOME Shell"
msgstr ""
-#. description(gnome-icon-theme-extras)
-msgid "Extra GNOME icons for specific devices and file types."
+#. description(gnome-documents:gnome-shell-search-provider-documents)
+msgid ""
+"Documents is a document manager application for GNOME.\n"
+"\n"
+"This package contains a search provider to enable GNOME Shell to get search results from documents."
msgstr ""
-#. summary(tracker:libtracker-extract-0_16-0)
-msgid "Extract library for Tracker"
+#. summary(gnome-calculator:gnome-shell-search-provider-gnome-calculator)
+msgid "GNOME Calculator -- Search Provider for GNOME Shell"
msgstr ""
-#. description(eog)
-msgid ""
-"Eye of GNOME is an image viewer program. It is meant to be a fast and "
-"functional image viewer."
+#. description(gnome-calculator:gnome-shell-search-provider-gnome-calculator)
+msgid "This package contains a search provider to enable GNOME Shell to get search results from GNOME Calculator."
msgstr ""
-#. summary(shared-color-profiles:icc-profiles-scp-fogra)
-msgid "FOGRA 27L color profile"
+#. summary(gnome-clocks:gnome-shell-search-provider-gnome-clocks)
+msgid "GNOME Clocksl -- Search Provider for GNOME Shell"
msgstr ""
-#. description(farstream:gstreamer-plugins-farstream)
-msgid ""
-"Farstream is a collection of GStreamer modules and libraries for "
-"videoconferencing."
+#. description(gnome-clocks:gnome-shell-search-provider-gnome-clocks)
+msgid "This package contains a search provider to enable GNOME Shell to get search results from GNOME Clocks."
msgstr ""
-#. description(farstream:farstream-data)
-msgid ""
-"Farstream is a collection of GStreamer modules and libraries for "
-"videoconferencing.\n"
-"\n"
-"This package contains data (codec preferences, element properties) used by "
-"the library."
+#. summary(gnome-terminal:gnome-shell-search-provider-gnome-terminal)
+msgid "GNOME Terminal -- Search Provider for GNOME Shell"
msgstr ""
-#. summary(nautilus)
-msgid "File Manager for the GNOME Desktop"
+#. description(gnome-terminal:gnome-shell-search-provider-gnome-terminal)
+msgid "This package contains a search provider to enable GNOME Shell to get search results from GNOME Terminal."
msgstr ""
-#. summary(nautilus:libnautilus-extension1)
-msgid "File Manager for the GNOME Desktop -- Extension Library"
-msgstr ""
-
#. summary(nautilus:gnome-shell-search-provider-nautilus)
msgid "File Manager for the GNOME Desktop -- Search Provider for GNOME Shell"
msgstr ""
-#. description(file-roller)
+#. description(nautilus:gnome-shell-search-provider-nautilus)
msgid ""
-"File Roller is an archive manager for GNOME. With it, you can create and "
-"modify archives, view the contents of an archive, view a file contained in "
-"the archive, and extract files from the archive."
+"Nautilus is the file manager for the GNOME desktop.\n"
+"\n"
+"This package contains a search provider to enable GNOME Shell to get search results from Files (nautilus)"
msgstr ""
-#. description(file-roller:nautilus-file-roller)
-msgid ""
-"File Roller is an archive manager for GNOME. With it, you can create and "
-"modify archives, view the contents of an archive, view a file contained in "
-"the archive, and extract files from the archive.\n"
-"\n"
-"This package contains a plugin to integrate File Roller into Nautilus."
+#. summary(seahorse:gnome-shell-search-provider-seahorse)
+msgid "GNOME interface for gnupg -- Search Provider for GNOME Shell"
msgstr ""
-#. description(fortune)
+#. description(seahorse:gnome-shell-search-provider-seahorse)
msgid ""
-"Fortune displays a random text string from a set of files in a certain "
-"format.\n"
+"Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.\n"
"\n"
-"This occurs each time you start a login shell. To get this feature just "
-"uncomment the respective lines in the user's .profile."
+"This package contains a search provider to enable GNOME Shell to get search results from seahorse."
msgstr ""
-#. summary(grilo:libgrilo-0_2-1)
-msgid "Framework for browsing and searching media content"
+#. summary(gnome-shell:gnome-shell-wayland)
+msgid "GNOME Shell -- Wayland session"
msgstr ""
-#. summary(grilo:typelib-1_0-Grl-0_2)
+#. description(gnome-shell:gnome-shell-wayland)
#, fuzzy
-msgid ""
-"Framework for browsing and searching media content -- Introspection bindings"
-msgstr "Zarządzanie katalogami"
+msgid "This package contains the definition of the default GNOME Shell on Wayland."
+msgstr "<p>To menu zawiera odnośniki do informacji o dokumencie.</p>"
-#. summary(grilo:libgrlnet-0_2-0)
-msgid ""
-"Framework for browsing and searching media content -- Networking Helper "
-"Library"
-msgstr ""
+#. summary(gnome-software)
+#, fuzzy
+msgid "GNOME Software Store"
+msgstr "Centrum sterowania"
-#. summary(fribidi)
-msgid "Free Implementation of BiDi Algorithm"
-msgstr ""
+#. description(gnome-software)
+#, fuzzy
+msgid "AppStore like management of Applications for your GNOME Desktop."
+msgstr "Główne menu GNOME"
-#. summary(libcdaudio:libcdaudio1)
-msgid "Functions to control oepration of a CD-ROM while playing audio CDs"
-msgstr ""
+#. summary(gnome-sudoku)
+#, fuzzy
+msgid "Sudoku Game for GNOME"
+msgstr "Zarządzanie energią (APM)"
-#. description(gcr:typelib-1_0-Gck-1)
-msgid ""
-"GCK is a library for accessing PKCS#11 modules like smart cards, in a (G)"
-"object oriented way.\n"
-"\n"
-"This package provides the GObject Introspection bindings for GCK."
+#. description(gnome-sudoku)
+msgid "Sudoku is a logic puzzle game, in which one must fill a 9 by 9 square with the correct digits."
msgstr ""
-#. summary(pulseaudio:pulseaudio-module-gconf)
-msgid "GCONF module for PulseAudio"
+#. summary(gnome-system-monitor)
+msgid "A Simple Process Monitor"
msgstr ""
-#. description(gcr:typelib-1_0-Gcr-3)
-msgid ""
-"GCR is a library for displaying certificates, and crypto UI, accessing key "
-"stores.\n"
-"\n"
-"This package provides the GObject Introspection bindings for GCR."
+#. description(gnome-system-monitor)
+msgid "GNOME-system-monitor is a simple process and system monitor for the GNOME Desktop."
msgstr ""
-#. description(gegl:gegl-0_2)
-msgid ""
-"GEGL provides infrastructure to do demand based cached non destructive image "
-"editing on larger than RAM buffers. Through babl it provides support for a "
-"wide range of color models and pixel storage formats for input and output."
+#. summary(gnome-terminal)
+msgid "GNOME Terminal"
msgstr ""
-#. summary(gjs:typelib-1_0-GjsPrivate-1_0)
-msgid "GJS DBus utility library -- Introspection bindings"
-msgstr ""
+#. description(gnome-terminal)
+#, fuzzy
+msgid "This package provides the GNOME terminal emulator application."
+msgstr "Ostatnio używane aplikacje"
-#. summary(Mesa-demo:Mesa-demo-x)
-msgid "GLX-based demos"
+#. summary(gnome-user-share)
+msgid "GNOME user file sharing"
msgstr ""
-#. description(avahi-glib2:libavahi-glib1)
+#. description(gnome-user-share)
msgid ""
-"GLib support for avahi.\n"
+"gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.\n"
"\n"
-"Avahi is an implementation the DNS Service Discovery and Multicast DNS "
-"specifications for Zeroconf Computing. It uses D-BUS for communication "
-"between user applications and a system daemon. The daemon is used to "
-"coordinate application efforts in caching replies, necessary to minimize the "
-"traffic imposed on networks.\n"
+"The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in GNOME.\n"
"\n"
-"The Avahi mDNS responder is now feature complete implementing all MUSTs and "
-"the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in "
-"the Apple Bonjour conformance test suite. In addition it supports some nifty "
-"things that have never been seen elsewhere like correct mDNS reflection "
-"across LAN segments."
+"The program also allows to share files using ObexFTP over Bluetooth."
msgstr ""
-#. summary(pidgin:libpurple)
-msgid "GLib-based Instant Messenger Library"
+#. summary(gnome-desktop:gnome-version)
+#, fuzzy
+msgid "GNOME version"
+msgstr "Uruchomienie Live-CD"
+
+#. description(gnome-desktop:gnome-version)
+#, fuzzy
+msgid "This package contains information on the version of GNOME that is installed."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(gnome-web-photo)
+msgid "GNOME Web Photographer"
msgstr ""
-#. summary(pidgin-branding-openSUSE:libpurple-branding-openSUSE)
-msgid "GLib-based Instant Messenger Library -- openSUSE Default Configuration"
+#. description(gnome-web-photo)
+msgid "GNOME Web Photographer is a tool to generate full-size image files and thumbnails from HTML files and web pages."
msgstr ""
-#. summary(libgdata:libgdata13)
-msgid ""
-"GLib-based library for accessing online service APIs using the GData protocol"
+#. summary(gnuchess)
+msgid "GNU Chess Program"
msgstr ""
-#. summary(libgdata:typelib-1_0-GData-0_0)
-msgid ""
-"GLib-based library for accessing online service APIs using the GData "
-"protocol -- Introspection bindings"
+#. description(gnuchess)
+msgid "A worthy chess opponent that runs in text mode. Find an X11 interface in the xboard package."
msgstr ""
-#. description(gmime:libgmime-2_6-0)
+#. summary(gpgme)
+msgid "A Library Designed to Give Applications Easy Access to GnuPG"
+msgstr ""
+
+#. description(gpgme)
msgid ""
-"GMime is a C/C++ library for parsing and creating messages using the "
-"Multipurpose Internet Mail Extension (MIME)."
+"GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a high-level Crypto API for encryption, decryption, signing, signature verification, and key management. Currently it uses GnuPG as its back-end, but the API is not restricted to this engine.\n"
+"\n"
+"Because the direct use of GnuPG from an application can be a complicated programming task, it is suggested that all software should try to use GPGME instead. This way bug fixes or improvements can be done at a central place and every application benefits from this. Authors of MUAs should especially consider using GPGME. Creating a set of standard widgets for common key selection tasks is even planned."
msgstr ""
-#. summary(gnome-bluetooth:gnome-bluetooth-plugins-geoclue)
-msgid "GNOME Bluetooth Support"
+#. summary(grilo-plugins:grilo-plugin-tracker)
+msgid "Media discovering and browsing framework -- Tracker Plugin"
msgstr ""
-#. summary(gnome-bluetooth)
-msgid "GNOME Bluetooth graphical utilities"
+#. description(grilo-plugins:grilo-plugin-tracker)
+#. description(grilo:libgrilo-0_2-1)
+#. description(grilo:libgrlnet-0_2-0)
+#. description(grilo:libgrlpls-0_2-0)
+msgid "Grilo is a framework for browsing and searching media content from various sources using a single API."
msgstr ""
-#. summary(gnome-bluetooth:typelib-1_0-GnomeBluetooth-1_0)
-msgid "GNOME Bluetooth graphical utilities -- Introspection bindings"
+#. summary(grilo-plugins:grilo-plugin-youtube)
+msgid "Media discovering and browsing framework -- Youtube Plugin"
msgstr ""
-#. description(gnome-color-manager)
+#. description(grilo-plugins:grilo-plugin-youtube)
msgid ""
-"GNOME Color Manager is a session framework that makes it easy to manage, "
-"install and generate color profiles in the GNOME desktop."
+"Grilo is a framework for browsing and searching media content from various sources using a single API.\n"
+"\n"
+"This package provides a plugin for accessing content from Youtube."
msgstr ""
-#. summary(zenity)
-msgid "GNOME Command Line Dialog Utility"
+#. summary(grilo-plugins)
+msgid "Media discovering and browsing framework -- Media and Metadata Plugins"
msgstr ""
-#. summary(gnome-user-docs)
-msgid "GNOME Desktop Documentation"
+#. description(grilo-plugins)
+msgid ""
+"Grilo is a framework for browsing and searching media content from various sources using a single API.\n"
+"\n"
+"This package provides plugins for accessing content from various media providers, including podcasts, Apple trailers, Flickr, Jamendo, Vimeo, YouTube."
msgstr ""
-#. summary(evince)
-msgid "GNOME Document Viewer"
-msgstr ""
-
-#. summary(evince:libevdocument3-4)
+#. summary(libgsf:gsf-office-thumbnailer)
#, fuzzy
-msgid "GNOME Document Viewer - System Library"
-msgstr "XF86Messenger"
+msgid "Office files thumbnailer for the GNOME desktop"
+msgstr "Główne menu GNOME"
-#. summary(evince:typelib-1_0-EvinceDocument-3_0)
+#. description(libgsf:gsf-office-thumbnailer)
#, fuzzy
-msgid "GNOME Document Viewer -- Introspection bindings"
-msgstr "Domyślna przeglądarka menu i aplikacji"
+msgid "This package provides a thumbnailer for office files."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(libreoffice:libreoffice-gnome)
-#, fuzzy
-msgid "GNOME Extensions for LibreOffice"
-msgstr "Transakcja zestawu zakończona niepowodzeniem."
-
-#. summary(gnome-icon-theme)
-msgid "GNOME Icon Theme"
+#. summary(libnice:gstreamer-0_10-libnice)
+msgid "Interactive Connectivity Establishment implementation - GStreamer 0.10"
msgstr ""
-#. summary(gnome-icon-theme-extras)
-msgid "GNOME Icon Theme Extras"
+#. description(libnice:gstreamer-0_10-libnice)
+#. description(libnice:libnice10)
+msgid "libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE)."
msgstr ""
-#. summary(gnome-nettool)
-msgid "GNOME Interface for Various Networking Tools"
+#. summary(libnice:gstreamer-libnice)
+msgid "Interactive Connectivity Establishment implementation - GStreamer 1.0"
msgstr ""
-#. summary(libgnomekbd)
-msgid "GNOME Keyboard Library"
+#. description(libnice:gstreamer-libnice)
+msgid "libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE)"
msgstr ""
-#. summary(rhythmbox)
-msgid "GNOME Music Management Application"
+#. summary(clutter-gst2:gstreamer-plugin-gstclutter)
+#. summary(clutter-gst:gstreamer-plugin-gstclutter-3_0)
+msgid "GStreamer Clutter Plug-In"
msgstr ""
-#. description(gnome-nettool)
+#. description(clutter-gst2:gstreamer-plugin-gstclutter)
+#. description(clutter-gst:gstreamer-plugin-gstclutter-3_0)
msgid ""
-"GNOME Nettool is a set of front-ends to various networking command line "
-"tools, like ping, netstat, ifconfig, whois, traceroute, and finger."
+"Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.\n"
+"\n"
+"This plug-in for GStreamer contains elements to render to Clutter textures."
msgstr ""
-#. description(gnome-online-miners)
-msgid ""
-"GNOME Online Miners provides a set of crawlers that go through your online "
-"content and index them locally in Tracker. It has miners for Flickr, Google, "
-"OwnCloud and SkyDrive."
+#. summary(farstream:gstreamer-plugins-farstream)
+msgid "GStreamer Plug-Ins for videoconferencing"
msgstr ""
-#. description(gnome-packagekit)
-msgid ""
-"GNOME PackageKit provides session applications for the PackageKit API. There "
-"are several utilities designed for installing, updating and removing "
-"packages on your system."
+#. description(farstream:gstreamer-plugins-farstream)
+#. description(farstream:libfarstream-0_2-5)
+msgid "Farstream is a collection of GStreamer modules and libraries for videoconferencing."
msgstr ""
-#. description(gnome-power-manager)
+#. description(gstreamer-plugins-ugly)
msgid ""
-"GNOME Power Manager is a GNOME session daemon that acts as a policy agent. "
-"It listens for system events and responds with user-configurable actions."
+"GStreamer is a streaming media framework based on graphs of filters that operate on media data. Applications using this library can do anything media-related, from real-time sound processing to playing videos. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing newplug-ins.\n"
+"\n"
+"This package contains well-written plug-ins that can't be shipped in gstreamer-plugins-good because:\n"
+"- the license is not LGPL\n"
+"- the license of the library is not LGPL\n"
+"- there are possible licensing issues with the code."
msgstr ""
-#. summary(gnome-screensaver)
-msgid "GNOME Screen Saver and Locker"
+#. summary(gtk2-engines:gtk2-engine-hcengine)
+msgid "HC GTK+ 2 Theme Engine"
msgstr ""
-#. summary(gnome-shell)
-#, fuzzy
-msgid "GNOME Shell"
-msgstr "System GNOME"
+#. description(gtk2-engines:gtk2-engine-hcengine)
+msgid "The High Contrast engine is targeted for usability themes, such as the GNOME HighContrast theme."
+msgstr ""
-#. summary(gnome-shell:gnome-shell-browser-plugin)
-msgid "GNOME Shell Browser Plugin for the Extensions Repository"
+#. summary(gucharmap)
+msgid "A Featureful Unicode Character Map"
msgstr ""
-#. summary(gnome-terminal)
-msgid "GNOME Terminal"
+#. description(gucharmap)
+msgid "Gucharmap is a featureful unicode character map."
msgstr ""
-#. description(gnome-tweak-tool)
-msgid ""
-"GNOME Tweak Tool is an application for changing the advanced settings of "
-"GNOME 3."
+#. description(guile)
+msgid "This is Guile, a portable, embeddable Scheme implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs."
msgstr ""
-#. summary(vino)
-msgid "GNOME VNC Server"
+#. summary(gupnp-av)
+#. summary(gupnp-av:libgupnp-av-1_0-2)
+msgid "Library to ease the handling and implementation of UPnP A/V profiles"
msgstr ""
-#. summary(gnome-web-photo)
-msgid "GNOME Web Photographer"
+#. description(gupnp-av)
+#. description(gupnp-av:libgupnp-av-1_0-2)
+msgid "GUPnP A/V is a small utility library that aims to ease the handling and implementation of UPnP A/V profiles."
msgstr ""
-#. description(gnome-web-photo)
-msgid ""
-"GNOME Web Photographer is a tool to generate full-size image files and "
-"thumbnails from HTML files and web pages."
+#. summary(gvfs)
+#. summary(gvfs:gvfs-backends)
+#. summary(gvfs:gvfs-fuse)
+msgid "VFS functionality for GLib"
msgstr ""
-#. summary(NetworkManager-gnome)
-msgid "GNOME applications for use with NetworkManager"
+#. description(gvfs)
+#. description(gvfs:gvfs-backends)
+#. description(gvfs:gvfs-fuse)
+msgid "VFS functionality for GLib."
msgstr ""
-#. description(gnome-games:gnome-games-recommended)
-msgid ""
-"GNOME games is a collection of simple, but addictive, games from the GNOME "
-"desktop project. They represent many of the popular games and include card "
-"games, puzzle games and arcade games. They are meant to be the sort of game "
-"that can be played in five minutes or so. They are also meant to be fun "
-"enough that you will play them again and again. Of course we can't be held "
-"responsible for the time and productivity lost while playing them.\n"
-"\n"
-"This package will install a set of recommended games."
+#. summary(gvfs:gvfs-backend-afc)
+msgid "VFS functionality for GLib -- iPod / iPhone Support"
msgstr ""
-#. summary(seahorse)
-msgid "GNOME interface for gnupg"
+#. description(gvfs:gvfs-backend-afc)
+msgid "This package provides a gvfs backend that supports iPod / iPhone devices."
msgstr ""
-#. summary(seahorse:gnome-shell-search-provider-seahorse)
-msgid "GNOME interface for gnupg -- Search Provider for GNOME Shell"
+#. summary(iagno)
+msgid "Reversi Game for GNOME"
msgstr ""
-#. description(libgnomekbd)
-msgid "GNOME keyboard library, utility and applet."
+#. description(iagno)
+msgid "Iagno is the two player strategy game of Othello, which is also known as Reversi and is similar to Go. The pieces are tiles that are black on one side and white on the other and the objective is for the player to flip his/her opponent's tiles to his/her color, while keeping the opponent from doing the same. Once the board is filled with tiles, the winner is the player with the most of his/her color tiles on the board."
msgstr ""
-#. summary(gnome-online-accounts)
-msgid "GNOME service to access online accounts"
+#. summary(soundtouch:libSoundTouch0)
+msgid "Audio Processing Library"
msgstr ""
-#. summary(gnome-online-accounts:libgoa-backend-1_0-1)
-msgid "GNOME service to access online accounts -- Backend Library"
+#. description(soundtouch:libSoundTouch0)
+msgid "SoundTouch is an open source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other."
msgstr ""
-#. summary(gnome-online-accounts:libgoa-1_0-0)
-msgid "GNOME service to access online accounts -- Client Library"
+#. summary(accountsservice:libaccountsservice0)
+msgid "D-Bus Service to Manipulate User Account Information -- Client Library"
msgstr ""
-#. summary(gnome-online-accounts:typelib-1_0-Goa-1_0)
-#, fuzzy
-msgid "GNOME service to access online accounts -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(libgnomesu)
-msgid "GNOME su Library"
+#. description(accountsservice:libaccountsservice0)
+msgid ""
+"The accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.\n"
+"\n"
+"This package provides a client library for the service."
msgstr ""
-#. summary(gnome-user-share)
-msgid "GNOME user file sharing"
+#. summary(suitesparse:libamd-2_4_1)
+#. summary(suitesparse:libcamd-2_4_1)
+msgid "Symmetric Approximate Minimum Degree"
msgstr ""
-#. summary(gnome-desktop:gnome-version)
-#, fuzzy
-msgid "GNOME version"
-msgstr "Uruchomienie Live-CD"
-
-#. description(gnome-system-monitor)
+#. description(suitesparse:libamd-2_4_1)
msgid ""
-"GNOME-system-monitor is a simple process and system monitor for the GNOME "
-"Desktop."
+"AMD is a set of routines for ordering a sparse matrix prior to Cholesky factorization (or for LU factorization with diagonal pivoting). There are versions in both C and Fortran. A MATLAB interface is provided.\n"
+"\n"
+"Note that this software has nothing to do with AMD the company.\n"
+"\n"
+"AMD is part of the SuiteSparse sparse matrix suite."
msgstr ""
-#. summary(libunistring:libunistring0)
-#, fuzzy
-msgid "GNU Unicode string library - development files"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(guile)
-msgid "GNU's Ubiquitous Intelligent Language for Extension"
+#. summary(libass:libass5)
+msgid "Portable Library for SSA/ASS Subtitles Rendering"
msgstr ""
-#. summary(gobject-introspection)
-msgid "GObject Introspection Tools"
+#. description(libass:libass5)
+msgid "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter."
msgstr ""
-#. summary(gcr:typelib-1_0-Gck-1)
-#, fuzzy
-msgid "GObject library to access for PKCS#11 modules -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(libpeas:libpeas-1_0-0)
-msgid "GObject-based Plugin Engine"
+#. summary(avahi-glib2:libavahi-glib1)
+msgid "Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour"
msgstr ""
-#. summary(libpeas:libpeas-loader-gjs)
-msgid "GObject-based Plugin Engine - GJS runtime loader"
+#. description(avahi-glib2:libavahi-glib1)
+msgid ""
+"GLib support for avahi.\n"
+"\n"
+"Avahi is an implementation the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.\n"
+"\n"
+"The Avahi mDNS responder is now feature complete implementing all MUSTs and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition it supports some nifty things that have never been seen elsewhere like correct mDNS reflection across LAN segments."
msgstr ""
-#. summary(libpeas:libpeas-loader-python)
-msgid "GObject-based Plugin Engine - Python runtime loader"
+#. summary(babl:libbabl-0_1-0)
+msgid "Dynamic Pixel Format Translation Library"
msgstr ""
-#. summary(libpeas:libpeas-loader-python3)
-msgid "GObject-based Plugin Engine - Python3 runtime loader"
+#. description(babl:libbabl-0_1-0)
+msgid ""
+"babl is a dynamic, any to any, pixel format translation library.\n"
+"\n"
+"It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.\n"
+"\n"
+"A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types."
msgstr ""
-#. summary(libpeas:libpeas-loader-seed)
-msgid "GObject-based Plugin Engine - Seed runtime loader"
+#. summary(lapack:libblas3)
+msgid "BLAS Shared Library"
msgstr ""
-#. summary(libpeas:typelib-1_0-Peas-1_0)
-msgid "GObject-based Plugin Engine -- Introspection bindings"
+#. description(lapack:libblas3)
+msgid "BLAS (Basic Linear Algebra Subprograms) is a standard library for numerical algebra. BLAS provides a number of basic algorithms for linear algebra."
msgstr ""
-#. summary(libgusb:libgusb2)
-#, fuzzy
-msgid "GObject-based library for libusb1"
-msgstr "Programowanie"
-
-#. summary(telepathy-glib:libtelepathy-glib0)
-msgid "GObject-based library for the Telepathy D-Bus API"
+#. summary(brltty:libbrlapi0_6)
+msgid "Library to use BRLTTY from applications"
msgstr ""
-#. summary(telepathy-glib:typelib-1_0-TelepathyGlib-0_12)
+#. description(brltty:libbrlapi0_6)
+#. description(brltty:python3-brlapi)
msgid ""
-"GObject-based library for the Telepathy D-Bus API -- Introspection bindings"
+"BrlAPI is a service provided by the brltty daemon.\n"
+"\n"
+"Its purpose is to allow programmers to write applications that take advantage of a braille terminal in order to deliver a blind user suitable information for his/her specific needs.\n"
+"\n"
+"While an application communicates with the braille terminal, everything brltty sends to the braille terminal in the application's console is ignored, whereas each piece of data coming from the braille terminal is sent to the application, rather than to brltty."
msgstr ""
-#. summary(libgee:libgee-0_8-2)
-msgid "GObject-based library providing commonly used data structures"
+#. description(suitesparse:libcamd-2_4_1)
+msgid ""
+"CAMD is a set of routines for ordering a sparse matrix prior to Cholesky factorization (or for LU factorization with diagonal pivoting). There are versions in both C and Fortran. A MATLAB interface is provided.\n"
+"\n"
+"CAMD is part of the SuiteSparse sparse matrix suite."
msgstr ""
-#. summary(clutter-gst:gstreamer-plugin-gstclutter)
-msgid "GStreamer Clutter Plug-In"
+#. summary(evolution-data-server:libcamel-1_2-54)
+msgid "Evolution Data Server - Messaging Library"
msgstr ""
-#. summary(farstream:gstreamer-plugins-farstream)
-msgid "GStreamer Plug-Ins for videoconferencing"
+#. description(evolution-data-server:libcamel-1_2-54)
+msgid ""
+"Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop.\n"
+"\n"
+"This package contains a shared system library for messaging."
msgstr ""
-#. summary(gstreamer-plugins-base:typelib-1_0-GstAudio-1_0)
-msgid "GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings"
+#. summary(caribou:libcaribou0)
+msgid "On-screen Keyboard for GNOME -- Library"
msgstr ""
-#. summary(clutter-gst:libclutter-gst-2_0-0)
-msgid "GStreamer integration for Clutter"
+#. summary(suitesparse:libccolamd-2_9_1)
+msgid "Constrained Column Approximate Minimum Degree"
msgstr ""
-#. summary(clutter-gst:typelib-1_0-ClutterGst-2_0)
-#, fuzzy
-msgid "GStreamer integration for Clutter -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. description(gstreamer-plugins-base:typelib-1_0-GstAudio-1_0)
+#. description(suitesparse:libccolamd-2_9_1)
msgid ""
-"GStreamer is a streaming media framework based on graphs of filters that "
-"operate on media data. Applications using this library can do anything media-"
-"related, from real-time sound processing to playing videos. Its plug-in-"
-"based architecture means that new data types or processing capabilities can "
-"be added simply by installing new plug-ins.\n"
+"CCOLAMD computes an column approximate minimum degree ordering algorithm, (like COLAMD), but it can also be given a set of ordering constraints. CCOLAMD is required by the CHOLMOD package.\n"
"\n"
-"This package provides the GObject Introspection bindings for GStreamer plug-"
-"ins."
+"CCOLAMD is part of the SuiteSparse sparse matrix suite."
msgstr ""
-#. description(gstreamer-0_10-plugins-ugly)
-msgid ""
-"GStreamer is a streaming media framework based on graphs of filters that "
-"operate on media data. Applications using this library can do anything media-"
-"related, from real-time sound processing to playing videos. Its plug-in-"
-"based architecture means that new data types or processing capabilities can "
-"be added simply by installing newplug-ins.\n"
-"\n"
-"This package contains well-written plug-ins that can't be shipped in "
-"gstreamer-plugins-good because:\n"
-"- the license is not LGPL\n"
-"- the license of the library is not LGPL\n"
-"- there are possible licensing issues with the code."
+#. summary(libcdio-paranoia:libcdio_cdda2)
+#. summary(libcdio-paranoia:libcdio_paranoia2)
+msgid "CDDA reader"
msgstr ""
-#. description(gstreamer-0_10-plugins-bad)
-msgid ""
-"GStreamer is a streaming media framework based on graphs of filters that "
-"operate on media data. Applications using this library can do anything media-"
-"related,from real-time sound processing to playing videos. Its plug-in-based "
-"architecture means that new data types or processing capabilities can be "
-"added simply by installing new plug-ins."
+#. description(libcdio-paranoia:libcdio_cdda2)
+#. description(libcdio-paranoia:libcdio_paranoia2)
+msgid "This CDDA reader distribution ('libcdio-cdparanoia') reads audio from he CDROM directly as data, with no analog step between, and writes the data to a file or pipe as .wav, .aifc or as raw 16 bit linear PCM."
msgstr ""
-#. description(gstreamer:typelib-1_0-Gst-1_0)
-msgid ""
-"GStreamer is a streaming-media framework, based on graphs of filters which "
-"operate on media data. Applications using this library can do anything from "
-"real-time sound processing to playing videos, and just about anything else "
-"media-related. Its plug-in-based architecture means that new data types or "
-"processing capabilities can be added by installing new plug-ins.\n"
-"\n"
-"This package provides the GObject Introspection bindings for GStreamer."
+#. summary(libchamplain:libchamplain-0_12-0)
+msgid "Library to display maps"
msgstr ""
-#. summary(farstream:libfarstream-0_2-2)
-#, fuzzy
-msgid "GStreamer modules and libraries for videoconferencing"
-msgstr "Programowanie"
-
-#. summary(farstream:farstream-data)
+#. description(libchamplain:libchamplain-0_12-0)
msgid ""
-"GStreamer modules and libraries for videoconferencing -- Codec preferences"
+"Libchamplain is a C library providing a ClutterActor to display maps. It also provides a Gtk+ widget to display maps in Gtk+ applications.\n"
+"\n"
+"It supports numerous free map sources such as OpenStreetMap, OpenAerialMap and Maps for free."
msgstr ""
-#. summary(gtksourceview:libgtksourceview-3_0-1)
-msgid "GTK+ Source Editing Widget"
+#. summary(cheese:libcheese-common)
+msgid "Webcam Booth for GNOME - Common Data used by Libraries"
msgstr ""
-#. summary(gtksourceview:typelib-1_0-GtkSource-3_0)
-msgid "GTK+ Source Editing Widget -- Introspection bindings"
+#. description(cheese:libcheese-common)
+msgid ""
+"Cheese is an application to take photos and videos with your webcam, with fun graphical effects.\n"
+"\n"
+"This package contains common data that is used by the cheese libraries, like schemas."
msgstr ""
-#. summary(clutter-gtk:libclutter-gtk-1_0-0)
-msgid "GTK+ integration for Clutter"
+#. summary(cheese:libcheese-gtk25)
+msgid "Webcam Booth for GNOME - UI Library"
msgstr ""
-#. summary(clutter-gtk:typelib-1_0-GtkClutter-1_0)
-#, fuzzy
-msgid "GTK+ integration for Clutter -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. description(gtk2-branding-openSUSE)
+#. description(cheese:libcheese-gtk25)
msgid ""
-"GTK+ is a multi-platform toolkit for creating graphical user interfaces. "
-"Offering a complete set of widgets, GTK+ is suitable for projects ranging "
-"from small one-off projects to complete application suites.\n"
+"Cheese is an application to take photos and videos with your webcam, with fun graphical effects.\n"
"\n"
-"This package provides the openSUSE theme configuration for widgets and icon "
-"themes."
+"This package contains a library providing widgets to allow third party applications to include parts of cheese functionality."
msgstr ""
-#. description(gupnp-av)
-msgid ""
-"GUPnP A/V is a small utility library that aims to ease the handling and "
-"implementation of UPnP A/V profiles."
+#. summary(cheese:libcheese8)
+msgid "Webcam Booth for GNOME - Library"
msgstr ""
-#. description(gupnp:libgupnp-1_0-4)
-msgid ""
-"GUPnP implements the UPnP specification: resource announcement and "
-"discovery, description, control, event notification, and presentation (GUPnP "
-"includes basic web server functionality through libsoup). GUPnP does not "
-"include helpers for construction or control of specific standardized "
-"resources (e.g. MediaServer); this is left for higher level libraries "
-"utilizing the GUPnP framework."
+#. summary(suitesparse:libcholmod-3_0_6)
+msgid "Supernodal Sparse Cholesky Factorization and Update/Downdate"
msgstr ""
-#. description(gupnp-igd:libgupnp-igd-1_0-4)
+#. description(suitesparse:libcholmod-3_0_6)
msgid ""
-"GUPnP-IGD is a library to handle UPnP IGD port mapping. It is supposed to "
-"have a very simple API."
+"CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization and update/downdate. A MATLAB interface is provided.\n"
+"\n"
+"The performance of CHOLMOD was compared with 10 other codes in a paper by Nick Gould, Yifan Hu, and Jennifer Scott. see also their raw data. Comparing BCSLIB-EXT, CHOLMOD, MA57, MUMPS, Oblio, PARDISO, SPOOLES, SPRSBLKLLT, TAUCS, UMFPACK, and WSMP, on 87 large symmetric positive definite matrices, they found CHOLMOD to be fastest for 42 of the 87 matrices. Its run time is either fastest or within 10% of the fastest for 73 out of 87 matrices. Considering just the larger matrices, it is either the fastest or within 10% of the fastest for 40 out of 42 matrices. It uses the least amount of memory (or within 10% of the least) for 35 of the 42 larger matrices. Jennifer Scott and Yifan Hu also discuss the design considerations for a sparse direct code.\n"
+"\n"
+"CHOLMOD is part of the SuiteSparse sparse matrix suite."
msgstr ""
-#. description(libgusb:libgusb2)
-msgid ""
-"GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous "
-"control, bulk and interrupt transfers with proper cancellation and "
-"integration into a mainloop."
-msgstr ""
+#. summary(chromaprint:libchromaprint0)
+#, fuzzy
+msgid "Audio Fingerprinting Library"
+msgstr "Zarządzanie katalogami"
-#. description(telepathy-gabble)
-msgid ""
-"Gabble is a Jabber/XMPP connection manager for the Telepathy framework, "
-"currently supporting single user chats, multi user chats and voice/video "
-"calls. Install this package to use Telepathy instant messaging clients with "
-"Jabber/XMPP servers, including Google Talk."
+#. description(chromaprint:libchromaprint0)
+msgid "Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source."
msgstr ""
-#. description(libgme:libgme0)
-msgid ""
-"Game_Music_Emu is a collection of video game music file emulators that "
-"support the following formats and systems:\n"
-"- AY: ZX Spectrum/Amstrad CPC\n"
-"- GBS: Nintendo Game Boy\n"
-"- GYM: Sega Genesis/Mega Drive\n"
-"- HES: NEC TurboGrafx-16/PC Engine\n"
-"- KSS: MSX Home Computer/other Z80 systems (doesn't support FM sound)\n"
-"- NSF/NSFE: Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)\n"
-"- SAP: Atari systems using POKEY sound chip\n"
-"- SPC: Super Nintendo/Super Famicom\n"
-"- VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro"
+#. summary(clutter:libclutter-1_0-0)
+msgid "The clutter library"
msgstr ""
-#. description(gd)
-msgid ""
-"Gd allows your code to quickly draw images complete with lines, arcs, text, "
-"and multiple colors. It supports cut and paste from other images and flood "
-"fills. It outputs PNG, JPEG, and WBMP (for wireless devices) and is "
-"supported by PHP4."
+#. description(clutter:libclutter-1_0-0)
+msgid "Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces."
msgstr ""
-#. summary(gdm:gdmflexiserver)
-msgid "Gdmflexiserver Compatibility Wrapper for Display Managers"
+#. summary(clutter-gst2:libclutter-gst-2_0-0)
+#. summary(clutter-gst:libclutter-gst-3_0-0)
+msgid "GStreamer integration for Clutter"
msgstr ""
-#. description(gedit)
+#. description(clutter-gst2:libclutter-gst-2_0-0)
+#. description(clutter-gst:libclutter-gst-3_0-0)
msgid ""
-"Gedit is a small and lightweight UTF-8 text editor for the GNOME environment."
+"Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.\n"
+"\n"
+"Clutter GStreamer enables the use of GStreamer with Clutter."
msgstr ""
-#. summary(gegl:gegl-0_2)
-msgid "Generic Graphics Library"
+#. summary(clutter-gtk:libclutter-gtk-1_0-0)
+msgid "GTK+ integration for Clutter"
msgstr ""
-#. description(geoclue2)
+#. description(clutter-gtk:libclutter-gtk-1_0-0)
msgid ""
-"GeoClue is a software framework which can be used to enable geospatial "
-"awareness in applications. GeoClue uses the D-Bus inter-process "
-"communication mechanism to provide location information"
+"Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.\n"
+"\n"
+"Clutter GTK+ enables the use of GTK+ with Clutter."
msgstr ""
-#. summary(geoclue2)
-#, fuzzy
-msgid "GeoLocation Framework"
-msgstr "Przeglądarka aplikacji"
-
-#. description(geoclue)
-msgid ""
-"Geoclue is a modular geoinformation service built on top of the D-Bus "
-"messaging system. The goal of the Geoclue project is to make creating "
-"location-aware applications as simple as possible."
+#. summary(cogl:libcogl-pango20)
+msgid "An object oriented GL/GLES Abstraction/Utility Layer -- Pango Integration"
msgstr ""
-#. description(geoclue:geoclue-recommended)
-msgid ""
-"Geoclue is a modular geoinformation service built on top of the D-Bus "
-"messaging system. The goal of the Geoclue project is to make creating "
-"location-aware applications as simple as possible.\n"
-"\n"
-"This package contains providers that do not require external dependencies."
+#. description(cogl:libcogl-pango20)
+#. description(cogl:libcogl20)
+msgid "Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures."
msgstr ""
-#. description(ghostscript)
-msgid ""
-"Ghostscript is a package of software that provides:\n"
-"\n"
-"An interpreter for the PostScript language, with the ability to convert "
-"PostScript language files to many raster formats, view them on displays, and "
-"print them on printers that don't have PostScript language capability built "
-"in.\n"
-"\n"
-"An interpreter for Portable Document Format (PDF) files, with the same "
-"abilities.\n"
-"\n"
-"The ability to convert PostScript language files to PDF (with some "
-"limitations) and vice versa.\n"
-"\n"
-"A set of C procedures (the Ghostscript library) that implement the graphics "
-"and filtering (data compression / decompression / conversion) capabilities "
-"that appear as primitive operations in the PostScript language and in PDF.\n"
-"\n"
-"For information how to use Ghostscript see /usr/share/ghostscript/9.07/doc/"
-"Use.htm"
+#. summary(cogl:libcogl20)
+msgid "An object oriented GL/GLES Abstraction/Utility Layer"
msgstr ""
-#. summary(avahi-glib2:libavahi-glib1)
-msgid "Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour"
+#. summary(suitesparse:libcolamd-2_9_1)
+msgid "Column Approximate Minimum Degree"
msgstr ""
-#. description(gpgme)
+#. description(suitesparse:libcolamd-2_9_1)
msgid ""
-"GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier "
-"for applications. It provides a high-level Crypto API for encryption, "
-"decryption, signing, signature verification, and key management. Currently "
-"it uses GnuPG as its back-end, but the API is not restricted to this "
-"engine.\n"
+"The COLAMD column approximate minimum degree ordering algorithm computes a permutation vector P such that the LU factorization of A (:,P) tends to be sparser than that of A. The Cholesky factorization of (A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A. SYMAMD is a symmetric minimum degree ordering method based on COLAMD, available as a MATLAB-callable function. It constructs a matrix M such that M'*M has the same pattern as A, and then uses COLAMD to compute a column ordering of M. Colamd and symamd tend to be faster and generate better orderings than their MATLAB counterparts, colmmd and symmmd.\n"
"\n"
-"Because the direct use of GnuPG from an application can be a complicated "
-"programming task, it is suggested that all software should try to use GPGME "
-"instead. This way bug fixes or improvements can be done at a central place "
-"and every application benefits from this. Authors of MUAs should especially "
-"consider using GPGME. Creating a set of standard widgets for common key "
-"selection tasks is even planned."
+"COLAMD is part of the SuiteSparse sparse matrix suite."
msgstr ""
-#. summary(tk)
-msgid "Graphical User Interface Toolkit for Tcl"
+#. summary(colord-gtk:libcolord-gtk1)
+msgid "System Daemon for Managing Color Devices -- GTK Integration Library"
msgstr ""
-#. summary(tracker-extras:tracker-gui)
+#. summary(libcryptui:libcryptui-data)
#, fuzzy
-msgid "Graphical User Interface for Tracker"
-msgstr "Minimalna instalacja graficzna"
+msgid "Library for prompting for PGP keys -- Data"
+msgstr "Ulubione aplikacje"
-#. description(grilo-plugins:grilo-plugin-tracker)
-msgid ""
-"Grilo is a framework for browsing and searching media content from various "
-"sources using a single API."
+#. description(libcryptui:libcryptui-data)
+#. description(libcryptui:libcryptui0)
+#. description(libcryptui:seahorse-daemon)
+msgid "Libcryptui is a library used for prompting for PGP keys."
msgstr ""
-#. description(grilo-plugins:grilo-plugin-youtube)
-msgid ""
-"Grilo is a framework for browsing and searching media content from various "
-"sources using a single API.\n"
-"\n"
-"This package provides a plugin for accessing content from Youtube."
+#. summary(libcryptui:libcryptui0)
+#, fuzzy
+msgid "Library for prompting for PGP keys"
+msgstr "Ulubione aplikacje"
+
+#. summary(libcue:libcue1)
+#, fuzzy
+msgid "CUE sheet parsing library"
+msgstr "Programowanie GNOME"
+
+#. description(libcue:libcue1)
+msgid "libcue parses so-called cue sheets from a char string or a FILE pointer. This project is meant as a fork of (defunct) cuetools."
msgstr ""
-#. description(grilo-plugins:grilo-plugin-upnp)
-msgid ""
-"Grilo is a framework for browsing and searching media content from various "
-"sources using a single API.\n"
-"\n"
-"This package provides a plugin for accessing content from a UPnP/DLNA "
-"provider."
+#. summary(dleyna-core:libdleyna-core-1_0-4)
+msgid "Utility functions used by higher level dLeyna libraries"
msgstr ""
-#. description(grilo-plugins)
+#. description(dleyna-core:libdleyna-core-1_0-4)
msgid ""
-"Grilo is a framework for browsing and searching media content from various "
-"sources using a single API.\n"
+"dleyna-core is a library of utility functions that are used by the higher level dLeyna libraries that communicate with DLNA devices, e.g., dleyna-server.\n"
"\n"
-"This package provides plugins for accessing content from various media "
-"providers, including podcasts, Apple trailers, Flickr, Jamendo, Vimeo, "
-"YouTube."
+"In brief, it provides APIs for logging, error, settings and task management and an IPC abstraction API."
msgstr ""
-#. description(grilo:typelib-1_0-Grl-0_2)
-msgid ""
-"Grilo is a framework for browsing and searching media content from various "
-"sources using a single API.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the libgrl "
-"library."
+#. summary(libdmapsharing:libdmapsharing-3_0-2)
+msgid "Library implementing the DMAP family of protocols"
msgstr ""
-#. description(gtkhtml:libgtkhtml-4_0-0)
-msgid ""
-"GtkHTML is a lightweight HTML rendering/printing/editing engine. It was "
-"originally based on KHTMLW, part of the KDE project, but is now being "
-"developed independently."
+#. description(libdmapsharing:libdmapsharing-3_0-2)
+msgid "Libdmapsharing is a library you may use to access, share and control the playback of media content using DMAP (DAAP, DPAP & DACP). Libdmapsharing also detects audio AirPlay services; coupled with the AirPlay support in PulseAudio or GStreamer, this can allow an application to stream audio to an AirPlay device. The DMAP family of protocols are used by products such as Apple iTunes, Apple iPhoto, and the Roku SoundBridge family to share media such as music and photos."
msgstr ""
-#. description(gtksourceview:libgtksourceview-3_0-1)
-msgid ""
-"GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ "
-"text widget.\n"
-"\n"
-"It improves GtkTextView by implementing syntax highlighting and other "
-"features typical of a source editor."
+#. summary(libdmx:libdmx1)
+msgid "Distributed Multihead X extension library"
msgstr ""
-#. description(gtksourceview:typelib-1_0-GtkSource-3_0)
+#. description(libdmx:libdmx1)
msgid ""
-"GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ "
-"text widget.\n"
+"libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients.\n"
"\n"
-"It improves GtkTextView by implementing syntax highlighting and other "
-"features typical of a source editor.\n"
-"\n"
-"This package provides the GObject Introspection bindings for GtkSourceView."
+"libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al."
msgstr ""
-#. description(gtkmm3:libgtkmm-3_0-1)
-msgid ""
-"Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps GTK+ 3. "
-"Highlights include typesafe callbacks, widgets extensible via inheritance "
-"and a comprehensive set of widget classes that can be freely combined to "
-"quickly create complex user interfaces."
+#. summary(dotconf:libdotconf0)
+#, fuzzy
+msgid "Configuration file parser library"
+msgstr "Konfiguracja na wyświetlaczu"
+
+#. description(dotconf:libdotconf0)
+msgid "dotconf is a simple-to-use and powerful configuration-file parser library written in C. The configuration files created for dotconf look very similar to those used by the Apache Webserver. Even Container-Directives known from httpd.conf can easily be used in the exact same manner as for Apache-Modules. It supports various types of arguments, dynamically loadable modules that create their own configuration options on-the-fly, a here-documents feature to pass very long ARG_STR data to your app, and on-the-fly inclusion of additional config files."
msgstr ""
-#. description(gucharmap)
-msgid "Gucharmap is a featureful unicode character map."
+#. summary(libdv:libdv4)
+msgid "The Quasar DV Codec"
msgstr ""
-#. description(gucharmap:libgucharmap_2_90-7)
+#. description(libdv:libdv4)
msgid ""
-"Gucharmap is a featureful unicode character map.\n"
+"The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (FireWire or i.Link) interface. Libdv was developed according to the official standards for DV video: IEC 61834 and SMPTE 314M.\n"
"\n"
-"This package contains a library to use the character map."
+"There are two sample applications included with libdv: playdv and encode."
msgstr ""
-#. summary(gtk2-engines:gtk2-engine-hcengine)
-msgid "HC GTK+ 2 Theme Engine"
+#. summary(libdvdnav:libdvdnav4)
+msgid "A DVD Navigation Library"
msgstr ""
-#. summary(python-beautifulsoup)
-msgid "HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping"
+#. description(libdvdnav:libdvdnav4)
+msgid "This library contains functions to display DVD video menus."
msgstr ""
-#. summary(libsoup:typelib-1_0-Soup-2_4)
-msgid "HTTP client/server library for GNOME -- Introspection bindings"
+#. summary(evolution-data-server:libebackend-1_2-10)
+msgid "Evolution Data Server - Backend Utilities Library"
msgstr ""
-#. summary(yelp)
-msgid "Help Browser for the GNOME Desktop"
+#. description(evolution-data-server:libebackend-1_2-10)
+msgid ""
+"Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop.\n"
+"\n"
+"This package contains a shared system library for backends."
msgstr ""
-#. summary(yelp:libyelp0)
-msgid "Help Browser for the GNOME Desktop -- Library"
+#. summary(evolution-data-server:libebook-1_2-16)
+#. summary(evolution-data-server:libebook-contacts-1_2-2)
+msgid "Evolution Data Server - Address Book Client Library"
msgstr ""
-#. summary(sgml-skel)
-msgid "Helper Scripts for the SGML System"
+#. description(evolution-data-server:libebook-1_2-16)
+#. description(evolution-data-server:libebook-contacts-1_2-2)
+msgid ""
+"Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop.\n"
+"\n"
+"This package contains a shared system library to access address books."
msgstr ""
-#. summary(ibus:ibus-gtk)
-msgid "IBus im module for gtk2"
-msgstr ""
+#. summary(evolution-data-server:libecal-1_2-19)
+#, fuzzy
+msgid "Evolution Data Server - Calendar Client Library"
+msgstr "Klient NIS"
-#. summary(ibus:ibus-gtk3)
-msgid "IBus im module for gtk3"
+#. description(evolution-data-server:libecal-1_2-19)
+msgid ""
+"Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop.\n"
+"\n"
+"This package contains a shared system library to access calendars."
msgstr ""
-#. summary(ibus:typelib-1_0-IBus-1_0)
+#. summary(evolution-data-server:libedata-book-1_2-25)
#, fuzzy
-msgid "IBus libraries -- Introspection bindings"
-msgstr "Zarządzanie katalogami"
+msgid "Evolution Data Server - Address Book Backend Library"
+msgstr "Klient NIS"
-#. description(ibus)
+#. description(evolution-data-server:libedata-book-1_2-25)
msgid ""
-"IBus means Intelligent Input Bus. It is a new input framework for Linux OS. "
-"It provides full featured and user friendly input method user interface. It "
-"also may help developers to develop input method easily."
+"Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop.\n"
+"\n"
+"This package contains a shared system library for address book backends."
msgstr ""
-#. summary(argyllcms)
-msgid "ICC compatible color management system"
-msgstr ""
+#. summary(evolution-data-server:libedata-cal-1_2-28)
+#, fuzzy
+msgid "Evolution Data Server - Calendar Backend Library"
+msgstr "Klient NIS"
-#. description(telepathy-rakia)
+#. description(evolution-data-server:libedata-cal-1_2-28)
msgid ""
-"IETF SIP connection manager for Telepathy using the SofiaSIP protocol stack; "
-"formerly known as telepathy-sofiasip"
+"Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop.\n"
+"\n"
+"This package contains a shared system library for calendar backends."
msgstr ""
-#. summary(libiptcdata)
-msgid "IPTC Metadata Tag Manipulation Library"
+#. summary(evolution-data-server:libedataserver-1_2-21)
+#. summary(evolution-data-server:libedataserverui-1_2-1)
+msgid "Evolution Data Server - Utilities Library"
msgstr ""
-#. summary(telepathy-idle)
-msgid "IRC support for Telepathy"
+#. description(evolution-data-server:libedataserver-1_2-21)
+#. description(evolution-data-server:libedataserverui-1_2-1)
+msgid ""
+"Evolution Data Server provides a central location for your address book and calendar in the GNOME Desktop.\n"
+"\n"
+"This package contains a shared system library."
msgstr ""
-#. summary(iso-codes)
-msgid "ISO Code Lists and Translations"
-msgstr ""
+#. summary(evince:libevdocument3-4)
+#. summary(evince:libevview3-3)
+#, fuzzy
+msgid "GNOME Document Viewer - System Library"
+msgstr "XF86Messenger"
-#. description(iagno)
-msgid ""
-"Iagno is the two player strategy game of Othello, which is also known as "
-"Reversi and is similar to Go. The pieces are tiles that are black on one "
-"side and white on the other and the objective is for the player to flip his/"
-"her opponent's tiles to his/her color, while keeping the opponent from doing "
-"the same. Once the board is filled with tiles, the winner is the player with "
-"the most of his/her color tiles on the board."
+#. summary(exempi:libexempi3)
+msgid "XMP support library"
msgstr ""
-#. summary(eog)
-msgid "Image Viewer for GNOME"
+#. description(exempi:libexempi3)
+msgid "XMP parsing and IO library"
msgstr ""
-#. summary(gupnp:libgupnp-1_0-4)
-msgid "Implementation of the UPnP specification"
-msgstr ""
+#. summary(farstream:libfarstream-0_2-5)
+#, fuzzy
+msgid "GStreamer modules and libraries for videoconferencing"
+msgstr "Programowanie"
-#. summary(empathy)
-msgid "Instant Messenger Client for GNOME, based on Telepathy"
-msgstr ""
+#. summary(fluidsynth:libfluidsynth1)
+#, fuzzy
+msgid "Library for Fluidsynth"
+msgstr "Ulubione aplikacje"
-#. summary(systemtap)
+#. description(fluidsynth:libfluidsynth1)
#, fuzzy
-msgid "Instrumentation System"
-msgstr "System instalacyjny"
+msgid "This package contains the shared library for Fluidsynth."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(nautilus-sendto)
-msgid "Integrate Nautilus, Evolution, Empathy and Pidgin"
+#. summary(folks:libfolks-data)
+msgid "Library to create metacontacts from multiple sources -- Data files"
msgstr ""
-#. summary(ibus)
-msgid "Intelligent Input Bus for Linux OS"
+#. description(folks:libfolks-data)
+msgid ""
+"libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers) to create metacontacts.\n"
+"\n"
+"This package provides mandatory data files for the library to work."
msgstr ""
-#. summary(libnice:libnice10)
-msgid "Interactive Connectivity Establishment implementation"
+#. summary(folks:libfolks-eds25)
+msgid "Library to create metacontacts from multiple sources -- EDS Backend"
msgstr ""
-#. summary(libnice:gstreamer-0_10-libnice)
-msgid "Interactive Connectivity Establishment implementation - GStreamer 0.10"
+#. description(folks:libfolks-eds25)
+#. description(folks:libfolks-telepathy25)
+#. description(folks:libfolks-tracker25)
+#. description(folks:libfolks25)
+msgid "libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers) to create metacontacts."
msgstr ""
-#. summary(libnice:gstreamer-libnice)
-msgid "Interactive Connectivity Establishment implementation - GStreamer 1.0"
+#. summary(folks:libfolks-telepathy25)
+msgid "Library to create metacontacts from multiple sources -- Telepathy Backend"
msgstr ""
-#. description(json-glib:libjson-glib-1_0-0)
+#. summary(folks:libfolks-tracker25)
+msgid "Library to create metacontacts from multiple sources -- Tracker Backend"
+msgstr ""
+
+#. summary(folks:libfolks25)
+msgid "Library to create metacontacts from multiple sources"
+msgstr ""
+
+#. summary(fribidi:libfribidi0)
+#, fuzzy
+msgid "Free Implementation of the Unicode BiDi Algorithm"
+msgstr "Interfejs jądra"
+
+#. description(fribidi:libfribidi0)
msgid ""
-"JSON is a lightweight data-interchange format.It is easy for humans to read "
-"and write. It is easy for machines to parse and generate.\n"
+"This library implements the algorithm as described in \"Unicode Standard Annex #9, the Bidirectional Algorithm, http://www.unicode.org/unicode/reports/tr9/\". FriBidi is exhaustively tested against the Bidi Reference Code and, to the best of the developers' knowledge, does notcontain any conformance bugs.\n"
"\n"
-"JSON-GLib provides a parser and a generator GObject classes and various "
-"wrappers for the complex data types employed by JSON, such as arrays and "
-"objects.\n"
-"\n"
-"JSON-GLib uses GLib native data types and the generic value container GValue "
-"for ease of development. It also provides integration with the GObject "
-"classes for direct serialization into, and deserialization from, JSON data "
-"streams."
+"The API was inspired by the document \"Bi-Di languages support - BiDi API proposal\" by Franck Portaneri, which he wrote as a proposal for adding BiDi support to Mozilla."
msgstr ""
-#. description(json-glib:typelib-1_0-Json-1_0)
+#. summary(gcab:libgcab-1_0-0)
+#, fuzzy
+msgid "Cabinet file library"
+msgstr "Konfiguracja na wyświetlaczu"
+
+#. description(gcab:libgcab-1_0-0)
msgid ""
-"JSON is a lightweight data-interchange format.It is easy for humans to read "
-"and write. It is easy for machines to parse and generate.\n"
+"gcab is a tool and library for manipulating cabinet files.\n"
"\n"
-"JSON-GLib provides a parser and a generator GObject classes and various "
-"wrappers for the complex data types employed by JSON, such as arrays and "
-"objects.\n"
+"It uses the GObject API and provides GIR bindings. It supports creation of archives with simple MSZIP compression.\n"
"\n"
-"JSON-GLib uses GLib native data types and the generic value container GValue "
-"for ease of development. It also provides integration with the GObject "
-"classes for direct serialization into, and deserialization from, JSON data "
-"streams.\n"
-"\n"
-"This package provides the GObject Introspection bindings for JSON-GLib."
+"This package provides a system library to access cab files"
msgstr ""
-#. summary(icedtea-web)
-msgid "Java Web Start and plugin implementation"
+#. summary(libgdata:libgdata22)
+msgid "GLib-based library for accessing online service APIs using the GData protocol"
msgstr ""
-#. summary(java-1_7_0-openjdk)
-msgid "Java runtime environment based on OpenJDK 7 and IcedTea 7"
+#. description(libgdata:libgdata22)
+msgid "libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support."
msgstr ""
-#. summary(webkitgtk3:typelib-1_0-JavaScriptCore-3_0)
-msgid "JavaScript Core Engine, GTK+ Port -- Introspection bindings"
+#. summary(gnome-dictionary:libgdict-1_0-9)
+#. summary(gnome-dictionary:libgdict-data)
+msgid "Library to look up words in dictionary sources"
msgstr ""
-#. summary(gjs)
-msgid "JavaScript bindings based on gobject-introspection and Mozilla"
+#. description(gnome-dictionary:libgdict-1_0-9)
+#. description(gnome-dictionary:libgdict-data)
+msgid "The Gdict library is an engine to look up words in dictionary sources."
msgstr ""
-#. summary(gnome-js-common)
-msgid "JavaScript bindings based on gobject-introspection and WebKit"
+#. summary(gdm:libgdm1)
+msgid "Client Library for Communicating with GDM Greeter Server"
msgstr ""
-#. description(texlive:libkpathsea6)
-msgid ""
-"Kpathsea is a library and utility programs which provide path searching "
-"facilities for TeX file types, including the self- locating feature required "
-"for movable installations, layered on top of a general search mechanism. It "
-"is not distributed separately, but rather is released and maintained as part "
-"of the TeX-live sources."
+#. summary(libgee:libgee-0_8-2)
+msgid "GObject-based library providing commonly used data structures"
msgstr ""
-#. summary(gstreamer-0_10-plugins-bad:gstreamer-0_10-plugins-bad-lang)
-#, fuzzy
-msgid "Languages for package gstreamer-0_10-plugins-bad"
-msgstr "Pakiet nie jest podpisany"
-
-#. summary(pidgin:libpurple-lang)
-msgid "Languages for package pidgin"
+#. description(libgee:libgee-0_8-2)
+msgid "Libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures."
msgstr ""
-#. summary(rhythmbox:rhythmbox-lang)
-msgid "Languages for package rhythmbox"
+#. summary(libgexiv2:libgexiv2-2)
+msgid "A GObject-based Exiv2 wrapper"
msgstr ""
-#. summary(sushi:sushi-lang)
-msgid "Languages for package sushi"
+#. description(libgexiv2:libgexiv2-2)
+msgid "gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications."
msgstr ""
-#. summary(totem:totem-lang)
-msgid "Languages for package totem"
+#. summary(gfbgraph:libgfbgraph-0_2-0)
+#. summary(gfbgraph:typelib-1_0-GFBGraph-0_2)
+msgid "Access the Facebook Graph API"
msgstr ""
-#. summary(libgtop:libgtop-2_0-7)
-msgid "LibGTop Library"
+#. description(gfbgraph:libgfbgraph-0_2-0)
+#. description(gfbgraph:typelib-1_0-GFBGraph-0_2)
+msgid "A GObject library for Facebook Graph API"
msgstr ""
-#. description(libmms:libmms0)
-msgid ""
-"LibMMS is a common library for parsing mms:// and mmsh:// type network "
-"streams. These are commonly used to stream Windows Media Video content over "
-"the web. LibMMS itself is only for receiving MMS stream, it doesn't handle "
-"sending at all."
+#. summary(gimp:libgimp-2_0-0)
+msgid "The GNU Image Manipulation Program - Libraries"
msgstr ""
-#. description(memphis:libmemphis-0_2-0)
+#. description(gimp:libgimp-2_0-0)
msgid ""
-"LibMemphis provides a GObject based API to render OpenStreetMap data on a "
-"cairo surface. Libmemphis implements the 'Slippy Map Tilename' "
-"specification, like Mapnik and Osmarender.\n"
+"The GIMP (GNU Image Manipulation Program) is a powerful image composition and editing program, which can be extremely useful for creating logos and other graphics for Web pages. The GIMP offers many of the tools and filters you would expect to find in similar commercial offerings and contains some interesting extras as well. The GIMP provides a large image manipulation toolbox, including channel operations and layers, effects, subpixel imaging and antialiasing, and conversions- all including multilevel undo. The GIMP offers a scripting facility, but many of the included scripts rely on fonts that we cannot distribute.\n"
"\n"
-"It supports zoom level 12 to 18, projected with the Mercator projection."
+"This package provides GIMP libraries."
msgstr ""
-#. description(memphis:typelib-1_0-Memphis-0_2)
-msgid ""
-"LibMemphis provides a GObject based API to render OpenStreetMap data on a "
-"cairo surface. Libmemphis implements the 'Slippy Map Tilename' "
-"specification, like Mapnik and Osmarender.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the memphis "
-"library."
+#. summary(gimp:libgimpui-2_0-0)
+msgid "The GNU Image Manipulation Program - UI Libraries"
msgstr ""
-#. description(libraw:libraw9)
+#. description(gimp:libgimpui-2_0-0)
msgid ""
-"LibRaw is a library for reading RAW files obtained from digital photo "
-"cameras (CRW/CR2, NEF, RAF, DNG, and others).\n"
+"The GIMP (GNU Image Manipulation Program) is a powerful image composition and editing program, which can be extremely useful for creating logos and other graphics for Web pages. The GIMP offers many of the tools and filters you would expect to find in similar commercial offerings and contains some interesting extras as well. The GIMP provides a large image manipulation toolbox, including channel operations and layers, effects, subpixel imaging and antialiasing, and conversions- all including multilevel undo. The GIMP offers a scripting facility, but many of the included scripts rely on fonts that we cannot distribute.\n"
"\n"
-"LibRaw is based on the source codes of the dcraw utility, where part of "
-"drawbacks have already been eliminated and part will be fixed in future."
+"This package provides GIMP UI libraries."
msgstr ""
-#. description(libchamplain:libchamplain-0_12-0)
-msgid ""
-"Libchamplain is a C library providing a ClutterActor to display maps. It "
-"also provides a Gtk+ widget to display maps in Gtk+ applications.\n"
-"\n"
-"It supports numerous free map sources such as OpenStreetMap, OpenAerialMap "
-"and Maps for free."
+#. summary(libgme:libgme0)
+msgid "Collection of video game music file emulators"
msgstr ""
-#. description(libchamplain:typelib-1_0-Champlain-0_12)
+#. description(libgme:libgme0)
msgid ""
-"Libchamplain is a C library providing a ClutterActor to display maps. It "
-"also provides a Gtk+ widget to display maps in Gtk+ applications.\n"
-"\n"
-"This package provides the GObject Introspection bindings for libchamplain."
+"Game_Music_Emu is a collection of video game music file emulators that support the following formats and systems:\n"
+"- AY: ZX Spectrum/Amstrad CPC\n"
+"- GBS: Nintendo Game Boy\n"
+"- GYM: Sega Genesis/Mega Drive\n"
+"- HES: NEC TurboGrafx-16/PC Engine\n"
+"- KSS: MSX Home Computer/other Z80 systems (doesn't support FM sound)\n"
+"- NSF/NSFE: Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)\n"
+"- SAP: Atari systems using POKEY sound chip\n"
+"- SPC: Super Nintendo/Super Famicom\n"
+"- VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro"
msgstr ""
-#. description(libcroco:libcroco-0_6-3)
-msgid ""
-"Libcroco is a stand-alone CSS2 parsing library. It provides a low-level "
-"event-driven SAC-like API and a CSS object model-like API."
-msgstr ""
+#. summary(gmime:libgmime-2_6-0)
+#, fuzzy
+msgid "MIME Parser and Utility Library"
+msgstr "Programowanie GNOME"
-#. description(libcryptui:libcryptui-data)
-msgid "Libcryptui is a library used for prompting for PGP keys."
+#. description(gmime:libgmime-2_6-0)
+msgid "GMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME)."
msgstr ""
-#. description(libdmapsharing:libdmapsharing-3_0-2)
-msgid ""
-"Libdmapsharing is a library you may use to access, share and control the "
-"playback of media content using DMAP (DAAP, DPAP & DACP). Libdmapsharing "
-"also detects audio AirPlay services; coupled with the AirPlay support in "
-"PulseAudio or GStreamer, this can allow an application to stream audio to an "
-"AirPlay device. The DMAP family of protocols are used by products such as "
-"Apple iTunes, Apple iPhoto, and the Roku SoundBridge family to share media "
-"such as music and photos."
+#. summary(gnome-desktop:libgnome-desktop-3-12)
+msgid "The GNOME Desktop API Library"
msgstr ""
-#. description(libgee:libgee-0_8-2)
-msgid ""
-"Libgee is a collection library providing GObject-based interfaces and "
-"classes for commonly used data structures."
+#. description(gnome-desktop:libgnome-desktop-3-12)
+msgid "The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons."
msgstr ""
-#. description(libgnomesu)
-msgid ""
-"Libgnomesu is a library for providing superuser privileges to GNOME "
-"applications. It supports sudo, consolehelper, PAM, and su."
-msgstr ""
+#. summary(gnome-desktop:libgnome-desktop-3_0-common)
+#, fuzzy
+msgid "The GNOME Desktop API Library -- Common data files"
+msgstr "Aktualizacje czasu dostępu"
-#. description(liblouis:liblouis2)
+#. description(gnome-desktop:libgnome-desktop-3_0-common)
msgid ""
-"Liblouis is an open-source braille translator and back-translator. It "
-"features support for computer and literary braille, supports contracted and "
-"uncontracted translation for many, many languages and has support for "
-"hyphenation. New languages can easily be added through tables that support a "
-"rule- or dictionary based approach.\n"
+"The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons.\n"
"\n"
-"Liblouis also supports math braille (Nemeth and Marburg). The formatting of "
-"braille is provided by the companion project liblouisxml.\n"
-"\n"
-"Liblouis is based on the translation routines in the BRLTTY screenreader for "
-"Linux. It has, however, gone far beyond these routines. It is named in honor "
-"of Louis Braille."
+"This package contains data files used by libgnome-dekstop."
msgstr ""
-#. description(python3-louis)
-msgid ""
-"Liblouis is an open-source braille translator and back-translator. It "
-"features support for computer and literary braille, supports contracted and "
-"uncontracted translation for many, many languages and has support for "
-"hyphenation. New languages can easily be added through tables that support a "
-"rule- or dictionary based approach.\n"
-"\n"
-"Liblouis also supports math braille (Nemeth and Marburg). The formatting of "
-"braille is provided by the companion project liblouisxml.\n"
-"\n"
-"Liblouis is based on the translation routines in the BRLTTY screenreader for "
-"Linux. It has, however, gone far beyond these routines. It is named in honor "
-"of Louis Braille.\n"
-"\n"
-"Included are also tools for testing and debugging tables."
+#. summary(libgnomekbd)
+msgid "GNOME Keyboard Library"
msgstr ""
-#. summary(djvulibre:libdjvulibre21)
-msgid "Libraries of Open Source Implementation of DjVu - djvulibre"
+#. description(libgnomekbd)
+msgid "GNOME keyboard library, utility and applet."
msgstr ""
-#. description(djvulibre:libdjvulibre21)
-msgid "Libraries of Open Source Implementation of DjVu - djvulibre."
+#. summary(libgnomesu)
+#. summary(libgnomesu:libgnomesu0)
+msgid "GNOME su Library"
msgstr ""
-#. summary(gcr:typelib-1_0-Gcr-3)
-#, fuzzy
-msgid "Library for Crypto UI related task -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(json-glib:libjson-glib-1_0-0)
-msgid "Library for JavaScript Object Notation format"
+#. description(libgnomesu)
+#. description(libgnomesu:libgnomesu0)
+msgid "Libgnomesu is a library for providing superuser privileges to GNOME applications. It supports sudo, consolehelper, PAM, and su."
msgstr ""
-#. summary(json-glib:typelib-1_0-Json-1_0)
-msgid "Library for JavaScript Object Notation format -- Introspection bindings"
+#. summary(gnome-online-accounts:libgoa-1_0-0)
+msgid "GNOME service to access online accounts -- Client Library"
msgstr ""
-#. summary(libquicktime:libquicktime0)
-msgid "Library for Reading and Writing Quicktime Movie Files"
+#. summary(gnome-online-accounts:libgoa-backend-1_0-1)
+msgid "GNOME service to access online accounts -- Backend Library"
msgstr ""
-#. summary(libspectre:libspectre1)
-#, fuzzy
-msgid "Library for Rendering PostScript Documents"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(libsecret:libsecret-1-0)
-msgid "Library for accessing the Secret Service API"
+#. summary(gom:libgom-1_0-0)
+msgid "GObject Data Mapper"
msgstr ""
-#. summary(libsecret:typelib-1_0-Secret-1)
-#, fuzzy
-msgid "Library for accessing the Secret Service API -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(schroedinger:libschroedinger-1_0-0)
-msgid "Library for decoding and encoding video in the Dirac format"
+#. description(gom:libgom-1_0-0)
+msgid "libgom - GObject Data Mapper. This is an DataMapper for GObject."
msgstr ""
-#. description(libotf:libotf0)
-msgid ""
-"Library for handling OpenType fonts,especially those needed for CJK and "
-"other non-Latin languages."
+#. summary(grilo:libgrilo-0_2-1)
+msgid "Framework for browsing and searching media content"
msgstr ""
-#. summary(libpwquality:libpwquality1)
-msgid "Library for password quality checking and generating random passwords"
+#. summary(grilo:libgrlnet-0_2-0)
+msgid "Framework for browsing and searching media content -- Networking Helper Library"
msgstr ""
-#. summary(libcryptui:libcryptui0)
+#. summary(grilo:libgrlpls-0_2-0)
#, fuzzy
-msgid "Library for prompting for PGP keys"
-msgstr "Ulubione aplikacje"
+msgid "Framework for browsing and searching media content -- Playlist Helper Library"
+msgstr "Zarządzanie katalogami"
-#. summary(libcryptui:seahorse-daemon)
-#, fuzzy
-msgid "Library for prompting for PGP keys -- Daemon"
-msgstr "Ulubione aplikacje"
-
-#. summary(libcryptui:libcryptui-data)
-#, fuzzy
-msgid "Library for prompting for PGP keys -- Data"
-msgstr "Ulubione aplikacje"
-
-#. summary(libwmf:libwmf-0_2-7)
-msgid "Library for reading Metafile Images"
+#. summary(libgsf:libgsf-1-114)
+msgid "Extensible I/O abstraction library for dealing with structured file formats"
msgstr ""
-#. summary(libraw:libraw9)
-msgid "Library for reading RAW files obtained from digital photo cameras"
+#. description(libgsf:libgsf-1-114)
+msgid "The libgsf library is an extensible I/O abstraction library for dealing with structured file formats."
msgstr ""
-#. summary(libgxps:libgxps2)
+#. summary(gsound:libgsound0)
#, fuzzy
-msgid "Library for rendering XPS documents"
-msgstr "Aktualizacje czasu dostępu"
+msgid "Shared library for gsound"
+msgstr "Programowanie"
-#. summary(webkitgtk:libwebkitgtk-1_0-0)
-#, fuzzy
-msgid "Library for rendering web content, GTK+ Port"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(webkitgtk3:typelib-1_0-WebKit-3_0)
-msgid "Library for rendering web content, GTK+ Port -- Introspection bindings"
+#. description(gsound:libgsound0)
+msgid ""
+"GSound is a small library for playing system sounds. It's designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library.\n"
+"\n"
+"This package provides the shared library for gsound."
msgstr ""
#. summary(gssdp:libgssdp-1_0-3)
msgid "Library for resource discovery and announcement over SSDP"
msgstr ""
-#. summary(libzapojit:libzapojit-0_0-0)
-msgid "Library for the SkyDrive and Hotmail REST APIs"
+#. description(gssdp:libgssdp-1_0-3)
+msgid "gssdp offers a GObject-based API for handling resource discovery and announcement over SSDP."
msgstr ""
-#. summary(libzapojit:typelib-1_0-Zpj-0_0)
-#, fuzzy
-msgid ""
-"Library for the SkyDrive and Hotmail REST APIs -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(libdmapsharing:libdmapsharing-3_0-2)
-msgid "Library implementing the DMAP family of protocols"
+#. summary(gstreamer-plugins-bad:libgstwayland-1_0-0)
+msgid "GStreamer Streaming-Media Framework Plug-Ins - Wayland backend"
msgstr ""
-#. summary(libbluray:libbluray1)
-msgid "Library to access Blu-Ray disk"
+#. summary(gtkmm3:libgtkmm-3_0-1)
+msgid "C++ Interface for GTK3 (a GUI library for X)"
msgstr ""
-#. summary(librest:librest0)
-msgid "Library to access RESTful web services"
+#. description(gtkmm3:libgtkmm-3_0-1)
+msgid "Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps GTK+ 3. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces."
msgstr ""
-#. summary(librest:typelib-1_0-Rest-0_7)
-#, fuzzy
-msgid "Library to access RESTful web services -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
-
-#. summary(folks:libfolks25)
-msgid "Library to create metacontacts from multiple sources"
+#. summary(gtksourceview:libgtksourceview-3_0-1)
+msgid "GTK+ Source Editing Widget"
msgstr ""
-#. summary(folks:libfolks-data)
-msgid "Library to create metacontacts from multiple sources -- Data files"
-msgstr ""
-
-#. summary(folks:libfolks-eds25)
-msgid "Library to create metacontacts from multiple sources -- EDS Backend"
-msgstr ""
-
-#. summary(folks:libfolks-telepathy25)
+#. description(gtksourceview:libgtksourceview-3_0-1)
msgid ""
-"Library to create metacontacts from multiple sources -- Telepathy Backend"
+"GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ text widget.\n"
+"\n"
+"It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor."
msgstr ""
-#. summary(folks:libfolks-libsocialweb25)
-msgid ""
-"Library to create metacontacts from multiple sources -- libsocialweb Backend"
-msgstr ""
-
-#. summary(libchamplain:libchamplain-0_12-0)
-msgid "Library to display maps"
-msgstr ""
-
-#. summary(libchamplain:typelib-1_0-Champlain-0_12)
+#. summary(gtkspell3:libgtkspell3-3-0)
#, fuzzy
-msgid "Library to display maps -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
+msgid "GTK3 Spell Checker Interface Library"
+msgstr "Powiadomienia"
-#. summary(gupnp-av)
-msgid "Library to ease the handling and implementation of UPnP A/V profiles"
+#. description(gtkspell3:libgtkspell3-3-0)
+msgid "GtkSpell provides MSWord-style and MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word opens a menu of suggested replacements."
msgstr ""
-#. summary(libgweather:libgweather-3-6)
-msgid "Library to get online weather information"
+#. summary(libgtop:libgtop-2_0-10)
+msgid "LibGTop Library"
msgstr ""
-#. summary(gupnp-igd:libgupnp-igd-1_0-4)
-msgid "Library to handle UPnP IGD port mapping"
+#. description(libgtop:libgtop-2_0-10)
+msgid ""
+"A library that fetches information about the running system, such as CPU and memory usage and active processes.\n"
+"\n"
+"On Linux systems, this information is taken directly from the /proc file system. On other systems, a server is used to read information from /dev/kmem."
msgstr ""
-#. summary(libwacom:libwacom2)
-msgid "Library to identify wacom tablets"
+#. summary(gucharmap:libgucharmap_2_90-7)
+msgid "A Featureful Unicode Character Map -- Library"
msgstr ""
-#. summary(libwacom:libwacom-data)
-msgid "Library to identify wacom tablets -- Data Files"
+#. description(gucharmap:libgucharmap_2_90-7)
+msgid ""
+"Gucharmap is a featureful unicode character map.\n"
+"\n"
+"This package contains a library to use the character map."
msgstr ""
-#. summary(gnome-dictionary:libgdict-1_0-6)
-msgid "Library to look up words in dictionary sources"
+#. summary(gupnp:libgupnp-1_0-4)
+msgid "Implementation of the UPnP specification"
msgstr ""
-#. summary(libxklavier:libxklavier16)
-msgid "Library with X keyboard related functions"
+#. description(gupnp:libgupnp-1_0-4)
+msgid "GUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework."
msgstr ""
-#. summary(libxklavier:typelib-1_0-Xkl-1_0)
-msgid "Library with X keyboard related functions -- Introspection bindings"
-msgstr ""
+#. summary(gupnp-dlna:libgupnp-dlna-2_0-3)
+#, fuzzy
+msgid "A collection of helpers for building DLNA applications"
+msgstr "Nie znaleziono programu su."
-#. description(libsocialweb)
-msgid ""
-"Libsocialweb is a personal social data server, that can interact with social "
-"web services, like Flickr, Last.fm, Twitter and Vimeo."
+#. description(gupnp-dlna:libgupnp-dlna-2_0-3)
+msgid "GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP."
msgstr ""
-#. description(libsocialweb:libsocialweb-client2)
-msgid ""
-"Libsocialweb is a personal social data server, that can interact with social "
-"web services, like Flickr, Last.fm, Twitter and Vimeo.\n"
-"\n"
-"This package contains libraries used by clients willing to use libsocialweb "
-"features."
+#. summary(gupnp-dlna:libgupnp-dlna-backend-gstreamer)
+msgid "GUPnP-DLNA GStreamer meta-extraction backend"
msgstr ""
-#. description(libsocialweb:libsocialweb0)
+#. description(gupnp-dlna:libgupnp-dlna-backend-gstreamer)
msgid ""
-"Libsocialweb is a personal social data server, that can interact with social "
-"web services, like Flickr, Last.fm, Twitter and Vimeo.\n"
+"GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP.\n"
"\n"
-"This package contains libraries used by libsocialweb services."
+"This package contains the meta-data extraction based on GStreamer"
msgstr ""
-#. description(libsocialweb-branding-openSUSE)
-msgid ""
-"Libsocialweb is a personal social data server, that can interact with social "
-"web services, like Flickr, Last.fm, Twitter and Vimeo.\n"
-"\n"
-"This package provides API keys from openSUSE, for the web services "
-"accessible with libsocialweb."
+#. summary(gupnp-igd:libgupnp-igd-1_0-4)
+msgid "Library to handle UPnP IGD port mapping"
msgstr ""
-#. description(libsoup:typelib-1_0-Soup-2_4)
-msgid ""
-"Libsoup is an HTTP client/server library for GNOME. It uses GObjects and the "
-"glib main loop, to integrate well with GNOME applications.\n"
-"\n"
-"This package provides the GObject Introspection bindings for libsoup."
+#. description(gupnp-igd:libgupnp-igd-1_0-4)
+msgid "GUPnP-IGD is a library to handle UPnP IGD port mapping. It is supposed to have a very simple API."
msgstr ""
-#. summary(libyui-gtk-pkg:libyui-gtk-pkg5)
-msgid "Libyui - Gtk Package Selector"
-msgstr ""
-
-#. summary(libyui-gtk:libyui-gtk5)
+#. summary(libgusb:libgusb2)
#, fuzzy
-msgid "Libyui - Gtk User Interface"
-msgstr "Interfejs jądra"
+msgid "GObject-based library for libusb1"
+msgstr "Programowanie"
-#. description(zeitgeist:libzeitgeist-2_0-0)
-msgid ""
-"Libzeitgeist is a client library for interacting with the Zeitgeist daemon."
+#. description(libgusb:libgusb2)
+msgid "GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop."
msgstr ""
-#. description(liferea)
-msgid ""
-"Liferea is an abbreviation for Linux Feed Reader. It is a news aggregator "
-"for online news feeds. It supports a number of different feed formats "
-"including RSS/RDF, CDF, Atom, OCS, and OPML. There are many other news "
-"readers available, but these others are not available for Linux or require "
-"many extra libraries to be installed. Liferea tries to fill this gap by "
-"creating a fast, easy-to-use, easy-to-install news aggregator for GTK and "
-"GNOME."
+#. summary(libgweather:libgweather-3-6)
+#. summary(libgweather:libgweather-data)
+msgid "Library to get online weather information"
msgstr ""
-#. summary(lightsoff)
-msgid "Lights Out Game for GNOME"
+#. description(libgweather:libgweather-3-6)
+msgid "This is a library to download weather information from online sources."
msgstr ""
-#. description(lightsoff)
-msgid ""
-"Lights Out is a board game where the goal is to switch off all tiles. "
-"Toggling the status of one tile, will also toggle the status of its adjacent "
-"tiles."
-msgstr ""
+#. summary(libgxps:libgxps2)
+#, fuzzy
+msgid "Library for rendering XPS documents"
+msgstr "Aktualizacje czasu dostępu"
-#. summary(gtkhtml:libgtkhtml-4_0-0)
-msgid "Lightweight HTML rendering/printing/editing engine"
+#. description(libgxps:libgxps2)
+msgid "libgxps is a GObject based library for handling and rendering XPS documents."
msgstr ""
-#. summary(transmission:transmission-gtk)
-msgid "Lightweight, yet powerful BitTorrent client"
-msgstr ""
+#. summary(harfbuzz:libharfbuzz-icu0)
+#, fuzzy
+msgid "An OpenType text shaping engine - ICU library"
+msgstr "XF86Messenger"
-#. summary(transmission:transmission-common)
-msgid "Lightweight, yet powerful BitTorrent client - Common Data"
-msgstr ""
+#. summary(hyphen:libhyphen0)
+#, fuzzy
+msgid "A simple thesaurus for Libreoffice"
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(telepathy-salut)
-msgid "Link-local XMPP connection manager for Telepathy"
+#. description(hyphen:libhyphen0)
+msgid "Hyphen is a library for high quality hyphenation and justification."
msgstr ""
-#. summary(liferea)
-msgid "Linux Feed Reader"
+#. summary(libieee1284)
+msgid "A Library for Interfacing IEEE 1284-Compatible Devices"
msgstr ""
-#. summary(lcms2)
-msgid "Little CMS Engine - A color managment library and tools"
-msgstr ""
-
-#. description(lcms2)
+#. description(libieee1284)
msgid ""
-"Littlecms is a small speed optimized color management engine. Little CMS "
-"intends to be a small-footprint color management engine with a special focus "
-"on accuracy and performance. It uses the International Color Consortium "
-"standard (ICC), which is the modern standard when regarding to color "
-"management. The ICC specification is widely used and is referred to in many "
-"International and other de-facto standards."
+"This library is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port.\n"
+"\n"
+"For Linux, there are some wrinkles in communicating with devices on parallel ports (see /usr/share/doc/packages/libieee1284/README). The aim of this library is to take all the worry about these wrinkles from the application. It figures out which method is appropriate for the currently running kernel. For instance, if the application wants to know the device ID of a device on a particular port, it asks the library for the the device ID.\tThe library then figures out if it is available via /proc (in any of the possible locations) and, if not, tries asking the device itself. If /dev/parport0 is not available for use, it tries ioperm; if that fails, it tries /dev/port. The application does not have to care."
msgstr ""
-#. summary(gnome-control-center:gnome-control-center-user-faces)
-msgid "Login Managers user avatars"
+#. summary(libiptcdata)
+#. summary(libiptcdata:libiptcdata0)
+msgid "IPTC Metadata Tag Manipulation Library"
msgstr ""
-#. description(ibus-m17n)
+#. description(libiptcdata)
+#. description(libiptcdata:libiptcdata0)
msgid ""
-"M17N engine for IBus input platform. It allows input of many languages using "
-"the input table maps from m17n-db."
+"libiptcdata is a library for parsing, editing, and saving IPTC data.\n"
+"\n"
+"libiptcdata is a library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides routines for parsing, viewing, modifying, and saving this metadata. The libiptcdata package also includes a command line utility, iptc, for editing IPTC data in JPEG files. The library implements the IPTC Information Interchange Model according to its specification."
msgstr ""
-#. summary(gnome-maps)
-#, fuzzy
-msgid "MAP Application for GNOME 3"
-msgstr "Główne menu GNOME"
+#. summary(lapack:liblapack3)
+msgid "LAPACK Shared Library"
+msgstr ""
-#. summary(net-snmp:snmp-mibs)
-msgid "MIB files from net-snmp"
+#. description(lapack:liblapack3)
+msgid "LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers. Dense and banded matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision."
msgstr ""
-#. summary(libtimidity:libtimidity-0_1-0)
+#. summary(lash:liblash1)
#, fuzzy
-msgid "MIDI to WAVE converter library"
-msgstr "Zarządzanie katalogami"
+msgid "Development package for LASH"
+msgstr "Pakiety dla programistów KDE"
-#. summary(gmime:libgmime-2_6-0)
+#. description(lash:liblash1)
#, fuzzy
-msgid "MIME Parser and Utility Library"
-msgstr "Programowanie GNOME"
+msgid "This package contains the library for the LASH system."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(mjpegtools:libmjpegutils-2_0-0)
-msgid "MJPEG Video Capture and Processing Tools"
+#. summary(liblouis:liblouis2)
+msgid "Braille Translator and Back-Translator"
msgstr ""
-#. summary(libmms:libmms0)
-msgid "MMS stream protocol library"
+#. description(liblouis:liblouis2)
+msgid ""
+"Liblouis is an open-source braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many, many languages and has support for hyphenation. New languages can easily be added through tables that support a rule- or dictionary based approach.\n"
+"\n"
+"Liblouis also supports math braille (Nemeth and Marburg). The formatting of braille is provided by the companion project liblouisxml.\n"
+"\n"
+"Liblouis is based on the translation routines in the BRLTTY screenreader for Linux. It has, however, gone far beyond these routines. It is named in honor of Louis Braille."
msgstr ""
-#. summary(gnome-mahjongg)
-msgid "Mahjong Solitaire Game for GNOME"
-msgstr ""
+#. summary(liblrdf:liblrdf2)
+#, fuzzy
+msgid "A library to Manipulate RDF Files for LADSPA Plug-Ins"
+msgstr "Aktualizacje czasu dostępu"
-#. description(gnome-mahjongg)
+#. description(liblrdf:liblrdf2)
msgid ""
-"Mahjongg is a solitaire version of the classic Eastern tile game. It "
-"involves clearing as much of the board as possible by matching corresponding "
-"tiles and taking them out of play."
+"This is a library to make it easy to manipulate RDF files describing LADSPA plug-ins. It can also be used for general RDF manipulation.\n"
+"\n"
+"It can read RDF, XLM, and N3 files and export N3 files. Ot also has a light taxonomic inference capability."
msgstr ""
-#. summary(libosinfo)
-#, fuzzy
-msgid "Manage information about operating systems and hypervisors"
-msgstr "Brak informacji"
+#. summary(lz4:liblz4-1_4)
+msgid "Hash-based predictive Lempel-Ziv compressor"
+msgstr ""
-#. summary(memphis:typelib-1_0-Memphis-0_2)
-#, fuzzy
-msgid "Map-rendering library for OpenStreetMap -- Introspection bindings"
-msgstr "Klawiatura ekranowa"
-
-#. summary(memphis:libmemphis-0_2-0)
-msgid "Map-rendering library for OpenStreetMap -- Library"
+#. description(lz4:liblz4-1_4)
+msgid ""
+"LZ4 is a very fast compressor, based on well-known LZ77 (Lempel-Ziv) algorithm. It is a LZP2 fork and provides better compression ratio for text files.\n"
+"\n"
+"This subpackage contains the (de)compressor code as a shared library."
msgstr ""
-#. description(gnome-maps)
+#. summary(libmediaart:libmediaart-2_0-0)
#, fuzzy
-msgid "Maps is a map application for GNOME 3."
-msgstr "Ulubione aplikacje"
+msgid "Media Art extraction library"
+msgstr "Moduł wykrywania urządzeń SUSE"
-#. summary(grilo-plugins)
-msgid "Media discovering and browsing framework -- Media and Metadata Plugins"
+#. description(libmediaart:libmediaart-2_0-0)
+#. description(libmediaart:typelib-1_0-MediaArt-2_0)
+msgid "The libmediaart library is the foundation for media art caching, extraction and lookup for applications on the desktop."
msgstr ""
-#. summary(grilo-plugins:grilo-plugin-tracker)
-msgid "Media discovering and browsing framework -- Tracker Plugin"
+#. summary(miniupnpc:libminiupnpc10)
+msgid "Universal Plug'n'Play (UPnP) Client Library"
msgstr ""
-#. summary(grilo-plugins:grilo-plugin-upnp)
-msgid "Media discovering and browsing framework -- UPnP Plugin"
+#. description(miniupnpc:libminiupnpc10)
+msgid "The MiniUPnP project offers software which supports the UPnP Internet Gateway Device (IGD) specifications."
msgstr ""
-#. summary(grilo-plugins:grilo-plugin-youtube)
-msgid "Media discovering and browsing framework -- Youtube Plugin"
+#. summary(telepathy-mission-control:libmission-control-plugins0)
+#. summary(telepathy-mission-control)
+msgid "Telepathy Mission Control instant messaging connection manager"
msgstr ""
-#. summary(alacarte)
-msgid "Menu editor for GNOME"
+#. description(telepathy-mission-control:libmission-control-plugins0)
+#. description(telepathy-mission-control)
+msgid "Mission Control, or MC, is a Telepathy component providing a way for \"end-user\" applications to abstract some of the details of connection managers, to provide a simple way to manipulate a bunch of connection managers at once, to remove the need to have in each program the account definitions and credentials, to manage channel handling/request and to manage presence statuses."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome)
-msgid "Meta package for pattern gnome"
+#. summary(mjpegtools:libmjpegutils-2_0-0)
+msgid "MJPEG Video Capture and Processing Tools"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_basis)
-msgid "Meta package for pattern gnome_basis"
+#. description(mjpegtools:libmjpegutils-2_0-0)
+msgid "The mjpegtools allow for capture, playback, processing, and simple editing of MJPEG AV data. The hardware I/O applications are intended for use with Zoran MJPEG framegrabber-based hardware (see the zoran-driver package), but the processing tools can be used with MJPEG data from other sources as well."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_games)
-msgid "Meta package for pattern gnome_games"
+#. summary(libmms:libmms0)
+msgid "MMS stream protocol library"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_imaging)
-msgid "Meta package for pattern gnome_imaging"
+#. description(libmms:libmms0)
+msgid "LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_internet)
-msgid "Meta package for pattern gnome_internet"
+#. summary(libmodplug:libmodplug1)
+msgid "Development files for libmodplug"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_laptop)
-msgid "Meta package for pattern gnome_laptop"
+#. description(libmodplug:libmodplug1)
+msgid ""
+"Modplug library based on the ModPlug sound engine.\n"
+"- plays 22 different mod formats.\n"
+"- plays zip, rar, gzip, and bzip2 compressed mods.\n"
+"- plays timidity's GUS patch files (*.pat).\n"
+"- plays all types of MIDI files (*.mid).\n"
+"- plays textfiles written in the ABC music notation (*.abc)."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_multimedia)
-msgid "Meta package for pattern gnome_multimedia"
+#. summary(mutter:libmutter0)
+msgid "Window and compositing manager based on Clutter -- Library"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_office)
-msgid "Meta package for pattern gnome_office"
+#. description(mutter:libmutter0)
+msgid ""
+"Mutter is a window and compositing manager based on Clutter, forked from Metacity.\n"
+"\n"
+"This package contains a library for shared features."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_utilities)
-msgid "Meta package for pattern gnome_utilities"
+#. summary(nautilus:libnautilus-extension1)
+msgid "File Manager for the GNOME Desktop -- Extension Library"
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-gnome_yast)
-msgid "Meta package for pattern gnome_yast"
+#. description(nautilus:libnautilus-extension1)
+msgid ""
+"Nautilus is the file manager for the GNOME desktop.\n"
+"\n"
+"This package contains the library used by nautilus extensions."
msgstr ""
-#. summary(patterns-openSUSE:patterns-openSUSE-sw_management_gnome)
-msgid "Meta package for pattern sw_management_gnome"
+#. summary(libnice:libnice10)
+msgid "Interactive Connectivity Establishment implementation"
msgstr ""
-#. summary(tracker:libtracker-miner-0_16-0)
-msgid "Miner library for Tracker"
+#. summary(NetworkManager-gnome:libnm-gtk0)
+msgid "NetworkManager Gtk+ dialogs"
msgstr ""
-#. summary(tracker:typelib-1_0-TrackerMiner-0_16)
-msgid "Miner library for Tracker -- Introspection bindings"
+#. description(NetworkManager-gnome:libnm-gtk0)
+msgid "This library provides GTK+ dialogs for NetworkManager integration."
msgstr ""
-#. summary(gnome-mines)
-msgid "Minesweeper Game for GNOME"
+#. summary(liboauth:liboauth0)
+msgid "Shared library from liboauth"
msgstr ""
-#. description(telepathy-mission-control:libmission-control-plugins0)
+#. description(liboauth:liboauth0)
msgid ""
-"Mission Control, or MC, is a Telepathy component providing a way for \"end-"
-"user\" applications to abstract some of the details of connection managers, "
-"to provide a simple way to manipulate a bunch of connection managers at "
-"once, to remove the need to have in each program the account definitions and "
-"credentials, to manage channel handling/request and to manage presence "
-"statuses."
+"liboauth is a collection of c functions implementing the http://oauth.net API.\n"
+"\n"
+"liboauth provides functions to escape and encode stings according to OAuth specifications and offers high-level functionality built on top to sign requests or verify signatures using either NSS or OpenSSL for calculating the hash/signatures.\n"
+"\n"
+"This archive contains the shared library files from liboauth."
msgstr ""
-#. description(libmodplug:libmodplug1)
-msgid ""
-"Modplug library based on the ModPlug sound engine.\n"
-"- plays 22 different mod formats.\n"
-"- plays zip, rar, gzip, and bzip2 compressed mods.\n"
-"- plays timidity's GUS patch files (*.pat).\n"
-"- plays all types of MIDI files (*.mid).\n"
-"- plays textfiles written in the ABC music notation (*.abc)."
+#. summary(libofa:libofa0)
+msgid "Open Fingerprint Architecture Library"
msgstr ""
-#. summary(geoclue)
-msgid "Modular Geoinformation Service"
+#. description(libofa:libofa0)
+msgid "MusicDNS and the Open Fingerprint Architecture provide a system for identifying a piece of music with nothing more than the sound of the piece itself. This library is by design compatible with the MusicDNS web service. Non-commercial access to the service is available at http://www.musicdns.org."
msgstr ""
-#. summary(geoclue:libgeoclue0)
-msgid "Modular Geoinformation Service - Library"
+#. summary(libopenraw:libopenraw1)
+msgid "A library to decode digital camera RAW files"
msgstr ""
-#. summary(geoclue:geoclue-recommended)
-msgid "Modular Geoinformation Service - Recommended providers"
+#. description(libopenraw:libopenraw1)
+msgid "libopenraw is a library that aim at decoding digital camera RAW files."
msgstr ""
-#. summary(totem)
-msgid "Movie Player for the GNOME Desktop"
-msgstr ""
+#. summary(libosinfo)
+#. summary(libosinfo:libosinfo-1_0-0)
+#, fuzzy
+msgid "Manage information about operating systems and hypervisors"
+msgstr "Brak informacji"
-#. summary(m17n-lib:libm17n0)
-msgid "Multilingual text processing library for the C language"
+#. description(libosinfo)
+#. description(libosinfo:libosinfo-1_0-0)
+msgid "libosinfo is a GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support. It includes a database containing device metadata and provides APIs to match/identify optimal devices for deploying an operating system on a hypervisor. Via the magic of GObject Introspection, the API is available in all common programming languages."
msgstr ""
-#. description(rhythmbox)
-msgid ""
-"Music Management application with support for ripping audio-CD's, playback "
-"of Ogg Vorbis and MP3 and burning of CD-ROMs."
+#. summary(libpeas:libpeas-1_0-0)
+#. summary(libpeas:libpeas-gtk-1_0-0)
+msgid "GObject-based Plugin Engine"
msgstr ""
-#. summary(gnome-music)
-#, fuzzy
-msgid "Music Player for GNOME"
-msgstr "Bezprzewodowa sieć lokalna - dialog"
-
-#. description(gnome-music)
-#, fuzzy
-msgid "Music player and management application for GNOME."
-msgstr "Ulubione aplikacje"
-
-#. description(libofa:libofa0)
-msgid ""
-"MusicDNS and the Open Fingerprint Architecture provide a system for "
-"identifying a piece of music with nothing more than the sound of the piece "
-"itself. This library is by design compatible with the MusicDNS web service. "
-"Non-commercial access to the service is available at http://www.musicdns.org."
+#. description(libpeas:libpeas-1_0-0)
+#. description(libpeas:libpeas-gtk-1_0-0)
+msgid "libpeas is a gobject-based plugin engine, and is targetted at giving every application the chance to assume its own extensibility."
msgstr ""
-#. description(mutter)
-msgid ""
-"Mutter is a window and compositing manager based on Clutter, forked from "
-"Metacity."
+#. summary(libpeas:libpeas-loader-python)
+msgid "GObject-based Plugin Engine - Python runtime loader"
msgstr ""
-#. description(mutter:libmutter0)
+#. description(libpeas:libpeas-loader-python)
msgid ""
-"Mutter is a window and compositing manager based on Clutter, forked from "
-"Metacity.\n"
+"libpeas is a gobject-based plugin engine, and is targetted at giving every application the chance to assume its own extensibility.\n"
"\n"
-"This package contains a library for shared features."
+"This package contains the python loader."
msgstr ""
-#. description(mutter:mutter-data)
-msgid ""
-"Mutter is a window and compositing manager based on Clutter, forked from "
-"Metacity.\n"
-"\n"
-"This package contains data files needed by mutter and its library."
+#. summary(libpeas:libpeas-loader-python3)
+msgid "GObject-based Plugin Engine - Python3 runtime loader"
msgstr ""
-#. description(mutter:typelib-1_0-Meta-3_0)
+#. description(libpeas:libpeas-loader-python3)
msgid ""
-"Mutter is a window and compositing manager based on Clutter, forked from "
-"Metacity.\n"
+"libpeas is a gobject-based plugin engine, and is targetted at giving every application the chance to assume its own extensibility.\n"
"\n"
-"This package provides the GObject Introspection bindings for libmutter."
+"This package contains the python3 loader."
msgstr ""
-#. summary(gnome-terminal:nautilus-extension-terminal)
-msgid "Nautilus Extension to Open Terminal in Folders"
+#. summary(poppler:libpoppler-glib8)
+msgid "PDF Rendering Library - GLib Wrapper"
msgstr ""
-#. description(nautilus)
-msgid "Nautilus is the file manager for the GNOME desktop."
+#. summary(libproxy-plugins:libproxy1-config-gnome3)
+#, fuzzy
+msgid "Libproxy module for GNOME3 configuration"
+msgstr "Uruchom program"
+
+#. summary(libpst:libpst4)
+msgid "Shared library for libpst"
msgstr ""
-#. description(nautilus:gnome-shell-search-provider-nautilus)
-msgid ""
-"Nautilus is the file manager for the GNOME desktop.\n"
-"\n"
-"This package contains a search provider to enable GNOME Shell to get search "
-"results from Files (nautilus)"
+#. description(libpst:libpst4)
+msgid "The Libpst utilities include readpst which can convert email messages to both mbox and MH mailbox formats, pst2ldif which can convert the contacts to .ldif format for import into ldap databases, and pst2dii which can convert email messages to the DII load file format used by Summation."
msgstr ""
-#. description(nautilus:libnautilus-extension1)
-msgid ""
-"Nautilus is the file manager for the GNOME desktop.\n"
-"\n"
-"This package contains the library used by nautilus extensions."
+#. summary(pidgin:libpurple)
+msgid "GLib-based Instant Messenger Library"
msgstr ""
-#. description(net-snmp:libsnmp30)
+#. description(pidgin:libpurple)
msgid ""
-"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and "
-"SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
+"libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks.\n"
"\n"
-"* An extensible agent for responding to SNMP queries including built-in "
-"support for a wide range of MIB information modules\n"
-"* Command-line applications to retrieve and manipulate information from "
-"SNMP-capable devices\n"
-"* A daemon application for receiving SNMP notifications\n"
-"* A library for developing new SNMP applications, with C and Perl APIs\n"
-"* A graphical MIB browser.\n"
-"\n"
-"This package holds the shared libraries from the net-snmp package."
+"libpurple is compatible with the following chat networks out of the box: Jabber/XMPP, AIM, ICQ, Yahoo!, Bonjour, Gadu-Gadu, IRC, SILC, SIMPLE, Novell GroupWise Messenger, Lotus Sametime, MXit, MySpaceIM, and Zephyr. It can support many more with plugins."
msgstr ""
-#. description(net-snmp:snmp-mibs)
-msgid ""
-"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and "
-"SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
-"\n"
-"- An extensible agent for responding to SNMP queries including built-in "
-"support for a wide range of MIB information modules\n"
-"- Command-line applications to retrieve and manipulate information from "
-"SNMP-capable devices\n"
-"- A daemon application for receiving SNMP notifications\n"
-"- A library for developing new SNMP applications, with C and Perl APIs\n"
-"- A graphical MIB browser.\n"
-"\n"
-"This package holds the MIB files from the net-snmp package."
+#. summary(pidgin:libpurple-tcl)
+msgid "TCL Plugin Support for Pidgin"
msgstr ""
-#. summary(NetworkManager-gnome:libnm-gtk0)
-msgid "NetworkManager Gtk+ dialogs"
+#. description(pidgin:libpurple-tcl)
+msgid "TCL plugin loader for Pidgin. This package will allow you to write or use Pidgin plugins written in the TCL programming language."
msgstr ""
-#. summary(NetworkManager-gnome:typelib-1_0-NMGtk-1_0)
+#. summary(qpdf:libqpdf13)
#, fuzzy
-msgid "NetworkManager Gtk+ dialogs -- Introspection bindings"
-msgstr "Pomoc i dokumentacja"
+msgid "Shared libraries for qpdf"
+msgstr "Programowanie"
-#. summary(bijiben)
+#. description(qpdf:libqpdf13)
#, fuzzy
-msgid "Note editor for GNOME"
-msgstr "Bezprzewodowa sieć lokalna - dialog"
+msgid "This packages contains the shared libraries required for the qpdf package."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. summary(bijiben:gnome-shell-search-provider-bijiben)
-msgid "Note editor for GNOME -- Search Provider for GNOME Shell"
+#. summary(qqwing:libqqwing2)
+msgid "Sudoku solver and generator"
msgstr ""
-#. summary(notification-daemon)
-msgid "Notification Daemon"
+#. description(qqwing:libqqwing2)
+msgid ""
+"QQwing is a Sudoku puzzle generator and solver. It offers the following features.\n"
+"\n"
+" * Fast. It can solve 1000 puzzles in 1 second and generate 1000 puzzles in 25 seconds. * Uses logic. Uses as many solve techniques as possible when solving puzzles rather than guessing. * Rates puzzles. Most generators don't give an indication of the difficulty of a Sudoku puzzle. QQwing does. * Can print solve instructions. Tells steps that need to be taken to solve any puzzle. * Customizable output style. Including a CSV style that is easy to import into a database."
msgstr ""
-#. summary(libnotify:libnotify-tools)
-msgid "Notifications Library -- Tools"
+#. summary(libquicktime:libquicktime0)
+msgid "Library for Reading and Writing Quicktime Movie Files"
msgstr ""
-#. summary(libgsf:gsf-office-thumbnailer)
-#, fuzzy
-msgid "Office files thumbnailer for the GNOME desktop"
-msgstr "Główne menu GNOME"
+#. description(libquicktime:libquicktime0)
+msgid "A library for reading and writing Quicktime movie files, based on and forked from quicktime4linux."
+msgstr ""
-#. summary(caribou)
-#, fuzzy
-msgid "On-screen Keyboard for GNOME"
-msgstr "Klawiatura ekranowa"
+#. summary(libquvi:libquvi-0_9-0_9_4)
+msgid "Library to parse flash media stream URLs"
+msgstr ""
-#. summary(caribou:caribou-gtk-module-common)
-msgid "On-screen Keyboard for GNOME -- Common Files for GTK+ Modules"
+#. description(libquvi:libquvi-0_9-0_9_4)
+msgid "libquvi is a cross-platform library for parsing flash media stream URLs with C API."
msgstr ""
-#. summary(caribou:caribou-gtk2-module)
-msgid "On-screen Keyboard for GNOME -- GTK+ 2 Module"
+#. summary(libquvi-scripts)
+msgid "Lua scripts used by libquvi"
msgstr ""
-#. summary(caribou:caribou-gtk3-module)
-msgid "On-screen Keyboard for GNOME -- GTK+ 3 Module"
+#. description(libquvi-scripts)
+msgid "libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing the media details. Some additional utility scripts are also included."
msgstr ""
-#. summary(caribou:typelib-1_0-Caribou-1_0)
-#, fuzzy
-msgid "On-screen Keyboard for GNOME -- Introspection bindings"
-msgstr "Klawiatura ekranowa"
+#. summary(raptor:libraptor2-0)
+msgid "RDF Parser Toolkit"
+msgstr ""
-#. summary(caribou:libcaribou0)
-msgid "On-screen Keyboard for GNOME -- Library"
+#. description(raptor:libraptor2-0)
+msgid "Raptor is the RDF Parser Toolkit for Redland that provides a set of standalone RDF parsers, generating triples from RDF/XML or N-Triples."
msgstr ""
-#. summary(libofa:libofa0)
-msgid "Open Fingerprint Architecture Library"
+#. summary(samba:libregistry0)
+msgid "Windows-style registry library"
msgstr ""
-#. summary(icc-profiles-openicc:icc-profiles)
-msgid "OpenICC Data with complete ICC profiles"
+#. summary(librsync:librsync2)
+msgid "A Library for Generating Network Deltas"
msgstr ""
-#. summary(icc-profiles-openicc:icc-profiles-mini)
-msgid "OpenICC Data with minimal ICC profiles"
+#. description(librsync:librsync2)
+msgid "librsync implements the \"rsync\" algorithm, which allows remote differencing of binary files. librsync computes a delta relative to a file's checksum, so the two files need not both be present to generate a delta."
msgstr ""
-#. summary(ghostscript-fonts:ghostscript-fonts-other)
-msgid "Optional Fonts for Ghostscript"
+#. summary(schroedinger:libschroedinger-1_0-0)
+msgid "Library for decoding and encoding video in the Dirac format"
msgstr ""
-#. summary(opus:libopus0)
+#. description(schroedinger:libschroedinger-1_0-0)
+msgid "The Schroedinger project implements portable libraries for the high quality Dirac video codec created by BBC Research and Development. Dirac is a free and open source codec producing very high image quality video. The project produces two libraries in ANSI C89, one for decoding and one for encoding."
+msgstr ""
+
+#. summary(libsidplay1)
#, fuzzy
-msgid "Opus Audio Codec Library"
-msgstr "Zarządzanie katalogami"
+msgid "A Library for C64 Music Files"
+msgstr "Aktualizacje czasu dostępu"
-#. description(orca)
+#. description(libsidplay1)
msgid ""
-"Orca is a free, open source, flexible, and extensible screen reader that "
-"provides access to the graphical desktop via user-customizable combinations "
-"of speech, braille, and/or magnification."
+"This package allows you to create packages able to play music from C64 games and demos on your PC.\n"
+"\n"
+"You can find a comprehensive archive on the WWW at: http://www.hvsc.c64.org/"
msgstr ""
-#. description(pam-modules)
+#. summary(silc-toolkit:libsilc-1_1-4)
+#. summary(silc-toolkit:libsilcclient-1_1-4)
+#. summary(silc-toolkit)
+msgid "Secure Internet Live Conferencing Software Development Toolkit"
+msgstr ""
+
+#. description(silc-toolkit:libsilc-1_1-4)
+#. description(silc-toolkit:libsilcclient-1_1-4)
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"
+"SILC Toolkit is a software development toolkit which provides full SILC protocol implementation for application developers. The SILC Toolkit provides SILC Client Library, SILC Protocol Core Library, SILC Key Exchange Library, SILC Crypto Library, SILC Math Library, SILC Utility Library, and other libraries. The SILC Toolkit also includes full reference manual and developer guide with examples and tutorials.\n"
"\n"
-"This package contains additional PAM Modules, which are necessary for a "
-"working SuSE Linux System: pam_unix2, pam_pwcheck and pam_homecheck"
+"SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services on the Internet over insecure channel. SILC is IRC-like software although internally they are very different. The biggest similarity between SILC and IRC is that they both provide conferencing services and that SILC has almost the same commands as IRC. Other than that they are nothing alike. Major differences are that SILC is secure what IRC is not in any way. The network model is also entirely different compared to IRC."
msgstr ""
-#. summary(poppler:libpoppler-glib8)
-msgid "PDF Rendering Library - GLib Wrapper"
+#. summary(net-snmp:libsnmp30)
+msgid "Shared Libraries from net-snmp"
msgstr ""
-#. summary(texlive:libkpathsea6)
-#, fuzzy
-msgid "Path searching library for TeX-related files"
-msgstr "Aktualizacje czasu dostępu"
+#. description(net-snmp:libsnmp30)
+msgid ""
+"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
+"\n"
+"* An extensible agent for responding to SNMP queries including built-in support for a wide range of MIB information modules\n"
+"* Command-line applications to retrieve and manipulate information from SNMP-capable devices\n"
+"* A daemon application for receiving SNMP notifications\n"
+"* A library for developing new SNMP applications, with C and Perl APIs\n"
+"* A graphical MIB browser.\n"
+"\n"
+"This package holds the shared libraries from the net-snmp package."
+msgstr ""
-#. summary(shotwell)
-#, fuzzy
-msgid "Photo Manager for GNOME"
-msgstr "Bezprzewodowa sieć lokalna - dialog"
-
-#. summary(totem:totem-plugins)
-msgid "Plugins for Totem Movie Player"
+#. summary(libsocialweb)
+msgid "A personal social data server"
msgstr ""
-#. summary(polkit:typelib-1_0-Polkit-1_0)
-msgid "PolicyKit Authorization Framework -- Introspection bindings"
+#. description(libsocialweb)
+msgid "Libsocialweb is a personal social data server, that can interact with social web services, like Flickr, Last.fm, Twitter and Vimeo."
msgstr ""
-#. summary(polkit-gnome)
-msgid "PolicyKit integration for the GNOME desktop"
+#. summary(libsocialweb:libsocialweb0)
+msgid "A personal social data server -- Library for Services"
msgstr ""
-#. description(polkit:typelib-1_0-Polkit-1_0)
+#. description(libsocialweb:libsocialweb0)
msgid ""
-"PolicyKit is a toolkit for defining and handling authorizations. It is used "
-"for allowing unprivileged processes to speak to privileged processes.\n"
+"Libsocialweb is a personal social data server, that can interact with social web services, like Flickr, Last.fm, Twitter and Vimeo.\n"
"\n"
-"This package provides the GObject Introspection bindings for PolicyKit."
+"This package contains libraries used by libsocialweb services."
msgstr ""
-#. summary(libass:libass4)
-msgid "Portable Library for SSA/ASS Subtitles Rendering"
+#. summary(dante:libsocks0)
+msgid "A Free Socks v4 and v5 Client Implementation"
msgstr ""
-#. summary(libcanberra:canberra-gtk-play)
-msgid "Portable sound event library -- Utility"
+#. description(dante:libsocks0)
+msgid ""
+"Dante is a free implementation of the following proxy protocols: socks version 4, socks version 5 (rfc1928), and msproxy. It can be used as a firewall between networks. It is being developed by Inferno Nettverk A/S, a Norwegian consulting company. Commercial support is available.\n"
+"\n"
+"This package contains the dynamic libraries required to make existing applications become socks clients."
msgstr ""
-#. summary(upower:typelib-1_0-UpowerGlib-1_0)
-msgid "Power Device Enumeration Framework - Introspection bindings"
+#. summary(sofia-sip:libsofia-sip-ua-glib3)
+msgid "A RFC3261 compliant SIP User-Agent library (glib2 bindings)"
msgstr ""
-#. summary(gnome-power-manager)
-msgid "Power Management for GNOME"
+#. description(sofia-sip:libsofia-sip-ua-glib3)
+msgid ""
+"Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center.\n"
+"\n"
+"This package holds the glib2 bindings."
msgstr ""
-#. summary(tracker)
-msgid ""
-"Powerful object database, tag/metadata database, search tool and indexer"
+#. summary(sofia-sip:libsofia-sip-ua0)
+msgid "A RFC3261 compliant SIP User-Agent library"
msgstr ""
-#. description(icc-profiles-basiccolor-printing2009:icc-profiles-basiccolor-printing2009-coat2)
+#. description(sofia-sip:libsofia-sip-ua0)
msgid ""
-"Printing profile according to ISO 12647-2. This is one CMYK ICC profile for "
-"a ISO Printing condition."
+"Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center.\n"
+"\n"
+"This package holds the shared libraries."
msgstr ""
-#. description(gstreamer-0_10-plugins-bad:gstreamer-0_10-plugins-bad-lang)
-#, fuzzy
-msgid "Provides translations to the package gstreamer-0_10-plugins-bad"
-msgstr "Nie znaleziono programu su."
-
-#. description(pidgin:libpurple-lang)
-msgid "Provides translations to the package pidgin"
+#. summary(spandsp:libspandsp2)
+msgid "A DSP library for Telephony and SoftFAX"
msgstr ""
-#. description(rhythmbox:rhythmbox-lang)
-msgid "Provides translations to the package rhythmbox"
+#. description(spandsp:libspandsp2)
+msgid "SpanDSP is a library of DSP functions for telephony, in the 8000 sample per second world of E1s, T1s, and higher order PCM channels. It contains low level functions, such as basic filters. It also contains higher level functions, such as cadenced supervisory tone detection, and a complete software FAX machine."
msgstr ""
-#. description(sushi:sushi-lang)
+#. summary(libspectre:libspectre1)
#, fuzzy
-msgid "Provides translations to the package sushi"
-msgstr "Nie znaleziono programu su."
+msgid "Library for Rendering PostScript Documents"
+msgstr "Aktualizacje czasu dostępu"
-#. description(totem:totem-lang)
-msgid "Provides translations to the package totem"
+#. description(libspectre:libspectre1)
+msgid "libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents."
msgstr ""
-#. description(python3)
+#. summary(speech-dispatcher:libspeechd2)
+#, fuzzy
+msgid "Device independent layer for speech synthesis - Client library"
+msgstr "Pakiety dla programistów KDE"
+
+#. description(speech-dispatcher:libspeechd2)
+#. description(speech-dispatcher:python3-speechd)
+#. description(speech-dispatcher)
msgid ""
-"Python 3 is modern interpreted, object-oriented programming language, often "
-"compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python "
-"in the documentation and tutorials included in the python-doc (HTML) or "
-"python-doc-pdf (PDF) packages.\n"
+"The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.\n"
"\n"
-"If you want to install third party modules using distutils, you need to "
-"install python-devel package."
+"What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. The application neither needs to talk to the devices directly nor to handle concurrent access, sound output and other tricky aspects of the speech subsystem."
msgstr ""
-#. summary(libreoffice:libreoffice-pyuno)
-msgid "Python UNO Bridge for LibreOffice"
-msgstr ""
-
-#. description(python3-cairo)
+#. summary(stoken:libstoken1)
#, fuzzy
-msgid "Python bindings for the Cairo vector graphics library."
-msgstr "Pakiety dla programistów KDE"
+msgid "Libraries for stoken"
+msgstr "Zarządzanie katalogami"
-#. description(python3-base:libpython3_3m1_0)
+#. description(stoken:libstoken1)
msgid ""
-"Python is an interpreted, object-oriented programming language, and is often "
-"compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python "
-"in the documentation and tutorials included in the python-doc (HTML) or "
-"python-doc-pdf (PDF) packages.\n"
+"Software Token for Linux/UNIX. It's a token code generator compatible with RSA SecurID 128-bit (AES) tokens. It is a hobbyist project, not affiliated with or endorsed by RSA Security.\n"
"\n"
-"This package contains libpython3.2 shared library for embedding in other "
-"applications."
+"This package contains stoken libraries."
msgstr ""
-#. description(python-cloudfiles)
-msgid "Python language bindings for Rackspace CloudFiles API."
+#. summary(suitesparse:libsuitesparseconfig-4_4_5)
+msgid "Common configurations for all packages in SuiteSparse"
msgstr ""
-#. summary(python3)
-#, fuzzy
-msgid "Python3 Interpreter"
-msgstr "Interfejs jądra"
-
-#. description(quadrapassel)
+#. description(suitesparse:libsuitesparseconfig-4_4_5)
msgid ""
-"Quadrapassel is a version of Tetris, the classic game of interlocking four-"
-"piece blocks. As they fall from the top, the player must orient them to fit "
-"the other blocks at the bottom so that they form a complete horizontal line, "
-"in which case that line disappears and the player gains points"
+"SuiteSparse_config is required by nearly all sparse matrix packages that I author or co-author. These include SuiteSparseQR, AMD, COLAMD, CCOLAMD, CHOLMOD, KLU, BTF, LDL, CXSparse, RBio, and UMFPACK. It is not required by CSparse, which is a stand-alone package. SuiteSparse_config (prior to version 4.0.0) was named UFconfig. SuiteSparse_config contains a configuration file for \"make\" (SuiteSparse_config.mk) and an include file (SuiteSparse_config.h). Also included in SuiteSparse_config is a replacement for the BLAS/LAPACK xerbla routine that does not print a warning message (helpful if you don't want to link the entire Fortran I/O library into a C application).\n"
+"\n"
+"SuiteSparse_config is part of the SuiteSparse sparse matrix suite."
msgstr ""
-#. summary(sushi)
-msgid "Quick Previewer for Nautilus"
+#. summary(telepathy-farstream:libtelepathy-farstream3)
+msgid "Telepathy library to handle Call channels"
msgstr ""
-#. summary(fortune)
-msgid "Random Saying"
+#. description(telepathy-farstream:libtelepathy-farstream3)
+msgid "Telepathy Farstream is a Telepathy client library that uses Farsight2 to handle Call channels."
msgstr ""
-#. summary(gnome-games:gnome-games-recommended)
-msgid "Recommended Games for GNOME"
+#. summary(telepathy-glib:libtelepathy-glib0)
+msgid "GObject-based library for the Telepathy D-Bus API"
msgstr ""
-#. summary(iagno)
-msgid "Reversi Game for GNOME"
+#. description(telepathy-glib:libtelepathy-glib0)
+msgid "The telepathy-glib library is a GObject-based C binding for the Telepathy D-Bus API."
msgstr ""
-#. summary(systemtap:systemtap-runtime)
-msgid "Runtime environment for systemtap"
+#. summary(telepathy-logger:libtelepathy-logger3)
+msgid "Centralized Logging for the Telepathy Framework - Shared Library"
msgstr ""
-#. summary(sane-backends)
-msgid "SANE (Scanner Access Now Easy) Scanner Drivers"
-msgstr ""
-
-#. description(silc-toolkit:libsilc-1_1-2)
+#. description(telepathy-logger:libtelepathy-logger3)
+#. description(telepathy-logger)
msgid ""
-"SILC Toolkit is a software development toolkit which provides full SILC "
-"protocol implementation for application developers. The SILC Toolkit "
-"provides SILC Client Library, SILC Protocol Core Library, SILC Key Exchange "
-"Library, SILC Crypto Library, SILC Math Library, SILC Utility Library, and "
-"other libraries. The SILC Toolkit also includes full reference manual and "
-"developer guide with examples and tutorials.\n"
+"tp-logger is a headless Observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages, in different formats.\n"
"\n"
-"SILC (Secure Internet Live Conferencing) is a protocol which provides secure "
-"conferencing services on the Internet over insecure channel. SILC is IRC-"
-"like software although internally they are very different. The biggest "
-"similarity between SILC and IRC is that they both provide conferencing "
-"services and that SILC has almost the same commands as IRC. Other than that "
-"they are nothing alike. Major differences are that SILC is secure what IRC "
-"is not in any way. The network model is also entirely different compared to "
-"IRC."
+"tp-logger features a Telepathy-style D-Bus API to expose logs and interesting information related to logging (most frequent contacts, etc.). It also provides a GLib-compatible client API for making bulk log requests (e.g. for display logs in applications without having to provide lots of information over D-Bus)."
msgstr ""
-#. description(silc-toolkit)
-msgid ""
-"SILC Toolkit is a software development toolkit which provides full SILC "
-"protocol implementation for application developers. The SILC Toolkit "
-"provides SILC Client Library, SILC Protocol Core Library, SILC Key Exchange "
-"Library, SILC Crypto Library, SILC Math Library, SILC Utility Library, as "
-"well as other libraries. The SILC Toolkit also includes a full reference "
-"manual and developer guide with examples and tutorials.\n"
-"\n"
-"SILC (Secure Internet Live Conferencing) is a protocol which provides secure "
-"conferencing services on the Internet over insecure channels. SILC is "
-"similar to IRC, as they both provide conferencing services and almost have "
-"the same commands. However, they differ internally: unlike IRC, SILC is "
-"secure and has an entirely different network model compared to IRC."
+#. summary(totem-pl-parser:libtotem-plparser-mini18)
+msgid "A simple GObject-based library to parse playlist formats -- Mini version"
msgstr ""
-#. summary(telepathy-rakia)
-msgid "SIP connection manager for Telepathy"
+#. description(totem-pl-parser:libtotem-plparser-mini18)
+#. description(totem-pl-parser:libtotem-plparser18)
+#. description(totem-pl-parser)
+msgid "totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, to save them too."
msgstr ""
-#. summary(samba:samba-client)
-msgid "Samba Client Utilities"
+#. summary(totem-pl-parser:libtotem-plparser18)
+#. summary(totem-pl-parser)
+msgid "A simple GObject-based library to parse playlist formats"
msgstr ""
-#. description(samba)
+#. summary(tracker:libtracker-common-1_0)
+msgid "Conveniance libraries for Tracker"
+msgstr ""
+
+#. description(tracker:libtracker-common-1_0)
msgid ""
-"Samba is a suite of programs that allows SMB/CIFS clients to use the Unix "
-"file space, printers, and authentication subsystem.\n"
+"Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer.\n"
"\n"
-"The package named samba contains all programs that are needed to act as a "
-"server. The binaries expect the configuration file to be found in /etc/"
-"samba/smb.conf\n"
-"\n"
-"For a more detailed description of Samba, check the samba-doc package or the "
-"Samba.org Web page at http://www.Samba.org/\n"
-"\n"
-"Please check http://en.openSUSE.org/Samba for general information on Samba "
-"as part of SUSE Linux Enterprise or openSUSE products, links to binary "
-"packages of the most current Samba version, and a bug reporting how to.\n"
-"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+"This package contains private conveniance libraries for the various tracker libraries."
msgstr ""
-#. description(samba:samba-client)
+#. summary(tracker:libtracker-control-1_0-0)
+#, fuzzy
+msgid "Control library for Tracker"
+msgstr "Programowanie"
+
+#. description(tracker:libtracker-control-1_0-0)
+#. description(tracker:libtracker-miner-1_0-0)
+#. description(tracker:libtracker-sparql-1_0-0)
+#. description(tracker)
+#. description(tracker-extras:tracker-gui)
msgid ""
-"Samba is a suite of programs that allows SMB/CIFS clients to use the Unix "
-"file space, printers, and authentication subsystem.\n"
+"Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer.\n"
"\n"
-"The package named samba-client contains all programs that are needed to act "
-"as a Samba client. The binaries expect the configuration file to be found "
-"in /etc/samba/smb.conf\n"
+"It consists of a common object database that allows entities to have an almost infinite number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities.\n"
"\n"
-"For a more detailed description of Samba, check the samba-doc package or the "
-"Samba.org Web page at http://www.Samba.org/\n"
+"It provides additional features for file-based objects including context linking and audit trails for a file object.\n"
"\n"
-"Please check http://en.openSUSE.org/Samba for general information on Samba "
-"as part of SUSE Linux Enterprise or openSUSE products, links to binary "
-"packages of the most current Samba version, and a bug reporting how to.\n"
-"\n"
-"Source Timestamp: 3083 Branch: 4.1.0"
+"It has the ability to index, store, harvest metadata, retrieve and search all types of files and other first class objects."
msgstr ""
-#. summary(swell-foop)
-msgid "Same Game for GNOME"
+#. summary(tracker:libtracker-miner-1_0-0)
+msgid "Miner library for Tracker"
msgstr ""
-#. summary(orca)
-msgid "Screen reader for GNOME"
+#. summary(tracker:libtracker-sparql-1_0-0)
+msgid "Sparql library for Tracker"
msgstr ""
-#. description(seahorse)
-msgid "Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend."
+#. summary(suitesparse:libumfpack-5_7_1)
+msgid "Sparse Multifrontal LU Factorization"
msgstr ""
-#. description(seahorse:gnome-shell-search-provider-seahorse)
+#. description(suitesparse:libumfpack-5_7_1)
msgid ""
-"Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.\n"
+"UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with a MATLAB (Version 6.0 and later) interface. Appears as a built-in routine (for lu, backslash, and forward slash) in M ATLAB. Includes a MATLAB interface, a C-callable interface, and a Fortran-callable interface. Note that \"UMFPACK\" is pronounced in two syllables, \"Umph Pack\". It is not \"You Em Ef Pack\".\n"
"\n"
-"This package contains a search provider to enable GNOME Shell to get search "
-"results from documents."
+"UMFPACK is part of the SuiteSparse sparse matrix suite."
msgstr ""
-#. description(seahorse-nautilus:nautilus-extension-seahorse)
-msgid ""
-"Seahorse nautilus is an extension for nautilus which allows encryption and "
-"decryption of OpenPGP files using GnuPG."
+#. summary(libvdpau:libvdpau1)
+msgid "VDPAU wrapper library"
msgstr ""
-#. summary(silc-toolkit:libsilc-1_1-2)
-msgid "Secure Internet Live Conferencing Software Development Toolkit"
+#. description(libvdpau:libvdpau1)
+msgid "This package contains the libvdpau wrapper library and the libvdpau_trace debugging library, along with the header files needed to build VDPAU applications. To actually use a VDPAU device, you need a vendor-specific implementation library. Currently, this is always libvdpau_nvidia. You can override the driver name by setting the VDPAU_DRIVER environment variable."
msgstr ""
-#. description(gnome-js-common)
-msgid ""
-"Seed is a library and interpreter, dynamically bridging (through gobject-"
-"introspection) the WebKit JavaScriptCore engine with the GObject type "
-"system. In a more concrete sense, Seed enables you to immediately write "
-"applications around a significant portion of the GNOME platform, and easily "
-"embed JavaScript as a scripting language in your GObject library."
+#. summary(vte:libvte-2_91-0)
+msgid "Terminal Emulator Library"
msgstr ""
-#. summary(gnome-session:gnome-session-default-session)
-msgid "Session Manager for GNOME -- Default GNOME Session"
+#. description(vte:libvte-2_91-0)
+msgid "VTE is a terminal emulator library that provides a terminal widget for use with GTK+ as well as handling of child process and terminal emulation settings."
msgstr ""
-#. summary(gnome-session:gnome-session-core)
-msgid "Session Manager for GNOME -- Minimal Version"
+#. summary(libwacom:libwacom-data)
+msgid "Library to identify wacom tablets -- Data Files"
msgstr ""
-#. summary(gnome-session)
-msgid "Session Tools for the GNOME Desktop"
+#. description(libwacom:libwacom-data)
+#. description(libwacom:libwacom2)
+msgid "libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as \"is this a built-in on-screen tablet\", \"what is the size of this model\", etc."
msgstr ""
-#. summary(gnome-settings-daemon)
-msgid "Settings daemon for the GNOME desktop"
+#. summary(libwacom:libwacom2)
+msgid "Library to identify wacom tablets"
msgstr ""
-#. summary(net-snmp:libsnmp30)
-msgid "Shared Libraries from net-snmp"
+#. summary(webkit2gtk3:libwebkit2gtk-4_0-37)
+#. summary(webkitgtk:libwebkitgtk-1_0-0)
+#. summary(webkitgtk3:libwebkitgtk-3_0-0)
+#, fuzzy
+msgid "Library for rendering web content, GTK+ Port"
+msgstr "Aktualizacje czasu dostępu"
+
+#. summary(libwmf:libwmf-0_2-7)
+msgid "Library for reading Metafile Images"
msgstr ""
-#. summary(libotf:libotf0)
-msgid "Shared library for libotf"
+#. description(libwmf:libwmf-0_2-7)
+msgid "This library reads metafile images."
msgstr ""
-#. summary(libpst:libpst4)
-msgid "Shared library for libpst"
+#. summary(libwnck:libwnck-3-0)
+msgid "Window Navigator Construction Kit (Library Package)"
msgstr ""
-#. summary(liboauth:liboauth0)
-msgid "Shared library from liboauth"
+#. description(libwnck:libwnck-3-0)
+msgid "The Window Navigator Construction Kit is a library that can be used to write task lists, pagers, and similar GNOME programs."
msgstr ""
-#. description(shotwell)
-msgid ""
-"Shotwell is a digital photo organizer designed for the GNOME desktop "
-"environment. It allows you to import photos from disk or camera, organize "
-"them in various ways, view them in full-window or fullscreen mode, and "
-"export them to share with others."
+#. summary(libxcb:libxcb-xf86dri0)
+#, fuzzy
+msgid "X11 XFree86-DRI Extension C library"
+msgstr "Pakiety dla programistów KDE"
+
+#. summary(libxcb:libxcb-xv0)
+msgid "X11 video Extension C library"
msgstr ""
-#. description(simple-scan)
+#. description(libxcb:libxcb-xv0)
msgid ""
-"Simple Scan is an easy-to-use application, designed to let users connect "
-"their scanner and quickly have the image/document in an appropriate format.\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"
-"Simple Scan is basically a frontend for SANE - which is the same backend as "
-"XSANE uses. This means that all existing scanners will work and the "
-"interface is well tested."
+"The X Video Extension (Xv) extension provides support for video adaptors attached to an X display. It takes the approach that a display may have one or more video adaptors, each of which has one or more ports through which independent video streams pass."
msgstr ""
-#. summary(simple-scan)
-msgid "Simple Scanning Utility"
+#. summary(libxklavier:libxklavier16)
+msgid "Library with X keyboard related functions"
msgstr ""
-#. summary(deja-dup)
-msgid "Simple backup tool and frontend for duplicity"
+#. description(libxklavier:libxklavier16)
+msgid "This library allows you to simplify XKB-related development."
msgstr ""
-#. summary(icc-profiles-basiccolor-printing2009:icc-profiles-basiccolor-printing2009-coat2)
-msgid "Single Cmyk Profile from basICColor"
+#. summary(yelp:libyelp0)
+msgid "Help Browser for the GNOME Desktop -- Library"
msgstr ""
-#. summary(gedit)
-msgid "Small and lightweight UTF-8 text editor"
-msgstr ""
-
-#. description(sofia-sip:libsofia-sip-ua-glib3)
+#. description(yelp:libyelp0)
msgid ""
-"Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF "
-"RFC3261 specification. It can be used as a building block for SIP client "
-"software for uses such as VoIP, IM, and many other real-time and person-to-"
-"person communication services. The primary target platform for Sofia-SIP is "
-"GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research "
-"Center.\n"
+"Yelp is the help viewer in GNOME (it's what happens when you press F1). With gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an info page viewer.\n"
"\n"
-"This package holds the glib2 bindings."
+"This package provides Yelp's system shared libraries."
msgstr ""
-#. description(sofia-sip:libsofia-sip-ua0)
-msgid ""
-"Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF "
-"RFC3261 specification. It can be used as a building block for SIP client "
-"software for uses such as VoIP, IM, and many other real-time and person-to-"
-"person communication services. The primary target platform for Sofia-SIP is "
-"GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research "
-"Center.\n"
-"\n"
-"This package holds the shared libraries."
+#. summary(libzapojit:libzapojit-0_0-0)
+msgid "Library for the SkyDrive and Hotmail REST APIs"
msgstr ""
-#. summary(aisleriot)
-msgid "Solitaire Card Games for GNOME"
+#. description(libzapojit:libzapojit-0_0-0)
+msgid "libzapojit is a GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs."
msgstr ""
-#. description(soundtouch:libSoundTouch0)
-msgid ""
-"SoundTouch is an open source audio processing library that allows changing "
-"the sound tempo, pitch and playback rate parameters independently from each "
-"other."
+#. summary(liferea)
+msgid "Linux Feed Reader"
msgstr ""
-#. summary(tracker:libtracker-sparql-0_16-0)
-msgid "Sparql library for Tracker"
+#. description(liferea)
+msgid "Liferea is an abbreviation for Linux Feed Reader. It is a news aggregator for online news feeds. It supports a number of different feed formats including RSS/RDF, CDF, Atom, OCS, and OPML. There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy-to-use, easy-to-install news aggregator for GTK and GNOME."
msgstr ""
-#. summary(tracker:typelib-1_0-Tracker-0_16)
-msgid "Sparql library for Tracker -- Introspection bindings"
+#. summary(lightsoff)
+msgid "Lights Out Game for GNOME"
msgstr ""
-#. description(icc-profiles-openicc:icc-profiles-lcms-lab)
-msgid "Special LCMS profiles for PCS color spaces."
+#. description(lightsoff)
+msgid "Lights Out is a board game where the goal is to switch off all tiles. Toggling the status of one tile, will also toggle the status of its adjacent tiles."
msgstr ""
-#. summary(gstreamer:typelib-1_0-Gst-1_0)
-msgid "Streaming-Media Framework Runtime -- Introspection bindings"
+#. summary(lua)
+msgid "Small Embeddable Language with Simple Procedural Syntax"
msgstr ""
-#. summary(gnome-sudoku)
+#. summary(luasocket)
#, fuzzy
-msgid "Sudoku Game for GNOME"
-msgstr "Zarządzanie energią (APM)"
+msgid "Network support for the Lua language"
+msgstr "Uruchom program"
-#. description(gnome-sudoku)
+#. description(luasocket)
msgid ""
-"Sudoku is a logic puzzle game, in which one must fill a 9 by 9 square with "
-"the correct digits."
+"LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.\n"
+"\n"
+"Among the support modules, the most commonly used implement the SMTP, HTTP and FTP. In addition there are modules for MIME, URL handling and LTN12."
msgstr ""
-#. description(sushi)
-msgid ""
-"Sushi is a quick previewer for Nautilus, the GNOME desktop file manager."
+#. summary(mousetweaks)
+msgid "Tweak mouse settings in GNOME"
msgstr ""
-#. description(swell-foop)
-msgid ""
-"Swell Foop is a puzzle game, of which the objective is to clear the window "
-"of as many pieces as possible by clicking on groups of the same colored "
-"pieces. That group will vanish and the pieces on top will fall until there "
-"are none left or no more color groups."
+#. description(mousetweaks)
+msgid "The Mousetweaks package provides mouse accessibility enhancements for the GNOME desktop."
msgstr ""
-#. summary(gnome-icon-theme-symbolic)
-msgid "Symbolic icon theme for GNOME"
+#. summary(mutter)
+msgid "Window and compositing manager based on Clutter"
msgstr ""
-#. summary(colord)
-msgid "System Daemon for Managing Color Devices"
+#. description(mutter)
+msgid "Mutter is a window and compositing manager based on Clutter, forked from Metacity."
msgstr ""
-#. summary(colord-gtk:libcolord-gtk1)
-msgid "System Daemon for Managing Color Devices -- GTK Integration Library"
+#. summary(mutter:mutter-data)
+msgid "Window and compositing manager based on Clutter -- Data Files"
msgstr ""
-#. description(systemtap)
+#. description(mutter:mutter-data)
msgid ""
-"SystemTap is an instrumentation system for systems running Linux. Developers "
-"can write instrumentation to collect data on the operation of the system."
+"Mutter is a window and compositing manager based on Clutter, forked from Metacity.\n"
+"\n"
+"This package contains data files needed by mutter and its library."
msgstr ""
-#. description(systemtap:systemtap-runtime)
-msgid ""
-"SystemTap is an instrumentation system for systems running Linux. This "
-"package contains the runtime environment for systemtap programs."
+#. summary(nautilus)
+msgid "File Manager for the GNOME Desktop"
msgstr ""
-#. summary(pidgin:libpurple-tcl)
-msgid "TCL Plugin Support for Pidgin"
+#. description(nautilus)
+msgid "Nautilus is the file manager for the GNOME desktop."
msgstr ""
-#. description(pidgin:libpurple-tcl)
-msgid ""
-"TCL plugin loader for Pidgin. This package will allow you to write or use "
-"Pidgin plugins written in the TCL programming language."
+#. summary(deja-dup:nautilus-deja-dup)
+msgid "Déjà Dup Plugin for Nautilus"
msgstr ""
-#. summary(libreoffice-icon-themes:libreoffice-icon-theme-tango)
-msgid "Tango LibreOffice Icon Theme (GNOME default)"
-msgstr ""
-
-#. description(telepathy-farstream:libtelepathy-farstream3)
+#. description(deja-dup:nautilus-deja-dup)
msgid ""
-"Telepathy Farstream is a Telepathy client library that uses Farsight2 to "
-"handle Call channels."
+"Déjà Dup is a simple backup tool. It hides the complexity of doing backups the 'right way' (encrypted, off-site, and regular) and uses duplicity as the backend.\n"
+"\n"
+"Features: * Support for local or remote backup locations, including Amazon S3 * Securely encrypts and compresses your data * Incrementally backs up, letting you restore from any particular backup * Schedules regular backups * Integrates well into your GNOME desktop\n"
+"\n"
+"This package contains a plugin to integrate Déjà Dup into Nautilus."
msgstr ""
-#. summary(empathy:telepathy-mission-control-plugin-goa)
-msgid "Telepathy Mission Control Plugin to use data from GNOME Online Accounts"
+#. summary(evince:nautilus-evince)
+msgid "Evince Plugin for Nautilus"
msgstr ""
-#. summary(telepathy-mission-control:libmission-control-plugins0)
-msgid "Telepathy Mission Control instant messaging connection manager"
+#. description(evince:nautilus-evince)
+msgid ""
+"Evince is a document viewer capable of displaying multiple and singlepage document formats like PDF and PostScript.\n"
+"\n"
+"This package contains a plugin to integrate Evince into Nautilus."
msgstr ""
-#. summary(telepathy-farstream:libtelepathy-farstream3)
-msgid "Telepathy library to handle Call channels"
+#. summary(seahorse-nautilus:nautilus-extension-seahorse)
+msgid "Extension for nautilus which allows encryption and decryption of files"
msgstr ""
-#. description(telepathy-idle)
-msgid "Telepathy-idle provides IRC support for Telepathy."
+#. description(seahorse-nautilus:nautilus-extension-seahorse)
+msgid "Seahorse nautilus is an extension for nautilus which allows encryption and decryption of OpenPGP files using GnuPG."
msgstr ""
-#. summary(vte:libvte2_90-9)
-msgid "Terminal Emulator Library"
+#. summary(gnome-terminal:nautilus-extension-terminal)
+msgid "Nautilus Extension to Open Terminal in Folders"
msgstr ""
-#. summary(vte:gnome-pty-helper)
-msgid "Terminal Emulator Library -- Helper for utmp/wtmp/lastlog logging"
+#. description(gnome-terminal:nautilus-extension-terminal)
+msgid "This is a nautilus extension that allows you to open a terminal in arbitrary folders."
msgstr ""
-#. summary(quadrapassel)
-msgid "Tetris Game for GNOME"
+#. summary(tracker-extras:nautilus-extension-tracker-tags)
+msgid "Tracker Plugin for Nautilus"
msgstr ""
-#. description(icc-profiles-openicc:icc-profiles-openicc-rgb)
-msgid "The \"WWW standard\" sRGB colorimetry in a ICC profile and others."
-msgstr ""
-
-#. description(argyllcms)
+#. description(tracker-extras:nautilus-extension-tracker-tags)
msgid ""
-"The Argyll color management system supports accurate ICC profile creation "
-"for scanners, CMYK printers, film recorders and calibration and profiling of "
-"displays.\n"
+"Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer.\n"
"\n"
-"Spectral sample data is supported, allowing a selection of illuminants "
-"observer types, and paper fluorescent whitener additive compensation. "
-"Profiles can also incorporate source specific gamut mappings for perceptual "
-"and saturation intents. Gamut mapping and profile linking uses the CIECAM02 "
-"appearance model, a unique gamut mapping algorithm, and a wide selection of "
-"rendering intents. It also includes code for the fastest portable 8 bit "
-"raster color conversion engine available anywhere, as well as support for "
-"fast, fully accurate 16 bit conversion. Device color gamuts can also be "
-"viewed and compared using a VRML viewer."
+"This package contains an nautilus plugin to tag files with Tracker."
msgstr ""
-#. description(gnome-contacts)
-#, fuzzy
-msgid "The Contacts Manager for GNOME"
-msgstr "Bezprzewodowa sieć lokalna - dialog"
+#. summary(file-roller:nautilus-file-roller)
+msgid "An Archive Manager for GNOME - Nautilus extension"
+msgstr ""
-#. description(gnome-contacts:gnome-shell-search-provider-contacts)
+#. description(file-roller:nautilus-file-roller)
msgid ""
-"The Contacts Manager for GNOME\n"
+"File Roller is an archive manager for GNOME. With it, you can create and modify archives, view the contents of an archive, view a file contained in the archive, and extract files from the archive.\n"
"\n"
-"This package contains a search provider to enable GNOME Shell to get search "
-"results from contacts."
+"This package contains a plugin to integrate File Roller into Nautilus."
msgstr ""
-#. description(gnome-dictionary)
-msgid ""
-"The Dictionary application enables you to search words and terms on a "
-"dictionary source."
+#. summary(nautilus-sendto)
+msgid "Integrate Nautilus, Evolution, Empathy and Pidgin"
msgstr ""
-#. description(gimp)
-msgid ""
-"The GIMP (GNU Image Manipulation Program) is a powerful image composition "
-"and editing program, which can be extremely useful for creating logos and "
-"other graphics for Web pages. The GIMP offers many of the tools and filters "
-"you would expect to find in similar commercial offerings and contains some "
-"interesting extras as well. The GIMP provides a large image manipulation "
-"toolbox, including channel operations and layers, effects, subpixel imaging "
-"and antialiasing, and conversions- all including multilevel undo. The GIMP "
-"offers a scripting facility, but many of the included scripts rely on fonts "
-"that we cannot distribute."
+#. description(nautilus-sendto)
+msgid "This package provides the functionality to the Nautilus file browser to send files over e-mail or instant messaging protocols via Evolution, Empathy and Pidgin."
msgstr ""
-#. description(gimp:libgimpui-2_0-0)
-msgid ""
-"The GIMP (GNU Image Manipulation Program) is a powerful image composition "
-"and editing program, which can be extremely useful for creating logos and "
-"other graphics for Web pages. The GIMP offers many of the tools and filters "
-"you would expect to find in similar commercial offerings and contains some "
-"interesting extras as well. The GIMP provides a large image manipulation "
-"toolbox, including channel operations and layers, effects, subpixel imaging "
-"and antialiasing, and conversions- all including multilevel undo. The GIMP "
-"offers a scripting facility, but many of the included scripts rely on fonts "
-"that we cannot distribute.\n"
-"\n"
-"This package provides GIMP UI libraries."
+#. summary(totem:nautilus-totem)
+msgid "Totem Plugin for Nautilus"
msgstr ""
-#. description(gimp:libgimp-2_0-0)
+#. description(totem:nautilus-totem)
msgid ""
-"The GIMP (GNU Image Manipulation Program) is a powerful image composition "
-"and editing program, which can be extremely useful for creating logos and "
-"other graphics for Web pages. The GIMP offers many of the tools and filters "
-"you would expect to find in similar commercial offerings and contains some "
-"interesting extras as well. The GIMP provides a large image manipulation "
-"toolbox, including channel operations and layers, effects, subpixel imaging "
-"and antialiasing, and conversions- all including multilevel undo. The GIMP "
-"offers a scripting facility, but many of the included scripts rely on fonts "
-"that we cannot distribute.\n"
+"Totem is movie player for the GNOME desktop based on GStreamer.\n"
"\n"
-"This package provides GIMP libraries."
+"This package contains a plugin to integrate Totem into Nautilus."
msgstr ""
-#. summary(gnome-control-center)
-msgid "The GNOME Control Center"
+#. summary(ncftp)
+msgid "A Comfortable FTP Program"
msgstr ""
-#. summary(gnome-desktop:libgnome-desktop-3-8)
-msgid "The GNOME Desktop API Library"
+#. description(ncftp)
+msgid "This program has been in service on UNIX systems since 1991 and is a popular alternative to the standard FTP program, /usr/bin/ftp. NcFTP offers many ease-of-use and performance enhancements over the stock FTP client and runs on a wide variety of UNIX platforms as well as operating systems like Microsoft Windows and Apple Mac OS X."
msgstr ""
-#. summary(gnome-desktop:libgnome-desktop-3_0-common)
-#, fuzzy
-msgid "The GNOME Desktop API Library -- Common data files"
-msgstr "Aktualizacje czasu dostępu"
+#. summary(notification-daemon)
+msgid "Notification Daemon"
+msgstr ""
-#. summary(gnome-desktop:typelib-1_0-GnomeDesktop-3_0)
-msgid "The GNOME Desktop API Library -- Introspection bindings"
+#. description(notification-daemon)
+msgid "D-BUS notification daemon."
msgstr ""
-#. summary(gnome-menus)
-msgid "The GNOME Desktop Menu"
+#. summary(openconnect)
+msgid "Open client for Cisco AnyConnect VPN"
msgstr ""
-#. summary(gnome-menus:typelib-1_0-GMenu-3_0)
-#, fuzzy
-msgid "The GNOME Desktop Menu -- Introspection bindings"
-msgstr "Domyślna przeglądarka menu i aplikacji"
+#. description(openconnect)
+msgid "This package provides a client for Cisco's \"AnyConnect\" VPN, which uses HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others."
+msgstr ""
-#. summary(gnome-menus-branding-openSUSE)
-msgid "The GNOME Desktop Menu -- openSUSE Menus Definitions"
+#. summary(orca)
+msgid "Screen reader for GNOME"
msgstr ""
-#. summary(gdm)
+#. description(orca)
+msgid "Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via user-customizable combinations of speech, braille, and/or magnification."
+msgstr ""
+
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome)
#, fuzzy
-msgid "The GNOME Display Manager"
-msgstr "Główne menu GNOME"
+msgid "GNOME Desktop Environment"
+msgstr "Dokumentacja API KDE"
-#. summary(gdm-branding-openSUSE)
-msgid "The GNOME Display Manager -- openSUSE default configuration"
+#. description(patterns-openSUSE:patterns-openSUSE-gnome)
+msgid "The GNOME desktop environment is an intuitive and attractive desktop for users."
msgstr ""
-#. description(gdm)
-msgid ""
-"The GNOME Display Manager is a system service that is responsible for "
-"providing graphical log-ins and managing local and remote displays."
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_basis)
+msgid "GNOME Base System"
msgstr ""
-#. description(gdm:typelib-1_0-Gdm-1_0)
-msgid ""
-"The GNOME Display Manager is a system service that is responsible for "
-"providing graphical log-ins and managing local and remote displays.\n"
-"\n"
-"This package provides the GObject Introspection bindings for communicating "
-"with the GDM greeter server."
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_basis)
+#, fuzzy
+msgid "Base packages for the GNOME desktop environment."
+msgstr "Środowisko graficzne KDE"
-#. description(gdm-branding-openSUSE)
-msgid ""
-"The GNOME Display Manager is a system service that is responsible for "
-"providing graphical log-ins and managing local and remote displays.\n"
-"\n"
-"This package provides the openSUSE default configuration for gdm."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_games)
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_games)
+#, fuzzy
+msgid "GNOME Games"
+msgstr "System GNOME"
-#. description(gnome-shell:gnome-shell-browser-plugin)
-msgid ""
-"The GNOME Shell Browser Plugin provides integration with gnome-shell and the "
-"corresponding extensions repository. The plugin allows the extensions "
-"repository to provide good integration, letting the website know which "
-"extensions are enabled and disabled, and allowing the website to enable, "
-"disable and install them."
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_imaging)
+#, fuzzy
+msgid "GNOME Graphics"
+msgstr "System GNOME"
-#. description(gnome-shell)
-msgid ""
-"The GNOME Shell redefines user interactions with the GNOME desktop. In "
-"particular, it offers new paradigms for launching applications, accessing "
-"documents, and organizing open windows in GNOME."
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_imaging)
+msgid "Handling of digital photos and graphics"
msgstr ""
-#. summary(gimp)
-msgid "The GNU Image Manipulation Program"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_internet)
+#, fuzzy
+msgid "GNOME Internet"
+msgstr "Uruchomienie Live-CD"
-#. summary(gimp:gimp-help-browser)
-msgid "The GNU Image Manipulation Program - Help Browser"
-msgstr ""
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_internet)
+#, fuzzy
+msgid "GNOME Internet Applications"
+msgstr "Nowe aplikacje"
-#. summary(gimp:libgimp-2_0-0)
-msgid "The GNU Image Manipulation Program - Libraries"
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_laptop)
+msgid "GNOME Laptop"
msgstr ""
-#. summary(gimp:libgimpui-2_0-0)
-msgid "The GNU Image Manipulation Program - UI Libraries"
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_laptop)
+msgid "GNOME Tools designed specifically for use with laptop computers."
msgstr ""
-#. summary(gtk2-branding-openSUSE)
-msgid "The GTK+ toolkit library (version 2) -- openSUSE theme configuration"
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_multimedia)
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_multimedia)
+msgid "GNOME Multimedia"
msgstr ""
-#. summary(gtk3:typelib-1_0-Gtk-3_0)
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_office)
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_office)
#, fuzzy
-msgid "The GTK+ toolkit library (version 3) -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
+msgid "GNOME Office"
+msgstr "System GNOME"
-#. summary(gtk3-branding-openSUSE)
-msgid "The GTK+ toolkit library (version 3) -- openSUSE theme configuration"
-msgstr ""
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_utilities)
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_utilities)
+#, fuzzy
+msgid "GNOME Utilities"
+msgstr "Montowanie NFS"
-#. description(gnome-dictionary:libgdict-1_0-6)
-msgid "The Gdict library is an engine to look up words in dictionary sources."
+#. summary(patterns-openSUSE:patterns-openSUSE-gnome_yast)
+#, fuzzy
+msgid "YaST GNOME User Interfaces"
+msgstr "Powiadomienia"
+
+#. description(patterns-openSUSE:patterns-openSUSE-gnome_yast)
+#, fuzzy
+msgid "Graphical YaST user interfaces for the GNOME desktop."
+msgstr "Minimalna instalacja graficzna"
+
+#. summary(patterns-openSUSE:patterns-openSUSE-sw_management_gnome)
+#, fuzzy
+msgid "Package Management - Graphical Tools for GNOME"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
+
+#. summary(polari)
+#, fuzzy
+msgid "An IRC Client for GNOME"
+msgstr "Usługa klienta LDAP"
+
+#. description(polari)
+#. description(polari:typelib-1_0-Polari-1_0)
+msgid "Polari is a simple IRC Client that is designed to integrate seamlessly with GNOME 3."
msgstr ""
-#. summary(ghostscript)
-msgid "The Ghostscript interpreter for PostScript and PDF"
+#. summary(polkit-gnome)
+msgid "PolicyKit integration for the GNOME desktop"
msgstr ""
-#. description(gtk2-engines:gtk2-engine-hcengine)
-msgid ""
-"The High Contrast engine is targeted for usability themes, such as the GNOME "
-"HighContrast theme."
+#. description(polkit-gnome)
+msgid "polkit-gnome provides an authentication agent for PolicyKit that matches the look and feel of the GNOME desktop."
msgstr ""
-#. description(icedtea-web)
-msgid ""
-"The IcedTea-Web project provides a Free Software web browser plugin running "
-"applets written in the Java programming language and an implementation of "
-"Java Web Start, originally based on the NetX project."
+#. summary(poppler:poppler-tools)
+msgid "PDF Rendering Library Tools"
msgstr ""
-#. summary(evolution)
-msgid "The Integrated GNOME Mail, Calendar, and Address Book Suite"
+#. summary(pulseaudio:pulseaudio-module-gconf)
+msgid "GCONF module for PulseAudio"
msgstr ""
-#. description(libpst:libpst4)
+#. description(pulseaudio:pulseaudio-module-gconf)
msgid ""
-"The Libpst utilities include readpst which can convert email messages to "
-"both mbox and MH mailbox formats, pst2ldif which can convert the contacts "
-"to .ldif format for import into ldap databases, and pst2dii which can "
-"convert email messages to the DII load file format used by Summation."
+"pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
+"\n"
+"This package provides gconf storage of PulseAudio sound server settings."
msgstr ""
-#. summary(ibus-m17n)
-msgid "The M17N engine for IBus platform"
+#. summary(python-pycrypto)
+msgid "Cryptographic modules for Python"
msgstr ""
-#. description(miniupnpc:libminiupnpc9)
+#. description(python-pycrypto)
msgid ""
-"The MiniUPnP project offers software which supports the UPnP Internet "
-"Gateway Device (IGD) specifications."
+"The package contains:\n"
+"\n"
+" * Hash functions: MD2, MD4, RIPEMD, SHA256. * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5. * Stream encryption algorithms: ARC4, simple XOR. * Public-key algorithms: RSA, DSA, ElGamal, qNEW. * Protocols: All-or-nothing transforms, chaffing/winnowing. * Miscellaneous: RFC1751 module for converting 128-key keys into a set of English words, primality testing. * Some demo programs (currently all quite old and outdated)."
msgstr ""
-#. description(mousetweaks)
-msgid ""
-"The Mousetweaks package provides mouse accessibility enhancements for the "
-"GNOME desktop."
+#. summary(brltty:python3-brlapi)
+msgid "Library to use BRLTTY from applications -- Python Bindings"
msgstr ""
-#. description(opus:libopus0)
+#. summary(gedit:python3-gedit)
+#, fuzzy
+msgid "Python bindings for gedit"
+msgstr "Pakiety dla programistów KDE"
+
+#. description(gedit:python3-gedit)
msgid ""
-"The Opus codec is designed for interactive speech and audio transmission "
-"over the Internet. It is designed by the IETF Codec Working Group and "
-"incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec."
+"Gedit is a small and lightweight UTF-8 text editor for the GNOME environment.\n"
+"\n"
+"This package provides the python bindings, based on gobject-introspection."
msgstr ""
-#. description(pcre:pcre-tools)
-msgid ""
-"The PCRE library is a set of functions that implement regular expression "
-"pattern matching using the same syntax and semantics as Perl 5."
+#. summary(python3-louis)
+msgid "Braille Translator and Back-Translator - Python Bindings"
msgstr ""
-#. description(pcre:libpcre16-0)
+#. description(python3-louis)
msgid ""
-"The PCRE library is a set of functions that implement regular expression "
-"pattern matching using the same syntax and semantics as Perl 5.\n"
+"Liblouis is an open-source braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many, many languages and has support for hyphenation. New languages can easily be added through tables that support a rule- or dictionary based approach.\n"
"\n"
-"libpcre16 supports 16-bit and UTF-16 strings."
+"Liblouis also supports math braille (Nemeth and Marburg). The formatting of braille is provided by the companion project liblouisxml.\n"
+"\n"
+"Liblouis is based on the translation routines in the BRLTTY screenreader for Linux. It has, however, gone far beyond these routines. It is named in honor of Louis Braille.\n"
+"\n"
+"Included are also tools for testing and debugging tables."
msgstr ""
-#. description(pcre:libpcreposix0)
-msgid ""
-"The PCRE library is a set of functions that implement regular expression "
-"pattern matching using the same syntax and semantics as Perl 5.\n"
-"\n"
-"pcreposix provides a POSIX-compatible API to the PCRE engine."
+#. summary(speech-dispatcher:python3-speechd)
+msgid "Device independent layer for speech synthesis - Python Bindings"
msgstr ""
-#. description(libreoffice:libreoffice-pyuno)
-msgid ""
-"The Python-UNO bridge allows to use the standard LibreOffice API from the "
-"well known Python scripting language. It can be used to develop UNO "
-"components in python, thus python UNO components may be run within the "
-"LibreOffice process and can be called from Java, C++ or the built in "
-"StarBasic scripting language. You can create and invoke scripts with the "
-"office scripting framework (OOo 2.0 and later) with it. For example, it is "
-"used for the mail merge functionality.\n"
-"\n"
-"You can find the more information at http://udk.openoffice.org/python/python-"
-"bridge.html"
+#. summary(quadrapassel)
+msgid "Tetris Game for GNOME"
msgstr ""
-#. summary(libdv:libdv4)
-msgid "The Quasar DV Codec"
+#. description(quadrapassel)
+msgid "Quadrapassel is a version of Tetris, the classic game of interlocking four-piece blocks. As they fall from the top, the player must orient them to fit the other blocks at the bottom so that they form a complete horizontal line, in which case that line disappears and the player gains points"
msgstr ""
-#. description(libdv:libdv4)
-msgid ""
-"The Quasar DV codec (libdv) is a software codec for DV video, the encoding "
-"format used by most digital camcorders, typically those that support the "
-"IEEE 1394 (FireWire or i.Link) interface. Libdv was developed according to "
-"the official standards for DV video: IEC 61834 and SMPTE 314M.\n"
-"\n"
-"There are two sample applications included with libdv: playdv and encode."
+#. summary(rhythmbox)
+msgid "GNOME Music Management Application"
msgstr ""
-#. description(icc-profiles-openicc:icc-profiles-basiccolor-lstarrgb)
-msgid ""
-"The RGB profile maintaining perceptual equal lightness. The LStar-RGB.icc "
-"profile is colorimetric identical to the eciRGB_v2 profile."
+#. description(rhythmbox)
+msgid "Music Management application with support for ripping audio-CD's, playback of Ogg Vorbis and MP3 and burning of CD-ROMs."
msgstr ""
-#. description(schroedinger:libschroedinger-1_0-0)
-msgid ""
-"The Schroedinger project implements portable libraries for the high quality "
-"Dirac video codec created by BBC Research and Development. Dirac is a free "
-"and open source codec producing very high image quality video. The project "
-"produces two libraries in ANSI C89, one for decoding and one for encoding."
+#. summary(samba)
+msgid "A SMB/CIFS File, Print, and Authentication Server"
msgstr ""
-#. description(libwnck2:libwnck-1-22)
+#. description(samba)
msgid ""
-"The Window Navigator Construction Kit is a library that can be used to write "
-"task lists, pagers, and similar GNOME programs."
+"Samba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem.\n"
+"\n"
+"The package named samba contains all programs that are needed to act as a server. The binaries expect the configuration file to be found in /etc/samba/smb.conf\n"
+"\n"
+"For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at http://www.Samba.org/\n"
+"\n"
+"Please check http://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
msgstr ""
-#. description(libwnck2:typelib-1_0-Wnck-1_0)
+#. summary(samba:samba-client)
+msgid "Samba Client Utilities"
+msgstr ""
+
+#. description(samba:samba-client)
msgid ""
-"The Window Navigator Construction Kit is a library that can be used to write "
-"task lists, pagers, and similar GNOME programs.\n"
+"Samba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem.\n"
"\n"
-"This package provides the GObject Introspection bindings for libwnck."
+"The package named samba-client contains all programs that are needed to act as a Samba client. The binaries expect the configuration file to be found in /etc/samba/smb.conf\n"
+"\n"
+"For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at http://www.Samba.org/\n"
+"\n"
+"Please check http://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.\n"
+"\n"
+"Source Timestamp: 3508 Branch: 4.3.1"
msgstr ""
-#. description(accountsservice)
+#. summary(samba:samba-winbind)
+msgid "Winbind Daemon and Tool"
+msgstr ""
+
+#. description(samba:samba-winbind)
+#, fuzzy
msgid ""
-"The accountsservice server provides a set of D-Bus interfaces for querying "
-"and manipulating user account information.\n"
+"This is the winbind-daemon and the wbinfo-tool.\n"
"\n"
-"The implementation is based on the useradd, usermod and userdel commands."
+"Source Timestamp: 3508 Branch: 4.3.1"
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(sane-backends)
+msgid "SANE (Scanner Access Now Easy) Scanner Drivers"
msgstr ""
-#. description(accountsservice:libaccountsservice0)
+#. description(sane-backends)
msgid ""
-"The accountsservice server provides a set of D-Bus interfaces for querying "
-"and manipulating user account information.\n"
+"The software consists of SANE scanner drivers, \"scanimage,\" and the \"saned\" daemon.\n"
"\n"
-"This package provides a client library for the service."
+"A SANE scanner driver is used via a SANE front-end. This package contains the command line front-end \"scanimage\". There are graphical front-ends in other packages like XSane (package xsane), Skanlite for KDE4 (package skanlite), and Kooka for KDE3 (package kdegraphics3-scan).\n"
+"\n"
+"The \"saned\" daemon provides the service \"sane-port\" to access scanners that are connected to a server via network from client hosts that run the \"net\" meta driver."
msgstr ""
-#. description(accountsservice:typelib-1_0-AccountsService-1_0)
+#. summary(sane-backends:sane-backends-autoconfig)
+msgid "USB Scanner Autoconfiguration"
+msgstr ""
+
+#. description(sane-backends:sane-backends-autoconfig)
msgid ""
-"The accountsservice server provides a set of D-Bus interfaces for querying "
-"and manipulating user account information.\n"
+"USB scanner autoconfiguration happens via udev.\n"
"\n"
-"This package provides the GObject Introspection bindings for the client "
-"library."
+"The file /etc/udev/rules.d/56-sane-backends-autoconfig.rules contains entries for those USB scanners where the USB IDs are known, which are supported by a free driver, where the support status is \"complete\" or \"good\", and which do not require firmware upload.\n"
+"\n"
+"When a USB scanner is connected and its USB IDs match to an entry in the 56-sane-backends-autoconfig.rules file, the matching scanner driver is activated (i.e. the driver line in /etc/sane.d/dll.conf is activated).\n"
+"\n"
+"It enables scanner drivers but never disables them. The reason is that enabled drivers do not hurt so that an automated disable would make it only overcomplicated because when more than one scanner uses the same driver, a complicated check would be needed to avoid that the driver is accidentally disabled when only one scanner was disconnected.\n"
+"\n"
+"If you do not like automated driver activation, do not install this package or remove it when it is already installed."
msgstr ""
-#. summary(clutter:libclutter-1_0-0)
-msgid "The clutter library"
+#. summary(seahorse)
+msgid "GNOME interface for gnupg"
msgstr ""
-#. summary(clutter:typelib-1_0-Clutter-1_0)
+#. description(seahorse)
+msgid "Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend."
+msgstr ""
+
+#. summary(libcryptui:seahorse-daemon)
#, fuzzy
-msgid "The clutter library -- Introspection bindings"
-msgstr "Pomoc i dokumentacja"
+msgid "Library for prompting for PGP keys -- Daemon"
+msgstr "Ulubione aplikacje"
-#. description(gnome-control-center)
-msgid ""
-"The control center is GNOME's main interface for configuration of various "
-"aspects of your desktop."
-msgstr ""
+#. summary(shotwell)
+#, fuzzy
+msgid "Photo Manager for GNOME"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
-#. description(gnome-icon-theme)
-msgid "The default GNOME icon theme."
+#. description(shotwell)
+msgid "Shotwell is a digital photo organizer designed for the GNOME desktop environment. It allows you to import photos from disk or camera, organize them in various ways, view them in full-window or fullscreen mode, and export them to share with others."
msgstr ""
-#. description(gdm:gdmflexiserver)
+#. description(silc-toolkit)
msgid ""
-"The gdmflexiserver tool interacts with the display manager to enable fast "
-"user switching. This package contains a wrapper that selects the correct "
-"gdmflexiserver implementatoin, based on the running display manager."
+"SILC Toolkit is a software development toolkit which provides full SILC protocol implementation for application developers. The SILC Toolkit provides SILC Client Library, SILC Protocol Core Library, SILC Key Exchange Library, SILC Crypto Library, SILC Math Library, SILC Utility Library, as well as other libraries. The SILC Toolkit also includes a full reference manual and developer guide with examples and tutorials.\n"
+"\n"
+"SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services on the Internet over insecure channels. SILC is similar to IRC, as they both provide conferencing services and almost have the same commands. However, they differ internally: unlike IRC, SILC is secure and has an entirely different network model compared to IRC."
msgstr ""
-#. description(geocode-glib:libgeocode-glib0)
-msgid ""
-"The geocode-glib library is a convenience library for the Yahoo! Place "
-"Finder APIs, as described at http://developer.yahoo.com/geo/placefinder/\n"
-"\n"
-"The Place Finder web service allows to do geocoding (finding longitude and "
-"latitude from an address), and reverse geocoding (finding an address from "
-"coordinates)."
+#. summary(simple-scan)
+msgid "Simple Scanning Utility"
msgstr ""
-#. description(geocode-glib:typelib-1_0-GeocodeGlib-1_0)
+#. description(simple-scan)
msgid ""
-"The geocode-glib library is a convenience library for the Yahoo! Place "
-"Finder APIs, as described at http://developer.yahoo.com/geo/placefinder/\n"
+"Simple Scan is an easy-to-use application, designed to let users connect their scanner and quickly have the image/document in an appropriate format.\n"
"\n"
-"The Place Finder web service allows to do geocoding (finding longitude and "
-"latitude from an address), and reverse geocoding (finding an address from "
-"coordinates).\n"
-"\n"
-"This package provides the GObject Introspection bindings for the geocode-"
-"glib library."
+"Simple Scan is basically a frontend for SANE - which is the same backend as XSANE uses. This means that all existing scanners will work and the interface is well tested."
msgstr ""
-#. description(gnome-bluetooth)
-msgid ""
-"The gnome-bluetooth package contains graphical utilities to setup, monitor "
-"and use Bluetooth devices."
+#. summary(net-snmp:snmp-mibs)
+msgid "MIB files from net-snmp"
msgstr ""
-#. description(gnome-bluetooth:typelib-1_0-GnomeBluetooth-1_0)
+#. description(net-snmp:snmp-mibs)
msgid ""
-"The gnome-bluetooth package contains graphical utilities to setup, monitor "
-"and use Bluetooth devices.\n"
+"Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes:\n"
"\n"
-"This package provides the GObject Introspection bindings for the gnome-"
-"bluetooth library."
+"- An extensible agent for responding to SNMP queries including built-in support for a wide range of MIB information modules\n"
+"- Command-line applications to retrieve and manipulate information from SNMP-capable devices\n"
+"- A daemon application for receiving SNMP notifications\n"
+"- A library for developing new SNMP applications, with C and Perl APIs\n"
+"- A graphical MIB browser.\n"
+"\n"
+"This package holds the MIB files from the net-snmp package."
msgstr ""
-#. description(gnome-disk-utility)
-msgid ""
-"The gnome-disk-utility project provides the Disks application for dealing "
-"with storage devices."
+#. summary(speech-dispatcher)
+msgid "Device independent layer for speech synthesis"
msgstr ""
-#. description(speech-dispatcher:libspeechd2)
-msgid ""
-"The goal of Speech Dispatcher project is to provide a high-level device "
-"independent layer for speech synthesis through a simple, stable and well "
-"documented interface.\n"
-"\n"
-"What is a very high level GUI library to graphics, Speech Dispatcher is to "
-"speech synthesis. The application neither needs to talk to the devices "
-"directly nor to handle concurrent access, sound output and other tricky "
-"aspects of the speech subsystem."
+#. summary(speech-dispatcher:speech-dispatcher-module-espeak)
+msgid "ESpeak module for Speech Dispatcher"
msgstr ""
#. description(speech-dispatcher:speech-dispatcher-module-espeak)
msgid ""
-"The goal of Speech Dispatcher project is to provide a high-level device "
-"independent layer for speech synthesis through a simple, stable and well "
-"documented interface.\n"
+"The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.\n"
"\n"
-"What is a very high level GUI library to graphics, Speech Dispatcher is to "
-"speech synthesis. The application neither needs to talk to the devices "
-"directly nor to handle concurrent access, sound output and other tricky "
-"aspects of the speech subsystem.\n"
+"What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. The application neither needs to talk to the devices directly nor to handle concurrent access, sound output and other tricky aspects of the speech subsystem.\n"
"\n"
"This package contains the espeak module."
msgstr ""
-#. description(gnome-desktop:libgnome-desktop-3-8)
-msgid ""
-"The libgnome-desktop library provides API shared by several applications on "
-"the desktop, but that cannot live in the platform for various reasons."
+#. summary(sushi)
+msgid "Quick Previewer for Nautilus"
msgstr ""
-#. description(gnome-desktop:libgnome-desktop-3_0-common)
-msgid ""
-"The libgnome-desktop library provides API shared by several applications on "
-"the desktop, but that cannot live in the platform for various reasons.\n"
-"\n"
-"This package contains data files used by libgnome-dekstop."
+#. description(sushi)
+msgid "Sushi is a quick previewer for Nautilus, the GNOME desktop file manager."
msgstr ""
-#. description(gnome-desktop:typelib-1_0-GnomeDesktop-3_0)
+#. summary(swell-foop)
+msgid "Same Game for GNOME"
+msgstr ""
+
+#. description(swell-foop)
+msgid "Swell Foop is a puzzle game, of which the objective is to clear the window of as many pieces as possible by clicking on groups of the same colored pieces. That group will vanish and the pieces on top will fall until there are none left or no more color groups."
+msgstr ""
+
+#. summary(tcl)
+msgid "The Tcl Programming Language"
+msgstr ""
+
+#. description(tcl)
msgid ""
-"The libgnome-desktop library provides API shared by several applications on "
-"the desktop, but that cannot live in the platform for various reasons.\n"
+"Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.\n"
"\n"
-"This package provides the GObject Introspection bindings for libgnome-"
-"desktop."
+"For more information on Tcl see http://www.tcl.tk and http://wiki.tcl.tk ."
msgstr ""
-#. description(libgsf:libgsf-1-114)
-msgid ""
-"The libgsf library is an extensible I/O abstraction library for dealing with "
-"structured file formats."
+#. summary(telepathy-gabble)
+msgid "XMPP connection manager for Telepathy"
msgstr ""
-#. description(icc-profiles-openicc:icc-profiles)
-msgid ""
-"The meta package installs a complete set of ICC profiles from the OpenICC "
-"Data collection. One Cmyk profile is contained."
+#. description(telepathy-gabble)
+msgid "Gabble is a Jabber/XMPP connection manager for the Telepathy framework, currently supporting single user chats, multi user chats and voice/video calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk."
msgstr ""
-#. description(icc-profiles-openicc:icc-profiles-mini)
-msgid ""
-"The meta package installs a minimal set of ICC profiles from the OpenICC "
-"Data collection. No Cmyk and Gray profiles are contained."
+#. summary(telepathy-haze)
+msgid "A libpurple connection manager for Telepathy"
msgstr ""
-#. description(mjpegtools:libmjpegutils-2_0-0)
-msgid ""
-"The mjpegtools allow for capture, playback, processing, and simple editing "
-"of MJPEG AV data. The hardware I/O applications are intended for use with "
-"Zoran MJPEG framegrabber-based hardware (see the zoran-driver package), but "
-"the processing tools can be used with MJPEG data from other sources as well."
+#. description(telepathy-haze)
+msgid "A connection manager for Telepathy that provides support for AIM, ICQ, MSN, Yahoo! and Groupwise using Pidgin's libpurple."
msgstr ""
-#. description(gnome-menus:typelib-1_0-GMenu-3_0)
-msgid ""
-"The package contains an implementation of the draft \"Desktop Menu "
-"Specification\" from freedesktop.org\n"
-"\n"
-"This package provides the GObject Introspection bindings for the libgnome-"
-"menu library."
+#. summary(telepathy-idle)
+msgid "IRC support for Telepathy"
msgstr ""
-#. description(gnome-menus)
-msgid ""
-"The package contains an implementation of the draft \"Desktop Menu "
-"Specification\" from freedesktop.org:\n"
-"\n"
-"http://www.freedesktop.org/Standards/menu-spec"
+#. description(telepathy-idle)
+msgid "Telepathy-idle provides IRC support for Telepathy."
msgstr ""
-#. description(gnome-menus-branding-openSUSE)
-msgid ""
-"The package contains an implementation of the draft \"Desktop Menu "
-"Specification\" from freedesktop.org:\n"
-"\n"
-"http://www.freedesktop.org/Standards/menu-spec\n"
-"\n"
-"This package provides the openSUSE definitions for menus."
+#. summary(telepathy-logger)
+msgid "Centralized Logging for the Telepathy Framework"
msgstr ""
-#. description(gnome-icon-theme-symbolic)
-msgid ""
-"The purpose of this icon theme is to extend the base icon theme that follows "
-"the Tango style guidelines for specific purposes. This would include OSD "
-"messages, panel system/notification area, and possibly menu icons.\n"
-"\n"
-"Icons follow the naming specification, but have a -symbolic suffix, so only "
-"applications specifically looking up these symbolic icons will render them. "
-"If a -symbolic icon is missing, the app will fall back to the regular name."
+#. summary(empathy:telepathy-mission-control-plugin-goa)
+msgid "Telepathy Mission Control Plugin to use data from GNOME Online Accounts"
msgstr ""
-#. description(gnome-screenshot)
-msgid ""
-"The screenshot tool captures the screen, a window, or an user-defined area "
-"and save the snapshot image to a file."
+#. description(empathy:telepathy-mission-control-plugin-goa)
+msgid "This plugin for Mission Control provides integration with the GNOME Online Accounts service. Mission Control will automatically create a Telepathy account for GNOME Online Accounts configured with the \"Chat\" feature enabled."
msgstr ""
-#. description(shared-color-profiles)
-msgid ""
-"The shared-color-profiles package contains various profiles which are useful "
-"for programs that are color management aware."
+#. summary(telepathy-rakia)
+msgid "SIP connection manager for Telepathy"
msgstr ""
-#. description(sane-backends)
-msgid ""
-"The software consists of SANE scanner drivers, \"scanimage,\" and the \"saned"
-"\" daemon.\n"
-"\n"
-"A SANE scanner driver is used via a SANE front-end. This package contains "
-"the command line front-end \"scanimage\". There are graphical front-ends in "
-"other packages like XSane (package xsane), Skanlite for KDE4 (package "
-"skanlite), and Kooka for KDE3 (package kdegraphics3-scan).\n"
-"\n"
-"The \"saned\" daemon provides the service \"sane-port\" to access scanners "
-"that are connected to a server via network from client hosts that run the "
-"\"net\" meta driver."
+#. description(telepathy-rakia)
+msgid "IETF SIP connection manager for Telepathy using the SofiaSIP protocol stack; formerly known as telepathy-sofiasip"
msgstr ""
-#. description(telepathy-glib:libtelepathy-glib0)
-msgid ""
-"The telepathy-glib library is a GObject-based C binding for the Telepathy D-"
-"Bus API."
+#. summary(telepathy-salut)
+msgid "Link-local XMPP connection manager for Telepathy"
msgstr ""
-#. description(telepathy-glib:typelib-1_0-TelepathyGlib-0_12)
-msgid ""
-"The telepathy-glib library is a GObject-based C binding for the Telepathy D-"
-"Bus API.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the telepathy-"
-"glib library."
+#. description(telepathy-salut)
+msgid "A connection manager for Telepathy that implements peer to peer XMPP using local-link as done by and compatible with Apple Bonjour(tm) chat."
msgstr ""
-#. description(timezone-java)
-msgid ""
-"These are configuration files that describe available time zones - this "
-"package is intended for Java Virtual Machine based on OpenJDK."
+#. summary(tk)
+msgid "Graphical User Interface Toolkit for Tcl"
msgstr ""
-#. description(sgml-skel)
-msgid "These scripts will help prepare and maintain parts of an SGML system."
+#. description(tk)
+msgid "Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the standard GUI not only for Tcl, but for many other dynamic languages, and can produce rich, native applications that run unchanged across Windows, Mac OS X, Linux and more."
msgstr ""
-#. description(libcdio-paranoia:libcdio_cdda1)
-msgid ""
-"This CDDA reader distribution ('libcdio-cdparanoia') reads audio from he "
-"CDROM directly as data, with no analog step between, and writes the data to "
-"a file or pipe as .wav, .aifc or as raw 16 bit linear PCM."
+#. summary(totem)
+msgid "Movie Player for the GNOME Desktop"
msgstr ""
-#. description(java-1_7_0-openjdk)
+#. description(totem)
+msgid "Totem is a movie player for the GNOME desktop based on GStreamer. It features a playlist, a full-screen mode, seek and volume controls, and complete keyboard navigation."
+msgstr ""
+
+#. summary(totem:totem-plugins)
+msgid "Plugins for Totem Movie Player"
+msgstr ""
+
+#. description(totem:totem-plugins)
msgid ""
-"This Java 7 compatible Java Runtime Environment is based on OpenJDK 7 and "
-"IcedTea 7.\n"
+"Totem is movie player for the GNOME desktop based on GStreamer.\n"
"\n"
-"It contains a Java virtual machine, runtime class libraries, and an Java "
-"application launcher that are necessary to run programs written in the Java "
-"progamming language. It is not a development environment and does not "
-"contain development tools such as compilers and debuggers. For development "
-"tools, see the java-1_7_0-openjdk-devel package.\n"
-"\n"
-"The Java 7 Runtime Environment is intended for software developers and "
-"vendors who wish to redistribute their applications."
+"This package includes plugins for Totem, to add advanced features."
msgstr ""
-#. description(guile)
-msgid ""
-"This is Guile, a portable, embeddable Scheme implementation written in C. "
-"Guile provides a machine independent execution platform that can be linked "
-"in as a library when building extensible programs."
+#. summary(tracker)
+msgid "Powerful object database, tag/metadata database, search tool and indexer"
msgstr ""
-#. description(guile:guile-modules-2_0)
-msgid ""
-"This is Guile, a portable, embeddable Scheme implementation written in C. "
-"Guile provides a machine independent execution platform that can be linked "
-"in as a library when building extensible programs. This package contains "
-"guile modules."
+#. summary(tracker-extras:tracker-gui)
+#, fuzzy
+msgid "Graphical User Interface for Tracker"
+msgstr "Minimalna instalacja graficzna"
+
+#. summary(tracker:tracker-miner-files)
+msgid "Tracker miner to index files and applications"
msgstr ""
-#. description(guile:libguile-2_0-22)
+#. description(tracker:tracker-miner-files)
msgid ""
-"This is Guile, a portable, embeddable Scheme implementation written in C. "
-"Guile provides a machine independent execution platform that can be linked "
-"in as a library when building extensible programs. This package contains the "
-"shared libraries."
+"Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer.\n"
+"\n"
+"This package contains a miner to index files and applications."
msgstr ""
-#. description(gnome-chess)
+#. summary(transmission:transmission-gtk)
+msgid "Lightweight, yet powerful BitTorrent client"
+msgstr ""
+
+#. description(transmission:transmission-gtk)
msgid ""
-"This is a game for playing the classic board game of chess, in which two "
-"players simulate a battle by capturing the opponents pieces and ultimately "
-"the king. It can be played in 2D or 3D mode, full screen or in a window."
+"Transmission is a fast, easy, and free multi-platform BitTorrent client with a focus on being lightweight yet feature-filled. Its simple, intuitive interface is designed to integrate tightly with whatever computing environment you choose to use. Transmission strikes a balance between providing useful functionality without feature bloat. Furthermore, it is free for anyone to use or modify.\n"
+"\n"
+"This package contains a graphical user interface to transmission."
msgstr ""
-#. description(libgweather:libgweather-3-6)
-msgid "This is a library to download weather information from online sources."
+#. summary(accountsservice:typelib-1_0-AccountsService-1_0)
+msgid "D-Bus Service to Manipulate User Account Information -- Introspection bindings"
msgstr ""
-#. description(libgweather:libgweather-data)
+#. description(accountsservice:typelib-1_0-AccountsService-1_0)
msgid ""
-"This is a library to download weather information from online sources. This "
-"package provides the architecture independent files."
+"The accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the client library."
msgstr ""
-#. description(liblrdf:liblrdf2)
+#. description(at-spi2-core:typelib-1_0-Atspi-2_0)
msgid ""
-"This is a library to make it easy to manipulate RDF files describing LADSPA "
-"plug-ins. It can also be used for general RDF manipulation.\n"
+"AT-SPI is a general interface for applications to make use of the accessibility toolkit. This version is based on dbus.\n"
"\n"
-"It can read RDF, XLM, and N3 files and export N3 files. Ot also has a light "
-"taxonomic inference capability."
+"This package provides the GObject Introspection bindings for the libatspi library."
msgstr ""
-#. description(gnome-terminal:nautilus-extension-terminal)
+#. summary(caribou:typelib-1_0-Caribou-1_0)
+#, fuzzy
+msgid "On-screen Keyboard for GNOME -- Introspection bindings"
+msgstr "Klawiatura ekranowa"
+
+#. description(caribou:typelib-1_0-Caribou-1_0)
msgid ""
-"This is a nautilus extension that allows you to open a terminal in arbitrary "
-"folders."
+"Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the caribou library."
msgstr ""
-#. description(gnome-mines)
+#. summary(libchamplain:typelib-1_0-Champlain-0_12)
+#, fuzzy
+msgid "Library to display maps -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(libchamplain:typelib-1_0-Champlain-0_12)
msgid ""
-"This is the popular logic puzzle minesweeper, which includes avoiding mines "
-"while receiving clues for the location of the mines."
+"Libchamplain is a C library providing a ClutterActor to display maps. It also provides a Gtk+ widget to display maps in Gtk+ applications.\n"
+"\n"
+"This package provides the GObject Introspection bindings for libchamplain."
msgstr ""
-#. description(libxklavier:libxklavier16)
-msgid "This library allows you to simplify XKB-related development."
-msgstr ""
+#. summary(clutter:typelib-1_0-Clutter-1_0)
+#, fuzzy
+msgid "The clutter library -- Introspection bindings"
+msgstr "Pomoc i dokumentacja"
-#. description(libxklavier:typelib-1_0-Xkl-1_0)
+#. description(clutter:typelib-1_0-Clutter-1_0)
msgid ""
-"This library allows you to simplify XKB-related development.\n"
+"Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.\n"
"\n"
-"This package provides the GObject Introspection bindings for libxklavier."
+"This package provides the GObject Introspection bindings for Clutter."
msgstr ""
-#. description(libdvdnav:libdvdnav4)
-msgid "This library contains functions to display DVD video menus."
-msgstr ""
+#. summary(clutter-gst2:typelib-1_0-ClutterGst-2_0)
+#, fuzzy
+msgid "GStreamer integration for Clutter -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(fribidi)
+#. description(clutter-gst2:typelib-1_0-ClutterGst-2_0)
msgid ""
-"This library implements the algorithm as described in the \"Unicode Standard "
-"Annex #9, the Bidirectional Algorithm, http://www.unicode.org/unicode/"
-"reports/tr9/\". FriBidi is exhaustively tested against the Bidi Reference "
-"Code and, to the best of the developers' knowledge, does notcontain any "
-"conformance bugs.\n"
+"Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.\n"
"\n"
-"The API was inspired by the document \"Bi-Di languages support - BiDi API "
-"proposal\" by Franck Portaneri, which he wrote as a proposal for adding BiDi "
-"support to Mozilla."
+"Clutter GStreamer enables the use of GStreamer with Clutter.\n"
+"\n"
+"This package provides the GObject Introspection bindings for Clutter GStreamer."
msgstr ""
-#. description(libtimidity:libtimidity-0_1-0)
-msgid ""
-"This library is based on the TiMidity decoder from SDL_sound library. "
-"Purpose to create this library is to avoid unnecessary dependences. "
-"SDL_sound requires SDL and some other libraries, that not needed to process "
-"MIDI files. In addition libtimidity provides more suitable API to work with "
-"MIDI songs, it enables to specify full path to the timidity configuration "
-"file, and have function to retrieve meta data from MIDI song."
+#. summary(cogl:typelib-1_0-Cogl-1_0)
+msgid "An object oriented GL/GLES Abstraction/Utility Layer -- Introspection bindings"
msgstr ""
-#. description(libieee1284)
+#. description(cogl:typelib-1_0-Cogl-1_0)
msgid ""
-"This library is intended to be used by applications that need to communicate "
-"with (or at least identify) devices that are attached via a parallel port.\n"
+"Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures.\n"
"\n"
-"For Linux, there are some wrinkles in communicating with devices on parallel "
-"ports (see /usr/share/doc/packages/libieee1284/README). The aim of this "
-"library is to take all the worry about these wrinkles from the application. "
-"It figures out which method is appropriate for the currently running "
-"kernel. For instance, if the application wants to know the device ID of a "
-"device on a particular port, it asks the library for the the device ID.\tThe "
-"library then figures out if it is available via /proc (in any of the "
-"possible locations) and, if not, tries asking the device itself. If /dev/"
-"parport0 is not available for use, it tries ioperm; if that fails, it tries /"
-"dev/port. The application does not have to care."
+"This package provides the GObject Introspection bindings for Cogl."
msgstr ""
-#. description(libbluray:libbluray1)
-msgid ""
-"This library is written for the purpose of playing Blu-ray movies. It is "
-"intended for software that want to support Blu-ray playback (such as VLC and "
-"MPlayer). We, the authors of this library, do not condone nor endorse piracy."
+#. summary(cogl:typelib-1_0-CoglPango-1_0)
+msgid "An object oriented GL/GLES Abstraction/Utility Layer -- Pango Integration, Introspection bindings"
msgstr ""
-#. description(NetworkManager-gnome:typelib-1_0-NMGtk-1_0)
+#. description(cogl:typelib-1_0-CoglPango-1_0)
msgid ""
-"This library provides GTK+ dialogs for NetworkManager integration provided "
-"as introspection bindings."
+"Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the Pango integration in Cogl."
msgstr ""
-#. description(NetworkManager-gnome:libnm-gtk0)
-msgid "This library provides GTK+ dialogs for NetworkManager integration."
-msgstr ""
+#. summary(evince:typelib-1_0-EvinceDocument-3_0)
+#. summary(evince:typelib-1_0-EvinceView-3_0)
+#, fuzzy
+msgid "GNOME Document Viewer -- Introspection bindings"
+msgstr "Domyślna przeglądarka menu i aplikacji"
-#. description(libwmf:libwmf-0_2-7)
-msgid "This library reads metafile images."
+#. summary(libgdata:typelib-1_0-GData-0_0)
+msgid "GLib-based library for accessing online service APIs using the GData protocol -- Introspection bindings"
msgstr ""
-#. description(librest:librest0)
+#. description(libgdata:typelib-1_0-GData-0_0)
msgid ""
-"This library was designed to make it easier to access web services that "
-"claim to be \"RESTful\". A reasonable description is that a RESTful service "
-"should have urls that represent remote objects, which methods can then be "
-"called on.\n"
+"libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support.\n"
"\n"
-"It is comprised of two parts:\n"
-"\n"
-" * the first aims to make it easier to make requests by providing a "
-"wrapper around libsoup. * the second aids with XML parsing by wrapping "
-"libxml2."
+"This package provides the GObject Introspection bindings for the libgdata library."
msgstr ""
-#. description(librest:typelib-1_0-Rest-0_7)
+#. summary(gnome-menus:typelib-1_0-GMenu-3_0)
+#, fuzzy
+msgid "The GNOME Desktop Menu -- Introspection bindings"
+msgstr "Domyślna przeglądarka menu i aplikacji"
+
+#. description(gnome-menus:typelib-1_0-GMenu-3_0)
msgid ""
-"This library was designed to make it easier to access web services that "
-"claim to be \"RESTful\". A reasonable description is that a RESTful service "
-"should have urls that represent remote objects, which methods can then be "
-"called on.\n"
+"The package contains an implementation of the draft \"Desktop Menu Specification\" from freedesktop.org\n"
"\n"
-"This package provides the GObject Introspection bindings for librest."
+"This package provides the GObject Introspection bindings for the libgnome-menu library."
msgstr ""
-#. description(gjs)
-msgid ""
-"This module contains JavaScript bindings based on gobject-introspection and "
-"the Mozilla SpiderMonkey JavaScript engine."
+#. summary(libgweather:typelib-1_0-GWeather-3_0)
+msgid "Library to get online weather information -- Introspection bindings"
msgstr ""
-#. description(libsidplay1)
+#. description(libgweather:typelib-1_0-GWeather-3_0)
msgid ""
-"This package allows you to create packages able to play music from C64 games "
-"and demos on your PC.\n"
+"This is a library to download weather information from online sources.\n"
"\n"
-"You can find a comprehensive archive on the WWW at: http://www.hvsc.c64.org/"
+"This package provides the GObject Introspection bindings for the libgweather library."
msgstr ""
-#. description(NetworkManager-gnome)
+#. summary(gcr:typelib-1_0-Gck-1)
+#, fuzzy
+msgid "GObject library to access for PKCS#11 modules -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(gcr:typelib-1_0-Gck-1)
msgid ""
-"This package contains GNOME utilities and applications for use with "
-"NetworkManager, including a panel applet for wireless networks."
+"GCK is a library for accessing PKCS#11 modules like smart cards, in a (G)object oriented way.\n"
+"\n"
+"This package provides the GObject Introspection bindings for GCK."
msgstr ""
-#. description(yelp-xsl)
+#. summary(gcr:typelib-1_0-Gcr-3)
#, fuzzy
-msgid ""
-"This package contains XSL stylesheets that are used by the yelp help browser."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Library for Crypto UI related task -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(branding-openSUSE:dynamic-wallpaper-branding-openSUSE)
+#. description(gcr:typelib-1_0-Gcr-3)
msgid ""
-"This package contains a dynamic wallpaper with openSUSE look.\n"
+"GCR is a library for displaying certificates, and crypto UI, accessing key stores.\n"
"\n"
-"A dynamic wallpaper changes depending on the time of the day: it is "
-"generally bright during the day, and dark during the night."
+"This package provides the GObject Introspection bindings for GCR."
msgstr ""
-#. description(librsvg:librsvg-2-2)
-msgid ""
-"This package contains a library to render SVG (scalable vector graphics) "
-"data. This format has been specified by the W3C (see http://www.w3c.org)"
+#. summary(gdm:typelib-1_0-Gdm-1_0)
+msgid "Client Library for Communicating with GDM Greeter Server -- Introspection bindings"
msgstr ""
-#. description(librsvg:gdk-pixbuf-loader-rsvg)
+#. description(gdm:typelib-1_0-Gdm-1_0)
msgid ""
-"This package contains a library to render SVG (scalable vector graphics) "
-"data. This format has been specified by the W3C (see http://www.w3c.org).\n"
+"The GNOME Display Manager is a system service that is responsible for providing graphical log-ins and managing local and remote displays.\n"
"\n"
-"This package provides a librsvg-based gdk-pixbuf loader."
+"This package provides the GObject Introspection bindings for communicating with the GDM greeter server."
msgstr ""
-#. description(gnome-session:gnome-session-core)
+#. summary(geocode-glib:typelib-1_0-GeocodeGlib-1_0)
+#, fuzzy
+msgid "Convenience library for the Yahoo! Place Finder APIs -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(geocode-glib:typelib-1_0-GeocodeGlib-1_0)
msgid ""
-"This package contains a minimal version of gnome-session, that can be used "
-"for specific cases. The gnome-session package is needed for a fully "
-"functional GNOME desktop."
+"The geocode-glib library is a convenience library for the Yahoo! Place Finder APIs, as described at http://developer.yahoo.com/geo/placefinder/\n"
+"\n"
+"The Place Finder web service allows to do geocoding (finding longitude and latitude from an address), and reverse geocoding (finding an address from coordinates).\n"
+"\n"
+"This package provides the GObject Introspection bindings for the geocode-glib library."
msgstr ""
-#. description(shared-color-profiles:icc-profiles-scp-yamma)
-#, fuzzy
+#. summary(gjs:typelib-1_0-GjsPrivate-1_0)
+msgid "GJS DBus utility library -- Introspection bindings"
+msgstr ""
+
+#. summary(gnome-bluetooth:typelib-1_0-GnomeBluetooth-1_0)
+msgid "GNOME Bluetooth graphical utilities -- Introspection bindings"
+msgstr ""
+
+#. description(gnome-bluetooth:typelib-1_0-GnomeBluetooth-1_0)
msgid ""
-"This package contains abstract color profiles from the the separate+ project."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+"The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the gnome-bluetooth library."
+msgstr ""
-#. description(xorg-x11-server:xorg-x11-server-extra)
-#, fuzzy
-msgid "This package contains additional Xservers (Xdmx, Xephyr, Xnest)."
-msgstr "Ostatnio używane aplikacje"
+#. summary(gnome-desktop:typelib-1_0-GnomeDesktop-3_0)
+msgid "The GNOME Desktop API Library -- Introspection bindings"
+msgstr ""
-#. description(gnome-user-docs)
-msgid "This package contains documents that are targeted for GNOME end-users."
+#. description(gnome-desktop:typelib-1_0-GnomeDesktop-3_0)
+msgid ""
+"The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons.\n"
+"\n"
+"This package provides the GObject Introspection bindings for libgnome-desktop."
msgstr ""
-#. description(gnome-themes-standard:gnome-themes-accessibility)
+#. summary(gnome-online-accounts:typelib-1_0-Goa-1_0)
#, fuzzy
-msgid "This package contains high-contrast and low-contrast themes for GNOME."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "GNOME service to access online accounts -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(ibus:ibus-gtk)
-#, fuzzy
-msgid "This package contains ibus im module for gtk2"
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+#. description(gnome-online-accounts:typelib-1_0-Goa-1_0)
+msgid ""
+"gnome-online-accounts provides interfaces so applications and libraries in GNOME can access the user's online accounts.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the libgoa client library."
+msgstr ""
-#. description(ibus:ibus-gtk3)
+#. summary(grilo:typelib-1_0-Grl-0_2)
#, fuzzy
-msgid "This package contains ibus im module for gtk3"
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "Framework for browsing and searching media content -- Introspection bindings"
+msgstr "Zarządzanie katalogami"
-#. description(gnome-desktop:gnome-version)
-#, fuzzy
+#. description(grilo:typelib-1_0-Grl-0_2)
msgid ""
-"This package contains information on the version of GNOME that is installed."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+"Grilo is a framework for browsing and searching media content from various sources using a single API.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the libgrl library."
+msgstr ""
-#. description(libreoffice:libreoffice-gnome)
-#, fuzzy
-msgid "This package contains some GNOME extensions for LibreOffice."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+#. summary(gstreamer:typelib-1_0-Gst-1_0)
+msgid "Streaming-Media Framework Runtime -- Introspection bindings"
+msgstr ""
-#. description(Mesa-demo:Mesa-demo-x)
-#, fuzzy
-msgid "This package contains some common GLX-based demos."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+#. description(gstreamer:typelib-1_0-Gst-1_0)
+msgid ""
+"GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plug-in-based architecture means that new data types or processing capabilities can be added by installing new plug-ins.\n"
+"\n"
+"This package provides the GObject Introspection bindings for GStreamer."
+msgstr ""
-#. description(shared-color-profiles:icc-profiles-scp-fogra)
-#, fuzzy
+#. summary(gstreamer-plugins-base:typelib-1_0-GstAudio-1_0)
+#. summary(gstreamer-plugins-base:typelib-1_0-GstPbutils-1_0)
+#. summary(gstreamer-plugins-base:typelib-1_0-GstTag-1_0)
+#. summary(gstreamer-plugins-base:typelib-1_0-GstVideo-1_0)
+msgid "GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings"
+msgstr ""
+
+#. description(gstreamer-plugins-base:typelib-1_0-GstAudio-1_0)
+#. description(gstreamer-plugins-base:typelib-1_0-GstPbutils-1_0)
+#. description(gstreamer-plugins-base:typelib-1_0-GstTag-1_0)
+#. description(gstreamer-plugins-base:typelib-1_0-GstVideo-1_0)
msgid ""
-"This package contains the FOGRA 27L color profile, used for offset printing."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+"GStreamer is a streaming media framework based on graphs of filters that operate on media data. Applications using this library can do anything media-related, from real-time sound processing to playing videos. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins.\n"
+"\n"
+"This package provides the GObject Introspection bindings for GStreamer plug-ins."
+msgstr ""
-#. description(libyui-gtk-pkg:libyui-gtk-pkg5)
+#. summary(gtk2:typelib-1_0-Gtk-2_0)
#, fuzzy
-msgid "This package contains the Gtk package selector component for libYUI."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "The GTK+ toolkit library (version 2) -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(libyui-gtk:libyui-gtk5)
+#. summary(clutter-gtk:typelib-1_0-GtkClutter-1_0)
#, fuzzy
-msgid "This package contains the Gtk user interface component for libYUI."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "GTK+ integration for Clutter -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(ghostscript:ghostscript-x11)
+#. description(clutter-gtk:typelib-1_0-GtkClutter-1_0)
msgid ""
-"This package contains the X11 library which is needed to view PostScript and "
-"PDF files with Ghostscript under the X Window System."
+"Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.\n"
+"\n"
+"Clutter GTK+ enables the use of GTK+ with Clutter.\n"
+"\n"
+"This package provides the GObject Introspection bindings for Clutter GTK+."
msgstr ""
-#. description(shared-color-profiles:icc-profiles-scp-argyll)
-msgid ""
-"This package contains the color profiles from Argyll, with strings updated "
-"for better integration in graphical user interfaces."
+#. summary(gtksourceview:typelib-1_0-GtkSource-3_0)
+msgid "GTK+ Source Editing Widget -- Introspection bindings"
msgstr ""
-#. description(gnome-session:gnome-session-default-session)
-#, fuzzy
-msgid "This package contains the definition of the default GNOME session."
-msgstr "<p>To menu zawiera odnośniki do informacji o dokumencie.</p>"
-
-#. description(NetworkManager:typelib-1_0-NMClient-1_0)
+#. description(gtksourceview:typelib-1_0-GtkSource-3_0)
msgid ""
-"This package contains the gi-bindings that make it easier to use some "
-"Network Manager functionality from applications that use glib.\n"
+"GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ text widget.\n"
"\n"
-"This package provides the GObject Introspection bindings for the "
-"NetworkManager library."
+"It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor.\n"
+"\n"
+"This package provides the GObject Introspection bindings for GtkSourceView."
msgstr ""
-#. description(gimp:gimp-help-browser)
+#. summary(ibus:typelib-1_0-IBus-1_0)
#, fuzzy
-msgid "This package contains the help browser for the GIMP."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "IBus libraries -- Introspection bindings"
+msgstr "Zarządzanie katalogami"
#. description(ibus:typelib-1_0-IBus-1_0)
#, fuzzy
msgid "This package contains the introspection bindings for the IBus library."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(libxml2:libxml2-tools)
-#, fuzzy
-msgid ""
-"This package contains xmllint, a very useful tool proving libxml's power."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-
-#. description(bundle-lang-gnome:bundle-lang-gnome-en)
-msgid "This package groups English translations for many GNOME programs."
+#. summary(webkitgtk:typelib-1_0-JavaScriptCore-1_0)
+#. summary(webkit2gtk3:typelib-1_0-JavaScriptCore-4_0)
+msgid "JavaScript Core Engine, GTK+ Port -- Introspection bindings"
msgstr ""
-#. description(libreoffice-icon-themes:libreoffice-icon-theme-tango)
+#. description(webkitgtk:typelib-1_0-JavaScriptCore-1_0)
+#. description(webkit2gtk3:typelib-1_0-JavaScriptCore-4_0)
msgid ""
-"This package provides Tango LibreOffice icon theme. It is used in GNOME by "
-"default and obsoleted the old Industrial theme."
+"WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers.\n"
+"\n"
+"It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the GTK+ port of the JavaScript Core engine."
msgstr ""
-#. description(gvfs:gvfs-backend-afc)
-msgid ""
-"This package provides a gvfs backend that supports iPod / iPhone devices."
+#. summary(json-glib:typelib-1_0-Json-1_0)
+msgid "Library for JavaScript Object Notation format -- Introspection bindings"
msgstr ""
-#. description(libgsf:gsf-office-thumbnailer)
-#, fuzzy
-msgid "This package provides a thumbnailer for office files."
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-
-#. description(color-filesystem)
+#. description(json-glib:typelib-1_0-Json-1_0)
msgid ""
-"This package provides directories and rpm macros that are required/used to "
-"store color management data for many applications."
+"JSON is a lightweight data-interchange format.It is easy for humans to read and write. It is easy for machines to parse and generate.\n"
+"\n"
+"JSON-GLib provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.\n"
+"\n"
+"JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams.\n"
+"\n"
+"This package provides the GObject Introspection bindings for JSON-GLib."
msgstr ""
-#. description(brasero:brasero-nautilus)
-msgid "This package provides the Brasero extension for Nautilus."
-msgstr ""
+#. summary(libmediaart:typelib-1_0-MediaArt-2_0)
+#, fuzzy
+msgid "Media Art extraction library -- Introspection bindings"
+msgstr "Pomoc i dokumentacja"
-#. description(gnome-terminal)
+#. summary(mutter:typelib-1_0-Meta-3_0)
#, fuzzy
-msgid "This package provides the GNOME terminal emulator application."
-msgstr "Ostatnio używane aplikacje"
+msgid "Window and compositing manager based on Clutter -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(iso-codes)
+#. description(mutter:typelib-1_0-Meta-3_0)
msgid ""
-"This package provides the ISO-639 language code list, the ISO-3166 territory "
-"code list, ISO-3166-2 subterritory lists, and all their translations in "
-"gettext .po form."
+"Mutter is a window and compositing manager based on Clutter, forked from Metacity.\n"
+"\n"
+"This package provides the GObject Introspection bindings for libmutter."
msgstr ""
-#. description(gnome-session)
-msgid ""
-"This package provides the basic session tools, like session management "
-"functionality, for the GNOME Desktop."
+#. summary(NetworkManager:typelib-1_0-NMClient-1_0)
+#. summary(NetworkManager:typelib-1_0-NetworkManager-1_0)
+msgid "Convenience library for clients of NetworkManager -- Introspection bindings"
msgstr ""
-#. description(nautilus-sendto)
+#. description(NetworkManager:typelib-1_0-NMClient-1_0)
+#. description(NetworkManager:typelib-1_0-NetworkManager-1_0)
msgid ""
-"This package provides the functionality to the Nautilus file browser to send "
-"files over e-mail or instant messaging protocols via Evolution, Empathy and "
-"Pidgin."
+"This package contains the gi-bindings that make it easier to use some Network Manager functionality from applications that use glib.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the NetworkManager library."
msgstr ""
-#. description(gnome-control-center:gnome-control-center-user-faces)
+#. summary(NetworkManager-gnome:typelib-1_0-NMGtk-1_0)
#, fuzzy
-msgid "This package provides user avatars to be used by display managers"
-msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+msgid "NetworkManager Gtk+ dialogs -- Introspection bindings"
+msgstr "Pomoc i dokumentacja"
-#. description(empathy:telepathy-mission-control-plugin-goa)
-msgid ""
-"This plugin for Mission Control provides integration with the GNOME Online "
-"Accounts service. Mission Control will automatically create a Telepathy "
-"account for GNOME Online Accounts configured with the \"Chat\" feature "
-"enabled."
+#. description(NetworkManager-gnome:typelib-1_0-NMGtk-1_0)
+msgid "This library provides GTK+ dialogs for NetworkManager integration provided as introspection bindings."
msgstr ""
-#. description(libunistring:libunistring0)
-msgid ""
-"This portable C library implements Unicode string types in three flavours: "
-"(UTF-8, UTF-16, UTF-32), together with functions for character processing "
-"(names, classifications, properties) and functions for string processing "
-"(iteration, formatted output, width, word breaks, line breaks, "
-"normalization, case folding and regular expressions)."
+#. summary(libpeas:typelib-1_0-Peas-1_0)
+#. summary(libpeas:typelib-1_0-PeasGtk-1_0)
+msgid "GObject-based Plugin Engine -- Introspection bindings"
msgstr ""
-#. description(ncftp)
+#. description(libpeas:typelib-1_0-Peas-1_0)
msgid ""
-"This program has been in service on UNIX systems since 1991 and is a popular "
-"alternative to the standard FTP program, /usr/bin/ftp. NcFTP offers many "
-"ease-of-use and performance enhancements over the stock FTP client and runs "
-"on a wide variety of UNIX platforms as well as operating systems like "
-"Microsoft Windows and Apple Mac OS X."
+"libpeas is a gobject-based plugin engine, and is targetted at giving every application the chance to assume its own extensibility.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the libpeas library."
msgstr ""
-#. description(tk)
+#. description(libpeas:typelib-1_0-PeasGtk-1_0)
msgid ""
-"Tk is a graphical user interface toolkit that takes developing desktop "
-"applications to a higher level than conventional approaches. Tk is the "
-"standard GUI not only for Tcl, but for many other dynamic languages, and can "
-"produce rich, native applications that run unchanged across Windows, Mac OS "
-"X, Linux and more."
+"libpeas is a gobject-based plugin engine, and is targetted at giving every application the chance to assume its own extensibility.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the libpeas-gtk library."
msgstr ""
-#. summary(unoconv)
-msgid "Tool to convert between any document format supported by LibreOffice"
-msgstr ""
+#. summary(polari:typelib-1_0-Polari-1_0)
+#, fuzzy
+msgid "Client library for interacting with the Polari -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. summary(libxml2:libxml2-tools)
-msgid "Tools using libxml"
-msgstr ""
+#. summary(librest:typelib-1_0-Rest-0_7)
+#, fuzzy
+msgid "Library to access RESTful web services -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. summary(totem:nautilus-totem)
-msgid "Totem Plugin for Nautilus"
-msgstr ""
-
-#. description(totem)
+#. description(librest:typelib-1_0-Rest-0_7)
msgid ""
-"Totem is a movie player for the GNOME desktop based on GStreamer. It "
-"features a playlist, a full-screen mode, seek and volume controls, and "
-"complete keyboard navigation."
+"This library was designed to make it easier to access web services that claim to be \"RESTful\". A reasonable description is that a RESTful service should have urls that represent remote objects, which methods can then be called on.\n"
+"\n"
+"This package provides the GObject Introspection bindings for librest."
msgstr ""
-#. description(totem:totem-browser-plugin)
+#. summary(libsecret:typelib-1_0-Secret-1)
+#, fuzzy
+msgid "Library for accessing the Secret Service API -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
+
+#. description(libsecret:typelib-1_0-Secret-1)
msgid ""
-"Totem is movie player for the GNOME desktop based on GStreamer.\n"
+"libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the \"Secret Service\" using DBus.\n"
"\n"
-"Apart from a movie player, it also includes a Mozilla plugin.\n"
-"\n"
-"This package does not include the Windows Media (gmp) browser plugin, nor "
-"the Flash video (vegas) plugin."
+"This package provides the GObject Introspection bindings for libsecret."
msgstr ""
-#. description(totem:nautilus-totem)
+#. summary(libsoup:typelib-1_0-Soup-2_4)
+msgid "HTTP client/server library for GNOME -- Introspection bindings"
+msgstr ""
+
+#. description(libsoup:typelib-1_0-Soup-2_4)
msgid ""
-"Totem is movie player for the GNOME desktop based on GStreamer.\n"
+"Libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications.\n"
"\n"
-"This package contains a plugin to integrate Totem into Nautilus."
+"This package provides the GObject Introspection bindings for libsoup."
msgstr ""
-#. description(totem:totem-browser-plugin-gmp)
+#. summary(telepathy-glib:typelib-1_0-TelepathyGlib-0_12)
+msgid "GObject-based library for the Telepathy D-Bus API -- Introspection bindings"
+msgstr ""
+
+#. description(telepathy-glib:typelib-1_0-TelepathyGlib-0_12)
msgid ""
-"Totem is movie player for the GNOME desktop based on GStreamer.\n"
+"The telepathy-glib library is a GObject-based C binding for the Telepathy D-Bus API.\n"
"\n"
-"This package includes only the Windows Media (gmp) browser plugin."
+"This package provides the GObject Introspection bindings for the telepathy-glib library."
msgstr ""
-#. description(totem:totem-plugins)
+#. summary(telepathy-logger:typelib-1_0-TelepathyLogger-0_2)
+msgid "Centralized Logging for the Telepathy Framework - Introspection bindings"
+msgstr ""
+
+#. description(telepathy-logger:typelib-1_0-TelepathyLogger-0_2)
msgid ""
-"Totem is movie player for the GNOME desktop based on GStreamer.\n"
+"tp-logger is a headless Observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages, in different formats.\n"
"\n"
-"This package includes plugins for Totem, to add advanced features."
+"tp-logger features a Telepathy-style D-Bus API to expose logs and interesting information related to logging (most frequent contacts, etc.). It also provides a GLib-compatible client API for making bulk log requests (e.g. for display logs in applications without having to provide lots of information over D-Bus).\n"
+"\n"
+"This package provides the GObject Introspection bindings for Telepathy Logger."
msgstr ""
-#. summary(tracker-extras:nautilus-extension-tracker-tags)
-msgid "Tracker Plugin for Nautilus"
+#. summary(totem-pl-parser:typelib-1_0-TotemPlParser-1_0)
+msgid "A simple GObject-based library to parse playlist formats -- Introspection bindings"
msgstr ""
-#. description(tracker:libtracker-extract-0_16-0)
+#. description(totem-pl-parser:typelib-1_0-TotemPlParser-1_0)
msgid ""
-"Tracker is a powerful desktop-neutral first class object database, tag/"
-"metadata database, search tool and indexer.\n"
+"totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, to save them too.\n"
"\n"
-"It consists of a common object database that allows entities to have an "
-"almost infinite number of properties, metadata (both embedded/harvested as "
-"well as user definable), a comprehensive database of keywords/tags and links "
-"to other entities.\n"
-"\n"
-"It provides additional features for file-based objects including context "
-"linking and audit trails for a file object.\n"
-"\n"
-"It has the ability to index, store, harvest metadata, retrieve and search "
-"all types of files and other first class objects."
+"This package provides the GObject Introspection bindings for the totem-pl-parser library."
msgstr ""
-#. description(tracker:typelib-1_0-TrackerMiner-0_16)
+#. summary(tracker:typelib-1_0-Tracker-1_0)
+msgid "Sparql library for Tracker -- Introspection bindings"
+msgstr ""
+
+#. description(tracker:typelib-1_0-Tracker-1_0)
msgid ""
-"Tracker is a powerful desktop-neutral first class object database, tag/"
-"metadata database, search tool and indexer.\n"
+"Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer.\n"
"\n"
-"It consists of a common object database that allows entities to have an "
-"almost infinite number of properties, metadata (both embedded/harvested as "
-"well as user definable), a comprehensive database of keywords/tags and links "
-"to other entities.\n"
+"It consists of a common object database that allows entities to have an almost infinite number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities.\n"
"\n"
-"It provides additional features for file-based objects including context "
-"linking and audit trails for a file object.\n"
+"It provides additional features for file-based objects including context linking and audit trails for a file object.\n"
"\n"
-"It has the ability to index, store, harvest metadata, retrieve and search "
-"all types of files and other first class objects.\n"
+"It has the ability to index, store, harvest metadata, retrieve and search all types of files and other first class objects.\n"
"\n"
-"This package provides the GObject Introspection bindings for the miner "
-"library for Tracker."
+"This package provides the GObject Introspection bindings for the sparql library for Tracker."
msgstr ""
-#. description(tracker:typelib-1_0-Tracker-0_16)
+#. summary(tracker:typelib-1_0-TrackerControl-1_0)
+#, fuzzy
+msgid "Control library for Tracker -- Introspection bindings"
+msgstr "Pomoc i dokumentacja"
+
+#. description(tracker:typelib-1_0-TrackerControl-1_0)
msgid ""
-"Tracker is a powerful desktop-neutral first class object database, tag/"
-"metadata database, search tool and indexer.\n"
+"Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer.\n"
"\n"
-"It consists of a common object database that allows entities to have an "
-"almost infinite number of properties, metadata (both embedded/harvested as "
-"well as user definable), a comprehensive database of keywords/tags and links "
-"to other entities.\n"
+"It consists of a common object database that allows entities to have an almost infinite number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities.\n"
"\n"
-"It provides additional features for file-based objects including context "
-"linking and audit trails for a file object.\n"
+"It provides additional features for file-based objects including context linking and audit trails for a file object.\n"
"\n"
-"It has the ability to index, store, harvest metadata, retrieve and search "
-"all types of files and other first class objects.\n"
+"It has the ability to index, store, harvest metadata, retrieve and search all types of files and other first class objects.\n"
"\n"
-"This package provides the GObject Introspection bindings for the sparql "
-"library for Tracker."
+"This package provides the GObject Introspection bindings for the extract library for Tracker."
msgstr ""
-#. description(tracker:tracker-miner-files)
+#. summary(upower:typelib-1_0-UpowerGlib-1_0)
+msgid "Power Device Enumeration Framework - Introspection bindings"
+msgstr ""
+
+#. description(upower:typelib-1_0-UpowerGlib-1_0)
msgid ""
-"Tracker is a powerful desktop-neutral first class object database, tag/"
-"metadata database, search tool and indexer.\n"
+"UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit.\n"
"\n"
-"This package contains a miner to index files and applications."
+"This package provides the GObject Introspection bindings for libupower-glib."
msgstr ""
-#. description(tracker-extras:nautilus-extension-tracker-tags)
+#. summary(webkitgtk:typelib-1_0-WebKit-1_0)
+#. summary(webkit2gtk3:typelib-1_0-WebKit2-4_0)
+msgid "Library for rendering web content, GTK+ Port -- Introspection bindings"
+msgstr ""
+
+#. description(webkitgtk:typelib-1_0-WebKit-1_0)
msgid ""
-"Tracker is a powerful desktop-neutral first class object database, tag/"
-"metadata database, search tool and indexer.\n"
+"WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers.\n"
"\n"
-"This package contains an nautilus plugin to tag files with Tracker."
+"It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the GTK+ port of WebKit."
msgstr ""
-#. description(tracker:libtracker-common-0_16-0)
+#. description(webkit2gtk3:typelib-1_0-WebKit2-4_0)
msgid ""
-"Tracker is a powerful desktop-neutral first class object database, tag/"
-"metadata database, search tool and indexer.\n"
+"WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers.\n"
"\n"
-"This package contains private conveniance libraries for the various tracker "
-"libraries."
+"It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.\n"
+"\n"
+"This package provides the GObject Introspection bindings for the GTK+ port of WebKit2."
msgstr ""
-#. summary(tracker:tracker-miner-files)
-msgid "Tracker miner to index files and applications"
+#. summary(libwnck:typelib-1_0-Wnck-3_0)
+msgid "Window Navigator Construction Kit (Library Package) -- Introspection bindings"
msgstr ""
-#. description(transmission:transmission-common)
+#. description(libwnck:typelib-1_0-Wnck-3_0)
msgid ""
-"Transmission is a fast, easy, and free multi-platform BitTorrent client with "
-"a focus on being lightweight yet feature-filled. Its simple, intuitive "
-"interface is designed to integrate tightly with whatever computing "
-"environment you choose to use. Transmission strikes a balance between "
-"providing useful functionality without feature bloat. Furthermore, it is "
-"free for anyone to use or modify."
-msgstr ""
-
-#. description(transmission:transmission-gtk)
-msgid ""
-"Transmission is a fast, easy, and free multi-platform BitTorrent client with "
-"a focus on being lightweight yet feature-filled. Its simple, intuitive "
-"interface is designed to integrate tightly with whatever computing "
-"environment you choose to use. Transmission strikes a balance between "
-"providing useful functionality without feature bloat. Furthermore, it is "
-"free for anyone to use or modify.\n"
+"The Window Navigator Construction Kit is a library that can be used to write task lists, pagers, and similar GNOME programs.\n"
"\n"
-"This package contains a graphical user interface to transmission."
+"This package provides the GObject Introspection bindings for libwnck."
msgstr ""
-#. summary(mousetweaks)
-msgid "Tweak mouse settings in GNOME"
+#. summary(libxklavier:typelib-1_0-Xkl-1_0)
+msgid "Library with X keyboard related functions -- Introspection bindings"
msgstr ""
-#. description(upower:typelib-1_0-UpowerGlib-1_0)
+#. description(libxklavier:typelib-1_0-Xkl-1_0)
msgid ""
-"UPower is an abstraction for enumerating power devices, listening to device "
-"events and querying history and statistics. Any application or service on "
-"the system can access the org.freedesktop.UPower service via the system "
-"message bus. Some operations (such as suspending the system) are restricted "
-"using PolicyKit.\n"
+"This library allows you to simplify XKB-related development.\n"
"\n"
-"This package provides the GObject Introspection bindings for libupower-glib."
+"This package provides the GObject Introspection bindings for libxklavier."
msgstr ""
-#. summary(sane-backends:sane-backends-autoconfig)
-msgid "USB Scanner Autoconfiguration"
-msgstr ""
+#. summary(libzapojit:typelib-1_0-Zpj-0_0)
+#, fuzzy
+msgid "Library for the SkyDrive and Hotmail REST APIs -- Introspection bindings"
+msgstr "Aktualizacje czasu dostępu"
-#. description(sane-backends:sane-backends-autoconfig)
+#. description(libzapojit:typelib-1_0-Zpj-0_0)
msgid ""
-"USB scanner autoconfiguration happens via udev.\n"
+"libzapojit is a GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs.\n"
"\n"
-"The file /etc/udev/rules.d/56-sane-backends-autoconfig.rules contains "
-"entries for those USB scanners where the USB IDs are known, which are "
-"supported by a free driver, where the support status is \"complete\" or "
-"\"good\", and which do not require firmware upload.\n"
-"\n"
-"When a USB scanner is connected and its USB IDs match to an entry in the 56-"
-"sane-backends-autoconfig.rules file, the matching scanner driver is "
-"activated (i.e. the driver line in /etc/sane.d/dll.conf is activated).\n"
-"\n"
-"It enables scanner drivers but never disables them. The reason is that "
-"enabled drivers do not hurt so that an automated disable would make it only "
-"overcomplicated because when more than one scanner uses the same driver, a "
-"complicated check would be needed to avoid that the driver is accidentally "
-"disabled when only one scanner was disconnected.\n"
-"\n"
-"If you do not like automated driver activation, do not install this package "
-"or remove it when it is already installed."
+"This package provides the introspection bindings for libzapojit."
msgstr ""
-#. summary(miniupnpc:libminiupnpc9)
-msgid "Universal Plug'n'Play (UPnP) Client Library"
+#. summary(usb_modeswitch)
+msgid "A mode switching tool for controlling multiple-device USB gear"
msgstr ""
-#. summary(fuse)
-msgid "User space File System"
+#. description(usb_modeswitch)
+msgid "USB_ModeSwitch is a mode switching tool for controlling \"flip flop\" (multiple device) USB gear. It allows so-called \"Zero-CD\" devices that show up as USB storage initially to be switched into their more useful \"application mode\". This is most common for UMTS/3G wireless WAN devices."
msgstr ""
-#. summary(gnome-dictionary)
-msgid "Utility to look up words in dictionary sources"
+#. summary(vino)
+msgid "GNOME VNC Server"
msgstr ""
-#. summary(gnome-screenshot)
-msgid "Utility to take pictures of your screen"
+#. description(vino)
+msgid "A VNC Server for GNOME"
msgstr ""
-#. summary(zvbi:libzvbi0)
+#. summary(webkit2gtk3:webkit2gtk-4_0-injected-bundles)
#, fuzzy
-msgid "VBI Decoding Library"
-msgstr "Programowanie GNOME"
+msgid "Library for rendering web content -- Injected bundles"
+msgstr "Aktualizacje czasu dostępu"
-#. description(zvbi:libzvbi0)
-msgid ""
-"VBI stands for Vertical Blanking Interval, a gap between the image data "
-"transmitted in an analog video signal. This gap is used to transmit AM "
-"modulated data for various data services like Teletext and Closed Caption.\n"
-"\n"
-"The zvbi library provides routines to read from raw VBI sampling devices, to "
-"demodulate raw to sliced VBI data, and to interpret the data of several "
-"popular services."
+#. summary(brltty:xbrlapi)
+msgid "X BrlAPI helper"
msgstr ""
-#. summary(gvfs)
-msgid "VFS functionality for GLib"
+#. description(brltty:xbrlapi)
+msgid "The xbrlapi utility is a helper to have BrlAPI work on a X system."
msgstr ""
-#. summary(gvfs:gvfs-backend-afc)
-msgid "VFS functionality for GLib -- iPod / iPhone Support"
+#. summary(xdg-user-dirs-gtk)
+msgid "xdg-user-dir support for Gnome and Gtk+ applications"
msgstr ""
-#. description(gvfs)
-msgid "VFS functionality for GLib."
+#. description(xdg-user-dirs-gtk)
+msgid "A companion to xdg-user-dirs that integrates it into the Gnome desktop and Gtk+ applications. Presents a dialog when a user changes locales to help move they standard user directories to the correct names."
msgstr ""
-#. summary(libvpx:libvpx1)
+#. summary(xhost)
+msgid "Utility to control X server access"
+msgstr ""
+
+#. description(xhost)
+msgid "xhost is used to manage the list of host names or user names allowed to make connections to the X server."
+msgstr ""
+
+#. summary(xorg-x11-server:xorg-x11-server-extra)
+msgid "Additional Xservers (Xdmx, Xephyr, Xnest)"
+msgstr ""
+
+#. description(xorg-x11-server:xorg-x11-server-extra)
#, fuzzy
-msgid "VP8 codec library"
-msgstr "Zarządzanie katalogami"
+msgid "This package contains additional Xservers (Xdmx, Xephyr, Xnest)."
+msgstr "Ostatnio używane aplikacje"
-#. description(vte:libvte2_90-9)
-msgid ""
-"VTE is a terminal emulator library that provides a terminal widget for use "
-"with GTK+ as well as handling of child process and terminal emulation "
-"settings."
+#. summary(yelp)
+msgid "Help Browser for the GNOME Desktop"
msgstr ""
-#. description(vte:gnome-pty-helper)
-msgid ""
-"VTE is a terminal emulator library that provides a terminal widget for use "
-"with GTK+ as well as handling of child process and terminal emulation "
-"settings.\n"
-"\n"
-"This package provides a helper for utmp/wtmp/lastlog logging."
+#. description(yelp)
+msgid "Yelp is the help viewer in GNOME (it's what happens when you press F1). With gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an info page viewer."
msgstr ""
-#. description(webkitgtk3:typelib-1_0-WebKit-3_0)
-msgid ""
-"WebKit is a web content engine, derived from KHTML and KJS from KDE, and "
-"used primarily in Apple's Safari browser. It is made to be embedded in "
-"other applications, such as mail readers, or web browsers.\n"
-"\n"
-"It is able to display content such as HTML, SVG, XML, and others. It also "
-"supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the GTK+ port "
-"of WebKit."
+#. summary(zenity)
+msgid "GNOME Command Line Dialog Utility"
msgstr ""
-#. description(webkitgtk3:typelib-1_0-JavaScriptCore-3_0)
+#. description(zenity)
msgid ""
-"WebKit is a web content engine, derived from KHTML and KJS from KDE, and "
-"used primarily in Apple's Safari browser. It is made to be embedded in "
-"other applications, such as mail readers, or web browsers.\n"
+"Zenity is a basic rewrite of gdialog, without the pain involved of trying to figure out commandline parsing. Zenity is zen-like; simple and easy to use.\n"
"\n"
-"It is able to display content such as HTML, SVG, XML, and others. It also "
-"supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.\n"
+"Zenity Dialogs: Calendar, Text Entry, Error, Informational, File Selection, List, Progress, Question, Text Information, Warning and Password.\n"
"\n"
-"This package provides the GObject Introspection bindings for the GTK+ port "
-"of the JavaScript Core engine."
+"Zenity is especially useful in scripts."
msgstr ""
-#. description(libvpx:libvpx1)
-msgid ""
-"WebM is an open, royalty-free, media file format designed for the web.\n"
-"\n"
-"WebM defines the file container structure, video and audio formats. WebM "
-"files consist of video streams compressed with the VP8 video codec and audio "
-"streams compressed with the Vorbis audio codec. The WebM file structure is "
-"based on the Matroska container."
+#. summary(bundle-lang-gnome:bundle-lang-gnome-en)
+msgid "English translations for many GNOME programs"
msgstr ""
-#. summary(cheese)
-msgid "Webcam Booth for GNOME"
+#. description(bundle-lang-gnome:bundle-lang-gnome-en)
+msgid "This package groups English translations for many GNOME programs."
msgstr ""
-#. summary(cheese:libcheese-common)
-msgid "Webcam Booth for GNOME - Common Data used by Libraries"
+#. summary(color-filesystem)
+#, fuzzy
+msgid "Color filesystem layout"
+msgstr "System plików"
+
+#. description(color-filesystem)
+msgid "This package provides directories and rpm macros that are required/used to store color management data for many applications."
msgstr ""
-#. summary(cheese:libcheese7)
-msgid "Webcam Booth for GNOME - Library"
+#. summary(docbook_4)
+msgid "DocBook DTD Version 4.x"
msgstr ""
-#. summary(cheese:libcheese-gtk23)
-msgid "Webcam Booth for GNOME - UI Library"
+#. description(docbook_4)
+msgid "DocBook is a schema. It is particularly well-suited to books and papers about computer hardware and software (though it is not limited to these applications at all). This package has SGML- and XML-DTD versions included. Some versions of DocBook contain also a RELAX NG and W3C Schema."
msgstr ""
-#. summary(libwnck2:libwnck-1-22)
-msgid "Window Navigator Construction Kit (Library Package)"
+#. summary(branding-openSUSE:dynamic-wallpaper-branding-openSUSE)
+msgid "Dynamic wallpaper for GNOME, with openSUSE look"
msgstr ""
-#. summary(libwnck2:typelib-1_0-Wnck-1_0)
+#. description(branding-openSUSE:dynamic-wallpaper-branding-openSUSE)
msgid ""
-"Window Navigator Construction Kit (Library Package) -- Introspection bindings"
+"This package contains a dynamic wallpaper with openSUSE look.\n"
+"\n"
+"A dynamic wallpaper changes depending on the time of the day: it is generally bright during the day, and dark during the night."
msgstr ""
-#. summary(mutter)
-msgid "Window and compositing manager based on Clutter"
+#. summary(farstream:farstream-data)
+msgid "GStreamer modules and libraries for videoconferencing -- Codec preferences"
msgstr ""
-#. summary(mutter:mutter-data)
-msgid "Window and compositing manager based on Clutter -- Data Files"
+#. description(farstream:farstream-data)
+msgid ""
+"Farstream is a collection of GStreamer modules and libraries for videoconferencing.\n"
+"\n"
+"This package contains data (codec preferences, element properties) used by the library."
msgstr ""
-#. summary(mutter:typelib-1_0-Meta-3_0)
-#, fuzzy
-msgid ""
-"Window and compositing manager based on Clutter -- Introspection bindings"
-msgstr "Aktualizacje czasu dostępu"
+#. summary(gdm-branding-openSUSE)
+msgid "The GNOME Display Manager -- openSUSE default configuration"
+msgstr ""
-#. summary(mutter:libmutter0)
-msgid "Window and compositing manager based on Clutter -- Library"
+#. description(gdm-branding-openSUSE)
+msgid ""
+"The GNOME Display Manager is a system service that is responsible for providing graphical log-ins and managing local and remote displays.\n"
+"\n"
+"This package provides the openSUSE default configuration for gdm."
msgstr ""
-#. summary(totem:totem-browser-plugin-gmp)
-msgid "Windows Media Browser Plugin Based on Totem Movie Player"
+#. summary(gdm:gdmflexiserver)
+msgid "Gdmflexiserver Compatibility Wrapper for Display Managers"
msgstr ""
-#. summary(samba:libregistry0)
-msgid "Windows-style registry library"
+#. description(gdm:gdmflexiserver)
+msgid "The gdmflexiserver tool interacts with the display manager to enable fast user switching. This package contains a wrapper that selects the correct gdmflexiserver implementatoin, based on the running display manager."
msgstr ""
-#. description(fuse)
-msgid ""
-"With FUSE, a user space program can export a file system through the kernel-"
-"default (Linux kernel).\n"
-"\n"
-"User space file systems which are implemented using FUSE are provided by the "
-"following packages:\n"
-"\n"
-"- curlftpfs (mount FTP servers),\n"
-"\n"
-"- encfs (layered file encryption),\n"
-"\n"
-"- fuseiso (mount iso, img, bin, mdf and nrg CD-ROM images),\n"
-"\n"
-"- fusepod (mount iPods),\n"
-"\n"
-"- fusesmb (mount a fully browseable network neighborhood),\n"
-"\n"
-"- gphotofs (mount gphoto-supported cameras),\n"
-"\n"
-"- ntfs-3g (mount NTFS volumes read-write),\n"
-"\n"
-"- obexfs (mount of bluetooth devices),\n"
-"\n"
-"- sshfs (mount over ssh),\n"
-"\n"
-"- wdfs (mount of WebDAV shares)\n"
-"\n"
-"This package contains the mount binaries for fuse (might not be needed by "
-"some FUSE filesystems like ntfs-3g) and the documentation for FUSE.\n"
-"\n"
-"After installing fuse-devel, administrators can compile and install other "
-"user space file systems which can be found at http://fuse.sourceforge.net/"
-"wiki"
+#. summary(ghostscript-fonts:ghostscript-fonts-other)
+msgid "Optional Fonts for Ghostscript"
msgstr ""
-#. description(xchat)
-msgid ""
-"X-Chat is yet another IRC client for the X Window System. It uses the Gtk+ "
-"toolkit. It is easy to use compared to the other Gtk+ IRC clients and it has "
-"a nicely designed interface."
+#. description(ghostscript-fonts:ghostscript-fonts-other)
+msgid "A miscellaneous set including Cyrillic, kana, and fonts derived from the free Hershey fonts, with improvements (such as adding accented characters) by Thomas Wolff. The Hershey-based fonts are quite different from traditional printer or display fonts; you can read about them in more detail in the documentation on Hershey fonts."
msgstr ""
-#. description(xchat:xchat-perl)
-msgid ""
-"X-Chat is yet another IRC client for the X Window System. It uses the Gtk+ "
-"toolkit. It is easy to use compared to the other Gtk+ IRC clients and it has "
-"a nicely designed interface.\n"
-"\n"
-"This package contains the files necessary to support perl plugins."
+#. summary(gnome-menus-branding-openSUSE)
+msgid "The GNOME Desktop Menu -- openSUSE Menus Definitions"
msgstr ""
-#. description(xchat:xchat-python)
+#. description(gnome-menus-branding-openSUSE)
msgid ""
-"X-Chat is yet another IRC client for the X Window System. It uses the Gtk+ "
-"toolkit. It is easy to use compared to the other Gtk+ IRC clients and it has "
-"a nicely designed interface.\n"
+"The package contains an implementation of the draft \"Desktop Menu Specification\" from freedesktop.org:\n"
"\n"
-"This package contains the files necessary to support python plugins."
+"http://www.freedesktop.org/Standards/menu-spec\n"
+"\n"
+"This package provides the openSUSE definitions for menus."
msgstr ""
-#. description(xchat:xchat-tcl)
-msgid ""
-"X-Chat is yet another IRC client for the X Window System. It uses the Gtk+ "
-"toolkit. It is easy to use compared to the other Gtk+ IRC clients and it has "
-"a nicely designed interface.\n"
-"\n"
-"This package contains the files necessary to support tcl plugins."
+#. summary(gnome-weather:gnome-shell-search-provider-gnome-weather)
+msgid "GNOME Weather -- Search Provider for GNOME Shell"
msgstr ""
-#. summary(ghostscript:ghostscript-x11)
-msgid "X11 library for Ghostscript"
+#. description(gnome-weather:gnome-shell-search-provider-gnome-weather)
+msgid "This package contains a search provider to enable GNOME Shell to get search results from GNOME Weather."
msgstr ""
-#. summary(libXxf86misc:libXxf86misc1)
+#. summary(gnome-software:gnome-software-lang)
#, fuzzy
-msgid "XFree86-Misc X extension library"
+msgid "Languages for package gnome-software"
+msgstr "Pakiet nie jest podpisany"
+
+#. description(gnome-software:gnome-software-lang)
+#, fuzzy
+msgid "Provides translations to the package gnome-software"
+msgstr "Nie znaleziono programu su."
+
+#. summary(gnome-themes-standard:gnome-themes-accessibility)
+#, fuzzy
+msgid "Accessibility GNOME Themes"
+msgstr "System GNOME"
+
+#. description(gnome-themes-standard:gnome-themes-accessibility)
+#, fuzzy
+msgid "This package contains high-contrast and low-contrast themes for GNOME."
msgstr "Pakiet zawiera inną wersję niż oczekiwana"
-#. description(exempi:libexempi3)
-msgid "XMP parsing and IO library"
+#. summary(gnome-tweak-tool)
+msgid "A tool to customize advanced GNOME 3 options"
msgstr ""
-#. summary(exempi:libexempi3)
-msgid "XMP support library"
+#. description(gnome-tweak-tool)
+msgid "GNOME Tweak Tool is an application for changing the advanced settings of GNOME 3."
msgstr ""
-#. summary(telepathy-gabble)
-msgid "XMPP connection manager for Telepathy"
+#. summary(gnome-user-docs)
+msgid "GNOME Desktop Documentation"
msgstr ""
-#. summary(yelp-xsl)
-msgid "XSL stylesheets for the yelp help browser"
+#. description(gnome-user-docs)
+msgid "This package contains documents that are targeted for GNOME end-users."
msgstr ""
-#. summary(yast2-control-center-gnome)
-msgid "YaST2 - Control Center (GNOME version)"
+#. summary(gnome-video-effects)
+msgid "Collection of GStreamer effects"
msgstr ""
-#. description(yelp)
-msgid ""
-"Yelp is the help viewer in GNOME (it's what happens when you press F1). With "
-"gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an "
-"info page viewer."
+#. description(gnome-video-effects)
+msgid "A collection of GStreamer effects to be used in different GNOME Modules."
msgstr ""
-#. description(yelp:libyelp0)
+#. summary(gnome-weather)
+#, fuzzy
+msgid "Weather App for GNOME"
+msgstr "Bezprzewodowa sieć lokalna - dialog"
+
+#. description(gnome-weather)
msgid ""
-"Yelp is the help viewer in GNOME (it's what happens when you press F1). With "
-"gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an "
-"info page viewer.\n"
-"\n"
-"This package provides Yelp's system shared libraries."
+"GNOME 3 weather app that does:\n"
+"* display current conditions\n"
+"* display forecasts\n"
+"* show radar maps\n"
+"* notify on hazardous weather conditions"
msgstr ""
-#. description(zenity)
-msgid ""
-"Zenity is a basic rewrite of gdialog, without the pain involved of trying to "
-"figure out commandline parsing. Zenity is zen-like; simple and easy to "
-"use.\n"
-"\n"
-"Zenity Dialogs: Calendar, Text Entry, Error, Informational, File Selection, "
-"List, Progress, Question, Text Information, Warning and Password.\n"
-"\n"
-"Zenity is especially useful in scripts."
+#. summary(icc-profiles-openicc:icc-profiles)
+msgid "OpenICC Data with complete ICC profiles"
msgstr ""
-#. description(babl:libbabl-0_1-0)
-msgid ""
-"babl is a dynamic, any to any, pixel format translation library.\n"
-"\n"
-"It allows converting between different methods of storing pixels known as "
-"pixel formats that have with different bitdepths and other data "
-"representations, color models and component permutations.\n"
-"\n"
-"A vocabulary to formulate new pixel formats from existing primitives is "
-"provided as well as the framework to add new color models and data types."
+#. description(icc-profiles-openicc:icc-profiles)
+msgid "The meta package installs a complete set of ICC profiles from the OpenICC Data collection. One Cmyk profile is contained."
msgstr ""
-#. description(dotconf:libdotconf0)
-msgid ""
-"dotconf is a simple-to-use and powerful configuration-file parser library "
-"written in C. The configuration files created for dotconf look very similar "
-"to those used by the Apache Webserver. Even Container-Directives known from "
-"httpd.conf can easily be used in the exact same manner as for Apache-"
-"Modules. It supports various types of arguments, dynamically loadable "
-"modules that create their own configuration options on-the-fly, a here-"
-"documents feature to pass very long ARG_STR data to your app, and on-the-fly "
-"inclusion of additional config files."
+#. summary(icc-profiles-openicc:icc-profiles-basiccolor-lstarrgb)
+msgid "Default Editing RGB profile"
msgstr ""
-#. description(libgexiv2:libgexiv2-2)
-msgid ""
-"gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the "
-"basic features of Exiv2 available to GNOME applications."
+#. description(icc-profiles-openicc:icc-profiles-basiccolor-lstarrgb)
+msgid "The RGB profile maintaining perceptual equal lightness. The LStar-RGB.icc profile is colorimetric identical to the eciRGB_v2 profile."
msgstr ""
-#. description(gnome-online-accounts)
-msgid ""
-"gnome-online-accounts provides interfaces so applications and libraries in "
-"GNOME can access the user's online accounts."
+#. summary(icc-profiles-basiccolor-printing2009:icc-profiles-basiccolor-printing2009-coat2)
+msgid "Single Cmyk Profile from basICColor"
msgstr ""
-#. description(gnome-online-accounts:typelib-1_0-Goa-1_0)
-msgid ""
-"gnome-online-accounts provides interfaces so applications and libraries in "
-"GNOME can access the user's online accounts.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the libgoa "
-"client library."
+#. description(icc-profiles-basiccolor-printing2009:icc-profiles-basiccolor-printing2009-coat2)
+msgid "Printing profile according to ISO 12647-2. This is one CMYK ICC profile for a ISO Printing condition."
msgstr ""
-#. description(gnome-screensaver)
-msgid ""
-"gnome-screensaver is a screen saver and locker that aims to have simple, "
-"sane, secure defaults and be well integrated in the desktop. It is designed "
-"to support:\n"
-"\n"
-" * the ability to lock down configuration settings * "
-"translation into other languages * user switching"
+#. summary(icc-profiles-openicc:icc-profiles-lcms-lab)
+msgid "Default PCS profiles"
msgstr ""
-#. description(gnome-settings-daemon)
-msgid ""
-"gnome-settings-daemon provides a daemon run by all GNOME sessions to provide "
-"live access to configuration settings and the changes done to them as well "
-"as basic services like a clipboard manager, controlling the startup of the "
-"screensaver, etc.\n"
-"\n"
-"This module was previously part of GNOME Control Center, but has been "
-"splitted from it for a more general use."
+#. description(icc-profiles-openicc:icc-profiles-lcms-lab)
+msgid "Special LCMS profiles for PCS color spaces."
msgstr ""
-#. description(gnome-user-share)
-msgid ""
-"gnome-user-share is a small package that binds together various free "
-"software projects to bring easy to use user-level file sharing to the "
-"masses.\n"
-"\n"
-"The program is meant to run in the background when the user is logged in, "
-"and when file sharing is enabled a webdav server is started that shares the "
-"$HOME/Public folder. The share is then published to all computers on the "
-"local network using mDNS/rendezvous, so that it shows up in the Network "
-"location in GNOME.\n"
-"\n"
-"The program also allows to share files using ObexFTP over Bluetooth."
+#. summary(icc-profiles-openicc:icc-profiles-mini)
+msgid "OpenICC Data with minimal ICC profiles"
msgstr ""
-#. description(gssdp:libgssdp-1_0-3)
-msgid ""
-"gssdp offers a GObject-based API for handling resource discovery and "
-"announcement over SSDP."
+#. description(icc-profiles-openicc:icc-profiles-mini)
+msgid "The meta package installs a minimal set of ICC profiles from the OpenICC Data collection. No Cmyk and Gray profiles are contained."
msgstr ""
-#. description(libXxf86misc:libXxf86misc1)
-msgid ""
-"libXxf86misc provides an interface to the XFree86-Misc extension, which "
-"allows client applications to query the current keyboard and mouse settings "
-"of the running XFree86-based (XFree86, Xorg) server."
+#. summary(icc-profiles-openicc:icc-profiles-openicc-rgb)
+msgid "Default sRGB ICC profile +"
msgstr ""
-#. description(libass:libass4)
-msgid ""
-"libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation "
-"Alpha/Substation Alpha) subtitle format. It is mostly compatible with "
-"VSFilter."
+#. description(icc-profiles-openicc:icc-profiles-openicc-rgb)
+msgid "The \"WWW standard\" sRGB colorimetry in a ICC profile and others."
msgstr ""
-#. description(libcanberra:canberra-gtk-play)
-msgid ""
-"libcanberra is an implementation of the XDG Sound Theme and Name "
-"Specifications, for generating event sounds on free desktops, such as GNOME. "
-"It comes with several backends (ALSA, PulseAudio, null) and is designed to "
-"be portable.\n"
-"\n"
-"This package provides the canberra-gtk-play utility."
+#. summary(shared-color-profiles:icc-profiles-scp-argyll)
+msgid "Argyll color profiles, with improved text"
msgstr ""
-#. description(libcdaudio:libcdaudio1)
-msgid ""
-"libcdaudio is a library designed to provide functions to control operation "
-"of a CD-ROM when playing audio CDs. It also contains functions for CDDB and "
-"CD index lookup."
+#. description(shared-color-profiles:icc-profiles-scp-argyll)
+msgid "This package contains the color profiles from Argyll, with strings updated for better integration in graphical user interfaces."
msgstr ""
-#. description(libcue:libcue1)
-msgid ""
-"libcue parses so-called cue sheets from a char string or a FILE pointer. "
-"This project is meant as a fork of (defunct) cuetools."
+#. summary(shared-color-profiles:icc-profiles-scp-fogra)
+msgid "FOGRA 27L color profile"
msgstr ""
-#. description(libdmx:libdmx1)
-msgid ""
-"libdmx is an interface to the DMX extension for X, which allows a single "
-"server to be set up as a proxy spanning multiple servers -- not unlike "
-"Xinerama across discrete physical machines. It can be reconfigured on the "
-"fly to change the layout, and it is presented as a single logical display to "
-"clients.\n"
-"\n"
-"libdmx allows clients to configure the layout of DMX servers by adding and "
-"removing screens, input devices, et al."
+#. description(shared-color-profiles:icc-profiles-scp-fogra)
+#, fuzzy
+msgid "This package contains the FOGRA 27L color profile, used for offset printing."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(shared-color-profiles:icc-profiles-scp-yamma)
+msgid "Abstract color profiles"
msgstr ""
-#. description(folks:libfolks-eds25)
-msgid ""
-"libfolks is a library that aggregates people from multiple sources (eg, "
-"Telepathy connection managers) to create metacontacts."
+#. description(shared-color-profiles:icc-profiles-scp-yamma)
+#, fuzzy
+msgid "This package contains abstract color profiles from the the separate+ project."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#. summary(iso-codes)
+msgid "ISO Code Lists and Translations"
msgstr ""
-#. description(folks:libfolks-data)
-msgid ""
-"libfolks is a library that aggregates people from multiple sources (eg, "
-"Telepathy connection managers) to create metacontacts.\n"
-"\n"
-"This package provides mandatory data files for the library to work."
+#. description(iso-codes)
+msgid "This package provides the ISO-639 language code list, the ISO-3166 territory code list, ISO-3166-2 subterritory lists, and all their translations in gettext .po form."
msgstr ""
-#. description(libgdata:libgdata13)
-msgid ""
-"libgdata is a GLib-based library for accessing online service APIs using the "
-"GData protocol — most notably, Google's services. It provides APIs to access "
-"the common Google services, and has full asynchronous support."
+#. summary(iso_ent)
+msgid "Character Entity Sets for ISO 8879:1986"
msgstr ""
-#. description(libgdata:typelib-1_0-GData-0_0)
-msgid ""
-"libgdata is a GLib-based library for accessing online service APIs using the "
-"GData protocol — most notably, Google's services. It provides APIs to access "
-"the common Google services, and has full asynchronous support.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the libgdata "
-"library."
+#. description(iso_ent)
+msgid "Character entity sets for ISO 8879:1986."
msgstr ""
-#. description(libgxps:libgxps2)
-msgid ""
-"libgxps is a GObject based library for handling and rendering XPS documents."
+#. summary(libgpod:libgpod-lang)
+#, fuzzy
+msgid "Languages for package libgpod"
+msgstr "Pakiet nie jest podpisany"
+
+#. description(libgpod:libgpod-lang)
+#, fuzzy
+msgid "Provides translations to the package libgpod"
+msgstr "Nie znaleziono programu su."
+
+#. description(libgweather:libgweather-data)
+msgid "This is a library to download weather information from online sources. This package provides the architecture independent files."
msgstr ""
-#. description(libiptcdata)
-msgid ""
-"libiptcdata is a library for parsing, editing, and saving IPTC data.\n"
-"\n"
-"libiptcdata is a library for manipulating the International Press "
-"Telecommunications Council (IPTC) metadata stored within multimedia files "
-"such as images. This metadata can include captions and keywords, often used "
-"by popular photo management applications. The library provides routines for "
-"parsing, viewing, modifying, and saving this metadata. The libiptcdata "
-"package also includes a command line utility, iptc, for editing IPTC data in "
-"JPEG files. The library implements the IPTC Information Interchange Model "
-"according to its specification."
+#. summary(pidgin-branding-openSUSE:libpurple-branding-openSUSE)
+msgid "GLib-based Instant Messenger Library -- openSUSE Default Configuration"
msgstr ""
-#. description(libnice:gstreamer-libnice)
+#. description(pidgin-branding-openSUSE:libpurple-branding-openSUSE)
msgid ""
-"libnice is an implementation of the IETF's draft Interactive Connectivity "
-"Establishment standard (ICE)"
+"libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks.\n"
+"\n"
+"libpurple is compatible with the following chat networks out of the box: AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, MXit, MySpaceIM, and Zephyr. It can support many more with plugins.\n"
+"\n"
+"This package provides the openSUSE default configuration for libpurple."
msgstr ""
-#. description(libnice:gstreamer-0_10-libnice)
-msgid ""
-"libnice is an implementation of the IETF's draft Interactive Connectivity "
-"Establishment standard (ICE)."
+#. summary(libsocialweb-branding-openSUSE)
+msgid "A personal social data server -- API keys from openSUSE"
msgstr ""
-#. description(liboauth:liboauth0)
+#. description(libsocialweb-branding-openSUSE)
msgid ""
-"liboauth is a collection of c functions implementing the http://oauth.net "
-"API.\n"
+"Libsocialweb is a personal social data server, that can interact with social web services, like Flickr, Last.fm, Twitter and Vimeo.\n"
"\n"
-"liboauth provides functions to escape and encode stings according to OAuth "
-"specifications and offers high-level functionality built on top to sign "
-"requests or verify signatures using either NSS or OpenSSL for calculating "
-"the hash/signatures.\n"
-"\n"
-"This archive contains the shared library files from liboauth."
+"This package provides API keys from openSUSE, for the web services accessible with libsocialweb."
msgstr ""
-#. description(libopenraw:libopenraw1)
-msgid "libopenraw is a library that aim at decoding digital camera RAW files."
+#. summary(libzypp-plugin-appdata)
+msgid "Extend libzypp to handle AppStream metadata"
msgstr ""
-#. description(libopenraw:gdk-pixbuf-loader-libopenraw)
+#. description(libzypp-plugin-appdata)
msgid ""
-"libopenraw is a library that aim at decoding digital camera RAW files.\n"
+"This plugin extends libzypp to install AppStream metadata, as extracted from the repository metadata, onto the file system in order to be picked up by software centers.\n"
"\n"
-"This package provides a libopenraw-based gdk-pixbuf loader."
+"At this moment, gnome-software is the only known implementation making use of it."
msgstr ""
-#. description(libosinfo)
-msgid ""
-"libosinfo is a GObject based library API for managing information about "
-"operating systems, hypervisors and the (virtual) hardware devices they can "
-"support. It includes a database containing device metadata and provides APIs "
-"to match/identify optimal devices for deploying an operating system on a "
-"hypervisor. Via the magic of GObject Introspection, the API is available in "
-"all common programming languages."
+#. summary(mc:mc-lang)
+msgid "Languages for package mc"
msgstr ""
-#. description(libpeas:libpeas-1_0-0)
-msgid ""
-"libpeas is a gobject-based plugin engine, and is targetted at giving every "
-"application the chance to assume its own extensibility."
+#. description(mc:mc-lang)
+msgid "Provides translations to the package mc"
msgstr ""
-#. description(libpeas:libpeas-loader-gjs)
-msgid ""
-"libpeas is a gobject-based plugin engine, and is targetted at giving every "
-"application the chance to assume its own extensibility.\n"
-"\n"
-"This package contains the gjs loader."
+#. summary(nano:nano-lang)
+#, fuzzy
+msgid "Languages for package nano"
+msgstr "Pakiet nie jest podpisany"
+
+#. description(nano:nano-lang)
+#, fuzzy
+msgid "Provides translations to the package nano"
+msgstr "Nie znaleziono programu su."
+
+#. summary(python-atspi)
+#. summary(python3-atspi)
+msgid "Assistive Technology Service Provider Interface - Python bindings"
msgstr ""
-#. description(libpeas:libpeas-loader-python)
+#. description(python-atspi)
+#. description(python3-atspi)
msgid ""
-"libpeas is a gobject-based plugin engine, and is targetted at giving every "
-"application the chance to assume its own extensibility.\n"
+"AT-SPI is a general interface for applications to make use of the accessibility toolkit. This version is based on dbus.\n"
"\n"
-"This package contains the python loader."
+"This package contains the python bindings for AT-SPI."
msgstr ""
-#. description(libpeas:libpeas-loader-python3)
-msgid ""
-"libpeas is a gobject-based plugin engine, and is targetted at giving every "
-"application the chance to assume its own extensibility.\n"
-"\n"
-"This package contains the python3 loader."
+#. summary(python-beautifulsoup)
+msgid "HTML/XML Parser for Quick-Turnaround Applications Like Screen-Scraping"
msgstr ""
-#. description(libpeas:libpeas-loader-seed)
+#. description(python-beautifulsoup)
msgid ""
-"libpeas is a gobject-based plugin engine, and is targetted at giving every "
-"application the chance to assume its own extensibility.\n"
+"Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful:\n"
"\n"
-"This package contains the seed loader."
+"* Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away\n"
+"\n"
+"* Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application\n"
+"\n"
+"* Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding\n"
+"\n"
+"Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it \"Find all the links\", or \"Find all the links of class externalLink\", or \"Find all the links whose urls match \"foo.com\", or \"Find the table heading that's got bold text, then give me that text.\"\n"
+"\n"
+"Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup."
msgstr ""
-#. description(libpeas:typelib-1_0-Peas-1_0)
-msgid ""
-"libpeas is a gobject-based plugin engine, and is targetted at giving every "
-"application the chance to assume its own extensibility.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the libpeas "
-"library."
+#. summary(python-boto)
+msgid "Amazon Web Services Library"
msgstr ""
-#. description(libpeas:typelib-1_0-PeasGtk-1_0)
+#. description(python-boto)
msgid ""
-"libpeas is a gobject-based plugin engine, and is targetted at giving every "
-"application the chance to assume its own extensibility.\n"
+"An integrated interface to current and future infrastructural services offered by Amazon Web Services. At the moment, boto supports:\n"
"\n"
-"This package provides the GObject Introspection bindings for the libpeas-gtk "
-"library."
+" * Compute - Amazon Elastic Compute Cloud (EC2) - Amazon Elastic Map Reduce (EMR) - AutoScaling - Amazon Kinesis * Content Delivery - Amazon CloudFront * Database - Amazon Relational Data Service (RDS) - Amazon DynamoDB - Amazon SimpleDB - Amazon ElastiCache - Amazon Redshift * Deployment and Management - AWS Elastic Beanstalk - AWS CloudFormation - AWS Data Pipeline - AWS Opsworks - AWS CloudTrail * Identity & Access - AWS Identity and Access Management (IAM) * Application Services - Amazon CloudSearch - Amazon Elastic Transcoder - Amazon Simple Workflow Service (SWF) - Amazon Simple Queue Service (SQS) - Amazon Simple Notification Server (SNS) - Amazon Simple Email Service (SES) * Monitoring - Amazon CloudWatch (EC2 Only) - Amazon CloudWatch Logs * Networking - Amazon Route53 - Amazon Virtual Private Cloud (VPC) - Elastic Load Balancing (ELB) - AWS Direct Connect * Payments and Billing - Amazon Flexible Payment Ser
vice (FPS) * Storage - Amazon Simple Storage Service (S3) - Amazon Glacier - Amazon Elastic Block Store (EBS) - Google Cloud Storage * Workforce - Amazon Mechanical Turk * Other - Marketplace Web Services - AWS Support"
msgstr ""
-#. description(pidgin:libpurple)
-msgid ""
-"libpurple is a library intended to be used by programmers seeking to write "
-"an IM client that connects to many IM networks.\n"
-"\n"
-"libpurple is compatible with the following chat networks out of the box: "
-"AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-"
-"Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, "
-"MXit, MySpaceIM, and Zephyr. It can support many more with plugins."
+#. summary(python-cloudfiles)
+msgid "Bindings for Rackspace CloudFiles API"
msgstr ""
-#. description(pidgin-branding-openSUSE:libpurple-branding-openSUSE)
-msgid ""
-"libpurple is a library intended to be used by programmers seeking to write "
-"an IM client that connects to many IM networks.\n"
-"\n"
-"libpurple is compatible with the following chat networks out of the box: "
-"AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-"
-"Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, "
-"MXit, MySpaceIM, and Zephyr. It can support many more with plugins.\n"
-"\n"
-"This package provides the openSUSE default configuration for libpurple."
+#. description(python-cloudfiles)
+msgid "Python language bindings for Rackspace CloudFiles API."
msgstr ""
-#. description(libpwquality:libpwquality1)
-msgid ""
-"libpwquality is a library for password quality checks and generation of "
-"random passwords that pass the checks."
+#. summary(python-ecdsa)
+msgid "ECDSA cryptographic signature library (pure python)"
msgstr ""
-#. description(librsync:librsync1)
-msgid ""
-"librsync implements the \"rsync\" algorithm, which allows remote "
-"differencing of binary files. librsync computes a delta relative to a "
-"file's checksum, so the two files need not both be present to generate a "
-"delta."
+#. description(python-ecdsa)
+msgid "This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols."
msgstr ""
-#. description(libsecret:libsecret-1-0)
-msgid ""
-"libsecret is a library for storing and retrieving passwords and other "
-"secrets. It communicates with the \"Secret Service\" using DBus."
+#. summary(python-httplib2)
+msgid "A Python HTTP client library"
msgstr ""
-#. description(libsecret:typelib-1_0-Secret-1)
-msgid ""
-"libsecret is a library for storing and retrieving passwords and other "
-"secrets. It communicates with the \"Secret Service\" using DBus.\n"
-"\n"
-"This package provides the GObject Introspection bindings for libsecret."
+#. description(python-httplib2)
+msgid "A comprehensive HTTP client library that supports many features left out of other HTTP libraries."
msgstr ""
-#. description(libspectre:libspectre1)
-msgid ""
-"libspectre is a small library for rendering Postscript documents. It "
-"provides a convenient easy to use API for handling and rendering Postscript "
-"documents."
+#. summary(python-lockfile)
+msgid "Platform-independent file locking module"
msgstr ""
-#. description(libwacom:libwacom-data)
-msgid ""
-"libwacom is a library to identify wacom tablets and their model-specific "
-"features. It provides easy access to information such as \"is this a built-"
-"in on-screen tablet\", \"what is the size of this model\", etc."
+#. description(python-lockfile)
+msgid "The lockfile package exports a LockFile class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. An implementation based on SQLite is also provided, more as a demonstration of the possibilities it provides than as production-quality code."
msgstr ""
-#. description(libzapojit:libzapojit-0_0-0)
-msgid ""
-"libzapojit is a GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs."
+#. summary(python-paramiko)
+msgid "SSH2 protocol library"
msgstr ""
-#. description(libzapojit:typelib-1_0-Zpj-0_0)
-msgid ""
-"libzapojit is a GLib/GObject wrapper for the SkyDrive and Hotmail REST "
-"APIs.\n"
-"\n"
-"This package provides the introspection bindings for libzapojit."
+#. description(python-paramiko)
+msgid "This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too."
msgstr ""
-#. description(polkit-gnome)
-msgid ""
-"polkit-gnome provides an authentication agent for PolicyKit that matches the "
-"look and feel of the GNOME desktop."
+#. summary(rhythmbox:rhythmbox-lang)
+msgid "Languages for package rhythmbox"
msgstr ""
-#. description(pulseaudio:pulseaudio-module-gconf)
-msgid ""
-"pulseaudio is a networked sound server for Linux and other Unix like "
-"operating systems and Microsoft Windows. It is intended to be an improved "
-"drop-in replacement for the Enlightened Sound Daemon (ESOUND).\n"
-"\n"
-"This package provides gconf storage of PulseAudio sound server settings."
+#. description(rhythmbox:rhythmbox-lang)
+msgid "Provides translations to the package rhythmbox"
msgstr ""
-#. description(system-config-printer)
-msgid ""
-"system-config-printer is a graphical user interface that allows the user to "
-"configure a CUPS print server."
+#. summary(sgml-skel)
+msgid "Helper Scripts for the SGML System"
msgstr ""
-#. description(totem-pl-parser:libtotem-plparser-mini18)
-msgid ""
-"totem-pl-parser is a simple GObject-based library to parse a host of "
-"playlist formats, to save them too."
+#. description(sgml-skel)
+msgid "These scripts will help prepare and maintain parts of an SGML system."
msgstr ""
-#. description(totem-pl-parser:typelib-1_0-TotemPlParser-1_0)
-msgid ""
-"totem-pl-parser is a simple GObject-based library to parse a host of "
-"playlist formats, to save them too.\n"
-"\n"
-"This package provides the GObject Introspection bindings for the totem-pl-"
-"parser library."
+#. summary(shared-color-profiles)
+msgid "Color profiles for color management"
msgstr ""
-#. description(telepathy-logger:libtelepathy-logger3)
-msgid ""
-"tp-logger is a headless Observer client that logs information received by "
-"the Telepathy framework. It features pluggable backends to log different "
-"sorts of messages, in different formats.\n"
-"\n"
-"tp-logger features a Telepathy-style D-Bus API to expose logs and "
-"interesting information related to logging (most frequent contacts, etc.). "
-"It also provides a GLib-compatible client API for making bulk log requests "
-"(e.g. for display logs in applications without having to provide lots of "
-"information over D-Bus)."
+#. description(shared-color-profiles)
+msgid "The shared-color-profiles package contains various profiles which are useful for programs that are color management aware."
msgstr ""
-#. description(telepathy-logger:typelib-1_0-TelepathyLogger-0_2)
-msgid ""
-"tp-logger is a headless Observer client that logs information received by "
-"the Telepathy framework. It features pluggable backends to log different "
-"sorts of messages, in different formats.\n"
-"\n"
-"tp-logger features a Telepathy-style D-Bus API to expose logs and "
-"interesting information related to logging (most frequent contacts, etc.). "
-"It also provides a GLib-compatible client API for making bulk log requests "
-"(e.g. for display logs in applications without having to provide lots of "
-"information over D-Bus).\n"
-"\n"
-"This package provides the GObject Introspection bindings for Telepathy "
-"Logger."
+#. summary(transmission:transmission-common)
+msgid "Lightweight, yet powerful BitTorrent client - Common Data"
msgstr ""
-#. description(unoconv)
-msgid ""
-"unoconv converts between any document format that LibreOffice understands. "
-"It uses LibreOffice's UNO bindings for non-interactive conversion of "
-"documents.\n"
-"\n"
-"Supported document formats include: Open Document Text (.odt), Open Document "
-"Draw (.odd), Open Document Presentation (.odp), Open Document calc (.odc), "
-"MS Word (.doc), MS PowerPoint (.pps/.ppt), MS Excel (.xls), MS Office Open/"
-"OOXML (.xml), Portable Document Format (.pdf), DocBook (.xml), LaTeX (.ltx), "
-"HTML, XHTML, RTF, Docbook (.xml), GIF, PNG, JPG, SVG, BMP, EPS and many "
-"more..."
+#. description(transmission:transmission-common)
+msgid "Transmission is a fast, easy, and free multi-platform BitTorrent client with a focus on being lightweight yet feature-filled. Its simple, intuitive interface is designed to integrate tightly with whatever computing environment you choose to use. Transmission strikes a balance between providing useful functionality without feature bloat. Furthermore, it is free for anyone to use or modify."
msgstr ""
-#. summary(xdg-user-dirs-gtk)
-msgid "xdg-user-dir support for Gnome and Gtk+ applications"
+#. summary(usb_modeswitch:usb_modeswitch-data)
+msgid "Data Files for USB Modeswitch"
msgstr ""
+#. description(usb_modeswitch:usb_modeswitch-data)
+msgid "Data files for usb_modeswitch package."
+msgstr ""
+
+#. summary(yelp-xsl)
+msgid "XSL stylesheets for the yelp help browser"
+msgstr ""
+
+#. description(yelp-xsl)
#, fuzzy
+msgid "This package contains XSL stylesheets that are used by the yelp help browser."
+msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "Adwaita GNOME Theme -- Common Files"
+#~ msgstr "System GNOME"
+
+#, fuzzy
+#~ msgid "Dirac Video Codec Encoder Library"
+#~ msgstr "Komunikaty jądra"
+
+#, fuzzy
+#~ msgid "GNOME Extensions for LibreOffice"
+#~ msgstr "Transakcja zestawu zakończona niepowodzeniem."
+
+#, fuzzy
+#~ msgid "GNU Unicode string library - development files"
+#~ msgstr "Aktualizacje czasu dostępu"
+
+#, fuzzy
+#~ msgid "Instrumentation System"
+#~ msgstr "System instalacyjny"
+
+#, fuzzy
+#~ msgid "Languages for package gstreamer-0_10-plugins-bad"
+#~ msgstr "Pakiet nie jest podpisany"
+
+#, fuzzy
+#~ msgid "Libyui - Gtk User Interface"
+#~ msgstr "Interfejs jądra"
+
+#, fuzzy
+#~ msgid "MIDI to WAVE converter library"
+#~ msgstr "Zarządzanie katalogami"
+
+#, fuzzy
+#~ msgid "Map-rendering library for OpenStreetMap -- Introspection bindings"
+#~ msgstr "Klawiatura ekranowa"
+
+#, fuzzy
+#~ msgid "Opus Audio Codec Library"
+#~ msgstr "Zarządzanie katalogami"
+
+#, fuzzy
+#~ msgid "Path searching library for TeX-related files"
+#~ msgstr "Aktualizacje czasu dostępu"
+
+#, fuzzy
+#~ msgid "Provides translations to the package gstreamer-0_10-plugins-bad"
+#~ msgstr "Nie znaleziono programu su."
+
+#, fuzzy
+#~ msgid "Provides translations to the package sushi"
+#~ msgstr "Nie znaleziono programu su."
+
+#, fuzzy
+#~ msgid "Python bindings for the Cairo vector graphics library."
+#~ msgstr "Pakiety dla programistów KDE"
+
+#, fuzzy
+#~ msgid "Python3 Interpreter"
+#~ msgstr "Interfejs jądra"
+
+#, fuzzy
+#~ msgid "The GTK+ toolkit library (version 3) -- Introspection bindings"
+#~ msgstr "Aktualizacje czasu dostępu"
+
+#, fuzzy
+#~ msgid "This package contains ibus im module for gtk2"
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains ibus im module for gtk3"
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains some GNOME extensions for LibreOffice."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains the Gtk package selector component for libYUI."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains the Gtk user interface component for libYUI."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "This package contains xmllint, a very useful tool proving libxml's power."
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
+#~ msgid "VBI Decoding Library"
+#~ msgstr "Programowanie GNOME"
+
+#, fuzzy
+#~ msgid "VP8 codec library"
+#~ msgstr "Zarządzanie katalogami"
+
+#, fuzzy
+#~ msgid "XFree86-Misc X extension library"
+#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
+
+#, fuzzy
#~ msgid "An image loading library -- Introspection bindings"
#~ msgstr "Zarządzanie katalogami"
@@ -5337,10 +4568,6 @@
#~ msgstr "Nie znaleziono programu su."
#, fuzzy
-#~ msgid "Python bindings for GObject"
-#~ msgstr "Pakiety dla programistów KDE"
-
-#, fuzzy
#~ msgid "The GNOME Control Center -- openSUSE Definition of Shell Content"
#~ msgstr "Główne menu GNOME"
@@ -5353,10 +4580,6 @@
#~ msgstr "Główne menu GNOME"
#, fuzzy
-#~ msgid "The GTK+ toolkit library (version 2) -- Introspection bindings"
-#~ msgstr "Aktualizacje czasu dostępu"
-
-#, fuzzy
#~ msgid "This module provides bindings for the cURL library."
#~ msgstr "Opcja ta wyłącza obsługę DPMS."
@@ -5365,9 +4588,7 @@
#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
#, fuzzy
-#~ msgid ""
-#~ "This package provides high-level python bindings for CUPS, and can be "
-#~ "used on top of python-cups."
+#~ msgid "This package provides high-level python bindings for CUPS, and can be used on top of python-cups."
#~ msgstr "Pakiet zawiera inną wersję niż oczekiwana"
#, fuzzy
1
0