rebuild code to run image viewer in standalone or client mode (not implemented yet)

This commit is contained in:
2023-02-07 17:01:06 +03:00
parent 089370d276
commit 764aa50ccc
10 changed files with 428 additions and 339 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-03 09:26+0300\n"
"POT-Creation-Date: 2023-02-07 16:55+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -245,59 +245,59 @@ msgstr ""
msgid "Display image in OpenGL window"
msgstr ""
#: ccdfunc.c:63
#: ccdfunc.c:64
#, c-format
msgid "Can't find plugin %s: %s"
msgstr ""
#: ccdfunc.c:75
#: ccdfunc.c:76
#, c-format
msgid "Can't find focuser in plugin %s: %s"
msgstr ""
#: ccdfunc.c:86
#: ccdfunc.c:87
#, c-format
msgid "Can't find camera in plugin %s: %s"
msgstr ""
#: ccdfunc.c:97
#: ccdfunc.c:98
#, c-format
msgid "Can't find wheel in plugin %s: %s"
msgstr ""
#: ccdfunc.c:183
#: ccdfunc.c:184
msgid "Camera device unknown"
msgstr ""
#: ccdfunc.c:189
#: ccdfunc.c:190
msgid "Neither filename nor filename prefix pointed!"
msgstr ""
#. Не могу сохранить файл
#: ccdfunc.c:208
#: ccdfunc.c:209
#, c-format
msgid "Can't save file with prefix %s"
msgstr ""
#: ccdfunc.c:356
#: ccdfunc.c:357
#, c-format
msgid "File saved as '%s'"
msgstr ""
#: ccdfunc.c:365
#: ccdfunc.c:366
msgid "Error saving file"
msgstr ""
#: ccdfunc.c:405
#: ccdfunc.c:406
#, c-format
msgid "Image stat:\n"
msgstr ""
#: ccdfunc.c:413
#: ccdfunc.c:414
msgid "Focuser device not pointed"
msgstr ""
#: ccdfunc.c:420
#: ccdfunc.c:421
msgid "No focusers found"
msgstr ""
@@ -340,217 +340,213 @@ msgstr ""
msgid "No wheels found"
msgstr ""
#: ccdfunc.c:544
#: ccdfunc.c:543
#, c-format
msgid "Found %d wheels, you point number %d"
msgstr ""
#: ccdfunc.c:548
#: ccdfunc.c:547
msgid "Can't set active wheel number"
msgstr ""
#: ccdfunc.c:564
#: ccdfunc.c:563
msgid "Can't get max wheel position"
msgstr ""
#: ccdfunc.c:571
#: ccdfunc.c:570
#, c-format
msgid "Wheel position should be from 0 to %d"
msgstr ""
#: ccdfunc.c:575
#: ccdfunc.c:574
#, c-format
msgid "Can't set wheel position %d"
msgstr ""
#: ccdfunc.c:592
#: ccdfunc.c:591
#, c-format
msgid "%.1f seconds till exposition ends"
msgstr ""
#: ccdfunc.c:606
#: ccdfunc.c:605
msgid "Camera device not pointed"
msgstr ""
#: ccdfunc.c:613 ccdfunc.c:614
#: ccdfunc.c:612 ccdfunc.c:613
msgid "No cameras found"
msgstr ""
#: ccdfunc.c:649
#: ccdfunc.c:643
#, c-format
msgid "Found %d cameras, you point number %d"
msgstr ""
#: ccdfunc.c:653
#: ccdfunc.c:647
msgid "Can't set active camera number"
msgstr ""
#: ccdfunc.c:659
#: ccdfunc.c:653
msgid "Can't set fan speed"
msgstr ""
#: ccdfunc.c:660
#: ccdfunc.c:654
#, c-format
msgid "Set fan speed to %d"
msgstr ""
#: ccdfunc.c:665
#: ccdfunc.c:659
#, c-format
msgid "Camera model: %s"
msgstr ""
#: ccdfunc.c:666
#: ccdfunc.c:660
#, c-format
msgid "Pixel size: %g x %g"
msgstr ""
#: ccdfunc.c:672
#: ccdfunc.c:666
#, c-format
msgid "Full array: %s"
msgstr ""
#: ccdfunc.c:675
#: ccdfunc.c:669
#, c-format
msgid "Field of view: %s"
msgstr ""
#: ccdfunc.c:678
#: ccdfunc.c:672
#, c-format
msgid "Current format: %s"
msgstr ""
#: ccdfunc.c:681
#: ccdfunc.c:675
#, c-format
msgid "Can't set T to %g degC"
msgstr ""
#: ccdfunc.c:688
#: ccdfunc.c:683
#, c-format
msgid "Shutter command: %s\n"
msgstr ""
#: ccdfunc.c:690
#: ccdfunc.c:685
#, c-format
msgid "Can't run shutter command %s (unsupported?)"
msgstr ""
#. "Попытка сконфигурировать порт I/O как %d\n"
#: ccdfunc.c:694
#: ccdfunc.c:689
#, c-format
msgid "Try to configure I/O port as %d"
msgstr ""
#: ccdfunc.c:696
#: ccdfunc.c:691
msgid "Can't configure (unsupported?)"
msgstr ""
#: ccdfunc.c:702
#: ccdfunc.c:698
msgid "Can't get IOport state (unsupported?)"
msgstr ""
#. "Попытка записи %d в порт I/O\n"
#: ccdfunc.c:706
#: ccdfunc.c:702
#, c-format
msgid "Try to write %d to I/O port"
msgstr ""
#: ccdfunc.c:708
#: ccdfunc.c:704
msgid "Can't set IOport"
msgstr ""
#: ccdfunc.c:715
#: ccdfunc.c:711
#, c-format
msgid "Set gain to %g"
msgstr ""
#: ccdfunc.c:716
#: ccdfunc.c:712
#, c-format
msgid "Can't set gain to %g"
msgstr ""
#: ccdfunc.c:721
#: ccdfunc.c:717
#, c-format
msgid "Set brightness to %g"
msgstr ""
#: ccdfunc.c:722
#: ccdfunc.c:718
#, c-format
msgid "Can't set brightness to %g"
msgstr ""
#: ccdfunc.c:730 server.c:223
#: ccdfunc.c:726 server.c:223
#, c-format
msgid "Can't set binning %dx%d"
msgstr ""
#: ccdfunc.c:742 server.c:224
#: ccdfunc.c:738 server.c:224
msgid "Can't set given geometry"
msgstr ""
#: ccdfunc.c:746
#: ccdfunc.c:742
#, c-format
msgid "Can't set %d flushes"
msgstr ""
#: ccdfunc.c:750
#: ccdfunc.c:746
#, c-format
msgid "Can't set exposure time to %f seconds"
msgstr ""
#: ccdfunc.c:753
#: ccdfunc.c:749
msgid "Can't change frame type"
msgstr ""
#: ccdfunc.c:756
#: ccdfunc.c:752
msgid "Can't set bit depth"
msgstr ""
#: ccdfunc.c:758
#: ccdfunc.c:754
msgid "Can't set readout speed"
msgstr ""
#: ccdfunc.c:759
#: ccdfunc.c:755
#, c-format
msgid "Readout mode: %s"
msgstr ""
#: ccdfunc.c:760
#: ccdfunc.c:756
msgid "Only show statistics"
msgstr ""
#. GET binning should be AFTER setgeometry!
#: ccdfunc.c:762
#: ccdfunc.c:758
msgid "Can't get current binning"
msgstr ""
#: ccdfunc.c:776
msgid "Can't open OpenGL window, image preview will be inaccessible"
msgstr ""
#. Захват кадра %d\n
#: ccdfunc.c:784
#: ccdfunc.c:780
#, c-format
msgid "Capture frame %d"
msgstr ""
#: ccdfunc.c:786 server.c:121
#: ccdfunc.c:782 ccdfunc.c:830 server.c:121
msgid "Can't start exposition"
msgstr ""
#: ccdfunc.c:790 ccdfunc.c:816 ccdfunc.c:857
#: ccdfunc.c:786
msgid "Can't capture image"
msgstr ""
#: ccdfunc.c:793
#: ccdfunc.c:789
msgid "Read grabbed image"
msgstr ""
#: ccdfunc.c:796 ccdfunc.c:820 ccdfunc.c:861
#: ccdfunc.c:792 ccdfunc.c:838
msgid "Can't grab image"
msgstr ""
#. %d секунд до окончания паузы\n
#: ccdfunc.c:837 client.c:260
#: ccdfunc.c:801 client.c:260
#, c-format
msgid "%d seconds till pause ends\n"
msgstr ""
@@ -567,28 +563,32 @@ msgstr ""
msgid "Server timeout"
msgstr ""
#: imageview.c:264
msgid "Can't init mutex!"
msgstr ""
#: imageview.c:282
#: imageview.c:49
msgid "Already initialized!"
msgstr ""
#: imageview.c:408
#: imageview.c:285
msgid "Can't init mutex!"
msgstr ""
#: imageview.c:387
#, c-format
msgid "Histogram conversion: %s"
msgstr ""
#: imageview.c:517
#: imageview.c:507 imageview.c:579
#, c-format
msgid "Equalization of histogram: %s"
msgstr ""
#: imageview.c:517
#: imageview.c:507 imageview.c:579
msgid "on"
msgstr ""
#: imageview.c:517
#: imageview.c:507 imageview.c:579
msgid "off"
msgstr ""
#: imageview.c:545
msgid "Can't open OpenGL window, image preview will be inaccessible"
msgstr ""