diff options
Diffstat (limited to 'po/hu/man1/setmetamode.1.po')
-rw-r--r-- | po/hu/man1/setmetamode.1.po | 228 |
1 files changed, 228 insertions, 0 deletions
diff --git a/po/hu/man1/setmetamode.1.po b/po/hu/man1/setmetamode.1.po new file mode 100644 index 00000000..251be475 --- /dev/null +++ b/po/hu/man1/setmetamode.1.po @@ -0,0 +1,228 @@ +# Hungarian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Kovács Emese <emese@eik.bme.hu>, 2001. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-02-15 18:10+0100\n" +"PO-Revision-Date: 2001-01-05 12:34+0100\n" +"Last-Translator: Kovács Emese <emese@eik.bme.hu>\n" +"Language-Team: Hungarian <>\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 20.12.0\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SETMETAMODE" +msgstr "SETMETAMODE" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "30 Jan 1994" +msgstr "" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "kbd" +msgstr "kbd" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NÉV" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "setmetamode - define the keyboard meta key handling" +msgstr "setmetamode - meghatározza a billenyűzet meta billentyű kezelését" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "ÖSSZEGZÉS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<setmetamode> [ I<options> ] [ I<argument> ]" +msgstr "B<setmetamode> [ I<kapcsolók> ] [ I<argumentum> ]" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "LEÍRÁS" + +#. type: IX +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "setmetamode command" +msgstr "setmetamode command" + +#. type: IX +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "\\fLsetmetamode\\fR command" +msgstr "\\fLsetmetamode\\fR command" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Without argument, B<setmetamode> prints the current Meta key mode. With " +"argument, it sets the Meta key mode as indicated. The setting before and " +"after the change are reported." +msgstr "" +"Argumentum nélkül a B<setmetamode> kiírja az aktuális Meta billentyű módot. " +"Argumentumokkal, beállítja a megadott Meta billenytű módot. A program közli " +"velünk az átállítás előtti és az azutáni beállításokat." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The Meta key mode is specific for each VT (and the VT corresponding to stdin " +"is used). One might use B<setmetamode> in /etc/rc to define the initial " +"state of the Meta key mode, e.g. by" +msgstr "" +"A Meta billentyű módot megadhatjuk külön minden virtuális terminálra (a " +"program futtatásakor a beállítás az stdin-hez kapcsolódó terminálra " +"vonatkozik) Használhatjuk a B<setmetamode-ot> a /etc/rc-ben a kezdeti Meta " +"mód megadására, pl. a következő szkript segítségével:" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "INITTY=/dev/tty[1-8]" +msgstr "INITTY=/dev/tty[1-8]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "for tty in $INITTY; do" +msgstr "for tty in $INITTY; do" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "setmetamode escprefix E<lt> $tty" +msgstr "setmetamode escprefix E<lt> $tty" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "done" +msgstr "done" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ARGUMENTS" +msgstr "ÉRTÉKEK" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<esc>, B<prefix>, B<escprefix>" +msgstr "B<esc>, B<prefix>, B<escprefix>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The Meta key sends an Escape prefix." +msgstr "A Meta billentyű Escape előtagot küld." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<meta>, B<bit>, B<metabit>" +msgstr "B<meta>, B<bit>, B<metabit>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The Meta key sets the high order bit of the character." +msgstr "A Meta billentyű beállítja a karakter felső bitjét." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "KAPCSOLÓK" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-C>, B<--console>=I<\\,DEV\\/>" +msgstr "B<-C>, B<--console>=I<\\,ESZKÖZ\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "the console device to be used;" +msgstr "a használandó konzoleszköz" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-V>, B<--version>" +msgstr "B<-V>, B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "print version number;" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-h>, B<--help>" +msgstr "B<-h>, B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "give a short usage message" +msgid "print this usage message." +msgstr "rövid használati utasítás megjelenítése" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "LÁSD MÉG" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<loadkeys>(1), B<kbdinfo>(1)" +msgstr "B<loadkeys>(1), B<kbdinfo>(1)" |