1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-06 03:32:09 +01:00

Fixed more internationalisation hints.

This commit is contained in:
james.k.crook@gmail.com
2012-03-20 15:36:02 +00:00
parent 4403da58ff
commit 69476e785c
21 changed files with 178 additions and 27 deletions

View File

@@ -51,9 +51,13 @@ enum Column
static const wxChar *headers[Col_Max] =
{
/* i18n-hint: (noun). A track contains waves, audio etc.*/
_("Track"),
/* i18n-hint: (noun)*/
_("Label"),
/* i18n-hint: (noun) of a label*/
_("Start Time"),
/* i18n-hint: (noun) of a label*/
_("End Time")
};
@@ -704,6 +708,7 @@ void LabelDialog::OnChangeTrack(wxGridEvent &event, int row, RowData *rd)
wxTextEntryDialog d(this,
_("New Label Track"),
_("Enter track name"),
/* i18n-hint: (noun) it's the name of a kind of track.*/
_("Label Track"));
// User canceled so repopulating the grid will set the track