Skip to content

Commit 4ea5e2e

Browse files
authored
Create index.po
1 parent bcebcaf commit 4ea5e2e

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

reference/index.po

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-03-04 13:08+0200\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language: ro\n"
15+
"Language-Team: ro <LL@li.org>\n"
16+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100"
17+
" < 20)) ? 1 : 2);\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=utf-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Generated-By: Babel 2.17.0\n"
22+
23+
#: ../../reference/index.rst:5
24+
msgid "The Python Language Reference"
25+
msgstr ""
26+
27+
#: ../../reference/index.rst:7
28+
msgid ""
29+
"This reference manual describes the syntax and \"core semantics\" of the "
30+
"language. It is terse, but attempts to be exact and complete. The "
31+
"semantics of non-essential built-in object types and of the built-in "
32+
"functions and modules are described in :ref:`library-index`. For an "
33+
"informal introduction to the language, see :ref:`tutorial-index`. For C "
34+
"or C++ programmers, two additional manuals exist: :ref:`extending-index` "
35+
"describes the high-level picture of how to write a Python extension "
36+
"module, and the :ref:`c-api-index` describes the interfaces available to "
37+
"C/C++ programmers in detail."
38+
msgstr ""
39+

0 commit comments

Comments
 (0)