summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
Diffstat (limited to 'ds9')
-rw-r--r--ds9/doc/ref/command.html2
-rw-r--r--ds9/doc/ref/samp.html2
-rw-r--r--ds9/doc/ref/xpa.html2
-rw-r--r--ds9/doc/release/r8.2.html1
-rw-r--r--ds9/library/mask.tcl8
-rw-r--r--ds9/msgs/cs.msg9
-rw-r--r--ds9/msgs/da.msg9
-rw-r--r--ds9/msgs/de.msg9
-rw-r--r--ds9/msgs/es.msg9
-rw-r--r--ds9/msgs/fr.msg9
-rw-r--r--ds9/msgs/ja.msg9
-rw-r--r--ds9/msgs/pt.msg10
-rw-r--r--ds9/msgs/zh.msg9
13 files changed, 50 insertions, 38 deletions
diff --git a/ds9/doc/ref/command.html b/ds9/doc/ref/command.html
index cd4dc2d..5f0eaaa 100644
--- a/ds9/doc/ref/command.html
+++ b/ds9/doc/ref/command.html
@@ -1171,7 +1171,7 @@ nomask<br></b></p>
&nbsp;&nbsp;&nbsp; [mark zero|nonzero|nan|nonnan|range]<br>
&nbsp;&nbsp;&nbsp; [range &lt;low&gt; &lt;high&gt;]<br>
&nbsp;&nbsp;&nbsp; [transparency &lt;value&gt;]<br>
-&nbsp;&nbsp;&nbsp; [blend source|darken|lighten]<br>
+&nbsp;&nbsp;&nbsp; [blend source|screen|darken|lighten]<br>
&nbsp;&nbsp;&nbsp; [system &lt;coordsys&gt;]<br>
&nbsp;&nbsp;&nbsp; [clear]<br>
&nbsp;&nbsp;&nbsp; [load &lt;filename&gt;]<br>
diff --git a/ds9/doc/ref/samp.html b/ds9/doc/ref/samp.html
index 57f70ca..da2a095 100644
--- a/ds9/doc/ref/samp.html
+++ b/ds9/doc/ref/samp.html
@@ -1462,7 +1462,7 @@ mask [color &lt;color&gt;]<br>
&nbsp;&nbsp;&nbsp; [mark zero|nonzero|nan|nonnan|range]<br>
&nbsp;&nbsp;&nbsp; [range &lt;low&gt; &lt;high&gt;]<br>
&nbsp;&nbsp;&nbsp; [transparency &lt;value&gt;]<br>
-&nbsp;&nbsp;&nbsp; [blend source|darken|lighten]<br>
+&nbsp;&nbsp;&nbsp; [blend source|screen|darken|lighten]<br>
&nbsp;&nbsp;&nbsp; [system &lt;coordsys&gt;]<br>
&nbsp;&nbsp;&nbsp; [clear]<br>
&nbsp;&nbsp;&nbsp; [load &lt;filename&gt;]<br>
diff --git a/ds9/doc/ref/xpa.html b/ds9/doc/ref/xpa.html
index 72278b9..3c00ab8 100644
--- a/ds9/doc/ref/xpa.html
+++ b/ds9/doc/ref/xpa.html
@@ -1387,7 +1387,7 @@ mask [color &lt;color&gt;]<br>
&nbsp;&nbsp;&nbsp; [mark zero|nonzero|nan|nonnan|range]<br>
&nbsp;&nbsp;&nbsp; [range &lt;low&gt; &lt;high&gt;]<br>
&nbsp;&nbsp;&nbsp; [transparency &lt;value&gt;]<br>
-&nbsp;&nbsp;&nbsp; [blend source|darken|lighten]<br>
+&nbsp;&nbsp;&nbsp; [blend source|screen|darken|lighten]<br>
&nbsp;&nbsp;&nbsp; [system &lt;coordsys&gt;]<br>
&nbsp;&nbsp;&nbsp; [clear]<br>
&nbsp;&nbsp;&nbsp; [load &lt;filename&gt;]<br>
diff --git a/ds9/doc/release/r8.2.html b/ds9/doc/release/r8.2.html
index 6040998..ab47a7b 100644
--- a/ds9/doc/release/r8.2.html
+++ b/ds9/doc/release/r8.2.html
@@ -33,6 +33,7 @@
<li><tt>02.19.2020 MASK: fixed an issue with the mask dialog and colors.</tt></li>
<li><tt>02.26.2020 MASK: fixed an issue with the mask blending.</tt></li>
<li><tt>02.26.2020 MASK: add blend mode darken.</tt></li>
+<li><tt>02.26.2020 MASK: add blend mode screen.</tt></li>
<li><tt><b>xx.xx.2020 RELEASE version 8.2b2</b></tt></li>
</ol>
</div>
diff --git a/ds9/library/mask.tcl b/ds9/library/mask.tcl
index 0d48a93..7ff2f21 100644
--- a/ds9/library/mask.tcl
+++ b/ds9/library/mask.tcl
@@ -19,7 +19,7 @@ proc MaskDef {} {
set mask(mark) nonzero
set mask(low) 0
set mask(high) 0
- set mask(blend) lighten
+ set mask(blend) screen
array set pmask [array get mask]
}
@@ -152,9 +152,11 @@ proc MaskDialog {} {
menu $mb.blend
$mb.blend add radiobutton -label [msgcat::mc {Source}] \
-variable mask(blend) -value source -command MaskBlend
- $mb.blend add radiobutton -label [msgcat::mc {darken}] \
+ $mb.blend add radiobutton -label [msgcat::mc {Screen}] \
+ -variable mask(blend) -value screen -command MaskBlend
+ $mb.blend add radiobutton -label [msgcat::mc {Darken}] \
-variable mask(blend) -value darken -command MaskBlend
- $mb.blend add radiobutton -label [msgcat::mc {lighten}] \
+ $mb.blend add radiobutton -label [msgcat::mc {Lighten}] \
-variable mask(blend) -value lighten -command MaskBlend
# Param
diff --git a/ds9/msgs/cs.msg b/ds9/msgs/cs.msg
index f3b5812..c2df2cb 100644
--- a/ds9/msgs/cs.msg
+++ b/ds9/msgs/cs.msg
@@ -159,9 +159,7 @@
::msgcat::mcset cs {Composite}
::msgcat::mcset cs {Compression} [encoding convertfrom iso8859-2 {Komprese}]
::msgcat::mcset cs {Configure} [encoding convertfrom iso8859-2 {Konfigurace}]
-::msgcat::mcset cs {Connect Directly}
::msgcat::mcset cs {Connect SAMP}
-::msgcat::mcset cs {Connect Using Web Proxy}
::msgcat::mcset cs {Connect} [encoding convertfrom iso8859-2 {Pøipoji}]
::msgcat::mcset cs {Console}
::msgcat::mcset cs {Contacting Server}
@@ -205,6 +203,7 @@
::msgcat::mcset cs {DS9 has detected an older backup file, do you wish to continue?} [encoding convertfrom iso8859-2 {DS9 detekovala starou verzi zálo¾ního souboru, chcete pokraèovat?}]
::msgcat::mcset cs {DS9 has detected an older preferences file, do you wish to update?} [encoding convertfrom iso8859-2 {Starý konfiguraèní soubor, chcete ho zaktualizovat?}]
::msgcat::mcset cs {DS9 will complete the initialization process} [encoding convertfrom iso8859-2 {DS9 dokonèí inticializaèní proces}]
+::msgcat::mcset cs {Darken}
::msgcat::mcset cs {Dash}
::msgcat::mcset cs {Data Format} [encoding convertfrom iso8859-2 {Formát dat}]
::msgcat::mcset cs {Dataset Name}
@@ -370,6 +369,7 @@
::msgcat::mcset cs {Initialize XPA}
::msgcat::mcset cs {Inner}
::msgcat::mcset cs {Instrument FOV} [encoding convertfrom iso8859-2 {Zorné pole dalekohledù}]
+::msgcat::mcset cs {Instrument}
::msgcat::mcset cs {Interior Axes}
::msgcat::mcset cs {Interior Numerics}
::msgcat::mcset cs {Internal Parse Error}
@@ -403,6 +403,7 @@
::msgcat::mcset cs {Letter}
::msgcat::mcset cs {Levels} [encoding convertfrom iso8859-2 {Úrovnì}]
::msgcat::mcset cs {Level} [encoding convertfrom iso8859-2 {Úroveò}]
+::msgcat::mcset cs {Lighten}
::msgcat::mcset cs {Limits}
::msgcat::mcset cs {Line Plot Tool}
::msgcat::mcset cs {Linear} [encoding convertfrom iso8859-2 {Linární}]
@@ -569,7 +570,6 @@
::msgcat::mcset cs {Numerics}
::msgcat::mcset cs {OK} [encoding convertfrom iso8859-2 {Budi¾}]
::msgcat::mcset cs {Object} [encoding convertfrom iso8859-2 {Objekt}]
-::msgcat::mcset cs {Opaque}
::msgcat::mcset cs {Open File} [encoding convertfrom iso8859-2 {Otevøít soubor}]
::msgcat::mcset cs {Open ME Cube}
::msgcat::mcset cs {Open ME Frames}
@@ -619,6 +619,7 @@
::msgcat::mcset cs {Play}
::msgcat::mcset cs {Please Select a Region}
::msgcat::mcset cs {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset cs {Please specify instruments}
::msgcat::mcset cs {Please specify radius and either name or (ra,dec)}
::msgcat::mcset cs {Please specify width, height, and either name or (ra,dec)}
::msgcat::mcset cs {Plot 2D}
@@ -721,6 +722,7 @@
::msgcat::mcset cs {Scatter Plot Tool}
::msgcat::mcset cs {Scatter}
::msgcat::mcset cs {Scope}
+::msgcat::mcset cs {Screen}
::msgcat::mcset cs {Search for Catalogs}
::msgcat::mcset cs {Seconds}
::msgcat::mcset cs {Segment}
@@ -807,7 +809,6 @@
::msgcat::mcset cs {Top}
::msgcat::mcset cs {To}
::msgcat::mcset cs {Transparency}
-::msgcat::mcset cs {Transparent}
::msgcat::mcset cs {Triangle}
::msgcat::mcset cs {Type}
::msgcat::mcset cs {URL}
diff --git a/ds9/msgs/da.msg b/ds9/msgs/da.msg
index 211d00b..6803cad 100644
--- a/ds9/msgs/da.msg
+++ b/ds9/msgs/da.msg
@@ -159,9 +159,7 @@
::msgcat::mcset da {Composite} {Sammensat}
::msgcat::mcset da {Compression} {Komprimer}
::msgcat::mcset da {Configure} {Konfigurer}
-::msgcat::mcset da {Connect Directly} {Tilslut direkte}
::msgcat::mcset da {Connect SAMP}
-::msgcat::mcset da {Connect Using Web Proxy} {Tilslut via web proxy}
::msgcat::mcset da {Connect}
::msgcat::mcset da {Console} {konsol}
::msgcat::mcset da {Contacting Server}
@@ -205,6 +203,7 @@
::msgcat::mcset da {DS9 has detected an older backup file, do you wish to continue?}
::msgcat::mcset da {DS9 has detected an older preferences file, do you wish to update?} [encoding convertfrom iso8859-1 {DS9 har fundet en ældre fil med foretrukne indstillinger, ønsker du at opdatere?}]
::msgcat::mcset da {DS9 will complete the initialization process} [encoding convertfrom iso8859-1 {DS9 vil fuldføre initialiserings processen}]
+::msgcat::mcset da {Darken}
::msgcat::mcset da {Dash} {streg}
::msgcat::mcset da {Data Format} {Dataformat}
::msgcat::mcset da {Dataset Name}
@@ -370,6 +369,7 @@
::msgcat::mcset da {Initialize XPA} {Initialiser XPA}
::msgcat::mcset da {Inner} {Indre}
::msgcat::mcset da {Instrument FOV} {Instrument FOV}
+::msgcat::mcset da {Instrument}
::msgcat::mcset da {Interior Axes} {Indre akser}
::msgcat::mcset da {Interior Numerics} {Indre tal}
::msgcat::mcset da {Internal Parse Error}
@@ -403,6 +403,7 @@
::msgcat::mcset da {Letter}
::msgcat::mcset da {Levels} {Niveauer}
::msgcat::mcset da {Level} {Niveau}
+::msgcat::mcset da {Lighten}
::msgcat::mcset da {Limits} [encoding convertfrom iso8859-1 {Grænser}]
::msgcat::mcset da {Line Plot Tool}
::msgcat::mcset da {Linear} [encoding convertfrom iso8859-1 {Lineær}]
@@ -569,7 +570,6 @@
::msgcat::mcset da {Numerics} {Talværdier}
::msgcat::mcset da {OK}
::msgcat::mcset da {Object} {Objekt}
-::msgcat::mcset da {Opaque}
::msgcat::mcset da {Open File} {Åben fil}
::msgcat::mcset da {Open ME Cube}
::msgcat::mcset da {Open ME Frames}
@@ -619,6 +619,7 @@
::msgcat::mcset da {Play} {Afspil}
::msgcat::mcset da {Please Select a Region}
::msgcat::mcset da {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset da {Please specify instruments}
::msgcat::mcset da {Please specify radius and either name or (ra,dec)}
::msgcat::mcset da {Please specify width, height, and either name or (ra,dec)} [encoding convertfrom iso8859-1 {angiv venligst bredde, højde, og enten navn eller (ra,dec)}]
::msgcat::mcset da {Plot 2D}
@@ -721,6 +722,7 @@
::msgcat::mcset da {Scatter Plot Tool}
::msgcat::mcset da {Scatter}
::msgcat::mcset da {Scope} [encoding convertfrom iso8859-1 {Gældende}]
+::msgcat::mcset da {Screen}
::msgcat::mcset da {Search for Catalogs} [encoding convertfrom iso8859-1 {søg efter kataloger}]
::msgcat::mcset da {Seconds} {Sekunder}
::msgcat::mcset da {Segment}
@@ -807,7 +809,6 @@
::msgcat::mcset da {Top}
::msgcat::mcset da {To} {Til}
::msgcat::mcset da {Transparency}
-::msgcat::mcset da {Transparent}
::msgcat::mcset da {Triangle}
::msgcat::mcset da {Type}
::msgcat::mcset da {URL}
diff --git a/ds9/msgs/de.msg b/ds9/msgs/de.msg
index ced749a..593edbd 100644
--- a/ds9/msgs/de.msg
+++ b/ds9/msgs/de.msg
@@ -159,9 +159,7 @@
::msgcat::mcset de {Composite}
::msgcat::mcset de {Compression} {Kompression}
::msgcat::mcset de {Configure} {Konfigurieren}
-::msgcat::mcset de {Connect Directly} {Direkt verbinden}
::msgcat::mcset de {Connect SAMP}
-::msgcat::mcset de {Connect Using Web Proxy} [encoding convertfrom iso8859-1 {Für Verbindung Webproxy verwenden}]
::msgcat::mcset de {Connect}
::msgcat::mcset de {Console}
::msgcat::mcset de {Contacting Server}
@@ -205,6 +203,7 @@
::msgcat::mcset de {DS9 has detected an older backup file, do you wish to continue?}
::msgcat::mcset de {DS9 has detected an older preferences file, do you wish to update?} [encoding convertfrom iso8859-1 {DS9 hat ein ältere Einstellungsdatei erkannt, möchten Sie aktualisieren?}]
::msgcat::mcset de {DS9 will complete the initialization process} [encoding convertfrom iso8859-1 {DS9 wird den Initialisierungsprozeß vervollständigen}]
+::msgcat::mcset de {Darken}
::msgcat::mcset de {Dash} {Gestrichelt}
::msgcat::mcset de {Data Format} {Datenformat}
::msgcat::mcset de {Dataset Name}
@@ -370,6 +369,7 @@
::msgcat::mcset de {Initialize XPA} {XPA initialisieren}
::msgcat::mcset de {Inner} {Innerer}
::msgcat::mcset de {Instrument FOV} {Instrumentensichtfeld}
+::msgcat::mcset de {Instrument}
::msgcat::mcset de {Interior Axes} {Innere Achsen}
::msgcat::mcset de {Interior Numerics} {Innere Ziffern}
::msgcat::mcset de {Internal Parse Error}
@@ -403,6 +403,7 @@
::msgcat::mcset de {Letter}
::msgcat::mcset de {Levels} {Niveaus}
::msgcat::mcset de {Level} {Niveau}
+::msgcat::mcset de {Lighten}
::msgcat::mcset de {Limits} {Grenzen}
::msgcat::mcset de {Line Plot Tool}
::msgcat::mcset de {Linear}
@@ -569,7 +570,6 @@
::msgcat::mcset de {Numerics}
::msgcat::mcset de {OK}
::msgcat::mcset de {Object} {Objekt}
-::msgcat::mcset de {Opaque}
::msgcat::mcset de {Open File} [encoding convertfrom iso8859-1 {Datei öffnen}]
::msgcat::mcset de {Open ME Cube}
::msgcat::mcset de {Open ME Frames}
@@ -619,6 +619,7 @@
::msgcat::mcset de {Play} {Abspielen}
::msgcat::mcset de {Please Select a Region}
::msgcat::mcset de {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset de {Please specify instruments}
::msgcat::mcset de {Please specify radius and either name or (ra,dec)}
::msgcat::mcset de {Please specify width, height, and either name or (ra,dec)} [encoding convertfrom iso8859-1 {Bitte Weite, Höhe und entweder Namen oder (RA,Dec) angeben}]
::msgcat::mcset de {Plot 2D}
@@ -721,6 +722,7 @@
::msgcat::mcset de {Scatter Plot Tool}
::msgcat::mcset de {Scatter}
::msgcat::mcset de {Scope} {Anwendungsbereich}
+::msgcat::mcset de {Screen}
::msgcat::mcset de {Search for Catalogs} {Nach Katalogen suchen}
::msgcat::mcset de {Seconds} {Sekunden}
::msgcat::mcset de {Segment}
@@ -807,7 +809,6 @@
::msgcat::mcset de {Top}
::msgcat::mcset de {To} {Nach}
::msgcat::mcset de {Transparency}
-::msgcat::mcset de {Transparent}
::msgcat::mcset de {Triangle}
::msgcat::mcset de {Type} {Typ}
::msgcat::mcset de {URL}
diff --git a/ds9/msgs/es.msg b/ds9/msgs/es.msg
index 7e9ee69..b8bcc53 100644
--- a/ds9/msgs/es.msg
+++ b/ds9/msgs/es.msg
@@ -159,9 +159,7 @@
::msgcat::mcset es {Composite} {Compuesto}
::msgcat::mcset es {Compression} [encoding convertfrom iso8859-1 {Compresión}]
::msgcat::mcset es {Configure} {Configurar}
-::msgcat::mcset es {Connect Directly} {Conecta directamente}
::msgcat::mcset es {Connect SAMP}
-::msgcat::mcset es {Connect Using Web Proxy} {Conecta, usa Web Proxy}
::msgcat::mcset es {Connect}
::msgcat::mcset es {Console}
::msgcat::mcset es {Contacting Server}
@@ -205,6 +203,7 @@
::msgcat::mcset es {DS9 has detected an older backup file, do you wish to continue?}
::msgcat::mcset es {DS9 has detected an older preferences file, do you wish to update?} [encoding convertfrom iso8859-1 {DS9 ha detectado un fichero de preferencias más antiguo, ¿Desea actualizarlo?}]
::msgcat::mcset es {DS9 will complete the initialization process} [encoding convertfrom iso8859-1 {DS9 completará el proceso de inicialización}]
+::msgcat::mcset es {Darken}
::msgcat::mcset es {Dash} [encoding convertfrom iso8859-1 {Guión}]
::msgcat::mcset es {Data Format} {Formato de los datos}
::msgcat::mcset es {Dataset Name}
@@ -370,6 +369,7 @@
::msgcat::mcset es {Initialize XPA} {Inicializar XPA}
::msgcat::mcset es {Inner} {Interior}
::msgcat::mcset es {Instrument FOV} {Campo visual del instrumento}
+::msgcat::mcset es {Instrument}
::msgcat::mcset es {Interior Axes} {Ejes interiores}
::msgcat::mcset es {Interior Numerics} [encoding convertfrom iso8859-1 {Numeración interior}]
::msgcat::mcset es {Internal Parse Error}
@@ -403,6 +403,7 @@
::msgcat::mcset es {Letter}
::msgcat::mcset es {Levels} {Niveles}
::msgcat::mcset es {Level} {Nivel}
+::msgcat::mcset es {Lighten}
::msgcat::mcset es {Limits} [encoding convertfrom iso8859-1 {Límites}]
::msgcat::mcset es {Line Plot Tool}
::msgcat::mcset es {Linear} {Lineal}
@@ -569,7 +570,6 @@
::msgcat::mcset es {Numerics} [encoding convertfrom iso8859-1 {Numeración}]
::msgcat::mcset es {OK} {Vale}
::msgcat::mcset es {Object} {Objeto}
-::msgcat::mcset es {Opaque}
::msgcat::mcset es {Open File} {Abrir fichero}
::msgcat::mcset es {Open ME Cube}
::msgcat::mcset es {Open ME Frames}
@@ -619,6 +619,7 @@
::msgcat::mcset es {Play}
::msgcat::mcset es {Please Select a Region}
::msgcat::mcset es {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset es {Please specify instruments}
::msgcat::mcset es {Please specify radius and either name or (ra,dec)}
::msgcat::mcset es {Please specify width, height, and either name or (ra,dec)} {Por farvor, especifique el ancho, altura, y nombre o (A.R.,Dec.)}
::msgcat::mcset es {Plot 2D}
@@ -721,6 +722,7 @@
::msgcat::mcset es {Scatter Plot Tool}
::msgcat::mcset es {Scatter}
::msgcat::mcset es {Scope} {Alcance}
+::msgcat::mcset es {Screen}
::msgcat::mcset es {Search for Catalogs} [encoding convertfrom iso8859-1 {Buscar por catálogos}]
::msgcat::mcset es {Seconds} {Segundos}
::msgcat::mcset es {Segment}
@@ -807,7 +809,6 @@
::msgcat::mcset es {Top}
::msgcat::mcset es {To} {A}
::msgcat::mcset es {Transparency}
-::msgcat::mcset es {Transparent}
::msgcat::mcset es {Triangle}
::msgcat::mcset es {Type} {Clase}
::msgcat::mcset es {URL}
diff --git a/ds9/msgs/fr.msg b/ds9/msgs/fr.msg
index 68a699a..b7b2df9 100644
--- a/ds9/msgs/fr.msg
+++ b/ds9/msgs/fr.msg
@@ -159,9 +159,7 @@
::msgcat::mcset fr {Composite}
::msgcat::mcset fr {Compression}
::msgcat::mcset fr {Configure} {Configurer}
-::msgcat::mcset fr {Connect Directly} {Connexion directe}
::msgcat::mcset fr {Connect SAMP}
-::msgcat::mcset fr {Connect Using Web Proxy} {Connexion par proxy web}
::msgcat::mcset fr {Connect}
::msgcat::mcset fr {Console}
::msgcat::mcset fr {Contacting Server}
@@ -205,6 +203,7 @@
::msgcat::mcset fr {DS9 has detected an older backup file, do you wish to continue?}
::msgcat::mcset fr {DS9 has detected an older preferences file, do you wish to update?} [encoding convertfrom iso8859-1 {DS9 a détecté une vielle version du fichier de préférences, voulez vous la mettre à jour ?}]
::msgcat::mcset fr {DS9 will complete the initialization process} {DS9 va terminer le processus d'initialisation}
+::msgcat::mcset fr {Darken}
::msgcat::mcset fr {Dash} {Tiret}
::msgcat::mcset fr {Data Format} [encoding convertfrom iso8859-1 {Format de données}]
::msgcat::mcset fr {Dataset Name}
@@ -370,6 +369,7 @@
::msgcat::mcset fr {Initialize XPA} {Initialiser XPA}
::msgcat::mcset fr {Inner} [encoding convertfrom iso8859-1 {Intérieur}]
::msgcat::mcset fr {Instrument FOV} {Profondeur de champ de l'instrument}
+::msgcat::mcset fr {Instrument}
::msgcat::mcset fr {Interior Axes} [encoding convertfrom iso8859-1 {Axes intérieur}]
::msgcat::mcset fr {Interior Numerics} [encoding convertfrom iso8859-1 {Chiffres intérieur}]
::msgcat::mcset fr {Internal Parse Error}
@@ -403,6 +403,7 @@
::msgcat::mcset fr {Letter} {Lettre}
::msgcat::mcset fr {Levels} {Niveaux}
::msgcat::mcset fr {Level} {Niveau}
+::msgcat::mcset fr {Lighten}
::msgcat::mcset fr {Limits} {Limites}
::msgcat::mcset fr {Line Plot Tool}
::msgcat::mcset fr {Linear} [encoding convertfrom iso8859-1 {Linéaire}]
@@ -569,7 +570,6 @@
::msgcat::mcset fr {Numerics} {Chiffres}
::msgcat::mcset fr {OK}
::msgcat::mcset fr {Object} {Objet}
-::msgcat::mcset fr {Opaque}
::msgcat::mcset fr {Open File} {Ouvrir fichier}
::msgcat::mcset fr {Open ME Cube}
::msgcat::mcset fr {Open ME Frames}
@@ -619,6 +619,7 @@
::msgcat::mcset fr {Play} {Jouer}
::msgcat::mcset fr {Please Select a Region}
::msgcat::mcset fr {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset fr {Please specify instruments}
::msgcat::mcset fr {Please specify radius and either name or (ra,dec)}
::msgcat::mcset fr {Please specify width, height, and either name or (ra,dec)} {Specifiez largeur, longeur, et autre noms possibles ou (ra,dec)}
::msgcat::mcset fr {Plot 2D}
@@ -721,6 +722,7 @@
::msgcat::mcset fr {Scatter Plot Tool}
::msgcat::mcset fr {Scatter}
::msgcat::mcset fr {Scope}
+::msgcat::mcset fr {Screen}
::msgcat::mcset fr {Search for Catalogs}
::msgcat::mcset fr {Seconds}
::msgcat::mcset fr {Segment}
@@ -807,7 +809,6 @@
::msgcat::mcset fr {Top}
::msgcat::mcset fr {To}
::msgcat::mcset fr {Transparency}
-::msgcat::mcset fr {Transparent}
::msgcat::mcset fr {Triangle}
::msgcat::mcset fr {Type}
::msgcat::mcset fr {URL}
diff --git a/ds9/msgs/ja.msg b/ds9/msgs/ja.msg
index 0da0ac4..4511989 100644
--- a/ds9/msgs/ja.msg
+++ b/ds9/msgs/ja.msg
@@ -159,9 +159,7 @@
::msgcat::mcset ja {Composite}
::msgcat::mcset ja {Compression} [encoding convertfrom euc-jp "\xb0\xb5\xbd\xcc"]
::msgcat::mcset ja {Configure} [encoding convertfrom euc-jp "\xc0\xdf\xc4\xea"]
-::msgcat::mcset ja {Connect Directly} [encoding convertfrom euc-jp "\xc4\xbe\xc0\xdc\xc0\xdc\xc2\xb3"]
::msgcat::mcset ja {Connect SAMP}
-::msgcat::mcset ja {Connect Using Web Proxy} [encoding convertfrom euc-jp "\x57\x65\x62\x20\xa5\xd7\xa5\xed\xa5\xad\xa5\xb7\xa4\xf2\xb2\xf0\xa4\xb7\xa4\xc6\xc0\xdc\xc2\xb3"]
::msgcat::mcset ja {Connect} [encoding convertfrom euc-jp "\xc0\xdc\xc2\xb3"]
::msgcat::mcset ja {Console}
::msgcat::mcset ja {Contacting Server}
@@ -205,6 +203,7 @@
::msgcat::mcset ja {DS9 has detected an older backup file, do you wish to continue?}
::msgcat::mcset ja {DS9 has detected an older preferences file, do you wish to update?} [encoding convertfrom euc-jp "\xb8\xc5\xa4\xa4\xa5\xd0\xa1\xbc\xa5\xb8\xa5\xe7\xa5\xf3\xa4\xce\xc0\xdf\xc4\xea\xa5\xd5\xa5\xa1\xa5\xa4\xa5\xeb\xa4\xac\xb8\xab\xa4\xc4\xa4\xab\xa4\xea\xa4\xde\xa4\xb7\xa4\xbf\xa1\xa3\xb9\xb9\xbf\xb7\xa4\xb7\xa4\xde\xa4\xb9\xa4\xab\x3f"]
::msgcat::mcset ja {DS9 will complete the initialization process} [encoding convertfrom euc-jp "\xbd\xe9\xb4\xfc\xb2\xbd\xa4\xf2\xb4\xb0\xce\xbb\xa4\xb7\xa4\xde\xa4\xb9\xa1\xa3"]
+::msgcat::mcset ja {Darken}
::msgcat::mcset ja {Dash} [encoding convertfrom euc-jp "\xc7\xcb\xc0\xfe"]
::msgcat::mcset ja {Data Format} [encoding convertfrom euc-jp "\xa5\xc7\xa1\xbc\xa5\xbf\xb7\xc1\xbc\xb0"]
::msgcat::mcset ja {Dataset Name}
@@ -370,6 +369,7 @@
::msgcat::mcset ja {Initialize XPA} [encoding convertfrom euc-jp "\x58\x50\x41\x20\xa4\xf2\xbd\xe9\xb4\xfc\xb2\xbd"]
::msgcat::mcset ja {Inner} [encoding convertfrom euc-jp "\xc6\xe2\xb7\xc2"]
::msgcat::mcset ja {Instrument FOV} [encoding convertfrom euc-jp "\xb8\xa1\xbd\xd0\xb4\xef\xa4\xce\xbb\xeb\xcc\xee"]
+::msgcat::mcset ja {Instrument}
::msgcat::mcset ja {Interior Axes} [encoding convertfrom euc-jp "\xbc\xb4\xa4\xf2\xc6\xe2\xc2\xa6\xa4\xcb"]
::msgcat::mcset ja {Interior Numerics} [encoding convertfrom euc-jp "\xbf\xf4\xc3\xcd\xa4\xf2\xc6\xe2\xc2\xa6\xa4\xcb"]
::msgcat::mcset ja {Internal Parse Error} [encoding convertfrom euc-jp "\xc6\xe2\xc9\xf4\xb2\xf2\xbc\xe1\xa5\xa8\xa5\xe9\xa1\xbc"]
@@ -403,6 +403,7 @@
::msgcat::mcset ja {Letter} [encoding convertfrom euc-jp "\xa5\xec\xa5\xbf\xa1\xbc"]
::msgcat::mcset ja {Levels} [encoding convertfrom euc-jp "\xa5\xec\xa5\xd9\xa5\xeb"]
::msgcat::mcset ja {Level} [encoding convertfrom euc-jp "\xa5\xec\xa5\xd9\xa5\xeb"]
+::msgcat::mcset ja {Lighten}
::msgcat::mcset ja {Limits} [encoding convertfrom euc-jp "\xbe\xe5\xb2\xbc\xb8\xc2"]
::msgcat::mcset ja {Line Plot Tool}
::msgcat::mcset ja {Linear} [encoding convertfrom euc-jp "\xc0\xfe\xb7\xc1"]
@@ -569,7 +570,6 @@
::msgcat::mcset ja {Numerics} [encoding convertfrom euc-jp "\xbf\xf4\xc3\xcd"]
::msgcat::mcset ja {OK} [encoding convertfrom euc-jp "\xce\xbb\xb2\xf2"]
::msgcat::mcset ja {Object} [encoding convertfrom euc-jp "\xc5\xb7\xc2\xce\xcc\xbe"]
-::msgcat::mcset ja {Opaque}
::msgcat::mcset ja {Open File} [encoding convertfrom euc-jp "\xa5\xd5\xa5\xa1\xa5\xa4\xa5\xeb\xa4\xf2\xb3\xab\xa4\xaf"]
::msgcat::mcset ja {Open ME Cube}
::msgcat::mcset ja {Open ME Frames}
@@ -619,6 +619,7 @@
::msgcat::mcset ja {Play} [encoding convertfrom euc-jp "\xba\xc6\xc0\xb8"]
::msgcat::mcset ja {Please Select a Region} [encoding convertfrom euc-jp "\xce\xce\xb0\xe8\xa4\xf2\xbb\xd8\xc4\xea\xa4\xb7\xa4\xc6\xa4\xaf\xa4\xc0\xa4\xb5\xa4\xa4\xa1\xa3"]
::msgcat::mcset ja {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset ja {Please specify instruments}
::msgcat::mcset ja {Please specify radius and either name or (ra,dec)}
::msgcat::mcset ja {Please specify width, height, and either name or (ra,dec)} [encoding convertfrom euc-jp "\xc9\xfd\xa1\xa2\xb9\xe2\xa4\xb5\xa1\xa2\xcc\xbe\xc1\xb0\xa4\xe2\xa4\xb7\xa4\xaf\xa4\xcf\x20\x28\x72\x61\x2c\x64\x65\x63\x29\x20\xa4\xf2\xbb\xd8\xc4\xea\xa4\xb7\xa4\xc6\xa4\xaf\xa4\xc0\xa4\xb5\xa4\xa4\xa1\xa3"]
::msgcat::mcset ja {Plot 2D}
@@ -721,6 +722,7 @@
::msgcat::mcset ja {Scatter Plot Tool}
::msgcat::mcset ja {Scatter}
::msgcat::mcset ja {Scope} [encoding convertfrom euc-jp "\xa5\xb9\xa5\xb3\xa1\xbc\xa5\xd7"]
+::msgcat::mcset ja {Screen}
::msgcat::mcset ja {Search for Catalogs} [encoding convertfrom euc-jp "\xa5\xab\xa5\xbf\xa5\xed\xa5\xb0\xa4\xf2\xb8\xa1\xba\xf7"]
::msgcat::mcset ja {Seconds} [encoding convertfrom euc-jp "\xc9\xc3"]
::msgcat::mcset ja {Segment}
@@ -807,7 +809,6 @@
::msgcat::mcset ja {Top}
::msgcat::mcset ja {To}
::msgcat::mcset ja {Transparency} [encoding convertfrom euc-jp "\xc6\xa9\xcc\xc0"]
-::msgcat::mcset ja {Transparent}
::msgcat::mcset ja {Triangle}
::msgcat::mcset ja {Type} [encoding convertfrom euc-jp "\xbc\xef\xce\xe0"]
::msgcat::mcset ja {URL}
diff --git a/ds9/msgs/pt.msg b/ds9/msgs/pt.msg
index b2b7767..57327d3 100644
--- a/ds9/msgs/pt.msg
+++ b/ds9/msgs/pt.msg
@@ -1,3 +1,4 @@
+
::msgcat::mcset pt {2D}
::msgcat::mcset pt {3D View}
::msgcat::mcset pt {3D}
@@ -159,9 +160,7 @@
::msgcat::mcset pt {Composite}
::msgcat::mcset pt {Compression} [encoding convertfrom iso8859-1 {Compressão}]
::msgcat::mcset pt {Configure} {Configurar}
-::msgcat::mcset pt {Connect Directly} {Conectar diretamente}
::msgcat::mcset pt {Connect SAMP}
-::msgcat::mcset pt {Connect Using Web Proxy} {Connectar usando Proxy Web}
::msgcat::mcset pt {Connect}
::msgcat::mcset pt {Console}
::msgcat::mcset pt {Contacting Server}
@@ -205,6 +204,7 @@
::msgcat::mcset pt {DS9 has detected an older backup file, do you wish to continue?}
::msgcat::mcset pt {DS9 has detected an older preferences file, do you wish to update?} [encoding convertfrom iso8859-1 {O DS9 detectou um arquivo de preferências antigo, você deseja atualizar?}]
::msgcat::mcset pt {DS9 will complete the initialization process} [encoding convertfrom iso8859-1 {O DS9 completou o processo de inicialização}]
+::msgcat::mcset pt {Darken}
::msgcat::mcset pt {Dash} [encoding convertfrom iso8859-1 {Traço}]
::msgcat::mcset pt {Data Format} {Formato de dados}
::msgcat::mcset pt {Dataset Name}
@@ -370,6 +370,7 @@
::msgcat::mcset pt {Initialize XPA} {Inicialize XPA}
::msgcat::mcset pt {Inner} {Interno}
::msgcat::mcset pt {Instrument FOV} {FOV do instrumento}
+::msgcat::mcset pt {Instrument}
::msgcat::mcset pt {Interior Axes} {Eixos Interiores}
::msgcat::mcset pt {Interior Numerics} [encoding convertfrom iso8859-1 {Numeração Interior}]
::msgcat::mcset pt {Internal Parse Error}
@@ -403,6 +404,7 @@
::msgcat::mcset pt {Letter} {Carta}
::msgcat::mcset pt {Levels} [encoding convertfrom iso8859-1 {Níveis}]
::msgcat::mcset pt {Level} {Nível}
+::msgcat::mcset pt {Lighten}
::msgcat::mcset pt {Limits} {Limiter}
::msgcat::mcset pt {Line Plot Tool}
::msgcat::mcset pt {Linear}
@@ -569,7 +571,6 @@
::msgcat::mcset pt {Numerics}
::msgcat::mcset pt {OK}
::msgcat::mcset pt {Object} {Objeto}
-::msgcat::mcset pt {Opaque}
::msgcat::mcset pt {Open File} {Abrir Arquivo}
::msgcat::mcset pt {Open ME Cube}
::msgcat::mcset pt {Open ME Frames}
@@ -619,6 +620,7 @@
::msgcat::mcset pt {Play} {Execute}
::msgcat::mcset pt {Please Select a Region}
::msgcat::mcset pt {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset pt {Please specify instruments}
::msgcat::mcset pt {Please specify radius and either name or (ra,dec)}
::msgcat::mcset pt {Please specify width, height, and either name or (ra,dec)}
::msgcat::mcset pt {Plot 2D}
@@ -721,6 +723,7 @@
::msgcat::mcset pt {Scatter Plot Tool}
::msgcat::mcset pt {Scatter}
::msgcat::mcset pt {Scope} {Escopo}
+::msgcat::mcset pt {Screen}
::msgcat::mcset pt {Search for Catalogs} [encoding convertfrom iso8859-1 {Buscar Catálogos}]
::msgcat::mcset pt {Seconds} {Segundos}
::msgcat::mcset pt {Segment}
@@ -807,7 +810,6 @@
::msgcat::mcset pt {Top}
::msgcat::mcset pt {To} {Para}
::msgcat::mcset pt {Transparency}
-::msgcat::mcset pt {Transparent}
::msgcat::mcset pt {Triangle}
::msgcat::mcset pt {Type} {Tipo}
::msgcat::mcset pt {URL}
diff --git a/ds9/msgs/zh.msg b/ds9/msgs/zh.msg
index 7fb758e..ab1cd73 100644
--- a/ds9/msgs/zh.msg
+++ b/ds9/msgs/zh.msg
@@ -159,9 +159,7 @@
::msgcat::mcset zh {Composite}
::msgcat::mcset zh {Compression}
::msgcat::mcset zh {Configure}
-::msgcat::mcset zh {Connect Directly}
::msgcat::mcset zh {Connect SAMP}
-::msgcat::mcset zh {Connect Using Web Proxy}
::msgcat::mcset zh {Connect}
::msgcat::mcset zh {Console}
::msgcat::mcset zh {Contacting Server}
@@ -205,6 +203,7 @@
::msgcat::mcset zh {DS9 has detected an older backup file, do you wish to continue?}
::msgcat::mcset zh {DS9 has detected an older preferences file, do you wish to update?}
::msgcat::mcset zh {DS9 will complete the initialization process}
+::msgcat::mcset zh {Darken}
::msgcat::mcset zh {Dash} [encoding convertfrom big5 "\xB5\xEA \xBD\x75"]
::msgcat::mcset zh {Data Format}
::msgcat::mcset zh {Dataset Name}
@@ -370,6 +369,7 @@
::msgcat::mcset zh {Initialize XPA}
::msgcat::mcset zh {Inner}
::msgcat::mcset zh {Instrument FOV}
+::msgcat::mcset zh {Instrument}
::msgcat::mcset zh {Interior Axes}
::msgcat::mcset zh {Interior Numerics}
::msgcat::mcset zh {Internal Parse Error}
@@ -403,6 +403,7 @@
::msgcat::mcset zh {Letter}
::msgcat::mcset zh {Levels}
::msgcat::mcset zh {Level}
+::msgcat::mcset zh {Lighten}
::msgcat::mcset zh {Limits}
::msgcat::mcset zh {Line Plot Tool}
::msgcat::mcset zh {Linear} [encoding convertfrom big5 "\xBD\x75 \xA9\xCA"]
@@ -569,7 +570,6 @@
::msgcat::mcset zh {Numerics} [encoding convertfrom big5 "\xBC\xC6 \xAD\xC8"]
::msgcat::mcset zh {OK}
::msgcat::mcset zh {Object} [encoding convertfrom big5 "\xA4\xD1 \xC5\xE9 \xA6\x57 \xBA\xD9"]
-::msgcat::mcset zh {Opaque}
::msgcat::mcset zh {Open File}
::msgcat::mcset zh {Open ME Cube}
::msgcat::mcset zh {Open ME Frames}
@@ -619,6 +619,7 @@
::msgcat::mcset zh {Play}
::msgcat::mcset zh {Please Select a Region}
::msgcat::mcset zh {Please change the file's permission to disable other users write access. Use anyway?}
+::msgcat::mcset zh {Please specify instruments}
::msgcat::mcset zh {Please specify radius and either name or (ra,dec)}
::msgcat::mcset zh {Please specify width, height, and either name or (ra,dec)}
::msgcat::mcset zh {Plot 2D}
@@ -721,6 +722,7 @@
::msgcat::mcset zh {Scatter Plot Tool}
::msgcat::mcset zh {Scatter}
::msgcat::mcset zh {Scope}
+::msgcat::mcset zh {Screen}
::msgcat::mcset zh {Search for Catalogs}
::msgcat::mcset zh {Seconds}
::msgcat::mcset zh {Segment}
@@ -807,7 +809,6 @@
::msgcat::mcset zh {Top}
::msgcat::mcset zh {To}
::msgcat::mcset zh {Transparency}
-::msgcat::mcset zh {Transparent}
::msgcat::mcset zh {Triangle}
::msgcat::mcset zh {Type}
::msgcat::mcset zh {URL}