diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /templates/man1/lessecho.1.pot | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man1/lessecho.1.pot')
-rw-r--r-- | templates/man1/lessecho.1.pot | 360 |
1 files changed, 360 insertions, 0 deletions
diff --git a/templates/man1/lessecho.1.pot b/templates/man1/lessecho.1.pot new file mode 100644 index 00000000..757c4582 --- /dev/null +++ b/templates/man1/lessecho.1.pot @@ -0,0 +1,360 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 17:00+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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LESSECHO" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Version 643: 20 Jul 2023" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "lessecho - expand metacharacters" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<lessecho> I<[-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] [-a] file ...>" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"B<lessecho> is a program that simply echos its arguments on standard " +"output. But any metacharacter in the output is preceded by an \"escape\" " +"character, which by default is a backslash." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A summary of options is included below." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-e>I<x>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Specifies \"I<x>\", rather than backslash, to be the escape char for " +"metachars. If I<x> is \"-\", no escape char is used and arguments " +"containing metachars are surrounded by quotes instead." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-o>I<x>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Specifies \"I<x>\", rather than double-quote, to be the open quote " +"character, which is used if the -e- option is specified." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-c>I<x>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Specifies \"I<x>\" to be the close quote character." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-p>I<n>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Specifies \"I<n>\" to be the open quote character, as an integer." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-d>I<n>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Specifies \"I<n>\" to be the close quote character, as an integer." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-m>I<x>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Specifies \"I<x>\" to be a metachar. By default, no characters are " +"considered metachars." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-n>I<n>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Specifies \"I<n>\" to be a metachar, as an integer." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-f>I<n>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Specifies \"I<n>\" to be the escape char for metachars, as an integer." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specifies that all arguments are to be quoted. The default is that only " +"arguments containing metacharacters are quoted." +msgstr "" + +#. 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 "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<less>(1)" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This manual page was written by Thomas Schoepf E<lt>schoepf@debian.orgE<gt>, " +"for the Debian GNU/Linux system (but may be used by others)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Report bugs at https://github.com/gwsw/less/issues." +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "Version 590: 03 Jun 2021" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"I<lessecho> is a program that simply echos its arguments on standard " +"output. But any metacharacter in the output is preceded by an \"escape\" " +"character, which by default is a backslash." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-ex>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"Specifies \"x\", rather than backslash, to be the escape char for " +"metachars. If x is \"-\", no escape char is used and arguments containing " +"metachars are surrounded by quotes instead." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-ox>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"Specifies \"x\", rather than double-quote, to be the open quote character, " +"which is used if the -e- option is specified." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-cx>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Specifies \"x\" to be the close quote character." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-pn>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Specifies \"n\" to be the open quote character, as an integer." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-dn>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Specifies \"n\" to be the close quote character, as an integer." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-mx>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"Specifies \"x\" to be a metachar. By default, no characters are considered " +"metachars." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-nn>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Specifies \"n\" to be a metachar, as an integer." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "B<-fn>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Specifies \"n\" to be the escape char for metachars, as an integer." +msgstr "" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "Version 643: 12 Feb 2024" +msgstr "" |