mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Minor update for statistics
This commit is contained in:
parent
5364893f2b
commit
e0edcf1799
@ -2133,17 +2133,17 @@ Setting a font for a subtitle is normally done in the video player, but can also
|
||||
<MostUsedLines>Most used lines</MostUsedLines>
|
||||
<MostUsedWords>Most used words</MostUsedWords>
|
||||
<NothingFound>Nothing found</NothingFound>
|
||||
<NumberOfLinesX>Number of subtitle lines: {0:#,###}</NumberOfLinesX>
|
||||
<NumberOfLinesX>Number of subtitle lines: {0:#,##0}</NumberOfLinesX>
|
||||
<LengthInFormatXinCharactersY>Number of characters as {0}: {1:#,###,##0}</LengthInFormatXinCharactersY>
|
||||
<NumberOfCharactersInTextOnly>Number of characters in text only: {0:#,###,##0}</NumberOfCharactersInTextOnly>
|
||||
<TotalDuration>Total duration of all subtitles: {0}</TotalDuration>
|
||||
<TotalDuration>Total duration of all subtitles: {0:#,##0}</TotalDuration>
|
||||
<TotalCharsPerSecond>Total characters/second: {0:0.0} seconds</TotalCharsPerSecond>
|
||||
<TotalWords>Total words in subtitle: {0}</TotalWords>
|
||||
<NumberOfItalicTags>Number of italic tags: {0}</NumberOfItalicTags>
|
||||
<NumberOfBoldTags>Number of bold tags: {0}</NumberOfBoldTags>
|
||||
<NumberOfUnderlineTags>Number of underline tags: {0}</NumberOfUnderlineTags>
|
||||
<NumberOfFontTags>Number of font tags: {0}</NumberOfFontTags>
|
||||
<NumberOfAlignmentTags>Number of alignment tags: {0}</NumberOfAlignmentTags>
|
||||
<TotalWords>Total words in subtitle: {0:#,##0}</TotalWords>
|
||||
<NumberOfItalicTags>Number of italic tags: {0:#,##0}</NumberOfItalicTags>
|
||||
<NumberOfBoldTags>Number of bold tags: {0:#,##0}</NumberOfBoldTags>
|
||||
<NumberOfUnderlineTags>Number of underline tags: {0:#,##0}</NumberOfUnderlineTags>
|
||||
<NumberOfFontTags>Number of font tags: {0:#,##0}</NumberOfFontTags>
|
||||
<NumberOfAlignmentTags>Number of alignment tags: {0:#,##0}</NumberOfAlignmentTags>
|
||||
<LineLengthMinimum>Subtitle length - minimum: {0}</LineLengthMinimum>
|
||||
<LineLengthMaximum>Subtitle length - maximum: {0}</LineLengthMaximum>
|
||||
<LineLengthAverage>Subtitle length - average: {0}</LineLengthAverage>
|
||||
|
@ -2448,17 +2448,17 @@ can edit in same subtitle file (collaboration)",
|
||||
MostUsed = "Most used...",
|
||||
MostUsedWords = "Most used words",
|
||||
MostUsedLines = "Most used lines",
|
||||
NumberOfLinesX = "Number of subtitle lines: {0:#,###}",
|
||||
NumberOfLinesX = "Number of subtitle lines: {0:#,##0}",
|
||||
LengthInFormatXinCharactersY = "Number of characters as {0}: {1:#,###,##0}",
|
||||
NumberOfCharactersInTextOnly = "Number of characters in text only: {0:#,###,##0}",
|
||||
NumberOfItalicTags = "Number of italic tags: {0}",
|
||||
TotalDuration = "Total duration of all subtitles: {0}",
|
||||
NumberOfItalicTags = "Number of italic tags: {0:#,##0}",
|
||||
TotalDuration = "Total duration of all subtitles: {0:#,##0}",
|
||||
TotalCharsPerSecond = "Total characters/second: {0:0.0} seconds",
|
||||
TotalWords = "Total words in subtitle: {0}",
|
||||
NumberOfBoldTags = "Number of bold tags: {0}",
|
||||
NumberOfUnderlineTags = "Number of underline tags: {0}",
|
||||
NumberOfFontTags = "Number of font tags: {0}",
|
||||
NumberOfAlignmentTags = "Number of alignment tags: {0}",
|
||||
TotalWords = "Total words in subtitle: {0:#,##0}",
|
||||
NumberOfBoldTags = "Number of bold tags: {0:#,##0}",
|
||||
NumberOfUnderlineTags = "Number of underline tags: {0:#,##0}",
|
||||
NumberOfFontTags = "Number of font tags: {0:#,##0}",
|
||||
NumberOfAlignmentTags = "Number of alignment tags: {0:#,##0}",
|
||||
LineLengthMinimum = "Subtitle length - minimum: {0}",
|
||||
LineLengthMaximum = "Subtitle length - maximum: {0}",
|
||||
LineLengthAverage = "Subtitle length - average: {0}",
|
||||
|
2
src/Forms/Statistics.Designer.cs
generated
2
src/Forms/Statistics.Designer.cs
generated
@ -160,7 +160,7 @@
|
||||
this.KeyPreview = true;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.MinimumSize = new System.Drawing.Size(700, 500);
|
||||
this.MinimumSize = new System.Drawing.Size(700, 600);
|
||||
this.Name = "Statistics";
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
|
Loading…
Reference in New Issue
Block a user