1
0
Fork 0
python-docs-fr/library/curses.ascii.po

470 lines
10 KiB
Plaintext
Raw Permalink Normal View History

2018-07-04 09:06:45 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2018-07-04 09:08:42 +00:00
# For licence information, see README file.
2016-10-30 09:46:26 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2016-10-30 09:46:26 +00:00
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
2016-10-30 09:46:26 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2018-07-04 09:14:25 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
2017-05-23 22:40:56 +00:00
"Language: fr\n"
2016-10-30 09:46:26 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/curses.ascii.rst:2
2016-10-30 09:46:26 +00:00
msgid ":mod:`curses.ascii` --- Utilities for ASCII characters"
msgstr ""
#: library/curses.ascii.rst:10
msgid "**Source code:** :source:`Lib/curses/ascii.py`"
msgstr ""
#: library/curses.ascii.rst:14
2016-10-30 09:46:26 +00:00
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 ""
#: library/curses.ascii.rst:19
2016-10-30 09:46:26 +00:00
msgid "Name"
msgstr "Nom"
#: library/curses.ascii.rst:19
2016-10-30 09:46:26 +00:00
msgid "Meaning"
msgstr "Signification"
#: library/curses.ascii.rst:21
2016-10-30 09:46:26 +00:00
msgid ":const:`NUL`"
msgstr ":const:`NUL`"
#: library/curses.ascii.rst:23
2016-10-30 09:46:26 +00:00
msgid ":const:`SOH`"
msgstr ":const:`SOH`"
#: library/curses.ascii.rst:23
2016-10-30 09:46:26 +00:00
msgid "Start of heading, console interrupt"
msgstr ""
#: library/curses.ascii.rst:25
2016-10-30 09:46:26 +00:00
msgid ":const:`STX`"
msgstr ":const:`STX`"
#: library/curses.ascii.rst:25
2016-10-30 09:46:26 +00:00
msgid "Start of text"
msgstr ""
#: library/curses.ascii.rst:27
2016-10-30 09:46:26 +00:00
msgid ":const:`ETX`"
msgstr ":const:`ETX`"
#: library/curses.ascii.rst:27
2016-10-30 09:46:26 +00:00
msgid "End of text"
msgstr ""
#: library/curses.ascii.rst:29
2016-10-30 09:46:26 +00:00
msgid ":const:`EOT`"
msgstr ":const:`EOT`"
#: library/curses.ascii.rst:29
2016-10-30 09:46:26 +00:00
msgid "End of transmission"
msgstr ""
#: library/curses.ascii.rst:31
2016-10-30 09:46:26 +00:00
msgid ":const:`ENQ`"
msgstr ":const:`ENQ`"
#: library/curses.ascii.rst:31
2016-10-30 09:46:26 +00:00
msgid "Enquiry, goes with :const:`ACK` flow control"
msgstr ""
#: library/curses.ascii.rst:33
2016-10-30 09:46:26 +00:00
msgid ":const:`ACK`"
msgstr ":const:`ACK`"
#: library/curses.ascii.rst:33
2020-02-14 10:18:53 +00:00
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid "Acknowledgement"
2020-02-14 10:18:53 +00:00
msgstr "Remerciements"
2016-10-30 09:46:26 +00:00
#: library/curses.ascii.rst:35
2016-10-30 09:46:26 +00:00
msgid ":const:`BEL`"
msgstr ":const:`BEL`"
#: library/curses.ascii.rst:35
2016-10-30 09:46:26 +00:00
msgid "Bell"
msgstr ""
#: library/curses.ascii.rst:37
2016-10-30 09:46:26 +00:00
msgid ":const:`BS`"
msgstr ":const:`BS`"
#: library/curses.ascii.rst:37
2016-10-30 09:46:26 +00:00
msgid "Backspace"
msgstr ""
#: library/curses.ascii.rst:39
2016-10-30 09:46:26 +00:00
msgid ":const:`TAB`"
msgstr ":const:`TAB`"
#: library/curses.ascii.rst:39
2016-10-30 09:46:26 +00:00
msgid "Tab"
msgstr ""
#: library/curses.ascii.rst:41
2016-10-30 09:46:26 +00:00
msgid ":const:`HT`"
msgstr ":const:`HT`"
#: library/curses.ascii.rst:41
2016-10-30 09:46:26 +00:00
msgid "Alias for :const:`TAB`: \"Horizontal tab\""
msgstr ""
#: library/curses.ascii.rst:43
2016-10-30 09:46:26 +00:00
msgid ":const:`LF`"
msgstr ":const:`LF`"
#: library/curses.ascii.rst:43
2016-10-30 09:46:26 +00:00
msgid "Line feed"
msgstr ""
#: library/curses.ascii.rst:45
2016-10-30 09:46:26 +00:00
msgid ":const:`NL`"
msgstr ":const:`NL`"
#: library/curses.ascii.rst:45
2016-10-30 09:46:26 +00:00
msgid "Alias for :const:`LF`: \"New line\""
msgstr ""
#: library/curses.ascii.rst:47
2016-10-30 09:46:26 +00:00
msgid ":const:`VT`"
msgstr ":const:`VT`"
#: library/curses.ascii.rst:47
2016-10-30 09:46:26 +00:00
msgid "Vertical tab"
msgstr ""
#: library/curses.ascii.rst:49
2016-10-30 09:46:26 +00:00
msgid ":const:`FF`"
msgstr ":const:`FF`"
#: library/curses.ascii.rst:49
2016-10-30 09:46:26 +00:00
msgid "Form feed"
msgstr ""
#: library/curses.ascii.rst:51
2016-10-30 09:46:26 +00:00
msgid ":const:`CR`"
msgstr ":const:`CR`"
#: library/curses.ascii.rst:51
2016-10-30 09:46:26 +00:00
msgid "Carriage return"
msgstr "Retour chariot"
#: library/curses.ascii.rst:53
2016-10-30 09:46:26 +00:00
msgid ":const:`SO`"
msgstr ":const:`SO`"
#: library/curses.ascii.rst:53
2016-10-30 09:46:26 +00:00
msgid "Shift-out, begin alternate character set"
msgstr ""
#: library/curses.ascii.rst:55
2016-10-30 09:46:26 +00:00
msgid ":const:`SI`"
msgstr ":const:`SI`"
#: library/curses.ascii.rst:55
2016-10-30 09:46:26 +00:00
msgid "Shift-in, resume default character set"
msgstr ""
#: library/curses.ascii.rst:57
2016-10-30 09:46:26 +00:00
msgid ":const:`DLE`"
msgstr ":const:`DLE`"
#: library/curses.ascii.rst:57
2016-10-30 09:46:26 +00:00
msgid "Data-link escape"
msgstr ""
#: library/curses.ascii.rst:59
2016-10-30 09:46:26 +00:00
msgid ":const:`DC1`"
msgstr ":const:`DC1`"
#: library/curses.ascii.rst:59
2016-10-30 09:46:26 +00:00
msgid "XON, for flow control"
msgstr ""
#: library/curses.ascii.rst:61
2016-10-30 09:46:26 +00:00
msgid ":const:`DC2`"
msgstr ":const:`DC2`"
#: library/curses.ascii.rst:61
2016-10-30 09:46:26 +00:00
msgid "Device control 2, block-mode flow control"
msgstr ""
#: library/curses.ascii.rst:63
2016-10-30 09:46:26 +00:00
msgid ":const:`DC3`"
msgstr ":const:`DC3`"
#: library/curses.ascii.rst:63
2016-10-30 09:46:26 +00:00
msgid "XOFF, for flow control"
msgstr ""
#: library/curses.ascii.rst:65
2016-10-30 09:46:26 +00:00
msgid ":const:`DC4`"
msgstr ":const:`DC4`"
#: library/curses.ascii.rst:65
2016-10-30 09:46:26 +00:00
msgid "Device control 4"
msgstr ""
#: library/curses.ascii.rst:67
2016-10-30 09:46:26 +00:00
msgid ":const:`NAK`"
msgstr ":const:`NAK`"
#: library/curses.ascii.rst:67
2016-10-30 09:46:26 +00:00
msgid "Negative acknowledgement"
msgstr ""
#: library/curses.ascii.rst:69
2016-10-30 09:46:26 +00:00
msgid ":const:`SYN`"
msgstr ":const:`SYN`"
#: library/curses.ascii.rst:69
2016-10-30 09:46:26 +00:00
msgid "Synchronous idle"
msgstr ""
#: library/curses.ascii.rst:71
2016-10-30 09:46:26 +00:00
msgid ":const:`ETB`"
msgstr ":const:`ETB`"
#: library/curses.ascii.rst:71
2016-10-30 09:46:26 +00:00
msgid "End transmission block"
msgstr ""
#: library/curses.ascii.rst:73
2016-10-30 09:46:26 +00:00
msgid ":const:`CAN`"
msgstr ":const:`CAN`"
#: library/curses.ascii.rst:73
2016-10-30 09:46:26 +00:00
msgid "Cancel"
msgstr ""
#: library/curses.ascii.rst:75
2016-10-30 09:46:26 +00:00
msgid ":const:`EM`"
msgstr ":const:`EM`"
#: library/curses.ascii.rst:75
2016-10-30 09:46:26 +00:00
msgid "End of medium"
msgstr ""
#: library/curses.ascii.rst:77
2016-10-30 09:46:26 +00:00
msgid ":const:`SUB`"
msgstr ":const:`SUB`"
#: library/curses.ascii.rst:77
2016-10-30 09:46:26 +00:00
msgid "Substitute"
msgstr ""
#: library/curses.ascii.rst:79
2016-10-30 09:46:26 +00:00
msgid ":const:`ESC`"
msgstr ":const:`ESC`"
#: library/curses.ascii.rst:79
2016-10-30 09:46:26 +00:00
msgid "Escape"
msgstr ""
#: library/curses.ascii.rst:81
2016-10-30 09:46:26 +00:00
msgid ":const:`FS`"
msgstr ":const:`FS`"
#: library/curses.ascii.rst:81
2016-10-30 09:46:26 +00:00
msgid "File separator"
msgstr "Séparateur de fichiers"
#: library/curses.ascii.rst:83
2016-10-30 09:46:26 +00:00
msgid ":const:`GS`"
msgstr ":const:`GS`"
#: library/curses.ascii.rst:83
2016-10-30 09:46:26 +00:00
msgid "Group separator"
msgstr "Séparateur de groupe"
#: library/curses.ascii.rst:85
2016-10-30 09:46:26 +00:00
msgid ":const:`RS`"
msgstr ":const:`RS`"
#: library/curses.ascii.rst:85
2016-10-30 09:46:26 +00:00
msgid "Record separator, block-mode terminator"
msgstr ""
#: library/curses.ascii.rst:87
2016-10-30 09:46:26 +00:00
msgid ":const:`US`"
msgstr ":const:`US`"
#: library/curses.ascii.rst:87
2016-10-30 09:46:26 +00:00
msgid "Unit separator"
msgstr ""
#: library/curses.ascii.rst:89
2016-10-30 09:46:26 +00:00
msgid ":const:`SP`"
msgstr ":const:`SP`"
#: library/curses.ascii.rst:89
2016-10-30 09:46:26 +00:00
msgid "Space"
msgstr ""
#: library/curses.ascii.rst:91
2016-10-30 09:46:26 +00:00
msgid ":const:`DEL`"
msgstr ":const:`DEL`"
#: library/curses.ascii.rst:91
2016-10-30 09:46:26 +00:00
msgid "Delete"
msgstr ""
#: library/curses.ascii.rst:94
2016-10-30 09:46:26 +00:00
msgid ""
"Note that many of these have little practical significance in modern usage. "
"The mnemonics derive from teleprinter conventions that predate digital "
"computers."
msgstr ""
#: library/curses.ascii.rst:97
2016-10-30 09:46:26 +00:00
msgid ""
"The module supplies the following functions, patterned on those in the "
"standard C library:"
msgstr ""
#: library/curses.ascii.rst:103
2016-10-30 09:46:26 +00:00
msgid ""
"Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) "
"or isdigit(c)``."
msgstr ""
#: library/curses.ascii.rst:109
2016-10-30 09:46:26 +00:00
msgid ""
"Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) "
"or islower(c)``."
msgstr ""
#: library/curses.ascii.rst:115
2016-10-30 09:46:26 +00:00
msgid "Checks for a character value that fits in the 7-bit ASCII set."
msgstr ""
#: library/curses.ascii.rst:120
2016-10-30 09:46:26 +00:00
msgid "Checks for an ASCII whitespace character; space or horizontal tab."
msgstr ""
#: library/curses.ascii.rst:125
2016-10-30 09:46:26 +00:00
msgid ""
"Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f)."
msgstr ""
#: library/curses.ascii.rst:130
2016-10-30 09:46:26 +00:00
msgid ""
"Checks for an ASCII decimal digit, ``'0'`` through ``'9'``. This is "
"equivalent to ``c in string.digits``."
msgstr ""
#: library/curses.ascii.rst:136
2016-10-30 09:46:26 +00:00
msgid "Checks for ASCII any printable character except space."
msgstr ""
#: library/curses.ascii.rst:141
2016-10-30 09:46:26 +00:00
msgid "Checks for an ASCII lower-case character."
msgstr ""
#: library/curses.ascii.rst:146
2016-10-30 09:46:26 +00:00
msgid "Checks for any ASCII printable character including space."
msgstr ""
#: library/curses.ascii.rst:151
2016-10-30 09:46:26 +00:00
msgid ""
"Checks for any printable ASCII character which is not a space or an "
"alphanumeric character."
msgstr ""
#: library/curses.ascii.rst:157
2016-10-30 09:46:26 +00:00
msgid ""
"Checks for ASCII white-space characters; space, line feed, carriage return, "
"form feed, horizontal tab, vertical tab."
msgstr ""
#: library/curses.ascii.rst:163
2016-10-30 09:46:26 +00:00
msgid "Checks for an ASCII uppercase letter."
msgstr ""
#: library/curses.ascii.rst:168
2016-10-30 09:46:26 +00:00
msgid ""
"Checks for an ASCII hexadecimal digit. This is equivalent to ``c in string."
"hexdigits``."
msgstr ""
#: library/curses.ascii.rst:174
2016-10-30 09:46:26 +00:00
msgid "Checks for an ASCII control character (ordinal values 0 to 31)."
msgstr ""
#: library/curses.ascii.rst:179
2016-10-30 09:46:26 +00:00
msgid "Checks for a non-ASCII character (ordinal values 0x80 and above)."
msgstr ""
#: library/curses.ascii.rst:181
2016-10-30 09:46:26 +00:00
msgid ""
2017-12-01 06:48:13 +00:00
"These functions accept either integers or single-character strings; when the "
"argument is a string, it is first converted using the built-in function :"
"func:`ord`."
2016-10-30 09:46:26 +00:00
msgstr ""
#: library/curses.ascii.rst:184
2016-10-30 09:46:26 +00:00
msgid ""
2017-12-01 06:48:13 +00:00
"Note that all these functions check ordinal bit values derived from the "
"character of the string you pass in; they do not actually know anything "
"about the host machine's character encoding."
2016-10-30 09:46:26 +00:00
msgstr ""
#: library/curses.ascii.rst:188
2016-10-30 09:46:26 +00:00
msgid ""
"The following two functions take either a single-character string or integer "
"byte value; they return a value of the same type."
msgstr ""
#: library/curses.ascii.rst:194
2016-10-30 09:46:26 +00:00
msgid "Return the ASCII value corresponding to the low 7 bits of *c*."
msgstr ""
#: library/curses.ascii.rst:199
2016-10-30 09:46:26 +00:00
msgid ""
"Return the control character corresponding to the given character (the "
"character bit value is bitwise-anded with 0x1f)."
msgstr ""
#: library/curses.ascii.rst:205
2016-10-30 09:46:26 +00:00
msgid ""
"Return the 8-bit character corresponding to the given ASCII character (the "
"character bit value is bitwise-ored with 0x80)."
msgstr ""
#: library/curses.ascii.rst:208
2016-10-30 09:46:26 +00:00
msgid ""
"The following function takes either a single-character string or integer "
"value; it returns a string."
msgstr ""
#: library/curses.ascii.rst:218
2016-10-30 09:46:26 +00:00
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 "
2017-04-02 20:14:06 +00:00
"control character (0x00--0x1f) the string consists of a caret (``'^'``) "
2016-10-30 09:46:26 +00:00
"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 ""
#: library/curses.ascii.rst:228
2016-10-30 09:46:26 +00:00
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 ""