# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-05-01 15:35+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: archlinux #, no-wrap msgid "BANNER" msgstr "" #. type: TH #: archlinux #, no-wrap msgid "28 August 1996" msgstr "" #. type: SH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: archlinux msgid "banner - print large letters" msgstr "" #. type: SH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: archlinux msgid "" "B [-Chlv] [-c character] [-f font] [-w cols] [--help] [--use-" "letters] [--version] [--use-char=character] [--font=font] [--width=cols] " "[text...]" msgstr "" #. type: SH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: archlinux msgid "" "The B program is used to print large letters of a given text. If the " "text is not given on the command line, it will be read from stdin." msgstr "" #. type: Plain text #: archlinux msgid "" "This implementation of banner splits the text in multiple lines if it is too " "long to fit on a single line. Splitting is done on word-boundaries, if " "possible. To force a line break, include a newline characters in the text." msgstr "" #. type: Plain text #: archlinux msgid "" "Note that contigous whitespace characters are folded to a single spaace." msgstr "" #. type: SS #: archlinux #, no-wrap msgid "OPTIONS" msgstr "" #. type: TP #: archlinux #, no-wrap msgid "I<-C, --center>" msgstr "" #. type: Plain text #: archlinux msgid "Center each line of the message." msgstr "" #. type: TP #: archlinux #, no-wrap msgid "I<-h, --help>" msgstr "" #. type: Plain text #: archlinux msgid "Print a usage message on standard output and exit successfully." msgstr "" #. type: TP #: archlinux #, no-wrap msgid "I<-l, --use-letters>" msgstr "" #. type: Plain text #: archlinux msgid "" "Use individual characters when drawing the letters, that is: Draw an `a' " "using a-characters, a `b' using b-characters, and so on." msgstr "" #. type: TP #: archlinux #, no-wrap msgid "I<-V, --version>" msgstr "" #. type: Plain text #: archlinux msgid "Print version information on standard output then exit successfully." msgstr "" #. type: TP #: archlinux #, no-wrap msgid "I<-c, --use-char=character>" msgstr "" #. type: Plain text #: archlinux msgid "" "Use the given I when drawing the letters. The default is an " "asterisk (`*')." msgstr "" #. type: TP #: archlinux #, no-wrap msgid "I<-f, --font=font>" msgstr "" #. type: Plain text #: archlinux msgid "" "Select font number I for drawing characters. There are two available " "fonts: Number 1 is the default font. Number 2 is a smaller font." msgstr "" #. type: TP #: archlinux #, no-wrap msgid "I<-w, --width=cols>" msgstr "" #. type: Plain text #: archlinux msgid "Assume the screen is I columns wide. The default is 75." msgstr "" #. type: SH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: archlinux msgid "Sverre H. Huseby (shh@thathost.com)." msgstr "" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "banner" msgstr "" #. type: TH #: fedora-40 #, no-wrap msgid "Oct 2020" msgstr "" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "Banner" msgstr "" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "Kenneth J. Pronovici" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "banner - prints a short string to the console in very large letters" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "B I" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "" "This is a classic-style banner program similar to the one found in Solaris " "or AIX in the late 1990s. It prints a short string to the console in very " "large letters." msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "" "Banners that do not fit in the terminal will be truncated. If $COLUMNS is " "exported in the environment, it is taken to be the width of the terminal. " "If $COLUMNS is not exported, and TIOCGWINSZ is available on the platform, " "then its idea of the terminal size is used. Otherwise, a terminal width of " "80 characters is assumed." msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "" "Usage is straightforward. For instance, a single word is printed like this:" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid " E banner ken\n" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "" " # # ####### # #\n" " # # # ## #\n" " # # # # # #\n" " ### ##### # # #\n" " # # # # # #\n" " # # # # ##\n" " # # ####### # #\n" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "Multiple arguments are printed on separate lines:" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid " E banner one two \n" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "" " ####### # # ####### \n" " # # ## # # \n" " # # # # # # \n" " # # # # # ##### \n" " # # # # # # \n" " # # # ## # \n" " ####### # # ####### \n" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "" " ####### # # ####### \n" " # # # # # # \n" " # # # # # # \n" " # # # # # # \n" " # # # # # # \n" " # # # # # # \n" " # ## ## ####### \n" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "" "To get a single long line containing whitespace, you must quote the string:" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid " E banner \"one two\"\n" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "" " ####### # # ####### ####### # # ####### \n" " # # ## # # # # # # # # \n" " # # # # # # # # # # # # \n" " # # # # # ##### # # # # # # \n" " # # # # # # # # # # # # \n" " # # # ## # # # # # # # \n" " ####### # # ####### # ## ## ####### \n" msgstr "" #. type: SH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "COMPATIBILITY" msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "" "From time to time, people assert that this program is buggy because it " "doesn't do something that some other banner implementation does. The " "behavior of the program is based on what I saw on Solaris and AIX systems at " "the time I wrote it in the late 1990s. I make no claims that the behavior " "is identical to that of any other contemporary system, especially any non-" "free system that I may or may not have access to." msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "" "If you don't like the behavior, you can either submit a patch, or you can " "use an alternative program such as figlet. I am always happy to accept " "patches, and I promise to integrate patches promptly if provided. So far, " "no one who's complained has bothered to provide any patches, so the behavior " "remains the same." msgstr "" #. type: SH #: fedora-40 #, no-wrap msgid "BUGS" msgstr "" #. type: Plain text #: fedora-40 msgid "Report bugs to Esupport@cedar-solutions.comE." msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "Written by Kenneth J. Pronovici Epronovic@ieee.orgE." msgstr "" #. type: SH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: fedora-40 msgid "Copyright (c) 2000-2004.2007,2013,2014 Kenneth J. Pronovici." msgstr "" #. type: Plain text #: fedora-40 fedora-rawhide mageia-cauldron msgid "" "This is free software; see the source for copying conditions. There is NO " "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." msgstr "" #. type: TH #: fedora-rawhide mageia-cauldron #, no-wrap msgid "Mar 2024" msgstr "" #. type: Plain text #: fedora-rawhide mageia-cauldron msgid "Copyright (c) 2000-2004,2007,2013,2014,2020,2024 Kenneth J. Pronovici" msgstr ""