jclic 2.2.1 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/README.md +5 -7
  2. package/dist-node/jclic-node.js +14157 -0
  3. package/dist-node/jclic-node.umd.cjs +530 -0
  4. package/package.json +38 -26
  5. package/.vscode/launch.json +0 -33
  6. package/.vscode/settings.json +0 -13
  7. package/CHANGELOG.md +0 -672
  8. package/TRANSLATIONS.md +0 -11
  9. package/build-locales.mjs +0 -82
  10. package/dist/jclic-node.js +0 -31680
  11. package/dist/jclic-node.js.map +0 -1
  12. package/dist/jclic.components.LICENSE +0 -2254
  13. package/dist/jclic.min.js +0 -27
  14. package/dist/jclic.min.js.map +0 -1
  15. package/eslint.config.mjs +0 -31
  16. package/jsdoc.config.js +0 -71
  17. package/locales/ar.po +0 -244
  18. package/locales/ast.po +0 -246
  19. package/locales/bs.po +0 -247
  20. package/locales/ca.po +0 -248
  21. package/locales/ca_ES@valencia.po +0 -248
  22. package/locales/cs.po +0 -244
  23. package/locales/da.po +0 -244
  24. package/locales/de.po +0 -246
  25. package/locales/el.po +0 -244
  26. package/locales/es.po +0 -248
  27. package/locales/eu.po +0 -244
  28. package/locales/fr.po +0 -244
  29. package/locales/gl.po +0 -244
  30. package/locales/he.po +0 -244
  31. package/locales/hr.po +0 -245
  32. package/locales/it.po +0 -246
  33. package/locales/ja.po +0 -242
  34. package/locales/jclic.js.pot +0 -241
  35. package/locales/nb_NO.po +0 -244
  36. package/locales/nl.po +0 -244
  37. package/locales/pl.po +0 -244
  38. package/locales/pt.po +0 -244
  39. package/locales/pt_BR.po +0 -248
  40. package/locales/ro.po +0 -248
  41. package/locales/ru.po +0 -245
  42. package/locales/ta.po +0 -244
  43. package/locales/tr.po +0 -246
  44. package/locales/uk.po +0 -247
  45. package/locales/vec.po +0 -244
  46. package/locales/zh_TW.po +0 -246
  47. package/patches/po2json+1.0.0-beta-3.patch +0 -12
  48. package/src/AWT.js +0 -2067
  49. package/src/Activity.js +0 -1311
  50. package/src/Deps.js +0 -232
  51. package/src/GlobalData.js +0 -5
  52. package/src/JClic.js +0 -196
  53. package/src/JClicPlayer.js +0 -1308
  54. package/src/PlayerHistory.js +0 -305
  55. package/src/Utils.js +0 -1355
  56. package/src/activities/associations/ComplexAssociation.js +0 -321
  57. package/src/activities/associations/SimpleAssociation.js +0 -519
  58. package/src/activities/memory/MemoryGame.js +0 -423
  59. package/src/activities/panels/Explore.js +0 -349
  60. package/src/activities/panels/Identify.js +0 -356
  61. package/src/activities/panels/InformationScreen.js +0 -262
  62. package/src/activities/panels/Menu.js +0 -209
  63. package/src/activities/panels/icons/ico00.png +0 -0
  64. package/src/activities/panels/icons/ico01.png +0 -0
  65. package/src/activities/panels/icons/ico02.png +0 -0
  66. package/src/activities/panels/icons/ico03.png +0 -0
  67. package/src/activities/panels/icons/icofolder.png +0 -0
  68. package/src/activities/puzzles/DoublePuzzle.js +0 -424
  69. package/src/activities/puzzles/ExchangePuzzle.js +0 -374
  70. package/src/activities/puzzles/HolePuzzle.js +0 -360
  71. package/src/activities/text/Complete.js +0 -127
  72. package/src/activities/text/Evaluator.js +0 -534
  73. package/src/activities/text/FillInBlanks.js +0 -426
  74. package/src/activities/text/IdentifyText.js +0 -253
  75. package/src/activities/text/OrderText.js +0 -421
  76. package/src/activities/text/TextActivityBase.js +0 -557
  77. package/src/activities/text/TextActivityDocument.js +0 -660
  78. package/src/activities/text/WrittenAnswer.js +0 -557
  79. package/src/activities/textGrid/CrossWord.js +0 -565
  80. package/src/activities/textGrid/WordSearch.js +0 -458
  81. package/src/activities/textGrid/icons/hIcon.svg +0 -3
  82. package/src/activities/textGrid/icons/vIcon.svg +0 -3
  83. package/src/automation/AutoContentProvider.js +0 -182
  84. package/src/automation/arith/Arith.js +0 -864
  85. package/src/bags/ActivitySequence.js +0 -318
  86. package/src/bags/ActivitySequenceElement.js +0 -161
  87. package/src/bags/ActivitySequenceJump.js +0 -140
  88. package/src/bags/ConditionalJumpInfo.js +0 -113
  89. package/src/bags/JumpInfo.js +0 -136
  90. package/src/bags/MediaBag.js +0 -215
  91. package/src/bags/MediaBagElement.js +0 -516
  92. package/src/boxes/AbstractBox.js +0 -699
  93. package/src/boxes/ActiveBagContent.js +0 -494
  94. package/src/boxes/ActiveBox.js +0 -810
  95. package/src/boxes/ActiveBoxBag.js +0 -357
  96. package/src/boxes/ActiveBoxContent.js +0 -484
  97. package/src/boxes/ActiveBoxGrid.js +0 -179
  98. package/src/boxes/BoxBag.js +0 -500
  99. package/src/boxes/BoxBase.js +0 -398
  100. package/src/boxes/BoxConnector.js +0 -325
  101. package/src/boxes/TextGrid.js +0 -887
  102. package/src/boxes/TextGridContent.js +0 -215
  103. package/src/init-jsdom.js +0 -65
  104. package/src/jclic-node.js +0 -219
  105. package/src/media/ActiveMediaBag.js +0 -145
  106. package/src/media/ActiveMediaPlayer.js +0 -297
  107. package/src/media/AudioBuffer.js +0 -219
  108. package/src/media/EventSounds.js +0 -169
  109. package/src/media/EventSoundsElement.js +0 -155
  110. package/src/media/MediaContent.js +0 -328
  111. package/src/media/MidiAudioPlayer.js +0 -254
  112. package/src/media/icons/audio.svg +0 -3
  113. package/src/media/icons/generic.svg +0 -3
  114. package/src/media/icons/mic.svg +0 -3
  115. package/src/media/icons/movie.svg +0 -3
  116. package/src/media/icons/music.svg +0 -3
  117. package/src/media/icons/url.svg +0 -3
  118. package/src/media/sounds/actionError.mp3 +0 -0
  119. package/src/media/sounds/actionOk.mp3 +0 -0
  120. package/src/media/sounds/click.mp3 +0 -0
  121. package/src/media/sounds/finishedError.mp3 +0 -0
  122. package/src/media/sounds/finishedOk.mp3 +0 -0
  123. package/src/media/sounds/start.mp3 +0 -0
  124. package/src/project/JClicProject.js +0 -282
  125. package/src/project/ProjectSettings.js +0 -273
  126. package/src/report/ActionReg.js +0 -123
  127. package/src/report/ActivityReg.js +0 -271
  128. package/src/report/EncryptMin.js +0 -210
  129. package/src/report/Reporter.js +0 -727
  130. package/src/report/SCORM.js +0 -272
  131. package/src/report/SequenceReg.js +0 -275
  132. package/src/report/SessionReg.js +0 -340
  133. package/src/report/SessionStorageReporter.js +0 -131
  134. package/src/report/TCPReporter.js +0 -628
  135. package/src/shapers/ClassicJigSaw.js +0 -138
  136. package/src/shapers/Holes.js +0 -77
  137. package/src/shapers/JigSaw.js +0 -161
  138. package/src/shapers/Rectangular.js +0 -78
  139. package/src/shapers/Shaper.js +0 -386
  140. package/src/shapers/TriangularJigSaw.js +0 -121
  141. package/src/skins/BlueSkin.js +0 -80
  142. package/src/skins/Counter.js +0 -152
  143. package/src/skins/CustomSkin.js +0 -412
  144. package/src/skins/DefaultSkin.js +0 -376
  145. package/src/skins/EmptySkin.js +0 -82
  146. package/src/skins/GreenSkin.js +0 -94
  147. package/src/skins/MiniSkin.js +0 -130
  148. package/src/skins/OrangeSkin.js +0 -78
  149. package/src/skins/SimpleSkin.js +0 -92
  150. package/src/skins/Skin.js +0 -1021
  151. package/src/skins/assets/actionsIcon.svg +0 -3
  152. package/src/skins/assets/appLogo.svg +0 -8
  153. package/src/skins/assets/basic.css +0 -41
  154. package/src/skins/assets/closeDialogIcon.svg +0 -3
  155. package/src/skins/assets/closeIcon.svg +0 -3
  156. package/src/skins/assets/copyIcon.svg +0 -3
  157. package/src/skins/assets/fullScreenExitIcon.svg +0 -3
  158. package/src/skins/assets/fullScreenIcon.svg +0 -3
  159. package/src/skins/assets/infoIcon.svg +0 -3
  160. package/src/skins/assets/main.css +0 -43
  161. package/src/skins/assets/mainHalf.css +0 -23
  162. package/src/skins/assets/mainTwoThirds.css +0 -23
  163. package/src/skins/assets/mini.css +0 -15
  164. package/src/skins/assets/nextIcon.svg +0 -3
  165. package/src/skins/assets/okDialogIcon.svg +0 -3
  166. package/src/skins/assets/prevIcon.svg +0 -3
  167. package/src/skins/assets/reports.css +0 -156
  168. package/src/skins/assets/reportsIcon.svg +0 -3
  169. package/src/skins/assets/scoreIcon.svg +0 -3
  170. package/src/skins/assets/simple.css +0 -16
  171. package/src/skins/assets/simpleHalf.css +0 -11
  172. package/src/skins/assets/simpleTwoThirds.css +0 -11
  173. package/src/skins/assets/timeIcon.svg +0 -4
  174. package/src/skins/assets/waitAnim.css +0 -54
  175. package/src/skins/assets/waitImgBig.svg +0 -3
  176. package/src/skins/assets/waitImgSmall.svg +0 -3
  177. package/webpack.config.mjs +0 -169
