first commit

This commit is contained in:
claus75a
2024-06-10 10:07:23 +02:00
parent e43b9b4b28
commit c76565c1a3
226 changed files with 24944 additions and 531 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
$inactiveslogan="Inactive (Subscribe)";
$easyspecslogan="easySPEC Testing Requirements Lists";
$saytrlslogan="easySPEC <br> Distribution List";
$saypushslogan="Custom user <br> notifications";
$importifyslogan="Smart import of analytical data";
$reports="Reports";
$reportsslogan="Reports <br> Repository";
$products="Products";
$productsslogan="Management of products and items";
$statkpi="Stat KPI";
$statkpislogan="Detailed statistics (provider, analysis, analyte).";
$rategoslogan="Evaluation of suppliers based on analytical data.<br>";
$reevaluateslogan="Re-evaluation of the project based on TRLs (e.g. different regions).";
$suppliersslogan="";
$importify="Importify";
$rsl="EasySpec";
?>
+14
View File
@@ -0,0 +1,14 @@
$idcompanies_lang="idcompanies";
$companies_name_lang="Name";
$companies_address_lang="Address";
$companies_city_lang="City";
$companies_phone_lang="Phone";
$companies_email_lang="Email";
$companies_vat_lang="Vat";
$companies_grade_lang="Grade";
$companies_website_lang="Website";
$companies_zip_lang="Zip";
$companies_category_id_lang="Category";
$companies_createdat_lang="Create at";
$companies_updateat_lang="Update at";
$company_id_lang="company_id";
+7
View File
@@ -0,0 +1,7 @@
<?php
$distlisttitle="Requirements Testing Distribution List";
$agreedistlist=" wants to add you into their RTL distribution list";
$agreedistlist2="Please click on the botton below in order to accept or decline the request of your client";
$accept="Accept";
$decline="Decline";
?>
+47
View File
@@ -0,0 +1,47 @@
<?php
$welcome="Welcome";
$dashboard="Dashboard";
$rsl="RSL";
$supplier="Supplier";
$lab="Laboratories";
$dataman="Data Management";
$statistic="Statistic";
$scoring="Scoring";
$support="Support";
$documentation="Documentation";
$faq="FAQ";
$logout="Log Out";
$contactus="Contact Us";
$dashboardmessage="Welcome to Dashboard of Reportify.cloud. From the left side menù you can navigate all the website functionality";
$manage="Manage the Dashboard";
$contactlist="Contact entity";
$colleagues="Colleagues";
$back="Back";
$optionarea="Options";
$mycompany="My Company";
$subdivision="Department";
$accesslogin="Access Login";
$mycompanydetails="Company Details";
$companyname="Company Name";
$companyaddress="Company Address";
$company_email="Email";
$company_phone="Phone";
$company_city="City";
$department="Department";
$departmentname="Department name";
$departmentcity="Department City";
$roles="Roles";
$companies_name_lang="Name";
$companies_address_lang="Address";
$companies_city_lang="City";
$companies_phone_lang="Phone";
$companies_email_lang="Email";
$companies_vat_lang="Vat";
$companies_grade_lang="Grade";
$companies_website_lang="Website";
$companies_zip_lang="Zip";
$companies_category_id_lang="Category";
$companies_createdat_lang="Create at";
$companies_updateat_lang="Update at";
$ciao="Ciao";
?>
+2
View File
@@ -274,4 +274,6 @@ $maillist="Mail List";
$newsletterlist="Newsletter List";
$insertanalysisinfo="Please insert the name and description of the new analysis.";
$insertanalysisalert="Please remember to check if your analysis is already present into the analysis preset of easySPEC";
$logoutbutton="Logout";
$userprofile="User Profile";
?>