9
9
msgstr ""
10
10
"Project-Id-Version : Parallel Programming Course \n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2025-02-04 00:05 +0100\n "
12
+ "POT-Creation-Date : 2025-02-05 13:29 +0100\n "
13
13
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
14
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
15
15
"Language : en\n "
@@ -25,15 +25,15 @@ msgid "Introduction"
25
25
msgstr ""
26
26
27
27
#: ../../common_information/introduction.rst:5
28
- msgid "Practice: "
28
+ msgid "Practice"
29
29
msgstr ""
30
30
31
31
#: ../../common_information/introduction.rst:7
32
32
msgid "We work online"
33
33
msgstr ""
34
34
35
35
#: ../../common_information/introduction.rst:9
36
- msgid "Use GitHub repository sysytem "
36
+ msgid "Use GitHub repository"
37
37
msgstr ""
38
38
39
39
#: ../../common_information/introduction.rst:10
@@ -49,120 +49,134 @@ msgid "Test verification"
49
49
msgstr ""
50
50
51
51
#: ../../common_information/introduction.rst:14
52
- msgid "Task distribution is random for each person ."
52
+ msgid "Task distribution is random for each student ."
53
53
msgstr ""
54
54
55
55
#: ../../common_information/introduction.rst:15
56
56
msgid ""
57
- "An example for each technology can be found in the directory: "
58
- "``tasks/<all/omp/tbb/seq/stl/mpi>/example``."
57
+ "An example for each technology can be found in the corresponding "
58
+ "directory: ``tasks/<all/omp/tbb/seq/stl/mpi>/example``."
59
59
msgstr ""
60
60
61
- #: ../../common_information/introduction.rst:17
61
+ #: ../../common_information/introduction.rst:16
62
62
msgid ""
63
- "In each repository, the README.md contains a link to the build "
64
- "instructions (**read it in full !!!**)."
63
+ "In each repository, the README.md contains a link to the course "
64
+ "documentation (**read it fully !!!**)."
65
65
msgstr ""
66
66
67
- #: ../../common_information/introduction.rst:19
67
+ #: ../../common_information/introduction.rst:17
68
68
msgid ""
69
69
"Additionally, each repository includes an example of a properly formatted"
70
70
" PULL REQUEST."
71
71
msgstr ""
72
72
73
- #: ../../common_information/introduction.rst:21
74
- msgid "All tasks are mandatory."
73
+ #: ../../common_information/introduction.rst:18
74
+ msgid "Submission of all tasks is mandatory to pass the course ."
75
75
msgstr ""
76
76
77
- #: ../../common_information/introduction.rst:22
77
+ #: ../../common_information/introduction.rst:19
78
78
msgid ""
79
79
"A task that has been merged into the master branch continues to be "
80
- "reviewed . If a task fails in the master, it is disabled, and a record of "
81
- "this is added to the score table. All disabled tasks will result in a "
82
- "zero score for those tasks at the end of the semester."
80
+ "monitored . If a task fails in the master, it is disabled, and a record of"
81
+ " this is added to the score table. All disabled tasks will result in a "
82
+ "zero points result for those tasks at the end of the semester."
83
83
msgstr ""
84
84
85
- #: ../../common_information/introduction.rst:26
85
+ #: ../../common_information/introduction.rst:21
86
86
msgid "All resources for using the repository will be provided here:"
87
87
msgstr ""
88
88
89
- #: ../../common_information/introduction.rst:28
90
- msgid "`GIT-1 <https://proglib.io/p/git-for-half-an-hour>`__"
89
+ #: ../../common_information/introduction.rst:23
90
+ msgid ""
91
+ "`Git for half an hour: A Beginner’s Guide <https://proglib.io/p/git-for-"
92
+ "half-an-hour>`__"
91
93
msgstr ""
92
94
93
- #: ../../common_information/introduction.rst:29
95
+ #: ../../common_information/introduction.rst:24
94
96
#, python-format
95
97
msgid ""
96
- "`GIT-2 <https://medium.com/nuances-of-"
98
+ "`Getting Started with Git and GitHub: A Beginner’s Guide "
99
+ "<https://medium.com/nuances-of-"
97
100
"programming/%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%BC%D1%81%D1%82%D0%B2%D0%BE-%D1%81-git-%D0%B8-github-%D1%80%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%B4%D0%BB%D1%8F-%D0%BD%D0%B0%D1%87%D0%B8%D0%BD%D0%B0%D1%8E%D1%89%D0%B8%D1%85-54ea2567d76c>`__"
98
101
msgstr ""
99
102
100
- #: ../../common_information/introduction.rst:30
101
- msgid "`GIT-3 <https://tproger.ru/translations/git-quick-start/>`__"
103
+ #: ../../common_information/introduction.rst:25
104
+ msgid ""
105
+ "`Git: A Quick Start Guide to Using Core Operations with Explanations "
106
+ "<https://tproger.ru/translations/git-quick-start/>`__"
102
107
msgstr ""
103
108
104
- #: ../../common_information/introduction.rst:31
105
- msgid "`GIT CONFILCTS <https://githowto.com/ru/resolving_conflicts>`__"
109
+ #: ../../common_information/introduction.rst:26
110
+ msgid ""
111
+ "`Conflicts resolving in Git "
112
+ "<https://githowto.com/ru/resolving_conflicts>`__"
106
113
msgstr ""
107
114
108
- #: ../../common_information/introduction.rst:32
109
- msgid "`GTEST-1 <https://habr.com/ru/post/119090/>`__"
115
+ #: ../../common_information/introduction.rst:27
116
+ msgid "`Google testing framework (gtest) <https://habr.com/ru/post/119090/>`__"
110
117
msgstr ""
111
118
112
- #: ../../common_information/introduction.rst:33
119
+ #: ../../common_information/introduction.rst:28
113
120
msgid ""
114
- "`GTEST-2 "
115
- "<https://github.com/google/googletest/blob/master/googletest/docs/primer.md>`__"
116
- msgstr ""
117
-
118
- #: ../../common_information/introduction.rst:34
119
- msgid "`GITHUB ACTIONS <https://docs.github.com/ru/actions>`__"
121
+ "`GoogleTest Primer "
122
+ "<https://github.com/google/googletest/blob/main/docs/primer.md>`__"
120
123
msgstr ""
121
124
122
- #: ../../common_information/introduction.rst:35
123
- msgid "`MPI <https://parallel. ru/vvv/mpi.html#p1 >`__"
125
+ #: ../../common_information/introduction.rst:29
126
+ msgid "`GitHub Actions documentation <https://docs.github.com/ ru/actions >`__"
124
127
msgstr ""
125
128
126
- #: ../../common_information/introduction.rst:36
127
- msgid "`LaTeX-1 <https://www.mccme.ru/free-books/llang/newllang.pdf>`__"
129
+ #: ../../common_information/introduction.rst:30
130
+ msgid ""
131
+ "`Parallel Programming Technologies. Message Passing Interface (MPI) "
132
+ "<https://parallel.ru/vvv/mpi.html#p1>`__"
128
133
msgstr ""
129
134
130
- #: ../../common_information/introduction.rst:37
135
+ #: ../../common_information/introduction.rst:31
131
136
msgid ""
132
- "`LaTeX-2 "
133
- "<http://www.docs.is.ed.ac.uk/skills/documents/3722/3722-2014 .pdf>`__"
137
+ "`Typing and Layout in the System LaTeX <https://www.mccme.ru/free- "
138
+ "books/llang/newllang .pdf>`__"
134
139
msgstr ""
135
140
136
- #: ../../common_information/introduction.rst:38
137
- msgid "`OpenMP <https://parallel.ru/tech/tech_dev/openmp.html>`__"
141
+ #: ../../common_information/introduction.rst:32
142
+ msgid ""
143
+ "`LaTeX for the beginners "
144
+ "<https://web.archive.org/web/20210420184700/http://www.docs.is.ed.ac.uk/skills/documents/3722/3722-2014.pdf>`__"
138
145
msgstr ""
139
146
140
- #: ../../common_information/introduction.rst:39
141
- msgid "`TBB-1 <http ://www.unn. ru/pages/e-library/aids/2007/12.pdf >`__"
147
+ #: ../../common_information/introduction.rst:33
148
+ msgid "`What is OpenMP? <https ://parallel. ru/tech/tech_dev/openmp.html >`__"
142
149
msgstr ""
143
150
144
- #: ../../common_information/introduction.rst:40
151
+ #: ../../common_information/introduction.rst:34
145
152
msgid ""
146
- "`TBB-2 "
147
- "<https://software.intel.com/content/www/ru/ ru/develop/articles/tbb_async_io.html >`__"
153
+ "`TBB-1 "
154
+ "<https://web.archive.org/web/20220406024622/http://www.unn. ru/pages/e-library/aids/2007/12.pdf >`__"
148
155
msgstr ""
149
156
150
- #: ../../common_information/introduction.rst:41
151
- msgid "`std::thread-1 <https://eax.me/cpp-multithreading/>`__"
157
+ #: ../../common_information/introduction.rst:35
158
+ msgid ""
159
+ "`Writing Multithreaded Applications in C++ <https://eax.me/cpp-"
160
+ "multithreading/>`__"
152
161
msgstr ""
153
162
154
- #: ../../common_information/introduction.rst:42
155
- msgid "`std::thread-2 <http://www.quizful.net/post/multithreading-cpp11>`__"
163
+ #: ../../common_information/introduction.rst:36
164
+ msgid ""
165
+ "`Multithreading: New Features of the C++11 Standard "
166
+ "<https://web.archive.org/web/20200608173050/http://www.quizful.net/post"
167
+ "/multithreading-cpp11>`__"
156
168
msgstr ""
157
169
158
- #: ../../common_information/introduction.rst:43
159
- msgid "`std::thread-3 <http://ikt.muctr.ru/images/info/2Lecture_3.pdf>`__"
170
+ #: ../../common_information/introduction.rst:37
171
+ msgid ""
172
+ "`Introduction to Parallel Computing "
173
+ "<http://ikt.muctr.ru/images/info/2Lecture_3.pdf>`__"
160
174
msgstr ""
161
175
162
- #: ../../common_information/introduction.rst:45
176
+ #: ../../common_information/introduction.rst:39
163
177
msgid ""
164
178
"\\ * *All instructions, repositories, and tables may be updated during the"
165
- " learning process for better usability. Be prepared for changes and check"
166
- " them periodically!!!*"
179
+ " learning process for better usability. Be prepared for changes, check "
180
+ "and update them periodically!!!*"
167
181
msgstr ""
168
182
0 commit comments