Browsing Hungarian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Hungarian guidelines.
544547 of 547 results
544.
Display possible completions depending on the options.

Intended to be used from within a shell function generating possible
completions. If the optional WORD argument is supplied, matches against
WORD are generated.

Exit Status:
Returns success unless an invalid option is supplied or an error occurs.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Lehetséges kiegészítések megjelenítése a kapcsolóktól függően.

Függvényben való használatra szolgál a lehetséges kiegészítések generálása
céljából. Ha az elhagyható SZÓ argumentum is meg van adva, a SZÓRA
elölről illeszkedő találatok jelennek csak meg.

Kilépési kód:
Sikerrel lép ki, kivéve érvénytelen kapcsoló vagy hiba esetén.
Translated by Gabor Kelemen
In upstream:
Lehetséges kiegészítések megjelenítése a kapcsolóktól függően.

Függvényben való használatra szolgál a lehetséges kiegészítések gene-
rálása céljából. Ha az elhagyható SZÓ argumentum is meg van adva, SZÓ-
ra elölről illeszkedő találatok jelennek csak meg.

Kilépési kód:
Sikerrel lép ki, kivéve érvénytelen kapcsoló vagy hiba esetén.
Suggested by Mate Ory
Located in builtins.c:2004
545.
Modify or display completion options.

Modify the completion options for each NAME, or, if no NAMEs are supplied,
the completion currently being executed. If no OPTIONs are given, print
the completion options for each NAME or the current completion specification.

Options:
[tab]-o option[tab]Set completion option OPTION for each NAME
[tab]-D[tab][tab]Change options for the "default" command completion
[tab]-E[tab][tab]Change options for the "empty" command completion

Using `+o' instead of `-o' turns off the specified option.

Arguments:

Each NAME refers to a command for which a completion specification must
have previously been defined using the `complete' builtin. If no NAMEs
are supplied, compopt must be called by a function currently generating
completions, and the options for that currently-executing completion
generator are modified.

Exit Status:
Returns success unless an invalid option is supplied or NAME does not
have a completion specification defined.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Kiegészítési beállítások módosítása vagy kiírása.

Kiegészítési beállítások listázása minden NÉVHEZ, vagy ha nincs NÉV
megadva, akkor az éppen zajló kiegészítésre. Ha nincs KAPCSOLÓ megadva,
kiírja a kiegészítési beállításokat minden NÉVHEZ vagy az aktuális
kiegészítéshez.

Kapcsolók:
[tab]-o kapcsoló[tab]a KAPCSOLÓ kiegészítési beállítás megadása minden NÉVHEZ
[tab]-D[tab]Az alapértelmezett kiegészítés beállításainak módosítása
[tab]-E[tab]Az üres kiegészítés beállításainak módosítása

A „-o” helyett „+o” használatával a beállítás kikapcsolható.

Argumentumok:

Minden NÉV egy parancsra vonatkozik, amelyhez egy kiegészítést előzőleg
meg kell adni a „complete” paranccsal. Ha nincs NÉV megadva, a compopt-ot
egy éppen kiegészítéseket generáló függvényből kell hívni, és a zajló
generálásra fog vonatkozni.

Kilépési kód:
Sikerrel lép ki, kivéve ha érvénytelen kapcsolókat kap, vagy a NÉV nincs
még megadva.
Translated by Gabor Kelemen
| msgid "" | "Modify or display completion options.\n" | " \n" | " Modify the completion options for each NAME, or, if no NAMEs are supplied,\n" | " the completion currently begin executed. If no OPTIONs are givenm, print\n" | " the completion options for each NAME or the current completion specification.\n" | " \n" | " Options:\n" | " \t-o option\tSet completion option OPTION for each NAME\n" | " \t-D\t\tChange options for the \"default\" command completion\n" | " \t-E\t\tChange options for the \"empty\" command completion\n" | " \n" | " Using `+o' instead of `-o' turns off the specified option.\n" | " \n" | " Arguments:\n" | " \n" | " Each NAME refers to a command for which a completion specification must\n" | " have previously been defined using the `complete' builtin. If no NAMEs\n" | " are supplied, compopt must be called by a function currently generating\n" | " completions, and the options for that currently-executing completion\n" | " generator are modified.\n" | " \n" | " Exit Status:\n" | " Returns success unless an invalid option is supplied or NAME does not\n" | " have a completion specification defined."
Located in builtins.c:1996
546.
Read lines from the standard input into an indexed array variable.

Read lines from the standard input into the indexed array variable ARRAY, or
from file descriptor FD if the -u option is supplied. The variable MAPFILE
is the default ARRAY.

Options:
-n count[tab]Copy at most COUNT lines. If COUNT is 0, all lines are copied.
-O origin[tab]Begin assigning to ARRAY at index ORIGIN. The default index is 0.
-s count [tab]Discard the first COUNT lines read.
-t[tab][tab]Remove a trailing newline from each line read.
-u fd[tab][tab]Read lines from file descriptor FD instead of the standard input.
-C callback[tab]Evaluate CALLBACK each time QUANTUM lines are read.
-c quantum[tab]Specify the number of lines read between each call to CALLBACK.

Arguments:
ARRAY[tab][tab]Array variable name to use for file data.

If -C is supplied without -c, the default quantum is 5000. When
CALLBACK is evaluated, it is supplied the index of the next array
element to be assigned and the line to be assigned to that element
as additional arguments.

If not supplied with an explicit origin, mapfile will clear ARRAY before
assigning to it.

Exit Status:
Returns success unless an invalid option is given or ARRAY is readonly or
not an indexed array.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Sorok beolvasása a szabványos bemenetről egy indexelt tömbbe.

Sorok beolvasása a szabványos bemenetről – vagy a -u megadása esetén az FD
fájlleíróból – egy megadott nevű TÖMBBE (elhagyása esetén az ARRAY-be).

Kapcsolók:
-n szám[tab]Legfeljebb SZÁM sor másolása. Ha a SZÁM 0., minden sor
[tab][tab]másolásra kerül
-O kezdet[tab]KEZDET számú indextől kezdje a TÖMB-be másolást.
[tab][tab]Alapértelmezés: 0
-s szám[tab]Az első SZÁM sor eldobása olvasáskor
-t[tab]A sorok végéről a záró újsor eltávolítása
-u fd[tab]Szabványos bemenet helyett az FD fájlleíróból olvasson
-C parancs[tab]A PARANCS végrehajtása minden TÁVOLSÁG sor után
-c távolság[tab]A PARANCS végrehajtásai között beolvasott sorok száma

Argumentumok:
TÖMB[tab]Beolvasáshoz használt tömb neve

Ha a -C -c nélkül van megadva, az alapértelmezett távolság 5000.
A PARANCS végrehajtásakor utolsó argumentumként a parancs megkapja a
következő beolvasandó elem indexét.

Ha nincs KEZDET megadva, a mapfile törli a TÖMB tömböt olvasás előtt.

Kilépési kód:
Sikerrel tér vissza, kivéve érvénytelen kapcsoló vagy csak olvasható,
vagy nem indexelt TÖMB megadása esetén.
Translated by Gabor Kelemen
Located in builtins.c:1986
547.
Read lines from a file into an array variable.

A synonym for `mapfile'.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Sorok olvasása egy tömbváltozóba.

A „mapfile” szinonimája.
Translated by Gabor Kelemen
In upstream:
Sorok olvasása egy tömbváltozóba.

„mapfile” szinonimája.
Suggested by Mate Ory
Located in builtins.c:2086
544547 of 547 results

This translation is managed by Ubuntu Hungarian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Balázs Úr, Gabor Kelemen, Gabor Kelemen, Gábor István, Karoly Gossler, Mate Ory, Molditz György, Robert Roth.