Skip to content

Commit b838571

Browse files
committed
#2460 Change ScadaBR on Scada-LTS in url -
- corrected views.jsp; - replace ScadaBR on Scada-LTS word;
1 parent be78cfb commit b838571

155 files changed

Lines changed: 467 additions & 481 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There is also a Scada-LTS users community so if you have a problem feel free to
2121
For the developers we are preparing a complete code documentation that will contain all the REST API interfaces
2222
described with example usage. To do that we use Open API specification in version 3 that is compatible with
2323
most of the modern API tools like Swagger or Postman. Documentation file can be found in [Scada-LTS/doc](https://github.com/SCADA-LTS/Scada-LTS/tree/develop/doc/RESTAPI) directory.
24-
To take your first steps inside Scada-LTS we suggest to get acquainted with video tutorials on YouTube or with [ScadaBR instructions](https://sourceforge.net/p/scadabr/wiki/Manual%20ScadaBR%20English%200%20Summary/).
24+
To take your first steps inside Scada-LTS we suggest to get acquainted with video tutorials on YouTube [Scada-LTS Youtube](https://www.youtube.com/@ScadaLTS).
2525

2626
Follow the [Release Section](https://github.com/SCADA-LTS/Scada-LTS/releases) to be up to date with the latest features and see the specific version changelogs.
2727
We follow the [Semantic Versioning Guidelines](http://semver.org/) to organize changes in our application.

WebContent/WEB-INF/dox/de/cronPatterns.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
<p>Les mod&egrave;les Cron proviennent de l'outil "cron" (de "chronologique") des syst&egrave;mes UNIX. Ces mod&egrave;les peuvent para&icirc;tre &eacute;sot&eacute;riques au premier abord, ce sont en fait des moyens simples, puissants et &eacute;l&eacute;gants de d&eacute;finir un ensemble de param&egrave;tres de planification d'&eacute;v&egrave;nements.</p>
2020

21-
<p>Les mod&egrave;les Cron de ScadaBr sont r&eacute;gis par Quartz, une biblioth&egrave;que de planification bas&eacute;e sur Java. Plus d'informations sur le site:</p>
21+
<p>Les mod&egrave;les Cron de Scada-LTS sont r&eacute;gis par Quartz, une biblioth&egrave;que de planification bas&eacute;e sur Java. Plus d'informations sur le site:</p>
2222
<p><a href="http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html" target="_blank">CronTriggers Tutorial</a></p>
2323
<p><a href="https://www.freeformatter.com/cron-expression-generator-quartz.html" target="_blank">CronTriggers Generator</a></p>
2424
<p>Example configuration: <b>1 */15 * * * ?</b> = At second :01, every 15 minutes starting at minute :00, of every hour </p>

WebContent/WEB-INF/dox/de/datetimeFormats.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<p><b>Les formats Date/heure</b> sont utilis&eacute;s afin de d&eacute;terminer comment afficher et interpr&eacute;ter les dates, convertir leurs repr&eacute;sentations internes at le texte affich&eacute;. Les dates peuvent &ecirc;tre affich&eacute;es dans des formats diff&eacute;rents,selon le contexte et la s&eacute;mantique des donn&eacute;es. Les m&ecirc;mes normes peuvent &ecirc;tre utilis&eacute;es pour afficher une valeur ou saisir une valeur.
2020
</p>
2121

22-
<p>Dans ScadaBr le format est impl&eacute;ment&eacute; par la classe Java SimpleDateFormat, vous pouvez obtenir les d&eacute;tails de cette classe dans le lien "http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html".</p>
22+
<p>Dans Scada-LTS le format est impl&eacute;ment&eacute; par la classe Java SimpleDateFormat, vous pouvez obtenir les d&eacute;tails de cette classe dans le lien "http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html".</p>
2323

2424
<p>Le formatage peut d&eacute;pendre de la localisation par d&eacute;faut de votre VM Java.</p>

WebContent/WEB-INF/dox/de/directQuerying.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see http://www.gnu.org/licenses/.
1818
-->
19-
<p>ScadaBR provides the ability to directly access the system's database for both querying and updating. This facility is provided primarily for troubleshooting or system repair. It is not appropriate for regular use due to the risk of data corruption.</p>
19+
<p>Scada-LTS provides the ability to directly access the system's database for both querying and updating. This facility is provided primarily for troubleshooting or system repair. It is not appropriate for regular use due to the risk of data corruption.</p>
2020
<p>Only valid individual SQL statements may be submitted. Do not end your statements with ';' characters.</p>
2121

2222
<h1>Available tables</h1>
23-
<p>The following is a list of all tables in the ScadaBR database:</p>
23+
<p>The following is a list of all tables in the Scada-LTS database:</p>
2424
<ul>
2525
<li>compoundEventDetectors</li>
2626
<li>dataPoints</li>

WebContent/WEB-INF/dox/de/emailSettings.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
along with this program. If not, see http://www.gnu.org/licenses/.
1818
-->
1919
<p>
20-
Les param&egrave;tres e-mail sont utilis&eacute;s pour tous les envois par mail de ScadaBr.
20+
Les param&egrave;tres e-mail sont utilis&eacute;s pour tous les envois par mail de Scada-LTS.
2121
</p>
2222

2323
<p>

WebContent/WEB-INF/dox/de/eventHandlers.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ <h1>Editing process handlers</h1>
107107
This handler will execute a local process, or shell command, optionally when an event is raised or deactivated.
108108
The respective commands can be any shell command appropriate to the host. Commands should be specified as they would
109109
be from a terminal command prompt. For very complex commands, you may find it convenient to write a shell script,
110-
and then call the script from ScadaBR.
110+
and then call the script from Scada-LTS.
111111
</p>
112112

113113
<p>
114114
If a process fails to initiate for any reason, a system event will be raised providing the failure description.
115115
Also, processes will be terminated if they run for longer than 15 seconds. Non-empty standard output from the process
116-
will be written to the ScadaBR log at an "information" level. Non-empty error output will be written to the Mango log
116+
will be written to the Scada-LTS log at an "information" level. Non-empty error output will be written to the Mango log
117117
at an "error" level.
118118
</p>

WebContent/WEB-INF/dox/de/exportProject.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
<h1> Summary </h1>
2020
<p>
21-
This functionality is for you to export your current project configured in ScadaBR.
21+
This functionality is for you to export your current project configured in Scada-LTS.
2222
A .zip file with all the files needed for later recovery of this project will be created.
2323
</p>
2424
<dl>
@@ -33,7 +33,7 @@ <h1> Summary </h1>
3333
<b> Include Points history </b>
3434
</dt>
3535
<dd>
36-
The data relating to the history of points in the ScadaBR database can take up a lot of disk space.
36+
The data relating to the history of points in the Scada-LTS database can take up a lot of disk space.
3737
Only select this option if it is really necessary to export the history along with the rest of the project.
3838
The export and especially the import of the points history can take a considerable time.
3939
</dd>
@@ -43,14 +43,14 @@ <h1> Summary </h1>
4343
<b> Include Uploads folder </b>
4444
</dt>
4545
<dd>
46-
The Uploads folder is the ScadaBR folder that contains the data that you sent to the system,
46+
The Uploads folder is the Scada-LTS folder that contains the data that you sent to the system,
4747
such as the background figures of graphic representations, for example.
4848
</dd>
4949
<dt>
5050
<b> Include Graphics folder </b>
5151
</dt>
5252
<dd>
53-
The Graphics folder is the ScadaBR folder that contains the figures used in the graphical representations.
53+
The Graphics folder is the Scada-LTS folder that contains the figures used in the graphical representations.
5454
Only include this option if you have manually added new graphics components to the system.
5555
</dd>
5656
</dl>

WebContent/WEB-INF/dox/de/help.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<pre>
2-
ScadaBR - Open-Source Data Acquisition System - <a
3-
href="http://www.scadabr.org.br">http://www.scadabr.org.br</a>
4-
Copyright (C) 2010 Funda&ccedil;&atilde;o Certi.
5-
Release 0.8 powered by Mango M2M - <a
6-
href="http://mango.serotoninsoftware.com">http://mango.serotoninsoftware.com</a>.
2+
Scada-LTS - Open-Source Supervisory Control And Data Acquisition - <a
3+
href="http://www.scada-lts.com">http://www.scada-lts.com</a>
4+
Copyright (C) 2012 - Scada-LTS All rights reserved.
75

86
Ce programme est un logiciel libre: vous pouvez le redistribuer et/ou le modifier
97
conform&#233;ment aux disposition de la Licence Publique G&#233;n&#233;rale GNU, telle que publi&#233;e
@@ -137,7 +135,7 @@ <h1>Icônes des applications</h1>
137135
</ul>
138136

139137
<h1>Sons des alarmes</h1>
140-
<p>ScadaBR peut émettre des sons lorsque les alarmes sont actives . Par défaut, les sons d'alarme sont joués pour les alarmes de sécurité, urgentes, critiques et sécurité des personnes (mais pas pour les alarmes d'information), mais les sons de chaque type d'alarme peuvent être contrôlés individuellement. Pour activer des sons d'alarme particulier, les fichiers mp3 doivent être stockés aux endroits suivants: </p>
138+
<p>Scada-LTS peut émettre des sons lorsque les alarmes sont actives . Par défaut, les sons d'alarme sont joués pour les alarmes de sécurité, urgentes, critiques et sécurité des personnes (mais pas pour les alarmes d'information), mais les sons de chaque type d'alarme peuvent être contrôlés individuellement. Pour activer des sons d'alarme particulier, les fichiers mp3 doivent être stockés aux endroits suivants: </p>
141139
<ul>
142140
<li>&lt;mango_home&gt;/audio/information.mp3</li>
143141
<li>&lt;mango_home&gt;/audio/urgent.mp3</li>
@@ -147,7 +145,7 @@ <h1>Sons des alarmes</h1>
147145
<p>Pour désactiver un son, supprimez le fichier son associé. Une bibliothèque de sons est disponible dans le dossier <ScadaBR_home> / Audio / lib </p>
148146

149147
<h1>Images</h1>
150-
<p>ScadaBR inclut une petite bibliothèque d'images stockée dans le dossier <ScadaBR_home> / graphics. Chaque sous-dossier contient toutes les images du fichier de définition d'image et un document facultatif nommé <b>info.txt</b>. Ce fichier contient les propriétés des attributs suivants (tous optionnels):</p>
148+
<p>Scada-LTS inclut une petite bibliothèque d'images stockée dans le dossier <ScadaBR_home> / graphics. Chaque sous-dossier contient toutes les images du fichier de définition d'image et un document facultatif nommé <b>info.txt</b>. Ce fichier contient les propriétés des attributs suivants (tous optionnels):</p>
151149
<ul>
152150
<li><b>name</b>: Le nom qui sera utilisé pour décrire l'image dans l'interface utilisateur. S'il n'est pas fourni, les valeurs par défaut l'image du nom du dossier.</li>
153151
<li><b>width</b>: La largeur de l'image. Par défaut, toutes les images sont de la même taille. S'il n'est pas renseigné, la largeur de la première image sera utilisée</li>
@@ -157,7 +155,7 @@ <h1>Images</h1>
157155
</ul>
158156
<p><b>Lorsque vous utilisez des images, ne renommez plus les dossiers!</b> Le nom du dossier est utilisé en interne comme l'identifiant de la définition de l'image.</p>
159157
<p>Les fichiers images sont classées par ordre alphabétique de nom et est sensible à la casse. Paires nom / valeur sont séparés par des '='. Les lignes commençant par '#' sont considérées comme des commentaires. Archives "thumbs.db" sont ignorés. Les fichiers compressés (zip, gz, tar, etc) ne peuvent pas être utilisé parce que les fichiers images doivent être accessibles par le serveur web. Les paramètres de l'image sont chargés au démarrage, de sorte que toute modification nécessitera un redémarrage.</p>
160-
<p>Pour enrichir les futures versions de ScadaBR , vous pouvez envoyer vos propres images au projet ScadaBR. </p>
158+
<p>Pour enrichir les futures versions de Scada-LTS , vous pouvez envoyer vos propres images au projet Scada-LTS. </p>
161159

162160
<h1>Vues distantes</h1>
163161
<p>Les vues publiques peuvent être consulté à partir d'autres sites en ajoutant simplement uen iframe dans vos pages. Par exemple,

WebContent/WEB-INF/dox/de/httpSettings.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see http://www.gnu.org/licenses/.
1818
-->
19-
<p>Utilisez ces paramètres pour envoyer vos requêtes http à partir de ScadaBr. Les requêtes HTTP sont utilisées par les sources de données de type HTTP, les éditeurs HTTP ainsi que d'autres processus internes du système. Contactez votre administrateur réseau afin d'obtenir tous les paramètres nécessaires.</p>
19+
<p>Utilisez ces paramètres pour envoyer vos requêtes http à partir de Scada-LTS. Les requêtes HTTP sont utilisées par les sources de données de type HTTP, les éditeurs HTTP ainsi que d'autres processus internes du système. Contactez votre administrateur réseau afin d'obtenir tous les paramètres nécessaires.</p>

WebContent/WEB-INF/dox/de/importProject.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
<h1> Summary </h1>
2020
<p>
21-
This functionality allows you to import a complete project (.zip) into ScadaBR.
21+
This functionality allows you to import a complete project (.zip) into Scada-LTS.
2222
<b> Attention: all data of the current project will be erased! </b>
2323
</p>
2424
<dl>
@@ -27,7 +27,7 @@ <h1> Summary </h1>
2727
</dt>
2828
<dd>
2929
Select the project's .zip file on your computer and click the Submit button.
30-
ScadaBR will receive the file and show its basic information such as Project Name and Description.
30+
Scada-LTS will receive the file and show its basic information such as Project Name and Description.
3131
Make sure it is the correct project and start the import (which may take a few minutes).
3232
</dd>
3333
<dt>

0 commit comments

Comments
 (0)