package/locales/ro.po DELETED
@@ -1,248 +0,0 @@
1
- # JClic.js
2
- # HTML5 player of [JClic](http://clic.xtec.cat) activities
3
- # https://github.com/projectestac/jclic.js
4
- #
5
- # Translators:
6
- # Studio Davis Tutoriale Programe <maxxro2012@gmail.com>, 2021
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: JClic.js\n"
10
- "POT-Creation-Date: 2016-05-27T13:02:19.362Z\n"
11
- "PO-Revision-Date: 2021-06-06 20:40+0000\n"
12
- "Last-Translator: Studio Davis Tutoriale Programe <maxxro2012@gmail.com>\n"
13
- "Language-Team: Romanian (http://www.transifex.com/francesc/jclicjs/language/"
14
- "ro/)\n"
15
- "Language: ro\n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=UTF-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
20
- "2:1));\n"
21
-
22
- #: about_window_lb_version
23
- msgid "Version"
24
- msgstr "Versiune"
25
-
26
- #: label_time
27
- msgid "time"
28
- msgstr "timp"
29
-
30
- #: label_actions
31
- msgid "actions"
32
- msgstr "acțiuni"
33
-
34
- #: label_score
35
- msgid "score"
36
- msgstr "rezultat"
37
-
38
- #: action_next_tooltip
39
- msgid "Next activity"
40
- msgstr "Activitatea următoare"
41
-
42
- #: action_prev_tooltip
43
- msgid "Previous activity"
44
- msgstr "Activitatea anterioară"
45
-
46
- #: action_reset_tooltip
47
- msgid "Restart activity"
48
- msgstr "Restartează activitatea"
49
-
50
- #: action_info_caption
51
- msgid "Information"
52
- msgstr "Informații"
53
-
54
- #: report_system_standard
55
- msgid "Results are not currently being saved"
56
- msgstr "Rezultatul nu pare a fi salvat"
57
-
58
- #: action_about_tooltip
59
- msgid "Current results"
60
- msgstr "Rezultatul curent"
61
-
62
- #: report_started
63
- msgid "Session started:"
64
- msgstr "Sesiune pornită la:"
65
-
66
- #: report_system
67
- msgid "Reports system:"
68
- msgstr "Sistem raportare:"
69
-
70
- #: report_user
71
- msgid "User:"
72
- msgstr "Utilizator"
73
-
74
- #: report_num_projects
75
- msgid "Projects:"
76
- msgstr "Proiecte:"
77
-
78
- #: report_num_sequences
79
- msgid "Sequences:"
80
- msgstr "Secvențe:"
81
-
82
- #: report_num_activities
83
- msgid "Activities done:"
84
- msgstr "Activități realizate: "
85
-
86
- #: report_num_activities_solved
87
- msgid "Activities solved:"
88
- msgstr "Activități rezolvate: "
89
-
90
- #: report_global_score
91
- msgid "Global score:"
92
- msgstr "Rezultat global:"
93
-
94
- # Explanation of 'global score'
95
- msgid "(out of all project activities)"
96
- msgstr "(în afara activităților din proiect)"
97
-
98
- #: report_total_time
99
- msgid "Total time in activities:"
100
- msgstr "Timp total în activitate:"
101
-
102
- #: report_num_actions
103
- msgid "Actions done:"
104
- msgstr "Activități realizate: "
105
-
106
- #: report_no_activities
107
- msgid "No activities done!"
108
- msgstr "Activități nerealizate: "
109
-
110
- #: report_project
111
- msgid "Project"
112
- msgstr "Proiect"
113
-
114
- #: report_lb_sequence
115
- msgid "sequence"
116
- msgstr "secvență"
117
-
118
- #: about_window_lb_activity
119
- msgid "activity"
120
- msgstr "activitate"
121
-
122
- # 'Activity solved' header column
123
- #: report_lb_solved
124
- msgid "OK"
125
- msgstr "OK"
126
-
127
- # Value for 'OK' column
128
- msgid "YES"
129
- msgstr "DA"
130
-
131
- # Value for 'OK' column
132
- msgid "NO"
133
- msgstr "NU"
134
-
135
- #: report_lb_totals
136
- msgid "Total:"
137
- msgstr "Total:"
138
-
139
- # Select group for reports in a list
140
- msgid "Select group:"
141
- msgstr "Alege grup:"
142
-
143
- # Select user for reports in a list
144
- msgid "Select user:"
145
- msgstr "Alege utilizator:"
146
-
147
- # Cancel dialog
148
- msgid "Cancel"
149
- msgstr "Anuleaza"
150
-
151
- # Close dialog
152
- msgid "Close"
153
- msgstr "Închide"
154
-
155
- # Caption for 'copy' button in reports dialog
156
- msgid "Copy data to clipboard"
157
- msgstr "Copiază datele in clipboard"
158
-
159
- # Text shown when reports data is pasted in plain-text editors
160
- msgid ""
161
- "The data has been copied in HTML format. Please paste them into a "
162
- "spreadsheet or in a rich text editor"
163
- msgstr ""
164
- "Datele au fost copiate în format HTML. Vă rog lipiți-le într-o foaie de "
165
- "calcul sau într-un editor compatibil rich text"
166
-
167
- # Notification shown when reports data has been copied
168
- msgid "The data has been copied to clipboard"
169
- msgstr "Datele au fost copiate în clipboard"
170
-
171
- # Added to TCPReporter description when the connection to the remote server is
172
- # unsuccessful
173
- msgid "not connected"
174
- msgstr "neconectat"
175
-
176
- # Message displayed when the user attempts to close the player with data
177
- # pending to be reported
178
- msgid ""
179
- "Please wait until the results of your activities are sent to the reports "
180
- "system"
181
- msgstr ""
182
- "Vă rugăm să așteptați până ce rezultatele activităților sunt trimise către "
183
- "sistemul de raportare"
184
-
185
- # Caption for password input
186
- msgid "Password:"
187
- msgstr "Parolă:"
188
-
189
- # Error displayed when the provided password is incorrect
190
- msgid "Incorrect password"
191
- msgstr "Parolă incorectă"
192
-
193
- # Error displayed when the user ID does not exist
194
- msgid "Invalid user"
195
- msgstr "Utilizator incorect"
196
-
197
- # Average score of played activities
198
- msgid "Partial score:"
199
- msgstr "Rezultat parțial:"
200
-
201
- # Explanation of 'partial score'
202
- msgid "(out of played activities)"
203
- msgstr "(în afara activități jucate) "
204
-
205
- # Number of project's activities played at least one time
206
- msgid "Activities played at least once:"
207
- msgstr "Activități jucate cel puțin o dată: "
208
-
209
- # Caption of the 'Reports' button
210
- msgid "Reports"
211
- msgstr "Rapoarte"
212
-
213
- # Caption of the 'Full screen' button
214
- msgid "Toggle full screen"
215
- msgstr "Comută în ecran plin"
216
-
217
- # Label for JClic logo, used in wai-aria contexts
218
- msgid "JClic logo"
219
- msgstr "Jclic logo"
220
-
221
- # Role of the main message box, used in wai-aria contexts
222
- msgid "message"
223
- msgstr "mesaj"
224
-
225
- # Label for the activity panel, used in wai-aria contexts
226
- msgid "Activity panel"
227
- msgstr "Panou activități"
228
-
229
- # Role of regular cells, used in wai-aria contexts
230
- msgid "cell"
231
- msgstr "celulă"
232
-
233
- # Label for 'image', used in wai-aria contexts
234
- msgid "image"
235
- msgstr "imagine"
236
-
237
- # Name of the group of 'source' cells in associations
238
- msgid "source"
239
- msgstr "sursă"
240
-
241
- # Name of the group of 'target' cells in associations
242
- msgid "target"
243
- msgstr "țintă"
244
-
245
- # Label used to describe generic shapes within images, used in accessibility
246
- # contexts
247
- msgid "image fragment"
248
- msgstr "fragment de imagine "
package/locales/ru.po DELETED
@@ -1,245 +0,0 @@
1
- # JClic.js
2
- # HTML5 player of [JClic](http://clic.xtec.cat) activities
3
- # https://github.com/projectestac/jclic.js
4
- #
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: JClic.js 0.1.25\n"
8
- "POT-Creation-Date: 2016-05-27T13:02:19.362Z\n"
9
- "PO-Revision-Date: 2016-06-02 13:21+0200\n"
10
- "Last-Translator: Serafim Nenarokov <Unknown>\n"
11
- "Language-Team: Russian\n"
12
- "Language: ru\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
17
- "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
-
19
- #: about_window_lb_version
20
- msgid "Version"
21
- msgstr "Версия"
22
-
23
- #: label_time
24
- msgid "time"
25
- msgstr "время"
26
-
27
- #: label_actions
28
- msgid "actions"
29
- msgstr "попытки"
30
-
31
- #: label_score
32
- msgid "score"
33
- msgstr "счёт"
34
-
35
- #: action_next_tooltip
36
- msgid "Next activity"
37
- msgstr "Следующее действие"
38
-
39
- #: action_prev_tooltip
40
- msgid "Previous activity"
41
- msgstr "Предыдущее действие"
42
-
43
- #: action_reset_tooltip
44
- msgid "Restart activity"
45
- msgstr "Перезапуск действия"
46
-
47
- #: action_info_caption
48
- msgid "Information"
49
- msgstr "Информация"
50
-
51
- #: report_system_standard
52
- msgid "Results are not currently being saved"
53
- msgstr "Отчёт не зарегистрирован в БД"
54
-
55
- #: action_about_tooltip
56
- msgid "Current results"
57
- msgstr "Отчёты пользователя"
58
-
59
- #: report_started
60
- msgid "Session started:"
61
- msgstr "Сессия начата:"
62
-
63
- #: report_system
64
- msgid "Reports system:"
65
- msgstr "Система отчётов:"
66
-
67
- #: report_user
68
- msgid "User:"
69
- msgstr "Пользователь:"
70
-
71
- #: report_num_projects
72
- msgid "Projects:"
73
- msgstr "Проекты:"
74
-
75
- #: report_num_sequences
76
- msgid "Sequences:"
77
- msgstr "Последовательности:"
78
-
79
- #: report_num_activities
80
- msgid "Activities done:"
81
- msgstr "Совершенные действия:"
82
-
83
- #: report_num_activities_solved
84
- msgid "Activities solved:"
85
- msgstr "Действия в порядке:"
86
-
87
- #: report_global_score
88
- msgid "Global score:"
89
- msgstr "Общий счёт:"
90
-
91
- #, fuzzy
92
- #| msgid "Total time in activities:"
93
- msgid "(out of all project activities)"
94
- msgstr "Общее время активности:"
95
-
96
- #: report_total_time
97
- msgid "Total time in activities:"
98
- msgstr "Общее время активности:"
99
-
100
- #: report_num_actions
101
- msgid "Actions done:"
102
- msgstr "Завершено действий:"
103
-
104
- #: report_no_activities
105
- msgid "No activities done!"
106
- msgstr "Нет сообщенных действий!"
107
-
108
- #: report_project
109
- msgid "Project"
110
- msgstr "Проект"
111
-
112
- #: report_lb_sequence
113
- msgid "sequence"
114
- msgstr "Последовательность"
115
-
116
- #: about_window_lb_activity
117
- msgid "activity"
118
- msgstr "Активность"
119
-
120
- # 'Activity solved' header column
121
- #: report_lb_solved
122
- msgid "OK"
123
- msgstr "ОК"
124
-
125
- # Value for 'OK' column
126
- msgid "YES"
127
- msgstr "да"
128
-
129
- # Value for 'OK' column
130
- msgid "NO"
131
- msgstr "нет"
132
-
133
- #: report_lb_totals
134
- msgid "Total:"
135
- msgstr "Итого:"
136
-
137
- # Select group for reports in a list
138
- msgid "Select group:"
139
- msgstr ""
140
-
141
- # Select user for reports in a list
142
- msgid "Select user:"
143
- msgstr ""
144
-
145
- # Cancel dialog
146
- msgid "Cancel"
147
- msgstr ""
148
-
149
- # Close dialog
150
- msgid "Close"
151
- msgstr ""
152
-
153
- # Caption for 'copy' button in reports dialog
154
- msgid "Copy data to clipboard"
155
- msgstr ""
156
-
157
- # Text shown when reports data is pasted in plain-text editors
158
- msgid ""
159
- "The data has been copied in HTML format. Please paste them into a "
160
- "spreadsheet or in a rich text editor"
161
- msgstr ""
162
-
163
- # Notification shown when reports data has been copied
164
- msgid "The data has been copied to clipboard"
165
- msgstr ""
166
-
167
- # Added to TCPReporter description when the connection to the remote server is unsuccessful
168
- msgid "not connected"
169
- msgstr ""
170
-
171
- # Message displayed when the user attempts to close the player with data
172
- # pending to be reported
173
- msgid ""
174
- "Please wait until the results of your activities are sent to the reports "
175
- "system"
176
- msgstr ""
177
-
178
- # Caption for password input
179
- msgid "Password:"
180
- msgstr ""
181
-
182
- # Error displayed when the provided password is incorrect
183
- msgid "Incorrect password"
184
- msgstr ""
185
-
186
- # Error displayed when the user ID does not exist
187
- msgid "Invalid user"
188
- msgstr ""
189
-
190
- #, fuzzy
191
- #| msgid "Global score:"
192
- msgid "Partial score:"
193
- msgstr "Общий счёт:"
194
-
195
- # Explanation of 'partial score'
196
- msgid "(out of played activities)"
197
- msgstr ""
198
-
199
- #, fuzzy
200
- #| msgid "Activities done:"
201
- msgid "Activities played at least once:"
202
- msgstr "Совершенные действия:"
203
-
204
- #, fuzzy
205
- #| msgid "Reports system:"
206
- msgid "Reports"
207
- msgstr "Система отчётов:"
208
-
209
- # Caption of the 'Full screen' button
210
- msgid "Toggle full screen"
211
- msgstr ""
212
-
213
- # Label for JClic logo, used in wai-aria contexts
214
- msgid "JClic logo"
215
- msgstr ""
216
-
217
- # Role of the main message box, used in wai-aria contexts
218
- msgid "message"
219
- msgstr ""
220
-
221
- #, fuzzy
222
- #| msgid "Activities done:"
223
- msgid "Activity panel"
224
- msgstr "Совершенные действия:"
225
-
226
- # Role of regular cells, used in wai-aria contexts
227
- msgid "cell"
228
- msgstr ""
229
-
230
- # Label for 'image', used in wai-aria contexts
231
- msgid "image"
232
- msgstr ""
233
-
234
- # Name of the group of 'source' cells in associations
235
- msgid "source"
236
- msgstr ""
237
-
238
- # Name of the group of 'target' cells in associations
239
- msgid "target"
240
- msgstr ""
241
-
242
- # Label used to describe generic shapes within images, used in accessibility
243
- # contexts
244
- msgid "image fragment"
245
- msgstr ""