|
json
xml
diff --git a/APPL/API2/model_doc.xsl b/APPL/API2/model_doc.xsl
index 9f5a2322d3..13177c6e9b 100644
--- a/APPL/API2/model_doc.xsl
+++ b/APPL/API2/model_doc.xsl
@@ -7,10 +7,10 @@
- FACILITOR® API reference
+ Facilitor® API reference
- FACILITOR® API reference
+ Facilitor® API reference
@@ -30,7 +30,7 @@
- © Facilitor BV, the Netherlands. Use of the FACILITOR API is restricted by the FACILITOR-API regulations.
+ © Facilitor BV, the Netherlands. Use of the Facilitor API is restricted by the Facilitor-API regulations.
Technical support: +31 53 4800 710 or helpdesk@facilitor.nl
diff --git a/APPL/API2/model_swagger.inc b/APPL/API2/model_swagger.inc
index fdee6579a9..679a373aa1 100644
--- a/APPL/API2/model_swagger.inc
+++ b/APPL/API2/model_swagger.inc
@@ -35,11 +35,11 @@ model_apis =
var result = {
"swagger": "2.0",
"info":{
- "description":"This is a description of the FACILITOR API2."
+ "description":"This is a description of the Facilitor API2."
+ " You are logged in as {0} ({1})".format(user.naam(), user.oslogin())
+ "\n\nWarning: for POST/PUT/DELETE you must be logged off and specify an APIKEY in <Authorize>",
"version": FCLTVersion,
- "title":"FACILITOR",
+ "title":"Facilitor",
"termsOfService":"http://swagger.io/terms/",
"contact":{
"email":"info@facilitor.nl"
diff --git a/APPL/API2/reference.xsl b/APPL/API2/reference.xsl
index aab0ce3b2b..6fef94e18a 100644
--- a/APPL/API2/reference.xsl
+++ b/APPL/API2/reference.xsl
@@ -11,7 +11,7 @@
- FACILITOR® API reference:
+ Facilitor® API reference:
@@ -105,7 +105,7 @@
- © Facilitor BV, the Netherlands. Use of the FACILITOR API is restricted by the FACILITOR-API regulations.
+ © Facilitor BV, the Netherlands. Use of the Facilitor API is restricted by the Facilitor-API regulations.
diff --git a/APPL/CAD/3Dize.asp b/APPL/CAD/3Dize.asp
index 4bd1d7f9d6..3efc99725f 100644
--- a/APPL/CAD/3Dize.asp
+++ b/APPL/CAD/3Dize.asp
@@ -67,7 +67,7 @@
<% FCLTHeader.Generate(); %>
- FACILITOR perspective view
+ Facilitor perspective view
diff --git a/APPL/FAC/fac_admtracking_list.asp b/APPL/FAC/fac_admtracking_list.asp
index 7f7edbda0c..0305cb32a0 100644
--- a/APPL/FAC/fac_admtracking_list.asp
+++ b/APPL/FAC/fac_admtracking_list.asp
@@ -105,7 +105,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"] })
rst.addColumn(new Column( {caption: "OS user", content: fncolOS} ));
rst.addColumn(new Column( {caption: "Setting", content: fncolSettingName} ));
rst.addColumn(new Column( {caption: "New value", content: fncolSetting} ));
- rst.addColumn(new Column( {caption: "FACILITOR user", content: fncolFCLT} ));
+ rst.addColumn(new Column( {caption: "Facilitor user", content: fncolFCLT} ));
var cnt = rst.processResultset();
%>
diff --git a/APPL/FAC/fac_edit_template_save.asp b/APPL/FAC/fac_edit_template_save.asp
index 38f67d48b5..113ea0250c 100644
--- a/APPL/FAC/fac_edit_template_save.asp
+++ b/APPL/FAC/fac_edit_template_save.asp
@@ -199,7 +199,7 @@ if (previewmode == 2)
var rst = new ResultsetTable({ sql: sql,
keyColumn: "fac_functie_key",
ID: "apitable",
- title : "FACILITOR functies"
+ title : "Facilitor functies"
});
rst.addColumn(new Column({caption: "Key", content: "fac_functie_key"}));
diff --git a/APPL/FAC/fac_verify.inc b/APPL/FAC/fac_verify.inc
index 5de7fc852a..0ae3704758 100644
--- a/APPL/FAC/fac_verify.inc
+++ b/APPL/FAC/fac_verify.inc
@@ -86,7 +86,7 @@ if (i1 < 0)
font-size: smaller;
}
-FACILITOR installation verifier
+Facilitor installation verifier
");
this._file_handle.WriteLine("");
|