Skip to content

Commit

Permalink
bump english to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murrty authored Sep 25, 2022
1 parent 15c998f commit fcbd9c3
Showing 1 changed file with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions Languages/English.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,25 @@
// I recommend you add your name commented to the top, so people can see who contributed to the translation.
// Do note: Exceptions will not be modifiable because I need to be able to read them.

// Template version 3.0.1, last update 2022-09-18

// Changed:
// lbAboutBody=youtube

// Template version 3.1.0, last update 2022-09-25

// Added:
// GenericDoNotDownload
// GenericUnknownFormat
// tabExtendedDownloaderUnknownFormats
// lbExtendedDownloaderNoUnknownFormatsFound
// frmUpdaterInvalidData
// lbUpdaterInvalidData
// btnUpdaterInvalidDataUpdateLatest
// btnUpdaterInvalidDataUpdatePreRelease
// btnUpdaterInvalidDataDoNotUpdate
// chAudioChannels
// GenericClear
// pbDownloadProgressFfmpegPostProcessing
// pbDownloadProgressEmbeddingSubtitles
// pbDownloadProgressEmbeddingMetadata
// pbDownloadProgressMergingFormats
// pbDownloadProgressConverting

// The "CurrentLanguageVersion" should match the same version as specific version that it is updated for.

Expand All @@ -33,10 +47,13 @@ GenericOk=OK
GenericSave=Save
GenericAdd=Add
GenericClose=Close
GenericClear=Clear
GenericRemoveSelected=Remove selected
GenericVerifyLinks=Verify copied links
GenericDoNotReEncode=(Do not re-encode)
GenericDoNotRemux=(Do not remux)
GenericDoNotDownload=(Do not download)
GenericUnknownFormat=Unknown format

frmGenericDownloadProgress=Downloading...

Expand Down Expand Up @@ -68,6 +85,12 @@ dlgUpdaterHashNoMatch=The hash of the updater does not match the internally know
dlgUpdaterUpdatedVersionHashNoMatch=The hash calculated by the updater does not match the known hash of the update.\r\n\r\nExpected: {0}\r\n\r\nCalculated: {1}\r\n\r\nYou can continue without it matching, there are some instances where it may be different.
dlgUpdaterHashNotGiven=The UpdateHash hasn't been set, so I can't calculate the hash to sanity-check that it's the one from release. Your mileage may vary.

pbDownloadProgressFfmpegPostProcessing=Post-processing in ffmpeg...
pbDownloadProgressEmbeddingSubtitles=Emedding subtitles...
pbDownloadProgressEmbeddingMetadata=Emedding metadata...
pbDownloadProgressMergingFormats=Merging formats...
pbDownloadProgressConverting=Converting media...

frmAbout=About
lbAboutBody=youtube-dl-gui by {0}\ndebug date {1}\nReport any issues to the Github repo
llbCheckForUpdates=Check for updates
Expand Down Expand Up @@ -142,6 +165,7 @@ lbExtendedDownloaderViews=Views
lbExtendedDownloaderDownloadingThumbnail=Downloading thumbnail...
lbExtendedDownloaderDownloadingThumbnailFailed=Unable to download thumbnail
btnExtendedDownloaderDownloadThumbnail=Get thumbnail
tabExtendedDownloaderUnknownFormats=Unknown formats
tabExtendedDownloaderDescription=Description
tabExtendedDownloaderVerbose=Verbose
tabExtendedDownloaderFormatOptions=Format download options
Expand All @@ -157,8 +181,10 @@ chVideoCodec=Video codec
chAudioBitrate=Audio bitrate
chAudioSampleRate=Audio sample rate
chAudioCodec=Audio codec
chAudioChannels=Audio channels
lbExtendedDownloaderNoVideoFormatsAvailable=No video formats are available.
lbExtendedDownloaderNoAudioFormatsAvailable=No audio formats are available.
lbExtendedDownloaderNoUnknownFormatsFound=No unknown formats were found.
lbVideoRemux=Video remux
txtExtendedDownloaderMediaTitle=Retrieving media information...

Expand Down Expand Up @@ -438,6 +464,12 @@ lbUpdateSize=The new executable size is {0}
btnUpdateAvailableSkipVersion=Skip version
btnUpdateAvailableUpdate=Update

frmUpdaterInvalidData=Update data unavailable
lbUpdaterInvalidData=The updater has recieved invalid update data. You can choose to download the latest version, latest pre-release (if one exists past the latest version), or do not update.
btnUpdaterInvalidDataUpdateLatest=Latest
btnUpdaterInvalidDataUpdatePreRelease=Pre-release
btnUpdaterInvalidDataDoNotUpdate=Don't update
frmUpdater=Updating youtube-dl-gui
lbUpdaterHeader=Placeholder
lbUpdaterDetails=The previous version won't be deleted if it fails.
Expand Down

0 comments on commit fcbd9c3

Please sign in to comment.