1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-01 03:54:47 +02:00

Reviewed all i18n-hint comments...

... Moved many misplaced ones, which msgfmt would not have extracted into
audacity.pot.

Duplicated some of them, to appear with related but distinct msgids.

Added a few new comments.

Deleted one that was no longer needed in ProjectManager.cpp.
This commit is contained in:
Paul Licameli
2020-04-05 08:40:15 -04:00
parent 31ec92b80a
commit 61abb87a77
42 changed files with 174 additions and 96 deletions

View File

@@ -607,16 +607,16 @@ public:
S.SetStretchyCol(0);
{
if (mLibPath.GetFullPath().empty()) {
/* i18n-hint: There is a button to the right of the arrow.*/
mPathText = S.AddTextBox( {},
/* i18n-hint: There is a button to the right of the arrow.*/
wxString::Format(_("To find %s, click here -->"), mName), 0);
}
else {
mPathText = S.AddTextBox( {}, mLibPath.GetFullPath(), 0);
}
S.Id(ID_BROWSE).AddButton(XO("Browse..."), wxALIGN_RIGHT);
/* i18n-hint: There is a button to the right of the arrow.*/
S.AddVariableText(
/* i18n-hint: There is a button to the right of the arrow.*/
XO("To get a free copy of LAME, click here -->"), true);
/* i18n-hint: (verb)*/
S.Id(ID_DLOAD).AddButton(XO("Download"), wxALIGN_RIGHT);