Showing with 734 additions and 813 deletions.
  1. +1 −1 devel-docs/Kst2Specs/FixedBugs
  2. +1 −1 devel-docs/fits_datasource.txt
  3. +1 −1 devel-docs/notes/tool_mode_changes
  4. +1 −1 docbook/kst/tutorial.docbook
  5. +2 −2 docbook/kst/tutorial/tutorial.docbook
  6. +1 −1 install-kst
  7. +10 −59 src/datasources/ascii/kstdata_ascii.desktop
  8. +11 −59 src/datasources/dirfilesource/kstdata_dirfilesource.desktop
  9. +10 −27 src/datasources/dmc/kstdata_dmc.desktop
  10. +9 −30 src/datasources/fitsimage/kstdata_fitsimage.desktop
  11. +7 −43 src/datasources/healpix/kstdata_healpix.desktop
  12. +7 −56 src/datasources/lfiio/kstdata_lfiio.desktop
  13. +8 −0 src/datasources/matlab/kstdata_matlab.desktop
  14. +8 −55 src/datasources/netcdf/kstdata_netcdf.desktop
  15. +5 −17 src/datasources/planckIDEF/kstdata_planckIDEF.desktop
  16. +10 −30 src/datasources/qimagesource/kstdata_qimagesource.desktop
  17. +10 −60 src/datasources/sampledatasource/kstdata_sampledatasource.desktop
  18. +4 −0 src/datasources/sourcelist/kstdata_sourcelist.desktop
  19. +10 −31 src/kst/kst2.desktop
  20. +11 −31 src/kst/x-kst2.desktop
  21. +4 −0 src/libkst/namedobject.cpp
  22. +1 −1 src/libkst/plotiteminterface.h
  23. +1 −1 src/libkstapp/axistab.ui
  24. +1 −1 src/libkstapp/exportgraphicsdialog.ui
  25. +1 −0 src/libkstapp/filterfitdialog.cpp
  26. +2 −2 src/libkstapp/plotitem.cpp
  27. +1 −1 src/libkstapp/plotitem.h
  28. +8 −0 src/plugins/dataobject/activitylevel/kstplugin_activitylevel.desktop
  29. +6 −0 src/plugins/dataobject/bin/kstplugin_bin.desktop
  30. +6 −0 src/plugins/dataobject/chop/kstplugin_chop.desktop
  31. +7 −0 src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
  32. +6 −0 src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
  33. +6 −0 src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
  34. +7 −0 src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
  35. +7 −0 src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
  36. +7 −0 src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
  37. +7 −0 src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
  38. +6 −0 src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
  39. +6 −0 src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
  40. +6 −0 src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
  41. +6 −0 src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
  42. +6 −0 src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
  43. +6 −0 src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
  44. +6 −0 src/plugins/dataobject/linefit/kstplugin_linefit.desktop
  45. +6 −0 src/plugins/dataobject/lockin/kstplugin_lockin.desktop
  46. +6 −0 src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
  47. +7 −0 src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
  48. +6 −0 src/plugins/dataobject/phase/kstplugin_phase.desktop
  49. +6 −0 src/plugins/dataobject/shift/kstplugin_shift.desktop
  50. +6 −0 src/plugins/dataobject/statistics/kstplugin_statistics.desktop
  51. +6 −0 src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
  52. +11 −19 src/plugins/filters/butterworth_bandpass/butterworth_bandpass.cpp
  53. +7 −0 src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
  54. +6 −15 src/plugins/filters/butterworth_bandstop/butterworth_bandstop.cpp
  55. +6 −0 src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
  56. +4 −10 src/plugins/filters/butterworth_highpass/butterworth_highpass.cpp
  57. +7 −0 src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
  58. +5 −10 src/plugins/filters/butterworth_lowpass/butterworth_lowpass.cpp
  59. +7 −0 src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
  60. +6 −0 src/plugins/filters/cumulativeaverage/kstplugin_cumulativeaverage.desktop
  61. +2 −6 src/plugins/filters/cumulativesum/cumulativesum.cpp
  62. +6 −0 src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
  63. +4 −10 src/plugins/filters/despike/filterdespike.cpp
  64. +6 −0 src/plugins/filters/despike/kstplugin_filter_despike.desktop
  65. +2 −5 src/plugins/filters/differentiation/differentiation.cpp
  66. +6 −0 src/plugins/filters/differentiation/kstplugin_differentiation.desktop
  67. +6 −15 src/plugins/filters/unwind/filterunwind.cpp
  68. +6 −0 src/plugins/filters/unwind/kstplugin_filter_unwind.desktop
  69. +6 −0 src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
  70. +6 −0 src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
  71. +6 −0 src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
  72. +6 −0 src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
  73. +6 −0 src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
  74. +6 −0 src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
  75. +6 −0 src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
  76. +6 −0 src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
  77. +6 −0 src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
  78. +6 −0 src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
  79. +6 −0 src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
  80. +6 −0 src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
  81. +6 −0 src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
  82. +6 −0 src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
  83. +6 −0 src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
  84. +6 −0 src/plugins/sampleplugin/kstplugin_sampleplugin.desktop
  85. +4 −1 src/widgets/curveplacement.cpp
  86. +205 −156 src/widgets/curveplacement.ui
  87. +1 −9 src/widgets/matrixselector.cpp
  88. +0 −1 src/widgets/matrixselector.h
  89. +5 −2 src/widgets/matrixselector.ui
  90. +17 −14 src/widgets/scalarselector.cpp
  91. +1 −1 src/widgets/scalarselector.h
  92. +5 −2 src/widgets/scalarselector.ui
  93. +1 −9 src/widgets/stringselector.cpp
  94. +0 −2 src/widgets/stringselector.h
  95. +5 −2 src/widgets/stringselector.ui
  96. +2 −9 src/widgets/vectorselector.cpp
  97. +0 −2 src/widgets/vectorselector.h
  98. +5 −2 src/widgets/vectorselector.ui
