source: git/lib/ro.po @ 5fa6f1f0

RELEASE/1.2debug-cidebug-ci-sanitiserswalls-datawalls-data-hanging-as-warning
Last change on this file since 5fa6f1f0 was dcd60d8, checked in by Olly Betts <olly@…>, 6 years ago

Improve handling of Compass MAK files

Handle fixed point coordinates in feet - previously the units were
ignored and the coordinates assumed to be in metres.

Previously the first byte in a MAK file was being ignored. Typically
MAK files start with a comment, and since cavern currently ignores lines
that start with characters it doesn't understand the meaning of this
would often go unnoticed.

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