summaryrefslogtreecommitdiffstats
path: root/templates/man1/script.1.pot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /templates/man1/script.1.pot
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man1/script.1.pot')
-rw-r--r--templates/man1/script.1.pot188
1 files changed, 72 insertions, 116 deletions
diff --git a/templates/man1/script.1.pot b/templates/man1/script.1.pot
index a50875f0..324c3e28 100644
--- a/templates/man1/script.1.pot
+++ b/templates/man1/script.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2023-08-27 17:20+0200\n"
+"POT-Creation-Date: 2024-03-29 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SCRIPT"
msgstr ""
@@ -35,41 +35,41 @@ msgid "util-linux 2.38.1"
msgstr ""
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "User Commands"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NAME"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "script - make typescript of terminal session"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<script> [options] [I<file>]"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<script> makes a typescript of everything on your terminal session. The "
"terminal data are stored in raw form to the log file and information about "
@@ -89,7 +89,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"If the argument I<file> or option B<--log-out> I<file> is given, B<script> "
"saves the dialogue in this I<file>. If no filename is given, the dialogue is "
@@ -97,7 +97,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Note that logging input using B<--log-in> or B<--log-io> may record security-"
"sensitive information as the log file contains all terminal session input (e."
@@ -105,13 +105,13 @@ msgid ""
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Below, the I<size> argument may be followed by the multiplicative suffixes "
"KiB (=1024), MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB "
@@ -121,24 +121,24 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-a>, B<--append>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Append the output to I<file> or to I<typescript>, retaining the prior "
"contents."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-c>, B<--command> I<command>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Run the I<command> rather than an interactive shell. This makes it easy for "
"a script to capture the output of a program that behaves differently when "
@@ -146,19 +146,19 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-E>, B<--echo> I<when>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"This option controls the B<ECHO> flag for the slave end of the session\\(cqs "
"pseudoterminal. The supported modes are I<always>, I<never>, or I<auto>."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The default is I<auto> \\(em in this case, B<ECHO> enabled for the "
"pseudoterminal slave; if the current standard input is a terminal, B<ECHO> "
@@ -169,19 +169,19 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Note that \\(aqnever\\(aq mode affects content of the session output log, "
"because users input is not repeated on output."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-e>, B<--return>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Return the exit status of the child process. Uses the same format as bash "
"termination on signal termination (i.e., exit status is 128 + the signal "
@@ -190,7 +190,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-f>, B<--flush>"
msgstr ""
@@ -205,24 +205,24 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--force>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Allow the default output file I<typescript> to be a hard or symbolic link. "
"The command will follow a symbolic link."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-B>, B<--log-io> I<file>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Log input and output to the same I<file>. Note, this option makes sense only "
"if B<--log-timing> is also specified, otherwise it\\(cqs impossible to "
@@ -230,31 +230,31 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-I>, B<--log-in> I<file>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Log input to the I<file>. The log output is disabled if only B<--log-in> "
"specified."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Use this logging functionality carefully as it logs all input, including "
"input when terminal has disabled echo flag (for example, password inputs)."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-O>, B<--log-out> I<file>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Log output to the I<file>. The default is to log output to the file with "
"name I<typescript> if the option B<--log-out> or B<--log-in> is not given. "
@@ -262,12 +262,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-T>, B<--log-timing> I<file>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Log timing information to the I<file>. Two timing file formats are supported "
"now. The classic format is used when only one stream (input or output) "
@@ -276,12 +276,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-m>, B<--logging-format> I<format>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Force use of I<advanced> or I<classic> format. The default is the classic "
"format to log only output and the advanced format when input as well as "
@@ -289,12 +289,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<Classic format>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The log contains two fields, separated by a space. The first field indicates "
"how much time elapsed since the previous output. The second field indicates "
@@ -302,7 +302,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<Advanced (multi-stream) format>"
msgstr ""
@@ -316,12 +316,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-o>, B<--output-limit> I<size>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Limit the size of the typescript and timing files to I<size> and stop the "
"child process after this size is exceeded. The calculated file size does not "
@@ -331,22 +331,22 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-q>, B<--quiet>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Be quiet (do not write start and done messages to standard output)."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-t>[I<file>], B<--timing>[=I<file>]"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Output timing data to standard error, or to I<file> when given. This option "
"is deprecated in favour of B<--log-timing> where the I<file> argument is not "
@@ -354,17 +354,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-h>, B<--help>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display help text and exit."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-V>, B<--version>"
msgstr ""
@@ -374,35 +374,35 @@ msgid "Print version and exit."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SIGNALS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Upon receiving B<SIGUSR1>, B<script> immediately flushes the output files."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The following environment variable is utilized by B<script>:"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<SHELL>"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"If the variable B<SHELL> exists, the shell forked by B<script> will be that "
"shell. If B<SHELL> is not set, the Bourne shell is assumed. (Most shells set "
@@ -410,13 +410,13 @@ msgid ""
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NOTES"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The script ends when the forked shell exits (a I<control-D> for the Bourne "
"shell (B<sh>(1p)), and I<exit>, I<logout> or I<control-d> (if I<ignoreeof> "
@@ -424,7 +424,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Certain interactive commands, such as B<vi>(1), create garbage in the "
"typescript file. B<script> works best with commands that do not manipulate "
@@ -432,7 +432,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"It is not recommended to run B<script> in non-interactive shells. The inner "
"shell of B<script> is always interactive, and this could lead to unexpected "
@@ -442,7 +442,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid ""
"if test -t 0 ; then\n"
@@ -452,38 +452,38 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"You should also avoid use of B<script> in command pipes, as B<script> can "
"read more input than you would expect."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "HISTORY"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "The B<script> command appeared in 3.0BSD."
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<script> places I<everything> in the log file, including linefeeds and "
"backspaces. This is not what the naive user expects."
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<script> is primarily designed for interactive terminal sessions. When "
"stdin is not a terminal (for example: B<echo foo | script>), then the "
@@ -493,82 +493,38 @@ msgid ""
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<csh>(1) (for the I<history> mechanism), B<scriptreplay>(1), "
"B<scriptlive>(1)"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "REPORTING BUGS"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "For bug reports, use the issue tracker at"
msgstr ""
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "AVAILABILITY"
msgstr ""
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The B<script> command is part of the util-linux package which can be "
"downloaded from"
msgstr ""
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "2022-02-14"
-msgstr ""
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "util-linux 2.37.4"
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid ""
-"Since version 2.35, B<script> supports multiple streams and allows the "
-"logging of input and output to separate files or all the one file. This "
-"version also supports new timing file which records additional information. "
-"The command B<scriptreplay --summary> then provides all the information."
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid ""
-"Flush output after each write. This is nice for telecooperation: one person "
-"does B<mkfifo foo; script -f foo>, and another can supervise in real-time "
-"what is being done using B<cat foo>. Note that flush has an impact on "
-"performance; it\\(cqs possible to use B<SIGUSR1> to flush logs on demand."
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid ""
-"The first field is an entry type identifier (\\(aqI\\(cqnput, "
-"\\(aqO\\(cqutput, \\(aqH\\(cqeader, \\(aqS\\(cqignal). The socond field is "
-"how much time elapsed since the previous entry, and the rest of the entry is "
-"type-specific data."
-msgstr ""
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "Display version information and exit."
-msgstr ""