2005-07-11 20:39:29 +00:00
"FeedbackFailedMessageText" = "Failed";
"FeedbackFailedInformativeText" = "Feedback failed to send.";
"FeedbackSuccessMessageText" = "Success";
"FeedbackSuccessInformativeText" = "Feedback successfully sent!";
"PlayButtonTooltip" = "Play";
"StopButtonTooltip" = "Stop";
"PrevButtonTooltip" = "Previous";
"NextButtonTooltip" = "Next";
2006-04-30 14:05:07 +00:00
"TimeElapsed" = "%i:%02i";
"TimeRemaining" = "-%i:%02i";
2005-07-11 20:39:29 +00:00
"AddButtonTooltip" = "Add files";
"RemoveButtonTooltip" = "Remove selected files";
2005-07-12 18:12:57 +00:00
"InfoButtonTooltip" = "Information on the selected file";
2005-07-11 20:39:29 +00:00
"ShuffleButtonTooltip" = "Shuffle mode";
"RepeatButtonTooltip" = "Repeat mode";
2013-10-11 12:27:19 +00:00
"RandomizeButtonTooltip" = "Randomize playlist";
2007-05-28 14:13:57 +00:00
"FileButtonTooltip" = "File drawer";
2007-05-28 14:17:47 +00:00
2013-10-04 11:16:09 +00:00
"replayGainAlbumGain" = "The volume level of playback output will be detected through enumeration, \
re";
2007-05-28 15:59:50 +00:00
"InvalidURLShort" = "Invalid URL";
"InvalidURLLong" = "The URL is not valid.";
2007-07-07 04:01:47 +00:00
2013-10-11 19:02:05 +00:00
"SwitchToMiniPlayer" = "Switch to Mini Player";
"SwitchFromMiniPlayer" = "Switch from Mini Player";
2022-02-10 09:51:40 +00:00
"PlayingTrackTooltip" = "Playing";
"QueuedTrackTooltip" = "Queued";
"ErrorTrackTooltip" = "Error";
"StopAfterTrackTooltip" = "Stop After Track";
2022-06-11 20:34:57 +00:00
"PlaylistHeaderContextMenuTitle" = "Playlist Header Context Menu";
"PlaylistStatusColumn" = "Status";
"PlaylistIndexColumn" = "Index";
"PlaylistRandomizationAction" = "Playlist Randomization";
"SkipAction" = "Skip";
"CogTitle" = "Cog";
"PreferencesTitle" = "Preferences";
[Job Queue] Overhauled long action handling
Long actions, such as file opening, playlist loading, metadata loading
and refreshing, etc, are now handled through NSProgress. Additionally,
a new status bar change displays the progress of the task instead of
the total duration of the playlist. Finally, app quit is blocked by a
running task, and if the app is quit while a task is running, it will
be delayed until the task completes, at which time the app will
terminate cleanly.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-15 08:01:45 +00:00
"ProgressActionLoader" = "playlist loader inserting files";
"ProgressSubActionLoaderListingFiles" = "collecting files";
"ProgressSubActionLoaderFilteringContainerFiles" = "handling container file types";
"ProgressSubActionLoaderFilteringFiles" = "eliminating unsupported file types";
"ProgressSubActionLoaderFilteringContainedFiles" = "eliminating unsupported file types from containers";
"ProgressSubActionLoaderAddingEntries" = "creating and adding playlist entries";
"ProgressActionLoadingMetadata" = "loading metadata for tracks";
"ProgressSubActionLoadingMetadata" = "processing files";
"ProgressSubActionMetadataApply" = "applying info to playlist storage";
2022-06-18 23:09:41 +00:00
"ErrorMetadata" = "Unable to retrieve metadata.";
"ErrorMessageBadFile" = "Unable to parse metadata for bad file.";
2022-06-19 01:41:14 +00:00
"ErrorInvalidTrackId" = "Invalid track ID sent to SQLite request.";
"ErrorSqliteProblem" = "General problem accessing track from SQLite database.";
"ErrorTrackMissing" = "Track entry is missing from SQLite database.";
2022-06-19 06:00:08 +00:00
"TimeLastPlayed" = "Last played";
"TimeFirstSeen" = "First seen";
2022-06-19 06:45:18 +00:00
"GainAlbumGain" = "Album Gain";
"GainAlbumGainPeak" = "Album Gain plus Peak";
"GainAlbumPeak" = "Album Peak";
"GainTrackGain" = "Track Gain";
"GainTrackGainPeak" = "Track Gain plus Peak";
"GainTrackPeak" = "Track Peak";
"GainVolumeScale" = "Volume Scale";
"GainNone" = "None";
2022-06-22 02:01:06 +00:00
"CrashlyticsConsentTitle" = "Crashlytics crash collection";
"CrashlyticsConsentText" = "Would you like to allow Crashlytics to submit crash reports? You may turn this off again in Preferences. We won't ask you again.";
"ConsentYes" = "Yes";
"ConsentNo" = "No";