diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-28 21:55:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-28 23:21:30 +0100 |
| commit | 800a6c661e26b6511a6afe00e91e8b66e1a70ed3 (patch) | |
| tree | 31b29cf00ad8cb94e7394e4369902b8dc0b262a2 | |
| parent | 6d53869bddb2154b32098052142d3e553d9782f5 (diff) | |
Rename size -> 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 | 2 | ||||
| -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 | 2 | ||||
| -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 | 2 | ||||
| -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 | 2 | ||||
| -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 | 6 |
24 files changed, 33 insertions, 33 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.53', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', '5fe14174334968cbe65454f8f7b14512aa6c50ee', {'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 c5982fb6c..cb5a307f7 100644 --- a/src/wx/po/cs_CZ.po +++ b/src/wx/po/cs_CZ.po @@ -1576,10 +1576,10 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" "Snímek %frame obsahuje komponentu obrázku, která je příliš velká (komponenta " -"%component má velikost %size bytů)." +"%component má velikost %size_in_bytes bytů)." #: src/wx/dcp_panel.cc:868 msgid "Frame Rate" diff --git a/src/wx/po/da_DK.po b/src/wx/po/da_DK.po index fc64b5fb8..ca91be4f1 100644 --- a/src/wx/po/da_DK.po +++ b/src/wx/po/da_DK.po @@ -1616,7 +1616,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/de_DE.po b/src/wx/po/de_DE.po index 7eef7dd31..843c42b49 100644 --- a/src/wx/po/de_DE.po +++ b/src/wx/po/de_DE.po @@ -1654,7 +1654,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/el_GR.po b/src/wx/po/el_GR.po index e9eacf928..82dca6b59 100644 --- a/src/wx/po/el_GR.po +++ b/src/wx/po/el_GR.po @@ -1536,7 +1536,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/es_ES.po b/src/wx/po/es_ES.po index 53aa6e51e..1449f9229 100644 --- a/src/wx/po/es_ES.po +++ b/src/wx/po/es_ES.po @@ -1625,7 +1625,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/fa_IR.po b/src/wx/po/fa_IR.po index 8ed697b55..538a902aa 100644 --- a/src/wx/po/fa_IR.po +++ b/src/wx/po/fa_IR.po @@ -1577,7 +1577,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "اجزا تصویری فریم %f بسیار بزرگ است(اندازه جز%c برابر %s بایت است)." #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/fr_FR.po b/src/wx/po/fr_FR.po index 0668304d4..01a1eadc3 100644 --- a/src/wx/po/fr_FR.po +++ b/src/wx/po/fr_FR.po @@ -1587,10 +1587,10 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" "L'image %frame a une composante d'image trop grande (la composante " -"%component a une taille de %size bytes)." +"%component a une taille de %size_in_bytes bytes)." #: src/wx/dcp_panel.cc:868 msgid "Frame Rate" diff --git a/src/wx/po/hu_HU.po b/src/wx/po/hu_HU.po index a1ec2fbd8..04813f2ef 100644 --- a/src/wx/po/hu_HU.po +++ b/src/wx/po/hu_HU.po @@ -1541,7 +1541,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/it_IT.po b/src/wx/po/it_IT.po index b34c4be43..95ef86c14 100644 --- a/src/wx/po/it_IT.po +++ b/src/wx/po/it_IT.po @@ -1623,7 +1623,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/ja_JP.po b/src/wx/po/ja_JP.po index ee82cbd2d..50c2d3e8f 100644 --- a/src/wx/po/ja_JP.po +++ b/src/wx/po/ja_JP.po @@ -1588,7 +1588,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:863 diff --git a/src/wx/po/ko_KR.po b/src/wx/po/ko_KR.po index 2afdb1d0a..08bcdea7e 100644 --- a/src/wx/po/ko_KR.po +++ b/src/wx/po/ko_KR.po @@ -1585,10 +1585,10 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" "프레임 %frame의 이미지 컴포넌트 크기가 너무 큽니다. (컴포넌트 %component의 크" -"기가 %size 바이트임)" +"기가 %size_in_bytes 바이트임)" #: src/wx/dcp_panel.cc:868 msgid "Frame Rate" diff --git a/src/wx/po/nl_NL.po b/src/wx/po/nl_NL.po index 0c4750de7..08b7f074c 100644 --- a/src/wx/po/nl_NL.po +++ b/src/wx/po/nl_NL.po @@ -1574,10 +1574,10 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" "Frame %frame bevat een beeldcomponent die te groot is (component %component " -"is %size bytes groot)." +"is %size_in_bytes bytes groot)." #: src/wx/dcp_panel.cc:868 msgid "Frame Rate" diff --git a/src/wx/po/pl_PL.po b/src/wx/po/pl_PL.po index 57d9584c8..60ed0320d 100644 --- a/src/wx/po/pl_PL.po +++ b/src/wx/po/pl_PL.po @@ -1622,7 +1622,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/pt_BR.po b/src/wx/po/pt_BR.po index c9d814c1f..2527dd24d 100644 --- a/src/wx/po/pt_BR.po +++ b/src/wx/po/pt_BR.po @@ -1627,7 +1627,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/pt_PT.po b/src/wx/po/pt_PT.po index 28d4b7cd2..ed7868210 100644 --- a/src/wx/po/pt_PT.po +++ b/src/wx/po/pt_PT.po @@ -1630,7 +1630,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/ru_RU.po b/src/wx/po/ru_RU.po index 79143ba3e..73c4b81af 100644 --- a/src/wx/po/ru_RU.po +++ b/src/wx/po/ru_RU.po @@ -1581,10 +1581,10 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" "Кадр %frame содержит слишком большой компонент изображения (размер " -"компонента %component равен %size в байтах)." +"компонента %component равен %size_in_bytes в байтах)." #: src/wx/dcp_panel.cc:868 msgid "Frame Rate" diff --git a/src/wx/po/sk_SK.po b/src/wx/po/sk_SK.po index 21fc3d83e..3d9868703 100644 --- a/src/wx/po/sk_SK.po +++ b/src/wx/po/sk_SK.po @@ -1635,7 +1635,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/sl_SI.po b/src/wx/po/sl_SI.po index 0c7bbfe68..dc28fdeb8 100644 --- a/src/wx/po/sl_SI.po +++ b/src/wx/po/sl_SI.po @@ -1587,10 +1587,10 @@ msgstr "Vsaj ena sličica video vsebine %f je blizu omejitve 250 MBit/s." #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" "Okvir %frame ima slikovno komponento, ki je prevelika (komponenta %component " -"je velika %size bajtov)." +"je velika %size_in_bytes bajtov)." #: src/wx/dcp_panel.cc:868 msgid "Frame Rate" diff --git a/src/wx/po/sv_SE.po b/src/wx/po/sv_SE.po index 0c939e941..fba154498 100644 --- a/src/wx/po/sv_SE.po +++ b/src/wx/po/sv_SE.po @@ -1618,7 +1618,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/tr_TR.po b/src/wx/po/tr_TR.po index e9eacf928..82dca6b59 100644 --- a/src/wx/po/tr_TR.po +++ b/src/wx/po/tr_TR.po @@ -1536,7 +1536,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/uk_UA.po b/src/wx/po/uk_UA.po index 066cdf071..f09198433 100644 --- a/src/wx/po/uk_UA.po +++ b/src/wx/po/uk_UA.po @@ -1624,7 +1624,7 @@ msgstr "" #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." +"is %size_in_bytes bytes in size)." msgstr "" #: src/wx/dcp_panel.cc:868 diff --git a/src/wx/po/zh_CN.po b/src/wx/po/zh_CN.po index fd0524ed8..ee6c91f41 100644 --- a/src/wx/po/zh_CN.po +++ b/src/wx/po/zh_CN.po @@ -1572,8 +1572,8 @@ msgstr "视频资产 %f (时间码 %ti)的至少一个%f 帧超过250MBit/s的 #, c-format msgid "" "Frame %frame has an image component that is too large (component %component " -"is %size bytes in size)." -msgstr "帧 %frame 包含一个图像组件过大(组件 %component 的大小为 %size 字节)" +"is %size_in_bytes bytes in size)." +msgstr "帧 %frame 包含一个图像组件过大(组件 %component 的大小为 %size_in_bytes 字节)" #: src/wx/dcp_panel.cc:868 msgid "Frame Rate" diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc index 19d2b4831..2485750f6 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -205,8 +205,8 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many) if (auto const component = note.component()) { message.Replace(char_to_wx("%component"), std_to_wx(fmt::to_string(*component))); } - if (auto const size = note.size()) { - message.Replace(char_to_wx("%size"), std_to_wx(fmt::to_string(*size))); + if (auto const size_in_bytes = note.size_in_bytes()) { + message.Replace(char_to_wx("%size_in_bytes"), std_to_wx(fmt::to_string(*size_in_bytes))); } if (auto const load_font_id = note.load_font_id()) { message.Replace(char_to_wx("%load_font_id"), std_to_wx(*load_font_id)); @@ -657,7 +657,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many) case dcp::VerificationNote::Code::INVALID_JPEG2000_TILE_PART_SIZE: add( i.second, - _("Frame %frame has an image component that is too large (component %component is %size bytes in size)."), + _("Frame %frame has an image component that is too large (component %component is %size_in_bytes bytes in size)."), _("More frames (not listed) have image components that are too large.") ); break; |
