translate to japanese (5 Jan 2010)

This commit is contained in:
Mitsukuni Sato
2010-01-05 18:51:20 +09:00
committed by Sean Rhea
parent 65b9c14255
commit 2d3f26fed2
4 changed files with 841 additions and 502 deletions

View File

@@ -349,7 +349,7 @@ PfPvPlot::setData(RideItem *_rideItem)
}
if (tot_cad_points == 0) {
setTitle("no cadence");
setTitle(tr("no cadence"));
refreshZoneItems();
curve->setVisible(false);
}

View File

@@ -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