Opened 3 years ago

Closed 9 months ago

#1225 closed task (timeout)

Transaltion dialog line missing: Reading Time Codes and Frame Data

Reported by: Jeroi Owned by:
Priority: normal Milestone:
Component: General Version: 2.1.8
Severity: minor Keywords: locale, translation, finnish
Cc: Platform: Windows
Sub Component:

Description

As topic says atleast finnish translation misses this line.

Change History (3)

comment:1 Changed 3 years ago by nielsm

ffmpegsource_common.cpp line 86-87 in the current 2.1.9 branch:

	Progress.ProgressDialog = new DialogProgress(AegisubApp::Get()->frame, _("Indexing"), &Progress.IndexingCanceled,
		_("Reading timecodes and frame/sample data"), 0, 1);

The fact that the string is enclosed in _() rather than _T() means it can be translated.

I can't find any strings that match what you wrote in the summary though. This is the closest.

comment:2 Changed 3 years ago by Jeroi

Yes that is it, so do I need to dl lates po?

comment:3 Changed 9 months ago by Plorkyeran

  • Resolution set to timeout
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.