-
-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy path__main__.po
More file actions
30 lines (28 loc) · 1.05 KB
/
__main__.po
File metadata and controls
30 lines (28 loc) · 1.05 KB
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
# 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/__main__.rst:3
msgid ":mod:`__main__` --- Top-level script environment"
msgstr ":mod:`__main__` --- Point d'entrée des scripts"
#: ../Doc/library/__main__.rst:9
msgid ""
"This module represents the (otherwise anonymous) scope in which the "
"interpreter's main program executes --- commands read either from standard "
"input, from a script file, or from an interactive prompt. It is this "
"environment in which the idiomatic \"conditional script\" stanza causes a "
"script to run::"
msgstr ""