Minor update for statistics

This commit is contained in:
Nikolaj Olsson 2018-07-07 09:34:17 +02:00
parent 5364893f2b
commit e0edcf1799
3 changed files with 17 additions and 17 deletions

View File

@ -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> <MostUsedLines>Most used lines</MostUsedLines>
<MostUsedWords>Most used words</MostUsedWords> <MostUsedWords>Most used words</MostUsedWords>
<NothingFound>Nothing found</NothingFound> <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> <LengthInFormatXinCharactersY>Number of characters as {0}: {1:#,###,##0}</LengthInFormatXinCharactersY>
<NumberOfCharactersInTextOnly>Number of characters in text only: {0:#,###,##0}</NumberOfCharactersInTextOnly> <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> <TotalCharsPerSecond>Total characters/second: {0:0.0} seconds</TotalCharsPerSecond>
<TotalWords>Total words in subtitle: {0}</TotalWords> <TotalWords>Total words in subtitle: {0:#,##0}</TotalWords>
<NumberOfItalicTags>Number of italic tags: {0}</NumberOfItalicTags> <NumberOfItalicTags>Number of italic tags: {0:#,##0}</NumberOfItalicTags>
<NumberOfBoldTags>Number of bold tags: {0}</NumberOfBoldTags> <NumberOfBoldTags>Number of bold tags: {0:#,##0}</NumberOfBoldTags>
<NumberOfUnderlineTags>Number of underline tags: {0}</NumberOfUnderlineTags> <NumberOfUnderlineTags>Number of underline tags: {0:#,##0}</NumberOfUnderlineTags>
<NumberOfFontTags>Number of font tags: {0}</NumberOfFontTags> <NumberOfFontTags>Number of font tags: {0:#,##0}</NumberOfFontTags>
<NumberOfAlignmentTags>Number of alignment tags: {0}</NumberOfAlignmentTags> <NumberOfAlignmentTags>Number of alignment tags: {0:#,##0}</NumberOfAlignmentTags>
<LineLengthMinimum>Subtitle length - minimum: {0}</LineLengthMinimum> <LineLengthMinimum>Subtitle length - minimum: {0}</LineLengthMinimum>
<LineLengthMaximum>Subtitle length - maximum: {0}</LineLengthMaximum> <LineLengthMaximum>Subtitle length - maximum: {0}</LineLengthMaximum>
<LineLengthAverage>Subtitle length - average: {0}</LineLengthAverage> <LineLengthAverage>Subtitle length - average: {0}</LineLengthAverage>

View File

@ -2448,17 +2448,17 @@ can edit in same subtitle file (collaboration)",
MostUsed = "Most used...", MostUsed = "Most used...",
MostUsedWords = "Most used words", MostUsedWords = "Most used words",
MostUsedLines = "Most used lines", 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}", LengthInFormatXinCharactersY = "Number of characters as {0}: {1:#,###,##0}",
NumberOfCharactersInTextOnly = "Number of characters in text only: {0:#,###,##0}", NumberOfCharactersInTextOnly = "Number of characters in text only: {0:#,###,##0}",
NumberOfItalicTags = "Number of italic tags: {0}", NumberOfItalicTags = "Number of italic tags: {0:#,##0}",
TotalDuration = "Total duration of all subtitles: {0}", TotalDuration = "Total duration of all subtitles: {0:#,##0}",
TotalCharsPerSecond = "Total characters/second: {0:0.0} seconds", TotalCharsPerSecond = "Total characters/second: {0:0.0} seconds",
TotalWords = "Total words in subtitle: {0}", TotalWords = "Total words in subtitle: {0:#,##0}",
NumberOfBoldTags = "Number of bold tags: {0}", NumberOfBoldTags = "Number of bold tags: {0:#,##0}",
NumberOfUnderlineTags = "Number of underline tags: {0}", NumberOfUnderlineTags = "Number of underline tags: {0:#,##0}",
NumberOfFontTags = "Number of font tags: {0}", NumberOfFontTags = "Number of font tags: {0:#,##0}",
NumberOfAlignmentTags = "Number of alignment tags: {0}", NumberOfAlignmentTags = "Number of alignment tags: {0:#,##0}",
LineLengthMinimum = "Subtitle length - minimum: {0}", LineLengthMinimum = "Subtitle length - minimum: {0}",
LineLengthMaximum = "Subtitle length - maximum: {0}", LineLengthMaximum = "Subtitle length - maximum: {0}",
LineLengthAverage = "Subtitle length - average: {0}", LineLengthAverage = "Subtitle length - average: {0}",

View File

@ -160,7 +160,7 @@
this.KeyPreview = true; this.KeyPreview = true;
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(700, 500); this.MinimumSize = new System.Drawing.Size(700, 600);
this.Name = "Statistics"; this.Name = "Statistics";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false; this.ShowInTaskbar = false;