source: git/lib/ru.po @ 21904d3

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since 21904d3 was 21904d3, checked in by Olly Betts <olly@…>, 9 years ago

doc/cavern.sgml,doc/manual.sgml,lib/,src/: Drop support for showing
percentage progress in cavern. It's confusing in a multiple-file
dataset as it shows progress in the current file so jumps around.
It also slows down processing, and on a slow machine you'd don't
want that, while on a fast machine processing isn't slow enough for
the progress display to be useful.

  • Property mode set to 100644
File size: 96.6 KB
RevLine 
[859d2937]1msgid ""
2msgstr ""
3"Project-Id-Version: survex\n"
4"Report-Msgid-Bugs-To: olly@survex.com\n"
5"POT-Creation-Date: 1999-08-26 12:23:58 +0000\n"
6"PO-Revision-Date: 2014-01-15 22:05:08 +0000\n"
[2afde70]7"Last-Translator: vsuhachev <vsuhachev@yandex.ru>\n"
[859d2937]8"Language-Team: \n"
9"MIME-Version: 1.0\n"
10"Content-Type: text/plain; charset=utf-8\n"
11"Content-Transfer-Encoding: 8bit\n"
12"Language: ru\n"
13
[8377f15]14#. TRANSLATORS: Aven menu titles.  An “&” goes before the letter of any
15#. accelerator key.  The accelerators must be different within this group
[4cce48d]16#: ../src/mainfrm.cc:956
[8377f15]17#: n:210
18msgid "&File"
19msgstr "&Файл"
20
[4cce48d]21#: ../src/mainfrm.cc:957
[8377f15]22#: n:211
23msgid "&Rotation"
24msgstr "В&ращение"
25
[4cce48d]26#: ../src/mainfrm.cc:958
[8377f15]27#: n:212
28msgid "&Orientation"
29msgstr "&Ориентация"
30
[4cce48d]31#: ../src/mainfrm.cc:959
[8377f15]32#: n:213
33msgid "&View"
34msgstr "&Вид"
35
[4cce48d]36#: ../src/mainfrm.cc:961
[8377f15]37#: n:214
38msgid "&Controls"
39msgstr "&Управление"
40
[4cce48d]41#: ../src/mainfrm.cc:973
[8377f15]42#: n:215
43msgid "&Help"
44msgstr "По&мощь"
45
[adc7f92]46#. TRANSLATORS: "Presentation" in the sense of a talk with a slideshow -
47#. the items in this menu allow the user to animate between preset
48#. views.
[4cce48d]49#: ../src/mainfrm.cc:966
[8377f15]50#: n:216
51msgid "&Presentation"
52msgstr "&Презентация"
53
54#. TRANSLATORS: as in: Usage: cavern …
55#: ../src/cmdline.c:168
56#: n:49
57msgid "Usage"
58msgstr "Использование"
59
[a665282]60#. TRANSLATORS: "%lu" is a placeholder for the number of bytes which Survex
61#. was trying to allocate space for.
[13ebaa9]62#: ../src/message.c:75
[859d2937]63#: n:1
64#, c-format
65msgid "Out of memory (couldn’t find %lu bytes)."
[2afde70]66msgstr "Недостаточно памяти (невозможно выделить %lu байт)."
[859d2937]67
[31f1db0]68#. TRANSLATORS: %s will be replaced by the filename that we were trying
69#. to read when we ran out of memory.
70#: ../src/img_hosted.c:34
71#: n:38
[f6c07ba]72#, c-format
[31f1db0]73msgid "Out of memory trying to read file “%s”"
[f6c07ba]74msgstr "Возникла нехватка памяти при чтении файл “%s”"
[31f1db0]75
[a665282]76#. TRANSLATORS: Feel free to translate as "or newer" instead of "or
77#. greater" if that gives a more natural translation.  It's
78#. technically not quite right when there are parallel active release
79#. series (e.g. Survex 1.0.40 was released *after* 1.2.0), but this
[a7d4233]80#. seems unlikely to confuse users.  "Survex" is the name of the
81#. software, so should not be translated.
82#.
83#. Here "survey" is a "cave map" rather than list of questions - it should be
84#. translated to the terminology that cavers using the language would use.
[4cce48d]85#: ../src/commands.c:2192
[859d2937]86#: n:2
87#, c-format
88msgid "Survex version %s or greater required to process this survey data."
[2afde70]89msgstr "Для обработки данных этой топо-съемки требуется Survex версии %s и старше."
[859d2937]90
91#. TRANSLATORS: Indicates a warning message e.g.:
92#. "spoon.svx:12: warning: *prefix is deprecated"
[4cce48d]93#: ../src/aven.cc:411
94#: ../src/cavernlog.cc:240
95#: ../src/message.c:1205
[859d2937]96#: n:4
97msgid "warning"
98msgstr "предупреждение"
99
[31f1db0]100#. TRANSLATORS: Indicates an error message e.g.:
101#. "spoon.svx:13:4: error: Field may not be omitted"
[4cce48d]102#: ../src/cavernlog.cc:239
103#: ../src/message.c:1209
[31f1db0]104#: n:93
105msgid "error"
[4b5971f]106msgstr "ошибка"
[31f1db0]107
[a665282]108#. TRANSLATORS: %s is replaced by the filename of the parent file, and %u
[a7d4233]109#. by the line number in that file.  Your translation should also contain
110#. %s:%u so that automatic parsing of error messages to determine the file
111#. and line number still works.
[4cce48d]112#: ../src/datain.c:110
[859d2937]113#: n:5
114#, c-format
115msgid "In file included from %s:%u:\n"
[f6c07ba]116msgstr "В файле включенном из %s:%u:\n"
[859d2937]117
118#. TRANSLATORS: If you're unsure what "deprecated" means, see:
119#. http://en.wikipedia.org/wiki/Deprecation
[4cce48d]120#: ../src/commands.c:621
[859d2937]121#: n:6
122msgid "*prefix is deprecated - use *begin and *end instead"
[2afde70]123msgstr "*prefix устарел - используйте *begin и *end вместо него"
[859d2937]124
125#. TRANSLATORS: Here "station" is a survey station, not a train station.
[4cce48d]126#: ../src/readval.c:201
[859d2937]127#: n:7
128#, c-format
129msgid "Character “%c” not allowed in station name (use *SET NAMES to set allowed characters)"
[2afde70]130msgstr "Символ “%c” недопустим в имени пикета (используйте *SET NAMES для определения допустимых символов)"
[859d2937]131
[4cce48d]132#: ../src/readval.c:382
[859d2937]133#: n:8
134msgid "Field may not be omitted"
[2afde70]135msgstr "Поле не может быть пропущено"
[859d2937]136
[4cce48d]137#: ../src/datain.c:1580
138#: ../src/datain.c:1868
139#: ../src/readval.c:384
140#: ../src/readval.c:432
141#: ../src/readval.c:462
[859d2937]142#: n:9
143#, c-format
144msgid "Expecting numeric field, found “%s”"
[f6c07ba]145msgstr "Ожидается числовое значение, но вместо него получено “%s”"
[859d2937]146
[4cce48d]147#: ../src/commands.c:1790
[859d2937]148#: n:10
149#, c-format
150msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”"
[f6c07ba]151msgstr "Вместо “%s” ожидаются “PRESERVE”, “TOUPPER” или “TOLOWER”"
[859d2937]152
153#: ../src/debug.h:45
154#: ../src/debug.h:47
155#: ../src/matrix.c:352
156#: n:11
157msgid "Bug in program detected! Please report this to the authors"
[2afde70]158msgstr "Обнаружена ошибка в программе! Пожалуйста сообщите о ней авторам"
[859d2937]159
[4cce48d]160#: ../src/commands.c:2315
[a7d4233]161#: ../src/extend.c:436
[859d2937]162#: n:12
163#, c-format
164msgid "Unknown command “%s”"
[2afde70]165msgstr "Неизвестная комманда “%s”"
[859d2937]166
167#. TRANSLATORS: Here "station" is a survey station, not a train station.
[a7d4233]168#: ../src/netbits.c:449
[859d2937]169#: n:13
170#, c-format
171msgid "Station “%s” equated to itself"
[f6c07ba]172msgstr "Пикет “%s” был объявлен эквивалентным самому себе"
[859d2937]173
[a665282]174#. TRANSLATORS: Here "legs" are survey legs, i.e. measurements between
175#. survey stations.
[4cce48d]176#: ../src/datain.c:1096
[859d2937]177#: n:14
178msgid "Compass reading may not be omitted except on plumbed legs"
[f6c07ba]179msgstr "Азимут не может быть пропущен за исключением вертикальных замеров"
[859d2937]180
[4cce48d]181#: ../src/datain.c:285
[a7d4233]182#: ../src/extend.c:441
[859d2937]183#: n:15
184msgid "End of line not blank"
[f6c07ba]185msgstr "Конец строки не пуст"
[859d2937]186
[4cce48d]187#: ../src/cavern.c:394
[859d2937]188#: n:16
189#, c-format
190msgid "There were %d warning(s)."
[2afde70]191msgstr "Получено %d предупреждений."
[859d2937]192
193#. TRANSLATORS: %s is replaced by the command we attempted to run.
[4cce48d]194#: ../src/cavernlog.cc:171
195#: ../src/cavernlog.cc:231
[859d2937]196#: n:17
197#, c-format
198msgid "Couldn’t run external command: “%s”"
[2afde70]199msgstr "Невозможно выполнить внешнюю команду: “%s”"
[859d2937]200
[4cce48d]201#: ../src/datain.c:81
202#: ../src/datain.c:89
203#: ../src/datain.c:96
204#: ../src/datain.c:772
[a7d4233]205#: ../src/extend.c:559
[a665282]206#: ../src/sorterr.c:80
207#: ../src/sorterr.c:97
208#: ../src/sorterr.c:240
[859d2937]209#: n:18
210msgid "Error reading file"
[0af9ff3]211msgstr "Ошибка при чтении файла"
[859d2937]212
[4cce48d]213#: ../src/message.c:1225
[859d2937]214#: n:19
215msgid "Too many errors - giving up"
[2afde70]216msgstr "Возникло слишком много ошибок - выполнение прервано"
[859d2937]217
218#. TRANSLATORS: If you're unsure what "deprecated" means, see:
219#. http://en.wikipedia.org/wiki/Deprecation
[4cce48d]220#: ../src/commands.c:1669
[859d2937]221#: n:20
222msgid "*DEFAULT is deprecated - use *CALIBRATE/DATA/SD/UNITS with argument DEFAULT instead"
[2afde70]223msgstr "*DEFAULT устарело - используйте *CALIBRATE/DATA/SD/UNITS с аргументом DEFAULT вместо него"
[859d2937]224
[a665282]225#. TRANSLATORS: A "plumbed leg" is one measured using a plumbline
226#. (a weight on a string).  So the problem here is that the leg is
227#. vertical, so a compass reading has no meaning!
[4cce48d]228#: ../src/datain.c:1067
[859d2937]229#: n:21
230msgid "Compass reading given on plumbed leg"
[f6c07ba]231msgstr "Азимут указан для вертикального замера"
[859d2937]232
[4cce48d]233#: ../src/commands.c:711
[859d2937]234#: n:22
235msgid "END with no matching BEGIN in this file"
[2afde70]236msgstr "END без соответствующего BEGIN в этом файле"
[859d2937]237
[4cce48d]238#: ../src/datain.c:759
[859d2937]239#: n:23
240msgid "BEGIN with no matching END in this file"
[2afde70]241msgstr "BEGIN без соответствующего END в этом файле"
[859d2937]242
[a665282]243#. TRANSLATORS: A station must be exported out of each level it is in, so
244#. this would give "Station “\outer.inner.1” not exported from survey
245#. “\outer”)":
246#.
[859d2937]247#. *equate entrance outer.inner.1
248#. *begin outer
249#. *begin inner
250#. *export 1
251#. 1 2 1.23 045 -6
252#. *end inner
253#. *end outer
[a7d4233]254#.
255#. Here "survey" is a "cave map" rather than list of questions - it should be
256#. translated to the terminology that cavers using the language would use.
[4cce48d]257#: ../src/commands.c:1059
258#: ../src/commands.c:1061
[dfc141d]259#: ../src/listpos.c:104
[4cce48d]260#: ../src/readval.c:323
261#: ../src/readval.c:326
[859d2937]262#: n:26
263#, c-format
264msgid "Station “%s” not exported from survey “%s”"
[f6c07ba]265msgstr "Имя пикета “%s” не экспортировано из топо-съемки “%s”"
[859d2937]266
[a665282]267#. TRANSLATORS: This error occurs if there's an attempt to
268#. export a station from a survey which doesn't actually exist.
[a7d4233]269#.
270#. Here "survey" is a "cave map" rather than list of questions - it should be
271#. translated to the terminology that cavers using the language would use.
272#: ../src/listpos.c:112
[859d2937]273#: n:286
274#, c-format
275msgid "Reference to station “%s” from non-existent survey “%s”"
[f6c07ba]276msgstr "Ссылка на пикет “%s” из несуществующей топо-съемки “%s”"
[859d2937]277
[a7d4233]278#. TRANSLATORS: Here "station" is a survey station, not a train station.
279#.
280#. Here "survey" is a "cave map" rather than list of questions - it should be
281#. translated to the terminology that cavers using the language would use.
[4cce48d]282#: ../src/readval.c:297
[859d2937]283#: n:27
284#, c-format
285msgid "“%s” can’t be both a station and a survey"
[2afde70]286msgstr "“%s” не может быть одновременно именем пикета и топо-съемки"
[859d2937]287
[a7d4233]288#. TRANSLATORS: Here "station" is a survey station, not a train station.
289#: ../src/extend.c:248
290#: ../src/extend.c:267
291#: ../src/extend.c:312
292#: ../src/extend.c:354
293#: ../src/extend.c:396
[4cce48d]294#: ../src/readval.c:197
[859d2937]295#: n:28
296msgid "Expecting station name"
[2afde70]297msgstr "Ожидается имя пикета"
[859d2937]298
[4cce48d]299#: ../src/commands.c:2118
[859d2937]300#: n:31
301#, c-format
302msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”"
[2afde70]303msgstr "Вместо “%s” ожидаются “EQUATES”, “EXPORTS” или “PLUMBS”"
[859d2937]304
[4cce48d]305#: ../src/commands.c:2125
[859d2937]306#: n:32
307#, c-format
308msgid "Found “%s”, expecting “ON” or “OFF”"
[2afde70]309msgstr "Вместо “%s” ожидаются “ON” или “OFF”"
[859d2937]310
[a665282]311#. TRANSLATORS: EQUATE is a command name, so shouldn’t be
312#. translated.
[a7d4233]313#.
314#. Here "station" is a survey station, not a train station.
[4cce48d]315#: ../src/commands.c:1018
[859d2937]316#: n:33
317msgid "Only one station in EQUATE command"
[2afde70]318msgstr "Указано только одно имя пикета в команде EQUATE"
[859d2937]319
[c6a54a8]320#. TRANSLATORS: A "quantity" is something measured like "LENGTH",
321#. "BEARING", "ALTITUDE", etc.
[4cce48d]322#: ../src/commands.c:442
[859d2937]323#: n:34
324#, c-format
325msgid "Unknown quantity “%s”"
[29fd30c]326msgstr "Неизвестный тип замеров “%s”"
[859d2937]327
[4cce48d]328#: ../src/commands.c:357
[859d2937]329#: n:35
330#, c-format
331msgid "Unknown units “%s”"
[2afde70]332msgstr "Неизвестная единица измерения “%s”"
[859d2937]333
[4cce48d]334#: ../src/commands.c:1958
335#: ../src/commands.c:2033
[11f3c9a]336#: n:434
337msgid "Unknown coordinate system"
[2afde70]338msgstr "Неизвестная система координат"
[11f3c9a]339
[4cce48d]340#: ../src/commands.c:2053
341#: ../src/commands.c:2078
[aa430ec]342#: n:443
343#, c-format
344msgid "Invalid coordinate system: %s"
[2afde70]345msgstr "Недопустимая система координат: %s"
[aa430ec]346
[4cce48d]347#: ../src/commands.c:2040
348#: ../src/commands.c:2058
[11f3c9a]349#: n:435
350msgid "Coordinate system unsuitable for output"
[2afde70]351msgstr "Система координат не подходит для вывода результатов"
[11f3c9a]352
[4cce48d]353#: ../src/commands.c:839
354#: ../src/commands.c:1637
[11f3c9a]355#: n:436
[4cce48d]356#, c-format
[6583db5]357msgid "Failed to convert coordinates: %s"
358msgstr "Неудача при переводе координат: %s"
[11f3c9a]359
[4cce48d]360#: ../src/commands.c:842
[11f3c9a]361#: n:437
[29d1883f]362msgid "The input projection is set but the output projection isn't"
[2afde70]363msgstr "Исходная проекция задана, а результирующая нет"
[11f3c9a]364
[4cce48d]365#: ../src/commands.c:844
[11f3c9a]366#: n:438
[29d1883f]367msgid "The output projection is set but the input projection isn't"
[2afde70]368msgstr "Результирующая проекция задана, а исходная нет"
[11f3c9a]369
[4cce48d]370#: ../src/commands.c:799
[11f3c9a]371#: n:439
372msgid "Coordinates can't be omitted when coordinate system has been specified"
[2afde70]373msgstr "Координаты не могут быть пропущены если указана система координат"
[11f3c9a]374
[4cce48d]375#: ../src/commands.c:1623
376#: n:301
377msgid "Input coordinate system must be specified for '*DECLINATION AUTO'"
378msgstr ""
379
380#: ../src/commands.c:1615
381#: n:309
382msgid "Expected number or 'AUTO'"
383msgstr ""
384
385#: ../src/datain.c:902
386#: n:304
387msgid "No survey date specified - using 0 for magnetic declination"
388msgstr ""
389
[613028c]390#. TRANSLATORS: Used when a BEGIN command has no survey, but the
391#. END command does, e.g.:
[a665282]392#.
[859d2937]393#. *begin
394#. 1 2 10.00 178 -01
395#. *end entrance      <--[Message given here]
[4cce48d]396#: ../src/commands.c:739
[859d2937]397#: n:36
[613028c]398msgid "Matching BEGIN command has no survey name"
[2afde70]399msgstr "Для соответствующей команды BEGIN не указано имя топо-съемки"
[859d2937]400
[a665282]401#. TRANSLATORS: Note: In English you talk about the *units* of a single
402#. measurement, but the correct term in other languages may be singular.
[4cce48d]403#: ../src/commands.c:370
[859d2937]404#: n:37
405#, c-format
406msgid "Invalid units “%s” for quantity"
[2afde70]407msgstr "Недрпустимая единица измерения “%s” для значения"
[859d2937]408
[4cce48d]409#: ../src/commands.c:433
[859d2937]410#: n:39
411#, c-format
412msgid "Unknown instrument “%s”"
[2afde70]413msgstr "Неизвестный инструмент “%s”"
[859d2937]414
[a665282]415#. TRANSLATORS: DECLINATION is a built-in keyword, so best not to
416#. translate
[4cce48d]417#: ../src/commands.c:1591
[859d2937]418#: n:40
419msgid "Scale factor must be 1.0 for DECLINATION"
[2afde70]420msgstr "Масштабный коэффициент должен равняться 1.0 для DECLINATION"
[859d2937]421
[a665282]422#. TRANSLATORS: If the scale factor for an instrument is zero, then any
423#. reading would be mapped to zero, which doesn't make sense.
[4cce48d]424#: ../src/commands.c:1597
[859d2937]425#: n:391
426msgid "Scale factor must be non-zero"
[2afde70]427msgstr "Масштабный коэффициент должен быть ненулевым"
[859d2937]428
[4cce48d]429#: ../src/commands.c:1688
[859d2937]430#: n:41
431#, c-format
432msgid "Unknown setting “%s”"
[2afde70]433msgstr "Неизвестная настройка “%s”"
[859d2937]434
[4cce48d]435#: ../src/commands.c:480
[859d2937]436#: n:42
437#, c-format
438msgid "Unknown character class “%s”"
[2afde70]439msgstr "Неизвестный класс символов “%s”"
[859d2937]440
[a7d4233]441#: ../src/extend.c:605
[4cce48d]442#: ../src/netskel.c:93
[859d2937]443#: n:43
444msgid "No survey data"
[2afde70]445msgstr "Нет данных топо-съемки"
[859d2937]446
447#: ../src/filename.c:52
[31f1db0]448#: ../src/img_hosted.c:35
[859d2937]449#: n:44
450#, c-format
451msgid "Filename “%s” refers to directory"
[2afde70]452msgstr "Имя файла “%s” ссылается на каталог файловой системы"
[859d2937]453
[c6a54a8]454#. TRANSLATORS: At the end of processing (or if a *SOLVE command is used)
455#. cavern will issue this error if there are any sections of the survey
456#. network which are hanging.
457#: ../src/netartic.c:387
[859d2937]458#: n:45
459msgid "Survey not all connected to fixed stations"
[29fd30c]460msgstr "Имеются цепочки замеров не привязанные к фиксированным пикетам (висящие)"
[859d2937]461
[4cce48d]462#: ../src/commands.c:948
463#: ../src/datain.c:684
[859d2937]464#: n:46
465msgid "Station already fixed or equated to a fixed point"
[f6c07ba]466msgstr "Пикет уже зафиксирован или эквивалентен другому зафиксированному пикету"
[859d2937]467
[4cce48d]468#: ../src/cavern.c:299
[859d2937]469#: ../src/filename.c:55
[31f1db0]470#: ../src/img_hosted.c:36
[859d2937]471#: n:47
472#, c-format
473msgid "Failed to open output file “%s”"
[2afde70]474msgstr "Невозможно открыть выходной файл “%s”"
[859d2937]475
[4cce48d]476#: ../src/commands.c:849
477#: ../src/commands.c:861
478#: ../src/commands.c:871
479#: ../src/commands.c:1743
[859d2937]480#: n:48
481msgid "Standard deviation must be positive"
[2afde70]482msgstr "Стандартное отклонение должно быть положительным числом"
[859d2937]483
484#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
485#. "survey stations".
486#.
487#. %s is replaced by the name of the station.
[a7d4233]488#: ../src/netbits.c:346
[859d2937]489#: n:50
490#, c-format
491msgid "Survey leg with same station (“%s”) at both ends - typing error?"
[2afde70]492msgstr "Замер с одинаковым именем пикета (“%s”) на обоих концах замера - опечатка?"
[859d2937]493
[85c0078]494#. TRANSLATORS: %.f%s will be replaced with a right angle in the
495#. units currently in use, e.g. "90°" or "100ᵍ".  And "absolute
496#. value" means the reading ignoring the sign (so it might be
497#. < -90° or > 90°.
[4cce48d]498#: ../src/datain.c:1002
499#: ../src/datain.c:1015
500#: ../src/datain.c:1033
[859d2937]501#: n:51
[85c0078]502#, c-format
503msgid "Clino reading over %.f%s (absolute value)"
[f6c07ba]504msgstr "Абсолютное значение угла больше %.f%s"
[859d2937]505
[a7d4233]506#: ../src/netbits.c:464
[859d2937]507#: n:52
508#, c-format
509msgid "Tried to equate two non-equal fixed stations: “%s” and “%s”"
[f6c07ba]510msgstr "Попытка объявить эквивалентными два фиксированных пикета с неодинаковыми координатами: “%s” и “%s”"
[859d2937]511
[a665282]512#. TRANSLATORS: "equal" as in:
513#.
514#. *fix a 1 2 3
515#. *fix b 1 2 3
516#. *equate a b
[a7d4233]517#: ../src/netbits.c:475
[859d2937]518#: n:53
519#, c-format
520msgid "Equating two equal fixed points: “%s” and “%s”"
[f6c07ba]521msgstr "Объявление эквивалентности для двух фиксированных пикетов с одинаковыми координатами: “%s” и “%s”"
[859d2937]522
523#. TRANSLATORS: " *fix a " gives this message:
[4cce48d]524#: ../src/commands.c:809
[859d2937]525#: n:54
526msgid "FIX command with no coordinates - fixing at (0,0,0)"
[2afde70]527msgstr "Команда FIX без указания координат - выполнена фиксация с координатами (0,0,0)"
[859d2937]528
529#. TRANSLATORS: *fix a 1 2 3 / *fix a 1 2 3
[4cce48d]530#: ../src/commands.c:952
531#: ../src/datain.c:686
[859d2937]532#: n:55
533msgid "Station already fixed at the same coordinates"
[2afde70]534msgstr "Пикет с таким именем уже зафиксирован с такими же координатами"
[859d2937]535
[dfc141d]536#. TRANSLATORS: Emitted after second and subsequent "FIX command with
537#. no coordinates - fixing at (0,0,0)" warnings.
[4cce48d]538#: ../src/commands.c:817
[dfc141d]539#: n:441
540#, c-format
541msgid "Already had FIX command with no coordinates for station “%s”"
[2afde70]542msgstr "Повторное использование команды FIX без координат для пикета “%s”"
[dfc141d]543
[4cce48d]544#: ../src/commands.c:1843
[29d1883f]545#: n:442
546#, c-format
547msgid "Station “%s” fixed before CS command first used"
[f6c07ba]548msgstr "Пикет “%s” фиксируется прежде чем командой CS задана координатная система"
[29d1883f]549
[a665282]550#. TRANSLATORS: The *EXPORT command is only valid just after *BEGIN
551#. <SURVEY>, so this would generate this error:
552#.
[859d2937]553#. *begin fred
554#. 1 2 1.23 045 -6
555#. *export 2
556#. *end fred
[4cce48d]557#: ../src/commands.c:2329
[859d2937]558#: n:57
559msgid "*EXPORT must immediately follow “*BEGIN <SURVEY>”"
[f6c07ba]560msgstr "Команда *EXPORT должна следовать непосредственно после команды “*BEGIN <имя_съемки>”"
[859d2937]561
[4cce48d]562#: ../src/readval.c:518
[859d2937]563#: n:58
564msgid "Invalid year (< 1900 or > 2078)"
[0af9ff3]565msgstr "Введите год в промежутке от 1900 до 2078"
[859d2937]566
[a665282]567#. TRANSLATORS: Suspicious means something like 410 degrees or -20
568#. degrees
[4cce48d]569#: ../src/datain.c:873
570#: ../src/datain.c:882
[859d2937]571#: n:59
572msgid "Suspicious compass reading"
[2afde70]573msgstr "Подозрительное значение азимута"
[859d2937]574
[4cce48d]575#: ../src/datain.c:1556
[859d2937]576#: n:60
577msgid "Negative tape reading"
[2afde70]578msgstr "Отрицательное значение длинны замера"
[859d2937]579
[4cce48d]580#: ../src/commands.c:804
[859d2937]581#: n:61
582msgid "Same station fixed twice with no coordinates"
[2afde70]583msgstr "Один и тот же пикет заыиксирован дважды без указания координат"
[859d2937]584
585#. TRANSLATORS: This means that the data fed in said this.
[a665282]586#.
587#. It could be a gross error (e.g. the decimal point is missing from the
588#. depth gauge reading) or it could just be due to random error on a near
589#. vertical leg
[4cce48d]590#: ../src/datain.c:1251
[859d2937]591#: n:62
592msgid "Tape reading is less than change in depth"
[f6c07ba]593msgstr "Длинна замера меньше чем изменение глубины"
[859d2937]594
595#. TRANSLATORS: a data "style" is something like NORMAL, DIVING, etc.
596#. a "reading" is one of FROM, TO, TAPE, COMPASS, CLINO for NORMAL
[a665282]597#. neither style nor reading is a keyword in the program This error
598#. complains about a depth gauge reading in normal style, for example
[4cce48d]599#: ../src/commands.c:1280
[859d2937]600#: n:63
601#, c-format
602msgid "Reading “%s” not allowed in data style “%s”"
[f6c07ba]603msgstr "Значения “%s” не допустимы для  стиля топо-данных “%s”"
[859d2937]604
605#. TRANSLATORS: i.e. not enough readings for the style.
[4cce48d]606#: ../src/commands.c:1470
[859d2937]607#: n:64
608#, c-format
609msgid "Too few readings for data style “%s”"
[2afde70]610msgstr "Недостаточно значений для стиля топо-данных “%s”"
[859d2937]611
612#. TRANSLATORS: e.g. trying to refer to an invalid FNORD data style
[4cce48d]613#: ../src/commands.c:1240
[859d2937]614#: n:65
615#, c-format
616msgid "Data style “%s” unknown"
[2afde70]617msgstr "Неизвестный стиль топо-данных “%s”"
[859d2937]618
619#. TRANSLATORS: Here "station" is a survey station, not a train station.
620#.
[a665282]621#. Exporting a station twice gives this error:
622#.
[859d2937]623#. *begin example
624#. *export 1
625#. *export 1
626#. 1 2 1.24 045 -6
627#. *end example
[4cce48d]628#: ../src/commands.c:1110
[859d2937]629#: n:66
630#, c-format
631msgid "Station “%s” already exported"
[2afde70]632msgstr "Пикет с именем “%s” уже экспортирован"
[859d2937]633
[a665282]634#. TRANSLATORS: complains about a situation like trying to define
635#. two from stations per leg
[4cce48d]636#: ../src/commands.c:1306
[859d2937]637#: n:67
638#, c-format
639msgid "Duplicate reading “%s”"
[f6c07ba]640msgstr "Дублирование значений для “%s” в определении стиля топо-данных"
[859d2937]641
[4cce48d]642#: ../src/commands.c:979
[859d2937]643#: n:68
644#, c-format
645msgid "FLAG “%s” unknown"
[2afde70]646msgstr "FLAG “%s” - неизвестный флаг"
[859d2937]647
[4cce48d]648#: ../src/readval.c:476
[859d2937]649#: n:69
650msgid "Missing \""
[0af9ff3]651msgstr "Недостающие \""
[859d2937]652
653#. TRANSLATORS: Here "station" is a survey station, not a train station.
[a7d4233]654#: ../src/listpos.c:122
[859d2937]655#: n:70
656#, c-format
[ec3d624]657msgid "Station “%s” referred to just once, with an explicit survey name - typo?"
[f6c07ba]658msgstr "Ссылка на пикет “%s” встречаетрся единственный раз и только с явным указанием имени топо-съемки - возможно это опечатка?"
[859d2937]659
[a665282]660#. TRANSLATORS: Here "station" is a survey station, not a train
661#. station.
[4cce48d]662#: ../src/netartic.c:405
[859d2937]663#: n:71
664msgid "The following survey stations are not attached to a fixed point:"
[f6c07ba]665msgstr "Следующие пикеты не связаны с фиксированными пикетами (висящие пикеты):"
[859d2937]666
[4cce48d]667#: ../src/netskel.c:138
[859d2937]668#: n:72
669#, c-format
670msgid "Survey has no fixed points. Therefore I’ve fixed %s at (0,0,0)"
[f6c07ba]671msgstr "В топо-съемке не определено фиксированных пикетов. Поэтому \"%s\" зафиксировано с координатами (0,0,0)"
[859d2937]672
673#. TRANSLATORS: fixed survey station that is not part of any survey
[4cce48d]674#: ../src/netskel.c:961
[859d2937]675#: n:73
676#, c-format
677msgid "Unused fixed point “%s”"
[f6c07ba]678msgstr "Фиксированный пикет “%s” нигде не используется"
[859d2937]679
680#: ../src/matrix.c:123
681#: n:74
682msgid "Network solved by reduction - no simultaneous equations to solve."
[f6c07ba]683msgstr "Съемочная сеть вычислена путем сведения - нет системы уравнений для решения"
[859d2937]684
685#: ../src/matrix.c:134
686#: n:75
687#, c-format
688msgid "Solving %d simultaneous equations"
[f6c07ba]689msgstr "Решение системы из %d уравнений"
[859d2937]690
[c6a54a8]691#. TRANSLATORS: This is an error from the *DATA command.  It
692#. means that a reading (which will appear where %s is isn't
693#. valid as the list of readings has already included the same
694#. reading, or an equivalent one (e.g. you can't have both
695#. DEPTH and DEPTHCHANGE together).
[4cce48d]696#: ../src/commands.c:1373
[859d2937]697#: n:77
698#, c-format
699msgid "Reading “%s” duplicates previous reading(s)"
[29fd30c]700msgstr "Тип значений “%s” дублирует один из типов значений в данном стиле топо-данных"
[859d2937]701
702#: ../src/matrix.c:132
703#: n:78
704msgid "Solving one equation"
[f6c07ba]705msgstr "Решение одного уравнения"
[859d2937]706
[4cce48d]707#: ../src/datain.c:968
708#: ../src/datain.c:1240
709#: ../src/datain.c:1437
[859d2937]710#: n:79
711msgid "Negative adjusted tape reading"
[f6c07ba]712msgstr "В результате коррекций получена отрицательная длинна в замере"
[859d2937]713
[4cce48d]714#: ../src/commands.c:2229
715#: ../src/commands.c:2249
[859d2937]716#: n:80
717msgid "Date is in the future!"
[f6c07ba]718msgstr "Дата больше текущей даты!"
[859d2937]719
[4cce48d]720#: ../src/commands.c:2253
[859d2937]721#: n:81
722msgid "End of date range is before the start"
[f6c07ba]723msgstr "Конечная дата меньше начальной"
[859d2937]724
[a665282]725#. TRANSLATORS: e.g. the user specifies a passage cross-section at
726#. station "entrance.27", but there is no station "entrance.27" in
727#. the centre-line.
[4cce48d]728#: ../src/netskel.c:1049
[859d2937]729#: n:83
730#, c-format
731msgid "Cross section specified at non-existent station “%s”"
[f6c07ba]732msgstr "Размеры сечения хода определены для несуществующего пикета “%s”"
[859d2937]733
[a665282]734#. TRANSLATORS: In data with backsights, the user has tried to give a
735#. plumb for the foresight and a clino reading for the backsight, or
736#. something similar.
[4cce48d]737#: ../src/datain.c:1051
738#: ../src/datain.c:1075
[859d2937]739#: n:84
740msgid "CLINO and BACKCLINO readings must be of the same type"
[2afde70]741msgstr "Значения CLINO и BACKCLINO должны иметь одинаковый тип"
[859d2937]742
[4cce48d]743#: ../src/readval.c:526
[859d2937]744#: n:86
745msgid "Invalid month"
[2afde70]746msgstr "Недопустимый месяц"
[859d2937]747
748#. TRANSLATORS: e.g. 31st of April, or 32nd of any month
[4cce48d]749#: ../src/readval.c:535
[859d2937]750#: n:87
751msgid "Invalid day of the month"
[2afde70]752msgstr "Недопустимый день месяца"
[859d2937]753
[4cce48d]754#: ../src/cavern.c:248
[859d2937]755#: n:88
756#, c-format
757msgid "3d file format versions %d to %d supported"
[f6c07ba]758msgstr "Поддерживаются версии формата 3d файла с %d по %d"
[859d2937]759
[4cce48d]760#: ../src/readval.c:195
[859d2937]761#: n:89
762msgid "Expecting survey name"
[2afde70]763msgstr "Ожидается имя топо-съемки"
[859d2937]764
[4cce48d]765#: ../src/datain.c:402
[a7d4233]766#: ../src/extend.c:554
[98cf5b5]767#: ../src/img_hosted.c:30
[4cce48d]768#: ../src/mainfrm.cc:422
[a665282]769#: ../src/sorterr.c:146
[98cf5b5]770#: n:24
[859d2937]771#, c-format
772msgid "Couldn’t open file “%s”"
[98cf5b5]773msgstr "Невозможно открыть файл “%s”"
[859d2937]774
[4cce48d]775#: ../src/printing.cc:714
[859d2937]776#: n:402
777#, c-format
778msgid "Couldn’t write file “%s”"
[2afde70]779msgstr "Невозможно сохранить файл “%s”"
[859d2937]780
781#. TRANSLATORS: If you're unsure what "deprecated" means, see:
782#. http://en.wikipedia.org/wiki/Deprecation
[4cce48d]783#: ../src/commands.c:499
784#: ../src/commands.c:600
785#: ../src/commands.c:623
786#: ../src/commands.c:1255
787#: ../src/commands.c:1671
788#: ../src/readval.c:91
[859d2937]789#: n:95
790msgid "Further uses of this deprecated feature will not be reported"
[f6c07ba]791msgstr "Дальнейшее использование устаревших и не рекомендованных к использованию возможностей не будет порождать сообщений"
[859d2937]792
[85c0078]793#. TRANSLATORS: %s is replaced by the amount the readings disagree
794#. by, e.g. "2.5°" or "3ᵍ".
[4cce48d]795#: ../src/datain.c:933
[859d2937]796#: n:98
797#, c-format
[85c0078]798msgid "COMPASS reading and BACKCOMPASS reading disagree by %s"
[f6c07ba]799msgstr "Значения COMPASS и BACKCOMPASS различаются на %s"
[859d2937]800
[85c0078]801#. TRANSLATORS: %s is replaced by the amount the readings disagree
802#. by, e.g. "2.5°" or "3ᵍ".
[4cce48d]803#: ../src/datain.c:1127
[859d2937]804#: n:99
805#, c-format
[85c0078]806msgid "CLINO reading and BACKCLINO reading disagree by %s"
[f6c07ba]807msgstr "Значения CLINO и BACKCLINO различаются на %s"
[859d2937]808
[4cce48d]809#: ../src/commands.c:1252
[859d2937]810#: n:104
811#, c-format
812msgid "“*data %s %c …” is deprecated - use “*data %s …” instead"
[2afde70]813msgstr "“*data %s %c …” устарело - используйте “*data %s …” вместо него"
[859d2937]814
[a665282]815#. TRANSLATORS: Perhaps the user tried to load a different type of file as
816#. a Survex .3d file, or the .3d file was corrupted.
817#: ../src/3dtopos.c:157
818#: ../src/3dtopos.c:163
[a7d4233]819#: ../src/cad3d.c:909
820#: ../src/cad3d.c:920
[31f1db0]821#: ../src/img_hosted.c:39
[859d2937]822#: n:106
823#, c-format
824msgid "Bad 3d image file “%s”"
[f6c07ba]825msgstr "Файл “%s” не распознан как корректный .3d файл Survex"
[859d2937]826
[a665282]827#. TRANSLATORS: This is the date format string used to timestamp .3d
828#. files internally.  Probably best to keep it the same for all
829#. translations.
[859d2937]830#: ../src/img.c:43
[4cce48d]831#: ../src/mainfrm.cc:1457
[859d2937]832#: n:107
833#, c-format
834msgid "%a,%Y.%m.%d %H:%M:%S %Z"
[2afde70]835msgstr "%a,%Y.%m.%d %H:%M:%S %Z"
[859d2937]836
[a665282]837#. TRANSLATORS: used a processed survey with no processing date/time info
[4cce48d]838#: ../src/mainfrm.cc:1450
[859d2937]839#: n:108
840msgid "Date and time not available."
[2afde70]841msgstr "Дата и время недоступны."
[859d2937]842
[31f1db0]843#: ../src/img_hosted.c:40
[859d2937]844#: n:109
845#, c-format
846msgid "Error reading from file “%s”"
[2afde70]847msgstr "Ошибка чтения из файла “%s”"
[859d2937]848
[4cce48d]849#: ../src/cavernlog.cc:513
[859d2937]850#: ../src/filename.c:79
[31f1db0]851#: ../src/img_hosted.c:41
[4cce48d]852#: ../src/mainfrm.cc:384
853#: ../src/mainfrm.cc:2044
[859d2937]854#: n:110
855#, c-format
856msgid "Error writing to file “%s”"
[2afde70]857msgstr "Ошибка записи в файла “%s”"
[859d2937]858
859#: ../src/filename.c:82
860#: n:111
861msgid "Error writing to file"
[2afde70]862msgstr "Ошибка записи в файл"
[859d2937]863
[4cce48d]864#: ../src/cavern.c:389
[859d2937]865#: n:113
866#, c-format
867msgid "There were %d warning(s) and %d error(s) - no output files produced."
[f6c07ba]868msgstr "Визникло %d предупреждений и %d ошибок - результирующие файлы не созданы."
[859d2937]869
[31f1db0]870#: ../src/img_hosted.c:42
[859d2937]871#: n:114
872#, c-format
873msgid "File “%s” has a newer format than this program can understand"
[2afde70]874msgstr "Файл “%s” имеет более новый формат, с которым данная версия программы не может работать"
[859d2937]875
[4cce48d]876#: ../src/printing.cc:1051
[859d2937]877#: n:115
878msgid "North"
[0af9ff3]879msgstr "Север"
[859d2937]880
881#. TRANSLATORS: "Elevation on" 020 <-> 200 degrees
[4cce48d]882#: ../src/printing.cc:1076
[859d2937]883#: n:116
884msgid "Elevation on"
[f6c07ba]885msgstr "Разрез-сечение по азимуту"
[859d2937]886
[13ebaa9]887#: ../src/printing.cc:497
[859d2937]888#: n:117
889msgid "P&lan view"
[2afde70]890msgstr "П&лан"
[859d2937]891
[13ebaa9]892#: ../src/printing.cc:499
[859d2937]893#: n:285
894msgid "&Elevation"
[2afde70]895msgstr "&Разрез"
[859d2937]896
[fb08ce4]897#. TRANSLATORS: Label used for "clino" in Aven when the view is
898#. neither from directly above nor from directly below.  It is
899#. also used in the dialog for editing a marked position in a
900#. presentation.
901#.
902#. Try to keep this translation short - ideally at most 10
903#. characters - as otherwise the compass and clino will be moved
904#. further apart to make room. */
[4cce48d]905#: ../src/gfxcore.cc:886
906#: ../src/gfxcore.cc:1946
[13ebaa9]907#: ../src/mainfrm.cc:171
[859d2937]908#: n:118
909msgid "Elevation"
[2afde70]910msgstr "Разрез"
[859d2937]911
[11f3c9a]912#. TRANSLATORS: Label used for "clino" in Aven when the view is
913#. from directly above.
[fb08ce4]914#.
915#. Try to keep this translation short - ideally at most 10
916#. characters - as otherwise the compass and clino will be moved
917#. further apart to make room. */
[4cce48d]918#: ../src/gfxcore.cc:786
919#: ../src/gfxcore.cc:1940
[0fceb30]920#: n:432
921msgid "Plan"
[2afde70]922msgstr "Вид сверху"
[0fceb30]923
[11f3c9a]924#. TRANSLATORS: Label used for "clino" in Aven when the view is
925#. from directly below.
[fb08ce4]926#.
927#. Try to keep this translation short - ideally at most 10
928#. characters - as otherwise the compass and clino will be moved
929#. further apart to make room. */
[4cce48d]930#: ../src/gfxcore.cc:800
931#: ../src/gfxcore.cc:1943
[0fceb30]932#: n:433
933msgid "Kiwi Plan"
[2afde70]934msgstr "Вид снизу"
[0fceb30]935
[4cce48d]936#: ../src/cavern.c:353
[859d2937]937#: n:120
938msgid "Calculating statistics"
[2afde70]939msgstr "Расчет статистики"
[859d2937]940
[4cce48d]941#: ../src/readval.c:491
[859d2937]942#: n:121
943msgid "Expecting string field"
[2afde70]944msgstr "Ожидается строковое значение"
[859d2937]945
[a665282]946#: ../src/cmdline.c:212
[859d2937]947#: n:122
948msgid "too few arguments"
[2afde70]949msgstr "слишком мало аргументов"
[859d2937]950
[a665282]951#: ../src/cmdline.c:219
[859d2937]952#: n:123
953msgid "too many arguments"
[0af9ff3]954msgstr "слишком много аргументов"
[859d2937]955
[a665282]956#: ../src/cmdline.c:178
[859d2937]957#: ../src/cmdline.c:181
[a665282]958#: ../src/cmdline.c:185
[859d2937]959#: n:124
960msgid "FILE"
961msgstr "ФАЙЛ"
962
[a665282]963#. TRANSLATORS: In French, Eric chose to use the terminology used by
964#. toporobot: "sequence" for the English "traverse", which makes sense
965#. (although toporobot actually uses this term to mean something more
966#. specific).  Feel free to follow this lead if you can't think of a better
967#. term - these messages mostly indicate how processing is progressing.
[859d2937]968#.
969#. A trailing traverse is a dead end back to a junction.
[4cce48d]970#: ../src/netskel.c:180
[859d2937]971#: n:125
972msgid "Removing trailing traverses"
[f6c07ba]973msgstr "Удаление тупиковых веток"
[859d2937]974
[a665282]975#. TRANSLATORS: In French, Eric chose to use the terminology used by
976#. toporobot: "sequence" for the English "traverse", which makes sense
977#. (although toporobot actually uses this term to mean something more
978#. specific).  Feel free to follow this lead if you can't think of a better
979#. term - these messages mostly indicate how processing is progressing.
[4cce48d]980#: ../src/netskel.c:239
[859d2937]981#: n:126
982msgid "Concatenating traverses"
[f6c07ba]983msgstr "Соединение веток"
[859d2937]984
[a665282]985#. TRANSLATORS: In French, Eric chose to use the terminology used by
986#. toporobot: "sequence" for the English "traverse", which makes sense
987#. (although toporobot actually uses this term to mean something more
988#. specific).  Feel free to follow this lead if you can't think of a better
989#. term - these messages mostly indicate how processing is progressing.
[4cce48d]990#: ../src/netskel.c:437
[859d2937]991#: n:127
992msgid "Calculating traverses"
[f6c07ba]993msgstr "Расчет колец"
[859d2937]994
[a665282]995#. TRANSLATORS: In French, Eric chose to use the terminology used by
996#. toporobot: "sequence" for the English "traverse", which makes sense
997#. (although toporobot actually uses this term to mean something more
998#. specific).  Feel free to follow this lead if you can't think of a better
999#. term - these messages mostly indicate how processing is progressing.
[859d2937]1000#.
1001#. A trailing traverse is a dead end back to a junction.
[4cce48d]1002#: ../src/netskel.c:782
[859d2937]1003#: n:128
1004msgid "Calculating trailing traverses"
[f6c07ba]1005msgstr "Расчет тупиковых веток"
[859d2937]1006
1007#: ../src/network.c:82
1008#: n:129
1009msgid "Simplifying network"
[f6c07ba]1010msgstr "Упрощение съемочной сети"
[859d2937]1011
1012#: ../src/network.c:540
1013#: n:130
1014msgid "Calculating network"
[f6c07ba]1015msgstr "Расчет съемочной сети"
[859d2937]1016
[4cce48d]1017#: ../src/datain.c:1546
[859d2937]1018#: n:131
1019#, c-format
1020msgid "Found “%s”, expecting “F” or “B”"
[2afde70]1021msgstr "Вместо “%s” ожидается “F” или “B”"
[859d2937]1022
[4cce48d]1023#: ../src/cavern.c:455
[859d2937]1024#: n:132
1025#, c-format
[85c0078]1026msgid "Total length of survey legs = %7.2f%s (%7.2f%s adjusted)"
[f6c07ba]1027msgstr "Общая длина замеров = %7.2f%s (%7.2f%s после коррекции)"
[859d2937]1028
[4cce48d]1029#: ../src/cavern.c:458
[859d2937]1030#: n:133
1031#, c-format
[85c0078]1032msgid "Total plan length of survey legs = %7.2f%s"
[f6c07ba]1033msgstr "Суммарная горизонтальная проекционная длина замеров (план) = %7.2f%s"
[859d2937]1034
[4cce48d]1035#: ../src/cavern.c:461
[859d2937]1036#: n:134
1037#, c-format
[85c0078]1038msgid "Total vertical length of survey legs = %7.2f%s"
[f6c07ba]1039msgstr "Суммарная вертикальная проекционная длинна замеров (разрез) = %7.2f%s"
[859d2937]1040
1041#. TRANSLATORS: numbers are altitudes of highest and lowest stations
[4cce48d]1042#: ../src/cavern.c:468
[859d2937]1043#: n:135
1044#, c-format
[85c0078]1045msgid "Vertical range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
[f6c07ba]1046msgstr "Амплитуда = %4.2f%s (от %s на %4.2f%s до %s на %4.2f%s)"
[859d2937]1047
1048#. TRANSLATORS: c.f. previous message
[4cce48d]1049#: ../src/cavern.c:471
[859d2937]1050#: n:136
1051#, c-format
[85c0078]1052msgid "North-South range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
[f6c07ba]1053msgstr "Диапазон Север-Юг = %4.2f%s (от %s на %4.2f%s до %s на %4.2f%s)"
[859d2937]1054
1055#. TRANSLATORS: c.f. previous two messages
[4cce48d]1056#: ../src/cavern.c:474
[859d2937]1057#: n:137
1058#, c-format
[85c0078]1059msgid "East-West range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
[f6c07ba]1060msgstr "Диапазон Восток-Запад = %4.2f%s (от %s на %4.2f%s до %s на %4.2f%s)"
[859d2937]1061
[4cce48d]1062#: ../src/cavern.c:440
[859d2937]1063#: n:138
1064msgid "There is 1 loop."
[2afde70]1065msgstr "Количество колец: 1"
[859d2937]1066
[4cce48d]1067#: ../src/cavern.c:442
[859d2937]1068#: n:139
1069#, c-format
1070msgid "There are %ld loops."
[2afde70]1071msgstr "Количество колец: %ld"
[859d2937]1072
[4cce48d]1073#: ../src/cavern.c:375
[859d2937]1074#: n:140
1075#, c-format
1076msgid "CPU time used %5.2fs"
[f6c07ba]1077msgstr "Затрачено времени процессора: %5.2fs"
[859d2937]1078
[4cce48d]1079#: ../src/cavern.c:378
[859d2937]1080#: n:141
1081#, c-format
1082msgid "Time used %5.2fs"
[f6c07ba]1083msgstr "Затрачено времени всего: %5.2fs"
[859d2937]1084
[4cce48d]1085#: ../src/cavern.c:380
[859d2937]1086#: n:142
1087msgid "Time used unavailable"
[2afde70]1088msgstr "Отчет о затраченном времени недоступен"
[859d2937]1089
[4cce48d]1090#: ../src/cavern.c:383
[859d2937]1091#: n:143
1092#, c-format
1093msgid "Time used %5.2fs (%5.2fs CPU time)"
[2afde70]1094msgstr "Затрачено времени %5.2fs (%5.2fs затрачено процессором)"
[859d2937]1095
[4cce48d]1096#: ../src/netskel.c:747
[859d2937]1097#: n:145
1098#, c-format
1099msgid "Original length %6.2fm (%3d legs), moved %6.2fm (%5.2fm/leg). "
[f6c07ba]1100msgstr "Первоначальная длина %6.2fм (%3d замеров), откорректировано на %6.2fм (%5.2fм/замер). "
[859d2937]1101
[4cce48d]1102#: ../src/netskel.c:750
[859d2937]1103#: n:146
1104#, c-format
1105msgid "Error %6.2f%%"
1106msgstr "Ошибка %6.2f%%"
1107
[a665282]1108#. TRANSLATORS: Here N/A means "Not Applicable" -- it means the
1109#. traverse has zero length, so error per metre is meaningless.
1110#.
1111#. There should be 4 spaces between "Error" and "N/A" so that it lines
1112#. up with the numbers in the message above.
[4cce48d]1113#: ../src/netskel.c:757
[859d2937]1114#: n:147
1115msgid "Error    N/A"
1116msgstr "Ошибка   N/A"
1117
1118#. TRANSLATORS: description of --help option
[a665282]1119#: ../src/cmdline.c:138
[859d2937]1120#: n:150
1121msgid "display this help and exit"
[94e25ff]1122msgstr "показать справку и выйти"
[859d2937]1123
[c5d45ba]1124#. TRANSLATORS: description of --version option
[a665282]1125#: ../src/cmdline.c:141
[859d2937]1126#: n:151
1127msgid "output version information and exit"
[94e25ff]1128msgstr "вывести информацию о версии и выйти"
[859d2937]1129
1130#. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]…
[a665282]1131#: ../src/cmdline.c:170
[859d2937]1132#: n:153
1133msgid "OPTION"
[94e25ff]1134msgstr "ОПЦИЯ"
[859d2937]1135
[13ebaa9]1136#: ../src/mainfrm.cc:175
1137#: ../src/printing.cc:443
[4cce48d]1138#: ../src/printing.cc:1113
1139#: ../src/printing.cc:1162
[859d2937]1140#: n:154
1141msgid "Scale"
1142msgstr "Масштаб"
1143
[a665282]1144#: ../src/cmdline.c:194
[859d2937]1145#: n:157
1146#, c-format
1147msgid "Try “%s --help” for more information.\n"
[2afde70]1148msgstr "Выполните “%s --help” для получения дополнительной информации.\n"
[859d2937]1149
[14c991a]1150#. TRANSLATORS: N/M meaning page N of M in the page footer of a printout.
[4cce48d]1151#: ../src/printing.cc:1816
[14c991a]1152#: n:232
1153#, c-format
1154msgid "%d/%d"
[dc37c16]1155msgstr "%d/%d"
[14c991a]1156
1157#. TRANSLATORS: Used in the footer of printouts to compactly indicate that
1158#. the date which follows is the date that the survey data was processed.
1159#.
1160#. Aven will replace %s with a string giving the date and time (e.g.
1161#. "2015-06-09 12:40:44").
[4cce48d]1162#: ../src/printing.cc:1857
[859d2937]1163#: n:167
[14c991a]1164#, fuzzy, c-format
1165msgid "Processed: %s"
1166msgstr "Обработана на %s"
1167
1168#. TRANSLATORS: Used in the footer of printouts to compactly
1169#. indicate this is a plan view and what the viewing angle is.
1170#. Aven will replace %s with the bearing, and %.0f with the scale.
1171#.
1172#. This message probably doesn't need translating for most languages.
[4cce48d]1173#: ../src/printing.cc:1771
[14c991a]1174#: n:233
[859d2937]1175#, c-format
[14c991a]1176msgid "↑%s 1:%.0f"
1177msgstr ""
1178
1179#. TRANSLATORS: Used in the footer of printouts to compactly
1180#. indicate this is an elevation view and what the viewing angle
1181#. is.  Aven will replace the %s codes with the bearings to the
1182#. left and right of the viewer, and %.0f with the scale.
1183#.
1184#. This message probably doesn't need translating for most languages.
[4cce48d]1185#: ../src/printing.cc:1782
[14c991a]1186#: n:235
1187#, c-format
1188msgid "%s↔%s 1:%.0f"
1189msgstr ""
1190
1191#. TRANSLATORS: Used in the footer of printouts to compactly
1192#. indicate this is a tilted elevation view and what the viewing
1193#. angles are.  Aven will replace the %s codes with the bearings to
1194#. the left and right of the viewer and the angle the view is
1195#. tilted at, and %.0f with the scale.
1196#.
1197#. This message probably doesn't need translating for most languages.
[4cce48d]1198#: ../src/printing.cc:1795
[14c991a]1199#: n:236
1200#, c-format
1201msgid "%s↔%s ∡%s 1:%.0f"
1202msgstr ""
1203
1204#. TRANSLATORS: Used in the footer of printouts to compactly
1205#. indicate this is an extended elevation view.  Aven will replace
1206#. %.0f with the scale.
1207#.
1208#. Try to keep the translation short (for example, in English we
1209#. use "Extended" not "Extended elevation") - there is limited room
1210#. in the footer, and the details there are mostly to make it easy
1211#. to check that you have corresponding pages from a multiple page
1212#. printout.
[4cce48d]1213#: ../src/printing.cc:1811
[14c991a]1214#: n:244
1215#, c-format
1216msgid "Extended 1:%.0f"
1217msgstr ""
[859d2937]1218
1219#. TRANSLATORS: This is used on printouts of plans, with %s replaced by
1220#. something like "123°".  The bearing is up the page.
[4cce48d]1221#: ../src/printing.cc:1057
[859d2937]1222#: n:168
1223#, c-format
1224msgid "Plan view, %s up page"
[f6c07ba]1225msgstr "План, верх страницы сориентирован на азимут %s"
[859d2937]1226
[a665282]1227#. TRANSLATORS: This is used on printouts of elevations, with %s
1228#. replaced by something like "123°".  The bearing is the direction
1229#. we’re looking.
[4cce48d]1230#: ../src/printing.cc:1089
[859d2937]1231#: n:169
1232#, c-format
1233msgid "Elevation facing %s"
[f6c07ba]1234msgstr "Разрез-проекция, направление взгляда - азимут %s"
[859d2937]1235
[a665282]1236#. TRANSLATORS: This is used on printouts of tilted elevations, with
1237#. the first %s replaced by something like "123°", and the second by
1238#. something like "-45°".  The bearing is the direction we’re
1239#. looking.
[4cce48d]1240#: ../src/printing.cc:1096
[859d2937]1241#: n:284
1242#, c-format
1243msgid "Elevation facing %s, tilted %s"
[2afde70]1244msgstr "Разрез-проекция, направление взгляда  - азимут %s, угол %s"
[859d2937]1245
1246#. TRANSLATORS: This is used on printouts of extended elevations.
[4cce48d]1247#: ../src/printing.cc:1105
[859d2937]1248#: n:191
1249msgid "Extended elevation"
[2afde70]1250msgstr "Разрез-развертка"
[859d2937]1251
[4cce48d]1252#: ../src/cavern.c:426
[859d2937]1253#: n:172
1254msgid "Survey contains 1 survey station,"
[2afde70]1255msgstr "Топо-съемка содержит пикетов: 1,"
[859d2937]1256
[4cce48d]1257#: ../src/cavern.c:428
[859d2937]1258#: n:173
1259#, c-format
1260msgid "Survey contains %ld survey stations,"
[2afde70]1261msgstr "Топо-съемка содержит пикетов: %ld,"
[859d2937]1262
[4cce48d]1263#: ../src/cavern.c:432
[859d2937]1264#: n:174
1265msgid " joined by 1 leg."
[2afde70]1266msgstr " замеров: 1."
[859d2937]1267
[4cce48d]1268#: ../src/cavern.c:434
[859d2937]1269#: n:175
1270#, c-format
1271msgid " joined by %ld legs."
[2afde70]1272msgstr " замеров: %ld."
[859d2937]1273
1274#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
[a7d4233]1275#: ../src/listpos.c:185
[859d2937]1276#: n:176
1277msgid "node"
[f6c07ba]1278msgstr "реберных узлов съемочной сети"
[859d2937]1279
1280#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
[a7d4233]1281#: ../src/listpos.c:187
[859d2937]1282#: n:177
1283msgid "nodes"
[f6c07ba]1284msgstr "реберных узлов съемочной сети"
[859d2937]1285
[a665282]1286#. TRANSLATORS: "Connected component" in the graph theory sense - it
1287#. means there are %ld bits of survey with no connections between them.
1288#. This message is only used if there are more than 1.
[4cce48d]1289#: ../src/cavern.c:451
[859d2937]1290#: n:178
1291#, c-format
1292msgid "Survey has %ld connected components."
[f6c07ba]1293msgstr "Топо-съемка имеет %ld связанных компонентов."
[859d2937]1294
[8377f15]1295#. TRANSLATORS: Label for button in aven’s cavern log window which
1296#. allows the user to save the log to a file.
[4cce48d]1297#: ../src/cavernlog.cc:451
[8377f15]1298#: n:446
1299msgid "Save Log"
[f6c07ba]1300msgstr "Сохранить журнал"
[8377f15]1301
[a665282]1302#. TRANSLATORS: Label for button in aven’s cavern log window which
1303#. causes the survey data to be reprocessed.
[4cce48d]1304#: ../src/cavernlog.cc:458
1305#: ../src/cavernlog.cc:469
[859d2937]1306#: n:184
1307msgid "Reprocess"
[f6c07ba]1308msgstr "Перерасчитать"
[859d2937]1309
[a665282]1310#: ../src/cmdline.c:242
1311#: ../src/cmdline.c:261
[859d2937]1312#: n:185
1313#, c-format
1314msgid "numeric argument “%s” out of range"
[2afde70]1315msgstr "числовой аргумент “%s” имеет недопустимое значение"
[859d2937]1316
[a665282]1317#: ../src/cmdline.c:244
[859d2937]1318#: n:186
1319#, c-format
1320msgid "argument “%s” not an integer"
[2afde70]1321msgstr "аргумент “%s” не является целым числом"
[859d2937]1322
[a665282]1323#: ../src/cmdline.c:263
[859d2937]1324#: n:187
1325#, c-format
1326msgid "argument “%s” not a number"
[2afde70]1327msgstr "аргумент “%s” не является числом"
[859d2937]1328
[4cce48d]1329#: ../src/commands.c:994
[859d2937]1330#: n:188
1331msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”"
[2afde70]1332msgstr "Ожидается “DUPLICATE”, “SPLAY” или “SURFACE”"
[859d2937]1333
[4cce48d]1334#: ../src/commands.c:997
[859d2937]1335#: n:189
1336msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”"
[2afde70]1337msgstr "Ожидается “NOT”, “DUPLICATE”, “SPLAY” или “SURFACE”"
[859d2937]1338
1339#: ../src/listpos.c:82
1340#: n:190
1341#, c-format
1342msgid "Station “%s” referred to by *entrance or *export but never used"
[f6c07ba]1343msgstr "На пикет “%s” есть ссылки в  командах *entrance или *export но пикет не используется"
[859d2937]1344
[4cce48d]1345#: ../src/commands.c:709
[859d2937]1346#: n:192
1347msgid "No matching BEGIN"
[2afde70]1348msgstr "Нет соответствующей команды BEGIN"
[859d2937]1349
[613028c]1350#. TRANSLATORS: *BEGIN <survey> and *END <survey> should have the
1351#. same <survey> if it’s given at all
[4cce48d]1352#: ../src/commands.c:743
[859d2937]1353#: n:193
[613028c]1354msgid "Survey name doesn’t match BEGIN"
[c6e9faf]1355msgstr "Имя топо-съемки не совпадает с именем, указанным в команде BEGIN"
[859d2937]1356
[613028c]1357#. TRANSLATORS: Used when a BEGIN command has a survey name, but the
1358#. END command omits it, e.g.:
1359#.
1360#. *begin entrance
1361#. 1 2 10.00 178 -01
1362#. *end     <--[Message given here]
[4cce48d]1363#: ../src/commands.c:752
[859d2937]1364#: n:194
[613028c]1365msgid "Survey name omitted from END"
[c6e9faf]1366msgstr "Имя топосъемки указано в BEGIN, но отсутствует в END"
[859d2937]1367
[a665282]1368#. TRANSLATORS: Heading line for .pos file.  Please try to ensure the “,”s
1369#. (or at least the columns) are in the same place
1370#: ../src/3dtopos.c:112
[13ebaa9]1371#: ../src/pos.cc:59
[859d2937]1372#: n:195
1373msgid "( Easting, Northing, Altitude )"
1374msgstr "( Easting, Northing, Высота   )"
1375
1376#. TRANSLATORS: bpp is "Bits Per Pixel"
[4cce48d]1377#: ../src/aboutdlg.cc:180
[859d2937]1378#: n:196
1379#, c-format
1380msgid "Display Depth: %d bpp"
[c6e9faf]1381msgstr "Глубина цвета: %d bpp"
[859d2937]1382
1383#. TRANSLATORS: appended to previous message if the display is colour
[4cce48d]1384#: ../src/aboutdlg.cc:182
[859d2937]1385#: n:197
1386msgid " (colour)"
[c6e9faf]1387msgstr " (цветное)"
[859d2937]1388
[4cce48d]1389#: ../src/readval.c:514
1390#: ../src/readval.c:524
1391#: ../src/readval.c:532
[859d2937]1392#: n:198
1393#, c-format
1394msgid "Expecting date, found “%s”"
[c6e9faf]1395msgstr "Вместо “%s” ожидается дата"
[859d2937]1396
[a665282]1397#. TRANSLATORS: --help output for --survey option.
1398#.
[859d2937]1399#. "this" has been added to English translation
1400#: ../src/3dtopos.c:50
[13ebaa9]1401#: ../src/aven.cc:65
[a665282]1402#: ../src/cad3d.c:660
[859d2937]1403#: ../src/diffpos.c:57
1404#: ../src/dump3d.c:49
[a7d4233]1405#: ../src/extend.c:459
[859d2937]1406#: n:199
1407msgid "only load the sub-survey with this prefix"
[c6e9faf]1408msgstr "обрабатывать топо-съемки только с указаным префиксом"
[859d2937]1409
1410#. TRANSLATORS: --help output for aven --print option
[13ebaa9]1411#: ../src/aven.cc:67
[859d2937]1412#: n:119
1413msgid "print and exit (requires a 3d file)"
[c6e9faf]1414msgstr "распечатать и выйти (нуобходимо указать 3d файл)"
[859d2937]1415
1416#. TRANSLATORS: --help output for cavern --output option
[11f3c9a]1417#: ../src/cavern.c:127
[859d2937]1418#: n:162
1419msgid "set location for output files"
[c6e9faf]1420msgstr "указать местоположения для выходных файлов"
[859d2937]1421
1422#. TRANSLATORS: --help output for cavern --quiet option
[11f3c9a]1423#: ../src/cavern.c:129
[859d2937]1424#: n:163
1425msgid "only show brief summary (-qq for errors only)"
[c6e9faf]1426msgstr "отображать только краткие итоги (-qq для отображения только ошибок)"
[859d2937]1427
1428#. TRANSLATORS: --help output for cavern --no-auxiliary-files option
[11f3c9a]1429#: ../src/cavern.c:131
[859d2937]1430#: n:164
1431msgid "do not create .err file"
[c6e9faf]1432msgstr "не создавать файл .err"
[859d2937]1433
1434#. TRANSLATORS: --help output for cavern --warnings-are-errors option
[11f3c9a]1435#: ../src/cavern.c:133
[859d2937]1436#: n:165
1437msgid "turn warnings into errors"
[c6e9faf]1438msgstr "трактовать предупреждения как ошибки"
[859d2937]1439
1440#. TRANSLATORS: --help output for cavern --log option
[11f3c9a]1441#: ../src/cavern.c:135
[859d2937]1442#: n:170
1443msgid "log output to .log file"
[c6e9faf]1444msgstr "выводить сообщения программы в .log файл"
[859d2937]1445
1446#. TRANSLATORS: --help output for cavern --3d-version option
[11f3c9a]1447#: ../src/cavern.c:137
[859d2937]1448#: n:171
1449msgid "specify the 3d file format version to output"
[c6e9faf]1450msgstr "указать версию формата в котором будет сохранятся 3d файл"
[859d2937]1451
[a665282]1452#. TRANSLATORS: error message given by "*units tape 0 feet" - it’s
1453#. meaningless to say your tape is marked in "0 feet" (but you might
1454#. measure distance by counting knots on a diving line, and tie them
1455#. every "2 feet").
[4cce48d]1456#: ../src/commands.c:1517
[859d2937]1457#: n:200
1458msgid "*UNITS factor must be non-zero"
[c6e9faf]1459msgstr "Коэффициент в команде *UNITS должен быть ненулевым"
[859d2937]1460
[4cce48d]1461#: ../src/mainfrm.cc:1467
[859d2937]1462#: n:202
1463#, c-format
1464msgid "No survey data in 3d file “%s”"
[c6e9faf]1465msgstr "Данные топо-съемки не найдены в файле “%s”"
[859d2937]1466
[fb08ce4]1467#. TRANSLATORS: Used in aven above the compass indicator at the lower
1468#. right of the display, with a bearing below "Facing".  This indicates the
1469#. direction the viewer is "facing" in.
1470#.
1471#. Try to keep this translation short - ideally at most 10 characters -
1472#. as otherwise the compass and clino will be moved further apart to
1473#. make room. */
[4cce48d]1474#: ../src/gfxcore.cc:772
1475#: ../src/gfxcore.cc:1927
[859d2937]1476#: n:203
1477msgid "Facing"
[29fd30c]1478msgstr "Азимут"
[859d2937]1479
1480#. TRANSLATORS: for the title of the About box
[4cce48d]1481#: ../src/aboutdlg.cc:62
[859d2937]1482#: n:205
1483#, c-format
1484msgid "About %s"
[c6e9faf]1485msgstr "О программе %s"
[859d2937]1486
[51755e1]1487#. TRANSLATORS: "Terrain file" being a digital model of the terrain (e.g. a
1488#. grid of height values).
[4cce48d]1489#: ../src/mainfrm.cc:2002
[51755e1]1490#: n:451
1491msgid "Select a terrain file to view"
1492msgstr "Выберите файл с рельефом поверхности для отображения"
1493
[4cce48d]1494#: ../src/mainfrm.cc:1996
[51755e1]1495#: n:452
1496msgid "Terrain files"
1497msgstr "Файлы рельефа поверхности"
1498
[a665282]1499#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1500#. - it should be translated to the terminology that cavers using the
1501#. language would use.
[859d2937]1502#.
1503#. File->Open dialog:
[4cce48d]1504#: ../src/mainfrm.cc:1973
[859d2937]1505#: n:206
1506msgid "Select a survey file to view"
[c6e9faf]1507msgstr "Выберите топо-съемку для просмотра"
[859d2937]1508
[a7d4233]1509#. TRANSLATORS: Survex is the name of the software, and "3d" refers to a
1510#. file extension, so neither should be translated.
[4cce48d]1511#: ../src/mainfrm.cc:1950
[859d2937]1512#: n:207
1513msgid "Survex 3d files"
[d5b33cb]1514msgstr "Survex 3d файлы"
[859d2937]1515
[4cce48d]1516#: ../src/mainfrm.cc:1965
1517#: ../src/mainfrm.cc:1997
1518#: ../src/mainfrm.cc:2445
1519#: ../src/printing.cc:694
[859d2937]1520#: n:208
1521msgid "All files"
[d5b33cb]1522msgstr "Все файлы"
[859d2937]1523
[a665282]1524#. TRANSLATORS: Here "survey" is a "cave map" rather than
1525#. list of questions - it should be translated to the
1526#. terminology that cavers using the language would use.
[4cce48d]1527#: ../src/mainfrm.cc:1947
[859d2937]1528#: n:229
1529msgid "All survey files"
[c6e9faf]1530msgstr "Все файлы топо-съемок"
[859d2937]1531
[a7d4233]1532#. TRANSLATORS: Survex is the name of the software, and "svx" refers to a
1533#. file extension, so neither should be translated.
[4cce48d]1534#: ../src/mainfrm.cc:1953
[859d2937]1535#: n:329
1536msgid "Survex svx files"
[d5b33cb]1537msgstr "Survex svx файлы"
[859d2937]1538
[a665282]1539#. TRANSLATORS: "Compass" as in Larry Fish’s cave
[a7d4233]1540#. surveying package, so should not be translated
[4cce48d]1541#: ../src/mainfrm.cc:1961
[859d2937]1542#: n:330
1543msgid "Compass DAT and MAK files"
[c6e9faf]1544msgstr "DAT и MAK файлы Compass"
[859d2937]1545
[13ebaa9]1546#: ../src/printing.cc:318
[859d2937]1547#: n:411
1548msgid "DXF files"
[d5b33cb]1549msgstr "DXF файлы"
[859d2937]1550
[13ebaa9]1551#: ../src/printing.cc:319
[859d2937]1552#: n:412
1553msgid "EPS files"
[d5b33cb]1554msgstr "EPS файлы"
[859d2937]1555
[13ebaa9]1556#: ../src/printing.cc:320
[859d2937]1557#: n:413
1558msgid "GPX files"
[d5b33cb]1559msgstr "GPX файлы"
[859d2937]1560
[a7d4233]1561#. TRANSLATORS: Here "plotter" refers to a machine which draws a printout
1562#. on a (usually large) sheet of paper using a pen mounted in a motorised
1563#. mechanism.
[13ebaa9]1564#: ../src/printing.cc:324
[859d2937]1565#: n:414
1566msgid "HPGL for plotters"
[c6e9faf]1567msgstr "HPGL файлы (для плоттера)"
[859d2937]1568
[13ebaa9]1569#: ../src/printing.cc:326
[aa430ec]1570#: n:444
1571msgid "KML files"
[d5b33cb]1572msgstr "KML файлы"
[aa430ec]1573
[a7d4233]1574#. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
1575#. so should not be translated:
1576#. http://www.fountainware.com/compass/
1577#. http://www.psc-cavers.org/carto/
[13ebaa9]1578#: ../src/printing.cc:331
[859d2937]1579#: n:415
1580msgid "Compass PLT for use with Carto"
[c6e9faf]1581msgstr "Compass PLT файлы для использования в Carto"
[859d2937]1582
[a7d4233]1583#. TRANSLATORS: "Skencil" is the name of a software package, so should not be
1584#. translated: http://www.skencil.org/
[13ebaa9]1585#: ../src/printing.cc:334
[859d2937]1586#: n:416
1587msgid "Skencil files"
[d5b33cb]1588msgstr "Skencil файлы"
[859d2937]1589
[13ebaa9]1590#. TRANSLATORS: Survex is the name of the software, and "pos" refers to a
1591#. file extension, so neither should be translated.
1592#: ../src/printing.cc:337
1593#: n:166
1594msgid "Survex pos files"
1595msgstr "Survex pos файлы"
1596
1597#: ../src/printing.cc:338
[859d2937]1598#: n:417
1599msgid "SVG files"
[d5b33cb]1600msgstr "SVG файлы"
[859d2937]1601
[13ebaa9]1602#: ../src/printing.cc:325
[31f1db0]1603#: n:445
1604msgid "JSON files"
[498a7c1]1605msgstr "JSON файлы"
[31f1db0]1606
[8377f15]1607#. TRANSLATORS: Log files from running cavern (extension .log)
[4cce48d]1608#: ../src/cavernlog.cc:503
[8377f15]1609#: n:447
1610msgid "Log files"
[f6c07ba]1611msgstr "Файлы журнала"
[8377f15]1612
[a665282]1613#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1614#. - it should be translated to the terminology that cavers using the
1615#. language would use.
[859d2937]1616#.
1617#. This string is used in the about box (summarising the purpose of aven).
[4cce48d]1618#: ../src/aboutdlg.cc:90
[859d2937]1619#: n:209
1620msgid "Survey visualisation tool"
[c6e9faf]1621msgstr "Инструмент для визуализации топо-съемок пещер"
[859d2937]1622
[a7d4233]1623#. TRANSLATORS: Summary paragraph for the GPLv2 - there are translations for
1624#. some languages here:
1625#. http://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html
[4cce48d]1626#: ../src/aboutdlg.cc:104
[859d2937]1627#: n:219
1628msgid "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version."
[c6e9faf]1629msgstr "Эта программа является свободным программным обеспечением; Вы можете распространять и/или изменять его в соответствии с условиями GNU General Public Licence, опубликованной Фондом свободного программного обеспечения; действительно либо для версии 2 Лицензии, либо (по вашему выбору) любой более поздней версии."
[859d2937]1630
1631#. TRANSLATORS: Part of 3dtopos --help
[a665282]1632#: ../src/3dtopos.c:86
[859d2937]1633#: n:217
1634msgid "3D_FILE [POS_FILE]"
[c6e9faf]1635msgstr "3D_ФАЙЛ [POS_ФАЙЛ]"
[859d2937]1636
1637#. TRANSLATORS: Part of diffpos --help
[a665282]1638#: ../src/diffpos.c:265
[859d2937]1639#: n:218
1640msgid "FILE1 FILE2 [THRESHOLD]"
[c6e9faf]1641msgstr "ФАЙЛ1 ФАЙЛ2 [ПОРОГ]"
[859d2937]1642
1643#. TRANSLATORS: Part of diffpos --help
[a665282]1644#: ../src/diffpos.c:267
[859d2937]1645#: n:255
1646#, c-format
1647msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)"
[c6e9faf]1648msgstr "ФАЙЛ1 и ФАЙЛ2 могут быть .pos или .3d файлами\nПОРОГ это максимальное игнорируемое изменение в метрах вдоль любой из координатных осей (по умолчанию %s)"
[859d2937]1649
1650#. TRANSLATORS: Part of extend --help
[a7d4233]1651#: ../src/extend.c:481
[859d2937]1652#: n:267
1653msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]"
[c6e9faf]1654msgstr "ВХОДНОЙ_3D_ФАЙЛ [ВЫХОДНОЙ_3D_ФАЙЛ]"
[859d2937]1655
1656#. TRANSLATORS: Part of sorterr --help
[a665282]1657#: ../src/sorterr.c:127
[859d2937]1658#: n:268
1659msgid "ERR_FILE [HOW_MANY]"
[f6c07ba]1660msgstr "ERR_ФАЙЛ [СКОЛЬКО]"
[859d2937]1661
[a665282]1662#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1663#. - it should be translated to the terminology that cavers using the
1664#. language would use.
[859d2937]1665#.
1666#. Part of aven --help
[13ebaa9]1667#: ../src/aven.cc:114
1668#: ../src/aven.cc:138
[859d2937]1669#: n:269
1670msgid "[SURVEY_FILE]"
[c6e9faf]1671msgstr "[ФАЙЛ_ТОПОСЪЕМКИ]"
[859d2937]1672
[a665282]1673#. TRANSLATORS: Used in the "colour key" for "colour by date" if there
[a7d4233]1674#. are surveys without date information.  Try to keep this fairly short.
[4cce48d]1675#: ../src/gfxcore.cc:1132
[859d2937]1676#: n:221
1677msgid "Undated"
[c6e9faf]1678msgstr "Дата не указана"
[859d2937]1679
1680#. TRANSLATORS: Used in the "colour key" for "colour by error" for surveys
[a7d4233]1681#. which aren’t part of a loop and so have no error information. Try to keep
1682#. this fairly short.
[4cce48d]1683#: ../src/gfxcore.cc:1157
[859d2937]1684#: n:290
1685msgid "Not in loop"
[c6e9faf]1686msgstr "Не в кольце"
[859d2937]1687
[a665282]1688#. TRANSLATORS: error from:
1689#.
1690#. *data normal newline from to tape compass clino
[4cce48d]1691#: ../src/commands.c:1356
[859d2937]1692#: n:222
1693msgid "NEWLINE can’t be the first reading"
[c6e9faf]1694msgstr "NEWLINE не может быть первым значением"
[859d2937]1695
[a665282]1696#. TRANSLATORS: error from:
1697#.
1698#. *data normal from to tape compass clino newline
[4cce48d]1699#: ../src/commands.c:1399
[859d2937]1700#: n:223
1701msgid "NEWLINE can’t be the last reading"
[c6e9faf]1702msgstr "NEWLINE не может быть последним значением"
[859d2937]1703
[a665282]1704#. TRANSLATORS: Error given by something like:
1705#.
1706#. *data normal station tape compass clino
1707#.
1708#. ("station" signifies interleaved data).
[4cce48d]1709#: ../src/commands.c:1422
[859d2937]1710#: n:224
1711msgid "Interleaved readings, but no NEWLINE"
[c6e9faf]1712msgstr "Стиль данных подразумевает наличие перевода строки, но NEWLINE отсутствует"
[859d2937]1713
[a665282]1714#. TRANSLATORS: caused by e.g.
1715#.
1716#. *data diving station newline depth tape compass
1717#.
1718#. ("depth" needs to occur before "newline").
[4cce48d]1719#: ../src/commands.c:1293
[859d2937]1720#: n:225
1721#, c-format
1722msgid "Reading “%s” must occur before NEWLINE"
[c6e9faf]1723msgstr "Значение “%s” должно быть перед NEWLINE"
[859d2937]1724
[a665282]1725#. TRANSLATORS: e.g.
1726#.
1727#. *data normal from to tape newline compass clino
[4cce48d]1728#: ../src/commands.c:1346
[859d2937]1729#: n:226
1730msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT"
[c6e9faf]1731msgstr "Значению NEWLINE могут предшествовать только значения STATION, DEPTH или COUNT"
[859d2937]1732
[a7d4233]1733#. TRANSLATORS: e.g.
1734#.
1735#. *calibrate tape compass 1 1
[4cce48d]1736#: ../src/commands.c:1558
[859d2937]1737#: n:227
1738msgid "Can’t calibrate angular and length quantities together"
[f6c07ba]1739msgstr "Недопустимо совместно калибровать величины для углов и длин"
[859d2937]1740
[4cce48d]1741#: ../src/commands.c:650
[859d2937]1742#: n:397
1743msgid "Bad *alias command"
[f6c07ba]1744msgstr "Недопустимая команда *alias"
[859d2937]1745
[a665282]1746#. TRANSLATORS: %s will be replaced by the application name ("Aven"
1747#. currently)
1748#: ../src/log.cc:32
[859d2937]1749#: n:228
1750#, c-format
1751msgid "%s Error Log"
[c6e9faf]1752msgstr "Журнал ошибок %s"
[859d2937]1753
[a665282]1754#. TRANSLATORS: The text on the action button in the "Export" settings
1755#. dialog
[4cce48d]1756#: ../src/printing.cc:637
[859d2937]1757#: n:230
[7f928d3]1758msgid "&Export..."
[328275a]1759msgstr "&Экспортi..."
[859d2937]1760
[a665282]1761#. TRANSLATORS: "Rotation" menu.  The accelerators must be different within
1762#. this group.  Tickable menu item which toggles auto rotation
[4cce48d]1763#: ../src/mainfrm.cc:812
[859d2937]1764#: n:231
1765msgid "Au&to-Rotate\tSpace"
[c6e9faf]1766msgstr "Ав&томатическое вращение\tSpace"
[859d2937]1767
[4cce48d]1768#: ../src/mainfrm.cc:814
[859d2937]1769#: n:234
1770msgid "&Reverse Direction"
[c6e9faf]1771msgstr "&Поменять направление вращения"
[859d2937]1772
1773#. TRANSLATORS: View *looking* North
[4cce48d]1774#: ../src/gfxcore.cc:3898
1775#: ../src/mainfrm.cc:817
[859d2937]1776#: n:240
1777msgid "View &North"
[c6e9faf]1778msgstr "На &Север"
[859d2937]1779
1780#. TRANSLATORS: View *looking* East
[4cce48d]1781#: ../src/gfxcore.cc:3900
1782#: ../src/mainfrm.cc:818
[859d2937]1783#: n:241
1784msgid "View &East"
[c6e9faf]1785msgstr "На &Восток"
[859d2937]1786
1787#. TRANSLATORS: View *looking* South
[4cce48d]1788#: ../src/gfxcore.cc:3902
1789#: ../src/mainfrm.cc:819
[859d2937]1790#: n:242
1791msgid "View &South"
[c6e9faf]1792msgstr "На &Юг"
[859d2937]1793
1794#. TRANSLATORS: View *looking* West
[4cce48d]1795#: ../src/gfxcore.cc:3904
1796#: ../src/mainfrm.cc:820
[859d2937]1797#: n:243
1798msgid "View &West"
[c6e9faf]1799msgstr "На &Запад"
[859d2937]1800
[4cce48d]1801#: ../src/gfxcore.cc:3921
1802#: ../src/mainfrm.cc:822
[859d2937]1803#: n:248
1804msgid "&Plan View"
[69ddbce]1805msgstr "&План"
[859d2937]1806
[4cce48d]1807#: ../src/gfxcore.cc:3922
1808#: ../src/mainfrm.cc:823
[859d2937]1809#: n:249
1810msgid "Ele&vation"
[69ddbce]1811msgstr "&Разрез"
[859d2937]1812
[4cce48d]1813#: ../src/mainfrm.cc:825
[859d2937]1814#: n:254
1815msgid "Restore De&fault View"
[f6c07ba]1816msgstr "Восстановить об&зор по умолчанию"
[859d2937]1817
[a665282]1818#. TRANSLATORS: Used as a label for the surrounding box for the "Bearing"
1819#. and "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in
1820#. the "what to print/export" dialog.
[13ebaa9]1821#: ../src/printing.cc:407
[859d2937]1822#: n:283
1823msgid "View"
[94e25ff]1824msgstr "Вид"
[859d2937]1825
[a665282]1826#. TRANSLATORS: Used as a label for the surrounding box for the "survey
1827#. legs" "stations" "names" etc checkboxes in the "what to print" dialog.
1828#. "Elements" isn’t a good name for this but nothing better has yet come to
1829#. mind!
[13ebaa9]1830#: ../src/printing.cc:412
[859d2937]1831#: n:256
1832msgid "Elements"
[94e25ff]1833msgstr "Элементы"
[859d2937]1834
[13ebaa9]1835#: ../src/printing.cc:418
[31f1db0]1836#: n:410
1837msgid "Export format"
[f6c07ba]1838msgstr "Формат экспорта"
[31f1db0]1839
[13ebaa9]1840#: ../src/printing.cc:467
[4cce48d]1841#: ../src/printing.cc:857
[859d2937]1842#: n:257
1843#, c-format
1844msgid "%d pages (%dx%d)"
[c6e9faf]1845msgstr "%d страниц (%dx%d)"
[859d2937]1846
[a665282]1847#. TRANSLATORS: used in the scale drop down selector in the print
1848#. dialog the implicit meaning is "choose a suitable scale to fit
1849#. the plot on a single page", but we need something shorter
[13ebaa9]1850#: ../src/printing.cc:449
[4cce48d]1851#: ../src/printing.cc:876
[859d2937]1852#: n:258
1853msgid "One page"
[c6e9faf]1854msgstr "Одна страница"
[859d2937]1855
[13ebaa9]1856#: ../src/mainfrm.cc:167
1857#: ../src/printing.cc:480
[859d2937]1858#: n:259
1859msgid "Bearing"
[c6e9faf]1860msgstr "Азимут"
[859d2937]1861
[13ebaa9]1862#: ../src/printing.cc:521
[859d2937]1863#: n:260
1864msgid "Station Names"
[c6e9faf]1865msgstr "Названия пикетов"
[859d2937]1866
[13ebaa9]1867#: ../src/printing.cc:517
[859d2937]1868#: n:261
1869msgid "Crosses"
[c6e9faf]1870msgstr "Пикеты"
[859d2937]1871
1872#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1873#. "survey stations".
[13ebaa9]1874#: ../src/printing.cc:507
[859d2937]1875#: n:262
1876msgid "Underground Survey Legs"
[c6e9faf]1877msgstr "Подземные замеры"
[859d2937]1878
[13ebaa9]1879#: ../src/printing.cc:537
[859d2937]1880#: n:393
1881msgid "Cross-sections"
[07e28a3]1882msgstr "Сечения"
[859d2937]1883
[13ebaa9]1884#: ../src/printing.cc:542
[859d2937]1885#: n:394
1886msgid "Walls"
[c6e9faf]1887msgstr "Стены ходов"
[859d2937]1888
[c6a54a8]1889#. TRANSLATORS: Label for checkbox which controls whether there's a
1890#. layer in the exported file (for formats such as DXF and SVG)
1891#. containing polygons for the inside of cave passages).
[13ebaa9]1892#: ../src/printing.cc:549
[859d2937]1893#: n:395
1894msgid "Passages"
[29fd30c]1895msgstr "Пещерныхе ходы"
[859d2937]1896
[13ebaa9]1897#: ../src/printing.cc:553
[859d2937]1898#: n:421
1899msgid "Origin in centre"
[f6c07ba]1900msgstr "Начало координат в центре"
[859d2937]1901
[13ebaa9]1902#: ../src/printing.cc:557
[859d2937]1903#: n:422
1904msgid "Full coordinates"
[c6e9faf]1905msgstr "Полные координаты"
[859d2937]1906
1907#. TRANSLATORS: Used in the print dialog:
[13ebaa9]1908#: ../src/printing.cc:487
[859d2937]1909#: n:263
1910msgid "Tilt angle"
[c6e9faf]1911msgstr "Угол наклона"
[859d2937]1912
[a665282]1913#. TRANSLATORS: used in the print dialog - controls drawing lines
1914#. around each page
[13ebaa9]1915#: ../src/printing.cc:565
[859d2937]1916#: n:264
1917msgid "Page Borders"
[c6e9faf]1918msgstr "Границы страницы"
[859d2937]1919
[a665282]1920#. TRANSLATORS: As in the legend on a map.  Used in the print dialog -
1921#. controls drawing the box at the lower left with survey name, view
1922#. angles, etc
[13ebaa9]1923#: ../src/printing.cc:576
[859d2937]1924#: n:265
1925msgid "Legend"
[c6e9faf]1926msgstr "Условные обозначения"
[859d2937]1927
[a665282]1928#. TRANSLATORS: will be used in the print dialog - check this to print
1929#. blank pages (otherwise they’ll be skipped to save paper)
[13ebaa9]1930#: ../src/printing.cc:571
[859d2937]1931#: n:266
1932msgid "Blank Pages"
[c6e9faf]1933msgstr "Пустые страницы"
[859d2937]1934
1935#. TRANSLATORS: Items in the "View" menu:
[4cce48d]1936#: ../src/mainfrm.cc:842
[859d2937]1937#: n:270
1938msgid "Station &Names\tCtrl+N"
[c6e9faf]1939msgstr "&Названия пикетов\tCtrl+N"
[859d2937]1940
1941#. TRANSLATORS: Toggles drawing of 3D passages
[4cce48d]1942#: ../src/mainfrm.cc:844
[859d2937]1943#: n:346
1944msgid "Passage &Tubes\tCtrl+T"
[f6c07ba]1945msgstr "&Объемные ходы\tCtrl+T"
[859d2937]1946
[29fd30c]1947#. TRANSLATORS: Toggles drawing the surface of the Earth
[4cce48d]1948#: ../src/mainfrm.cc:846
[29fd30c]1949#: n:449
[35d5206]1950#, fuzzy
1951msgid "Terr&ain"
1952msgstr "Рел&ьеф"
[29fd30c]1953
[4cce48d]1954#: ../src/mainfrm.cc:847
[859d2937]1955#: n:271
1956msgid "&Crosses\tCtrl+X"
[eba11f3]1957msgstr "Пикет&ы\tCtrl+X"
[859d2937]1958
[4cce48d]1959#: ../src/mainfrm.cc:848
[859d2937]1960#: n:297
1961msgid "&Grid\tCtrl+G"
1962msgstr "&Сетка\tCtrl+G"
1963
[4cce48d]1964#: ../src/mainfrm.cc:849
[859d2937]1965#: n:318
1966msgid "&Bounding Box\tCtrl+B"
[eba11f3]1967msgstr "Вме&щающий прямоугольник\tCtrl+B"
[859d2937]1968
1969#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1970#. "survey stations".
[4cce48d]1971#: ../src/mainfrm.cc:853
[859d2937]1972#: n:272
1973msgid "&Underground Survey Legs\tCtrl+L"
[f6c07ba]1974msgstr "Под&земная нитка\tCtrl+L"
[859d2937]1975
1976#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1977#. "survey stations".
[4cce48d]1978#: ../src/mainfrm.cc:856
[859d2937]1979#: n:291
1980msgid "&Surface Survey Legs\tCtrl+F"
[eba11f3]1981msgstr "Поверхностна&я нитка\tCtrl+F"
[859d2937]1982
[4cce48d]1983#: ../src/mainfrm.cc:872
[859d2937]1984#: n:273
1985msgid "&Overlapping Names"
[c6e9faf]1986msgstr "П&ерекрывающиеся надписи"
[859d2937]1987
[4cce48d]1988#: ../src/mainfrm.cc:881
[35d5206]1989#: n:450
1990msgid "Co&lour by"
1991msgstr ""
[5f69a50]1992
[4cce48d]1993#: ../src/mainfrm.cc:884
[859d2937]1994#: n:294
1995msgid "Highlight &Entrances"
[c6e9faf]1996msgstr "Подсветить в&ходы"
[859d2937]1997
[4cce48d]1998#: ../src/mainfrm.cc:885
[859d2937]1999#: n:295
2000msgid "Highlight &Fixed Points"
[c6e9faf]2001msgstr "Подсветить &фиксированные точки"
[859d2937]2002
[4cce48d]2003#: ../src/mainfrm.cc:886
[859d2937]2004#: n:296
2005msgid "Highlight E&xported Points"
[c6e9faf]2006msgstr "Подсветить &экспортированные точки"
[859d2937]2007
[13ebaa9]2008#: ../src/printing.cc:525
[859d2937]2009#: n:418
2010msgid "Entrances"
2011msgstr "Входы"
2012
[13ebaa9]2013#: ../src/printing.cc:529
[859d2937]2014#: n:419
2015msgid "Fixed Points"
[c6e9faf]2016msgstr "Фиксированные точки"
[859d2937]2017
[13ebaa9]2018#: ../src/printing.cc:533
[859d2937]2019#: n:420
2020msgid "Exported Stations"
[c6e9faf]2021msgstr "Экспортированные пикеты"
[859d2937]2022
[4cce48d]2023#: ../src/mainfrm.cc:891
[859d2937]2024#: n:237
2025msgid "&Perspective"
[f6c07ba]2026msgstr "&Перспектива"
[859d2937]2027
[4cce48d]2028#: ../src/mainfrm.cc:893
[859d2937]2029#: n:238
2030msgid "Textured &Walls"
[c6e9faf]2031msgstr "Текстурированные &стены"
[859d2937]2032
[a665282]2033#. TRANSLATORS: Toggles OpenGL "Depth Fogging" - feel free to translate
2034#. using that term instead if it gives a better translation which most
2035#. users will understand.
[4cce48d]2036#: ../src/mainfrm.cc:897
[859d2937]2037#: n:239
2038msgid "Fade Distant Ob&jects"
[c6e9faf]2039msgstr "Затенять отдаленные об&ъекты"
[859d2937]2040
2041#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2042#. "survey stations".
[4cce48d]2043#: ../src/mainfrm.cc:900
[859d2937]2044#: n:298
2045msgid "Smoot&hed Survey Legs"
[8384422]2046msgstr "Сглажи&вать линии"
[859d2937]2047
[4cce48d]2048#: ../src/mainfrm.cc:906
2049#: ../src/mainfrm.cc:910
[859d2937]2050#: n:356
2051msgid "Full Screen &Mode\tF11"
[c6e9faf]2052msgstr "Полноэкранный ре&жим\tF11"
[859d2937]2053
[4cce48d]2054#: ../src/gfxcore.cc:3959
2055#: ../src/mainfrm.cc:875
[35d5206]2056#: n:292
2057msgid "Colour by &Depth"
2058msgstr "Раскраска по &глубине"
2059
[4cce48d]2060#: ../src/gfxcore.cc:3960
2061#: ../src/mainfrm.cc:876
[35d5206]2062#: n:293
2063msgid "Colour by D&ate"
2064msgstr "Раскраска по &дате"
2065
[4cce48d]2066#: ../src/gfxcore.cc:3961
2067#: ../src/mainfrm.cc:877
[35d5206]2068#: n:289
2069#, fuzzy
2070msgid "Colour by &Error"
2071msgstr "Раскраска по &ошибкам на кольцах"
2072
[4cce48d]2073#: ../src/gfxcore.cc:3962
2074#: ../src/mainfrm.cc:878
[35d5206]2075#: n:85
2076#, fuzzy
2077msgid "Colour by &Gradient"
2078msgstr "Раскраска по &уклону хода"
2079
[4cce48d]2080#: ../src/gfxcore.cc:3963
2081#: ../src/mainfrm.cc:879
[35d5206]2082#: n:82
2083msgid "Colour by &Length"
2084msgstr "Раскрашивать по &Длине"
2085
2086#: n:448
2087msgid "Colour by &Survey"
2088msgstr "Раскраска по &топо-съемке"
2089
[4cce48d]2090#: ../src/mainfrm.cc:938
[859d2937]2091#: n:274
2092msgid "&Compass"
[94e25ff]2093msgstr "&Компас"
[859d2937]2094
[4cce48d]2095#: ../src/mainfrm.cc:939
[859d2937]2096#: n:275
2097msgid "C&linometer"
[c6e9faf]2098msgstr "&Угломер"
[859d2937]2099
2100#. TRANSLATORS: The "Colour Key" is the thing in aven showing which colour
2101#. corresponds to which depth, date, survey closure error, etc.
[4cce48d]2102#: ../src/mainfrm.cc:942
[859d2937]2103#: n:276
2104msgid "Colour &Key"
[c6e9faf]2105msgstr "&Цветовая шкала"
[859d2937]2106
[4cce48d]2107#: ../src/mainfrm.cc:943
[859d2937]2108#: n:277
2109msgid "&Scale Bar"
[94e25ff]2110msgstr "&Масштаб"
[859d2937]2111
[4cce48d]2112#: ../src/mainfrm.cc:919
[859d2937]2113#: n:280
2114msgid "&Reverse Sense\tCtrl+R"
[c6e9faf]2115msgstr "&Инвертировать управление\tCtrl+R"
[859d2937]2116
[4cce48d]2117#: ../src/mainfrm.cc:889
2118#: ../src/mainfrm.cc:928
2119#: ../src/mainfrm.cc:934
[859d2937]2120#: n:281
2121msgid "&Cancel Measuring Line\tEscape"
[f6c07ba]2122msgstr "&Выйти из режима измерения\tEscape"
[859d2937]2123
[4cce48d]2124#: ../src/mainfrm.cc:944
[859d2937]2125#: n:299
2126msgid "&Indicators"
[8384422]2127msgstr "И&ндикаторы"
[859d2937]2128
[8bfcf39]2129#: ../src/z_getopt.c:712
[859d2937]2130#: n:300
2131#, c-format
2132msgid "%s: option “%s” is ambiguous\n"
[94e25ff]2133msgstr "%s: опция “%s” неоднозначна\n"
[859d2937]2134
[8bfcf39]2135#: ../src/z_getopt.c:762
[859d2937]2136#: n:302
2137#, c-format
2138msgid "%s: option “%c%s” doesn’t allow an argument\n"
[94e25ff]2139msgstr "%s: опция “%c%s” не допускает указания аргумента\n"
[859d2937]2140
[8bfcf39]2141#: ../src/z_getopt.c:749
[859d2937]2142#: n:303
2143#, c-format
2144msgid "%s: option “--%s” doesn’t allow an argument\n"
[94e25ff]2145msgstr "%s: опция “--%s” не допускает указания аргумента\n"
[859d2937]2146
[8bfcf39]2147#: ../src/z_getopt.c:810
[859d2937]2148#: n:305
2149#, c-format
2150msgid "%s: option “%s” requires an argument\n"
[94e25ff]2151msgstr "%s: опция “%s” требует указания аргумента\n"
[859d2937]2152
[8bfcf39]2153#: ../src/z_getopt.c:1182
[859d2937]2154#: n:306
2155#, c-format
2156msgid "%s: option requires an argument -- %c\n"
[94e25ff]2157msgstr "%s: опция требует аргумент -- %c\n"
[859d2937]2158
[8bfcf39]2159#: ../src/z_getopt.c:851
[859d2937]2160#: n:307
2161#, c-format
2162msgid "%s: unrecognized option “--%s”\n"
[94e25ff]2163msgstr "%s: неизвестная опция “--%s”\n"
[859d2937]2164
[8bfcf39]2165#: ../src/z_getopt.c:862
[859d2937]2166#: n:308
2167#, c-format
2168msgid "%s: unrecognized option “%c%s”\n"
[94e25ff]2169msgstr "%s: неизвестная опция “%c%s”\n"
[859d2937]2170
[8bfcf39]2171#: ../src/z_getopt.c:923
[859d2937]2172#: n:310
2173#, c-format
2174msgid "%s: invalid option -- %c\n"
[94e25ff]2175msgstr "%s: неверная опция -- %c\n"
[859d2937]2176
[4cce48d]2177#: ../src/mainfrm.cc:828
[859d2937]2178#: n:311
2179msgid "&New Presentation"
[f6c07ba]2180msgstr "&Новая презантация"
[859d2937]2181
[4cce48d]2182#: ../src/mainfrm.cc:829
[859d2937]2183#: n:312
[7f928d3]2184msgid "&Open Presentation..."
2185msgstr "&Открвть презентацию..."
[859d2937]2186
[4cce48d]2187#: ../src/mainfrm.cc:830
[859d2937]2188#: n:313
2189msgid "&Save Presentation"
[f6c07ba]2190msgstr "&Сохранить презентацию"
[859d2937]2191
[4cce48d]2192#: ../src/mainfrm.cc:831
[859d2937]2193#: n:314
[7f928d3]2194msgid "Sa&ve Presentation As..."
2195msgstr "Со&хранить презентацию как..."
[859d2937]2196
2197#. TRANSLATORS: "Mark" as in "Mark this position"
[4cce48d]2198#: ../src/mainfrm.cc:834
[859d2937]2199#: n:315
2200msgid "&Mark"
[eba11f3]2201msgstr "От&метить"
[859d2937]2202
2203#. TRANSLATORS: "Play" as in "Play back a recording"
[4cce48d]2204#: ../src/mainfrm.cc:836
[859d2937]2205#: n:316
2206msgid "Pla&y"
[b1147af]2207msgstr "&Воспроизвести"
[859d2937]2208
[4cce48d]2209#: ../src/mainfrm.cc:837
[859d2937]2210#: n:317
[7f928d3]2211msgid "&Export as Movie..."
2212msgstr "&Экспортировать видео..."
[859d2937]2213
[4cce48d]2214#: ../src/mainfrm.cc:2522
[859d2937]2215#: n:331
2216msgid "Export Movie"
[f6c07ba]2217msgstr "Экспортировать видео"
[859d2937]2218
[4cce48d]2219#: ../src/cavernlog.cc:506
[13ebaa9]2220#: ../src/mainfrm.cc:375
[859d2937]2221#: n:319
2222msgid "Select an output filename"
[f6c07ba]2223msgstr "Выберите имя выходного файла"
[859d2937]2224
[13ebaa9]2225#: ../src/mainfrm.cc:372
[4cce48d]2226#: ../src/mainfrm.cc:2444
[859d2937]2227#: n:320
2228msgid "Aven presentations"
[f6c07ba]2229msgstr "Презентации Aven"
[859d2937]2230
2231#. TRANSLATORS: title of the save screenshot dialog
[4cce48d]2232#: ../src/mainfrm.cc:2030
[859d2937]2233#: n:321
2234msgid "Save Screenshot"
[b1147af]2235msgstr "Сохранить снимок экрана"
[859d2937]2236
[4cce48d]2237#: ../src/mainfrm.cc:2439
2238#: ../src/mainfrm.cc:2442
[859d2937]2239#: n:322
2240msgid "Select a presentation to open"
[f6c07ba]2241msgstr "Выберите презентацию для открытия"
[859d2937]2242
[4cce48d]2243#: ../src/mainfrm.cc:446
[859d2937]2244#: n:323
2245#, c-format
2246msgid "Error in format of presentation file “%s”"
[f6c07ba]2247msgstr "Ошибка формата в презентации “%s”"
[859d2937]2248
[a665282]2249#. TRANSLATORS: "Compass" as in Larry Fish’s cave
2250#. surveying package, so probably shouldn’t be translated
[4cce48d]2251#: ../src/mainfrm.cc:1957
[859d2937]2252#: n:324
2253msgid "Compass PLT files"
[f6c07ba]2254msgstr "Файлы Compass PLT"
[859d2937]2255
[a665282]2256#. TRANSLATORS: "CMAP" is Bob Thrun’s cave surveying
2257#. package, so don’t translate it.
[4cce48d]2258#: ../src/mainfrm.cc:1964
[859d2937]2259#: n:325
2260msgid "CMAP XYZ files"
[f6c07ba]2261msgstr "Файлы CMAP XYZ"
[859d2937]2262
2263#. TRANSLATORS: title of message box
[4cce48d]2264#: ../src/mainfrm.cc:2093
2265#: ../src/mainfrm.cc:2416
2266#: ../src/mainfrm.cc:2433
[859d2937]2267#: n:326
2268msgid "Modified Presentation"
[f6c07ba]2269msgstr "Измененная презентация"
[859d2937]2270
2271#. TRANSLATORS: and the question in that box
[4cce48d]2272#: ../src/mainfrm.cc:2091
2273#: ../src/mainfrm.cc:2415
2274#: ../src/mainfrm.cc:2432
[859d2937]2275#: n:327
2276msgid "The current presentation has been modified.  Abandon unsaved changes?"
[f6c07ba]2277msgstr "Текущая презентация была изменена.  Отменить не сохраненные изменения?"
[859d2937]2278
[4cce48d]2279#: ../src/mainfrm.cc:2733
2280#: ../src/mainfrm.cc:2744
[859d2937]2281#: n:328
2282msgid "No matches were found."
[f6c07ba]2283msgstr "Совпадений не найдено."
[859d2937]2284
2285#. TRANSLATORS: "Find stations" button tooltip
[4cce48d]2286#: ../src/mainfrm.cc:1035
[859d2937]2287#: n:332
2288msgid "Find"
2289msgstr "Поиск"
2290
2291#. TRANSLATORS: "Hide stations" button default tooltip
[4cce48d]2292#: ../src/mainfrm.cc:1037
2293#: ../src/mainfrm.cc:2776
[859d2937]2294#: n:333
2295msgid "Hide"
[f6c07ba]2296msgstr "Скрыть"
[859d2937]2297
2298#. TRANSLATORS: "Hide stations" button tooltip when stations are found
[4cce48d]2299#: ../src/mainfrm.cc:2737
[859d2937]2300#: n:334
2301#, c-format
2302msgid "Hide %d found stations"
[f6c07ba]2303msgstr "Скрыть %d найденных пикетов"
[859d2937]2304
[13ebaa9]2305#: ../src/mainfrm.cc:255
[4cce48d]2306#: ../src/mainfrm.cc:2181
2307#: ../src/mainfrm.cc:2262
2308#: ../src/mainfrm.cc:2314
[859d2937]2309#: n:335
2310msgid "Altitude"
2311msgstr "Высота"
2312
[a665282]2313#. TRANSLATORS: error if you try to drag multiple files to the aven
2314#. window
[4cce48d]2315#: ../src/mainfrm.cc:711
[859d2937]2316#: n:336
2317msgid "You may only view one 3d file at a time."
[f6c07ba]2318msgstr "Вы можете просматривать только один 3d файл одновременно."
[859d2937]2319
[4cce48d]2320#: ../src/mainfrm.cc:945
[859d2937]2321#: n:337
2322msgid "&Side Panel"
[f6c07ba]2323msgstr "&Боковая панель"
[859d2937]2324
[a665282]2325#. TRANSLATORS: show coordinates (N = North or Northing, E = East or
2326#. Easting)
[4cce48d]2327#: ../src/mainfrm.cc:2179
2328#: ../src/mainfrm.cc:2201
2329#: ../src/mainfrm.cc:2203
2330#: ../src/mainfrm.cc:2313
[859d2937]2331#: n:338
[14c991a]2332#, c-format
[859d2937]2333msgid "%.2f E, %.2f N"
[f6c07ba]2334msgstr "%.2f E, %.2f N"
[859d2937]2335
2336#. TRANSLATORS: Used in Aven:
2337#. From <stationname>
2338#. H: 123.45m V: 234.56m
2339#. Dist: 456.78m  Brg: 200
[4cce48d]2340#: ../src/mainfrm.cc:2221
2341#: ../src/mainfrm.cc:2271
2342#: ../src/mainfrm.cc:2333
[859d2937]2343#: n:339
2344#, c-format
2345msgid "From %s"
[f6c07ba]2346msgstr "От %s"
[859d2937]2347
2348#. TRANSLATORS: "H" is short for "Horizontal", "V" for "Vertical"
[4cce48d]2349#: ../src/mainfrm.cc:2346
[859d2937]2350#: n:340
2351#, c-format
2352msgid "H %.2f%s, V %.2f%s"
[f6c07ba]2353msgstr "Проложение%.2f%s, Перепад %.2f%s"
[859d2937]2354
[a665282]2355#. TRANSLATORS: "Dist" is short for "Distance", "Brg" for "Bearing" (as
2356#. in Compass bearing)
[4cce48d]2357#: ../src/mainfrm.cc:2358
[859d2937]2358#: n:341
2359#, c-format
2360msgid "%s: %s, Dist %.2f%s, Brg %03d%s"
[f6c07ba]2361msgstr "%s: %s, Расстояние %.2f%s, Азимут %03d%s"
[859d2937]2362
[a720caa]2363#. TRANSLATORS: tickable menu item in View menu.
[a7d4233]2364#.
2365#. "Metric" here means metres, km, etc (rather than feet, miles, etc)
[4cce48d]2366#: ../src/gfxcore.cc:3950
2367#: ../src/gfxcore.cc:3970
2368#: ../src/mainfrm.cc:947
[859d2937]2369#: n:342
2370msgid "&Metric"
[f6c07ba]2371msgstr "&Метрические длины"
[859d2937]2372
2373#. TRANSLATORS: tickable menu item in View menu.
[a665282]2374#.
2375#. Degrees are the angular measurement where there are 360 in a full
2376#. circle.
[4cce48d]2377#: ../src/gfxcore.cc:3912
2378#: ../src/gfxcore.cc:3930
2379#: ../src/gfxcore.cc:3972
2380#: ../src/mainfrm.cc:948
[859d2937]2381#: n:343
2382msgid "&Degrees"
[f6c07ba]2383msgstr "&Градусы"
[859d2937]2384
2385#. TRANSLATORS: tickable menu item in View menu.
[a665282]2386#.
2387#. Show the tilt of the survey as a percentage gradient (100% = 45
2388#. degrees = 50 grad).
[4cce48d]2389#: ../src/gfxcore.cc:3935
2390#: ../src/mainfrm.cc:949
[859d2937]2391#: n:430
2392msgid "&Percent"
[07e28a3]2393msgstr "&Печать"
[859d2937]2394
[a665282]2395#. TRANSLATORS: abbreviation for "kilometres" (unit of length),
2396#. used e.g.  "5km".
2397#.
2398#. If there should be a space between the number and this, include
2399#. one in the translation.
[4cce48d]2400#: ../src/gfxcore.cc:1267
2401#: ../src/printing.cc:1154
[859d2937]2402#: n:423
2403msgid "km"
2404msgstr "км"
2405
[a665282]2406#. TRANSLATORS: abbreviation for "metres" (unit of length), used
2407#. e.g. "10m".
[859d2937]2408#.
[a665282]2409#. If there should be a space between the number and this, include
2410#. one in the translation.
[4cce48d]2411#: ../src/commands.c:308
2412#: ../src/gfxcore.cc:1102
2413#: ../src/gfxcore.cc:1194
2414#: ../src/gfxcore.cc:1274
2415#: ../src/mainfrm.cc:2170
2416#: ../src/mainfrm.cc:2237
2417#: ../src/mainfrm.cc:2257
2418#: ../src/mainfrm.cc:2306
2419#: ../src/mainfrm.cc:2337
2420#: ../src/printing.cc:1156
[859d2937]2421#: n:424
2422msgid "m"
2423msgstr "м"
2424
[a665282]2425#. TRANSLATORS: abbreviation for "centimetres" (unit of length),
2426#. used e.g.  "50cm".
[859d2937]2427#.
[a665282]2428#. If there should be a space between the number and this, include
2429#. one in the translation.
[4cce48d]2430#: ../src/gfxcore.cc:1282
2431#: ../src/printing.cc:1159
[859d2937]2432#: n:425
2433msgid "cm"
2434msgstr "см"
2435
[a665282]2436#. TRANSLATORS: abbreviation for "miles" (unit of length,
2437#. plural), used e.g.  "2 miles".
[859d2937]2438#.
[a665282]2439#. If there should be a space between the number and this,
2440#. include one in the translation.
[4cce48d]2441#: ../src/gfxcore.cc:1295
[859d2937]2442#: n:426
2443msgid " miles"
[f6c07ba]2444msgstr " миль"
[859d2937]2445
[a665282]2446#. TRANSLATORS: abbreviation for "mile" (unit of length,
2447#. singular), used e.g.  "1 mile".
[859d2937]2448#.
[a665282]2449#. If there should be a space between the number and this,
2450#. include one in the translation.
[4cce48d]2451#: ../src/gfxcore.cc:1302
[859d2937]2452#: n:427
2453msgid " mile"
[f6c07ba]2454msgstr " миля"
[859d2937]2455
[a665282]2456#. TRANSLATORS: abbreviation for "feet" (unit of length), used e.g.
2457#. as "10ft".
[859d2937]2458#.
[a665282]2459#. If there should be a space between the number and this, include
2460#. one in the translation.
[4cce48d]2461#: ../src/commands.c:309
2462#: ../src/gfxcore.cc:1102
2463#: ../src/gfxcore.cc:1194
2464#: ../src/gfxcore.cc:1310
2465#: ../src/mainfrm.cc:2175
2466#: ../src/mainfrm.cc:2240
2467#: ../src/mainfrm.cc:2260
2468#: ../src/mainfrm.cc:2311
2469#: ../src/mainfrm.cc:2342
[859d2937]2470#: n:428
2471msgid "ft"
2472msgstr "футов"
2473
[a665282]2474#. TRANSLATORS: abbreviation for "inches" (unit of length), used
2475#. e.g. as "6in".
[859d2937]2476#.
[a665282]2477#. If there should be a space between the number and this, include
2478#. one in the translation.
[4cce48d]2479#: ../src/gfxcore.cc:1318
[859d2937]2480#: n:429
2481msgid "in"
[f6c07ba]2482msgstr "дюймов"
[859d2937]2483
2484#. TRANSLATORS: Menu item which turns off the "north arrow" in aven.
[4cce48d]2485#: ../src/gfxcore.cc:3907
[859d2937]2486#: n:387
2487msgid "&Hide Compass"
[f6c07ba]2488msgstr "Скрыть &компас"
[859d2937]2489
2490#. TRANSLATORS: Menu item which turns off the tilt indicator in aven.
[4cce48d]2491#: ../src/gfxcore.cc:3925
[859d2937]2492#: n:384
2493msgid "&Hide Clino"
[f6c07ba]2494msgstr "Скрыть &угол"
[859d2937]2495
2496#. TRANSLATORS: Menu item which turns off the scale bar in aven.
[4cce48d]2497#: ../src/gfxcore.cc:3945
[859d2937]2498#: n:385
2499msgid "&Hide scale bar"
[f6c07ba]2500msgstr "Скрыть &масштабную шкалу"
[859d2937]2501
2502#. TRANSLATORS: Menu item which turns off the colour key.
2503#. The "Colour Key" is the thing in aven showing which colour
2504#. corresponds to which depth, date, survey closure error, etc.
[4cce48d]2505#: ../src/gfxcore.cc:3968
[859d2937]2506#: n:386
2507msgid "&Hide colour key"
[f6c07ba]2508msgstr "Скрыть &цветовую шкалу"
[859d2937]2509
[a665282]2510#. TRANSLATORS: degree symbol - probably should be translated to
2511#. itself.
[4cce48d]2512#: ../src/commands.c:311
2513#: ../src/gfxcore.cc:754
2514#: ../src/gfxcore.cc:844
2515#: ../src/gfxcore.cc:1166
2516#: ../src/mainfrm.cc:2224
2517#: ../src/mainfrm.cc:2350
[14c991a]2518#: ../src/printing.cc:89
[859d2937]2519#: n:344
2520msgid "°"
2521msgstr "°"
2522
[a665282]2523#. TRANSLATORS: symbol for grad (400 grad = 360 degrees = full
2524#. circle).
[4cce48d]2525#: ../src/commands.c:312
2526#: ../src/gfxcore.cc:759
2527#: ../src/gfxcore.cc:849
2528#: ../src/gfxcore.cc:1166
[859d2937]2529#: n:76
2530msgid "ᵍ"
2531msgstr "ᵍ"
2532
[a665282]2533#. TRANSLATORS: alternative angle units (400 grad = 360 degrees =
2534#. full circle).  Try to make this as short as sensibly possible.
[859d2937]2535#.
2536#. E.g. in Italian and Spanish we use "g.cent." rather than
2537#. "gradi quattrocentesimali"/"grados centesimales"
[4cce48d]2538#: ../src/mainfrm.cc:2232
2539#: ../src/mainfrm.cc:2353
[859d2937]2540#: n:345
2541msgid "grad"
[b1147af]2542msgstr "град"
[859d2937]2543
[11f3c9a]2544#. TRANSLATORS: symbol for percentage gradient (100% = 45
2545#. degrees = 50 grad).
[4cce48d]2546#: ../src/commands.c:313
2547#: ../src/gfxcore.cc:835
2548#: ../src/gfxcore.cc:853
[859d2937]2549#: n:96
2550msgid "%"
2551msgstr "%"
2552
[a7d4233]2553#. TRANSLATORS: infinity symbol - used for the percentage gradient on
[11f3c9a]2554#. vertical angles.
[4cce48d]2555#: ../src/gfxcore.cc:829
[859d2937]2556#: n:431
2557msgid "∞"
2558msgstr "∞"
2559
[31f1db0]2560#. TRANSLATORS: "H" is short for "Horizontal", "Brg" for "Bearing" (as
2561#. in Compass bearing)
[4cce48d]2562#: ../src/mainfrm.cc:2244
[31f1db0]2563#: n:374
2564#, c-format
2565msgid "%s: H %.2f%s, Brg %03d%s"
[f6c07ba]2566msgstr "%s: Проложение %.2f%s, Азимут %03d%s"
[859d2937]2567
[31f1db0]2568#. TRANSLATORS: "V" is short for "Vertical"
[4cce48d]2569#: ../src/mainfrm.cc:2277
[31f1db0]2570#: n:375
2571#, c-format
2572msgid "%s: V %.2f%s"
[f6c07ba]2573msgstr "%s: Перепад %.2f%s"
[859d2937]2574
[31f1db0]2575#. TRANSLATORS: labels for tabbed side panel this is for the tab with the
2576#. tree hierarchy of survey station names
[4cce48d]2577#: ../src/mainfrm.cc:1092
[31f1db0]2578#: n:376
2579msgid "Surveys"
[f6c07ba]2580msgstr "Топо-съемки"
[859d2937]2581
[4cce48d]2582#: ../src/mainfrm.cc:1093
[31f1db0]2583#: n:377
2584msgid "Presentation"
[f6c07ba]2585msgstr "Режим презентации"
[859d2937]2586
[13ebaa9]2587#: ../src/mainfrm.cc:253
[31f1db0]2588#: n:378
2589msgid "Easting"
[f6c07ba]2590msgstr "Востосное отклонение (Easting)"
[859d2937]2591
[13ebaa9]2592#: ../src/mainfrm.cc:254
[859d2937]2593#: n:379
2594msgid "Northing"
[f6c07ba]2595msgstr "Северное отклонение (Northing)"
[859d2937]2596
[8377f15]2597#. TRANSLATORS: Aven menu items.  An “&” goes before the letter of any
2598#. accelerator key.
2599#.
2600#. The string "\t" separates the menu text and any accelerator key.
2601#.
2602#. "File" menu.  The accelerators must be different within this group.
2603#. c.f. 201, 380, 381.
[4cce48d]2604#: ../src/mainfrm.cc:780
[8377f15]2605#: n:220
[7f928d3]2606msgid "&Open...\tCtrl+O"
2607msgstr "&Открыть...\tCtrl+O"
[8377f15]2608
[51755e1]2609#. TRANSLATORS: Open a "Terrain file" - i.e. a digital model of the
2610#. terrain.
[4cce48d]2611#: ../src/mainfrm.cc:783
[51755e1]2612#: n:453
[7f928d3]2613msgid "Open &Terrain..."
2614msgstr "Открыть &Рельеф..."
[51755e1]2615
[4cce48d]2616#: ../src/mainfrm.cc:784
[8377f15]2617#: n:144
2618msgid "Show &Log"
[f6c07ba]2619msgstr "Показать &журнал"
[8377f15]2620
[4cce48d]2621#: ../src/mainfrm.cc:787
[859d2937]2622#: n:380
[7f928d3]2623msgid "&Print...\tCtrl+P"
2624msgstr "&Печать...\tCtrl+P"
[859d2937]2625
[4cce48d]2626#: ../src/mainfrm.cc:788
[859d2937]2627#: n:381
[7f928d3]2628msgid "P&age Setup..."
2629msgstr "&Настройки страницы..."
[859d2937]2630
[8377f15]2631#. TRANSLATORS: In the "File" menu
[4cce48d]2632#: ../src/mainfrm.cc:791
[8377f15]2633#: n:201
[7f928d3]2634msgid "&Screenshot..."
2635msgstr "&Снимок экрана..."
[8377f15]2636
[4cce48d]2637#: ../src/mainfrm.cc:792
[859d2937]2638#: n:382
[7f928d3]2639msgid "&Export as..."
2640msgstr "&Экспортировать как..."
[859d2937]2641
[a665282]2642#. TRANSLATORS: Title of file dialog to choose name and type of exported
2643#. file.
[4cce48d]2644#: ../src/printing.cc:700
[859d2937]2645#: n:401
2646msgid "Export as:"
[f6c07ba]2647msgstr "Экспортировать как:"
[859d2937]2648
[a665282]2649#. TRANSLATORS: Title of the export
2650#. dialog
[13ebaa9]2651#: ../src/printing.cc:354
[859d2937]2652#: n:383
2653msgid "Export"
[f6c07ba]2654msgstr "Экспортировать"
[859d2937]2655
2656#. TRANSLATORS: for about box:
[4cce48d]2657#: ../src/aboutdlg.cc:141
[859d2937]2658#: n:390
2659msgid "System Information:"
[f6c07ba]2660msgstr "Информация о системе:"
[859d2937]2661
2662#. TRANSLATORS: Title of the print preview dialog
[4cce48d]2663#: ../src/printing.cc:737
[859d2937]2664#: n:398
2665msgid "Print Preview"
[d5b33cb]2666msgstr "Предварительный просмотр печати"
[859d2937]2667
[a665282]2668#. TRANSLATORS: Title of the print
2669#. dialog
[13ebaa9]2670#: ../src/printing.cc:351
[859d2937]2671#: n:399
2672msgid "Print"
[d5b33cb]2673msgstr "Печать"
[859d2937]2674
[4cce48d]2675#: ../src/printing.cc:632
[859d2937]2676#: n:400
[7f928d3]2677msgid "&Print..."
2678msgstr "&Печать..."
[859d2937]2679
2680#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2681#. "survey stations".
[13ebaa9]2682#: ../src/printing.cc:513
[859d2937]2683#: n:403
2684msgid "Sur&face Survey Legs"
[f6c07ba]2685msgstr "&Поверхностнные замеры"
[859d2937]2686
2687#. TRANSLATORS: Title of dialog to edit a waypoint in a presentation.
[13ebaa9]2688#: ../src/mainfrm.cc:140
[859d2937]2689#: n:404
2690msgid "Edit Waypoint"
[f6c07ba]2691msgstr "Редактировать точку маршрута"
[859d2937]2692
[a665282]2693#. TRANSLATORS: Note after "Scale" field in dialog to edit a waypoint
2694#. in a presentation.
[13ebaa9]2695#: ../src/mainfrm.cc:179
[859d2937]2696#: n:278
2697msgid " (unused in perspective view)"
[f6c07ba]2698msgstr " (не используется с перспективной проекцией)"
[859d2937]2699
[a665282]2700#. TRANSLATORS: Field label in dialog to edit a waypoint in a
2701#. presentation.
[13ebaa9]2702#: ../src/mainfrm.cc:186
[859d2937]2703#: n:279
2704msgid "Time: "
[f6c07ba]2705msgstr "Время: "
[859d2937]2706
[a665282]2707#. TRANSLATORS: units+info after time field in dialog to edit a
2708#. waypoint in a presentation.
[13ebaa9]2709#: ../src/mainfrm.cc:190
[859d2937]2710#: n:282
2711msgid " secs (0 = auto; *6 = 6 times auto)"
[f6c07ba]2712msgstr " секунд (0 = авто; *6 = 6 раз авто)"
[859d2937]2713
[a665282]2714#. TRANSLATORS: %s will be replaced with "Aven" currently (and
2715#. perhaps by "Survex" or other things in future).
[4cce48d]2716#: ../src/aven.cc:232
[859d2937]2717#: n:405
2718#, c-format
2719msgid "This version of %s requires OpenGL to work, but it isn’t available."
[f6c07ba]2720msgstr "Данная версия %s для своей работы требует библиотеку OpenGL, но она не найдена."
[859d2937]2721
[4cce48d]2722#: ../src/readval.c:336
[8377f15]2723#: n:392
2724msgid "Separator in survey name"
[f6c07ba]2725msgstr "Разделитель в имени топо-съемки"
[859d2937]2726
[8377f15]2727#. TRANSLATORS: Used in place of the station name when talking about an
2728#. anonymous station.
2729#: ../src/labelinfo.h:82
2730#: n:56
2731msgid "anonymous station"
[f6c07ba]2732msgstr "анонимный пикет"
[859d2937]2733
[4cce48d]2734#: ../src/readval.c:119
2735#: ../src/readval.c:134
2736#: ../src/readval.c:151
[8377f15]2737#: n:3
2738msgid "Can't have a leg between two anonymous stations"
[f6c07ba]2739msgstr "Отсутствует замер между двумя анонимными пикетами"
[859d2937]2740
[4cce48d]2741#: ../src/mainfrm.cc:869
[8377f15]2742#: n:406
2743msgid "Spla&y Legs"
[f6c07ba]2744msgstr "&Вспомогательные замеры"
[8377f15]2745
[c6a54a8]2746#. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2747#. splay legs are not shown.
[4cce48d]2748#: ../src/mainfrm.cc:861
[8377f15]2749#: n:407
2750msgid "&Hide"
[f6c07ba]2751msgstr "&Скрыть"
[8377f15]2752
[c6a54a8]2753#. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2754#. aven will show splay legs with less bright colours (rather than the
2755#. same as other legs "Show" or not shown "Hide").
[4cce48d]2756#: ../src/mainfrm.cc:865
[8377f15]2757#: n:408
2758msgid "&Fade"
[45630e2]2759msgstr "Пониженная &яркость"
[8377f15]2760
[c6a54a8]2761#. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2762#. splay legs are shown the same as other legs.
[4cce48d]2763#: ../src/mainfrm.cc:868
[8377f15]2764#: n:409
2765msgid "&Show"
2766msgstr "&Показать"
2767
2768#: ../src/extend.c:507
2769#: n:105
2770msgid "Reading in data - please wait…"
2771msgstr "Чтение исходных данных - пожалуйста ожидайте…"
2772
[a665282]2773#. TRANSLATORS: for extend: the user specified breaking a loop or
2774#. changing extend direction at this station, but we didn’t find it in
2775#. the 3d file
[a7d4233]2776#: ../src/extend.c:263
2777#: ../src/extend.c:281
2778#: ../src/extend.c:326
2779#: ../src/extend.c:368
2780#: ../src/extend.c:410
[859d2937]2781#: n:510
2782#, c-format
2783msgid "Failed to find station %s"
[f6c07ba]2784msgstr "Не удалось найти пикет %s"
[859d2937]2785
[a665282]2786#. TRANSLATORS: for extend: the user specified breaking a loop or
2787#. changing extend direction at this leg, but we didn’t find it in the
2788#. 3d file
[a7d4233]2789#: ../src/extend.c:307
2790#: ../src/extend.c:349
2791#: ../src/extend.c:391
2792#: ../src/extend.c:433
[859d2937]2793#: n:511
2794#, c-format
2795msgid "Failed to find leg %s → %s"
[f6c07ba]2796msgstr "Не удалось найти замер %s → %s"
[859d2937]2797
[a665282]2798#. TRANSLATORS: for extend: "extend" is starting to produce an extended elevation from station %s
[a7d4233]2799#: ../src/extend.c:254
[859d2937]2800#: n:512
2801#, c-format
2802msgid "Starting from station %s"
[f6c07ba]2803msgstr "Развертка начата от пикета %s"
[859d2937]2804
2805#. TRANSLATORS: for extend:
[a7d4233]2806#: ../src/extend.c:274
[859d2937]2807#: n:513
2808#, c-format
2809msgid "Extending to the left from station %s"
[f6c07ba]2810msgstr "От пикета %s развертка влево"
[859d2937]2811
2812#. TRANSLATORS: for extend:
[a7d4233]2813#: ../src/extend.c:319
[859d2937]2814#: n:514
2815#, c-format
2816msgid "Extending to the right from station %s"
[f6c07ba]2817msgstr "От пикета %s развертка вправо"
[859d2937]2818
2819#. TRANSLATORS: for extend:
[a7d4233]2820#: ../src/extend.c:294
[859d2937]2821#: n:515
2822#, c-format
2823msgid "Extending to the left from leg %s → %s"
[f6c07ba]2824msgstr "От замера %s → %s развертка влево"
[859d2937]2825
2826#. TRANSLATORS: for extend:
[a7d4233]2827#: ../src/extend.c:339
[859d2937]2828#: n:516
2829#, c-format
2830msgid "Extending to the right from leg %s → %s"
[f6c07ba]2831msgstr "От замера %s → %s развертка вправо"
[859d2937]2832
2833#. TRANSLATORS: for extend:
[a7d4233]2834#: ../src/extend.c:403
[859d2937]2835#: n:517
2836#, c-format
2837msgid "Breaking survey loop at station %s"
[f6c07ba]2838msgstr "Разрыв кольца на пикете %s"
[859d2937]2839
2840#. TRANSLATORS: for extend:
[a7d4233]2841#: ../src/extend.c:423
[859d2937]2842#: n:518
2843#, c-format
2844msgid "Breaking survey loop at leg %s → %s"
[f6c07ba]2845msgstr "Разрыв кольца на замере %s → %s"
[859d2937]2846
2847#. TRANSLATORS: for extend:
[a7d4233]2848#: ../src/extend.c:361
[859d2937]2849#: n:519
2850#, c-format
2851msgid "Swapping extend direction from station %s"
[f6c07ba]2852msgstr "Изменение направления развертки с пикета %s"
[859d2937]2853
2854#. TRANSLATORS: for extend:
[a7d4233]2855#: ../src/extend.c:381
[859d2937]2856#: n:520
2857#, c-format
2858msgid "Swapping extend direction from leg %s → %s"
[f6c07ba]2859msgstr "Изменение направления развертки с замера %s → %s"
[859d2937]2860
2861#. TRANSLATORS: for extend:
[a7d4233]2862#: ../src/extend.c:551
[859d2937]2863#: n:521
2864#, c-format
2865msgid "Applying specfile: “%s”"
[f6c07ba]2866msgstr "Применение файла (specfile): “%s”"
[859d2937]2867
2868#. TRANSLATORS: for extend:
2869#. Used to tell the user that a file is being written - %s is the filename
[a7d4233]2870#: ../src/extend.c:614
[859d2937]2871#: n:522
2872#, c-format
2873msgid "Writing %s…"
[f6c07ba]2874msgstr "Сохранение %s…"
[859d2937]2875
[8377f15]2876#. TRANSLATORS: --help output for sorterr --horizontal option
2877#: ../src/sorterr.c:53
2878#: n:179
2879msgid "sort by horizontal error factor"
2880msgstr "сортировать по величине горизонтальной составляющей ошибки"
2881
2882#. TRANSLATORS: --help output for sorterr --vertical option
2883#: ../src/sorterr.c:55
2884#: n:180
2885msgid "sort by vertical error factor"
2886msgstr "сортировать по величине вертикальной составляющей ошибки"
2887
2888#. TRANSLATORS: --help output for sorterr --percentage option
2889#: ../src/sorterr.c:57
2890#: n:181
2891msgid "sort by percentage error"
2892msgstr "сортировать по проценту ошибки относительно длинны кольца"
2893
2894#. TRANSLATORS: --help output for sorterr --per-leg option
2895#: ../src/sorterr.c:59
2896#: n:182
2897msgid "sort by error per leg"
2898msgstr "сортировать по средней величине ошибки на замер"
2899
2900#. TRANSLATORS: --help output for sorterr --replace option
2901#: ../src/sorterr.c:61
2902#: n:183
2903msgid "replace .err file with resorted version"
2904msgstr "заменить .err файл на пересортированный"
2905
2906#: ../src/sorterr.c:81
2907#: ../src/sorterr.c:98
2908#: ../src/sorterr.c:170
2909#: n:112
2910msgid "Couldn’t parse .err file"
2911msgstr "Невозможно произвести разбор файла .err"
2912
2913#. TRANSLATORS: for diffpos:
2914#: ../src/diffpos.c:159
2915#: n:500
2916#, c-format
2917msgid "Moved by (%3.2f,%3.2f,%3.2f): %s"
[f6c07ba]2918msgstr "Перемещено на (%3.2f,%3.2f,%3.2f): %s"
[8377f15]2919
2920#. TRANSLATORS: for diffpos:
2921#: ../src/diffpos.c:196
2922#: n:501
2923#, c-format
2924msgid "Added: %s"
[f6c07ba]2925msgstr "Добавлено: %s"
[8377f15]2926
2927#. TRANSLATORS: for diffpos:
2928#: ../src/diffpos.c:219
2929#: n:502
2930#, c-format
2931msgid "Deleted: %s"
[f6c07ba]2932msgstr "Удалено: %s"
[8377f15]2933
[fb08ce4]2934#. TRANSLATORS: The first of two warnings given when a survey which has
2935#. already been completed is reentered.  This example file crawl.svx:
[8377f15]2936#.
[4cce48d]2937#. *begin crawl     ; <- second warning here
2938#. 1 2 9.45 234 -01
[8377f15]2939#. *end crawl
[4cce48d]2940#. *begin crawl     ; <- first warning here
[8377f15]2941#. 2 3 7.67 223 -03
2942#. *end crawl
2943#.
[fb08ce4]2944#. Would lead to:
2945#.
[4cce48d]2946#. crawl.svx:4: Reentering an existing survey is deprecated
[fb08ce4]2947#. crawl.svx:1: Originally entered here
2948#.
[8377f15]2949#. If you're unsure what "deprecated" means, see:
2950#. http://en.wikipedia.org/wiki/Deprecation
[4cce48d]2951#: ../src/commands.c:575
[8377f15]2952#: n:29
2953msgid "Reentering an existing survey is deprecated"
[f6c07ba]2954msgstr "Повторное определение для уже существующей топо-съемки устарело и не рекомендуется к использованию"
[8377f15]2955
[fb08ce4]2956#. TRANSLATORS: The second of two warnings given when a survey which has
2957#. already been completed is reentered.  This example file crawl.svx:
2958#.
2959#. *begin crawl
2960#. 1 2 9.45 234 -01 # <- second warning here
2961#. *end crawl
2962#. *begin crawl     # <- first warning here
2963#. 2 3 7.67 223 -03
2964#. *end crawl
2965#.
2966#. Would lead to:
2967#.
2968#. crawl.svx:3: Reentering an existing survey is deprecated
2969#. crawl.svx:1: Originally entered here
2970#.
2971#. If you're unsure what "deprecated" means, see:
2972#. http://en.wikipedia.org/wiki/Deprecation
[4cce48d]2973#: ../src/commands.c:593
[8377f15]2974#: n:30
2975msgid "Originally entered here"
[29fd30c]2976msgstr "Первоначально встречено здесь"
[8377f15]2977
2978#. TRANSLATORS: Use of the ROOT character (which is "\" by default) is
2979#. deprecated, so this error would be generated by:
2980#.
2981#. *equate \foo.7 1
2982#.
2983#. If you're unsure what "deprecated" means, see:
2984#. http://en.wikipedia.org/wiki/Deprecation
[4cce48d]2985#: ../src/commands.c:495
2986#: ../src/readval.c:85
2987#: ../src/readval.c:89
[8377f15]2988#: n:25
2989msgid "ROOT is deprecated"
[f6c07ba]2990msgstr "Корневой символ в именах пикетов (ROOT символ, \"\\\")  устарел и не рекомендуется к использованию"
[8377f15]2991
2992#. TRANSLATORS: --help output for dump3d --rewind option
2993#: ../src/dump3d.c:51
2994#: n:204
2995msgid "rewind file and read it a second time"
2996msgstr "повторно перечитать файл"
2997
2998#: ../src/dump3d.c:52
2999#: n:396
3000msgid "show survey date information (if present)"
[f6c07ba]3001msgstr "отображать информацию о датах топо-съемок (если она присутствует)"
[8377f15]3002
[fb08ce4]3003#: ../src/findentrances.cc:111
[4cce48d]3004#: ../src/gfxcore.cc:2749
[859d2937]3005#: ../src/gpx.cc:70
[aa430ec]3006#: ../src/kml.cc:69
[859d2937]3007#: n:287
3008#, c-format
3009msgid "Failed to initialise input coordinate system “%s”"
[f6c07ba]3010msgstr "Ошибка в инициализации входной системы координат “%s”"
[859d2937]3011
[fb08ce4]3012#: ../src/findentrances.cc:114
[4cce48d]3013#: ../src/gfxcore.cc:2755
[11f3c9a]3014#: ../src/gpx.cc:75
[aa430ec]3015#: ../src/kml.cc:74
[859d2937]3016#: n:288
3017#, c-format
3018msgid "Failed to initialise output coordinate system “%s”"
[f6c07ba]3019msgstr "Ошибка в инициализации выходной системы координат “%s”"
[859d2937]3020
[fb08ce4]3021#: ../src/findentrances.cc:169
[859d2937]3022#: n:388
3023msgid "-d PROJ_DATUM 3D_FILE"
[f6c07ba]3024msgstr "-d ПРОЕКЦ_ДАТУМ 3D_ФАЙЛ"
[859d2937]3025
[a665282]3026#. TRANSLATORS: The PROJ library is used to do coordinate transformations
3027#. (https://trac.osgeo.org/proj/) - the user passes a string to tell PROJ
3028#. what the input datum is.
[fb08ce4]3029#: ../src/findentrances.cc:160
[859d2937]3030#: n:389
3031msgid "input datum as string to pass to PROJ"
[f6c07ba]3032msgstr "входной датум в виде названия датума из библиотеки PROJ (см. https://trac.osgeo.org/proj/)"
[859d2937]3033
[4cce48d]3034#. TRANSLATORS: The PROJ library is used to do coordinate
3035#. transformations (https://trac.osgeo.org/proj/) - if the .3d file
3036#. doesn't contain details of the coordinate projection in use, the
3037#. user must specify it here for export formats which need to know it
3038#. (e.g. GPX).
3039#: ../src/printing.cc:592
[11f3c9a]3040#: n:440
3041msgid "Coordinate projection"
[f6c07ba]3042msgstr "Проекция для координат"
[11f3c9a]3043
[31f1db0]3044#: ../src/cad3d.c:661
3045#: n:100
3046msgid "do not generate station markers"
[f6c07ba]3047msgstr "не создавать значки пикетов"
[31f1db0]3048
3049#: ../src/cad3d.c:662
3050#: n:101
3051msgid "do not generate station labels"
3052msgstr "не создавать подписи названий пикетов"
3053
3054#: ../src/cad3d.c:663
3055#: n:102
3056msgid "do not generate survey legs"
3057msgstr "не создавать линии замеров"
3058
3059#: ../src/cad3d.c:667
3060#: n:103
3061msgid "produce an elevation view"
3062msgstr "создать разрез"
3063
3064#: ../src/cad3d.c:664
3065#: n:148
3066#, c-format
3067msgid "generate grid (default %sm)"
3068msgstr "создавать сетку (по умолчанию %sм)"
3069
3070#: ../src/cad3d.c:665
3071#: n:149
3072#, c-format
3073msgid "station labels text height (default %s)"
3074msgstr "высота текста для подписей имен пикетов (по умолчанию %s)"
3075
3076#: ../src/cad3d.c:666
3077#: n:152
3078#, c-format
3079msgid "station marker size (default %s)"
3080msgstr "размер значка пикета (по умолчанию %s)"
3081
3082#: ../src/cad3d.c:668
3083#: n:155
3084#, c-format
3085msgid "factor to scale down by (default %s)"
[f6c07ba]3086msgstr "коэффициент масштаба с округлением вниз (по умолчанию %s)"
[31f1db0]3087
3088#: ../src/cad3d.c:669
3089#: n:156
3090msgid "produce DXF output"
[f6c07ba]3091msgstr "создавать DXF"
[31f1db0]3092
3093#. TRANSLATORS: "Skencil" is the name of a software package, so should not be
3094#. translated.
3095#: ../src/cad3d.c:672
3096#: n:158
3097msgid "produce Skencil output"
[f6c07ba]3098msgstr "создавать Skencil"
[31f1db0]3099
3100#. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
3101#. so should not be translated.
3102#: ../src/cad3d.c:675
3103#: n:159
3104msgid "produce Compass PLT output for Carto"
[f6c07ba]3105msgstr "создавать Compass PLT для Carto"
[31f1db0]3106
3107#: ../src/cad3d.c:676
3108#: n:160
3109msgid "produce SVG output"
[f6c07ba]3110msgstr "создавать SVG"
[31f1db0]3111
3112#, c-format
3113#~ msgid "Error in format of font file “%s”"
3114#~ msgstr "Ошибка в формате файла шрифтов “%s”"
3115
[fb08ce4]3116#. TRANSLATORS: Show the terrain as solid rather than transparent.
[31f1db0]3117#~ msgid "Solid Su&rface"
[29fd30c]3118#~ msgstr "Непрозрачная повер&хность"
[31f1db0]3119
3120#. TRANSLATORS: number of stations found matching search
3121#, c-format
3122#~ msgid "%d found"
[f6c07ba]3123#~ msgstr "%d найдено"
[31f1db0]3124
[4cce48d]3125#: ../src/mainfrm.cc:914
[31f1db0]3126#: n:347
[7f928d3]3127#~ msgid "&Preferences..."
3128#~ msgstr "&Настройки..."
[31f1db0]3129
3130#: n:348
3131#~ msgid "Draw passage walls"
[f6c07ba]3132#~ msgstr "Отображать стены ходов"
[31f1db0]3133
3134#: n:349
3135#~ msgid "Estimate LRUD readings based on heuristics"
[f6c07ba]3136#~ msgstr "Определять замеры ЛПВН(LRUD) основываясь на эвристике"
[31f1db0]3137
3138#: n:350
3139#~ msgid "Mark survey stations with crosses"
[f6c07ba]3140#~ msgstr "Отображать пикеты в виде крестов"
[31f1db0]3141
3142#: n:351
3143#~ msgid "Highlight stations marked as entrances"
[f6c07ba]3144#~ msgstr "Подсветить пикеты, отмеченные как входа"
[31f1db0]3145
3146#: n:352
3147#~ msgid "Highlight stations marked as fixed points"
[f6c07ba]3148#~ msgstr "Подсветить пикеты, отмеченные как фиксированные точки"
[31f1db0]3149
3150#: n:353
3151#~ msgid "Highlight stations which are exported"
[f6c07ba]3152#~ msgstr "Подсветить экспортированные пикеты"
[31f1db0]3153
3154#: n:354
3155#~ msgid "Mark survey stations with their names"
[f6c07ba]3156#~ msgstr "Отобразить имена пикетов"
[31f1db0]3157
3158#: n:355
3159#~ msgid "Allow names to overlap on the display (faster)"
[f6c07ba]3160#~ msgstr "Разрешить надписям с именами пикетов перекрывать другие надписи (скорость отрисовки выростет)"
[31f1db0]3161
3162#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3163#. "survey stations".
3164#: n:357
3165#~ msgid "Display underground survey legs"
[f6c07ba]3166#~ msgstr "Отобразить замеры выполнение под землей"
[31f1db0]3167
3168#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3169#. "survey stations".
3170#: n:358
3171#~ msgid "Display surface survey legs"
[f6c07ba]3172#~ msgstr "Отобразить замеры выполнение на поверхности"
[31f1db0]3173
3174#: n:359
3175#~ msgid "Colour surface surveys by depth"
[f6c07ba]3176#~ msgstr "Раскрашивать поверхностные съемки по глубине"
[31f1db0]3177
3178#: n:360
3179#~ msgid "Draw surface legs with dashed lines"
[f6c07ba]3180#~ msgstr "Выводить поверхностные замеры пунктирной линией"
[31f1db0]3181
3182#: n:361
3183#~ msgid "Draw a grid"
3184#~ msgstr "Рисовать сетку"
3185
3186#: n:362
3187#~ msgid "metric units"
[f6c07ba]3188#~ msgstr "метрических единицах"
[31f1db0]3189
3190#. TRANSLATORS: Miles, Feet, Inches, etc.  What they call "English units" in
3191#. the USA (rather confusingly now that England has largely gone metric!)
3192#: n:363
3193#~ msgid "imperial units"
[f6c07ba]3194#~ msgstr "английских имперских единицах"
[31f1db0]3195
3196#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
3197#. full circle.
3198#: n:364
3199#~ msgid "degrees (°)"
[f6c07ba]3200#~ msgstr "градусах (°)"
[31f1db0]3201
3202#. TRANSLATORS: Grads are the angular measurement where there are 400 in a
3203#. full circle.
3204#: n:365
3205#~ msgid "grads"
[f6c07ba]3206#~ msgstr "градах"
[31f1db0]3207
3208#: n:366
3209#~ msgid "Display measurements in"
[f6c07ba]3210#~ msgstr "Отображать замеры в"
[31f1db0]3211
3212#: n:367
3213#~ msgid "Display angles in"
[f6c07ba]3214#~ msgstr "Отображать углы в"
[31f1db0]3215
3216#. TRANSLATORS: reverses the sense of the mouse controls
3217#: n:368
3218#~ msgid "Reverse the sense of the controls"
[f6c07ba]3219#~ msgstr "Инвертировать управление просмотром"
[31f1db0]3220
3221#: n:369
3222#~ msgid "Display scale bar"
[f6c07ba]3223#~ msgstr "Отображать масштабную шкалу"
[31f1db0]3224
3225#: n:370
3226#~ msgid "Display depth bar"
[f6c07ba]3227#~ msgstr "Отображать шкалу глубин"
[31f1db0]3228
3229#: n:371
3230#~ msgid "Display compass"
[f6c07ba]3231#~ msgstr "Отобразить компас"
[31f1db0]3232
3233#: n:372
3234#~ msgid "Display clinometer"
[f6c07ba]3235#~ msgstr "Отобразить угол"
[31f1db0]3236
3237#: n:373
3238#~ msgid "Display side panel"
[f6c07ba]3239#~ msgstr "Отобразить боковую панель"
Note: See TracBrowser for help on using the repository browser.