2 changes: 1 addition & 1 deletion devel-docs/Kst2Specs/FixedBugs
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ What should happen if the Y axis shared box is changed to checked:
the Y axis should be shared if properly aligned.
-If all of the plots were in 'm' auto zoom mode, then the shared axis box will
be in 'm' auto zoom mode, with all plots going from the minimum Y min to
the maximum Y max. Otherwise, the the shared box will be in fixed mode,
the maximum Y max. Otherwise, the shared box will be in fixed mode,
again going from the current displayed minumum Y min to the current
displayed maximum Y max.
-hitting 'm' anywhere in the shared axis box will place the shared axis box
Expand Down
2 changes: 1 addition & 1 deletion devel-docs/fits_datasource.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Proposed Functions:
Returns the number of HDU's in the FITS file.

2. fitsDim( fitsfile *fp, int HDU )
Returns the dimensions of the the image or table contained in the
Returns the dimensions of the image or table contained in the
current HDU. In the case of binary tables with "wide" columns (each
column entry is a vector), the column entries will be "unrolled"
and the returned number of rows will reflect this new size.
Expand Down
2 changes: 1 addition & 1 deletion devel-docs/notes/tool_mode_changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Handles:
showing ghost handles would be better.
-Handle dimensions should be fixed and should not depend on window/object/
parent size.
(It could be cool to have the the size fixed relative to the screen size.)
(It could be cool to have the size fixed relative to the screen size.)
-Handles should lie outside the object so that they are accesible with 0
size objects (eg, horizontal line).
-Handles need to have some indication what they are/do (like inkscape).
Expand Down
2 changes: 1 addition & 1 deletion docbook/kst/tutorial.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ Let us first examine the plots more closely. Tie the top two plots
together using the techniques you learned in the previous section.
Then hold down <keycap>Ctrl</keycap> to enter X Mouse Zoom mode. Now
zoom in on a small region of the top plot (say from 50000 to 53000),
to cause both tied plots to zoom. You will notice that the the blue
to cause both tied plots to zoom. You will notice that the blue
pitch curve is negatively correlated with the red azimuth curve. This
is because the pitch gyro was slightly rotated relative to the azimuth
axis (by -0.69 degrees). The true pitch <literal>p'</literal> is:
Expand Down
4 changes: 2 additions & 2 deletions docbook/kst/tutorial/tutorial.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ click <guibutton>Next</guibutton>. The following window will be displayed.
The fields available in <filename>gyrodata.dat</filename> are listed to the left.
You may filter the list of highlighted fields by entering a
string to match (wildcards such as <literal>*</literal> are supported) into the text box above the list.
Enter <literal>*</literal> to match anything (i.e. highlight all the the available fields), and then click
Enter <literal>*</literal> to match anything (i.e. highlight all the available fields), and then click
<guibutton>Check Selected</guibutton> to select all the highlighted fields (which in this case happens to be all
the fields).
</para>
Expand Down Expand Up @@ -725,7 +725,7 @@ Tie the top two plots together using the techniques
you learned in the previous section.
Then hold down <keycap>Ctrl</keycap> to enter X Mouse Zoom mode. Now zoom in on a small region
of the top plot (say from 50000 to 53000), to cause both tied plots to zoom.
You will notice that the the blue pitch curve is negatively correlated with the red azimuth curve.
You will notice that the blue pitch curve is negatively correlated with the red azimuth curve.
This is because the pitch gyro was slightly rotated relative to the azimuth axis (by -0.69 degrees).
The true pitch <literal>p'</literal> is:
</para>
Expand Down
2 changes: 1 addition & 1 deletion install-kst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi

