mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
translate to japanese (5 Jan 2010)
This commit is contained in:
committed by
Sean Rhea
parent
65b9c14255
commit
2d3f26fed2
@@ -349,7 +349,7 @@ PfPvPlot::setData(RideItem *_rideItem)
|
||||
}
|
||||
|
||||
if (tot_cad_points == 0) {
|
||||
setTitle("no cadence");
|
||||
setTitle(tr("no cadence"));
|
||||
refreshZoneItems();
|
||||
curve->setVisible(false);
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@ RideSummaryWindow::htmlSummary() const
|
||||
else
|
||||
s = GC_SETTINGS_INTERVAL_METRICS_DEFAULT;
|
||||
QStringList intervalMetrics = s.split(",");
|
||||
summary += "<p><h2>Intervals</h2>\n<p>\n";
|
||||
summary += "<p><h2>"+tr("Intervals")+"</h2>\n<p>\n";
|
||||
summary += "<table align=\"center\" width=\"90%\" ";
|
||||
summary += "cellspacing=0 border=0>";
|
||||
bool even = false;
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user