diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 16:12:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-02 01:20:16 +0200 |
| commit | a799e0070939656759915bce3fe38821fbe37160 (patch) | |
| tree | a5e4ab57c0a89bf20e9fd4b00f48a5b360978017 | |
| parent | df502be569b57227aeaa653ff58d190e57944c47 (diff) | |
INVALID_TIMED_TEXT_SIZE_IN_BYTES: note -> size_in_bytes.
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | src/wx/po/cs_CZ.po | 4 | ||||
| -rw-r--r-- | src/wx/po/da_DK.po | 2 | ||||
| -rw-r--r-- | src/wx/po/de_DE.po | 2 | ||||
| -rw-r--r-- | src/wx/po/el_GR.po | 2 | ||||
| -rw-r--r-- | src/wx/po/es_ES.po | 2 | ||||
| -rw-r--r-- | src/wx/po/fa_IR.po | 4 | ||||
| -rw-r--r-- | src/wx/po/fr_FR.po | 4 | ||||
| -rw-r--r-- | src/wx/po/hu_HU.po | 2 | ||||
| -rw-r--r-- | src/wx/po/it_IT.po | 2 | ||||
| -rw-r--r-- | src/wx/po/ja_JP.po | 4 | ||||
| -rw-r--r-- | src/wx/po/ko_KR.po | 4 | ||||
| -rw-r--r-- | src/wx/po/nl_NL.po | 4 | ||||
| -rw-r--r-- | src/wx/po/pl_PL.po | 4 | ||||
| -rw-r--r-- | src/wx/po/pt_BR.po | 2 | ||||
| -rw-r--r-- | src/wx/po/pt_PT.po | 2 | ||||
| -rw-r--r-- | src/wx/po/ru_RU.po | 4 | ||||
| -rw-r--r-- | src/wx/po/sk_SK.po | 2 | ||||
| -rw-r--r-- | src/wx/po/sl_SI.po | 4 | ||||
| -rw-r--r-- | src/wx/po/sv_SE.po | 4 | ||||
| -rw-r--r-- | src/wx/po/tr_TR.po | 2 | ||||
| -rw-r--r-- | src/wx/po/uk_UA.po | 2 | ||||
| -rw-r--r-- | src/wx/po/zh_CN.po | 4 | ||||
| -rw-r--r-- | src/wx/verify_dcp_result_panel.cc | 2 |
24 files changed, 35 insertions, 35 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'b3759f9f0bc6', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'ad1b660b6b31', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.59')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': diff --git a/src/wx/po/cs_CZ.po b/src/wx/po/cs_CZ.po index 35ed26783..e90501ad1 100644 --- a/src/wx/po/cs_CZ.po +++ b/src/wx/po/cs_CZ.po @@ -3821,9 +3821,9 @@ msgstr "Datový zdroj titulku %n nemá <EntryPoint> značky." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"Časovaný textový datový zdroj %f zabírá %n bajtů, což je nad limitem 115 MB." +"Časovaný textový datový zdroj %f zabírá %size_in_bytes bajtů, což je nad limitem 115 MB." #: src/wx/verify_dcp_result_panel.cc:351 #, c-format diff --git a/src/wx/po/da_DK.po b/src/wx/po/da_DK.po index cc303ddd1..fc3e1181e 100644 --- a/src/wx/po/da_DK.po +++ b/src/wx/po/da_DK.po @@ -3855,7 +3855,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/de_DE.po b/src/wx/po/de_DE.po index 3bef2a4cc..2dcbd2124 100644 --- a/src/wx/po/de_DE.po +++ b/src/wx/po/de_DE.po @@ -3968,7 +3968,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/el_GR.po b/src/wx/po/el_GR.po index 0d2995f12..bf649962c 100644 --- a/src/wx/po/el_GR.po +++ b/src/wx/po/el_GR.po @@ -3678,7 +3678,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/es_ES.po b/src/wx/po/es_ES.po index b51134010..33d7abfb6 100644 --- a/src/wx/po/es_ES.po +++ b/src/wx/po/es_ES.po @@ -3867,7 +3867,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/fa_IR.po b/src/wx/po/fa_IR.po index 6fe2464e6..46a14c4b4 100644 --- a/src/wx/po/fa_IR.po +++ b/src/wx/po/fa_IR.po @@ -3835,9 +3835,9 @@ msgstr "فایل زیرنویس %n برچسب <EntryPoint> ندارد." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"فایل زیرنویس %f بیش از %n بایت حجم دارد که بیش از حجم مجاز 115 مگابایت است." +"فایل زیرنویس %f بیش از %size_in_bytes بایت حجم دارد که بیش از حجم مجاز 115 مگابایت است." #: src/wx/verify_dcp_result_panel.cc:351 #, c-format diff --git a/src/wx/po/fr_FR.po b/src/wx/po/fr_FR.po index d72eaf065..293fbef5c 100644 --- a/src/wx/po/fr_FR.po +++ b/src/wx/po/fr_FR.po @@ -3877,9 +3877,9 @@ msgstr "La ressource de sous-titre %n n'a pas de balise <EntryPoint>." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"La ressource texte minuté %f occupe %n octets, ce qui dépasse la limite de " +"La ressource texte minuté %f occupe %size_in_bytes octets, ce qui dépasse la limite de " "115MB." #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/hu_HU.po b/src/wx/po/hu_HU.po index 8dc8197b6..335505ac6 100644 --- a/src/wx/po/hu_HU.po +++ b/src/wx/po/hu_HU.po @@ -3684,7 +3684,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/it_IT.po b/src/wx/po/it_IT.po index 60bb13d8d..e597c1bfa 100644 --- a/src/wx/po/it_IT.po +++ b/src/wx/po/it_IT.po @@ -3856,7 +3856,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/ja_JP.po b/src/wx/po/ja_JP.po index 77af264f6..5ee917584 100644 --- a/src/wx/po/ja_JP.po +++ b/src/wx/po/ja_JP.po @@ -3830,9 +3830,9 @@ msgstr "字幕データ%nには<EntryPoint>タグがありません。" #: src/wx/verify_dcp_result_panel.cc:351 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"タイムドテキストデータ%fは%nバイトを消費しており、115MBの制限を超えています。" +"タイムドテキストデータ%fは%size_in_bytesバイトを消費しており、115MBの制限を超えています。" #: src/wx/verify_dcp_result_panel.cc:345 #, c-format diff --git a/src/wx/po/ko_KR.po b/src/wx/po/ko_KR.po index e3198193b..5320d18d2 100644 --- a/src/wx/po/ko_KR.po +++ b/src/wx/po/ko_KR.po @@ -3851,9 +3851,9 @@ msgstr "자막 에셋 %n에 <EntryPoint> 태그가 없습니다." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"타임드 텍스트 에셋 %f의 용량이 %n 바이트로, 제한치인 115MB를 초과했습니다." +"타임드 텍스트 에셋 %f의 용량이 %size_in_bytes 바이트로, 제한치인 115MB를 초과했습니다." #: src/wx/verify_dcp_result_panel.cc:351 #, c-format diff --git a/src/wx/po/nl_NL.po b/src/wx/po/nl_NL.po index 04675aa38..4345fb3a9 100644 --- a/src/wx/po/nl_NL.po +++ b/src/wx/po/nl_NL.po @@ -3836,9 +3836,9 @@ msgstr "De subtitle asset %n heeft geen <EntryPoint> tag." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"De timed text asset %f neemt %n bytes in beslag, wat de limiet van 115 MB " +"De timed text asset %f neemt %size_in_bytes bytes in beslag, wat de limiet van 115 MB " "overschrijdt." #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/pl_PL.po b/src/wx/po/pl_PL.po index 746f417d3..47ef8a1df 100644 --- a/src/wx/po/pl_PL.po +++ b/src/wx/po/pl_PL.po @@ -3925,8 +3925,8 @@ msgstr "Plik z napisami %n nie ma znacznika <EntryPoint>." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." -msgstr "Plik z napisami %f zajmuje %n bajtów, co przekracza limit 115MB." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." +msgstr "Plik z napisami %f zajmuje %size_in_bytes bajtów, co przekracza limit 115MB." #: src/wx/verify_dcp_result_panel.cc:351 #, c-format diff --git a/src/wx/po/pt_BR.po b/src/wx/po/pt_BR.po index ab8a0c25b..db4a6c8be 100644 --- a/src/wx/po/pt_BR.po +++ b/src/wx/po/pt_BR.po @@ -3870,7 +3870,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/pt_PT.po b/src/wx/po/pt_PT.po index f255545a7..fd8bc2781 100644 --- a/src/wx/po/pt_PT.po +++ b/src/wx/po/pt_PT.po @@ -3881,7 +3881,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/ru_RU.po b/src/wx/po/ru_RU.po index cff4c3b08..2363c2480 100644 --- a/src/wx/po/ru_RU.po +++ b/src/wx/po/ru_RU.po @@ -3866,8 +3866,8 @@ msgstr "Ресурс субтитров %n не содержит тег <EntryPo #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." -msgstr "Ресурс субтитров %f занимает %n байт, что превышает лимит в 115 МБ." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." +msgstr "Ресурс субтитров %f занимает %size_in_bytes байт, что превышает лимит в 115 МБ." #: src/wx/verify_dcp_result_panel.cc:351 #, c-format diff --git a/src/wx/po/sk_SK.po b/src/wx/po/sk_SK.po index 618252d1c..c7ba05871 100644 --- a/src/wx/po/sk_SK.po +++ b/src/wx/po/sk_SK.po @@ -3883,7 +3883,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/sl_SI.po b/src/wx/po/sl_SI.po index ea0d55b1a..1cd12d355 100644 --- a/src/wx/po/sl_SI.po +++ b/src/wx/po/sl_SI.po @@ -3861,9 +3861,9 @@ msgstr "Sredstvo podnaslovov %n nima oznake vstopne točke <EntryPoint>." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"Sredstvo časovno opredeljenega besedila %f zavzema %n bajtov, kar presega " +"Sredstvo časovno opredeljenega besedila %f zavzema %size_in_bytes bajtov, kar presega " "omejitev 115 MB." #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/sv_SE.po b/src/wx/po/sv_SE.po index 9c3c49344..ed969717f 100644 --- a/src/wx/po/sv_SE.po +++ b/src/wx/po/sv_SE.po @@ -3911,9 +3911,9 @@ msgstr "Undertexttillgången %n har ingen <EntryPoint> tagg." #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" -"Den tajmade texttillgången %f tar %n byte vilket är över grånsen 115MB." +"Den tajmade texttillgången %f tar %size_in_bytes byte vilket är över grånsen 115MB." #: src/wx/verify_dcp_result_panel.cc:351 #, c-format diff --git a/src/wx/po/tr_TR.po b/src/wx/po/tr_TR.po index 0d2995f12..bf649962c 100644 --- a/src/wx/po/tr_TR.po +++ b/src/wx/po/tr_TR.po @@ -3678,7 +3678,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/uk_UA.po b/src/wx/po/uk_UA.po index cabc61ed0..ddf0b4203 100644 --- a/src/wx/po/uk_UA.po +++ b/src/wx/po/uk_UA.po @@ -3860,7 +3860,7 @@ msgstr "" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." msgstr "" #: src/wx/verify_dcp_result_panel.cc:351 diff --git a/src/wx/po/zh_CN.po b/src/wx/po/zh_CN.po index 6adf699dc..e83ca48fe 100644 --- a/src/wx/po/zh_CN.po +++ b/src/wx/po/zh_CN.po @@ -3752,8 +3752,8 @@ msgstr "字幕资产 %n 没有<EntryPoint>标记。" #: src/wx/verify_dcp_result_panel.cc:360 #, c-format msgid "" -"The timed text asset %f takes up %n bytes which is over the 115MB limit." -msgstr "字幕文本资产 %f 占用了%n字节,超出了115MB的限制。" +"The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit." +msgstr "字幕文本资产 %f 占用了%size_in_bytes字节,超出了115MB的限制。" #: src/wx/verify_dcp_result_panel.cc:351 #, c-format diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc index 35ed3c230..f9866c309 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -363,7 +363,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many) add(i.second, _("The XML in the closed caption asset %f takes up %size_in_bytes bytes which is over the 256KB limit.")); break; case dcp::VerificationNote::Code::INVALID_TIMED_TEXT_SIZE_IN_BYTES: - add(i.second, _("The timed text asset %f takes up %n bytes which is over the 115MB limit.")); + add(i.second, _("The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit.")); break; case dcp::VerificationNote::Code::INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES: add(i.second, _("The fonts in the timed text asset %f take up %n bytes which is over the 10MB limit.")); |
