python-docs-fr/library/curses.ascii.po

468 lines
11 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:44+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/curses.ascii.rst:3
msgid ":mod:`curses.ascii` --- Utilities for ASCII characters"
msgstr ""
#: ../Doc/library/curses.ascii.rst:13
msgid ""
"The :mod:`curses.ascii` module supplies name constants for ASCII characters "
"and functions to test membership in various ASCII character classes. The "
"constants supplied are names for control characters as follows:"
msgstr ""
#: ../Doc/library/curses.ascii.rst:18
msgid "Name"
msgstr "Nom"
#: ../Doc/library/curses.ascii.rst:18
msgid "Meaning"
msgstr "Signification"
#: ../Doc/library/curses.ascii.rst:20
msgid ":const:`NUL`"
msgstr ":const:`NUL`"
#: ../Doc/library/curses.ascii.rst:22
msgid ":const:`SOH`"
msgstr ":const:`SOH`"
#: ../Doc/library/curses.ascii.rst:22
msgid "Start of heading, console interrupt"
msgstr ""
#: ../Doc/library/curses.ascii.rst:24
msgid ":const:`STX`"
msgstr ":const:`STX`"
#: ../Doc/library/curses.ascii.rst:24
msgid "Start of text"
msgstr ""
#: ../Doc/library/curses.ascii.rst:26
msgid ":const:`ETX`"
msgstr ":const:`ETX`"
#: ../Doc/library/curses.ascii.rst:26
msgid "End of text"
msgstr ""
#: ../Doc/library/curses.ascii.rst:28
msgid ":const:`EOT`"
msgstr ":const:`EOT`"
#: ../Doc/library/curses.ascii.rst:28
msgid "End of transmission"
msgstr ""
#: ../Doc/library/curses.ascii.rst:30
msgid ":const:`ENQ`"
msgstr ":const:`ENQ`"
#: ../Doc/library/curses.ascii.rst:30
msgid "Enquiry, goes with :const:`ACK` flow control"
msgstr ""
#: ../Doc/library/curses.ascii.rst:32
msgid ":const:`ACK`"
msgstr ":const:`ACK`"
#: ../Doc/library/curses.ascii.rst:32
msgid "Acknowledgement"
msgstr ""
#: ../Doc/library/curses.ascii.rst:34
msgid ":const:`BEL`"
msgstr ":const:`BEL`"
#: ../Doc/library/curses.ascii.rst:34
msgid "Bell"
msgstr ""
#: ../Doc/library/curses.ascii.rst:36
msgid ":const:`BS`"
msgstr ":const:`BS`"
#: ../Doc/library/curses.ascii.rst:36
msgid "Backspace"
msgstr ""
#: ../Doc/library/curses.ascii.rst:38
msgid ":const:`TAB`"
msgstr ":const:`TAB`"
#: ../Doc/library/curses.ascii.rst:38
msgid "Tab"
msgstr ""
#: ../Doc/library/curses.ascii.rst:40
msgid ":const:`HT`"
msgstr ":const:`HT`"
#: ../Doc/library/curses.ascii.rst:40
msgid "Alias for :const:`TAB`: \"Horizontal tab\""
msgstr ""
#: ../Doc/library/curses.ascii.rst:42
msgid ":const:`LF`"
msgstr ":const:`LF`"
#: ../Doc/library/curses.ascii.rst:42
msgid "Line feed"
msgstr ""
#: ../Doc/library/curses.ascii.rst:44
msgid ":const:`NL`"
msgstr ":const:`NL`"
#: ../Doc/library/curses.ascii.rst:44
msgid "Alias for :const:`LF`: \"New line\""
msgstr ""
#: ../Doc/library/curses.ascii.rst:46
msgid ":const:`VT`"
msgstr ":const:`VT`"
#: ../Doc/library/curses.ascii.rst:46
msgid "Vertical tab"
msgstr ""
#: ../Doc/library/curses.ascii.rst:48
msgid ":const:`FF`"
msgstr ":const:`FF`"
#: ../Doc/library/curses.ascii.rst:48
msgid "Form feed"
msgstr ""
#: ../Doc/library/curses.ascii.rst:50
msgid ":const:`CR`"
msgstr ":const:`CR`"
#: ../Doc/library/curses.ascii.rst:50
msgid "Carriage return"
msgstr "Retour chariot"
#: ../Doc/library/curses.ascii.rst:52
msgid ":const:`SO`"
msgstr ":const:`SO`"
#: ../Doc/library/curses.ascii.rst:52
msgid "Shift-out, begin alternate character set"
msgstr ""
#: ../Doc/library/curses.ascii.rst:54
msgid ":const:`SI`"
msgstr ":const:`SI`"
#: ../Doc/library/curses.ascii.rst:54
msgid "Shift-in, resume default character set"
msgstr ""
#: ../Doc/library/curses.ascii.rst:56
msgid ":const:`DLE`"
msgstr ":const:`DLE`"
#: ../Doc/library/curses.ascii.rst:56
msgid "Data-link escape"
msgstr ""
#: ../Doc/library/curses.ascii.rst:58
msgid ":const:`DC1`"
msgstr ":const:`DC1`"
#: ../Doc/library/curses.ascii.rst:58
msgid "XON, for flow control"
msgstr ""
#: ../Doc/library/curses.ascii.rst:60
msgid ":const:`DC2`"
msgstr ":const:`DC2`"
#: ../Doc/library/curses.ascii.rst:60
msgid "Device control 2, block-mode flow control"
msgstr ""
#: ../Doc/library/curses.ascii.rst:62
msgid ":const:`DC3`"
msgstr ":const:`DC3`"
#: ../Doc/library/curses.ascii.rst:62
msgid "XOFF, for flow control"
msgstr ""
#: ../Doc/library/curses.ascii.rst:64
msgid ":const:`DC4`"
msgstr ":const:`DC4`"
#: ../Doc/library/curses.ascii.rst:64
msgid "Device control 4"
msgstr ""
#: ../Doc/library/curses.ascii.rst:66
msgid ":const:`NAK`"
msgstr ":const:`NAK`"
#: ../Doc/library/curses.ascii.rst:66
msgid "Negative acknowledgement"
msgstr ""
#: ../Doc/library/curses.ascii.rst:68
msgid ":const:`SYN`"
msgstr ":const:`SYN`"
#: ../Doc/library/curses.ascii.rst:68
msgid "Synchronous idle"
msgstr ""
#: ../Doc/library/curses.ascii.rst:70
msgid ":const:`ETB`"
msgstr ":const:`ETB`"
#: ../Doc/library/curses.ascii.rst:70
msgid "End transmission block"
msgstr ""
#: ../Doc/library/curses.ascii.rst:72
msgid ":const:`CAN`"
msgstr ":const:`CAN`"
#: ../Doc/library/curses.ascii.rst:72
msgid "Cancel"
msgstr ""
#: ../Doc/library/curses.ascii.rst:74
msgid ":const:`EM`"
msgstr ":const:`EM`"
#: ../Doc/library/curses.ascii.rst:74
msgid "End of medium"
msgstr ""
#: ../Doc/library/curses.ascii.rst:76
msgid ":const:`SUB`"
msgstr ":const:`SUB`"
#: ../Doc/library/curses.ascii.rst:76
msgid "Substitute"
msgstr ""
#: ../Doc/library/curses.ascii.rst:78
msgid ":const:`ESC`"
msgstr ":const:`ESC`"
#: ../Doc/library/curses.ascii.rst:78
msgid "Escape"
msgstr ""
#: ../Doc/library/curses.ascii.rst:80
msgid ":const:`FS`"
msgstr ":const:`FS`"
#: ../Doc/library/curses.ascii.rst:80
msgid "File separator"
msgstr "Séparateur de fichiers"
#: ../Doc/library/curses.ascii.rst:82
msgid ":const:`GS`"
msgstr ":const:`GS`"
#: ../Doc/library/curses.ascii.rst:82
msgid "Group separator"
msgstr "Séparateur de groupe"
#: ../Doc/library/curses.ascii.rst:84
msgid ":const:`RS`"
msgstr ":const:`RS`"
#: ../Doc/library/curses.ascii.rst:84
msgid "Record separator, block-mode terminator"
msgstr ""
#: ../Doc/library/curses.ascii.rst:86
msgid ":const:`US`"
msgstr ":const:`US`"
#: ../Doc/library/curses.ascii.rst:86
msgid "Unit separator"
msgstr ""
#: ../Doc/library/curses.ascii.rst:88
msgid ":const:`SP`"
msgstr ":const:`SP`"
#: ../Doc/library/curses.ascii.rst:88
msgid "Space"
msgstr ""
#: ../Doc/library/curses.ascii.rst:90
msgid ":const:`DEL`"
msgstr ":const:`DEL`"
#: ../Doc/library/curses.ascii.rst:90
msgid "Delete"
msgstr ""
#: ../Doc/library/curses.ascii.rst:93
msgid ""
"Note that many of these have little practical significance in modern usage. "
"The mnemonics derive from teleprinter conventions that predate digital "
"computers."
msgstr ""
#: ../Doc/library/curses.ascii.rst:96
msgid ""
"The module supplies the following functions, patterned on those in the "
"standard C library:"
msgstr ""
#: ../Doc/library/curses.ascii.rst:102
msgid ""
"Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) "
"or isdigit(c)``."
msgstr ""
#: ../Doc/library/curses.ascii.rst:108
msgid ""
"Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) "
"or islower(c)``."
msgstr ""
#: ../Doc/library/curses.ascii.rst:114
msgid "Checks for a character value that fits in the 7-bit ASCII set."
msgstr ""
#: ../Doc/library/curses.ascii.rst:119
msgid "Checks for an ASCII whitespace character; space or horizontal tab."
msgstr ""
#: ../Doc/library/curses.ascii.rst:124
msgid ""
"Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f)."
msgstr ""
#: ../Doc/library/curses.ascii.rst:129
msgid ""
"Checks for an ASCII decimal digit, ``'0'`` through ``'9'``. This is "
"equivalent to ``c in string.digits``."
msgstr ""
#: ../Doc/library/curses.ascii.rst:135
msgid "Checks for ASCII any printable character except space."
msgstr ""
#: ../Doc/library/curses.ascii.rst:140
msgid "Checks for an ASCII lower-case character."
msgstr ""
#: ../Doc/library/curses.ascii.rst:145
msgid "Checks for any ASCII printable character including space."
msgstr ""
#: ../Doc/library/curses.ascii.rst:150
msgid ""
"Checks for any printable ASCII character which is not a space or an "
"alphanumeric character."
msgstr ""
#: ../Doc/library/curses.ascii.rst:156
msgid ""
"Checks for ASCII white-space characters; space, line feed, carriage return, "
"form feed, horizontal tab, vertical tab."
msgstr ""
#: ../Doc/library/curses.ascii.rst:162
msgid "Checks for an ASCII uppercase letter."
msgstr ""
#: ../Doc/library/curses.ascii.rst:167
msgid ""
"Checks for an ASCII hexadecimal digit. This is equivalent to ``c in string."
"hexdigits``."
msgstr ""
#: ../Doc/library/curses.ascii.rst:173
msgid "Checks for an ASCII control character (ordinal values 0 to 31)."
msgstr ""
#: ../Doc/library/curses.ascii.rst:178
msgid "Checks for a non-ASCII character (ordinal values 0x80 and above)."
msgstr ""
#: ../Doc/library/curses.ascii.rst:180
msgid ""
"These functions accept either integers or strings; when the argument is a "
"string, it is first converted using the built-in function :func:`ord`."
msgstr ""
#: ../Doc/library/curses.ascii.rst:183
msgid ""
"Note that all these functions check ordinal bit values derived from the "
"first character of the string you pass in; they do not actually know "
"anything about the host machine's character encoding. For functions that "
"know about the character encoding (and handle internationalization properly) "
"see the :mod:`string` module."
msgstr ""
#: ../Doc/library/curses.ascii.rst:189
msgid ""
"The following two functions take either a single-character string or integer "
"byte value; they return a value of the same type."
msgstr ""
#: ../Doc/library/curses.ascii.rst:195
msgid "Return the ASCII value corresponding to the low 7 bits of *c*."
msgstr ""
#: ../Doc/library/curses.ascii.rst:200
msgid ""
"Return the control character corresponding to the given character (the "
"character bit value is bitwise-anded with 0x1f)."
msgstr ""
#: ../Doc/library/curses.ascii.rst:206
msgid ""
"Return the 8-bit character corresponding to the given ASCII character (the "
"character bit value is bitwise-ored with 0x80)."
msgstr ""
#: ../Doc/library/curses.ascii.rst:209
msgid ""
"The following function takes either a single-character string or integer "
"value; it returns a string."
msgstr ""
#: ../Doc/library/curses.ascii.rst:215
msgid ""
"Return a string representation of the ASCII character *c*. If *c* is "
"printable, this string is the character itself. If the character is a "
"control character (0x00-0x1f) the string consists of a caret (``'^'``) "
"followed by the corresponding uppercase letter. If the character is an ASCII "
"delete (0x7f) the string is ``'^?'``. If the character has its meta bit "
"(0x80) set, the meta bit is stripped, the preceding rules applied, and "
"``'!'`` prepended to the result."
msgstr ""
#: ../Doc/library/curses.ascii.rst:225
msgid ""
"A 33-element string array that contains the ASCII mnemonics for the thirty-"
"two ASCII control characters from 0 (NUL) to 0x1f (US), in order, plus the "
"mnemonic ``SP`` for the space character."
msgstr ""