source: git/lib/ru.po @ fc43dda

RELEASE/1.2debug-cidebug-ci-sanitiserswalls-data
Last change on this file since fc43dda was 9699215, checked in by Olly Betts <olly@…>, 5 years ago

Update PROJ project name and website

The name is now "PROJ" (all caps and no ".4" suffix) and the website
is: https://proj.org/

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