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
|
|
|
|
|
|
|
"ProgressActionUpdatingIndexes" = "updating playlist indexes";
|
|
|
|
"ProgressActionMovingEntries" = "moving playlist entries";
|
|
|
|
"ProgressActionInsertingEntries" = "inserting playlist entries";
|
|
|
|
"ProgressActionUntrashingEntries" = "restoring playlist entries from the trash";
|
|
|
|
"ProgressActionRemovingEntries" = "removing playlist entries";
|
|
|
|
"ProgressActionTrashingEntries" = "moving playlist entries to the trash";
|
|
|
|
|
|
|
|
"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";
|