Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
Dpkg::Gettext(3)                 libdpkg-perl                 Dpkg::Gettext(3)

NAME
       Dpkg::Gettext - convenience wrapper around Locale::gettext

DESCRIPTION
       The Dpkg::Gettext module is a convenience wrapper over the
       Locale::gettext module, to guarantee we always have working gettext
       functions, and to add some commonly used aliases.

FUNCTIONS
       my $trans = _g($msgid)
           Calls gettext() on the $msgid and returns its translation for the
           current locale. If gettext() is not available, simply returns
           $msgid.

       my $trans = P_($msgid, $msgid_plural, $n)
           Calls ngettext(), returning the correct translation for the plural
           form dependent on $n. If gettext() is not available, returns $msgid
           if $n is 1 or $msgid_plural otherwise.

CHANGES
   Version 1.00
       Mark the module as public.

1.17.27                           2016-04-25                  Dpkg::Gettext(3)

Czas wygenerowania: 0.00050 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl