Browsing Czech translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Czech guidelines.
131140 of 564 results
131.
Close idle connections. By default only with current server.
-a close idle connections with all servers
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.
Uzavře zahálející spojení. Implicitně jen se současným serverem.
-a uzavře zahálející spojení ke všem serverům
Translated by Petr Písař
Located in src/commands.cc:164
132.
[re]cls [opts] [path/][pattern]
[re]cls [volby] [cesta/][vzor]
Translated by Petr Písař
Located in src/commands.cc:166
133.
List remote files. You can redirect output of this command to file
or via pipe to external command.

-1 - single-column output
-a, --all - show dot files
-B, --basename - show basename of files only
--block-size=SIZ - use SIZ-byte blocks
-d, --directory - list directory entries instead of contents
-F, --classify - append indicator (one of /@) to entries
-h, --human-readable - print sizes in human readable format (e.g., 1K)
--si - likewise, but use powers of 1000 not 1024
-k, --kilobytes - like --block-size=1024
-l, --long - use a long listing format
-q, --quiet - don't show status
-s, --size - print size of each file
--filesize - if printing size, only print size for files
-i, --nocase - case-insensitive pattern matching
-I, --sortnocase - sort names case-insensitively
-D, --dirsfirst - list directories first
--sort=OPT - "name", "size", "date"
-S - sort by file size
--user, --group, --perms, --date, --linkcount, --links
- show individual fields
--time-style=STYLE - use specified time format

By default, cls output is cached, to see new listing use `recls' or
`cache flush'.

The variables cls-default and cls-completion-default can be used to
specify defaults for cls listings and completion listings, respectively.
For example, to make completion listings show file sizes, set
cls-completion-default to "-s".

Tips: Use --filesize with -D to pack the listing better. If you don't
always want to see file sizes, --filesize in cls-default will affect the
-s flag on the commandline as well. Add `-i' to cls-completion-default
to make filename completion case-insensitive.
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.
Vypíše vzdálené soubory. Výstup tohoto příkazu lze přesměrovat do souboru
nebo přes rouru do vnějšího příkazu.

-1 – jednosloupcový výstup
-a, --all - zobrazí soubory začínající tečkou
-B, --basename – ukáže jen názvy souborů bez cesty
--block-size=VEL – použije bloky po[nbsp]VEL bajtech
-d, --directory – vypíše záznamy adresářů namísto jejich obsahu
-F, --classify – ke každému záznamu připojí značku (jednu z[nbsp]/@)
-h, --human-readable – velikosti vypíše v[nbsp]lidem čitelnější[nbsp]podobě (např. 1K)
--si – podobně, ale použije mocniny 1000, ne 1024
-k, --kilobytes – stejné jako --block-size=1024
-l, --long – použije dlouhý formát výpisu
-q, --quiet – nezobrazí status
-s, --size – vypíše velikost každého souboru
--filesize – vypisuje-li velikost, tak jen u[nbsp]souborů
-i, --nocase – porovnávání se vzorem nerozlišuje velikost písmen
-I, --sortnocase – seřadí názvy bez ohledu na velikost písmen
-D, --dirsfirst – vypíše nejprve adresáře
--sort=VOLBA – řadí podle: „name“ (názvu), „size“ (velikosti),
„date“ (data)
-S – řadí podle velikosti souboru
--user, --group, --perms, --date, --linkcount, --links
– zobrazí dané položky (vlastníka, skupinu, práva,
datum, počet odkazů, odkazy)
--time-style=FORMÁT – použije daný formát času

Implicitně je výstup cls kešován, pro čerstvý výpis použijte „recls“ nebo
„cache flush“.

Implicitní volby cls a volby při doplňování lze určit pomocí proměnných
cls-default a cls-completion-default. Například, aby výpis doplňovaný podle
vzoru ukazoval velikosti souborů, nastavte cls-completion-default na „-s“.

Tipy: Výpis lze zhustit pomocí --filesize spolu s[nbsp]-D. Nechcete-li vždy vidět
velikosti souborů, --filesize v[nbsp]cls-default ovlivní i[nbsp]příznak -s
z[nbsp]příkazového řádku. Chcete-li učinit doplňování názvů souborů necitlivé na
velikost písmen, přidejte do cls-completion-default „-i“.
Translated by Petr Písař
Located in src/commands.cc:167
134.
debug [OPTS] [<level>|off]
debug [VOLBY] [<úroveň>|off]
Translated by Petr Písař
Located in src/commands.cc:217
135.
Set debug level to given value or turn debug off completely.
-o <file> redirect debug output to the file
-c show message context
-p show PID
-t show timestamps
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.
Nastaví úroveň ladění na zadanou hodnotu, nebo jej úplně vypne („off“).
-o <soubor> ladicí výstup přesměruje do souboru
-c zobrazí kontext zpráv
-p zobrazí PID
-t zobrazí časové značky
Translated by Petr Písař
Located in src/commands.cc:218
136.
du [options] <dirs>
du [volby] <adresáře>
Translated by Petr Písař
Located in src/commands.cc:223
137.
Summarize disk usage.
-a, --all write counts for all files, not just directories
--block-size=SIZ use SIZ-byte blocks
-b, --bytes print size in bytes
-c, --total produce a grand total
-d, --max-depth=N print the total for a directory (or file, with --all)
only if it is N or fewer levels below the command
line argument; --max-depth=0 is the same as
--summarize
-F, --files print number of files instead of sizes
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)
-H, --si likewise, but use powers of 1000 not 1024
-k, --kilobytes like --block-size=1024
-m, --megabytes like --block-size=1048576
-S, --separate-dirs do not include size of subdirectories
-s, --summarize display only a total for each argument
--exclude=PAT exclude files that match PAT
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.
Shrne využití disku.
-a, --all vypíše čísla pro všechny souboru, ne jen pro adresáře
--block-size=VEL použije bloky po VEL bajtech
-b, --bytes velikosti vypíše v[nbsp]bajtech
-c, --total vyrobí hlavní součet
-d, --max-depth=N vypíše součet pro adresář (nebo soubor s[nbsp]--all)
pouze tehdy, když se nachází v[nbsp]N. nebo nižší úrovni
než argument příkazové řádky;
--max-depth=0 má stejný význam jako --summarize
-F, --files vypíše počet souborů namísto velikostí
-h, --human-readable velikosti vypíše v[nbsp]čitelnějším tvaru (např. 1K 234M 2G)
-H, --si nápodobně, ale za základ použije 1000, nikoliv 1024
-k, --kilobytes stejné jako --block-size=1024
-m, --megabytes stejné jako --block-size=1048576
-S, --separate-dirs nezahrne velikost podadresářů
-s, --summarize zobrazí pouze celkový součet každého argumentu
--exclude=CESTA vynechá soubory, které odpovídají CESTĚ
Translated by Petr Písař
Located in src/commands.cc:224
138.
edit [OPTS] <file>
edit [VOLBY] <soubor>
Translated by Petr Písař
Located in src/commands.cc:242
139.
Retrieve remote file to a temporary location, run a local editor on it
and upload the file back if changed.
-k keep the temporary file
-o <temp> explicit temporary file location
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.
Vzdálený soubor uloží do dočasné místního souboru, pustí na něm editor
a soubor nahraje zpět na server, pokud se změnil.
-k ponechá dočasný soubor
-o <dočasný> explicitní umístnění dočasného souboru
Translated by Petr Písař
Located in src/commands.cc:243
140.
exit [<code>|bg]
exit [<kód>|bg]
Translated by Petr Písař
Located in src/commands.cc:248
131140 of 564 results

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

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

Contributors to this translation: Jan Marek, Martin Grames, Martin Šácha, Petr Písař, Tadeáš Pařík.