[opensuse-translation-commit] r94578 - trunk/packages/nl/po
Author: minton Date: 2015-11-06 04:03:07 +0100 (Fri, 06 Nov 2015) New Revision: 94578 Modified: trunk/packages/nl/po/base2.nl.po Log: Merged base2.pot for nl Modified: trunk/packages/nl/po/base2.nl.po =================================================================== --- trunk/packages/nl/po/base2.nl.po 2015-11-06 03:03:04 UTC (rev 94577) +++ trunk/packages/nl/po/base2.nl.po 2015-11-06 03:03:07 UTC (rev 94578) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: openSUSE-packages\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com/\n" -"POT-Creation-Date: 2014-07-19 02:17:16\n" +"POT-Creation-Date: 2015-11-06 04:09:52\n" "PO-Revision-Date: 2015-01-25 13:23+0100\n" "Last-Translator: Freek de Kruijf <freek@opensuse.org>\n" "Language-Team: Dutch <opensuse-nl@opensuse.org>\n" @@ -16,7253 +16,7076 @@ "Plural-Forms: nplurals=2; plural=(n != 1)\n" "X-Generator: Lokalize 1.5\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) +msgid "Free implementation of the EGL API" +msgstr "Vrije implementatie van de EGL API" -#. 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 "-" -msgstr "" +#. summary(Mesa:Mesa-libglapi0) +msgid "Free implementation of the GL API" +msgstr "Vrije implementatie van de GL API" -#. summary(linux32) -msgid "32-Bit Emulation Utility for x86-64" +#. 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(xf86-video-tdfx) -msgid "3Dfx video driver for the Xorg X server" +#. summary(ModemManager) +msgid "DBus interface for modem handling" msgstr "" -#. summary(p7zip) -msgid "7-zip file compression program" -msgstr "" +#. summary(MozillaFirefox) +msgid "Mozilla Firefox Web Browser" +msgstr "Mozilla Firefox webbrowser" -#. summary(wireless-regdb) -msgid "802.11 regulatory domain database" +#. 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 "Mozilla Firefox is een zelfstandige webbrowser, ontworpen voor overeenstemming met standaarden en prestaties. Zijn functionaliteit kan verhoogd worden via een groot aantal extensies." + +#. summary(MozillaFirefox-branding-openSUSE) +msgid "openSUSE branding of MozillaFirefox" msgstr "" -#. summary(vpnc) -msgid "A Client for Cisco VPN concentrator" +#. description(MozillaFirefox-branding-openSUSE) +msgid "This package provides openSUSE Look and Feel for Firefox." +msgstr "Dit pakket levert de openSUSE look-and-feel voor Firefox." + +#. summary(NetworkManager) +msgid "Network Link Manager and User Applications" msgstr "" -#. summary(spandsp:libspandsp2) -msgid "A DSP library for Telephony and SoftFAX" +#. 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(libzio:libzio1) -msgid "A Library for Accessing Compressed Text Files" +#. summary(NetworkManager-openvpn) +msgid "NetworkManager VPN support for OpenVPN" msgstr "" -#. summary(libsndfile:libsndfile1) -msgid "A Library to Handle Various Audio File Formats" +#. description(NetworkManager-openvpn) +msgid "NetworkManager-openvpn provides VPN support to NetworkManager for OpenVPN." msgstr "" -#. summary(libxml2:libxml2-2) -msgid "A Library to Manipulate XML Files" +#. summary(NetworkManager-pptp) +msgid "NetworkManager VPN support for PPTP" msgstr "" -#. summary(mailx) -msgid "A MIME-Capable Implementation of the mailx Command" +#. description(NetworkManager-pptp) +msgid "NetworkManager-pptp provides VPN support to NetworkManager for PPTP." msgstr "" -#. summary(pulseaudio) -msgid "A Networked Sound Server" -msgstr "Een geluidsserver in het netwerk" - -#. summary(pam_ldap) -msgid "A PAM Module for LDAP Authentication" +#. summary(NetworkManager-vpnc) +msgid "NetworkManager VPN Support for vpnc" msgstr "" -#. summary(pam_mount) -msgid "A PAM Module that can Mount Volumes for a User Session" +#. description(NetworkManager-vpnc) +msgid "NetworkManager-vpnc provides VPN support to NetworkManager for vpnc." msgstr "" -#. summary(pam_krb5) -msgid "A Pluggable Authentication Module for Kerberos 5" +#. 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(lsof) -msgid "A Program That Lists Information about Files Opened by Processes" +#. 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(man) -msgid "A Program for Displaying man Pages" +#. summary(PackageKit:PackageKit-backend-zypp) +msgid "Simple software installation management software -- Zypp Backend" +msgstr "Software voor eenvoudig beheer van de installatie van software -- Zypp Backend" + +#. summary(libqt5-qtbase:libQt5Core5) +msgid "Qt 5 Core Library" +msgstr "Qt 5-kernbibliotheek" + +#. description(libqt5-qtbase:libQt5Core5) +msgid "The Qt 5 Core library." +msgstr "De Qt5-kernbibliotheek." + +#. summary(libqt5-qtbase:libQt5DBus5) +msgid "Qt 5 DBus Library" msgstr "" -#. summary(python-base:python-xml) -msgid "A Python XML Interface" +#. description(libqt5-qtbase:libQt5DBus5) +msgid "The Qt 5 DBus library." msgstr "" -#. summary(pam) -msgid "A Security Tool that Provides Authentication for Applications" +#. summary(libqt5-qtbase:libQt5Gui5) +msgid "Qt 5 GUI related libraries" +msgstr "Qt 5 aan GUI gerelateerde bibliotheken" + +#. description(libqt5-qtbase:libQt5Gui5) +msgid "Qt 5 libraries which are depending on X11." msgstr "" -#. summary(suspend) -msgid "A Set Of Tools To Support Sleep Modes" +#. summary(libqt5-qtbase:libQt5Network5) +#, fuzzy +msgid "Qt 5 Network Library" +msgstr "Prestaties" + +#. description(libqt5-qtbase:libQt5Network5) +#, fuzzy +msgid "The Qt 5 Network library." +msgstr "Prestaties" + +#. summary(libqt5-qtbase:libQt5Widgets5) +msgid "Qt 5 Widgets Library" msgstr "" -#. summary(sed) -msgid "A Stream-Oriented Non-Interactive Text Editor" +#. description(libqt5-qtbase:libQt5Widgets5) +msgid "The Qt 5 library to display widgets." msgstr "" -#. summary(systemd) -msgid "A System and Session Manager" -msgstr "Een systeem- en sesiebeheerder" - -#. summary(wget) -msgid "A Tool for Mirroring FTP and HTTP Servers" +#. summary(libqt5-qtx11extras:libQt5X11Extras5) +msgid "Qt 5 X11 Extras Addon" msgstr "" -#. description(vpnc) +#. description(libqt5-qtx11extras:libQt5X11Extras5) +#. description(libqt5-qtimageformats) msgid "" -"A VPN client compatible with Cisco's EasyVPN equipment.\n" +"Qt is a set of libraries for developing applications.\n" "\n" -"Cisco 3000, IOS routers, PIX/ASA Zecurity Appliances, and Juniper/Netscreen " -"as well as Nortel Contivity (experimental).\n" +"This package contains base tools, like string, xml, and network handling." +msgstr "" +"Qt is een set bibliotheken voor ontwikkeling van toepassingen.\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." +"Dit pakket bevat basis hulpmiddelen, voor behandelen van tekenreeks, xml en netwerk." + +#. summary(SDL:libSDL-1_2-0) +msgid "Simple DirectMedia Layer Library" msgstr "" -#. 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(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 "" -#. description(yast2-transfer) -msgid "A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP." +#. summary(libSM:libSM6) +msgid "X Session Management library" +msgstr "Bibliotheek voor beheer van de X-sessie" + +#. 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 "" -#. description(yast2-firewall) -msgid "A YaST2 module to be used for configuring a firewall." +#. summary(libX11:libX11-6) +msgid "Core X11 protocol client 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." +#. 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(util-linux) -msgid "A collection of basic system utilities" +#. summary(libX11:libX11-xcb1) +msgid "XCB X11 protocol client library" msgstr "" -#. description(patterns-openSUSE:patterns-openSUSE-games) -msgid "A collection of games." +#. summary(libXres:libXRes1) +msgid "X Resource extension client library" msgstr "" -#. summary(sg3_utils) -msgid "A collection of tools that send SCSI commands to devices" +#. 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(perl-Bootloader:perl-Bootloader-YAML) -msgid "" -"A command line interface to perl-Bootloader using YAML files for input and " -"output." +#. summary(libXau:libXau6) +msgid "X11 authorization protocol library" +msgstr "Bibliotheek voor het X11-autorisatieprotocol" + +#. 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(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." +#. summary(libXaw:libXaw7) +msgid "The X Athena Widget Set" msgstr "" -#. summary(postfix) -msgid "A fast, secure, and flexible mailer" +#. 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(yast2-sysconfig) -msgid "" -"A graphical /etc/sysconfig/* editor with integrated search and context " -"information." +#. summary(libXcomposite:libXcomposite1) +msgid "X11 protocol Composite extension client library" msgstr "" -#. summary(lockdev) -msgid "A library for locking devices" +#. 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(libssh2_org:libssh2-1) -msgid "A library implementing the SSH2 protocol" +#. summary(libXcursor:libXcursor1) +msgid "X Window System Cursor management library" msgstr "" -#. summary(pkg-config) -msgid "A library management system" +#. 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(usbmuxd:libusbmuxd2) -msgid "" -"A library to abstract socket/protocol communication to the usbmuxd daemon" +#. summary(libXdamage:libXdamage1) +msgid "X Damage Extension library" msgstr "" -#. description(util-linux:libuuid1) -msgid "A library to generate universally unique IDs (UUIDs)." +#. description(libXdamage:libXdamage1) +msgid "The X Damage Extension allows applications to track modified regions of drawables." 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(libXdmcp:libXdmcp6) +msgid "X Display Manager Control Protocol library" msgstr "" -#. summary(usb_modeswitch) -msgid "A mode switching tool for controlling multiple-device USB gear" +#. 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 "" -#. description(python-smbc) -msgid "A module for using the Samba client API in Python programs." +#. summary(libXevie:libXevie1) +msgid "X Event Interception Extension library" +msgstr "Extensiebibliotheek voor X-event interceptie" + +#. 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 "" -#. summary(libsolv:libsolv-tools) -msgid "A new approach to package dependency solving" +#. summary(libXext:libXext6) +msgid "Common extensions to the X11 protocol" msgstr "" -#. description(libsolv:libsolv-tools) -msgid "A new approach to package dependency solving." +#. 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(traceroute) -msgid "A new modern implementation of traceroute(8) utility for Linux systems" +#. summary(libXfixes:libXfixes3) +msgid "X11 miscellaneous \"fixes\" extension library" msgstr "" -#. description(pigz) -msgid "" -"A parallel implementation of gzip for modern multi-processor, multi-core " -"machines" +#. description(libXfixes:libXfixes3) +msgid "The X Fixes extension provides applications with work-arounds for various limitations in the core protocol." msgstr "" -#. summary(openssh-askpass) -msgid "A passphrase dialog for OpenSSH and the X Window System" +#. summary(libXfont:libXfont1) +msgid "X font handling library for server and utilities" msgstr "" -#. summary(perl-XML-Parser) -msgid "A perl module for parsing XML documents" +#. 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 "" -#. summary(perl-XML-Twig) -msgid "A perl module for processing huge XML documents in tree mode." +#. summary(libXfontcache:libXfontcache1) +msgid "X TrueType font cache extension client library" msgstr "" -#. summary(system-config-printer) -msgid "A printer administration tool" +#. description(libXfontcache:libXfontcache1) +msgid "FontCache is an extension that is used by X TrueType to cache information about fonts." msgstr "" -#. summary(system-config-printer:system-config-printer-common) -msgid "A printer administration tool -- Common Files" +#. summary(libXft:libXft2) +msgid "X FreeType library" msgstr "" -#. summary(system-config-printer:system-config-printer-dbus-service) -msgid "A printer administration tool -- D-Bus Service to Configure Printing" +#. 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 "" -#. summary(system-config-printer:system-config-printer-applet) -msgid "A printer administration tool -- Notification Icon for Printing" +#. summary(libXi:libXi6) +msgid "X Input Extension library" msgstr "" -#. description(man) -msgid "" -"A program for displaying man pages on the screen or sending them to a " -"printer (using groff)." +#. description(libXi:libXi6) +msgid "libXi is the client-side library for the X Input Extension." msgstr "" -#. summary(unzip) -msgid "A program to unpack compressed files" +#. summary(libXinerama:libXinerama1) +msgid "Xinerama extension to the X11 Protocol" msgstr "" -#. summary(systemd:udev) -msgid "A rule-based device node and kernel event manager" +#. 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 "" -#. summary(perl-RPC-XML) -msgid "A set of classes for core data, message and XML handling" +#. summary(libXmu:libXmu6) +msgid "Miscellaneous utility routines for X" msgstr "" -#. description(xfsprogs) -msgid "" -"A set of commands to use the XFS file system, including mkfs.xfs.\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." +#. 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 "" -#. summary(perl-XML-XPath) -msgid "A set of modules for parsing and evaluating XPath statements" +#. summary(libXmu:libXmuu1) +msgid "More miscellaneous utility routines for X" msgstr "" -#. description(suspend) -msgid "" -"A set of tools to support suspending notebooks, working around the specific " -"problems each machine has." +#. 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(linuxconsoletools) -msgid "A set of utilities for joysticks" +#. summary(libXpm:libXpm4) +msgid "X Pixmap image file format library" msgstr "" -#. description(netcat-openbsd) -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" -"\n" -"This package contains the OpenBSD rewrite of netcat, including support for " -"IPv6, proxies, and Unix sockets." +#. description(libXpm:libXpm4) +msgid "libXpm facilitates working with XPM (X PixMap), a format for storing/retrieving X pixmaps to/from files." msgstr "" -#. summary(perl-XML-NamespaceSupport) -msgid "A simple generic namespace support class" +#. summary(libXrandr:libXrandr2) +msgid "X Resize, Rotate and Reflection extension library" msgstr "" -#. summary(rubygem-fast_gettext) -msgid "A simple, fast, memory-efficient and threadsafe implementation of" +#. 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 "" -#. description(rubygem-fast_gettext) -msgid "" -"A simple, fast, memory-efficient and threadsafe implementation of GetText" +#. summary(libXrender:libXrender1) +msgid "X Rendering Extension library" msgstr "" -#. summary(libx86emu:libx86emu1) -msgid "A small x86 emulation library." +#. description(libXrender:libXrender1) +msgid "The Xrender library is designed as a lightweight library interface to the Render extension." msgstr "" -#. summary(ncurses:terminfo-base) -msgid "A terminal descriptions database" +#. summary(libXScrnSaver:libXss1) +msgid "X11 Screen Saver extension client library" msgstr "" -#. summary(libxshmfence:libxshmfence1) -msgid "A tiny library that exposes a event API on top of Linux futexes" +#. 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 "" -#. description(sssd:libsss_idmap0) -msgid "" -"A utility library for FreeIPA to map Windows SIDs to Unix user/group IDs." +#. summary(libXt:libXt6) +msgid "X Toolkit Intrinsics library" msgstr "" -#. summary(strace) -msgid "A utility to trace the system calls of a program" +#. 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(tightvnc) -msgid "A virtual X-Window System server" +#. summary(libXtst:libXtst6) +msgid "Xlib-based client API for the XTEST and RECORD extensions" msgstr "" -#. summary(snapper:snapper-zypp-plugin) -msgid "A zypp commit plugin for calling snapper" +#. description(libXtst:libXtst6) +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." msgstr "" -#. summary(libtasn1) -msgid "ASN.1 parsing library" +#. summary(libXv:libXv1) +msgid "X Video extension library" msgstr "" -#. summary(xf86-video-ast) -msgid "ASpeed Technologies video driver for the Xorg X server" +#. 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 "" -#. summary(xf86-video-mach64) -msgid "ATI Mach64 series video driver for the Xorg X server" -msgstr "ATI Mach64 series videostuurprogramma voor de Xorg X-server" +#. summary(libXvMC:libXvMC1) +msgid "X-Video Motion Compensation library" +msgstr "" -#. summary(xf86-video-r128) -msgid "ATI Rage 128 video driver for the Xorg X server" +#. description(libXvMC:libXvMC1) +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" +"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(xf86-video-ati) -msgid "ATI video driver for the Xorg X server" +#. summary(libXxf86misc:libXxf86misc1) +#, fuzzy +#| msgid "X11 GLX Extension C library" +msgid "XFree86-Misc X extension library" +msgstr "X11 GLX extensie C-bibliotheek" + +#. 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(xf86-video-nouveau) -msgid "Accelerated Open Source driver for nVidia cards" +#. summary(libXxf86vm:libXxf86vm1) +msgid "XFree86-VidMode X extension library" msgstr "" -#. summary(mtools) -msgid "Access Files on an MS-DOS File System" +#. 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(xfsdump) -msgid "Administrative Utilities for the XFS File System" +#. summary(openal-soft:libopenal1) +#. summary(openal-soft) +msgid "OpenAL Soft" msgstr "" -#. description(netcfg) +#. description(openal-soft:libopenal1) +#. description(openal-soft) msgid "" -"All of the basic configuration files for the network programs including /etc/" -"aliases, /etc/protocols, and /etc/services.\n" +"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" -"These are often used by network routines in the C library and therefore must " -"be installed for all network programs." +"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 "" -#. description(perl-HTTP-Message) -msgid "An 'HTTP::Message' object contains some headers and a content body." +#. summary(openjpeg2:libopenjp2-7) +#, fuzzy +msgid "Opensource JPEG 2000 Codec Implementation" +msgstr "Voorkeurenbeheer" + +#. 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 "" -#. summary(xinetd) -msgid "An 'inetd' with Expanded Functionality" +#. summary(openjpeg:libopenjpeg1) +msgid "An open-source JPEG 2000 codec" msgstr "" -#. summary(atk:typelib-1_0-Atk-1_0) -msgid "An Accessibility ToolKit -- Introspection bindings" +#. 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(ruby) -msgid "An Interpreted Object-Oriented Scripting Language" +#. summary(openssl:libopenssl1_0_0) +#. summary(openssl) +msgid "Secure Sockets and Transport Layer Security" msgstr "" -#. summary(speex:libspeex1) -msgid "An Open Source, Patent Free Speech Codec Library" +#. 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(openslp) -msgid "An OpenSLP Implementation of Service Location Protocol V2" +#. summary(opus:libopus0) +msgid "Opus Audio Codec Library" msgstr "" -#. summary(libseccomp:libseccomp2) -msgid "An enhanced Seccomp (mode 2) helper 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(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_0) -msgid "An image loading library -- Introspection bindings" +#. summary(orc:liborc-0_4-0) +msgid "The Oil Runtime Compiler Library" msgstr "" -"Een bibliotheek voor het laden van afbeeldingen - bindingen voor introspectie" -#. summary(patterns-openSUSE:patterns-openSUSE-apparmor) -msgid "AppArmor" +#. 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 "" -#. 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." +#. summary(p11-kit:libp11-kit0) +#. summary(p11-kit) +msgid "Library to work with PKCS#11 modules" msgstr "" -#. summary(xf86-video-ark) -msgid "Ark Logic 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(taglib:libtag1) -msgid "Audio Meta-Data Library" -msgstr "Bibliotheek voor audio-metagegevens" +#. summary(pango:libpango-1_0-0) +msgid "Library for Layout and Rendering of Text" +msgstr "" -#. summary(patterns-openSUSE:patterns-openSUSE-base) -msgid "Base System" +#. 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(xbitmaps) -msgid "Base X bitmaps" +#. summary(pangomm:libpangomm-1_4-1) +msgid "C++ interface for pango" +msgstr "C++-interface voor pango" + +#. description(pangomm:libpangomm-1_4-1) +msgid "pangomm provides a C++ interface to the pango library." msgstr "" -#. summary(perl-XML-SAX-Base) -msgid "Base class SAX Drivers and Filters" +#. summary(parted:libparted0) +msgid "Library for manipulating partitions" +msgstr "Bibliotheek voor het werken met partities" + +#. description(parted:libparted0) +msgid "Libparted is a library for creating, destroying, resizing, checking and copying partitions and the file systems on them." msgstr "" -#. description(patterns-openSUSE:patterns-openSUSE-fonts) -msgid "Base fonts and font configuration." +#. summary(ding-libs:libpath_utils1) +msgid "Filesystem Path Utilities" +msgstr "Hulpmiddelen voor paden in het bestandssysteem" + +#. description(ding-libs:libpath_utils1) +msgid "Utility functions to manipulate filesystem pathnames" +msgstr "Hulpmiddelfuncties voor werken met paden in het bestandssysteem" + +#. summary(libpcap:libpcap1) +msgid "A Library for Network Sniffers" msgstr "" -#. summary(systemd:systemd-bash-completion) -msgid "Bash completion support for systemd" +#. 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(sbc:libsbc1) -msgid "Bluetooth Low-Complexity, Sub-Band Codec Library" +#. summary(pciutils:libpci3) +msgid "PCI utility library" msgstr "" -#. summary(sbc) -msgid "Bluetooth Low-Complexity, Sub-Band Codec Utilities" +#. description(pciutils:libpci3) +msgid "libpci offers access to the PCI configuration space." msgstr "" -#. summary(pulseaudio:pulseaudio-module-bluetooth) -msgid "Bluetooth support for the PulseAudio sound server" +#. summary(libpciaccess:libpciaccess0) +msgid "Generic PCI access library" +msgstr "Generieke PCI-toegangsbibliotheek" + +#. description(libpciaccess:libpciaccess0) +msgid "Provides functionality for X to access the PCI bus and devices in a platform-independent way." msgstr "" -#. summary(syslinux) -msgid "Boot Loader for Linux" +#. summary(pcre:libpcre1) +#. summary(pcre:libpcre16-0) +msgid "A library for Perl-compatible regular expressions" msgstr "" -#. summary(mozilla-nss:mozilla-nss-certs) -msgid "CA certificates for NSS" +#. 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(zypper:zypper-log) -msgid "CLI for accessing the zypper logfile" +#. 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 "" -#. description(xorg-x11-libX11-ccache) -msgid "Cache for X.Org compose files." +#. summary(libpipeline:libpipeline1) +msgid "A pipeline manipulation library" +msgstr "Bibliotheek voor manipulatie van pipelines" + +#. 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(recode) -msgid "Character Set Converter" +#. summary(pixman:libpixman-1-0) +msgid "Pixel manipulation library" msgstr "" -#. summary(xf86-video-chips) -msgid "Chips and Technologies video driver for the Xorg X server" +#. description(pixman:libpixman-1-0) +msgid "Pixman is a pixel manipulation library for X and cairo." msgstr "" -#. summary(xf86-video-cirrus) -msgid "Cirrus Logic video driver for the Xorg X server" -msgstr "Cirrus Logic videostuurprogramma voor de Xorg X-server" +#. summary(pkcs11-helper:libpkcs11-helper1) +#. summary(pkcs11-helper) +msgid "Helper Library for the Use with Smart Cards and the PKCS#11 API" +msgstr "" -#. description(lirc:lirc-remotes) -msgid "Collection of LIRC configuration files for various remotes." +#. 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(pinentry) -msgid "Collection of Simple PIN or Passphrase Entry Dialogs" +#. summary(libplist:libplist3) +msgid "Library for handling Apple Binary and XML Property Lists" msgstr "" -#. summary(v4l-utils:libv4l) -msgid "Collection of video4linux support libraries" +#. description(libplist:libplist3) +msgid "libplist is a library for handling Apple Binary and XML Property Lists." msgstr "" -#. summary(zypper) -msgid "Command line software manager using libzypp" +#. summary(plymouth:libply-boot-client2) +#. summary(plymouth:libply-splash-core2) +#. summary(plymouth:libply2) +msgid "Plymouth core library" msgstr "" -#. summary(libXext:libXext6) -msgid "Common extensions to the X11 protocol" +#. description(plymouth:libply-boot-client2) +msgid "This package contains the libply-boot-client library used by Plymouth." +msgstr "Dit pakket bevat de bibliotheek voor libply-boot-client gebruikt door Plymouth." + +#. description(plymouth:libply-splash-core2) +msgid "This package contains the libply-splash-core library used by graphical Plymouth splashes." +msgstr "Dit pakket bevat de bibliotheek voor libply-splash-core-core gebruikt door de grafische Plymouth-splashes." + +#. summary(plymouth:libply-splash-graphics2) +msgid "Plymouth graphics libraries" +msgstr "Plymouth grafische bibliotheek" + +#. description(plymouth:libply-splash-graphics2) +msgid "This package contains the libply-splash-graphics library used by graphical Plymouth splashes." +msgstr "Dit pakket bevat de bibliotheek voor libply-splash-graphics gebruikt door de grafische Plymouth-splashes." + +#. description(plymouth:libply2) +msgid "This package contains the libply library used by Plymouth." +msgstr "Het pakket bevat bibliotheek van libply gebruikt door Plymouth." + +#. summary(libpng16:libpng16-16) +msgid "Library for the Portable Network Graphics Format (PNG)" msgstr "" -#. summary(xorg-x11:xorg-x11-essentials) -msgid "Compatibility metapackage for X.Org core applications" +#. description(libpng16:libpng16-16) +msgid "libpng is the official reference library for the Portable Network Graphics format (PNG)." msgstr "" -#. summary(xorg-x11-driver-input) -msgid "Compatibility metapackage for X.Org input drivers" +#. summary(polkit:libpolkit0) +msgid "PolicyKit Authorization Framework -- Libraries" +msgstr "PolicyKit autorisatieraamwerk -- bibliotheken" + +#. 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 "" -#. summary(xorg-x11-driver-video) -msgid "Compatibility metapackage for X.Org video drivers" +#. summary(poppler:libpoppler56) +#, fuzzy +msgid "PDF Rendering Library" +msgstr "Versleuteling" + +#. 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(mpt-firmware) -msgid "Configuration files for autoloading mptctl at boot time" -msgstr "Configuratiebestanden voor automatisch laden van mptctl bij opstarten" +#. summary(popt:libpopt0) +msgid "A C library for parsing command line parameters" +msgstr "" -#. summary(suse-module-tools) -msgid "Configuration for module loading and SUSE-specific utilities for KMPs" +#. 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(yast2-nfs-server:yast2-nfs-common) -msgid "Configuration of NFS, common parts" +#. summary(portaudio:libportaudio2) +msgid "Portable Real-Time Audio Library" msgstr "" -#. summary(yast2-vm) -msgid "Configure Hypervisor and Tools for Xen and KVM" +#. 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-fonts:xorg-x11-fonts-core) -msgid "Core Fonts for X.Org" +#. summary(procps:libprocps5) +#, fuzzy +msgid "The procps library" +msgstr "Novell en Linux" + +#. description(procps:libprocps5) +msgid "The procps library can be used to read informations out from /proc the process information pseudo-file system," msgstr "" -#. summary(libX11:libX11-6) -msgid "Core X11 protocol client library" +#. summary(protobuf-c:libprotobuf-c1) +msgid "C bindings for Google's Protocol Buffers" msgstr "" -#. description(yast2-country) -msgid "" -"Country specific data and configuration modules (language, keyboard, " -"timezone) for yast2." +#. 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 "" -#. description(libnotify:typelib-1_0-Notify-0_7) +#. summary(libproxy:libproxy1) +msgid "Libproxy provides consistent proxy configuration to applications" +msgstr "" + +#. description(libproxy:libproxy1) msgid "" -"D-BUS notifications library.\n" +"libproxy offers the following features: * extremely small core footprint (< 35K)\n" "\n" -"This package provides the GObject Introspection bindings for libnotify." +"* 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(ModemManager) -msgid "DBus interface for modem handling" +#. summary(libproxy-plugins:libproxy1-networkmanager) +msgid "Libproxy module for NetworkManager configuration" msgstr "" -#. summary(xf86-video-tga) -msgid "DEC 21030 video driver for the Xorg X server" +#. description(libproxy-plugins:libproxy1-networkmanager) +msgid "A module to extend libproxy with capabilities to query NetworkManager about network configuration changes." msgstr "" -#. summary(usb_modeswitch:usb_modeswitch-data) -msgid "Data Files for USB Modeswitch" +#. summary(libproxy-plugins:libproxy1-pacrunner-webkit) +msgid "Libproxy module to support WPAD/PAC parsing via WebKit JavaScript Engine" msgstr "" -#. description(usb_modeswitch:usb_modeswitch-data) -msgid "Data files for usb_modeswitch package." +#. 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 "" -#. description(yast2-country:yast2-country-data) +#. summary(pulseaudio:libpulse-mainloop-glib0) +msgid "GLIB 2.0 Main Loop wrapper for PulseAudio" +msgstr "" + +#. description(pulseaudio:libpulse-mainloop-glib0) msgid "" -"Data files for yast2-country together with the most often used API functions " -"(Language module)" +"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 "" -#. summary(perl-HTML-Tagset) -msgid "Data tables useful in parsing HTML" +#. summary(pulseaudio:libpulse0) +msgid "Client interface to PulseAudio" msgstr "" -#. summary(perl-DBI) -msgid "Database independent interface for Perl" +#. 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." msgstr "" -#. summary(perl-HTTP-Date) -msgid "Date conversion routines" -msgstr "Routines voor gegevensconversie" +#. summary(libpwquality:libpwquality1) +msgid "Library for password quality checking and generating random passwords" +msgstr "" -#. description(systemd-presets-branding-openSUSE) -msgid "Default presets for systemd on openSUSE distribution." +#. description(libpwquality:libpwquality1) +msgid "libpwquality is a library for password quality checks and generation of random passwords that pass the checks." msgstr "" -#. description(yast2-online-update:yast2-online-update-frontend) -msgid "Desktop files for YaST2 online update" +#. summary(python-base:libpython2_7-1_0) +#. summary(python3-base:libpython3_4m1_0) +msgid "Python Interpreter shared library" msgstr "" -#. summary(perl-Encode-Locale) -msgid "Determine the locale encoding" +#. 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(polkit-default-privs) -msgid "Different default privilege settings depending on local configuration" +#. 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(udisks2) -msgid "Disk Management Service, version 2" +#. summary(libqmi:libqmi-glib1) +msgid "Library to control QMI devices" msgstr "" -#. summary(quota) -msgid "Disk Quota System" +#. description(libqmi:libqmi-glib1) +msgid "A GLib/GIO based library to control QMI devices" msgstr "" -#. summary(which) -msgid "Displays where a particular program in your path is located" +#. summary(libqmi:libqmi-tools) +msgid "Helper utilities to control QMI devices" msgstr "" -#. summary(unzip:unzip-doc) -msgid "Documentation files for unzip" -msgstr "Documentatiebestanden voor unzip" - -#. description(systemd:systemd-sysvinit) -msgid "Drop-in replacement of System V init tools." +#. 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 "" -#. summary(systemd:libudev1) -msgid "Dynamic library to access udev device information" +#. summary(qrencode:libqrencode3) +msgid "C library for encoding data in a QR Code symbol" msgstr "" -#. summary(pulseaudio:pulseaudio-esound-compat) -msgid "ESOUND compatibility for PulseAudio" +#. 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-XML-Simple) -msgid "Easily read/write XML (esp config files)" +#. summary(libqt5-qtbase:libqt5-qtbase-platformtheme-gtk2) +msgid "Qt 5 gtk2 plugin" msgstr "" -#. summary(patterns-openSUSE:patterns-openSUSE-enhanced_base) -msgid "Enhanced Base System" +#. description(libqt5-qtbase:libqt5-qtbase-platformtheme-gtk2) +msgid "Qt 5 plugin for better integration with gtk2-based desktop enviroments." msgstr "" -#. summary(tnftp) -msgid "Enhanced FTP Client" +#. summary(libqt5-qtimageformats) +msgid "Qt 5 Image Format Plugins" msgstr "" -#. summary(sudo) -msgid "Execute some commands as root" +#. summary(gcc5:libquadmath0) +msgid "The GNU Fortran Compiler Quadmath Runtime Library" msgstr "" -#. summary(zip) -msgid "File compression program" -msgstr "Programma voor compressie van bestanden" - -#. description(zd1211-firmware) -msgid "Firmware for USB WLAN sticks based on the ZyDAS ZD1211 chip" +#. 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(zd1211-firmware) -msgid "Firmware for ZD1211 USB WLAN sticks" +#. summary(libraw:libraw10) +msgid "Library for reading RAW files obtained from digital photo cameras" msgstr "" -#. description(libXfontcache:libXfontcache1) +#. description(libraw:libraw10) msgid "" -"FontCache is an extension that is used by X TrueType to cache information " -"about fonts." +"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(patterns-openSUSE:patterns-openSUSE-fonts) -msgid "Fonts" -msgstr "" +#. summary(librcc:librcc0) +msgid "Russian Charset Conversion Library" +msgstr "Conversiebibliotheek voor de Russische tekenset" -#. summary(xf86-video-fbdev) -msgid "Framebuffer video driver for the Xorg X server" +#. 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(wavpack:libwavpack1) -msgid "Free Hybrid Lossless Audio Compression Format" +#. summary(librcd:librcd0) +msgid "Russian Charset Detection Library" +msgstr "Detectiebibliotheek voor de Russische tekenset" + +#. description(librcd:librcd0) +msgid "Automatic encoding detection library for russian/ukrainian languages. Optimized for very small words and phrases." msgstr "" -#. summary(Mesa:Mesa-libEGL1) -msgid "Free implementation of the EGL API" -msgstr "Vrije implementatie van de EGL API" +#. summary(bash:libreadline6) +#, fuzzy +#| msgid "PDF Rendering Library" +msgid "The Readline Library" +msgstr "Bibliotheek voor PDF-rendering" -#. summary(Mesa:Mesa-libglapi0) -msgid "Free implementation of the GL API" -msgstr "Vrije implementatie van de GL API" +#. 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(Mesa:Mesa-libGLESv2-2) -msgid "Free implementation of the OpenGL|ES 2.x API" -msgstr "Vrije implementatie van de OpenGL|ES 2.x, API" - -#. summary(sssd:libsss_idmap0) -msgid "FreeIPA ID mapping library" +#. summary(ding-libs:libref_array1) +msgid "A refcounted array for C" msgstr "" -#. summary(openvpn) -msgid "Full-featured SSL VPN solution using a TUN/TAP Interface" +#. description(ding-libs:libref_array1) +msgid "A dynamically-growing, reference-counted array" msgstr "" -#. summary(xf86-video-glint) -msgid "GLINT/Permedia video driver for the Xorg X server" +#. summary(reiserfs:libreiserfscore0) +msgid "Reiser File System Core Library" +msgstr "Kernbibliotheek van het Reiser-bestandssysteem" + +#. description(reiserfs:libreiserfscore0) +msgid "This package contains the library that provides core functionality for the reiserfs file system." +msgstr "Dit pakket bevat de bibliotheek die de kernfunctionaliteit levert voor het reieserfs bestandssysteem." + +#. summary(librest:librest0) +msgid "Library to access RESTful web services" msgstr "" -#. description(mc) +#. description(librest:librest0) 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" +"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" -"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" +"It is comprised of two parts:\n" "\n" -"MC needs several other programs for its various extfs extensions, e.g. " -"isoinfo (from mkisofs) or xorriso for the iso:// extension." +" * 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 "" -#. description(parted) -msgid "" -"GNU Parted is a program for creating, destroying, resizing, checking, and " -"copying partitions, and the file systems on them." +#. summary(librsvg:librsvg-2-2) +msgid "A Library for Rendering SVG Data" msgstr "" -#. summary(tar) -msgid "GNU implementation of tar ((t)ape (ar)chiver)" +#. 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 "" -#. description(nano) +#. summary(ruby2.2:libruby2_2-2_2) +msgid "Dynamic runtime library for Ruby" +msgstr "" + +#. description(ruby2.2:libruby2_2-2_2) +msgid "Dynamic runtime library libruby2.1.so.2.0.0 for Ruby" +msgstr "" + +#. summary(samba:libsamba-credentials0) +#, fuzzy +#| msgid "X Session Management library" +msgid "Samba credential management library" +msgstr "Bibliotheek voor beheer van de X-sessie" + +#. summary(samba:libsamba-hostconfig0) +#, fuzzy +#| msgid "A pipeline manipulation library" +msgid "Host-wide Samba configuration library" +msgstr "Bibliotheek voor manipulatie van pipelines" + +#. summary(samba:libsamba-passdb0) +msgid "Samba3 password database library" +msgstr "Bibliotheek voor Samba3 wachtwoorddatabase" + +#. summary(samba:libsamba-util0) +#, fuzzy +#| msgid "Samba netapi Library" +msgid "Samba utility function library" +msgstr "Bibliotheek voor Samba netapi" + +#. summary(samba:libsamdb0) +#, fuzzy +#| msgid "Samba3 password database library" +msgid "Samba's SAM database library" +msgstr "Bibliotheek voor Samba3 wachtwoorddatabase" + +#. summary(libsamplerate:libsamplerate0) +#, fuzzy +#| msgid "Samba netapi Library" +msgid "A Sample Rate Converter Library" +msgstr "Bibliotheek voor Samba netapi" + +#. description(libsamplerate:libsamplerate0) msgid "" -"GNU nano is a small and friendly text editor. It aims to emulate the Pico " -"text editor while also offering a few enhancements." +"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 "" -#. summary(parted) -msgid "GNU partitioner" +#. summary(cyrus-sasl:libsasl2-3) +msgid "Simple Authentication and Security Layer (SASL) library" msgstr "" -#. description(gtk3:typelib-1_0-Gtk-3_0) +#. description(cyrus-sasl:libsasl2-3) 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" +"Simple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols.\n" "\n" -"This package provides the GObject Introspection bindings for GTK+." +"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(patterns-openSUSE:patterns-openSUSE-games) -msgid "Games" +#. summary(sbc:libsbc1) +msgid "Bluetooth Low-Complexity, Sub-Band Codec Library" msgstr "" -#. summary(perl-Parse-RecDescent) -msgid "Generate Recursive-Descent Parsers" +#. description(sbc:libsbc1) +msgid "The package contains libraries for using the SBC codec." +msgstr "Het pakket bevat bibliotheken voor het gebruik van de SBC-codec." + +#. summary(libseccomp:libseccomp2) +msgid "An enhanced Seccomp (mode 2) helper library" msgstr "" -#. summary(xf86-input-evdev) -msgid "Generic Linux input driver for the Xorg X server" +#. 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(xf86-video-vesa) -msgid "Generic VESA video driver for the Xorg X server" +#. summary(libsecret:libsecret-1-0) +#, fuzzy +msgid "Library for accessing the Secret Service API" +msgstr "De bron database wordt aangemaakt" + +#. 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-video-modesetting) -msgid "Generic modesetting driver" +#. summary(libselinux:libselinux1) +msgid "SELinux library and simple utilities" msgstr "" -#. description(libsmbios:smbios-utils-python) +#. description(libselinux:libselinux1) 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." +"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(plymouth) -msgid "Graphical Boot Animation and Logger" +#. summary(libsemanage:libsemanage1) +#. summary(libsepol:libsepol1) +msgid "SELinux binary policy manipulation library" msgstr "" -#. summary(patterns-openSUSE:patterns-openSUSE-imaging) -msgid "Graphics" +#. 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(virtualbox:virtualbox-guest-kmp-default) -msgid "Guest kernel modules for VirtualBox" +#. summary(sensors:libsensors4) +msgid "Hardware health monitoring library" msgstr "" -#. description(opensuse-startup_en) -msgid "" -"Guides you through the installation and basic configuration of your system. " -"For newcomers, the manual also introduces basic Linux concepts such as the " -"file system, the user concept and access permissions and gives an overview " -"of the features the system offers to support mobile computing. Provides help " -"and advice in troubleshooting." +#. 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 "" -#. description(patterns-openSUSE:patterns-openSUSE-imaging) -msgid "Handling of digital photos and graphics." +#. summary(slang:libslang2) +msgid "Programming Library and Embeddable Extension Language" msgstr "" -#. summary(sensors:libsensors4) -msgid "Hardware health monitoring library" +#. 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(openssh:openssh-helpers) -msgid "" -"Helper applications for OpenSSH which retrieve keys from various sources." +#. summary(util-linux:libsmartcols1) +msgid "Column-based text sort engine" msgstr "" -#. summary(zypp-plugin:zypp-plugin-python) -msgid "Helper that makes writing ZYpp plugins in python easier" +#. description(util-linux:libsmartcols1) +msgid "Library to sort human readable column-based text output." 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(samba:libsmbclient-raw0) +msgid "Samba4's raw SMB client library" msgstr "" -#. summary(system-config-printer:python-cupshelpers) -msgid "High-level Python Bindings for CUPS" +#. summary(samba:libsmbclient0) +msgid "Samba Client Library" msgstr "" -#. summary(nss-mdns) -msgid "Host Name Resolution Via Multicast DNS (Zeroconf) for glibc" +#. description(samba:libsmbclient0) +#, fuzzy +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 "Hulpmiddelen en bibliotheken voor softwareontwikkeling met behulp van het Ruby on Rails-framework." + +#. summary(samba:libsmbconf0) +msgid "Samba3 configuration library" msgstr "" -#. description(perl-IO-HTML) +#. description(samba:libsmbconf0) +#, fuzzy 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" +"libsmbconf is a library to read or, based on the backend, modify the Samba configuration.\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." +"Source Timestamp: 3508 Branch: 4.3.1" +msgstr "Hulpmiddelen en bibliotheken voor softwareontwikkeling met behulp van het Ruby on Rails-framework." + +#. 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) +#. summary(samba:libsmbldap0) +msgid "Samba LDAP protocol helper function library" +msgstr "" + +#. description(samba:libsmbldap0) +#, fuzzy 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." +"libsmbldap contains LDAP protocol helper functions for Samba.\n" +"\n" +"Source Timestamp: 3508 Branch: 4.3.1" +msgstr "Hulpmiddelen en bibliotheken voor softwareontwikkeling met behulp van het Ruby on Rails-framework." + +#. summary(smp_utils:libsmputils1-1) +msgid "Library for SAS SMP control of expanders" msgstr "" -#. description(perl-Encode-Locale) +#. description(smp_utils:libsmputils1-1) 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" +"The smp_utils package contains utilities for the Serial Attached SCSI (SAS) Management Protocol (SMP).\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" -"\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) +msgid "This package contains libsnapper, a library for filesystem snapshot management." +msgstr "Het pakket bevat libsnapper, een bibliotheek voor beheer van momentopnamen van het bestandssysteem." + +#. summary(libsndfile:libsndfile1) +msgid "A Library to Handle Various Audio File Formats" msgstr "" -#. description(perl-HTTP-Daemon) -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" -"\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." +#. 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(vaapi-intel-driver) +#. summary(mozilla-nss:libsoftokn3) +msgid "Network Security Services Softoken Module" +msgstr "" + +#. description(mozilla-nss:libsoftokn3) msgid "" -"Intel Driver for Libva is a library providing the VA API video acceleration " -"API." +"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" +"Network Security Services Softoken Cryptographic Module" msgstr "" -#. summary(vaapi-intel-driver) -msgid "Intel Driver for Video Acceleration (VA) API for Linux" +#. summary(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" +#. description(libsolv:libsolv-tools) +msgid "A new approach to package dependency solving." msgstr "" -#. summary(systemd:systemd-logger) -msgid "Journal only logging" +#. summary(libsoup:libsoup-2_4-1) +msgid "HTTP client/server library for GNOME" msgstr "" -#. summary(xf86-input-joystick) -msgid "Joystick input driver for the Xorg X server" +#. 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-keyboard) -msgid "Keyboard input driver for the Xorg X server" -msgstr "Invoerstuurprogramma voor de Xorg X-server" +#. summary(soxr:libsoxr0) +#, fuzzy +#| msgid "The ISL shared library" +msgid "The SoX Resampler library" +msgstr "De gedeelde bibliotheek ISL" -#. summary(perl-Digest-HMAC) -msgid "Keyed-Hashing for Message Authentication" +#. 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 "" -#. description(perl-YAML-LibYAML) -msgid "" -"Kirill Siminov's libyaml is arguably the best YAML implementation. The C " -"library is written precisely to the YAML 1.1 specification. It was " -"originally bound to Python and was later bound to Ruby.\n" -"\n" -"This module is a Perl XS binding to libyaml which offers Perl the best YAML " -"support to date.\n" -"\n" -"This module exports the functions Dump and Load. These functions are " -"intended to work exactly like YAML.pm's corresponding functions." +#. summary(speex:libspeex1) +#. summary(speexdsp:libspeexdsp1) +msgid "An Open Source, Patent Free Speech Codec Library" 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." +#. 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 "" -#. summary(pulseaudio:pulseaudio-module-lirc) -msgid "LIRC module for PulseAudio" +#. summary(sqlite3:libsqlite3-0) +msgid "Shared libraries for the Embeddable SQL Database Engine" msgstr "" -#. summary(lirc:lirc-remotes) -msgid "LIRC remote definitions" +#. 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(mc:mc-lang) -msgid "Languages for package mc" +#. summary(libssh2_org:libssh2-1) +msgid "A library implementing the SSH2 protocol" msgstr "" -#. summary(nano:nano-lang) -msgid "Languages for package nano" +#. 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(system-config-printer:system-config-printer-common-lang) -msgid "Languages for package system-config-printer" +#. summary(sssd:libsss_idmap0) +#. summary(sssd:libsss_nss_idmap0) +msgid "FreeIPA ID mapping library" msgstr "" -#. summary(librcc:rcc-runtime) -msgid "LibRCC Runtime Environment" -msgstr "Runtime-omgeving van LibRCC" +#. 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(talloc:libtalloc2) -msgid "Libraries and Header Files to Develop Programs with talloc2 Support" +#. summary(startup-notification:libstartup-notification-1-0) +msgid "Reference Implementation for the Startup-Notification Protocol" msgstr "" -#. summary(tdb:libtdb1) -msgid "Libraries and Header Files to Develop Programs with tdb1 Support" +#. 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(pango:typelib-1_0-Pango-1_0) -msgid "Library for Layout and Rendering of Text -- Introspection bindings" +#. summary(libstorage:libstorage-ruby) +msgid "Ruby bindings for libstorage" msgstr "" -#. summary(pango:pango-tools) -msgid "Library for Layout and Rendering of Text -- Tools" +#. description(libstorage:libstorage-ruby) +msgid "This package contains Ruby bindings for libstorage." msgstr "" -#. summary(smp_utils:libsmputils1-1) -msgid "Library for SAS SMP control of expanders" +#. summary(libstorage:libstorage6) +msgid "Library for storage management" msgstr "" -#. summary(snapper:libsnapper2) -msgid "Library for filesystem snapshot management" +#. description(libstorage:libstorage6) +msgid "This package contains libstorage, a library for storage management." msgstr "" -#. summary(libxkbcommon:libxkbcommon0) +#. summary(systemd:libsystemd0) #, fuzzy -#| msgid "Library for translating text" -msgid "Library for handling xkb descriptions" -msgstr "Bibliotheek voor het vertalen van tekst" +#| msgid "Client library for xmms2" +msgid "Component library for systemd" +msgstr "Client-bibliotheek voor xmms2" -#. summary(libstorage:libstorage5) -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:libwebp5) -msgid "Library for the WebP graphics format" +#. summary(taglib:libtag1) +#. summary(taglib:libtag_c0) +msgid "Audio Meta-Data Library" +msgstr "Bibliotheek voor audio-metagegevens" + +#. 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) -msgid "Library to integrate with the GNOME Keyring -- Introspection bindings" +#. 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(p11-kit:p11-kit-tools) -msgid "Library to work with PKCS#11 modules -- Tools" +#. summary(tdb:libtdb1) +msgid "Libraries and Header Files to Develop Programs with tdb1 Support" msgstr "" -#. description(libsmbios:libsmbios2) +#. description(tdb:libtdb1) 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." +"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 "" -#. description(libsndfile:libsndfile1) +#. summary(samba:libtevent-util0) +msgid "tevent <-> system status code conversion utility library" +msgstr "" + +#. description(samba:libtevent-util0) 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." +"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 "" -#. description(libsoup:libsoup-2_4-1) +#. summary(tevent:libtevent0) +msgid "Samba tevent Library" +msgstr "" + +#. description(tevent:libtevent0) 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" +"Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba.\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" +"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." msgstr "" -#. description(libusb-1_0:libusb-1_0-0) -msgid "Libusb is a library that allows userspace access to USB devices." +#. summary(libthai:libthai-data) +msgid "Thai Language Support Routines - Data files" msgstr "" -#. description(libvisual) +#. description(libthai:libthai-data) msgid "" -"Libvisual is a library that acts as a middle layer between applications that " -"need audio visualization and audio visualization plug-ins." +"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" +"This package contains the data files for libthai." msgstr "" -#. summary(libyui-ncurses:libyui-ncurses6) -msgid "Libyui - Character Based User Interface" +#. summary(libthai:libthai0) +msgid "Thai Language Support Routines" msgstr "" -#. summary(libyui:libyui6) -msgid "Libyui - GUI-abstraction library" +#. 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-pkg:libyui-ncurses-pkg6) -msgid "Libyui - yast2 package selector widget for the ncurses UI" +#. summary(libtheora:libtheoradec1) +#, fuzzy +#| msgid "Interface to Bzip2 compression library" +msgid "Theora video decompression library" +msgstr "Interface naar Bzip2-compressiebibliotheek" + +#. 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 "" -#. description(libzio:libzio1) +#. summary(libtheora:libtheoraenc1) +#, fuzzy +#| msgid "Interface to Bzip2 compression library" +msgid "Theora video compression library" +msgstr "Interface naar Bzip2-compressiebibliotheek" + +#. 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@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) -msgid "Logical Volume Manager Tools" -msgstr "Hulpmiddelen voor het beheer van logische volumes" +#. 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) +#. description(tslib:libts-1_0-0) 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." +"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) +msgid "GNU Unicode string library - development files" +msgstr "Bibliotheek met tekenreeksen voor GNU unicode - bestanden voor ontwikkeling" + +#. 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 "Een bibliotheek voor modulebeheer" + +#. 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) -msgid "Media Player Information" -msgstr "Informatie over Mediaspeler" +#. 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 "libusb-1.0 compatibiliteitsbibliotheek voor libusb-0.1" + +#. 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(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." +#. summary(libusb-1_0:libusb-1_0-0) +msgid "USB Library" 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." +#. description(libusb-1_0:libusb-1_0-0) +msgid "Libusb is a library that allows userspace access to USB devices." msgstr "" -#. description(Mesa:Mesa-libGL1) +#. 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 "" #. 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." +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(mc) -msgid "Midnight Commander" -msgstr "Midnight Commander" - -#. summary(patterns-openSUSE:patterns-openSUSE-non_oss) -msgid "Misc. Proprietary Packages" +#. summary(utempter:libutempter0) +msgid "Shared library of utempter" msgstr "" -#. summary(libXmu:libXmu6) -msgid "Miscellaneous utility routines for X" +#. description(utempter:libutempter0) +msgid "Utempter is a privileged helper for utmp and wtmp updates. This package contains the library used by applications." msgstr "" -#. summary(mobile-broadband-provider-info) -msgid "Mobile Service Provider Database" +#. summary(util-linux:libuuid1) +msgid "Library to generate UUIDs" msgstr "" -#. summary(pam-config) -msgid "Modify common PAM configuration files" +#. description(util-linux:libuuid1) +msgid "A library to generate universally unique IDs (UUIDs)." msgstr "" -#. summary(perl-Term-ReadKey) -msgid "Module for Simple Terminal Control" +#. summary(v4l-utils:libv4l) +msgid "Collection of video4linux support libraries" msgstr "" -#. summary(smartmontools) -msgid "Monitor for SMART devices" +#. 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(libXmu:libXmuu1) -msgid "More miscellaneous utility routines for X" +#. summary(v4l-utils:libv4l1-0) +#. summary(v4l-utils:libv4l2-0) +#. summary(v4l-utils:libv4lconvert0) +msgid "Video4linux support library" msgstr "" -#. summary(xf86-input-mouse) -msgid "Mouse input driver for the Xorg X server" +#. 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(MozillaFirefox) -msgid "Mozilla Firefox Web Browser" -msgstr "Mozilla Firefox webbrowser" - -#. description(MozillaFirefox) +#. description(v4l-utils:libv4l2-0) msgid "" -"Mozilla Firefox is a standalone web browser, designed for standards " -"compliance and performance. Its functionality can be enhanced via a " -"plethora of extensions." +"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 "" -"Mozilla Firefox is een zelfstandige webbrowser, ontworpen voor " -"overeenstemming met standaarden en prestaties. Zijn functionaliteit kan " -"verhoogd worden via een groot aantal extensies." -#. description(mtools) +#. description(v4l-utils:libv4lconvert0) 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" +"libv4lconvert offers functions to convert from any (known) pixel-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420.\n" "\n" -"XDF support for OS/2 is also provided." +"This package contains shared lib for packages that use libv4lconvert." msgstr "" -#. summary(pigz) -msgid "Multi-core gzip version" +#. summary(libva:libva-drm1) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- VA/DRM Backend" +msgstr "KDE-ontwikkeling" + +#. 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-multimedia) -msgid "Multimedia" +#. summary(libva:libva-egl1) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- VA/EGL Backend" +msgstr "KDE-ontwikkeling" + +#. 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(patterns-openSUSE:patterns-openSUSE-multimedia) +#. summary(libva:libva-glx1) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- VA/GLX Backend" +msgstr "KDE-ontwikkeling" + +#. description(libva:libva-glx1) msgid "" -"Multimedia players, sound editing tools , video and image manipulation " -"applications." +"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 "" -#. summary(nfsidmap) -msgid "NFSv4 ID Mapping Library" +#. summary(libva:libva-x11-1) +#, fuzzy +msgid "Video Acceleration (VA) API for Linux -- VA/X11 Backend" +msgstr "KDE-ontwikkeling" + +#. description(libva:libva-x11-1) +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/X11 runtime library" msgstr "" -#. summary(ypbind) -msgid "NIS client daemon" +#. summary(libva:libva1) +#. summary(libva:vaapi-dummy-driver) +msgid "Video Acceleration (VA) API for Linux" msgstr "" -#. description(mozilla-nspr) +#. description(libva:libva1) 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." +"The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.\n" +"\n" +"This is the core runtime library" msgstr "" -#. summary(nss_ldap) -msgid "NSS LDAP Module" +#. summary(Mesa:libvdpau_nouveau) +msgid "XVMC state tracker for Nouveau" msgstr "" -#. summary(ntfs-3g_ntfsprogs:ntfs-3g) -msgid "NTFS Support in Userspace" +#. description(Mesa:libvdpau_nouveau) +#, fuzzy +#| msgid "This package contains the OpenLDAP client utilities." +msgid "This package contains the VDPAU state tracker for Nouveau." +msgstr "Het pakket bevat de OpenLDAP client-utilities." + +#. summary(Mesa:libvdpau_r300) +#, fuzzy +#| msgid "A semantic launcher for GNOME" +msgid "XVMC state tracker for R300" +msgstr "Een semantisch startprogramma voor GNOME" + +#. description(Mesa:libvdpau_r300) +#, fuzzy +#| msgid "This package contains the OpenLDAP client utilities." +msgid "This package contains the VDPAU state tracker for R300." +msgstr "Het pakket bevat de OpenLDAP client-utilities." + +#. summary(Mesa:libvdpau_r600) +msgid "XVMC state tracker for R600" msgstr "" -#. summary(ntfs-3g_ntfsprogs:ntfsprogs) -msgid "NTFS Utilities" -msgstr "NTFS hulpmiddelen" +#. description(Mesa:libvdpau_r600) +#, fuzzy +#| msgid "This package contains the OpenLDAP client utilities." +msgid "This package contains the VDPAU state tracker for R600." +msgstr "Het pakket bevat de OpenLDAP client-utilities." -#. description(ntfs-3g_ntfsprogs:ntfs-3g) -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." +#. summary(Mesa:libvdpau_radeonsi) +msgid "XVMC state tracker for radeonsi" msgstr "" -#. summary(xf86-video-nv) -msgid "NVIDIA video driver for the Xorg X server" +#. description(Mesa:libvdpau_radeonsi) +#, fuzzy +#| msgid "This package contains the YaST2 component for proxy configuration." +msgid "This package contains the VDPAU state tracker for radeonsi." +msgstr "Het pakket bevat de YaST2 component voor de configuratie van een proxy." + +#. summary(libvdpau-va-gl:libvdpau_va_gl1) +msgid "VDPAU driver with OpenGL/VAAPI backend" msgstr "" -#. description(mailx) +#. 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 "" + +#. summary(libverto:libverto1) +#, fuzzy +msgid "Runtime libraries for libverto" +msgstr "Hulpmiddelen en bibliotheken voor het ontwikkelen van webtoepassingen." + +#. description(libverto:libverto1) 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." +"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" +"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(glibc:nscd) -msgid "Name Service Caching Daemon" +#. summary(libvisual) +msgid "Sound Visualization Library" +msgstr "Bibliotheek voor geluid visualiseren" + +#. 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(perl-IO-Socket-SSL) -msgid "Nearly transparent SSL encapsulation for IO::Socket::INET." +#. summary(open-vm-tools:libvmtools0) +msgid "Open Virtual Machine Tools - shared library" msgstr "" -#. summary(xf86-video-neomagic) -msgid "Neomagic video driver for the Xorg X server" +#. 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 "" -#. description(perl-Net-DBus) +#. summary(libvorbis:libvorbis0) +#. summary(libvorbis:libvorbisenc2) +#. summary(libvorbis:libvorbisfile3) +msgid "The Vorbis General Audio Compression Codec" +msgstr "" + +#. description(libvorbis:libvorbis0) +#. description(libvorbis:libvorbisenc2) +#. description(libvorbis:libvorbisfile3) 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" +"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" -"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." +"The native bitstream format of Vorbis is libogg (Ogg). Alternatively, libmatroska (matroska) can also be used." msgstr "" -#. description(perl-Net-DNS) +#. summary(libvpx:libvpx2) +msgid "VP8 codec library" +msgstr "" + +#. description(libvpx:libvpx2) 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" +"WebM is an open, royalty-free, media file format designed for the web.\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." +"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 "" -#. description(perl-Net-Daemon) +#. summary(wavpack:libwavpack1) +msgid "Free Hybrid Lossless Audio Compression Format" +msgstr "" + +#. description(wavpack:libwavpack1) 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" +"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" -"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." +"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 "" -#. summary(mozilla-nspr) -msgid "Netscape Portable Runtime" -msgstr "" +#. summary(wayland:libwayland-client0) +msgid "Wayland core client library" +msgstr "Bibliotheek voor de kernclient van Wayland" -#. summary(netcfg) -msgid "Network Configuration Files in /etc" +#. 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(yp-tools) -msgid "Network Information Service (YP) client utilities" +#. summary(wayland:libwayland-cursor0) +#, fuzzy +#| msgid "Wayland core client library" +msgid "Wayland cursor library" +msgstr "Bibliotheek voor de kernclient van Wayland" + +#. 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(NetworkManager) -msgid "Network Link Manager and User Applications" +#. summary(Mesa:libwayland-egl1) +msgid "Additional egl functions for wayland" +msgstr "Extra egl-functies voor wayland" + +#. 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(mozilla-nss) -msgid "Network Security Services" +#. summary(wayland:libwayland-server0) +msgid "Wayland core server library" 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 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." +#. summary(samba:libwbclient0) +msgid "Samba libwbclient Library" msgstr "" -#. description(mozilla-nss:libsoftokn3) +#. description(samba:libwbclient0) +#, fuzzy 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.\n" +"This package includes the wbclient library.\n" "\n" -"Network Security Services Softoken Cryptographic Module" +"Source Timestamp: 3508 Branch: 4.3.1" +msgstr "Hulpmiddelen en bibliotheken voor softwareontwikkeling met behulp van het Ruby on Rails-framework." + +#. summary(libwebp:libwebp5) +msgid "Library for the WebP graphics format" msgstr "" -#. summary(mozilla-nss:libsoftokn3) -msgid "Network Security Services Softoken Module" +#. 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 "" -#. summary(ntp) -msgid "Network Time Protocol daemon (version 4)" +#. summary(webrtc-audio-processing:libwebrtc_audio_processing0) +msgid "Real-Time Communication Library for Web Browsers" msgstr "" -#. summary(wicked) -msgid "Network configuration infrastructure" +#. description(webrtc-audio-processing:libwebrtc_audio_processing0) +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" +"\n" +"WebRTC implements the W3C's proposal for video conferencing on the web." msgstr "" -#. summary(wicked:libwicked0) +#. summary(wicked:libwicked-0-6) msgid "Network configuration infrastructure - Shared library" msgstr "" -#. summary(wicked:wicked-service) -msgid "Network configuration infrastructure - systemd service" +#. 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" +#. summary(tcpd:libwrap0) +msgid "The TCP wrapper library" msgstr "" -#. 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." +#. summary(libxcb:libxcb-dri2-0) +msgid "X11 DRI2 Extension C library" +msgstr "X11 DRI2 extensie C-bibliotheek" + +#. 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 "" -#. 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)." +#. summary(libxcb:libxcb-dri3-0) +#, fuzzy +#| msgid "X11 DRI2 Extension C library" +msgid "X11 DRI3 Extension C library" +msgstr "X11 DRI2 extensie C-bibliotheek" + +#. summary(libxcb:libxcb-glx0) +msgid "X11 GLX Extension C library" +msgstr "X11 GLX extensie C-bibliotheek" + +#. summary(xcb-util-wm:libxcb-icccm4) +msgid "XCB utility module for client- and WM-side ICCCM helpers" msgstr "" -#. summary(xf86-input-void) -msgid "Null input driver for the Xorg X server" +#. description(xcb-util-wm:libxcb-icccm4) +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" +"- 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 "" -#. description(perl-HTML-Parser) +#. description(xcb-util-image:libxcb-image0) 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." +"- image: Port of Xlib's XImage and XShmImage functions." msgstr "" -#. summary(patterns-openSUSE:patterns-openSUSE-office) -msgid "Office Software" +#. summary(xcb-util-keysyms:libxcb-keysyms1) +msgid "XCB utility module for X keycode constants and conversions" msgstr "" -#. description(patterns-openSUSE:patterns-openSUSE-office) -msgid "Office software for your desktop environment including LibreOffice." +#. description(xcb-util-keysyms:libxcb-keysyms1) +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" +"- 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 Xfixes Extension C library" +msgid "X11 Present Extension C library" +msgstr "X11 Xfixes extensie C-bibliotheek" -#. summary(hxtools:ofl) -msgid "Open File Lister from hxtools" +#. summary(libxcb:libxcb-randr0) +msgid "X11 RandR Extension C library" +msgstr "X11 RandR extensie C-bibliotheek" + +#. 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" -"\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" +"- renderutil: Convenience functions for the Render extension." msgstr "" -#. summary(open-vm-tools:libvmtools0) -msgid "Open Virtual Machine Tools - shared library" +#. summary(libxcb:libxcb-render0) +msgid "X11 Render Extension C library" msgstr "" -#. summary(perl-IO-HTML) -msgid "Open an HTML file with automatic charset detection" +#. summary(libxcb:libxcb-shape0) +msgid "X11 Shape Extension C library" +msgstr "X11 Shape extensie C-bibliotheek" + +#. 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)" msgstr "" -#. description(Mesa:Mesa-libGLESv2-2) +#. summary(libxcb:libxcb-shm0) +msgid "X11 Shared Memory Extension C library" +msgstr "" + +#. description(libxcb:libxcb-shm0) 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 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" -"OpenGL|ES 2.x provides an API for programmable hardware including vertex and " -"fragment shaders." +"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(openssh:openssh-helpers) -msgid "OpenSSH AuthorizedKeysCommand helpers" +#. summary(libxcb:libxcb-sync1) +#, fuzzy +#| msgid "X11 Shape Extension C library" +msgid "X11 Sync Extension C library" +msgstr "X11 Shape extensie C-bibliotheek" + +#. summary(xcb-util:libxcb-util1) +msgid "XCB utility modules" msgstr "" -#. description(openvpn) +#. description(xcb-util:libxcb-util1) 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 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" -"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" +"Included in this package are:\n" "\n" -"OpenVPN runs on: Linux, Windows 2000/XP and higher, OpenBSD, FreeBSD, " -"NetBSD, Mac OS X, and Solaris.\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 "" + +#. summary(libxcb:libxcb-xfixes0) +msgid "X11 Xfixes Extension C library" +msgstr "X11 Xfixes extensie C-bibliotheek" + +#. description(libxcb:libxcb-xfixes0) +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" -"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) +#. summary(libxcb:libxcb-xkb1) +msgid "X11 Keyboard Extension C library" +msgstr "X11 toetsenbord-extensie C-bibliotheek" + +#. description(libxcb:libxcb-xkb1) 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." +"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) +msgid "X11 core protocol C library" +msgstr "X11 core protocol C-bibliotheek" + +#. 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 manipulating partitions" +msgid "Library for handling xkb descriptions using XKB-X11" +msgstr "Bibliotheek voor het werken met partities" + +#. 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 translating text" +msgid "Library for handling xkb descriptions" +msgstr "Bibliotheek voor het vertalen van tekst" + +#. 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(libzypp) -msgid "Package, Patch, Pattern, and Product Management" +#. summary(libxkbfile:libxkbfile1) +msgid "X11 keyboard file manipulation library" msgstr "" -#. description(PackageKit:typelib-1_0-PackageKitGlib-1_0) -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 GObject Introspection bindings for the PackageKit " -"client library." +#. description(libxkbfile:libxkbfile1) +msgid "libxkbfile is used by the X servers and utilities to parse the XKB configuration data files." msgstr "" -#. description(PackageKit-branding-openSUSE) +#. summary(xml-security-c:libxml-security-c17) +#, fuzzy +#| msgid "Samba generic security library" +msgid "Apache XML security C++ library" +msgstr "Algemene beveiligingsbibliotheek voor Samba" + +#. description(xml-security-c:libxml-security-c17) 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-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" -"This package provides the openSUSE default configuration for PackageKit." +"This package contains just the shared library." msgstr "" -#. description(patterns-openSUSE:patterns-openSUSE-non_oss) -msgid "Packages that are proprietary and not under an Open Source license." +#. summary(libxml2:libxml2-2) +msgid "A Library to Manipulate XML Files" msgstr "" -#. description(pango:typelib-1_0-Pango-1_0) +#. description(libxml2:libxml2-2) 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" +"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" -"Pango forms the core of text and font handling for GTK+.\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" -"This package provides the GObject Introspection bindings for Pango." +"The library also supports RelaxNG. Support for W3C XML Schemas is in progress." msgstr "" -#. summary(parallel-printer-support) -msgid "Parallel Printer Support" +#. summary(libxml2:libxml2-tools) +msgid "Tools using libxml" msgstr "" -#. summary(perl-TimeDate) -msgid "Parse date strings into time values" +#. description(libxml2:libxml2-tools) +msgid "This package contains xmllint, a very useful tool proving libxml's power." msgstr "" -#. summary(perl-XML-LibXML) -msgid "Perl Binding for libxml2" +#. summary(libxshmfence:libxshmfence1) +msgid "A tiny library that exposes a event API on top of Linux futexes" msgstr "" -#. summary(perl-PlRPC) -msgid "Perl Extension for Writing PlRPC Servers" +#. 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(perl-Digest-SHA1) -msgid "Perl Interface to the SHA-1 Algorithm" +#. summary(libxslt:libxslt1) +msgid "XSL Transformation Library" msgstr "" -#. summary(perl-Net-Daemon) -msgid "Perl extension for portable daemons" +#. 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." msgstr "" -#. summary(perl-Net-DBus) -msgid "Perl extension for the DBus message system" +#. summary(iptables:libxtables10) +msgid "iptables extension interface" msgstr "" -#. summary(perl-Net-SSLeay) -msgid "Perl extension for using OpenSSL" +#. 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-Writer) -msgid "Perl extension for writing XML documents." +#. summary(libyaml:libyaml-0-2) +msgid "Shared library from libyaml" msgstr "" -#. summary(apparmor:perl-apparmor) -msgid "Perl interface for libapparmor functions" +#. 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-Net-DNS) -#, fuzzy -#| msgid "Perl interface to the MD4 Algorithm" -msgid "Perl interface to the Domain Name System" -msgstr "Perl-interface naar het MD4-algoritme" +#. summary(libyui-ncurses-pkg:libyui-ncurses-pkg7) +msgid "Libyui - yast2 package selector widget for the ncurses UI" +msgstr "" -#. summary(perl-Digest-MD4) -msgid "Perl interface to the MD4 Algorithm" -msgstr "Perl-interface naar het MD4-algoritme" +#. description(libyui-ncurses-pkg:libyui-ncurses-pkg7) +msgid "This package extends the character based (ncurses) user interface component for libYUI." +msgstr "" -#. summary(perl-X11-Protocol) -msgid "Perl module for the X Window System Protocol, version 11" +#. summary(libyui-ncurses:libyui-ncurses7) +msgid "Libyui - Character Based User Interface" msgstr "" -#. description(perl-Bootloader) -msgid "Perl modules for configuring various boot loaders." +#. description(libyui-ncurses:libyui-ncurses7) +msgid "This package contains the character based (ncurses) user interface component for libYUI." msgstr "" -#. 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." +#. summary(libyui-qt-pkg:libyui-qt-pkg7) +msgid "Libyui - Qt Package Selector" msgstr "" -#. summary(nano) -msgid "Pico Editor Clone with Enhancements" +#. description(libyui-qt-pkg:libyui-qt-pkg7) +msgid "This package contains the Qt package selector component for libYUI." +msgstr "Dit pakket bevat de component voor Qt-pakket-selectie voor libYUI." + +#. summary(libyui-qt:libyui-qt7) +msgid "Libyui - Qt User Interface" msgstr "" -#. description(perl-PlRPC) +#. description(libyui-qt:libyui-qt7) +msgid "This package contains the Qt user interface component for libYUI." +msgstr "Dit pakket bevat de component voor het Qt-gebruikersinterface voor libYUI." + +#. summary(libyui:libyui7) +msgid "Libyui - GUI-abstraction library" +msgstr "" + +#. description(libyui:libyui7) 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." +"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(pullin-flash-player) -msgid "Placeholder for Adobe Flash PlugIn" +#. summary(zlib:libz1) +msgid "Library implementing the DEFLATE compression algorithm" msgstr "" -#. summary(pullin-fluendo-mp3) -msgid "Placeholder for Fluendo MP3 Plugin" +#. 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 "" -#. summary(plymouth:plymouth-plugin-script) -msgid "Plymouth \"script\" plugin" +#. summary(libzio:libzio1) +msgid "A Library for Accessing Compressed Text Files" msgstr "" -#. summary(plymouth:plymouth-plugin-label) -msgid "Plymouth label plugin" +#. description(libzio:libzio1) +msgid "Libzio provides a wrapper function for reading or writing gzip or bzip2 files with FILE streams." msgstr "" -#. description(plymouth) +#. summary(libzypp) +#. description(libzypp) +msgid "Package, Patch, Pattern, and Product Management" +msgstr "" + +#. summary(linuxconsoletools) +msgid "A set of utilities for joysticks" +msgstr "" + +#. description(linuxconsoletools) 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." +"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 "" -#. summary(plymouth:plymouth-scripts) -msgid "Plymouth related scripts" +#. summary(lockdev) +msgid "A library for locking devices" msgstr "" -#. summary(plymouth:plymouth-dracut) -msgid "Plymouth related utilities for dracut" +#. 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) +#. description(lomoco) msgid "" -"PolicyKit is a toolkit for defining and handling authorizations. It is used " -"for allowing unprivileged processes to speak to privileged processes." +"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(poppler:poppler-tools) -msgid "" -"Poppler is a PDF rendering library, forked from the xpdf PDF viewer " -"developed by Derek Noonburg of Glyph and Cog, LLC." +#. summary(lsof) +msgid "A Program That Lists Information about Files Opened by Processes" msgstr "" -#. description(postfix) -msgid "Postfix aims to be an alternative to the widely-used sendmail program." +#. 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) -msgid "Power Device Enumeration Framework" +#. summary(lsscsi) +msgid "List all SCSI devices in the system" msgstr "" -#. summary(upower:libupower-glib2) -msgid "Power Device Enumeration Framework - Library" +#. description(lsscsi) +msgid "The lsscsi command lists information about SCSI devices in Linux." msgstr "" -#. summary(perl-Data-Dump) -msgid "Pretty printing of data structures" +#. summary(luit) +msgid "Locale and ISO 2022 support for Unicode terminals" msgstr "" -#. summary(xrandr) -msgid "Primitive command line interface to RandR extension" +#. 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(os-prober) -msgid "Probes disks on the system for installed operating systems" +#. summary(lvm2) +msgid "Logical Volume Manager Tools" +msgstr "Hulpmiddelen voor het beheer van logische volumes" + +#. description(lvm2) +msgid "Programs and man pages for configuring and using the LVM2 Logical Volume Manager." msgstr "" -#. summary(slang:libslang2) -msgid "Programming Library and Embeddable Extension Language" +#. summary(mailx) +msgid "A MIME-Capable Implementation of the mailx Command" msgstr "" -#. description(lvm2) -msgid "" -"Programs and man pages for configuring and using the LVM2 Logical Volume " -"Manager." +#. 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(xprop) -#, fuzzy -#| msgid "Image displayer for X" -msgid "Property displayer for X" -msgstr "Afbeeldingenviewer voor X" +#. summary(man) +msgid "A Program for Displaying man Pages" +msgstr "" -#. summary(perl-LWP-Protocol-https) -msgid "Provide https support for LWP::UserAgent" +#. description(man) +msgid "A program for displaying man pages on the screen or sending them to a printer (using groff)." 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." +#. summary(master-boot-code) +msgid "i386 Master Boot Record Code" msgstr "" -#. summary(perl-X500-DN) -msgid "Provides an interface for RFC 2253 style DN strings" +#. 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 "" -#. description(sssd:sssd-krb5-common) +#. summary(mc) +msgid "Midnight Commander" +msgstr "Midnight Commander" + +#. description(mc) msgid "" -"Provides helper processes that the LDAP and Kerberos back ends can use for " -"Kerberos user or host authentication." +"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 "" -#. 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." +#. summary(mdadm) +msgid "Utility for Configuring MD Setup" msgstr "" -#. description(mc:mc-lang) -msgid "Provides translations to the package mc" -msgstr "Levert vertalingen voor het pakket mc" +#. 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(nano:nano-lang) -msgid "Provides translations to the package nano" -msgstr "Levert vertalingen voor het pakket nano" +#. summary(memtest86+) +msgid "Memory Testing Image for x86 Architecture" +msgstr "" -#. description(system-config-printer:system-config-printer-common-lang) -#, fuzzy -#| msgid "Provides translations to the package mc" -msgid "Provides translations to the package system-config-printer" -msgstr "Levert vertalingen voor het pakket mc" +#. 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(yast2-services-manager) -msgid "" -"Provides user interface and libraries to configure systemd services and " -"targets." +#. summary(mkfontdir) +msgid "Utility to create index of X font files" msgstr "" -#. summary(pulseaudio:pulseaudio-utils) -msgid "PulseAudio utilities" +#. 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(python-pycurl) -msgid "PycURL -- cURL library module" +#. summary(mkfontscale) +msgid "Utility to create index of scalable font files for X" msgstr "" -#. description(python-gobject) -msgid "" -"Pygobjects is an extension module for python that gives you access to GLib's " -"GObjects." +#. description(mkfontscale) +msgid "mkfontscale creates the fonts.scale and fonts.dir index files used by the legacy X11 font system." 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(mozilla-nspr) +msgid "Netscape Portable Runtime" msgstr "" -#. summary(python-cups) -msgid "Python Bindings for CUPS" +#. 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 "" -#. description(python-cups) -msgid "Python Bindings for CUPS, the Common Unix Printing System" +#. summary(mozilla-nss) +msgid "Network Security Services" msgstr "" -#. summary(python-cairo) -msgid "Python Bindings for Cairo" +#. 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 "" -#. summary(rpm-python) -msgid "Python Bindings for Manipulating RPM Packages" +#. summary(mozilla-nss:mozilla-nss-certs) +msgid "CA certificates for NSS" msgstr "" -#. summary(python) -msgid "Python Interpreter" +#. description(mozilla-nss:mozilla-nss-certs) +msgid "This package contains the integrated CA root certificates from the Mozilla project." msgstr "" -#. summary(python-base) -msgid "Python Interpreter base package" +#. summary(mtools) +msgid "Access Files on an MS-DOS File System" msgstr "" -#. summary(python-gobject) -msgid "Python bindings for GObject" +#. 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(python-gobject:python-gobject-cairo) -msgid "Python bindings for GObject -- Cairo bindings" +#. summary(nano) +msgid "Pico editor clone with enhancements" msgstr "" -#. description(python-cairo) -msgid "Python bindings for cairo." +#. 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-smbc) -msgid "Python bindings for samba clients (libsmbclient)" +#. summary(ncurses:ncurses-utils) +msgid "Tools using the new curses libraries" msgstr "" -#. description(libsolv:python-solv) -msgid "Python bindings for sat solver." +#. 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(talloc:pytalloc) -msgid "Python bindings for the Talloc library" +#. summary(net-tools) +msgid "Important Programs for Networking" msgstr "" -#. summary(libsolv:python-solv) -#, fuzzy -#| msgid "Python interface to Libsmbios C library" -msgid "Python bindings for the libsolv library" -msgstr "Python-interface voor Libsmbios C-bibliotheek" +#. description(net-tools) +msgid "This package contains essential programs for network administration and maintenance: netstat, arp, ifconfig, rarp, and route." +msgstr "" -#. summary(libsmbios:smbios-utils-python) -msgid "Python executables that use libsmbios" +#. summary(net-tools:net-tools-deprecated) +msgid "Deprecated Networking Utilities" msgstr "" -#. summary(libsmbios:python-smbios) -msgid "Python interface to Libsmbios C library" -msgstr "Python-interface voor Libsmbios C-bibliotheek" +#. 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 "" -#. 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(netcat-openbsd) +msgid "TCP/IP swiss army knife" msgstr "" -#. description(python-base) +#. description(netcat-openbsd) 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" +"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" -"This package contains all of stand-alone Python files, minus binary modules " -"that would pull in extra dependencies." +"This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets." msgstr "" -#. summary(xf86-video-qxl) -msgid "QXL virtual GPU video driver for the Xorg X server" -msgstr "QXL virtueel GPU videostuurprogramma voor de Xorg X-server" +#. summary(nfs-utils:nfs-client) +msgid "Support Utilities for NFS" +msgstr "" -#. 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." +#. description(nfs-utils:nfs-client) +msgid "This package contains common NFS utilities which are needed for client and kernel based server." msgstr "" -#. summary(perl-XML-XPathEngine) -msgid "Re-usable XPath engine for DOM-like trees" +#. summary(nfsidmap) +msgid "NFSv4 ID Mapping Library" msgstr "" -#. summary(perl-Config-Crontab) -msgid "Read/Write Vixie compatible crontab(5) files" +#. 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 "" -#. summary(webrtc-audio-processing:libwebrtc_audio_processing0) -msgid "Real-Time Communication Library for Web Browsers" +#. summary(nilfs-utils) +msgid "Utilities for NILFS" +msgstr "Hulpprogramma's voor NILFS" + +#. description(nilfs-utils) +msgid "This package contains utility programs for NILFS v2." +msgstr "Dit pakket bevat hulpprogramma's voor NILFS v2." + +#. summary(glibc:nscd) +msgid "Name Service Caching Daemon" msgstr "" -#. summary(rtkit) -msgid "Realtime Policy and Watchdog Daemon" +#. description(glibc:nscd) +msgid "Nscd caches name service lookups and can dramatically improve performance with NIS, NIS+, and LDAP." msgstr "" -#. description(rtkit) +#. summary(nss-mdns) +msgid "Host Name Resolution Via Multicast DNS (Zeroconf) for glibc" +msgstr "" + +#. description(nss-mdns) 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." +"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(startup-notification:libstartup-notification-1-0) -msgid "Reference Implementation for the Startup-Notification Protocol" +#. summary(nss_ldap) +msgid "NSS LDAP Module" msgstr "" -#. summary(reiserfs) -msgid "Reiser File System utilities" +#. 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(release-notes-openSUSE) -msgid "Release Notes for this openSUSE Release" -msgstr "Uitgavenotities voor deze openSUSE uitgave" +#. summary(ntfs-3g_ntfsprogs:ntfs-3g) +msgid "NTFS Support in Userspace" +msgstr "" -#. summary(logrotate) -msgid "Rotate, compress, remove, and mail system log files" +#. summary(ntfs-3g_ntfsprogs:ntfsprogs) +msgid "NTFS Utilities" +msgstr "NTFS hulpmiddelen" + +#. 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 "" -#. 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." +#. summary(ntp) +msgid "Network Time Protocol daemon (version 4)" msgstr "" -#. description(rsync) +#. description(ntp) 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." +"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(libstorage:libstorage-ruby) -msgid "Ruby bindings for libstorage" +#. summary(numlockx) +msgid "Switch on/off or toggle numlock" msgstr "" -#. summary(yast2-ruby-bindings) -msgid "Ruby bindings for the YaST platform" +#. 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(ruby) +#. summary(hxtools:ofl) +msgid "Open File Lister from hxtools" +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." +msgstr "" + +#. summary(open-iscsi) +msgid "Linux* Open-iSCSI Software Initiator" +msgstr "" + +#. 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) -msgid "Ruby module for interaction with D-Bus" +#. summary(open-vm-tools:open-vm-tools-desktop) +msgid "User experience components for Open Virtual Machine Tools" msgstr "" -#. summary(time) -msgid "Run Programs And Summarize System Resource Usage" +#. 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 "" -#. description(librcc:rcc-runtime) -msgid "Runtime environment for the package LibRCC." +#. summary(openSUSE-release) +msgid "openSUSE Tumbleweed" msgstr "" -#. description(slang:libslang2) +#. description(openSUSE-release) +msgid "openSUSE Tumbleweed is the rolling distribution by the openSUSE.org project." +msgstr "" + +#. summary(openldap2-client) +msgid "The OpenLDAP commandline client tools" +msgstr "" + +#. description(openldap2-client) +msgid "This package contains the OpenLDAP client utilities." +msgstr "Het pakket bevat de OpenLDAP client-utilities." + +#. summary(openslp) +msgid "An OpenSLP Implementation of Service Location Protocol V2" +msgstr "" + +#. description(openslp) 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." +"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(xf86-video-savage) -msgid "S3 Savage video driver for the Xorg X server" +#. summary(openssh) +msgid "Secure Shell Client and Server (Remote Login Program)" +msgstr "Secure Shell Client en Server (inlog-programma van afstand)" + +#. 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" +"\n" +"xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can also be forwarded over the secure channel." msgstr "" -#. summary(perl-XML-SAX-Expat) -msgid "SAX2 Driver for Expat (XML::Parser)" +#. summary(openssh-askpass) +msgid "A passphrase dialog for OpenSSH and the X Window System" msgstr "" -#. summary(libsemanage:libsemanage1) -msgid "SELinux binary policy manipulation library" +#. 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 "" -#. summary(libselinux:libselinux1) -msgid "SELinux library and simple utilities" +#. summary(openssh:openssh-helpers) +msgid "OpenSSH AuthorizedKeysCommand helpers" msgstr "" -#. 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." +#. description(openssh:openssh-helpers) +msgid "Helper applications for OpenSSH which retrieve keys from various sources." msgstr "" -#. summary(perl-SQL-Statement) -msgid "SQL parsing and processing engine" +#. summary(openvpn) +msgid "Full-featured SSL VPN solution using a TUN/TAP Interface" msgstr "" -#. description(perl-DBD-SQLite) +#. description(openvpn) msgid "" -"SQLite is a small fast embedded SQL database engine.\n" +"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" -"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" +"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" -"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." -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" +"OpenVPN runs on: Linux, Windows 2000/XP and higher, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Solaris.\n" "\n" -"xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can also " -"be forwarded over the secure channel." +"OpenVPN is not a web application proxy and does not operate through a web browser." msgstr "" -#. summary(sssd:sssd-krb5-common) -msgid "SSSD helpers needed for Kerberos and GSSAPI authentication" +#. summary(os-prober) +msgid "Probes disks on the system for installed operating systems" msgstr "" -#. summary(permissions) -msgid "SUSE Linux Default Permissions" +#. 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(polkit-default-privs) -msgid "SUSE PolicyKit default permissions" +#. summary(p11-kit:p11-kit-tools) +msgid "Library to work with PKCS#11 modules -- Tools" 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(p7zip) +msgid "7-zip file compression program" msgstr "" -#. summary(samba:libsmbclient0) -msgid "Samba Client 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:libsmbldap0) -msgid "Samba LDAP protocol helper function library" +#. summary(pam) +msgid "A Security Tool that Provides Authentication for Applications" msgstr "" -#. summary(samba:samba-libs) -msgid "Samba libraries" -msgstr "Samba-bibliotheken" - -#. summary(samba:libwbclient0) -msgid "Samba libwbclient 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(tevent:libtevent0) -msgid "Samba tevent Library" +#. summary(pam-config) +msgid "Modify common PAM configuration files" msgstr "" -#. summary(samba:libsmbconf0) -msgid "Samba3 configuration library" +#. 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(samba:libsmbclient-raw0) -msgid "Samba4's raw SMB client library" +#. summary(pam_krb5) +msgid "A Pluggable Authentication Module for Kerberos 5" msgstr "" -#. 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 "" -#. summary(openssh) -msgid "Secure Shell Client and Server (Remote Login Program)" -msgstr "Secure Shell Client en Server (inlog-programma van afstand)" - -#. description(libsemanage:libsemanage1) +#. description(pam_ldap) 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 is a PAM Module that handles LDAP. The advantages of this pecular version are:\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." +"Possibility to change LDAP passwords in the directory\n" +"\n" +"Compatibility with the nss_ldap configuration file format" 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(pam_mount) +msgid "A PAM Module that can Mount Volumes for a User Session" msgstr "" -#. description(libsepol:libsepol1) +#. description(pam_mount) 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" +"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" -"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." +"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(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(parted) +msgid "GNU partitioner" msgstr "" -#. summary(perl-DBD-SQLite) -msgid "Self-contained RDBMS in a DBI Driver" +#. description(parted) +msgid "GNU Parted is a program for creating, destroying, resizing, checking, and copying partitions, and the file systems on them." 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." +#. summary(patterns-openSUSE:patterns-openSUSE-apparmor) +msgid "AppArmor" msgstr "" -#. 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-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 "" -#. summary(shared-mime-info) -msgid "Shared MIME Database" -msgstr "Gedeelde MIME-database" +#. summary(patterns-openSUSE:patterns-openSUSE-base) +msgid "Base System" +msgstr "" -#. summary(libX11:libX11-data) -msgid "Shared data for the Core X11 protocol library" -msgstr "Gedeelde gegevens voor de bibliotheek met de kern van het X11-protocol" +#. 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(sqlite3:libsqlite3-0) -msgid "Shared libraries for the Embeddable SQL Database Engine" +#. summary(patterns-openSUSE:patterns-openSUSE-enhanced_base) +msgid "Enhanced Base System" msgstr "" -#. summary(libyaml:libyaml-0-2) -msgid "Shared library from libyaml" +#. description(patterns-openSUSE:patterns-openSUSE-enhanced_base) +msgid "This is the enhanced base runtime system with lots of convenience packages." msgstr "" -#. summary(utempter:libutempter0) -msgid "Shared library of utempter" +#. summary(patterns-openSUSE:patterns-openSUSE-fonts) +msgid "Fonts" msgstr "" -#. summary(xf86-video-sis) -msgid "SiS and XGI video driver for the Xorg X server" -msgstr "SiS en XGI videostuurprogramma voor de Xorg X-server" - -#. summary(xf86-video-siliconmotion) -msgid "Silicon Motion video driver for the Xorg X server" -msgstr "Silicon Motion videostuurprogramma voor de Xorg X-server" - -#. summary(SDL:libSDL-1_2-0) -msgid "Simple DirectMedia Layer Library" +#. description(patterns-openSUSE:patterns-openSUSE-fonts) +msgid "Base fonts and font configuration." msgstr "" -#. summary(PackageKit:typelib-1_0-PackageKitGlib-1_0) -msgid "" -"Simple software installation management software -- Introspection bindings" +#. summary(patterns-openSUSE:patterns-openSUSE-games) +msgid "Games" msgstr "" -"Software voor eenvoudig beheer van de installatie van software -- bindingen " -"voor introspectie" -#. summary(PackageKit:PackageKit-backend-zypp) -msgid "Simple software installation management software -- Zypp Backend" +#. description(patterns-openSUSE:patterns-openSUSE-games) +msgid "A collection of games." msgstr "" -"Software voor eenvoudig beheer van de installatie van software -- Zypp " -"Backend" -#. summary(PackageKit-branding-openSUSE) -msgid "" -"Simple software installation management software -- openSUSE default " -"configuration" +#. summary(patterns-openSUSE:patterns-openSUSE-imaging) +msgid "Graphics" msgstr "" -"Software voor eenvoudig beheer van de installatie van software -- standaard " -"instellingen van openSUSE" -#. summary(perl-Params-Util) -msgid "Simple, compact and correct param-checking functions" +#. description(patterns-openSUSE:patterns-openSUSE-imaging) +msgid "Handling of digital photos and graphics." msgstr "" -#. description(libx86emu:libx86emu1) -msgid "" -"Small x86 emulation library with focus of easy usage and extended execution " -"logging functions." +#. summary(patterns-openSUSE:patterns-openSUSE-multimedia) +msgid "Multimedia" msgstr "" -#. summary(usbmuxd) -msgid "Socket daemon for the usbmux protocol used by Apple devices" +#. description(patterns-openSUSE:patterns-openSUSE-multimedia) +msgid "Multimedia players, sound editing tools , video and image manipulation applications." msgstr "" -#. summary(patterns-openSUSE:patterns-openSUSE-sw_management) -msgid "Software Management" +#. summary(patterns-openSUSE:patterns-openSUSE-non_oss) +msgid "Misc. Proprietary Packages" msgstr "" -#. description(systemd:systemd-bash-completion) -msgid "" -"Some systemd commands offer bash completion, but it's an optional dependency." +#. description(patterns-openSUSE:patterns-openSUSE-non_oss) +msgid "Packages that are proprietary and not under an Open Source license." msgstr "" -#. description(x11-tools) -msgid "Some useful tools for the X Window System." +#. summary(patterns-openSUSE:patterns-openSUSE-office) +msgid "Office Software" msgstr "" -#. summary(libvisual) -msgid "Sound Visualization Library" -msgstr "Bibliotheek voor geluid visualiseren" - -#. 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(patterns-openSUSE:patterns-openSUSE-office) +msgid "Office software for your desktop environment including LibreOffice." 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(patterns-openSUSE:patterns-openSUSE-sw_management) +msgid "Software Management" 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." +#. 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 "" -#. description(startup-notification:libstartup-notification-1-0) -msgid "" -"Startup-notification contains a reference implementation of the startup-" -"notification protocol." +#. summary(patterns-openSUSE:patterns-openSUSE-x11) +msgid "X Window System" msgstr "" -#. summary(SuSEfirewall2) -msgid "Stateful Packet Filter Using iptables and netfilter" +#. 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(libustr:libustr-1_0-1) -msgid "String library, very low memory overhead, simple to import" +#. summary(patterns-openSUSE:patterns-openSUSE-yast2_basis) +msgid "YaST System Administration" msgstr "" -#. summary(susehelp:susehelp_en) -msgid "SuSE Help System (English)" +#. description(patterns-openSUSE:patterns-openSUSE-yast2_basis) +msgid "YaST tools for basic system administration." msgstr "" -#. summary(susehelp) -msgid "SuSE Help-System (base)" +#. summary(patterns-openSUSE:patterns-openSUSE-yast2_install_wf) +msgid "YaST Installation Packages" msgstr "" -#. summary(sbl) -msgid "SuSE blinux" +#. description(patterns-openSUSE:patterns-openSUSE-yast2_install_wf) +msgid "YaST tools for installing your system." msgstr "" -#. description(sbl) -msgid "" -"SuSE blinux is a screen reader for the Linux console. It supports braille " -"displays." +#. summary(pciutils) +msgid "PCI utilities for Kernel version 2" msgstr "" -#. description(SuSEfirewall2) +#. description(pciutils) 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" +"lspci: This program displays detailed information about all PCI busses and devices in the system, replacing the original /proc/pci interface.\n" "\n" -"SuSEfirewall2 uses the iptables/netfilter packet filtering infrastructure to " -"create a flexible rule set for a stateful firewall." +"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(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(pcmciautils) +msgid "Utilities for PC-Cards" +msgstr "Hulpprogramma's for PC-Cards" + +#. 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 "" -#. summary(nfs-utils:nfs-client) -msgid "Support Utilities for NFS" +#. summary(perl) +#. summary(perl:perl-base) +msgid "The Perl interpreter" msgstr "" -#. summary(numlockx) -msgid "Switch on/off or toggle numlock" +#. 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(xf86-input-synaptics) -msgid "Synaptics touchpad input driver for the Xorg X server" +#. summary(perl-Bootloader) +msgid "Library for Configuring Boot Loaders" msgstr "" -#. summary(sssd) -msgid "System Security Services Daemon" +#. description(perl-Bootloader) +msgid "Perl modules for configuring various boot loaders." msgstr "" -#. summary(sysfsutils) -msgid "System Utilities Package / Libsysfs" +#. summary(perl-Bootloader:perl-Bootloader-YAML) +msgid "YAML interface for perl-Bootloader" msgstr "" -#. summary(systemd:systemd-sysvinit) -msgid "System V init tools" -msgstr "System V init-hulpmiddelen" - -#. summary(Mesa) -msgid "System for rendering interactive 3-D graphics" +#. description(perl-Bootloader:perl-Bootloader-YAML) +msgid "A command line interface to perl-Bootloader using YAML files for input and output." msgstr "" -#. description(yast2-installation) -msgid "System installation code as present on installation media." +#. summary(perl-Crypt-SmbHash) +msgid "perl module Crypt::SmbHash" 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-Crypt-SmbHash) +msgid "This module provides functions to generate LM/NT hashes as used by Samba" msgstr "" -#. summary(netcat-openbsd) -msgid "TCP/IP swiss army knife" +#. summary(perl-DBD-SQLite) +msgid "Self-contained RDBMS in a DBI Driver" msgstr "" -#. description(tdb:libtdb1) +#. description(perl-DBD-SQLite) 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" +"SQLite is a public domain file-based relational database engine that you can find at the http://www.sqlite.org/ manpage.\n" "\n" -"This package contains the tdb1 library." +"*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" +"SQLite supports the following features:\n" +"\n" +"* Implements a large subset of SQL92\n" +"\n" +" See the http://www.sqlite.org/lang.html manpage for details.\n" +"\n" +"* A complete DB in a single disk file\n" +"\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" +"* Atomic commit and rollback\n" +"\n" +" Yes, *DBD::SQLite* is small and light, but it supports full transactions!\n" +"\n" +"* Extensible\n" +"\n" +" User-defined aggregate or regular functions can be registered with the SQL parser.\n" +"\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(twm) -msgid "Tab Window Manager for the X Window System" -msgstr "Vensterbeheerder met tabbladen voor het X Window-systeem" - -#. 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-DBI) +msgid "Database independent interface for Perl" msgstr "" -#. description(talloc:libtalloc2) +#. description(perl-DBI) msgid "" -"Talloc is a hierarchical, reference counted memory pool system with " -"destructors.\n" +"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 the core memory allocator used in Samba.\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 package includes the talloc2 library." +"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 "" -#. description(tcl) +#. summary(perl-DateTime) +#, fuzzy +msgid "Date and Time Object for Perl" +msgstr "KDE Desktop Environment" + +#. description(perl-DateTime) 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" +"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" -"For more information on Tcl see http://www.tcl.tk and http://wiki.tcl.tk ." +"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" +"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" +"For infinite datetimes, please see the DateTime::Infinite module." msgstr "" -#. description(tevent:libtevent0) +#. summary(perl-Digest-MD4) +msgid "Perl interface to the MD4 Algorithm" +msgstr "Perl-interface naar het MD4-algoritme" + +#. description(perl-Digest-MD4) msgid "" -"Tevent is an event system based on the talloc memory management library. It " -"is the core event system used in Samba.\n" +"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 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." +"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(perl-Text-Wrapper) +#. summary(perl-Digest-SHA1) +msgid "Perl Interface to the SHA-1 Algorithm" +msgstr "" + +#. summary(perl-HTML-Parser) +msgid "HTML parser class" +msgstr "" + +#. description(perl-HTML-Parser) 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" +"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" -"Reasons to use Text::Wrapper instead of Text::Format:\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" -"* *\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" -" 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." +"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 "" -#. 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." +#. summary(perl-List-MoreUtils) +msgid "Provide the stuff missing in List::Util" msgstr "" -#. description(perl-Digest-MD4) +#. description(perl-List-MoreUtils) 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" +"*List::MoreUtils* provides some trivial but commonly needed functionality on lists which is not going to go into the List::Util manpage.\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." +"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 "" -#. description(perl-Net-HTTP) +#. summary(perl-Net-DBus) +msgid "Perl extension for the DBus message system" +msgstr "" + +#. description(perl-Net-DBus) 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" +"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" -"'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." +"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 "" -#. description(perl-RPC-XML) +#. summary(perl-Net-SSLeay) +msgid "Perl extension for using OpenSSL" +msgstr "" + +#. 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 "" + +#. summary(perl-Params-Validate) +msgid "Validate method/function parameters" +msgstr "" + +#. description(perl-Params-Validate) msgid "" -"The *RPC::XML* package is an implementation of the *XML-RPC* standard.\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" -"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" -"\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." +"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(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-Parse-RecDescent) +#. description(perl-Parse-RecDescent) +msgid "Generate Recursive-Descent Parsers" msgstr "" -#. description(atk:typelib-1_0-Atk-1_0) +#. summary(perl-Term-ReadKey) +msgid "Module for Simple Terminal Control" +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." +msgstr "" + +#. summary(perl-X11-Protocol) +msgid "Perl module for the X Window System Protocol, version 11" +msgstr "" + +#. description(perl-X11-Protocol) 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" +"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" -"This package provides the GObject Introspection bindings for ATK." +"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 "" -#. 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." +#. summary(perl-X500-DN) +msgid "Provides an interface for RFC 2253 style DN strings" msgstr "" -#. description(perl-DBI) +#. description(perl-X500-DN) +msgid "X500::DN Provides a pure perl parser and formatter for RFC 2253 style DN strings." +msgstr "" + +#. summary(perl-XML-LibXML) +msgid "Perl Binding for libxml2" +msgstr "" + +#. 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(perl-XML-NamespaceSupport) +msgid "A simple generic namespace support class" +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." +msgstr "" + +#. summary(perl-XML-Parser) +msgid "A perl module for parsing XML documents" +msgstr "" + +#. description(perl-XML-Parser) 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" +"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 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" +"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 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." +"When underlying handlers get called, they receive as their first parameter the _Expat_ object, not the Parser object." msgstr "" -#. summary(Mesa:Mesa-libGL1) -msgid "The GL/GLX runtime of the Mesa 3D graphics library" +#. summary(perl-XML-SAX) +msgid "XML::SAX Perl Module" 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." +#. 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 "" -#. summary(gtk3:typelib-1_0-Gtk-3_0) -#, fuzzy -#| msgid "The GTK+ toolkit library (version 2) -- Introspection bindings" -msgid "The GTK+ toolkit library (version 3) -- Introspection bindings" +#. summary(perl-XML-XPath) +msgid "A set of modules for parsing and evaluating XPath statements" msgstr "" -"De bibliotheek voor de GTK+ hulpmiddelenkit (versie 2) - bindingen voor " -"introspectie" -#. summary(sssd:sssd-ldap) -msgid "The LDAP backend plugin for sssd" +#. 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-LWP-Protocol-https) +#. summary(perl-YAML-LibYAML) +#. description(perl-YAML-LibYAML) +msgid "Perl YAML Serialization using XS and libyaml" +msgstr "" + +#. summary(apparmor:perl-apparmor) +msgid "Perl interface for libapparmor functions" +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." +msgstr "" + +#. description(perl:perl-base) 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" +"perl - Practical Extraction and Report Language\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" +"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 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." +"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(openldap2) -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(perl-gettext) +msgid "Message handling functions" msgstr "" -#. description(Mesa:Mesa-libglapi0) +#. description(perl-gettext) 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 "" - -#. 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" +"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" -"Ntpd is an operating system daemon that sets and maintains the system time-" -"of-day synchronized with Internet standard time servers." +"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 "" -#. summary(openldap2) -msgid "The OpenLDAP Server" +#. summary(permissions) +msgid "SUSE Linux Default Permissions" msgstr "" -#. summary(openldap2-client) -msgid "The OpenLDAP commandline client tools" +#. 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 "" -#. summary(perl) -msgid "The Perl interpreter" +#. summary(pigz) +msgid "Multi-core gzip version" msgstr "" -#. summary(ppp) -msgid "The Point to Point Protocol for Linux" +#. description(pigz) +msgid "A parallel implementation of gzip for modern multi-processor, multi-core machines" msgstr "" -#. summary(rpm) -msgid "The RPM Package Manager" +#. summary(pinentry) +msgid "Collection of Simple PIN or Passphrase Entry Dialogs" msgstr "" -#. summary(ruby:ruby-stdlib) -msgid "The Ruby standard library" +#. 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-SQL-Statement) +#. description(pkcs11-helper) 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" +"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" -"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" +"* Handling card re-insert to a different slot\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." +"* Supporting session expiration serialization\n" +"\n" +"* and much more All this is possible using a simple API." msgstr "" -#. summary(tcpd:libwrap0) -msgid "The TCP wrapper library" +#. summary(pkg-config) +msgid "A library management system" msgstr "" -#. summary(tcl) -msgid "The Tcl Programming Language" +#. 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(tiff:libtiff5) -msgid "The Tiff Library (with JPEG and compression support)" +#. summary(plymouth) +msgid "Graphical Boot Animation and Logger" 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" +#. 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(libvorbis:libvorbis0) -msgid "The Vorbis General Audio Compression Codec" +#. summary(plymouth:plymouth-dracut) +msgid "Plymouth related utilities for dracut" msgstr "" -#. summary(perl-libwww-perl) -msgid "The World-Wide-Web library for Perl" +#. description(plymouth:plymouth-dracut) +#, fuzzy +#| msgid "This package contains scripts that help integrate Plymouth with the system." +msgid "This package contains utilities that integrate dracut with Plymouth" +msgstr "Het pakket bevat script die helpen om Plymouth in het systeem te integreren." + +#. summary(plymouth:plymouth-plugin-script) +msgid "Plymouth \"script\" plugin" msgstr "" -#. summary(libXaw:libXaw7) -msgid "The X Athena Widget Set" +#. 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(libXdamage:libXdamage1) -msgid "" -"The X Damage Extension allows applications to track modified regions of " -"drawables." +#. summary(plymouth:plymouth-scripts) +msgid "Plymouth related scripts" 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(plymouth:plymouth-scripts) +msgid "This package contains scripts that help integrate Plymouth with the system." +msgstr "Het pakket bevat script die helpen om Plymouth in het systeem te integreren." + +#. summary(polkit) +msgid "PolicyKit Authorization Framework" msgstr "" -#. description(libXfixes:libXfixes3) -msgid "" -"The X Fixes extension provides applications with work-arounds for various " -"limitations in the core protocol." +#. 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 "" -#. summary(xkeyboard-config) -msgid "The X Keyboard Extension" +#. summary(postfix) +msgid "A fast, secure, and flexible mailer" 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." +#. description(postfix) +msgid "Postfix aims to be an alternative to the widely-used sendmail program." 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." +#. summary(ppp) +msgid "The Point to Point Protocol for Linux" 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." +#. 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(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." +#. summary(pptp) +msgid "Point-to-Point Tunneling Protocol (PPTP) Client" msgstr "" -#. description(libXaw:libXaw7) -msgid "" -"The X Window System Athena widget set implements simple user interfaces " -"based upon the X Toolkit Intrinsics (Xt) library." +#. 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(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." +#. summary(procps) +msgid "The ps utilities for /proc" 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." +#. 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(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." +#. summary(psmisc) +msgid "Utilities for managing processes on your system" +msgstr "Hulpprogramma's voor het beheer van processen in uw systeem" + +#. 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(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." +#. summary(pulseaudio) +msgid "A Networked Sound Server" +msgstr "Een geluidsserver in het netwerk" + +#. 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(libxcb:libxcb-shape0) +#. summary(pulseaudio:pulseaudio-bash-completion) +#, fuzzy +#| msgid "PulseAudio Volume Control" +msgid "PulseAudio Bash completion" +msgstr "PulseAudio-volumeregeling" + +#. 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 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" -"- X11 Nonrectangular Window Shape extension (Xshape)" +"Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server." msgstr "" -#. description(libxcb:libxcb-shm0) +#. summary(pulseaudio:pulseaudio-module-lirc) +msgid "LIRC module for PulseAudio" +msgstr "" + +#. description(pulseaudio:pulseaudio-module-lirc) 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 support for IR and RF remotes." msgstr "" -#. description(libxcb:libxcb-xfixes0) +#. summary(pulseaudio:pulseaudio-module-x11) +msgid "X11 module for PulseAudio" +msgstr "" + +#. description(pulseaudio:pulseaudio-module-x11) 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 the components needed to automatically start the PulseAudio sound server on X11 startup." msgstr "" -#. description(xcb-util-wm:libxcb-icccm4) +#. summary(pulseaudio:pulseaudio-module-zeroconf) +msgid "Zeroconf module for PulseAudio" +msgstr "" + +#. description(pulseaudio:pulseaudio-module-zeroconf) 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" +"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" -"Included in this package is:\n" -"\n" -"- icccm: Both client and window-manager helpers for ICCCM." +"This package provides zeroconf network support for the PulseAudio sound server" msgstr "" -#. description(xcb-util-image:libxcb-image0) +#. summary(pulseaudio:pulseaudio-utils) +msgid "PulseAudio utilities" +msgstr "" + +#. description(pulseaudio:pulseaudio-utils) 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" +"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" -"Included in this package is:\n" -"\n" -"- image: Port of Xlib's XImage and XShmImage functions." +"This package provides utilies for making use of the PulseAudio sound server." msgstr "" -#. description(xcb-util-keysyms:libxcb-keysyms1) +#. 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.\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 is:\n" -"\n" -"- keysyms: Standard X key constants and conversion to/from keycodes." +"If you want to install third party modules using distutils, you need to install python-devel package." msgstr "" -#. description(xcb-util:libxcb-util1) +#. summary(python-base) +msgid "Python Interpreter base package" +msgstr "" + +#. description(python-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." +"This package contains all of stand-alone Python files, minus binary modules that would pull in extra dependencies." msgstr "" -#. description(libxml2:libxml2-2) +#. summary(python-cffi) +#, fuzzy +msgid "Foreign Function Interface for Python calling C code" +msgstr "Kernel-interface" + +#. 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 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" +"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" -"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." +"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(perl-XML-Simple) +#. 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) +msgid "Python bindings for GObject" +msgstr "" + +#. 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 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" +"Pygobjects is an extension module for python that gives you access to GLib's GObjects.\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." +"This package contains the Python Cairo bindings for GObject." msgstr "" -#. description(libXtst:libXtst6) +#. summary(python-pycurl) +#. summary(python3-pycurl) +msgid "PycURL -- cURL library module" +msgstr "" + +#. description(python-pycurl) +#. description(python3-pycurl) +msgid "This module provides bindings for the cURL library." +msgstr "Deze module levert de koppelingen voor de cURL-bibliotheek." + +#. 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 interface to Libsmbios C library" +msgid "Python bindings for the libsolv library" +msgstr "Python-interface voor Libsmbios C-bibliotheek" + +#. description(libsolv:python-solv) +msgid "Python bindings for sat solver." +msgstr "" + +#. summary(talloc:python-talloc) +msgid "Python bindings for the Talloc library" +msgstr "" + +#. description(talloc:python-talloc) +msgid "This package contains the python bindings for the Talloc library." +msgstr "Dit pakket bevat de python-bindingen voor de Talloc-bibliotheek." + +#. 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 "Python-interface voor Libsmbios C-bibliotheek" + +#. description(python3) 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" +"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" -"The RECORD extension supports the recording and reporting of all core X " -"protocol and arbitrary X extension protocol." +"If you want to install third party modules using distutils, you need to install python-devel package." msgstr "" -#. 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)" +#. summary(apparmor:python3-apparmor) +#, fuzzy +msgid "Python 3 interface for libapparmor functions" +msgstr "Python-interface voor Libsmbios C-bibliotheek" + +#. 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: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(python3-cairo) +msgid "Python Bindings for Cairo" 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." +#. description(python3-cairo) +#, fuzzy +msgid "Python bindings for the Cairo vector graphics library." +msgstr "Het pakket is niet ondertekend" + +#. summary(python3-coverage) +#, fuzzy +msgid "Code coverage measurement for Python" +msgstr "Wisselingsinformatie" + +#. 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(libXrender:libXrender1) -msgid "" -"The Xrender library is designed as a lightweight library interface to the " -"Render extension." +#. summary(python3-smbc) +msgid "Python bindings for samba clients (libsmbclient)" msgstr "" -#. description(yast2-xml) -msgid "The YaST2 XML agent" +#. description(python3-smbc) +msgid "A module for using the Samba client API in Python programs." msgstr "" -#. description(yast2-nis-client) -msgid "" -"The YaST2 component for NIS configuration. NIS is a service similar to " -"yellow pages." +#. summary(quota) +msgid "Disk Quota System" 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." +#. 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-inetd) -msgid "The YaST2 component for configuring the inetd and xinetd daemons." +#. summary(librcc:rcc-runtime) +msgid "LibRCC Runtime Environment" +msgstr "Runtime-omgeving van LibRCC" + +#. description(librcc:rcc-runtime) +msgid "Runtime environment for the package LibRCC." msgstr "" -#. description(yast2-mail) -msgid "" -"The YaST2 component for mail configuration. It handles Postfix, Cyrus, " -"Amavis and Fetchmail." +#. 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 "" -#. 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." +#. 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(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'" +#. summary(rpcbind) +msgid "Transport independent RPC portmapper" 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." +#. 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(pullin-flash-player) -msgid "" -"The installation of this package triggers online update of flash-player." +#. summary(rpm) +msgid "The RPM Package Manager" msgstr "" -#. description(pullin-fluendo-mp3) +#. description(rpm) msgid "" -"The installation of this package triggers online update of gstreamer-0_10-" -"fluendo-mp3." +"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(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." +#. 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: 3258 Branch: 4.1.9" +"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(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”." +#. 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) -msgid "The package contains libraries for using the SBC codec." -msgstr "Het pakket bevat bibliotheken voor het gebruik van de SBC-codec." +#. summary(rubygem-gem2rpm:ruby2.2-rubygem-gem2rpm) +#, fuzzy +#| msgid "Dutch hyphenation patterns" +msgid "Generate rpm specfiles from gems" +msgstr "Nederlandse woordafbreekpatronen" -#. description(yast2-trans-stats) +#. 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) +msgid "Ruby module for interaction with D-Bus" +msgstr "" + +#. description(rubygem-ruby-dbus:ruby2.2-rubygem-ruby-dbus) +msgid "Pure Ruby module for interaction with D-Bus IPC system." +msgstr "" + +#. summary(ruby2.2:ruby2.2-stdlib) +#. description(ruby2.2:ruby2.2-stdlib) +msgid "The Ruby standard library" +msgstr "" + +#. 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) +msgid "Samba libraries" +msgstr "Samba-bibliotheken" + +#. description(samba:samba-libs) +#, fuzzy 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." +"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 "Hulpmiddelen en bibliotheken voor softwareontwikkeling met behulp van het Ruby on Rails-framework." + +#. summary(sbc) +msgid "Bluetooth Low-Complexity, Sub-Band Codec Utilities" msgstr "" #. description(sbc) msgid "The package contains utilities for using the SBC codec." msgstr "Het pakket bevat hulpprogramma's voor het gebruik van de SBC-codec." -#. 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." +#. summary(sbl) +msgid "SUSE blinux" 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(sbl) +msgid "SUSE blinux is a screen reader for the Linux console. It supports braille displays." 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 program. The vmstat command displays virtual " -"memory statistics about processes, memory, paging, block I/O, traps, and CPU " -"activity." +#. summary(sed) +msgid "A Stream-Oriented Non-Interactive Text Editor" msgstr "" -#. summary(procps) -msgid "The ps utilities for /proc" +#. 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(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(sessreg) +msgid "Utility to manage utmp/wtmp entries for X sessions" msgstr "" -#. summary(openSUSE-build-key) -msgid "The public gpg keys for rpm package signature verification" +#. 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(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." +#. summary(setxkbmap) +msgid "Utility to change the keyboard layout in X" 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)." +#. 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(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(sg3_utils) +msgid "A collection of tools that send SCSI commands to devices" msgstr "" -#. description(samba:samba-libs) -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: 3258 Branch: 4.1.9" +#. 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(scout) -msgid "The scout tool helps with indexing of various package properties." +#. summary(shadow) +msgid "Utilities to Manage User and Group Accounts" msgstr "" -"Het hulpmiddel scout helpt bij het indexeren van de verschillende " -"eigenschappen van pakketten." -#. 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." +#. 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:libsgutils2-2) +#. summary(shared-mime-info) +msgid "Shared MIME Database" +msgstr "Gedeelde MIME-database" + +#. 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) +msgid "This package contains snapper, a tool for filesystem snapshot management." +msgstr "Het pakket bevat snapper, een hulpmiddel het beheer van momentopnamen van het bestandssysteem." + +#. 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) +msgid "System Security Services Daemon" msgstr "" -#. description(xkbcomp) -msgid "" -"The xkbcomp keymap compiler converts a description of an XKB keymap into one " -"of several output formats." +#. 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(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." +#. summary(sssd:sssd-krb5-common) +msgid "SSSD helpers needed for Kerberos and GSSAPI 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." +#. 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(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." +#. summary(sssd:sssd-ldap) +msgid "The LDAP backend plugin for sssd" 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." +#. 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 "" -#. summary(libtheora:libtheora0) -msgid "Theora video compression codec" +#. summary(strace) +msgid "A utility to trace the system calls of a program" msgstr "" -#. 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(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." -msgstr "" +#. description(sysconfig) +#, fuzzy +#| msgid "This package provides the traditional \"ifup\" alias \"netcontrol\" network scripts." +msgid "This package provides the SUSE system configuration scheme for the traditional \"ifup\" alias \"netcontrol\" network scripts." +msgstr "Dit pakket levert de traditionele \"ifup\" alias netwerkscripts voor \"netcontrol\"." -#. description(yast2-vm) -msgid "" -"This YaST module installs the tools necessary for creating VMs with Xen or " -"KVM." +#. summary(sysconfig:sysconfig-netconfig) +msgid "Script to apply network provided settings" 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(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-pam) -msgid "This agent is used by YaST2 to modify the PAM configuration files" +#. summary(sysfsutils) +msgid "System Utilities Package / Libsysfs" 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." +#. 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(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." +#. summary(syslinux) +msgid "Boot Loader for Linux" 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" +#. 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(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(system-config-printer) +msgid "A printer administration tool" 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(system-config-printer) +msgid "system-config-printer is a graphical user interface that allows the user to configure a CUPS print server." 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." +#. summary(systemd) +msgid "A System and Session Manager" +msgstr "Een systeem- en sesiebeheerder" + +#. 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 "" -"Dit is een set voor het bijwerken van vertalingen die geïnstalleerd zijn in " -"de voorkeursmap, /usr/share/locale-langpack/<locale>/LC_MESSAGES/.\n" -"\n" -"Toepassingen die gettext op de juiste manier gebruiken kunnen dan " -"vertalingen oppakken die gaan boven of zijn bijgewerkt uit deze locatie." -#. 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(systemd:systemd-logger) +msgid "Journal only logging" 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(systemd:systemd-logger) +msgid "This package marks the installation to not use syslog but only the journal." 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." +#. summary(systemd:systemd-sysvinit) +msgid "System V init tools" +msgstr "System V init-hulpmiddelen" + +#. description(systemd:systemd-sysvinit) +msgid "Drop-in replacement of System V init tools." 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 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." +#. summary(sysvinit:sysvinit-tools) +msgid "Tools for basic booting" 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(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(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(tar) +msgid "GNU implementation of tar ((t)ape (ar)chiver)" msgstr "" -#. description(tigervnc:xorg-x11-Xvnc) -#, fuzzy -#| msgid "TigerVNC implementation of Xvnc" -msgid "This is the TigerVNC implementation of Xvnc." -msgstr "TigerVNC implementatie van Xvnc" - -#. 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." +#. 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(patterns-openSUSE:patterns-openSUSE-enhanced_base) -msgid "" -"This is the enhanced base runtime system with lots of convenience packages." +#. 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." +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:libyui6) -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(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." +#. 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(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.)" +#. summary(tnftp) +msgid "Enhanced FTP Client" msgstr "" -#. 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()." +#. 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-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." +#. summary(traceroute) +msgid "A new modern implementation of traceroute(8) utility for Linux systems" 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." +#. 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(perl-URI) +#. summary(atk:typelib-1_0-Atk-1_0) +msgid "An Accessibility ToolKit -- Introspection bindings" +msgstr "" + +#. description(atk:typelib-1_0-Atk-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 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" -"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 ATK." msgstr "" -#. description(pam_mount) +#. summary(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_0) +msgid "An image loading library -- Introspection bindings" +msgstr "Een bibliotheek voor het laden van afbeeldingen - bindingen voor introspectie" + +#. description(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_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" +"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 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 gdk-pixbuf." 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(libgnome-keyring:typelib-1_0-GnomeKeyring-1_0) +msgid "Library to integrate with the GNOME Keyring -- Introspection bindings" msgstr "" -#. description(perl-WWW-RobotRules) +#. description(libgnome-keyring:typelib-1_0-GnomeKeyring-1_0) 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" +"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" -"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 libgnome-keyring." msgstr "" -#. description(perl-Data-Dump) +#. summary(gtk3:typelib-1_0-Gtk-3_0) +#, fuzzy +#| msgid "The GTK+ toolkit library (version 2) -- Introspection bindings" +msgid "The GTK+ toolkit library (version 3) -- Introspection bindings" +msgstr "De bibliotheek voor de GTK+ hulpmiddelenkit (versie 2) - bindingen voor introspectie" + +#. description(gtk3:typelib-1_0-Gtk-3_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" +"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 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 GTK+." msgstr "" -#. description(perl-Clone) -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" -"\n" -"clone() takes a scalar argument and duplicates it. To duplicate lists, " -"arrays or hashes, pass them in by reference. e.g.\n" -"\n" -" my $copy = clone (\\@array);\n" -"\n" -" \n" -"\n" -" my %copy = %;" +#. summary(libnotify:typelib-1_0-Notify-0_7) +msgid "Notifications Library -- Introspection bindings" msgstr "" -#. description(perl-HTTP-Negotiate) +#. description(libnotify:typelib-1_0-Notify-0_7) 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" +"D-BUS notifications library.\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()." +"This package provides the GObject Introspection bindings for libnotify." msgstr "" -#. description(perl-XML-Twig) +#. summary(PackageKit:typelib-1_0-PackageKitGlib-1_0) +msgid "Simple software installation management software -- Introspection bindings" +msgstr "Software voor eenvoudig beheer van de installatie van software -- bindingen voor introspectie" + +#. description(PackageKit:typelib-1_0-PackageKitGlib-1_0) msgid "" -"This module provides a way to process XML documents. It is build on top of " -"'XML::Parser'.\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 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 the PackageKit client library." 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(pango:typelib-1_0-Pango-1_0) +msgid "Library for Layout and Rendering of Text -- Introspection bindings" msgstr "" -#. description(perl-IO-Socket-SSL) +#. description(pango:typelib-1_0-Pango-1_0) msgid "" -"This module provides an interface to SSL sockets, similar to other IO::" -"Socket modules. Because of that, it can be used to make existing programs " -"using IO::Socket::INET or similar modules to provide SSL encryption without " -"much effort. 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, Server Name Indication " -"(SNI), Next Protocol Negotiation (NPN), SSL version selection and more.\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" -"If you have never used SSL before, you should read the section 'Using SSL' " -"before attempting to use this module.\n" +"Pango forms the core of text and font handling for GTK+.\n" "\n" -"If you used IO::Socket before you should read the following section " -"'Differences to IO::Socket'.\n" -"\n" -"If you want to use SSL with non-blocking sockets and/or within an event loop " -"please read very carefully the sections about non-blocking I/O and polling " -"of SSL sockets.\n" -"\n" -"If you are trying to use it with threads see the BUGS section." +"This package provides the GObject Introspection bindings for Pango." msgstr "" -#. description(python-pycurl) -msgid "This module provides bindings for the cURL library." -msgstr "Deze module levert de koppelingen voor de cURL-bibliotheek." +#. summary(polkit:typelib-1_0-Polkit-1_0) +msgid "PolicyKit Authorization Framework -- Introspection bindings" +msgstr "" -#. description(perl-LWP-MediaTypes) +#. description(polkit:typelib-1_0-Polkit-1_0) 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" +"PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.\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\");" +"This package provides the GObject Introspection bindings for PolicyKit." 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." +#. summary(ucode-intel) +msgid "Microcode Updates for Intel x86/x86-64 CPUs" msgstr "" -#. description(perl-Crypt-SmbHash) -msgid "" -"This module provides functions to generate LM/NT hashes as used by Samba" +#. description(ucode-intel) +#, fuzzy +msgid "This package contains the microcode update blobs for Intel x86 and x86-64 CPUs." +msgstr "Het pakket bevat een andere versie dan verwacht" + +#. summary(systemd:udev) +msgid "A rule-based device node and kernel event manager" 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." +#. 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-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." +#. summary(system-config-printer:udev-configure-printer) +msgid "Utility to autoconfigure printers when plugged" msgstr "" -#. description(libstorage:libstorage-ruby) -msgid "This package contains Ruby bindings for libstorage." +#. 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(yast2-add-on) -msgid "This package contains YaST Add-On media installation code." +#. summary(udisks2) +msgid "Disk Management Service, version 2" 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(unzip) +msgid "A program to unpack compressed files" 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." +#. 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(tcpd:libwrap0) -msgid "" -"This package contains a library which implements classifying incoming " -"requests (connections) based upon rule exclusion files (/etc/hosts.*)." +#. summary(unzip:unzip-doc) +msgid "Documentation files for unzip" +msgstr "Documentatiebestanden voor unzip" + +#. summary(update-alternatives) +msgid "Maintain symbolic links determining default commands" msgstr "" -#. description(yast2-pkg-bindings) -msgid "" -"This package contains a name space for accessing the package manager library " -"in YaST2." +#. 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(snapper:snapper-zypp-plugin) -msgid "" -"This package contains a plugin for zypp that makes filesystem snapshots with " -"snapper during commits." +#. summary(upower) +msgid "Power Device Enumeration Framework" 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." +#. 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." +msgid "This package contains a utility for inspecting devices connected to USB ports." 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." +#. summary(util-linux) +#. summary(util-linux-systemd) +msgid "A collection of basic system utilities" msgstr "" -#. description(nfs-utils:nfs-client) -msgid "" -"This package contains common NFS utilities which are needed for client and " -"kernel based server." +#. 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(net-tools) +#. description(libva:vaapi-dummy-driver) msgid "" -"This package contains essential programs for network administration and " -"maintenance: netstat, hostname, arp, ifconfig, rarp, and route." +"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(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(vaapi-intel-driver) +msgid "Intel Driver for Video Acceleration (VA) API for Linux" msgstr "" -#. description(snapper:libsnapper2) +#. description(vaapi-intel-driver) +msgid "Intel Driver for Libva is a library providing the VA API video acceleration API." +msgstr "" + +#. summary(vim) +msgid "Vi IMproved" +msgstr "Vi IMproved" + +#. description(vim) msgid "" -"This package contains libsnapper, a library for filesystem snapshot " -"management." +"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 "" -"Het pakket bevat libsnapper, een bibliotheek voor beheer van momentopnamen " -"van het bestandssysteem." -#. description(libstorage:libstorage5) -msgid "This package contains libstorage, a library for storage management." +#. summary(virtualbox:virtualbox-guest-kmp-default) +msgid "Guest kernel modules for VirtualBox" msgstr "" -#. description(mobile-broadband-provider-info) -msgid "" -"This package contains mobile broadband settings for different service " -"providers in different countries." +#. 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(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" +#. summary(virtualbox:virtualbox-guest-tools) +msgid "VirtualBox guest tools" msgstr "" -#. 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." +#. description(virtualbox:virtualbox-guest-tools) +msgid "VirtualBox guest addition tools." msgstr "" -#. description(yast2) -msgid "" -"This package contains scripts and data needed for SuSE Linux installation " -"with YaST2" +#. summary(virtualbox:virtualbox-guest-x11) +msgid "VirtualBox X11 drivers for mouse and video" msgstr "" -#. description(plymouth:plymouth-scripts) -msgid "" -"This package contains scripts that help integrate Plymouth with the system." +#. description(virtualbox:virtualbox-guest-x11) +msgid "VirtualBox This package contains X11 guest utilities and X11 guest mouse and video drivers" msgstr "" -"Het pakket bevat script die helpen om Plymouth in het systeem te integreren." -#. description(snapper) -msgid "" -"This package contains snapper, a tool for filesystem snapshot management." +#. summary(vorbis-tools) +msgid "Ogg Vorbis Tools" msgstr "" -"Het pakket bevat snapper, een hulpmiddel het beheer van momentopnamen van " -"het bestandssysteem." #. 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)." +"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(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(vpnc) +msgid "A Client for Cisco VPN concentrator" msgstr "" -#. description(xorg-x11-fonts:xorg-x11-fonts-core) +#. description(vpnc) msgid "" -"This package contains the 'fixed' and 'cursor' font required for any X " -"Server." +"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 "" -#. 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(wget) +msgid "A Tool for Mirroring FTP and HTTP Servers" 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(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 "" -#. description(openldap2-client) -msgid "This package contains the OpenLDAP client utilities." -msgstr "Het pakket bevat de OpenLDAP client-utilities." +#. summary(which) +msgid "Displays where a particular program in your path is located" +msgstr "" -#. description(Mesa:libvdpau_nouveau) -#, fuzzy -#| msgid "This package contains the OpenLDAP client utilities." -msgid "This package contains the VDPAU state tracker for Nouveau." -msgstr "Het pakket bevat de OpenLDAP client-utilities." +#. description(which) +msgid "The which command shows the full pathname of a specified program, if the specified program is in your PATH." +msgstr "" -#. description(Mesa:libvdpau_r600) -#, fuzzy -#| msgid "This package contains the OpenLDAP client utilities." -msgid "This package contains the VDPAU state tracker for R600." -msgstr "Het pakket bevat de OpenLDAP client-utilities." +#. summary(wicked) +msgid "Network configuration infrastructure" +msgstr "" -#. description(Mesa:libvdpau_radeonsi) -#, fuzzy -#| msgid "This package contains the YaST2 component for proxy configuration." -msgid "This package contains the VDPAU state tracker for radeonsi." +#. 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 "" -"Het pakket bevat de YaST2 component voor de configuratie van een proxy." -#. description(xorg-x11-server) -msgid "This package contains the X.Org Server." +#. summary(wicked:wicked-service) +msgid "Network configuration infrastructure - systemd service" msgstr "" -#. description(Mesa:libxatracker2) +#. description(wicked:wicked-service) 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." +"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 systemd service files." msgstr "" -#. description(yast2-ntp-client) -msgid "This package contains the YaST2 component for NTP client configuration." +#. summary(wodim) +msgid "Tool for Writing CDRs" msgstr "" -#. description(yast2-samba-server) -msgid "" -"This package contains the YaST2 component for Samba server configuration." +#. 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(yast2-bootloader) -msgid "This package contains the YaST2 component for bootloader configuration." +#. summary(wpa_supplicant) +msgid "WPA supplicant implementation" 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." +#. 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(yast2-iscsi-client) -msgid "" -"This package contains the YaST2 component for configuration of an iSCSI " -"client." +#. summary(xauth) +msgid "Utility to edit and display the X authorization information" msgstr "" -#. description(yast2-tune) -msgid "This package contains the YaST2 component for hardware configuration." +#. description(xauth) +msgid "The xauth program is used to edit and display the authorization information used in connecting to the X server." msgstr "" -#. description(yast2-network) -msgid "This package contains the YaST2 component for network configuration." +#. summary(xconsole) +msgid "Utility to monitor system console messages with X" msgstr "" -#. description(yast2-printer) -msgid "This package contains the YaST2 component for printer configuration." +#. description(xconsole) +msgid "xconsole displays in a X11 window the messages which are usually sent to /dev/console" msgstr "" -#. description(yast2-proxy) -msgid "This package contains the YaST2 component for proxy configuration." +#. summary(xdg-user-dirs) +msgid "Utilities to handle user data directories" msgstr "" -"Het pakket bevat de YaST2 component voor de configuratie van een proxy." -#. description(yast2-sound) -msgid "This package contains the YaST2 component for sound card 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(xbitmaps) -msgid "" -"This package contains the base X bitmaps, which are used in many legacy X " -"clients." +#. summary(xdm) +msgid "X Display Manager" msgstr "" -#. description(xterm) -msgid "This package contains the basic X.Org terminal program." +#. description(xdm) +msgid "Xdm manages a collection of X displays, which may be on the local host or remote servers." msgstr "" -#. description(susehelp) -msgid "" -"This package contains the basics of the SuSE Help System.\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." +#. summary(xf86-input-evdev) +msgid "Generic Linux input driver for the Xorg X server" msgstr "" -"Dit pakket bevat de basis van het SuSE Hulpsysteem.\n" -"\n" -"Het SuSE Hulpsysteem centraliseert alle Linux documentatie in een helder, " -"gestructureerde manier met gemakkelijke zoekfuncties. Voor een snel begin, " -"klik op de reddingsboei in het bureaubladpaneel. Voor configuratie gebruikt " -"u het KDE Controlecentrum.\n" -"\n" -"Voor meer informatie kijkt u in /usr/share/doc/packages/susehelp/README." -#. description(libyui-ncurses:libyui-ncurses6) -msgid "" -"This package contains the character based (ncurses) user interface component " -"for libYUI." +#. 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(systemd:libudev1) -msgid "" -"This package contains the dynamic library libudev, which provides access to " -"udev device information" +#. summary(xf86-input-joystick) +msgid "Joystick input driver for the Xorg X server" 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." +#. 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(linuxconsoletools) +#. summary(xf86-input-keyboard) +msgid "Keyboard input driver for the Xorg X server" +msgstr "Invoerstuurprogramma voor de Xorg X-server" + +#. 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 "" + +#. summary(xf86-input-mouse) +msgid "Mouse input driver for the Xorg X server" +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." +msgstr "" + +#. summary(xf86-input-synaptics) +msgid "Synaptics touchpad input driver for the Xorg X server" +msgstr "" + +#. description(xf86-input-synaptics) 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" +"synaptics is an Xorg input driver for touchpads.\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" +"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(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." +#. summary(xf86-input-vmmouse) +msgid "VMware Mouse input driver for the Xorg X server" msgstr "" -#. description(yast2-hardware-detection) -msgid "This package contains the hardware detection library for YaST2." +#. 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(mozilla-nss:mozilla-nss-certs) -msgid "" -"This package contains the integrated CA root certificates from the Mozilla " -"project." +#. summary(xf86-input-void) +msgid "Null input driver for the Xorg X server" 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." +#. 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-packager) -msgid "" -"This package contains the libraries and modules for software management." -msgstr "Dit pakket bevat de bibliotheken en modulen voor softwarebeheer." +#. summary(xf86-input-wacom) +msgid "Wacom input 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-input-wacom) +msgid "wacom is an X input driver and utilities for Wacom devices." msgstr "" -#. description(yast2-control-center) -msgid "This package contains the menu selection component for YaST2." +#. summary(xf86-video-ark) +msgid "Ark Logic video driver for the Xorg X server" msgstr "" -#. description(yast2-theme:yast2-theme-openSUSE) -msgid "This package contains the openSUSE theme for YaST2." +#. description(xf86-video-ark) +msgid "ark is an Xorg driver for Ark Logic video cards." msgstr "" -#. description(yast2-x11) -msgid "This package contains the programs and files for YaST2 X11 support." +#. summary(xf86-video-ast) +msgid "ASpeed Technologies video driver for the Xorg X server" msgstr "" -#. description(talloc:pytalloc) -msgid "This package contains the python bindings for the Talloc library." -msgstr "Dit pakket bevat de python-bindingen voor de Talloc-bibliotheek." +#. description(xf86-video-ast) +msgid "ast is an Xorg driver for ASpeed Technologies video cards." +msgstr "" -#. description(release-notes-openSUSE) +#. summary(xf86-video-ati) +msgid "ATI video driver for the Xorg X server" +msgstr "" + +#. description(xf86-video-ati) 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" +"ati is an Xorg driver for ATI/AMD video cards.\n" "\n" -"The release notes are maintained in the public SVN repository at https://svn." -"opensuse.org/svn/opensuse-doc/trunk/release-notes/opensuse." +"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 "" -"Dit pakket bevat de beschrijving van de meest belangrijke wijzigingen voor " -"deze openSUSE uitgave. In HTML-formaat zijn ze beschikbaar in het help-" -"center.\n" -"\n" -"De uitgavenotities worden onderhouden in de publieke SVN-repository op " -"https://svn.opensuse.org/svn/opensuse-doc/trunk/release-notes/opensuse." -#. 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-chips) +msgid "Chips and Technologies video driver for the Xorg X server" msgstr "" -#. description(sqlite3:libsqlite3-0) +#. description(xf86-video-chips) msgid "" -"This package contains the shared libraries for the Embeddable SQL Database " -"Engine.\n" +"chips is an Xorg driver for Chips and Technologies 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" -"\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 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(plymouth:plymouth-dracut) -#, fuzzy -#| msgid "" -#| "This package contains scripts that help integrate Plymouth with the " -#| "system." -msgid "This package contains utilities that integrate dracut with Plymouth" +#. summary(xf86-video-cirrus) +msgid "Cirrus Logic video driver for the Xorg X server" +msgstr "Cirrus Logic videostuurprogramma voor de Xorg X-server" + +#. description(xf86-video-cirrus) +msgid "cirrus is an Xorg driver for Cirrus Logic video cards." msgstr "" -"Het pakket bevat script die helpen om Plymouth in het systeem te integreren." -#. description(nilfs-utils) -msgid "This package contains utility programs for NILFS v2." -msgstr "Dit pakket bevat hulpprogramma's voor NILFS v2." +#. summary(xf86-video-dummy) +msgid "Virtual/offscreen frame buffer video driver for the Xorg X server" +msgstr "" -#. description(libxml2:libxml2-tools) -msgid "" -"This package contains xmllint, a very useful tool proving libxml's power." +#. description(xf86-video-dummy) +msgid "dummy is an Xorg driver for virtual/offscreen frame buffer." msgstr "" -#. description(shared-mime-info) +#. summary(xf86-video-fbdev) +msgid "Framebuffer video driver for the Xorg X server" +msgstr "" + +#. description(xf86-video-fbdev) msgid "" -"This package contains:\n" +"fbdev is an Xorg driver for framebuffer devices.\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." +"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(recode) -msgid "This package converts various character sets." +#. summary(xf86-video-glint) +msgid "GLINT/Permedia video driver for the Xorg X server" msgstr "" -#. description(parallel-printer-support) +#. description(xf86-video-glint) 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" +"glint is an Xorg driver for 3Dlabs & Texas Instruments GLINT/Permedia 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 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 "" -#. 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-i128) +msgid "Number 9 I128 video driver for the Xorg X server" msgstr "" -#. description(pcmciautils) +#. description(xf86-video-i128) 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." +"i128 is an Xorg driver for Number 9 I128 video cards.\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." msgstr "" -#. description(libyui-ncurses-pkg:libyui-ncurses-pkg6) -msgid "" -"This package extends the character based (ncurses) user interface component " -"for libYUI." +#. summary(xf86-video-intel) +msgid "Intel video driver for the Xorg X server" msgstr "" -#. description(rgb) +#. description(xf86-video-intel) 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." +"intel is an Xorg driver for Intel integrated video cards.\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." msgstr "" -#. description(samba:libsmbclient0) +#. summary(xf86-video-mach64) +msgid "ATI Mach64 series video driver for the Xorg X server" +msgstr "ATI Mach64 series videostuurprogramma voor de Xorg X-server" + +#. 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 includes the libsmbclient library.\n" +"mga is an Xorg driver for Matrox video cards.\n" "\n" -"libsmbclient is provided by the libsmbclient0 package.\n" -"\n" -"Source Timestamp: 3258 Branch: 4.1.9" +"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(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-neomagic) +msgid "Neomagic video driver for the Xorg X server" 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." +#. description(xf86-video-neomagic) +msgid "neomagic is an Xorg driver for Neomagic video cards found in many laptop computers." msgstr "" -#. description(samba:libwbclient0) +#. summary(xf86-video-nouveau) +msgid "Accelerated Open Source driver for nVidia cards" +msgstr "" + +#. 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 "" + +#. summary(xf86-video-nv) +msgid "NVIDIA video driver for the Xorg X server" +msgstr "" + +#. description(xf86-video-nv) msgid "" -"This package includes the wbclient library.\n" +"nv is an Xorg driver for NVIDIA video cards.\n" "\n" -"Source Timestamp: 3258 Branch: 4.1.9" +"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(reiserfs) -msgid "" -"This package includes utilities for making the file system (mkreiserfs), " -"checking for consistency (reiserfsck), and resizing (resize_reiserfs)." +#. summary(xf86-video-qxl) +msgid "QXL virtual GPU video driver for the Xorg X server" +msgstr "QXL virtueel GPU videostuurprogramma voor de Xorg X-server" + +#. description(xf86-video-qxl) +msgid "qxl is an Xorg driver for QXL virtual GPU as found in the spice project." msgstr "" -#. description(xorg-x11:xorg-x11-essentials) -msgid "" -"This package is a compatibility metapackage. It requires the X.Org core " -"applications packages." +#. summary(xf86-video-r128) +msgid "ATI Rage 128 video driver for the Xorg X server" msgstr "" -#. description(xorg-x11-driver-input) +#. description(xf86-video-r128) msgid "" -"This package is a compatibility metapackage. It used to contain the X.Org " -"input drivers." +"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." msgstr "" -#. description(xorg-x11-driver-video) -msgid "" -"This package is a compatibility metapackage. It used to contain the X.Org " -"video drivers." +#. summary(xf86-video-savage) +msgid "S3 Savage video driver for the Xorg X server" msgstr "" -#. description(yast2-ycp-ui-bindings) +#. description(xf86-video-savage) 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)." +"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(systemd:systemd-logger) +#. summary(xf86-video-siliconmotion) +msgid "Silicon Motion video driver for the Xorg X server" +msgstr "Silicon Motion videostuurprogramma voor de Xorg X-server" + +#. description(xf86-video-siliconmotion) msgid "" -"This package marks the installation to not use syslog but only the journal." +"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(tar) +#. summary(xf86-video-sis) +#. summary(xf86-video-sisusb) +msgid "SiS and XGI video driver for the Xorg X server" +msgstr "SiS en XGI videostuurprogramma voor de Xorg X-server" + +#. description(xf86-video-sis) +#. description(xf86-video-sisusb) 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." +"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(yast2-users) -msgid "This package provides GUI for maintenance of linux users and groups." +#. summary(xf86-video-tdfx) +msgid "3Dfx video driver for the Xorg X server" msgstr "" -#. description(yast2-slp) -msgid "" -"This package provides YaST modules to lookup/advertise services with SLP." +#. description(xf86-video-tdfx) +msgid "tdfx is an Xorg driver for 3Dfx video cards." msgstr "" -#. description(libsmbios:python-smbios) -msgid "This package provides a Python interface to libsmbios." -msgstr "Dit pakket biedt een Python-interface naar libsmbios." +#. summary(xf86-video-tga) +msgid "DEC 21030 video driver for the Xorg X server" +msgstr "" -#. description(system-config-printer:python-cupshelpers) -msgid "" -"This package provides high-level python bindings for CUPS, and can be used " -"on top of python-cups." +#. description(xf86-video-tga) +msgid "tga is an Xorg driver for DEC 21030 video cards." msgstr "" -"Dit pakket biedt hoog niveau python-bindingen voor CUPS en kan gebruikt " -"worden bovenop python-cups." -#. description(MozillaFirefox-branding-openSUSE) -msgid "This package provides openSUSE Look and Feel for Firefox." -msgstr "Dit pakket levert de openSUSE look-and-feel voor Firefox." +#. summary(xf86-video-trident) +#, fuzzy +#| msgid "SiS and XGI video driver for the Xorg X server" +msgid "Trident video driver for the Xorg X server" +msgstr "SiS en XGI videostuurprogramma voor de Xorg X-server" -#. 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) +#. description(xf86-video-vesa) msgid "" -"This package provides the netconfig scripts to apply network provided " -"settings like DNS or NIS into system files." +"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(usbmuxd) +#. summary(xfsdump) +msgid "Administrative Utilities for the XFS File System" +msgstr "" + +#. description(xfsdump) msgid "" -"This package provides the usbmuxd daemon for software to use through the " -"libusbmuxd library to talk with iPhone/iPod Touch devices.\n" +"The xfsdump package contains xfsdump, xfsrestore, and a number of other utilities for administering XFS file systems.\n" "\n" -"Usbmux is an encapsulation protocol (think IP, ATM, PPP) that allows " -"multiplexing several conversations onto a single pair of wires." +"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(ypbind) +#. summary(xfsprogs) +msgid "Utilities for managing the XFS file system" +msgstr "Hulpprogramma's voor het XFS-bestandssysteem" + +#. description(xfsprogs) 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" +"A set of commands to use the XFS file system, including mkfs.xfs.\n" "\n" -"Ypbind must be running on any machines which are running NIS client programs." +"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(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(xinetd) +msgid "An 'inetd' with Expanded Functionality" msgstr "" -#. description(yp-tools) +#. description(xinetd) msgid "" -"This packages contains some useful tools for accessing NIS maps or to test " -"NIS configurations." +"xinetd takes the abilities of inetd and appends additional functionality:\n" +"\n" +"- Access Control\n" +"- Prevention of 'denial of access' attacks\n" +"- Extensive logging abilities\n" +"- Clear configuration file" msgstr "" -#. 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." +#. summary(xinit) +msgid "X Window System initializer" msgstr "" -#. description(xset) -msgid "" -"This program is used to set various user preference options of the display." +#. 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(tidyp:libtidyp-1_04-0) +#. summary(xkbcomp) +msgid "Utility to compile XKB keyboard description" +msgstr "" + +#. 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(xmessage) +msgid "Utility to display a message or query in a window" +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." +msgstr "" + +#. summary(xmodmap) +msgid "Utility to modify keymaps and pointer button mappings in X" +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." +msgstr "" + #. summary(tigervnc:xorg-x11-Xvnc) msgid "TigerVNC implementation of Xvnc" msgstr "TigerVNC implementatie van Xvnc" -#. summary(timezone) -msgid "Timezone Descriptions" +#. description(tigervnc:xorg-x11-Xvnc) +#, fuzzy +#| msgid "TigerVNC implementation of Xvnc" +msgid "This is the TigerVNC implementation of Xvnc." +msgstr "TigerVNC implementatie van Xvnc" + +#. summary(xorg-x11-driver-video) +msgid "Compatibility metapackage for X.Org video drivers" msgstr "" -#. summary(wodim) -msgid "Tool for Writing CDRs" +#. description(xorg-x11-driver-video) +msgid "This package is a compatibility metapackage. It used to contain the X.Org video drivers." msgstr "" -#. summary(snapper) -msgid "Tool for filesystem snapshot management" +#. summary(xorg-x11-server) +#. summary(xorg-x11-libX11-ccache) +msgid "X" +msgstr "X" + +#. description(xorg-x11-server) +msgid "This package contains the X.Org Server." msgstr "" -#. summary(lomoco) -msgid "Tool for setting the special features of some Logitech mice" +#. summary(xprop) +#, fuzzy +#| msgid "Image displayer for X" +msgid "Property displayer for X" +msgstr "Afbeeldingenviewer voor X" + +#. description(xprop) +msgid "xprop displays window and font properties of an X server." msgstr "" -#. summary(usbutils) -msgid "Tools and libraries for USB devices" +#. summary(xrandr) +msgid "Primitive command line interface to RandR extension" msgstr "" -#. summary(lirc) -msgid "Tools for Infrared Receivers" +#. 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(sysvinit:sysvinit-tools) -msgid "Tools for basic booting" +#. summary(xrdb) +msgid "X server resource database utility" msgstr "" -#. summary(x11-tools) -msgid "Tools for the X Window System" +#. 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 "" -#. description(lsb-release) -msgid "" -"Tools from the Linux Standard Base project to determine the used distribution" +#. summary(xset) +msgid "User preference utility for X" msgstr "" -#. summary(multipath-tools) -msgid "Tools to Manage Multipathed Devices with the device-mapper" +#. description(xset) +msgid "This program is used to set various user preference options of the display." msgstr "" -#. summary(pm-utils) -msgid "Tools to suspend and hibernate computers" +#. summary(xsetroot) +msgid "Utility to set X root window parameter" msgstr "" -#. summary(libxml2:libxml2-tools) -msgid "Tools using libxml" +#. 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(ncurses:ncurses-utils) -msgid "Tools using the new curses libraries" +#. summary(iptables:xtables-plugins) +msgid "Match and Target Extension plugins for iptables" msgstr "" -#. description(traceroute) +#. description(iptables:xtables-plugins) +msgid "Match and Target Extension plugins for iptables." +msgstr "" + +#. summary(xterm) +#. summary(xterm:xterm-bin) +msgid "The basic X terminal program" +msgstr "" + +#. description(xz) 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." +"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(translation-update) -msgid "Translation Updates" +#. summary(yast2) +msgid "YaST2 - Main Package" msgstr "" -#. summary(translation-update:translation-update-en_US) -msgid "Translation Updates for English" -msgstr "Bijwerken van vertalingen voor Engels" +#. description(yast2) +#, fuzzy +msgid "This package contains scripts and data needed for SUSE Linux installation with YaST2" +msgstr "Hulpmiddelen en bibliotheken voor softwareontwikkeling met behulp van het Ruby on Rails-framework." -#. summary(libtirpc:libtirpc1) -msgid "Transport Independent RPC Library" +#. summary(yast2-bootloader) +msgid "YaST2 - Bootloader Configuration" msgstr "" -#. summary(rpcbind) -msgid "Transport independent RPC portmapper" +#. description(yast2-bootloader) +msgid "This package contains the YaST2 component for bootloader configuration." msgstr "" -#. summary(libsigc++2:libsigc-2_0-0) -msgid "Typesafe Signal Framework for C++" +#. summary(yast2-control-center) +msgid "YaST2 - Control Center" +msgstr "YaST2 - Configuratiecentrum" + +#. description(yast2-control-center) +msgid "This package contains the menu selection component for YaST2." msgstr "" -#. summary(udisks2:libudisks2-0) -msgid "UDisks Client Library, version 2" +#. summary(yast2-control-center:yast2-control-center-qt) +msgid "YaST2 - Control Center (Qt Version)" +msgstr "YaST2 - Controlecentrum (Qt-versie)" + +#. description(yast2-control-center:yast2-control-center-qt) +msgid "This package contains the menu selection component for YaST2 using the Qt toolkit." +msgstr "Dit pakket bevat de component voor menu-selectie voor YaST2 met gebruik van Qt " + +#. summary(yast2-core) +msgid "YaST2 - Core Libraries" msgstr "" -#. summary(shim) -msgid "UEFI shim loader" -msgstr "UEFI shim-loader" +#. description(yast2-core) +msgid "This package contains the scanner, parser, and interpreter runtime library for the YCP scripting language used in YaST2." +msgstr "" -#. description(upower:libupower-glib2) -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-country) +msgid "YaST2 - Country Settings (Language, Keyboard, and Timezone)" msgstr "" -#. summary(libusb-1_0:libusb-1_0-0) -msgid "USB Library" +#. description(yast2-country) +msgid "Country specific data and configuration modules (language, keyboard, timezone) for yast2." 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-country:yast2-country-data) +msgid "YaST2 - Data files for Country settings" 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-country:yast2-country-data) +msgid "Data files for yast2-country together with the most often used API functions (Language module)" 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-fonts) +#, fuzzy +msgid "YaST2 - Fonts Configuration" +msgstr "YaST2 Configuratiemodules" + +#. 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 "" -#. summary(perl-URI) -msgid "Uniform Resource Identifiers (absolute and relative)" +#. summary(yast2-hardware-detection) +msgid "YaST2 - Hardware Detection Interface" msgstr "" -#. description(yast2-update) -msgid "Use this component if you wish to update your system." +#. description(yast2-hardware-detection) +msgid "This package contains the hardware detection library for YaST2." msgstr "" -#. summary(open-vm-tools:open-vm-tools-desktop) -msgid "User experience components for Open Virtual Machine Tools" +#. summary(yast2-ldap) +msgid "YaST2 - LDAP Agent" msgstr "" -#. summary(xset) -msgid "User preference utility for X" +#. 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(zisofs-tools) -msgid "User tools for zisofs" -msgstr "Gebruikershulpmiddelen voor zisofs" +#. summary(yast2-network) +msgid "YaST2 - Network Configuration" +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-network) +msgid "This package contains the YaST2 component for network configuration." msgstr "" -#. summary(nilfs-utils) -msgid "Utilities for NILFS" -msgstr "Hulpprogramma's voor NILFS" +#. summary(yast2-nis-client) +msgid "YaST2 - Network Information Services (NIS, YP) Configuration" +msgstr "" -#. summary(pcmciautils) -msgid "Utilities for PC-Cards" -msgstr "Hulpprogramma's for PC-Cards" +#. description(yast2-nis-client) +msgid "The YaST2 component for NIS configuration. NIS is a service similar to yellow pages." +msgstr "" -#. summary(psmisc) -msgid "Utilities for managing processes on your system" -msgstr "Hulpprogramma's voor het beheer van processen in uw systeem" +#. summary(yast2-packager) +msgid "YaST2 - Package Library" +msgstr "" -#. summary(xfsprogs) -msgid "Utilities for managing the XFS file system" -msgstr "Hulpprogramma's voor het XFS-bestandssysteem" +#. description(yast2-packager) +msgid "This package contains the libraries and modules for software management." +msgstr "Dit pakket bevat de bibliotheken en modulen voor softwarebeheer." -#. summary(smp_utils) -msgid "Utilities for the SAS Management Protocol (SMP)" +#. summary(yast2-perl-bindings) +msgid "YaST2 - Perl Bindings" msgstr "" -#. summary(shadow) -msgid "Utilities to Manage User and Group Accounts" +#. 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(xdg-user-dirs) -msgid "Utilities to handle user data directories" +#. summary(yast2-pkg-bindings) +msgid "YaST2 - Package Manager Access" msgstr "" -#. summary(xdg-utils) -msgid "Utilities to uniformly interface desktop environments" +#. description(yast2-pkg-bindings) +msgid "This package contains a name space for accessing the package manager library in YaST2." msgstr "" -#. summary(mdadm) -msgid "Utility for Configuring MD Setup" +#. summary(yast2-printer) +msgid "YaST2 - Printer Configuration" msgstr "" -#. summary(system-config-printer:udev-configure-printer) -msgid "Utility to autoconfigure printers when plugged" +#. description(yast2-printer) +msgid "This package contains the YaST2 component for printer configuration." msgstr "" -#. summary(setxkbmap) -msgid "Utility to change the keyboard layout in X" +#. summary(yast2-ruby-bindings) +msgid "Ruby bindings for the YaST platform" msgstr "" -#. summary(xkbcomp) -msgid "Utility to compile XKB keyboard description" +#. 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(mkfontdir) -msgid "Utility to create index of X font files" +#. summary(yast2-scanner) +msgid "YaST2 - Scanner Configuration" msgstr "" -#. summary(mkfontscale) -msgid "Utility to create index of scalable font files for 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(xmessage) -msgid "Utility to display a message or query in a window" +#. summary(yast2-slp) +msgid "YaST2 - SLP Agent and Library" msgstr "" -#. summary(xdpyinfo) -msgid "Utility to display information about an X server" +#. description(yast2-slp) +msgid "This package provides YaST modules to lookup/advertise services with SLP." msgstr "" -#. summary(xauth) -msgid "Utility to edit and display the X authorization information" +#. summary(yast2-snapper) +msgid "YaST - file system snapshots review" msgstr "" -#. summary(sessreg) -msgid "Utility to manage utmp/wtmp entries for X sessions" +#. description(yast2-snapper) +msgid "YaST module for accessing and managing file-system snapshots" msgstr "" -#. summary(xmodmap) -msgid "Utility to modify keymaps and pointer button mappings in X" +#. summary(yast2-sound) +msgid "YaST2 - Sound Configuration" msgstr "" -#. summary(xconsole) -msgid "Utility to monitor system console messages with X" +#. description(yast2-sound) +msgid "This package contains the YaST2 component for sound card configuration." msgstr "" -#. summary(xsetroot) -msgid "Utility to set X root window parameter" +#. summary(yast2-storage) +msgid "YaST2 - Storage Configuration" msgstr "" -#. summary(xf86-input-vmmouse) -msgid "VMware Mouse input driver for the Xorg X server" +#. 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(xf86-video-vmware) -msgid "VMware SVGA video driver for the Xorg X server" +#. summary(yast2-transfer) +msgid "YaST2 - Agent for Various Transfer Protocols" msgstr "" -#. summary(rsync) -msgid "Versatile tool for fast incremental file transfer" +#. description(yast2-transfer) +msgid "A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP." msgstr "" -#. summary(vim) -msgid "Vi IMproved" -msgstr "Vi IMproved" +#. summary(yast2-tune) +msgid "YaST2 - Hardware Tuning" +msgstr "" -#. summary(v4l-utils:libv4l1-0) -msgid "Video4linux support library" +#. description(yast2-tune) +msgid "This package contains the YaST2 component for hardware configuration." msgstr "" -#. summary(xf86-video-v4l) -msgid "Video4linux video driver for the Xorg X server" +#. summary(yast2-update) +msgid "YaST2 - Update" 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." +#. description(yast2-update) +msgid "Use this component if you wish to update your system." msgstr "" -#. summary(xf86-video-dummy) -msgid "Virtual/offscreen frame buffer video driver for the Xorg X server" +#. summary(yast2-users) +msgid "YaST2 - User and Group Configuration" msgstr "" -#. description(virtualbox:virtualbox-guest-x11) -msgid "" -"VirtualBox This package contains X11 guest utilities and X11 guest mouse and " -"video drivers" +#. description(yast2-users) +msgid "This package provides GUI for maintenance of linux users and groups." msgstr "" -#. summary(virtualbox:virtualbox-guest-x11) -msgid "VirtualBox X11 drivers for mouse and video" +#. summary(yast2-vm) +msgid "Configure Hypervisor and Tools for Xen and KVM" msgstr "" -#. description(virtualbox:virtualbox-guest-tools) -msgid "VirtualBox guest addition tools." +#. description(yast2-vm) +msgid "This YaST module installs the tools necessary for creating VMs with Xen or KVM." msgstr "" -#. summary(virtualbox:virtualbox-guest-tools) -msgid "VirtualBox guest tools" +#. summary(yast2-x11) +msgid "YaST2 - X11 support" 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)." +#. description(yast2-x11) +msgid "This package contains the programs and files for YaST2 X11 support." msgstr "" -#. summary(xf86-video-voodoo) -msgid "Voodoo video driver for the Xorg X server" +#. summary(yast2-xml) +msgid "YaST2 - XML Agent" 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." +#. description(yast2-xml) +msgid "The YaST2 XML agent" msgstr "" -#. summary(wpa_supplicant) -msgid "WPA supplicant implementation" +#. summary(yast2-ycp-ui-bindings) +msgid "YaST2 - YCP Bindings for the YaST2 User Interface Engine" msgstr "" -#. summary(xf86-input-wacom) -msgid "Wacom input driver for the Xorg X server" +#. 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 "" -#. 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(yp-tools) +msgid "Network Information Service (YP) client utilities" msgstr "" -#. summary(wayland:libwayland-client0) -msgid "Wayland core client library" -msgstr "Bibliotheek voor de kernclient van Wayland" +#. description(yp-tools) +msgid "This packages contains some useful tools for accessing NIS maps or to test NIS configurations." +msgstr "" -#. summary(wayland:libwayland-server0) -msgid "Wayland core server library" +#. summary(ypbind) +msgid "NIS client daemon" msgstr "" -#. summary(wayland:libwayland-cursor0) -#, fuzzy -#| msgid "Wayland core client library" -msgid "Wayland cursor library" -msgstr "Bibliotheek voor de kernclient van Wayland" - -#. description(wayland:libwayland-client0) +#. description(ypbind) 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." +"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" +"Ypbind must be running on any machines which are running NIS client programs." msgstr "" -#. 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." +#. summary(zip) +msgid "File compression program" +msgstr "Programma voor compressie van bestanden" + +#. 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(webrtc-audio-processing:libwebrtc_audio_processing0) -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" -"\n" -"WebRTC implements the W3C's proposal for video conferencing on the web." +#. summary(zisofs-tools) +msgid "User tools for zisofs" +msgstr "Gebruikershulpmiddelen voor zisofs" + +#. 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(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(zypp-plugin:zypp-plugin-python) +msgid "Helper that makes writing ZYpp plugins in python easier" msgstr "" -#. 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." +#. 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 "" -#. description(wicked:libwicked0) -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." +#. summary(zypper) +msgid "Command line software manager using libzypp" msgstr "" -#. description(wicked:wicked-service) +#. description(zypper) 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" +"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" -"This package provides the wicked systemd service files." +"Zypper can be used interactively or non-interactively by user, from scripts, or front-ends." msgstr "" -#. description(strace) +#. summary(PackageKit-branding-openSUSE) +msgid "Simple software installation management software -- openSUSE default configuration" +msgstr "Software voor eenvoudig beheer van de installatie van software -- standaard instellingen van openSUSE" + +#. description(PackageKit-branding-openSUSE) 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." +"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 "" -#. 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(SuSEfirewall2) +msgid "Stateful Packet Filter Using iptables and netfilter" msgstr "" -#. description(tightvnc) +#. description(SuSEfirewall2) 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" +"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" -"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." +"SuSEfirewall2 uses the iptables/netfilter packet filtering infrastructure to create a flexible rule set for a stateful firewall." msgstr "" -#. summary(perl-Text-Wrapper) -msgid "Word wrap text by breaking long lines" +#. summary(libX11:libX11-data) +msgid "Shared data for the Core X11 protocol library" +msgstr "Gedeelde gegevens voor de bibliotheek met de kern van het X11-protocol" + +#. summary(lsb-release) +msgid "Linux Standard Base Release Tools" msgstr "" -#. summary(xorg-x11-server) -msgid "X" -msgstr "X" +#. description(lsb-release) +msgid "Tools from the Linux Standard Base project to determine the used distribution" +msgstr "" -#. summary(libXdamage:libXdamage1) -msgid "X Damage Extension library" +#. summary(media-player-info) +msgid "Media Player Information" +msgstr "Informatie over Mediaspeler" + +#. 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(xdm) -msgid "X Display Manager" +#. summary(gnome-themes-standard:metatheme-adwaita-common) +msgid "Adwaita GNOME Theme -- Common Files" +msgstr "Adwaita GNOME-thema -- gezamenlijke bestanden" + +#. summary(mobile-broadband-provider-info) +msgid "Mobile Service Provider Database" msgstr "" -#. summary(libXdmcp:libXdmcp6) -msgid "X Display Manager Control Protocol library" +#. description(mobile-broadband-provider-info) +msgid "This package contains mobile broadband settings for different service providers in different countries." msgstr "" -#. summary(libXevie:libXevie1) -msgid "X Event Interception Extension library" -msgstr "Extensiebibliotheek voor X-event interceptie" +#. summary(mpt-firmware) +msgid "Configuration files for autoloading mptctl at boot time" +msgstr "Configuratiebestanden voor automatisch laden van mptctl bij opstarten" -#. summary(libXft:libXft2) -msgid "X FreeType library" +#. 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(libXi:libXi6) -msgid "X Input Extension library" +#. summary(netcfg) +msgid "Network Configuration Files in /etc" msgstr "" -#. summary(libXpm:libXpm4) -msgid "X Pixmap image file format library" +#. 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." msgstr "" -#. summary(libXrender:libXrender1) -msgid "X Rendering Extension library" +#. summary(openSUSE-build-key) +msgid "The public gpg keys for rpm package signature verification" msgstr "" -#. summary(libXrandr:libXrandr2) -msgid "X Resize, Rotate and Reflection extension library" +#. 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(libXres:libXRes1) -msgid "X Resource extension client library" +#. summary(parallel-printer-support) +msgid "Parallel Printer Support" msgstr "" -#. summary(libSM:libSM6) -msgid "X Session Management library" -msgstr "Bibliotheek voor beheer van de X-sessie" +#. 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(libXt:libXt6) -msgid "X Toolkit Intrinsics library" +#. summary(pciutils-ids) +msgid "PCI-utilities pci.ids database" msgstr "" -#. summary(libXfontcache:libXfontcache1) -msgid "X TrueType font cache extension client library" +#. description(pciutils-ids) +msgid "" +"The database of PCI IDS for pciutils.\n" +"\n" +"merge-pciids: This program merges several pci.ids files." msgstr "" -#. summary(libXv:libXv1) -msgid "X Video extension library" +#. summary(perl-CPAN-Changes) +msgid "Read and write Changes files" msgstr "" -#. summary(patterns-openSUSE:patterns-openSUSE-x11) -msgid "X Window System" +#. 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(libXcursor:libXcursor1) -msgid "X Window System Cursor management library" +#. summary(perl-Class-Singleton) +msgid "Implementation of a \"Singleton\" class" msgstr "" -#. summary(xinit) -msgid "X Window System initializer" +#. 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(rgb) -msgid "X color name database" +#. summary(perl-Config-Crontab) +msgid "Read/Write Vixie compatible crontab(5) files" msgstr "" -#. summary(libXfont:libXfont1) -msgid "X font handling library for server and utilities" +#. 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(xrdb) -msgid "X server resource database utility" +#. summary(perl-DateTime-Locale) +msgid "Localization support for DateTime.pm" msgstr "" -#. description(libXvMC:libXvMC1) +#. description(perl-DateTime-Locale) 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" +"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" -"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." +"If you want to know what methods are available for locale objects, then please read the 'DateTime::Locale::Base' documentation." msgstr "" -#. summary(libXvMC:libXvMC1) -msgid "X-Video Motion Compensation library" +#. summary(perl-DateTime-TimeZone) +msgid "Time zone object base class and factory" msgstr "" -#. summary(libxcb:libxcb-dri2-0) -msgid "X11 DRI2 Extension C library" -msgstr "X11 DRI2 extensie C-bibliotheek" +#. 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(libxcb:libxcb-dri3-0) -#, fuzzy -#| msgid "X11 DRI2 Extension C library" -msgid "X11 DRI3 Extension C library" -msgstr "X11 DRI2 extensie C-bibliotheek" +#. summary(perl-Devel-Symdump) +msgid "Dump Symbol Names or the Symbol Table" +msgstr "" -#. summary(libxcb:libxcb-glx0) -msgid "X11 GLX Extension C library" -msgstr "X11 GLX extensie C-bibliotheek" +#. description(perl-Devel-Symdump) +msgid "This little package serves to access the symbol table of perl." +msgstr "" -#. summary(libxcb:libxcb-present0) -#, fuzzy -#| msgid "X11 Xfixes Extension C library" -msgid "X11 Present Extension C library" -msgstr "X11 Xfixes extensie C-bibliotheek" - -#. summary(libxcb:libxcb-render0) -msgid "X11 Render Extension C library" +#. summary(perl-Digest-HMAC) +msgid "Keyed-Hashing for Message Authentication" msgstr "" -#. summary(libXScrnSaver:libXss1) -msgid "X11 Screen Saver extension client 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(libxcb:libxcb-shape0) -msgid "X11 Shape Extension C library" -msgstr "X11 Shape extensie C-bibliotheek" - -#. summary(libxcb:libxcb-shm0) -msgid "X11 Shared Memory Extension C library" +#. summary(perl-Dist-CheckConflicts) +msgid "declare version conflicts for your dist" msgstr "" -#. summary(libxcb:libxcb-sync1) -#, fuzzy -#| msgid "X11 Shape Extension C library" -msgid "X11 Sync Extension C library" -msgstr "X11 Shape extensie C-bibliotheek" - -#. summary(libxcb:libxcb-xfixes0) -msgid "X11 Xfixes Extension C library" -msgstr "X11 Xfixes extensie C-bibliotheek" - -#. summary(libXau:libXau6) -msgid "X11 authorization protocol library" -msgstr "Bibliotheek voor het X11-autorisatieprotocol" - -#. summary(libxcb:libxcb1) -msgid "X11 core protocol C library" -msgstr "X11 core protocol C-bibliotheek" - -#. summary(libxkbfile:libxkbfile1) -msgid "X11 keyboard file manipulation library" +#. 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 "" -#. summary(libXfixes:libXfixes3) -msgid "X11 miscellaneous \"fixes\" extension library" +#. summary(perl-Encode-Locale) +msgid "Determine the locale encoding" msgstr "" -#. summary(pulseaudio:pulseaudio-module-x11) -msgid "X11 module for PulseAudio" +#. description(perl-Encode-Locale) +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" +"\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" +"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 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(libXcomposite:libXcomposite1) -msgid "X11 protocol Composite extension client library" +#. summary(perl-Exporter-Tiny) +msgid "an exporter with the features of Sub::Exporter but only core dependencies" msgstr "" -#. description(perl-X11-Protocol) +#. description(perl-Exporter-Tiny) 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" +"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" -"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." +"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(perl-X500-DN) -msgid "" -"X500::DN Provides a pure perl parser and formatter for RFC 2253 style DN " -"strings." +#. summary(perl-File-Listing) +msgid "parse directory listing" msgstr "" -#. summary(Mesa:libxatracker2) -msgid "XA state tracker" +#. 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(libX11:libX11-xcb1) -msgid "XCB X11 protocol client library" +#. summary(perl-HTML-Tagset) +msgid "Data tables useful in parsing HTML" msgstr "" -#. summary(xcb-util-keysyms:libxcb-keysyms1) -msgid "XCB utility module for X keycode constants and conversions" +#. 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(xcb-util-image:libxcb-image0) -msgid "XCB utility module for XImage/XShmImage-like functions" +#. summary(perl-HTTP-Cookies) +msgid "HTTP cookie jars" msgstr "" -#. summary(xcb-util-wm:libxcb-icccm4) -msgid "XCB utility module for client- and WM-side ICCCM helpers" +#. 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 "" -#. summary(xcb-util:libxcb-util1) -msgid "XCB utility modules" +#. summary(perl-HTTP-Daemon) +msgid "a simple http server class" msgstr "" -#. summary(xdg-menu) -msgid "XDG Menus for WindowMaker and other Window Managers" +#. description(perl-HTTP-Daemon) +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" +"\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." msgstr "" -#. summary(libXxf86dga:libXxf86dga1) -#, fuzzy -#| msgid "X11 GLX Extension C library" -msgid "XFree86-DGA extension client library" -msgstr "X11 GLX extensie C-bibliotheek" +#. summary(perl-HTTP-Date) +msgid "Date conversion routines" +msgstr "Routines voor gegevensconversie" -#. summary(libXxf86misc:libXxf86misc1) -#, fuzzy -#| msgid "X11 GLX Extension C library" -msgid "XFree86-Misc X extension library" -msgstr "X11 GLX extensie C-bibliotheek" - -#. summary(libXxf86vm:libXxf86vm1) -msgid "XFree86-VidMode X extension library" +#. 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(perl-XML-SAX) -msgid "XML::SAX Perl Module" +#. summary(perl-HTTP-Message) +msgid "HTTP style message (base class)" msgstr "" -#. description(perl-XML-SAX) +#. description(perl-HTTP-Message) 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." +"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 "" -#. description(perl-XML-Writer) +#. summary(perl-HTTP-Negotiate) +msgid "choose a variant to serve" +msgstr "" + +#. description(perl-HTTP-Negotiate) 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" +"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" -"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 variants are ordered by preference by calling the function choose().\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" +"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" -"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." +"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(libxslt:libxslt1) -msgid "XSL Transformation Library" +#. summary(perl-IO-HTML) +msgid "Open an HTML file with automatic charset detection" msgstr "" -#. summary(Mesa:libvdpau_nouveau) -msgid "XVMC state tracker for Nouveau" +#. 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(Mesa:libvdpau_r600) -msgid "XVMC state tracker for R600" +#. summary(perl-IO-Socket-SSL) +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" msgstr "" -#. summary(Mesa:libvdpau_radeonsi) -msgid "XVMC state tracker for radeonsi" -msgstr "" - -#. description(libXcursor:libXcursor1) +#. description(perl-IO-Socket-SSL) 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." +"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 "" -#. description(xdm) -msgid "" -"Xdm manages a collection of X displays, which may be on the local host or " -"remote servers." +#. summary(perl-LWP-MediaTypes) +msgid "guess media type for a file or a URL" msgstr "" -#. description(libXft:libXft2) +#. description(perl-LWP-MediaTypes) 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." +"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(libXinerama:libXinerama1) -msgid "Xinerama extension to the X11 Protocol" +#. summary(perl-LWP-Protocol-https) +msgid "Provide https support for LWP::UserAgent" msgstr "" -#. description(libXinerama:libXinerama1) +#. description(perl-LWP-Protocol-https) 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." +"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(libXtst:libXtst6) -msgid "Xlib-based client API for the XTEST and RECORD extensions" +#. summary(perl-Module-Implementation) +msgid "Loads one of several alternate underlying implementations for a module" msgstr "" -#. description(xrandr) +#. description(perl-Module-Implementation) 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." +"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 "" -#. 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." +#. summary(perl-Module-Runtime) +msgid "runtime module handling" msgstr "" -#. summary(perl-Bootloader:perl-Bootloader-YAML) -msgid "YAML interface for perl-Bootloader" +#. 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 "" -#. summary(perl-YAML-LibYAML) -msgid "YAML::LibYAML Perl module" -msgstr "" +#. summary(perl-Net-DNS) +#, fuzzy +#| msgid "Perl interface to the MD4 Algorithm" +msgid "Perl Interface to the Domain Name System" +msgstr "Perl-interface naar het MD4-algoritme" -#. summary(yast2-snapper) -msgid "YaST - file system snapshots review" +#. 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(patterns-openSUSE:patterns-openSUSE-yast2_install_wf) -msgid "YaST Installation Packages" +#. summary(perl-Net-HTTP) +msgid "Low-level HTTP connection (client)" msgstr "" -#. description(yast2-online-update) +#. description(perl-Net-HTTP) 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" +"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" -"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." +"'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(patterns-openSUSE:patterns-openSUSE-yast2_basis) -msgid "YaST System Administration" +#. summary(perl-Pod-Coverage) +msgid "Checks if the documentation of a module is comprehensive" msgstr "" -#. description(yast2-snapper) -msgid "YaST module for accessing and managing btrfs system snapshots" +#. 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 "" -#. description(patterns-openSUSE:patterns-openSUSE-yast2_basis) -msgid "YaST tools for basic system administration." +#. summary(perl-RPC-XML) +msgid "Set of Classes for Core Data, Message and Xml Handling" msgstr "" -#. description(patterns-openSUSE:patterns-openSUSE-yast2_install_wf) -msgid "YaST tools for installing your system." +#. 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(yast2-add-on) -msgid "YaST2 - Add-On media installation code" +#. summary(perl-Test-Pod) +msgid "Check for Pod Errors in Files" msgstr "" -#. summary(yast2-transfer) -msgid "YaST2 - Agent for Various Transfer Protocols" +#. 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 "" -#. summary(yast2-bootloader) -msgid "YaST2 - Bootloader Configuration" +#. summary(perl-Test-Pod-Coverage) +msgid "Check for pod coverage in your distribution." msgstr "" -#. summary(yast2-trans:yast2-trans-pt_BR) -msgid "YaST2 - Brazilian Portuguese Translations" +#. 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-trans:yast2-trans-en_GB) -msgid "YaST2 - British English Translations" +#. summary(perl-TimeDate) +msgid "Parse date strings into time values" msgstr "" -#. summary(yast2-control-center) -msgid "YaST2 - Control Center" -msgstr "YaST2 - Configuratiecentrum" - -#. summary(yast2-core) -msgid "YaST2 - Core Libraries" +#. 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-country) -msgid "YaST2 - Country Settings (Language, Keyboard, and Timezone)" +#. summary(perl-Try-Tiny) +msgid "Minimal try/catch with proper preservation of $@" msgstr "" -#. summary(yast2-trans:yast2-trans-cs) -msgid "YaST2 - Czech Translations" +#. 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 "" -#. description(yast2-trans:yast2-trans-cs) -msgid "YaST2 - Czech translations." +#. summary(perl-URI) +msgid "Uniform Resource Identifiers (absolute and relative)" msgstr "" -#. summary(yast2-trans:yast2-trans-da) -msgid "YaST2 - Danish Translations" +#. 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-country:yast2-country-data) -msgid "YaST2 - Data files for Country settings" +#. summary(perl-WWW-RobotRules) +msgid "database of robots.txt-derived permissions" msgstr "" -#. summary(yast2-metapackage-handler) -msgid "YaST2 - Easy Installation of Add-on RPMs using Metapackages" +#. 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-firewall) -msgid "YaST2 - Firewall Configuration" +#. summary(perl-XML-SAX-Base) +msgid "Base class SAX Drivers and Filters" msgstr "" -#. summary(yast2-trans:yast2-trans-fr) -msgid "YaST2 - French Translations" +#. 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-trans:yast2-trans-de) -msgid "YaST2 - German Translations" +#. summary(perl-XML-SAX-Expat) +msgid "SAX2 Driver for Expat (XML::Parser)" msgstr "" -#. description(yast2-trans:yast2-trans-de) -msgid "YaST2 - German translations." +#. 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-hardware-detection) -msgid "YaST2 - Hardware Detection Interface" +#. summary(perl-XML-Simple) +msgid "Easily read/write XML (esp config files)" msgstr "" -#. summary(yast2-tune) -msgid "YaST2 - Hardware Tuning" +#. 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-trans:yast2-trans-hu) -msgid "YaST2 - Hungarian Translations" +#. summary(perl-XML-Twig) +msgid "Perl Module for Processing Huge Xml Documents in Tree Mode" msgstr "" -#. description(yast2-trans:yast2-trans-hu) -msgid "YaST2 - Hungarian 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-installation) -msgid "YaST2 - Installation Parts" -msgstr "" +#. summary(perl-XML-Writer) +#, fuzzy +msgid "Perl extension for writing XML documents" +msgstr "Dit pakket biedt de Brasero-extensie voor Nautilus." -#. summary(yast2-trans:yast2-trans-it) -msgid "YaST2 - Italian Translations" +#. 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-trans:yast2-trans-ja) -msgid "YaST2 - Japanese Translations" +#. summary(perl-libwww-perl) +#. description(perl-libwww-perl) +#, fuzzy +#| msgid "Development libraries for Perl-Qt4" +msgid "The World-Wide Web library for Perl" +msgstr "Ontwikkelingsbibliotheken voor Perl-Qt4" + +#. summary(branding-openSUSE:plymouth-branding-openSUSE) +msgid "openSUSE branding for Plymouth bootsplash" msgstr "" -#. description(yast2-trans:yast2-trans-ja) -msgid "YaST2 - Japanese translations." +#. description(branding-openSUSE:plymouth-branding-openSUSE) +#, fuzzy +#| msgid "openSUSE 13.1 branding for the plymouth bootsplash" +msgid "openSUSE 13.2 branding for the plymouth bootsplash" +msgstr "openSUSE 13.1 branding voor de plymouth bootsplash" + +#. summary(polkit-default-privs) +msgid "SUSE PolicyKit default permissions" msgstr "" -#. summary(yast2-ldap) -msgid "YaST2 - LDAP Agent" +#. description(polkit-default-privs) +msgid "Different default privilege settings depending on local configuration" msgstr "" -#. summary(yast2-mail) -msgid "YaST2 - Mail Configuration" +#. summary(pullin-bcm43xx-firmware) +msgid "download broadcom firmware files" msgstr "" -#. summary(yast2) -msgid "YaST2 - Main Package" +#. description(pullin-bcm43xx-firmware) +msgid "automatically download broadcom firmware files needed for bcm43xx WLAN chips" msgstr "" -#. summary(yast2-nfs-client) -msgid "YaST2 - NFS Configuration" +#. summary(pullin-fluendo-mp3) +msgid "Placeholder for Fluendo MP3 Plugin" msgstr "" -#. summary(yast2-ntp-client) -msgid "YaST2 - NTP Client 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-network) -msgid "YaST2 - Network Configuration" +#. summary(python-CherryPy) +msgid "Object-Oriented HTTP framework" msgstr "" -#. summary(yast2-nis-client) -msgid "YaST2 - Network Information Services (NIS, YP) 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-inetd) -msgid "YaST2 - Network Services Configuration" +#. summary(python-bottle) +#. summary(python3-bottle) +msgid "Fast and simple WSGI-framework for small web-applications" msgstr "" -#. summary(yast2-online-update) -msgid "YaST2 - Online Update (YOU)" +#. 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 "" -#. summary(yast2-pam) -msgid "YaST2 - PAM Agent" +#. summary(python-configobj) +msgid "Config file reading, writing and validation" msgstr "" -#. summary(yast2-packager) -msgid "YaST2 - Package Library" +#. 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-pkg-bindings) -msgid "YaST2 - Package Manager Access" +#. summary(system-config-printer:python-cupshelpers) +msgid "High-level Python Bindings for CUPS" msgstr "" -#. summary(yast2-perl-bindings) -msgid "YaST2 - Perl Bindings" +#. description(system-config-printer:python-cupshelpers) +msgid "This package provides high-level python bindings for CUPS, and can be used on top of python-cups." +msgstr "Dit pakket biedt hoog niveau python-bindingen voor CUPS en kan gebruikt worden bovenop python-cups." + +#. summary(python-decorator) +msgid "Better living through Python with decorators" msgstr "" -#. summary(yast2-apparmor) -msgid "YaST2 - Plugins for AppArmor Profile Management" +#. 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-trans:yast2-trans-pl) -msgid "YaST2 - Polish Translations" +#. 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-trans:yast2-trans-pt) -msgid "YaST2 - Portuguese Translations" +#. 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-printer) -msgid "YaST2 - Printer Configuration" +#. summary(python-idna) +#, fuzzy +msgid "Internationalized Domain Names in Applications (IDNA)" +msgstr "Installatie of update starten" + +#. 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-proxy) -msgid "YaST2 - Proxy Configuration" +#. summary(python-ipaddress) +#, fuzzy +#| msgid "A pipeline manipulation library" +msgid "IPv4/IPv6 manipulation library" +msgstr "Bibliotheek voor manipulatie van pipelines" + +#. description(python-ipaddress) +msgid "Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2" msgstr "" -#. summary(yast2-trans:yast2-trans-ru) -msgid "YaST2 - Russian Translations" +#. summary(python-pyOpenSSL) +msgid "Python wrapper module around the OpenSSL library" msgstr "" -#. summary(yast2-slp) -msgid "YaST2 - SLP Agent and Library" +#. 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 "" -#. summary(yast2-samba-client) -msgid "YaST2 - Samba Client Configuration" +#. summary(python-pyasn1) +msgid "ASN.1 types and codecs" msgstr "" -#. summary(yast2-samba-server) -msgid "YaST2 - Samba Server Configuration" +#. 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(yast2-scanner) -msgid "YaST2 - Scanner Configuration" +#. summary(python-pycparser) +msgid "C parser in Python" msgstr "" -#. summary(yast2-security) -msgid "YaST2 - Security Configuration" +#. 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 "" -#. summary(yast2-services-manager) -msgid "YaST2 - Services Manager" -msgstr "YaST2 - beheerder van services" +#. summary(python-pyudev) +#, fuzzy +msgid "Udev bindings for Python" +msgstr "Het pakket is niet ondertekend" -#. summary(yast2-trans:yast2-trans-zh_CN) -msgid "YaST2 - Simplified Chinese Translations" +#. 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-zh_CN) -msgid "YaST2 - Simplified Chinese translations." +#. summary(python-six) +msgid "Python 2 and 3 compatibility utilities" msgstr "" -#. summary(yast2-sound) -msgid "YaST2 - Sound Configuration" +#. 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 "" -#. summary(yast2-trans:yast2-trans-es) -msgid "YaST2 - Spanish Translations" +#. summary(libsmbios:python-smbios) +msgid "Python interface to Libsmbios C library" +msgstr "Python-interface voor Libsmbios C-bibliotheek" + +#. description(libsmbios:python-smbios) +msgid "This package provides a Python interface to libsmbios." +msgstr "Dit pakket biedt een Python-interface naar libsmbios." + +#. summary(python3-chardet) +msgid "Universal encoding detector" msgstr "" -#. description(yast2-trans:yast2-trans-es) -msgid "YaST2 - Spanish Translations." +#. 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-storage) -msgid "YaST2 - Storage Configuration" +#. summary(python3-nose) +msgid "Nose extends unittest to make testing easier" msgstr "" -#. summary(yast2-trans:yast2-trans-sv) -msgid "YaST2 - Swedish Translations" +#. 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-sysconfig) -msgid "YaST2 - Sysconfig Editor" +#. summary(python3-pip) +msgid "Pip installs packages. Python packages. An easy_install replacement" msgstr "" -#. summary(yast2-theme:yast2-theme-openSUSE) -msgid "YaST2 - Theme (openSUSE)" +#. 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-trans:yast2-trans-zh_TW) -msgid "YaST2 - Traditional Chinese Translations" +#. summary(python3-py) +msgid "Library with cross-python path, ini-parsing, io, code, log facilities" msgstr "" -#. summary(yast2-trans-stats) -msgid "YaST2 - Translation Statistics" +#. 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-trans:yast2-trans-en_US) -msgid "YaST2 - Translations" +#. summary(python3-requests) +msgid "Awesome Python HTTP Library That's Actually Usable" msgstr "" -#. description(yast2-trans:yast2-trans-en_US) -msgid "YaST2 - Translations for American English." +#. description(python3-requests) +msgid "" +"Requests is an ISC Licensed HTTP library, written in Python, for human beings.\n" +"\n" +"Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python's builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.\n" +"\n" +"Features: - 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 "" -#. description(yast2-trans:yast2-trans-pt_BR) -msgid "YaST2 - Translations for Brazilian Portuguese." +#. summary(python3-setuptools) +msgid "Easily download, build, install, upgrade, and uninstall Python packages" msgstr "" -#. description(yast2-trans:yast2-trans-en_GB) -msgid "YaST2 - Translations for British English." +#. 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(yast2-trans:yast2-trans-da) -msgid "YaST2 - Translations for Danish." +#. summary(python3-urllib3) +msgid "HTTP library with thread-safe connection pooling, file post, and more" msgstr "" -#. description(yast2-trans:yast2-trans-fr) -msgid "YaST2 - Translations for French." +#. description(python3-urllib3) +msgid "" +"Highlights\n" +"\n" +"- 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 "" -#. description(yast2-trans:yast2-trans-pl) -msgid "YaST2 - Translations for Polish." +#. summary(python3-wheel) +#, fuzzy +#| msgid "Meta package for pattern devel_python" +msgid "A built-package format for Python" +msgstr "Meta-pakket voor patroon devel_python" + +#. 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 "" -#. description(yast2-trans:yast2-trans-pt) -msgid "YaST2 - Translations for Portuguese." +#. summary(release-notes-openSUSE) +#, fuzzy +#| msgid "Release Notes for this openSUSE Release" +msgid "Release Notes for openSUSE" +msgstr "Uitgavenotities voor deze openSUSE uitgave" + +#. 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.\n" +#| "\n" +#| "The release notes are maintained in the public SVN repository at https://svn.opensuse.org/svn/opensuse-doc/trunk/release-notes/opensuse." +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 "" +"Dit pakket bevat de beschrijving van de meest belangrijke wijzigingen voor deze openSUSE uitgave. In HTML-formaat zijn ze beschikbaar in het help-center.\n" +"\n" +"De uitgavenotities worden onderhouden in de publieke SVN-repository op https://svn.opensuse.org/svn/opensuse-doc/trunk/release-notes/opensuse." -#. description(yast2-trans:yast2-trans-ru) -msgid "YaST2 - Translations for Russian." +#. summary(ruby-common) +#, fuzzy +#| msgid "A Collection of macros for GNU autoconf" +msgid "Collection of scripts and macros for ruby packaging" +msgstr "Een verzameling macro's voor GNU autoconf" + +#. 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(yast2-trans:yast2-trans-sv) -msgid "YaST2 - Translations for Swedish." +#. summary(scout) +msgid "Indexing Package Properties" msgstr "" -#. description(yast2-trans:yast2-trans-zh_TW) -msgid "YaST2 - Translations for Traditional Chinese." +#. description(scout) +msgid "The scout tool helps with indexing of various package properties." +msgstr "Het hulpmiddel scout helpt bij het indexeren van de verschillende eigenschappen van pakketten." + +#. summary(snapper:snapper-zypp-plugin) +msgid "A zypp commit plugin for calling snapper" msgstr "" -#. summary(yast2-update) -msgid "YaST2 - Update" +#. description(snapper:snapper-zypp-plugin) +msgid "This package contains a plugin for zypp that makes filesystem snapshots with snapper during commits." msgstr "" -#. summary(yast2-users) -msgid "YaST2 - User and Group Configuration" +#. summary(sound-theme-freedesktop) +msgid "freedesktop.org sound theme" msgstr "" -#. summary(yast2-x11) -msgid "YaST2 - X11 support" +#. 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 "" -#. summary(yast2-xml) -msgid "YaST2 - XML Agent" +#. summary(susehelp) +msgid "SuSE Help-System (base)" msgstr "" -#. summary(yast2-ycp-ui-bindings) -msgid "YaST2 - YCP Bindings for the YaST2 User Interface Engine" +#. description(susehelp) +msgid "" +"This package contains the basics of the SuSE Help System.\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." msgstr "" +"Dit pakket bevat de basis van het SuSE Hulpsysteem.\n" +"\n" +"Het SuSE Hulpsysteem centraliseert alle Linux documentatie in een helder, gestructureerde manier met gemakkelijke zoekfuncties. Voor een snel begin, klik op de reddingsboei in het bureaubladpaneel. Voor configuratie gebruikt u het KDE Controlecentrum.\n" +"\n" +"Voor meer informatie kijkt u in /usr/share/doc/packages/susehelp/README." -#. summary(yast2-iscsi-client) -msgid "YaST2 - iSCSI Client Configuration" +#. summary(susehelp:susehelp_en) +msgid "SuSE Help System (English)" msgstr "" -#. summary(yast2-sudo) -msgid "YaST2 - sudo configuration" +#. 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." msgstr "" -#. description(yast2-trans:yast2-trans-it) -msgid "YaST2 - translations for Italian." +#. summary(system-config-printer:system-config-printer-applet) +msgid "A printer administration tool -- Notification Icon for Printing" msgstr "" -#. description(yast2-apparmor) +#. description(system-config-printer:system-config-printer-applet) msgid "" -"Yast2 forms and components for the management of Novell AppArmor profiles.\n" +"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n" "\n" -"This package is part of a suite of tools that used to be named SubDomain." +"This package provides a notification icon to configure new printers and monitor print jobs." msgstr "" -#. summary(pulseaudio:pulseaudio-module-zeroconf) -msgid "Zeroconf module for PulseAudio" +#. summary(system-config-printer:system-config-printer-common) +msgid "A printer administration tool -- Common Files" msgstr "" -#. description(zip) +#. description(system-config-printer:system-config-printer-common) msgid "" -"Zip is a compression and file packaging utility. It is compatible with " -"PKZIP(tm) 2.04g (Phil Katz ZIP) for MS-DOS systems." +"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." 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(system-config-printer:system-config-printer-dbus-service) +msgid "A printer administration tool -- D-Bus Service to Configure Printing" msgstr "" -#. description(zypper) +#. description(system-config-printer:system-config-printer-dbus-service) 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" +"system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.\n" "\n" -"Zypper can be used interactively or non-interactively by user, from scripts, " -"or front-ends." +"This packages provides a D-Bus service to configure printers and manage print jobs." msgstr "" -#. summary(perl-HTTP-Daemon) -msgid "a simple http server class" +#. summary(systemd:systemd-bash-completion) +msgid "Bash completion support for systemd" msgstr "" -#. summary(zypper:zypper-aptitude) -msgid "aptitude compatibility with zypper" +#. description(systemd:systemd-bash-completion) +msgid "Some systemd commands offer bash completion, but it's an optional dependency." msgstr "" -#. description(xf86-video-ark) -msgid "ark is an Xorg driver for Ark Logic video cards." +#. summary(systemd-presets-branding-openSUSE) +msgid "systemd default presets for openSUSE" msgstr "" -#. description(xf86-video-ast) -msgid "ast is an Xorg driver for ASpeed Technologies video cards." +#. description(systemd-presets-branding-openSUSE) +msgid "Default presets for systemd on openSUSE distribution." 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(translation-update) +msgid "Translation Updates" msgstr "" -#. description(xf86-video-chips) +#. description(translation-update) msgid "" -"chips is an Xorg driver for Chips and Technologies video cards.\n" +"This is a set of translation updates that are installed into the preferred directory, /usr/share/locale-langpack/<locale>/LC_MESSAGES/.\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." +"Applications that use gettext correctly can then pick up overridden or updated translations from this location." msgstr "" +"Dit is een set voor het bijwerken van vertalingen die geïnstalleerd zijn in de voorkeursmap, /usr/share/locale-langpack/<locale>/LC_MESSAGES/.\n" +"\n" +"Toepassingen die gettext op de juiste manier gebruiken kunnen dan vertalingen oppakken die gaan boven of zijn bijgewerkt uit deze locatie." -#. summary(perl-HTTP-Negotiate) -msgid "choose a variant to serve" +#. summary(tuned) +msgid "A dynamic adaptive system tuning daemon" msgstr "" -#. description(xf86-video-cirrus) -msgid "cirrus is an Xorg driver for Cirrus Logic video cards." +#. 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 "" -#. summary(perl-WWW-RobotRules) -msgid "database of robots.txt-derived permissions" +#. summary(kernel-firmware:ucode-amd) +msgid "Microcode updates for AMD CPUs" msgstr "" -#. description(xf86-video-dummy) -msgid "dummy is an Xorg driver for virtual/offscreen frame buffer." +#. description(kernel-firmware:ucode-amd) +#, fuzzy +msgid "This package contains the microcode files used by AMD CPUs." +msgstr "Het pakket bevat een andere versie dan verwacht" + +#. summary(branding-openSUSE:wallpaper-branding-openSUSE) +msgid "openSUSE default wallpapers" +msgstr "Standaard achtergrondafbeeldingen van openSUSE" + +#. description(branding-openSUSE:wallpaper-branding-openSUSE) +#, fuzzy +#| msgid "openSUSE 13.1 defaults wallpapers" +msgid "openSUSE 13.2 defaults wallpapers" +msgstr "openSUSE 13.1 standaard achtergrondafbeeldingen" + +#. summary(wireless-regdb) +msgid "802.11 regulatory domain database" 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." +#. 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(xf86-video-fbdev) -msgid "" -"fbdev is an Xorg driver for framebuffer devices.\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." +#. summary(x11-tools) +msgid "Tools for the X Window System" msgstr "" -#. summary(sound-theme-freedesktop) -msgid "freedesktop.org sound theme" +#. description(x11-tools) +msgid "Some useful tools for the X Window System." msgstr "" -#. description(gdk-pixbuf:typelib-1_0-GdkPixbuf-2_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.\n" -"\n" -"This package provides the GObject Introspection bindings for gdk-pixbuf." +#. summary(xbitmaps) +msgid "Base X bitmaps" msgstr "" -#. description(xf86-video-glint) -msgid "" -"glint is an Xorg driver for 3Dlabs & Texas Instruments GLINT/Permedia video " -"cards.\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." +#. description(xbitmaps) +msgid "This package contains the base X bitmaps, which are used in many legacy X clients." msgstr "" -#. summary(perl-LWP-MediaTypes) -msgid "guess media type for a file or a URL" +#. summary(xdg-menu) +msgid "XDG Menus for WindowMaker and other Window Managers" msgstr "" -#. description(xf86-video-i128) -msgid "" -"i128 is an Xorg driver for Number 9 I128 video cards.\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." +#. description(xdg-menu) +msgid "This package contains a Perl script which converts XDG menus to formats used by WindowMaker and other window managers." msgstr "" -#. summary(master-boot-code) -msgid "i386 Master Boot Record Code" +#. summary(xdg-utils) +msgid "Utilities to uniformly interface desktop environments" msgstr "" -#. description(xf86-video-intel) +#. description(xdg-utils) msgid "" -"intel is an Xorg driver for Intel integrated video cards.\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" -"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." +"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 "" -#. summary(iptables:libxtables10) -msgid "iptables extension interface" +#. summary(xkeyboard-config) +msgid "The X Keyboard Extension" 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." +#. 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(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." +#. summary(xorg-x11-driver-input) +msgid "Compatibility metapackage for X.Org input drivers" 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)." +#. description(xorg-x11-driver-input) +msgid "This package is a compatibility metapackage. It used to contain the X.Org input drivers." 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\"." +#. summary(xorg-x11:xorg-x11-essentials) +msgid "Compatibility metapackage for X.Org core applications" 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." +#. description(xorg-x11:xorg-x11-essentials) +msgid "This package is a compatibility metapackage. It requires the X.Org core applications packages." 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." +#. summary(xorg-x11-fonts:xorg-x11-fonts-core) +msgid "Core Fonts for X.Org" msgstr "" -#. description(libXi:libXi6) -msgid "libXi is the client-side library for the X Input Extension." +#. description(xorg-x11-fonts:xorg-x11-fonts-core) +msgid "This package contains the 'fixed' and 'cursor' font required for any X Server." msgstr "" -#. description(libXpm:libXpm4) -msgid "" -"libXpm facilitates working with XPM (X PixMap), a format for storing/" -"retrieving X pixmaps to/from files." +#. description(xorg-x11-libX11-ccache) +msgid "Cache for X.Org compose files." 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." +#. summary(yast2-add-on) +msgid "YaST2 - Add-On media installation code" 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." +#. description(yast2-add-on) +msgid "This package contains YaST Add-On media installation code." 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." +#. summary(yast2-apparmor) +msgid "YaST2 - Plugins for AppArmor Profile Management" msgstr "" -#. description(samba:libsmbconf0) +#. description(yast2-apparmor) msgid "" -"libsmbconf is a library to read or, based on the backend, modify the Samba " -"configuration.\n" +"Yast2 forms and components for the management of Novell AppArmor profiles.\n" "\n" -"Source Timestamp: 3258 Branch: 4.1.9" +"This package is part of a suite of tools that used to be named SubDomain." msgstr "" -#. description(samba:libsmbldap0) -msgid "" -"libsmbldap contains LDAP protocol helper functions for Samba.\n" -"\n" -"Source Timestamp: 3258 Branch: 4.1.9" +#. summary(yast2-auth-client) +#, fuzzy +msgid "YaST2 - Network Authentication Configuration" +msgstr "Configuratie wijzi&gen" + +#. 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(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(yast2-theme:yast2-branding-openSUSE) +msgid "YaST2 - Theme (openSUSE)" msgstr "" -#. summary(libusb-compat:libusb-0_1-4) -msgid "libusb-1.0 Compatibility Library for libusb-0.1" -msgstr "libusb-1.0 compatibiliteitsbibliotheek voor libusb-0.1" +#. description(yast2-theme:yast2-branding-openSUSE) +msgid "This package contains the openSUSE theme for YaST2." +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." +#. summary(yast2-firewall) +msgid "YaST2 - Firewall Configuration" msgstr "" -#. 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." +#. description(yast2-firewall) +msgid "A YaST2 module to be used for configuring a firewall." 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." +#. summary(yast2-inetd) +msgid "YaST2 - Network Services Configuration" 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." +#. description(yast2-inetd) +msgid "The YaST2 component for configuring the inetd and xinetd daemons." msgstr "" -#. description(libxkbfile:libxkbfile1) -msgid "" -"libxkbfile is used by the X servers and utilities to parse the XKB " -"configuration data files." +#. summary(yast2-installation) +msgid "YaST2 - Installation Parts" 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" +#. description(yast2-installation) +msgid "System installation code as present on installation media." 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." +#. summary(yast2-iscsi-client) +msgid "YaST2 - iSCSI Client Configuration" msgstr "" -#. description(xf86-video-mach64) -msgid "mach64 is an Xorg driver for ATI Mach64 series video cards." +#. description(yast2-iscsi-client) +msgid "This package contains the YaST2 component for configuration of an iSCSI client." msgstr "" -#. description(xf86-video-mga) -msgid "" -"mga is an Xorg driver for Matrox video cards.\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)." +#. summary(yast2-journal) +msgid "YaST2 - Reading of systemd journal" 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." +#. description(yast2-journal) +msgid "A YaST2 module to read the systemd journal in a convenient and user-friendly way." msgstr "" -#. description(mkfontscale) -msgid "" -"mkfontscale creates the fonts.scale and fonts.dir index files used by the " -"legacy X11 font system." +#. summary(yast2-mail) +msgid "YaST2 - Mail Configuration" 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-mail) +msgid "The YaST2 component for mail configuration. It handles Postfix, Cyrus, Amavis and Fetchmail." msgstr "" -#. description(xf86-video-neomagic) -msgid "" -"neomagic is an Xorg driver for Neomagic video cards found in many laptop " -"computers." +#. summary(yast2-metapackage-handler) +msgid "YaST2 - Easy Installation of Add-on RPMs using Metapackages" 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-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(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-nfs-client) +msgid "YaST2 - NFS 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-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 "" -#. summary(openSUSE-release) -msgid "openSUSE" -msgstr "openSUSE" +#. summary(yast2-nfs-server:yast2-nfs-common) +msgid "Configuration of NFS, common parts" +msgstr "" -#. description(branding-openSUSE:plymouth-branding-openSUSE) -#, fuzzy -#| msgid "openSUSE 13.1 branding for the plymouth bootsplash" -msgid "openSUSE 13.2 branding for the plymouth bootsplash" -msgstr "openSUSE 13.1 branding voor de plymouth bootsplash" +#. description(yast2-nfs-server:yast2-nfs-common) +msgid "-" +msgstr "" -#. description(branding-openSUSE:wallpaper-branding-openSUSE) -#, fuzzy -#| msgid "openSUSE 13.1 defaults wallpapers" -msgid "openSUSE 13.2 defaults wallpapers" -msgstr "openSUSE 13.1 standaard achtergrondafbeeldingen" +#. summary(yast2-ntp-client) +msgid "YaST2 - NTP Client Configuration" +msgstr "" -#. description(openSUSE-release) +#. description(yast2-ntp-client) +msgid "This package contains the YaST2 component for NTP client configuration." +msgstr "" + +#. summary(yast2-online-update) +#. summary(yast2-online-update:yast2-online-update-frontend) +msgid "YaST2 - Online Update (YOU)" +msgstr "" + +#. description(yast2-online-update) msgid "" -"openSUSE Factory is the rolling distribution by the openSUSE.org project." +"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" +"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 "" -#. summary(branding-openSUSE:plymouth-branding-openSUSE) -msgid "openSUSE branding for Plymouth bootsplash" +#. description(yast2-online-update:yast2-online-update-frontend) +msgid "Desktop files for YaST2 online update" msgstr "" -#. summary(MozillaFirefox-branding-openSUSE) -msgid "openSUSE branding of MozillaFirefox" +#. summary(yast2-pam) +msgid "YaST2 - PAM Agent" msgstr "" -#. summary(branding-openSUSE:wallpaper-branding-openSUSE) -msgid "openSUSE default wallpapers" -msgstr "Standaard achtergrondafbeeldingen van openSUSE" +#. description(yast2-pam) +msgid "This agent is used by YaST2 to modify the PAM configuration files" +msgstr "" -#. summary(opensuse-startup_en) -msgid "openSUSE manual: Start-Up (HTML, English)" +#. summary(yast2-proxy) +msgid "YaST2 - Proxy Configuration" msgstr "" -#. summary(perl-Tie-IxHash) -msgid "ordered associative arrays for Perl" +#. description(yast2-proxy) +msgid "This package contains the YaST2 component for proxy configuration." +msgstr "Het pakket bevat de YaST2 component voor de configuratie van een proxy." + +#. summary(branding-openSUSE:yast2-qt-branding-openSUSE) +msgid "openSUSE branding for yast2-qt" 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." +#. description(branding-openSUSE:yast2-qt-branding-openSUSE) +msgid "openSUSE 13.2 branding and themes for yast2-qt" +msgstr "openSUSE 13.2 branding en thema's voor yast2-qt" + +#. summary(yast2-samba-client) +msgid "YaST2 - Samba Client 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-samba-client) +msgid "This package contains the YaST2 component for configuration of an SMB workgroup/domain and authentication against an SMB domain." 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-samba-server) +msgid "YaST2 - Samba Server Configuration" msgstr "" -#. summary(perl-File-Listing) -msgid "parse directory listing" +#. description(yast2-samba-server) +msgid "This package contains the YaST2 component for Samba server configuration." 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-security) +msgid "YaST2 - Security 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-security) +msgid "The YaST2 component for security settings configuration." msgstr "" -#. summary(perl-Crypt-SmbHash) -msgid "perl module Crypt::SmbHash" +#. summary(yast2-services-manager) +msgid "YaST2 - Services Manager" +msgstr "YaST2 - beheerder van services" + +#. description(yast2-services-manager) +msgid "Provides user interface and libraries to configure systemd services and targets." msgstr "" -#. description(pkcs11-helper) -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" -"\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." +#. summary(yast2-sudo) +msgid "YaST2 - sudo configuration" 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-sudo) +msgid "The YaST2 component for sudo configuration. It configures capabilities of users to run commands as root or other user." msgstr "" -#. description(zypper:zypper-aptitude) -msgid "provides aptitude compatibility using zypper" +#. summary(yast2-sysconfig) +msgid "YaST2 - Sysconfig Editor" 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." +#. description(yast2-sysconfig) +msgid "A graphical /etc/sysconfig/* editor with integrated search and context information." 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." +#. summary(yast2-trans:yast2-trans-cs) +msgid "YaST2 - Czech Translations" 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(yast2-trans:yast2-trans-cs) +msgid "YaST2 - Czech translations." 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." +#. summary(yast2-trans:yast2-trans-da) +msgid "YaST2 - Danish Translations" 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." +#. description(yast2-trans:yast2-trans-da) +msgid "YaST2 - Translations for Danish." 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" +#. summary(yast2-trans:yast2-trans-de) +msgid "YaST2 - German Translations" 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)." +#. description(yast2-trans:yast2-trans-de) +msgid "YaST2 - German translations." msgstr "" -#. description(xf86-video-qxl) -msgid "" -"qxl is an Xorg driver for QXL virtual GPU as found in the spice project." +#. summary(yast2-trans:yast2-trans-en_GB) +msgid "YaST2 - British English Translations" 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." +#. description(yast2-trans:yast2-trans-en_GB) +msgid "YaST2 - Translations for British English." msgstr "" -#. summary(perl-Clone) -msgid "recursively copy Perl datatypes" +#. summary(yast2-trans:yast2-trans-en_US) +msgid "YaST2 - Translations" 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-trans:yast2-trans-en_US) +msgid "YaST2 - Translations for American English." 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-trans:yast2-trans-es) +msgid "YaST2 - Spanish Translations" msgstr "" -#. description(shim) -msgid "" -"shim is a trivial EFI application that, when run, attempts to open and " -"execute another application." +#. description(yast2-trans:yast2-trans-es) +msgid "YaST2 - Spanish Translations." 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-fr) +msgid "YaST2 - French 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-fr) +msgid "YaST2 - Translations for French." msgstr "" -#. summary(perl-MLDBM) -msgid "store multi-level Perl hash structure in single level tied hash" +#. summary(yast2-trans:yast2-trans-hu) +msgid "YaST2 - Hungarian 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-hu) +msgid "YaST2 - Hungarian translations." 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(yast2-trans:yast2-trans-it) +msgid "YaST2 - Italian Translations" 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." +#. description(yast2-trans:yast2-trans-it) +msgid "YaST2 - translations for Italian." 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." +#. summary(yast2-trans:yast2-trans-ja) +msgid "YaST2 - Japanese 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." +#. description(yast2-trans:yast2-trans-ja) +msgid "YaST2 - Japanese translations." msgstr "" -#. summary(systemd-presets-branding-openSUSE) -msgid "systemd default presets for openSUSE" +#. summary(yast2-trans:yast2-trans-pl) +msgid "YaST2 - Polish Translations" msgstr "" -#. description(xf86-video-tdfx) -msgid "tdfx is an Xorg driver for 3Dfx video cards." +#. description(yast2-trans:yast2-trans-pl) +msgid "YaST2 - Translations for Polish." msgstr "" -#. summary(samba:libtevent-util0) -msgid "tevent <-> system status code conversion utility library" +#. summary(yast2-trans:yast2-trans-pt) +msgid "YaST2 - Portuguese Translations" msgstr "" -#. description(xf86-video-tga) -msgid "tga is an Xorg driver for DEC 21030 video cards." +#. description(yast2-trans:yast2-trans-pt) +msgid "YaST2 - Translations for Portuguese." msgstr "" -#. description(twm) -msgid "" -"twm is a window manager for the X Window System. It provides titlebars, " -"shaped windows, several forms of icon management, user-defined macro " -"functions, click-to-type and pointer-driven keyboard focus, and user-" -"specified key and pointer button bindings." +#. summary(yast2-trans:yast2-trans-pt_BR) +msgid "YaST2 - Brazilian Portuguese 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-pt_BR) +msgid "YaST2 - Translations for Brazilian Portuguese." 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-ru) +msgid "YaST2 - Russian 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-ru) +msgid "YaST2 - Translations for Russian." 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-stats) +msgid "YaST2 - Translation Statistics" 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-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(xf86-video-vmware) -msgid "vmware is an Xorg driver for VMware virtual video cards." +#. summary(yast2-trans:yast2-trans-sv) +msgid "YaST2 - Swedish 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-sv) +msgid "YaST2 - Translations for Swedish." 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-zh_CN) +msgid "YaST2 - Simplified Chinese Translations" msgstr "" -#. description(xf86-input-wacom) -msgid "wacom is an X input driver and utilities for Wacom devices." +#. description(yast2-trans:yast2-trans-zh_CN) +msgid "YaST2 - Simplified Chinese 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." +#. summary(yast2-trans:yast2-trans-zh_TW) +msgid "YaST2 - Traditional Chinese Translations" 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." +#. description(yast2-trans:yast2-trans-zh_TW) +msgid "YaST2 - Translations for Traditional Chinese." msgstr "" -#. summary(libx86:libx86-1) -msgid "x86 real-mode library" +#. summary(yast2-vpn) +#, fuzzy +msgid "A YaST module for configuring VPN gateway and clients" +msgstr "Configuratie op beeldscherm" + +#. description(yast2-vpn) +msgid "A YaST module for managing VPN gateway and client connections to secure site-to-site communication via IPSec VPN." msgstr "" -#. description(xconsole) -msgid "" -"xconsole displays in a X11 window the messages which are usually sent to /" -"dev/console" +#. summary(zd1211-firmware) +msgid "Firmware for ZD1211 USB WLAN sticks" 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(zd1211-firmware) +msgid "Firmware for USB WLAN sticks based on the ZyDAS ZD1211 chip" msgstr "" -#. description(xdpyinfo) -msgid "" -"xdpyinfo is a utility for displaying information about an X server.\n" -"\n" -"It is used to examine the capabilities of a server, the predefined values " -"for various parameters used in communicating between clients and the server, " -"and the different types of screens, visuals, and X11 protocol extensions " -"that are available." +#. summary(zypper:zypper-aptitude) +msgid "aptitude compatibility with zypper" msgstr "" -#. description(xinetd) -msgid "" -"xinetd takes the abilities of inetd and appends additional functionality:\n" -"\n" -"- Access Control\n" -"- Prevention of 'denial of access' attacks\n" -"- Extensive logging abilities\n" -"- Clear configuration file" +#. description(zypper:zypper-aptitude) +msgid "provides compatibility to Debian's aptitude command using zypper" msgstr "" -#. 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." +#. summary(zypper:zypper-log) +#. description(zypper:zypper-log) +msgid "CLI for accessing the zypper logfile" 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." +#. summary(shim) +msgid "UEFI shim loader" +msgstr "UEFI shim-loader" + +#. description(shim) +msgid "shim is a trivial EFI application that, when run, attempts to open and execute another application." msgstr "" -#. description(xprop) -msgid "xprop displays window and font properties of an X server." +#. summary(xen:xen-kmp-default) +msgid "Xen para-virtual device drivers for fully virtualized guests" msgstr "" -#. description(zlib:libz1) +#. description(xen:xen-kmp-default) 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." +"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" +"This package contains the Xen para-virtual device drivers for fully virtualized guests." msgstr "" -#~ msgid "" -#~ "A collection of letter size label templates for LibreOffice. They are " -#~ "intended for US." -#~ msgstr "" -#~ "Een verzameling stickersjablonen op Letter-afmetingen voor LibreOffice. " -#~ "Ze zijn bedoeld voor de VS." +#~ msgid "Free implementation of the OpenGL|ES 2.x API" +#~ msgstr "Vrije implementatie van de OpenGL|ES 2.x, API" +#~ msgid "Provides translations to the package mc" +#~ msgstr "Levert vertalingen voor het pakket mc" + +#~ msgid "Provides translations to the package nano" +#~ msgstr "Levert vertalingen voor het pakket nano" + +#, fuzzy +#~| msgid "Provides translations to the package mc" +#~ msgid "Provides translations to the package system-config-printer" +#~ msgstr "Levert vertalingen voor het pakket mc" + +#~ msgid "Tab Window Manager for the X Window System" +#~ msgstr "Vensterbeheerder met tabbladen voor het X Window-systeem" + +#~ msgid "Translation Updates for English" +#~ msgstr "Bijwerken van vertalingen voor Engels" + +#, fuzzy +#~| msgid "X11 GLX Extension C library" +#~ msgid "XFree86-DGA extension client library" +#~ msgstr "X11 GLX extensie C-bibliotheek" + +#~ msgid "openSUSE" +#~ msgstr "openSUSE" + +#~ msgid "A collection of letter size label templates for LibreOffice. They are intended for US." +#~ msgstr "Een verzameling stickersjablonen op Letter-afmetingen voor LibreOffice. Ze zijn bedoeld voor de VS." + #~ msgid "A4 Size Label Templates for LibreOffice" #~ msgstr "Stickersjablonen op A4-afmetingen voor LibreOffice" @@ -7290,50 +7113,20 @@ #~ msgid "Meta package for pattern update_test" #~ msgstr "Meta-pakket voor patroon opdate_test" -#~ msgid "Reiser File System Core Library" -#~ msgstr "Kernbibliotheek van het Reiser-bestandssysteem" +#~ msgid "These dictionaries help you to hyphenate texts and words in the LibreOffice office suite." +#~ msgstr "Deze woordenboeken helpen u bij het afbreken van tekst en woorden voor de LibreOffice kantoorsuite." -#~ msgid "Russian Charset Detection Library" -#~ msgstr "Detectiebibliotheek voor de Russische tekenset" +#~ msgid "This package includes the openSUSE branding for LibreOffice office suite." +#~ msgstr "Dit pakket biedt de openSUSE branding voor de LibreOffice kantoorsuite." -#~ msgid "" -#~ "These dictionaries help you to hyphenate texts and words in the " -#~ "LibreOffice office suite." -#~ msgstr "" -#~ "Deze woordenboeken helpen u bij het afbreken van tekst en woorden voor de " -#~ "LibreOffice kantoorsuite." - -#~ msgid "" -#~ "This package contains the library that provides core functionality for " -#~ "the reiserfs file system." -#~ msgstr "" -#~ "Dit pakket bevat de bibliotheek die de kernfunctionaliteit levert voor " -#~ "het reieserfs bestandssysteem." - -#~ msgid "" -#~ "This package includes the openSUSE branding for LibreOffice office suite." -#~ msgstr "" -#~ "Dit pakket biedt de openSUSE branding voor de LibreOffice kantoorsuite." - -#~ msgid "" -#~ "This package provides the traditional \"ifup\" alias \"netcontrol\" " -#~ "network scripts." -#~ msgstr "" -#~ "Dit pakket levert de traditionele \"ifup\" alias netwerkscripts voor " -#~ "\"netcontrol\"." - #~ msgid "This package provides the udev mount daemon and its udev rule." -#~ msgstr "" -#~ "Dit pakket levert de daemon voor aankoppelen van udev en de bijbehorende " -#~ "udev-regel." +#~ msgstr "Dit pakket levert de daemon voor aankoppelen van udev en de bijbehorende udev-regel." #~ msgid "openSUSE Branding for LibreOffice" #~ msgstr "openSUSE branding voor LibreOffice" #~ msgid "Collection of small utilities utilizing the X11 XKeyboard extension" -#~ msgstr "" -#~ "Verzameling van kleine hulpprogramma's die de extensie X11 XKeyboard " -#~ "gebruiken" +#~ msgstr "Verzameling van kleine hulpprogramma's die de extensie X11 XKeyboard gebruiken" #~ msgid "Graphical class browser for Xt" #~ msgstr "Grafisch klassebrowser voor Xt"
participants (1)
-
minton@svn2.opensuse.org