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
+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";
?>