From 1be14922c010e5da7a9b88992efb3152283b0547 Mon Sep 17 00:00:00 2001
From: ArieKlerk "+tr("Important:")+" "
diff --git a/oscar/daily.cpp b/oscar/daily.cpp
index 87e8b85f..33b7e309 100644
--- a/oscar/daily.cpp
+++ b/oscar/daily.cpp
@@ -1108,7 +1108,7 @@ QString Daily::getMachineSettings(Day * day) {
Machine * cpap = day->machine(MT_CPAP);
if (cpap && day->hasEnabledSessions(MT_CPAP)) {
html=" "+STR_MessageBox_Warning+": "+tr("For some reason, OSCAR does not have any backups for the following machine:")+ " "+STR_MessageBox_Warning+": "+tr("For some reason, OSCAR does not have any backups for the following device:")+ " "+mach->brand() + " " + mach->model() + " " + mach->modelnumber() + " (" + mach->serial() + ") "+tr("Provided you have made your own backups for ALL of your CPAP data, you can still complete this operation, but you will have to restore from your backups manually.")+" "+tr("Are you really sure you want to do this?")+" " + tr("Note as a precaution, the backup folder will be left in place.") + " " + tr("OSCAR does not have any backups for this machine!") + " " + tr("Unless you have made your own backups for ALL of your data for this machine, "
- "you will lose this machine's data permanently!") + " " + tr("OSCAR does not have any backups for this device!") + " " + tr("Unless you have made your own backups for ALL of your data for this device, "
+ "you will lose this device's data permanently!") + " "+STR_MessageBox_Warning+": " +
- tr("You are about to obliterate OSCAR's machine database for the following machine:
"
- ""+tr("OSCAR %1").arg(getVersion())+""
+ ""+QString("OSCAR %1").arg(getVersion())+""
"
";
if (getVersion().IsReleaseVersion() == false) {
text += "";
- html+=QString("
").arg(tr("Machine Settings"));
+ html+=QString("%1 ").arg(tr("Device Settings"));
if (day->noSettings(cpap)) {
html+="%1 \n";
@@ -1117,7 +1117,7 @@ QString Daily::getMachineSettings(Day * day) {
}
/*
} else if ((day->settingExists(CPAP_BrokenSummary))) {
- html+=""+tr("Please Note: All settings shown below are based on assumptions that nothing has changed since previous days.")+" "+tr("Machine Settings Unavailable")+"
\n";
+ html+=""+tr("Device Settings Unavailable")+"
\n";
return html;
}
*/
@@ -1320,7 +1320,7 @@ QString Daily::getStatisticsInfo(Day * day)
.arg(STR_TR_Min)
.arg(midname)
.arg(QString("%1%2").arg(percentile*100,0,'f',0).arg(STR_UNIT_Percentage))
- .arg(ST_max == ST_MAX?STR_TR_Max:tr("99.5%"));
+ .arg(ST_max == ST_MAX?STR_TR_Max:QString("99.5%"));
ChannelID chans[]={
CPAP_Pressure,CPAP_PressureSet,CPAP_EPAP,CPAP_EPAPSet,CPAP_IPAP,CPAP_IPAPSet,CPAP_PS,CPAP_PTB,
@@ -1705,7 +1705,7 @@ void Daily::Load(QDate date)
.arg("#F88017").arg(COLOR_Text.name()).arg(ahiname).arg(schema::channel[ahichan].fullname()).arg(ahi,0,'f',2);
} else {
htmlLeftAHI+=QString("%2 \n")
- .arg("#F88017").arg(tr("This CPAP machine does NOT record detailed data"));
+ .arg("#F88017").arg(tr("This CPAP device does NOT record detailed data"));
}
htmlLeftAHI+="\n";
htmlLeftAHI+="\n";
@@ -1732,7 +1732,7 @@ void Daily::Load(QDate date)
QString data;
float channelHours = hours;
if (chan.machtype() != MT_CPAP) {
- // Use machine type hours (if available) rather than CPAP hours, since
+ // Use device type hours (if available) rather than CPAP hours, since
// might have Oximetry (for example) longer or shorter than CPAP
channelHours = day->hours(chan.machtype());
if (channelHours <= 0) {
@@ -1784,9 +1784,9 @@ void Daily::Load(QDate date)
htmlLeftNoHours+=" ";
htmlLeftNoHours+=""+tr("Impossibly short session")+"
\n";
}
- } else { // machine is a brick
- htmlLeftNoHours+=""+tr("Zero hours??")+" ";
- htmlLeftNoHours+=""+tr("BRICK :(")+"
\n";
+ } else { // Device is a brick
+ htmlLeftNoHours+=""+tr("Sorry, this machine only provides compliance data.")+" ";
+ htmlLeftNoHours+=""+tr("no data :(")+"
\n";
htmlLeftNoHours+=""+tr("Sorry, this device only provides compliance data.")+" \n";
}
htmlLeftNoHours+=""+tr("Complain to your Equipment Provider!")+" \n";
diff --git a/oscar/daily.h b/oscar/daily.h
index 7e8c50b3..315ae0e0 100644
--- a/oscar/daily.h
+++ b/oscar/daily.h
@@ -279,7 +279,7 @@ private:
\brief Create a new journal session for this date, if one doesn't exist.
\param QDate date
- Creates a new journal Machine record if necessary.
+ Creates a new journal device record if necessary.
*/
Session * CreateJournalSession(QDate date);
diff --git a/oscar/daily.ui b/oscar/daily.ui
index f9f978df..6199b948 100644
--- a/oscar/daily.ui
+++ b/oscar/daily.ui
@@ -1047,7 +1047,7 @@ QToolButton:pressed {
" + machname + "
" + backupnotice+ ""+tr("Are you absolutely sure you want to proceed?")+"
", @@ -1958,7 +1958,7 @@ void MainWindow::purgeMachine(Machine * mach) QDir dir; QString path = mach->getDataPath(); path.chop(1); - qDebug() << "path to machine" << path; + qDebug() << "path to device" << path; p_profile->DelMachine(mach); delete mach; @@ -2496,7 +2496,7 @@ void MainWindow::on_actionPurgeCurrentDaysOximetry_triggered() delete sess; } - // We have to update the summary cache for the affected machine(s), + // We have to update the summary cache for the affected device(s), // otherwise OSCAR will still think this day has oximetry data at next launch. for (auto & mach : machines) { mach->SaveSummaryCache(); diff --git a/oscar/mainwindow.h b/oscar/mainwindow.h index 14702fac..2393bb76 100644 --- a/oscar/mainwindow.h +++ b/oscar/mainwindow.h @@ -41,7 +41,7 @@ class MainWindow; Open Source CPAP Analysis Reporter (OSCAR) is a program derived from the SleepyHead program written by Mark Watkins. - SleepyHead was a Cross-Platform Open-Source software for reviewing data from %CPAP machines, which are used in the treatment of Sleep Disorders. + SleepyHead was a Cross-Platform Open-Source software for reviewing data from %CPAP devices, which are used in the treatment of Sleep Disorders. SleepyHead was created by Mark Watkins (JediMark), an Australian software developer. @@ -60,7 +60,7 @@ class MainWindow; \section structure Program Structure OSCAR is written in C++ using Qt Toolkit library, and comprises of 3 main components \list - \li The SleepLib Database, a specialized database for working with multiple sources of Sleep machine data. + \li The SleepLib Database, a specialized database for working with multiple sources of Sleep device data. \li A custom designed, high performance and interactive OpenGL Graphing Library. \li and the main Application user interface. \endlist @@ -408,7 +408,7 @@ private: void PopulatePurgeMenu(); - //! \brief Destroy ALL the CPAP data for the selected machine + //! \brief Destroy ALL the CPAP data for the selected device void purgeMachine(Machine *); int warnidx; diff --git a/oscar/mainwindow.ui b/oscar/mainwindow.ui index 2f69f266..144f1010 100644 --- a/oscar/mainwindow.ui +++ b/oscar/mainwindow.ui @@ -2492,7 +2492,7 @@ p, li { white-space: pre-wrap; }" + tr("This software is being designed to assist you in reviewing the data produced by your CPAP machines and related equipment.") + "
" + tr("This software is being designed to assist you in reviewing the data produced by your CPAP Devices and related equipment.") + "
" "" + tr("OSCAR has been released freely under the GNU Public License v3, and comes with no warranty, and without ANY claims to fitness for any purpose.")
diff --git a/oscar/overview.cpp b/oscar/overview.cpp
index e1375378..7d67547e 100644
--- a/oscar/overview.cpp
+++ b/oscar/overview.cpp
@@ -212,7 +212,7 @@ void Overview::CreateAllGraphs() {
ChannelID code = chan->id();
QString name = chan->fullname();
if (name.length() > 16) name = chan->label();
-// qDebug() << "Channel" << name << "type" << chan->type() << "machine type" << chan->machtype();
+// qDebug() << "Channel" << name << "type" << chan->type() << "device type" << chan->machtype();
gGraph *G = createGraph(chan->code(), name, chan->description());
if ((chan->type() == schema::FLAG) || (chan->type() == schema::MINOR_FLAG)) {
gSummaryChart * sc = new gSummaryChart(chan->code(), chan->machtype()); // gts was MT_CPAP
@@ -501,7 +501,7 @@ void Overview::ResetGraphOrder(int type)
// Process new range selection from combo button
void Overview::on_rangeCombo_activated(int index)
{
- ui->dateStart->setMinimumDate(p_profile->FirstDay()); // first and last dates for ANY machine type
+ ui->dateStart->setMinimumDate(p_profile->FirstDay()); // first and last dates for ANY device type
ui->dateEnd->setMaximumDate(p_profile->LastDay());
// Exclude Journal in calculating the last day
@@ -591,7 +591,7 @@ void Overview::on_rangeCombo_activated(int index)
progress->close();
delete progress;
- // first and last dates for ANY machine type
+ // first and last dates for ANY device type
setRange(start, end);
}
diff --git a/oscar/oximeterimport.cpp b/oscar/oximeterimport.cpp
index 230934ab..726574a7 100644
--- a/oscar/oximeterimport.cpp
+++ b/oscar/oximeterimport.cpp
@@ -1005,7 +1005,7 @@ void OximeterImport::on_saveButton_clicked()
calcSPO2Drop(session);
calcPulseChange(session);
- qDebug() << "oximod - Setting up machine and session";
+ qDebug() << "oximod - Setting up device and session";
mach->setModel(oximodule->getModel());
mach->setBrand(oximodule->getVendor());
@@ -1040,9 +1040,9 @@ void OximeterImport::on_saveButton_clicked()
session->setOpened(true);
- qDebug() << "oximod - Adding session to machine";
+ qDebug() << "oximod - Adding session to device";
mach->AddSession(session);
- qDebug() << "oximod - Saving machine";
+ qDebug() << "oximod - Saving device";
mach->Save();
mach->SaveSummaryCache();
p_profile->StoreMachines();
diff --git a/oscar/oximeterimport.ui b/oscar/oximeterimport.ui
index 7c7c1e8e..4114f457 100644
--- a/oscar/oximeterimport.ui
+++ b/oscar/oximeterimport.ui
@@ -345,7 +345,7 @@ border-radius: 0px;
Please Note: OSCAR's advanced session splitting capabilities are not possible with ResMed machines due to a limitation in the way their settings and summary data is stored, and therefore they have been disabled for this profile. On ResMed machines, days will split at noon like in ResMed's commercial software. Please Note: OSCAR's advanced session splitting capabilities are not possible with ResMed devices due to a limitation in the way their settings and summary data is stored, and therefore they have been disabled for this profile. On ResMed devices, days will split at noon like in ResMed's commercial software. " + tr("It would be a good idea to check File->Preferences first,") + " " + tr("Note that some preferences are forced when a ResMed machine is detected") + " " + tr("Note that some preferences are forced when a ResMed device is detected") + " " + tr("First import can take a few minutes.") + "");
html += "";
- html += "
";
+ html += "" + tr("Machine Information") + " ";
html += QString("" + tr("Device Information") + " ")
.arg(STR_TR_Brand)
@@ -931,7 +931,7 @@ QString Statistics::GenerateMachineList()
m = mach.at(i);
if (m->type() == MT_JOURNAL) { continue; }
-//qDebug() << "Machine" << m->brand() << "series" << m->series() << "model" << m->model() << "model number" << m->modelnumber();
+//qDebug() << "Device" << m->brand() << "series" << m->series() << "model" << m->model() << "model number" << m->modelnumber();
QDate d1 = m->FirstDay();
QDate d2 = m->LastDay();
QString mn = m->modelnumber();
@@ -952,7 +952,7 @@ QString Statistics::GenerateMachineList()
}
QString Statistics::GenerateRXChanges()
{
- // Generate list only if there are CPAP machines
+ // Generate list only if there are CPAP devices
QList%1 %2 %3 %4 %5
";
html += QString("");
html += "";
- html += "
";
+ html += "" + tr("Changes to Machine Settings") + " ";
// QString extratxt;
@@ -1083,7 +1083,7 @@ QString Statistics::GenerateCPAPUsage()
mach.append(cpap_machines);
mach.append(oximeters);
- // Go through all CPAP and Oximeter machines and see if any data is present
+ // Go through all CPAP and Oximeter devices and see if any data is present
bool havedata = false;
for (int i=0; i < mach.size(); ++i) {
int daysize = mach[i]->day.size();
@@ -1378,7 +1378,7 @@ QString Statistics::UpdateRecordsBox()
"a:link,a:visited { color: inherit; text-decoration: none; }" //font-weight: normal;
"a:hover { background-color: inherit; color: white; text-decoration:none; font-weight: bold; }"
""
- "" + tr("Changes to Device Settings") + "
" +
tr("as there are some options that affect import.")+"
";
+ if (hours > compliance_min) html += tr("Your device was on for %1.").arg(timestr)+"
";
else html += tr("You only had the mask on for %1.").arg(timestr)+"
";
@@ -254,7 +254,7 @@ QString Welcome::GenerateCPAPHTML()
pressSettingChanID = CPAP_Pressure; // DreamStation ventilators report EPAP/IPAP data, but the setting is Pressure
EventDataType pressure = day->settings_max(pressSettingChanID);
qDebug() << pressSettingChanID << pressure;
- html += tr("Your CPAP machine used a constant %1 %2 of air")
+ html += tr("Your CPAP device used a constant %1 %2 of air")
.arg(pressure)
.arg(schema::channel[pressChanID].units());
} else if (cpapmode == MODE_APAP) {
@@ -267,14 +267,14 @@ QString Welcome::GenerateCPAPHTML()
// pressSettingChanID = CPAP_IPAP;
// EventDataType ipap = day->settings_max(pressSettingChanID);
// EventDataType epap = day->settings_min(CPAP_EPAP);
- html += tr("Your machine used a constant %1-%2 %3 of air.")
+ html += tr("Your device used a constant %1-%2 %3 of air.")
.arg(day->validPressure(day->settings_min(CPAP_EPAP)))
.arg(day->validPressure(day->settings_max(CPAP_IPAP)))
.arg(schema::channel[CPAP_IPAP].units());
} else if (cpapmode == MODE_BILEVEL_AUTO_FIXED_PS) {
EventDataType ipap = day->percentile(pressChanID, perc/100.0);
EventDataType epap = day->percentile(epapDataChanID, perc/100.0);
- html += tr("Your machine was under %1-%2 %3 for %4% of the time.")
+ html += tr("Your device was under %1-%2 %3 for %4% of the time.")
.arg(epap)
.arg(ipap)
.arg(schema::channel[pressChanID].units())
diff --git a/oscar/welcome.ui b/oscar/welcome.ui
index 8e0b5484..d4ac2b91 100644
--- a/oscar/welcome.ui
+++ b/oscar/welcome.ui
@@ -577,7 +577,7 @@ p, li { white-space: pre-wrap; }