if [ "$INSTALL_LIBDIR" ]
then
echo "Build will be automatically installed to the the configured location ($INSTALL_PREFIX)"
echo "Build will be automatically installed to the configured location ($INSTALL_PREFIX)"
else
echo "Build will be automatically install to the default location (/usr)"
fi
Expand Down
69 changes: 10 additions & 59 deletions src/datasources/ascii/kstdata_ascii.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,66 +5,17 @@ X-KDE-ModuleType=Plugin
X-KDE-Library=ascii
X-Kst-Plugin-Author=The University of Toronto
Name=ASCII File Reader
Name[br]=Lenner ar restroù ASCII
Name[bs]=Čitač ASCII datoteka
Name[ca]=Lector de fitxers ASCII
Name[cs]=Čtečka ASCII souborů
Name[da]=ASCII Fillæser
Name[de]=ASCII-Datei-Leser
Name[el]=Αναγνώστης αρχείων ASCII
Name[es]=Lector de archivos ASCII
Name[et]=ASCII-failide lugeja
Name[fr]=Lecteur de fichier ASCII
Name[ga]=Léitheoir Comhad ASCII
Name[gl]=Leitor de Arquivos ASCII
Name[hi]=आस्की फ़ाइल रीडर
Name[hr]=ASCII čitač datoteka
Name[hu]=ASCII-fájlolvasó
Name[is]=ASCII skráalesari
Name[it]=Lettore file ASCII
Name[ja]=ASCII ファイルリーダー
Name[ka]=ASCII ფაილის წამკითხველი
Name[nl]=ASCII-bestandleesprogramma
Name[pa]=ASCII ਫਾਇਲ ਰੀਡਰ
Name[de]=ASCII-Dateileser
Name[nl]=Lezer voor ASCII-bestand
Name[pt]=Leitor de Ficheiros ASCII
Name[pt_BR]=Leitor de Arquivos ASCII
Name[ru]=Чтение файлов ASCII
Name[sr]=Читач ASCII фајлова
Name[sr@Latn]=Čitač ASCII fajlova
Name[sk]=Čítač ASCII súborov
Name[sv]=ASCII-filläsare
Name[ta]=ASCII கோப்புப் படித்தல்
Name[tg]=Хонандаи файли ASCII
Name[tr]=ASCII Dosya Okuyucu
Name[vi]=Bộ đọc tập tin ASCII
Name[xx]=xxASCII File Readerxx
Name[zh_CN]=ASCII 文件阅读器
Name[uk]=Засіб читання файлів ASCII
Name[x-test]=xxASCII File Readerxx
Comment=Implements support for reading ASCII files into Kst.
Comment[bs]=Implementira podršku za čitanje ASCII datoteka u Kst.
Comment[ca]=Implementa al Kst el funcionament per llegir fitxers ASCII.
Comment[cs]=Podpora čtení ASCII souborů pro Kst.
Comment[da]=Implementerer støtte for at læse ASCII-filer i Kst.
Comment[de]=Unterstützung für das Einlesen von ASCII-Dateien in Kst
Comment[el]=Υλοποιεί την υποστήριξη για ανάγνωση αρχείων ASCII στο Kst.
Comment[es]=Implementa soporte para leer archivos ASCII en Kst.
Comment[et]=Kst ASCII-failide lugemise toetus.
Comment[fr]=Prise en charge de la lecture des fichiers ASCII dans Kst.
Comment[gl]=Permite a leitura de ficheiros ASCII en Kst.
Comment[hi]=केएसटी में आस्की फाइलों के पढ़ने हेतु समर्थन इम्प्लीमेंट करता है.
Comment[hr]=Implementira podršku za čitanje ASCII datoteka u Kst.
Comment[hu]=ASCII-fájlok beolvasását végzi a Kst-be
Comment[is]=Gefur stuðning við lestur ASCII skráa inn í Kst.
Comment[it]=Implementa supporto per leggere file ASCII in Kst.
Comment[ja]=ASCII ファイルの Kst への読み込みをサポート
Comment[ka]=უზრუნველყოფს ASCII ფაილების Kst-ში წაკითხვას.
Comment[nl]=Implementeert de ondersteuning voor het inlezen van ASCII-bestanden in Kst.
Comment[pt]=Implementa o suporte para a leitura de ficheiros ASCII no Kst.
Comment[pt_BR]=Implementa o suporte a leitura de arquivos ASCII dentro do Kst.
Comment[sr]=Имплементира подршку за читање ASCII фајлова у Kst.
Comment[sr@Latn]=Implementira podršku za čitanje ASCII fajlova u Kst.
Comment[sv]=Implementerar stöd för att läsa in ASCII-filer i Kst.
Comment[ta]= ASCII கோப்பிலிருந்து Kstடிற்குச் செய்முறைப்படுத்தித் துணை.
Comment[tg]=Иҷро намудани пуштибонӣ барои хондани файлҳои ASCII ба Kst.
Comment[tr]=Kst içine ASCII dosyaları okuma desteği verenler
Comment[vi]=Thực hiện vào Kst khả năng đọc các tập tin ASCII.
Comment[xx]=xxImplements support for reading ASCII files into Kst.xx
Comment[zh_CN]=将 ASCII 文件读入 Kst 的应用支持。
Comment[nl]=Implementeert ondersteuning voor het lezen van ASCII-bestanden in Kst.
Comment[pt]=Implementa o suporte para ler ficheiros ASCII para o Kst.
Comment[sv]=Implementerar stöd för att läsa ASCII-filer i Kst.
Comment[uk]=Реалізує підтримку читання файлів ASCII у Kst.
Comment[x-test]=xxImplements support for reading ASCII files into Kst.xx
70 changes: 11 additions & 59 deletions src/datasources/dirfilesource/kstdata_dirfilesource.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,65 +5,17 @@ X-KDE-ModuleType=Plugin
X-KDE-Library=dirfilesource
X-Kst-Plugin-Author=The University of Toronto
Name=DirFile Reader
Name[bs]=DirFile čitač
Name[ca]=Lector de DirFile
Name[cs]=DirFile čtečka
Name[da]=DirFile-læser
Name[de]=DirFile-Betrachter
Name[el]=Αναγνώστης DirFile
Name[es]=Lector de DirFile
Name[et]=Kataloogifaili lugeja
Name[fr]=Lecteur DirFile
Name[ga]=Léitheoir DirFile
Name[gl]=Leitor de DirFile
Name[hi]=डिर-फाइल रीडर
Name[hr]=DirFile čitač
Name[hu]=DirFile-olvasó
Name[is]=DirFile skráalesari
Name[it]=Lettore DirFile
Name[ja]=DirFile リーダー
Name[ka]=DirFile-ის წამკითხველი
Name[nl]=Dirfile-leesprogramma
Name[pa]=ਡਾਇਰੈ ਫਾਇਲ ਰੀਡਰ
Name[pt]=Leitor de DirFile
Name[pt_BR]=Leitor de DirFile
Name[sr]=Читач за DirFile
Name[sr@Latn]=Čitač za DirFile
Name[sv]=Dirfile-läsare
Name[ta]=டிஐஆர்கோப்புப் படித்தல்
Name[tg]=Хонандаи Файли Dir
Name[tr]=DizinDosya Okuyucu
Name[vi]=Bộ xem tập tin DirFile
Name[xx]=xxDirFile Readerxx
Name[zh_CN]=目录文件阅读器
Name[de]=DirFile-Leser
Name[nl]=Lezer van DirFile-bestand
Name[pt]=Leitor do 'DirFile'
Name[sk]=Čítač DirFile
Name[sv]=DirFile-läsare
Name[uk]=Засіб читання DirFile
Name[x-test]=xxDirFile Readerxx
Comment=Plugin to read the dirfile format.
Comment[bs]=Dodatak za čitanje dirfile formata.
Comment[ca]=Connector per a llegir el format dirfile.
Comment[cs]=Modul pro čtení formátu dirfile
Comment[da]=Plugin til at læse dirfile-formatet.
Comment[de]=Modul zum Lesen des dirfile-Formats
Comment[el]=Πρόσθετο για την ανάγνωση της μορφής dirfile.
Comment[es]=Plugin para leer el formato dirfile.
Comment[et]=Plugin kataloogifailide (dirfile) vormingu lugemiseks.
Comment[fr]=Module de lecture du format DirFile.
Comment[ga]=Breiseán a léann an fhormáid dirfile.
Comment[gl]=Un plugin para ler o formato dirfile.
Comment[hi]=डिरफाइल फॉर्मेट पढ़ने हेतु प्लगइन
Comment[hr]=Dodatak za čitanje oblika dirfile.
Comment[hu]=Bővítőmodul Dirfile fájlok beolvasásához
Comment[is]=Íforrit til að lesa dirfile snið.
Comment[it]=Plugin per leggere il formato dirfile.
Comment[ja]=dirfile フォーマットを読むためのプラグイン
Comment[ka]= dirfile ფორმატის წამკითხველი მოდული.
Comment[de]=Modul zum Lesen des DirFile-Formats
Comment[nl]=Plugin voor het lezen van het dirfile-formaat.
Comment[pt]=Um 'plugin' para ler o formato 'dirfile'.
Comment[pt_BR]=Plug-in para a leitura do formato dirfile.
Comment[sr]=Прикључак за читање формата dirfile.
Comment[sr@Latn]=Priključak za čitanje formata dirfile.
Comment[sv]=Insticksprogram för att läsa dirfile-format.
Comment[ta]=சொருகி டிஐஆர் கோப்பின் வடிவத்தைப் படிக்கவும்
Comment[tg]=Модул барои хондани файли формати dir.
Comment[tr]=Dizin dosya biçimi okuma eklentisi
Comment[vi]=Bổ sung đọc định dạng dirfile.
Comment[xx]=xxPlugin to read the dirfile format.xx
Comment[zh_CN]=读取目录文件格式的插件
Comment[sv]=Insticksprogram för att läsa DirFile-formatet.
Comment[uk]=Додаток для читання даних у форматі dirfile.
Comment[x-test]=xxPlugin to read the dirfile format.xx
37 changes: 10 additions & 27 deletions src/datasources/dmc/kstdata_dmc.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,16 @@ X-KDE-ModuleType=Plugin
X-KDE-Library=dmc
X-Kst-Plugin-Author=The University of Toronto
Name=PLANCK DMC Plugin
Name[da]=PLANCK DMC-Plugin
Name[el]=Πρόσθετο PLANCK DMC
Name[es]=Plugin PLANCK DMC
Name[et]=PLANCK DMC plugin
Name[is]=PLANCK DMC íforrit
Name[it]=Plugin PLANCK DMC
Name[nds]=Moduul för't Lesen vun PLANCK-DMC-Daten
Name[pt]='Plugin' DMC do PLANCK
Name[pt_BR]='Plugin' DMC do PLANCK
Name[sr]=PLANCK DMC прикључак
Name[sr@Latn]=PLANCK DMC прикључак
Name[sv]=Planck DMC-insticksprogram
Name[vi]=Phần bổ sung DMC PLANCK
Name[xx]=xxPLANCK DMC Pluginxx
Name[de]=PLANCK-DMC-Modul
Name[nl]=Plug-in voor PLANCK DMC
Name[pt]=Plugin de DMC do PLANCK
Name[sv]=PLANCK DMC-insticksprogram
Name[uk]=Додаток PLANCK DMC
Name[x-test]=xxPLANCK DMC Pluginxx
Comment=Plugin to read PLANCK DMC data.
Comment[da]=Plugin til at læse PLANCK DMC-data.
Comment[el]=Πρόσθετο για την ανάγνωση δεδομένων PLANCK DMC.
Comment[es]=Plugin para leer datos PLANCK DMC.
Comment[et]=Plugin PLANCK DMC andmete lugemiseks.
Comment[is]=Íforrit til að lesa PLANCK DMC gögn.
Comment[it]=Plugin per leggere dati PLANCK DMC.
Comment[nds]=Moduul för't Lesen vun PLANCK-DMC-Daten
Comment[de]=Modul zum Lesen von PLANCK-DMC-Daten
Comment[nl]=Plugin voor het lezen van PLANCK DMC-gegevens.
Comment[pt]=Um 'plugin' para ler os dados DMC do PLANCK.
Comment[pt_BR]=Um 'plugin' para ler os dados DMC do PLANCK.
Comment[sr]=Прикључак за читање PLANCK DMC података.
Comment[sr@Latn]=Прикључак за читање PLANCK DMC података.
Comment[sv]=Insticksprogram för att läsa Planck DMC-data.
Comment[vi]=Phần bổ sung đọc dữ liệu DMC PLANCK.
Comment[xx]=xxPlugin to read PLANCK DMC data.xx
Comment[sv]=Insticksprogram för att läsa en PLANCK DMC-data.
Comment[uk]=Додаток для читання даних PLANCK DMC.
Comment[x-test]=xxPlugin to read PLANCK DMC data.xx
39 changes: 9 additions & 30 deletions src/datasources/fitsimage/kstdata_fitsimage.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,16 @@ X-KDE-ModuleType=Plugin
X-KDE-Library=fitsimage
X-Kst-Plugin-Author=The University of Toronto
Name=fitsimage
Name[el]=εικόναfits
Name[es]=Imagen FITS
Name[gl]=fitsimaxe
Name[it]=Immagini FITS
Name[nl]=FITS-afbeelding
Name[pt_BR]=Image fits
Name[de]=Fitsimage
Name[nl]=fitsimage
Name[pt]=Imagem FITS
Name[sk]=fitsimage
Name[sv]=FITS-bild
Name[tg]=fits-тасвир
Name[xx]=xxfitsimagexx
Name[uk]=fitsimage
Name[x-test]=xxfitsimagexx
Comment=Plugin to read a FITS image.
Comment[br]=Lugent evit lenn ur skeudenn FITS.
Comment[ca]=Connector per llegir una imatge FITS.
Comment[cs]=Modul pro čtení FITS obrázků.
Comment[da]=Plugin til at læse et FITS-billede.
Comment[de]=Modul zum Lesen von FITS-Bildern
Comment[el]=Πρόσθετο για ανάγνωση μιας εικόνας FITS.
Comment[es]=Plugin para leer una imagen en formato FITS.
Comment[et]=Plugin FITS-piltide lugemiseks.
Comment[ga]=Breiseán a léann íomhá FITS.
Comment[gl]=Un plugin para ler unha imaxe FITS.
Comment[hr]=Dodatak za čitanje FITS slika.
Comment[is]=Íforrit til að lesa FITS myndskrár.
Comment[it]=Plugin per leggere un'immagine FITS.
Comment[ja]=FITS 画像を読むためのプラグイン
Comment[ka]=FITS გამოსახულების წამკითხველი მოდული.
Comment[nl]=Plugin voor het lezen van een FITS-afbeelding.
Comment[pt]=Um 'plugin' para ler uma imagem FITS.
Comment[pt_BR]=Plug-in para a leitura de uma imagem FITS.
Comment[sr]=Прикључак за читање FITS слика.
Comment[sr@Latn]=Priključak za čitanje FITS slika.
Comment[pt]=Um 'plugin' para ler uma imagem do FITS.
Comment[sv]=Insticksprogram för att läsa en FITS-bild.
Comment[tg]=Модул барои хондани тасвири FITS.
Comment[vi]=Bổ sung đọc ảnh kiểu FITS.
Comment[xx]=xxPlugin to read a FITS image.xx
Comment[uk]=Додаток для читання зображень FITS.
Comment[x-test]=xxPlugin to read a FITS image.xx
50 changes: 7 additions & 43 deletions src/datasources/healpix/kstdata_healpix.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,14 @@ X-KDE-ModuleType=Plugin
X-KDE-Library=healpix
X-Kst-Plugin-Author=The University of Toronto
Name=Healpix File Reader
Name[br]=Lenner ar restroù Healpix
Name[ca]=Lector de fitxer Healpix
Name[cs]=Čtečka Healpix souborů
Name[da]=Healpix fillæser
Name[de]=Healpix-Betrachter
Name[el]=Αναγνώστης αρχείων Healpix
Name[es]=Lector de archivos Healpix
Name[et]=Healpix-faili lugeja
Name[ga]=Léitheoir Comhad Healpix
Name[gl]=Leitor de Arquivos Healpix
Name[hr]=Healpix čitač datoteka
Name[is]=Healpix skráalesari
Name[it]=Lettore file Healpix
Name[ja]=Healpix ファイルリーダー
Name[ka]=Healpix ფაილის წამკითხველი
Name[nl]=Healpix-bestandleesprogramma
Name[pa]=ਹੀਲਪਿਕਸ ਫਾਇਲ ਰੀਡਰ
Name[pt]=Leitor de Ficheiros Healpix
Name[pt_BR]=Leitor de Arquivos Healpix
Name[sr]=Читач Healpix фајлова
Name[sr@Latn]=Čitač Healpix fajlova
Name[de]=Healpix-Dateileser
Name[pt]=Leitor de Ficheiros do Healpix
Name[sv]=Healpix-filläsare
Name[tg]=Хонандаи Файли Healpix
Name[vi]=Bộ đọc tập tin Healpix
Name[xx]=xxHealpix File Readerxx
Name[uk]=Засіб читання файлів Healpix
Name[x-test]=xxHealpix File Readerxx
Comment=Plugin to read Healpix FITS files.
Comment[br]=Lugent evit lenn ar restroù FITS.
Comment[ca]=Connector per llegir fitxers FITS Healpix.
Comment[cs]=Modul pro čtení Healpix FITS obrázků.
Comment[da]=Plugin til at læse Healpix FITS filer.
Comment[de]=Modul zum Lesen von Healpix FITS-Bildern
Comment[el]=Πρόσθετο για ανάγνωση αρχείων Healpix FITS.
Comment[es]=Plugin para leer archivos en formato Healpix FITS.
Comment[et]=Plugin Healpix FITS-failide lugemiseks.
Comment[ga]=Breiseán a léann comhaid Healpix FITS.
Comment[gl]= Plugin para ler ficheiros Healpix FITS.
Comment[hr]=Dodatak za čitanje Healpix FITS slika.
Comment[is]=Íforrit til að lesa Healpix FITS skrár.
Comment[it]=Plugin per leggere i file Healpix FITS.
Comment[ja]=Healpix FITS ファイルを読むためのプラグイン
Comment[ka]=Healpix FITS ფაილების წამკითხველი მოდული.
Comment[nl]=Plugin voor het lezen van Healpix FITS-bestanden.
Comment[pt]=Um 'plugin' para ler ficheiros FITS do Healpix.
Comment[pt_BR]=Plugin para a leitura de uma imagem FITS.
Comment[pt]=Um 'plugin' para ler os dados do FITS no Healpix.
Comment[sv]=Insticksprogram för att läsa Healpix FITS-filer.
Comment[vi]=Bổ sung đọc tập tin kiểu Healpix FITS.
Comment[xx]=xxPlugin to read Healpix FITS files.xx
Comment[uk]=Додаток для читання файлів FITS Healpix.
Comment[x-test]=xxPlugin to read Healpix FITS files.xx
Loading