Skip to content

Commit a236456

Browse files
committed
Revert "Add translation for reference/index.po"
This reverts commit fe22300.
1 parent fe22300 commit a236456

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

reference/index.po

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,25 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2025-12-04 09:48+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Vassiliki Dalakiari <[email protected]>\n"
14-
"Language-Team: PyGreece <organizers@pygreece.org>\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: \n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
msgid "Python Language Reference"
21-
msgstr "Εγχειρίδιο Αναφοράς της Γλώσσας Python"
20+
#: reference/index.rst:5
21+
msgid "The Python Language Reference"
22+
msgstr ""
2223

23-
#: ../../reference/index.rst:5
24+
#: reference/index.rst:7
2425
msgid ""
25-
"This reference manual describes the syntax and core semantics of the "
26+
"This reference manual describes the syntax and \"core semantics\" of the "
2627
"language. It is terse, but attempts to be exact and complete. The semantics "
2728
"of non-essential built-in object types and of the built-in functions and "
28-
"modules are described in :library:`index`. For an informal introduction to "
29-
"the language, see :tutorial:`index`. For C or C++ programmers, two additional "
30-
"manuals exist: :c-api:`index` describes the APIs used for writing extension "
31-
"modules, and :extending:`index` describes how to write such modules."
29+
"modules are described in :ref:`library-index`. For an informal introduction "
30+
"to the language, see :ref:`tutorial-index`. For C or C++ programmers, two "
31+
"additional manuals exist: :ref:`extending-index` describes the high-level "
32+
"picture of how to write a Python extension module, and the :ref:`c-api-"
33+
"index` describes the interfaces available to C/C++ programmers in detail."
3234
msgstr ""
33-
"Αυτό το εγχειρίδιο αναφοράς περιγράφει τη σύνταξη και τη «βασική "
34-
"σημασιολογία» της γλώσσας. Είναι σύντομο, αλλά προσπαθεί να είναι ακριβές "
35-
"και πλήρες. Η σημασιολογία των μη απαραίτητων ενσωματωμένων τύπων "
36-
"αντικειμένων και των ενσωματωμένων συναρτήσεων και modules περιγράφεται "
37-
"στη :library:`index`. Για μια άτυπη εισαγωγή στη γλώσσα, ανατρέξτε "
38-
"στο :tutorial:`index`. Για προγραμματιστές C ή C++, υπάρχουν δύο επιπλέον "
39-
"εγχειρίδια: το :c-api:`index` περιγράφει τα API που χρησιμοποιούνται για τη "
40-
"συγγραφή modules επέκτασης και το :extending:`index` περιγράφει τον τρόπο "
41-
"συγγραφής τέτοιων modules."

0 commit comments

Comments
 (0)