1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2022-01-26 05:36-0400\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=cp1252\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
#: __init__.py:177 __main__.py:175 idle\main.py:220
msgid "The file {filename} does not exist."
msgstr ""
#: __init__.py:324
msgid "Type 'Friendly' for basic help."
msgstr ""
#: console.py:28
msgid ""
" Do you find these warnings useful?\n"
" Comment at https://github.com/friendly-traceback/friendly-traceback/issues/7.\n"
"\n"
" You can use www('warnings') to go to that url."
msgstr ""
#: console.py:95
msgid "Warning: you added a type hint to the python builtin `{name}`."
msgstr ""
#: console.py:98
msgid ""
"Warning: you used a type hint for a variable without assigning it a value.\n"
msgstr ""
#: console.py:101
msgid "Instead of `{hint}`, perhaps you meant `{assignment}`."
msgstr ""
#: console.py:171
msgid "Warning: you have redefined the python builtin `{name}`."
msgstr ""
#: idle\main.py:150
msgid ""
"Friendly cannot be installed in this version of IDLE.\n"
msgstr ""
#: idle\main.py:151
msgid ""
"Using Friendly's own console instead.\n"
msgstr ""
#: jupyter.py:78
msgid "Sets the width of the traceback."
msgstr ""
#: mu\repl.py:64
msgid "set_width() is only available using 'day', 'night' or 'colourful' mode."
msgstr ""
#: mu\repl.py:104
msgid "Colour scheme designed for Mu's day theme."
msgstr ""
#: mu\repl.py:105
msgid "Colour scheme designed for Mu's night theme."
msgstr ""
#: mu\repl.py:106
msgid "Colourful scheme with black background suitable for Mu's high contrast theme."
msgstr ""
#: mu\repl.py:109
msgid "White text on black background; suitable for Mu's high contrast theme."
msgstr ""
#: mu\runner.py:16
msgid ""
"Friendly themes are only available in Mu's REPL.\n"
msgstr ""
#: rich_console_helpers.py:86
msgid "Sets a colour scheme designed for a black background."
msgstr ""
#: rich_console_helpers.py:89
msgid "Sets a colour scheme designed for a white background."
msgstr ""
#: rich_console_helpers.py:92
msgid "Plain formatting, with no colours added."
msgstr ""
#: rich_console_helpers.py:93
msgid "Sets the background color."
msgstr ""
#: rich_console_helpers.py:94
msgid "Sets the output width in some modes."
msgstr ""
#: rich_console_helpers.py:95
msgid "Prints the saved settings."
msgstr ""
#: rich_formatters.py:128
msgid "Hide"
msgstr ""
#: rich_formatters.py:191
msgid "More ..."
msgstr ""
#: rich_formatters.py:192
msgid "Show message only"
msgstr ""
#: theme\__init__.py:29
msgid ""
"Invalid color {color}.\n"
"Colors must be of the form #dddddd."
msgstr ""
|