summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/dcp_panel.cc30
-rw-r--r--src/wx/film_name_location_dialog.cc5
-rw-r--r--src/wx/gl_video_view.cc1
-rw-r--r--src/wx/po/ja_JP.po690
-rw-r--r--src/wx/po/zh_CN.po95
-rw-r--r--src/wx/supporters.cc9
6 files changed, 392 insertions, 438 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index 8f5c8fe7f..a69da7c1f 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -913,29 +913,23 @@ DCPPanel::add_video_panel_to_grid()
int r = 0;
add_label_to_sizer(_video_grid, _container_label, true, wxGBPosition(r, 0));
- {
- auto s = new wxBoxSizer(wxHORIZONTAL);
- s->Add(_container, 1, wxEXPAND | wxRIGHT, DCPOMATIC_SIZER_X_GAP);
- s->Add(_container_size, 1, wxLEFT | wxALIGN_CENTER_VERTICAL);
- _video_grid->Add(s, wxGBPosition(r, 1));
- ++r;
- }
+ _video_grid->Add(_container, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);
+ _video_grid->Add(_container_size, wxGBPosition(r, 2), wxDefaultSpan, wxALIGN_CENTER_VERTICAL);
+ ++r;
add_label_to_sizer(_video_grid, _resolution_label, true, wxGBPosition(r, 0));
- _video_grid->Add(_resolution, wxGBPosition(r, 1));
+ _video_grid->Add(_resolution, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);
++r;
add_label_to_sizer(_video_grid, _frame_rate_label, true, wxGBPosition(r, 0));
- {
- _frame_rate_sizer = new wxBoxSizer(wxHORIZONTAL);
- _frame_rate_sizer->Add(_frame_rate_choice, 1, wxALIGN_CENTER_VERTICAL);
- _frame_rate_sizer->Add(_frame_rate_spin, 1, wxALIGN_CENTER_VERTICAL);
- _frame_rate_sizer->Add(_best_frame_rate, 1, wxLEFT | wxALIGN_CENTER_VERTICAL, DCPOMATIC_SIZER_X_GAP);
- _video_grid->Add(_frame_rate_sizer, wxGBPosition(r, 1));
- ++r;
- }
+ _frame_rate_sizer = new wxBoxSizer(wxHORIZONTAL);
+ _frame_rate_sizer->Add(_frame_rate_choice, 1, wxALIGN_CENTER_VERTICAL);
+ _frame_rate_sizer->Add(_frame_rate_spin, 1, wxALIGN_CENTER_VERTICAL);
+ _video_grid->Add(_frame_rate_sizer, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);
+ _video_grid->Add(_best_frame_rate, wxGBPosition(r, 2));
+ ++r;
- _video_grid->Add(_three_d, wxGBPosition(r, 0), wxGBSpan(1, 2));
+ _video_grid->Add(_three_d, wxGBPosition(r, 0), wxGBSpan(1, 3));
++r;
add_label_to_sizer(_video_grid, _video_bit_rate_label, true, wxGBPosition(r, 0));
@@ -944,7 +938,7 @@ DCPPanel::add_video_panel_to_grid()
add_label_to_sizer(s, _mbits_label, false, 0, wxLEFT | wxALIGN_CENTER_VERTICAL);
_video_grid->Add(s, wxGBPosition(r, 1), wxDefaultSpan);
++r;
- _video_grid->Add(_reencode_j2k, wxGBPosition(r, 0), wxGBSpan(1, 2));
+ _video_grid->Add(_reencode_j2k, wxGBPosition(r, 0), wxGBSpan(1, 3));
}
diff --git a/src/wx/film_name_location_dialog.cc b/src/wx/film_name_location_dialog.cc
index 893b789f9..0ac7cc98a 100644
--- a/src/wx/film_name_location_dialog.cc
+++ b/src/wx/film_name_location_dialog.cc
@@ -27,6 +27,7 @@
#include "dir_picker_ctrl.h"
#endif
#include "lib/config.h"
+#include <dcp/filesystem.h>
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/stdpaths.h>
@@ -139,7 +140,7 @@ FilmNameLocationDialog::template_name () const
bool
FilmNameLocationDialog::check_path ()
{
- if (boost::filesystem::is_directory(path()) && !boost::filesystem::is_empty(path())) {
+ if (dcp::filesystem::is_directory(path()) && !dcp::filesystem::is_empty(path())) {
if (!confirm_dialog (
this,
wxString::Format(
@@ -149,7 +150,7 @@ FilmNameLocationDialog::check_path ()
)) {
return false;
}
- } else if (boost::filesystem::is_regular_file(path())) {
+ } else if (dcp::filesystem::is_regular_file(path())) {
error_dialog (
this,
wxString::Format(_("%s already exists as a file, so you cannot use it for a film."), std_to_wx(path().string()))
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc
index a04cb3000..1fea68218 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -71,6 +71,7 @@ using namespace dcpomatic::gl;
GLVideoView::GLVideoView(FilmViewer* viewer, wxWindow *parent, bool wake)
: VideoView(viewer, wake)
, _context(nullptr)
+ , _canvas_size(wxSize{})
, _rec2020(false)
, _vsync_enabled(false)
, _playing(false)
diff --git a/src/wx/po/ja_JP.po b/src/wx/po/ja_JP.po
index 8d186a25b..ea0ad5a02 100644
--- a/src/wx/po/ja_JP.po
+++ b/src/wx/po/ja_JP.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2026-04-21 17:39+0200\n"
-"PO-Revision-Date: 2026-04-01 21:46+0900\n"
+"POT-Creation-Date: 2026-02-15 21:03+0100\n"
+"PO-Revision-Date: 2026-05-04 22:09+0900\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ja_JP\n"
@@ -121,12 +121,12 @@ msgstr ""
"(C) 2012-2026 Carl Hetherington, Terrence Meiczinger\n"
"Aaron Boxer"
-#: src/wx/full_config_dialog.cc:1227 src/wx/player_config_dialog.cc:131
+#: src/wx/full_config_dialog.cc:1210 src/wx/player_config_dialog.cc:131
#, c-format
msgid "(restart %s to change display mode)"
msgstr "(表示モードを変更するには %s を再起動してください)"
-#: src/wx/general_preferences_page.cc:105
+#: src/wx/general_preferences_page.cc:104
#, c-format
msgid "(restart %s to see language changes)"
msgstr "(言語の変更を確認するには %s を再起動してください)"
@@ -169,7 +169,7 @@ msgstr "12 - 7.1/HI/VI"
#: src/wx/wx_util.cc:486
msgid "2 - stereo"
-msgstr "2 - stereo"
+msgstr "2 - ステレオ"
#: src/wx/rgba_colour_picker.cc:40
msgid "255"
@@ -183,17 +183,17 @@ msgstr "2D"
msgid "2D version of 3D DCP"
msgstr "3D DCPの2Dバージョン"
-#: src/wx/dcp_panel.cc:900
+#: src/wx/dcp_panel.cc:895
msgid "2K"
msgstr "2K"
-#: src/wx/dcp_panel.cc:873 src/wx/video_panel.cc:189
+#: src/wx/dcp_panel.cc:868 src/wx/video_panel.cc:189
msgid "3D"
msgstr "3D"
#: src/wx/video_panel.cc:192
msgid "3D alternate"
-msgstr "3D 代替"
+msgstr "3D 交互"
#: src/wx/video_panel.cc:193
msgid "3D left only"
@@ -215,11 +215,11 @@ msgstr "3D 上/下"
msgid "4 - L/C/R/Lfe"
msgstr "4 - L/C/R/Lfe"
-#: src/wx/dcp_panel.cc:1012
+#: src/wx/dcp_panel.cc:1007
msgid "48kHz"
msgstr "48kHz"
-#: src/wx/dcp_panel.cc:901
+#: src/wx/dcp_panel.cc:896
msgid "4K"
msgstr "4K"
@@ -231,7 +231,7 @@ msgstr "6 - 5.1"
msgid "8 - 5.1/HI/VI"
msgstr "8 - 5.1/HI/VI"
-#: src/wx/dcp_panel.cc:1013
+#: src/wx/dcp_panel.cc:1008
msgid "96kHz"
msgstr "96kHz"
@@ -239,14 +239,14 @@ msgstr "96kHz"
msgid ":1"
msgstr ":1"
-#: src/wx/verify_dcp_result_panel.cc:648
+#: src/wx/verify_dcp_result_panel.cc:637
#, fuzzy, c-format
-msgid "<IssueDate> has an invalid value %issue_date"
+msgid "<IssueDate> has an invalid value %n"
msgstr "<IssueDate> 無効な値があります %n"
-#: src/wx/verify_dcp_result_panel.cc:654
+#: src/wx/verify_dcp_result_panel.cc:643
#, fuzzy, c-format
-msgid "<MainSoundConfiguration> is invalid (%error)"
+msgid "<MainSoundConfiguration> is invalid (%n)"
msgstr "<MainSoundConfiguration> 無効です (%n)"
#: src/wx/subtitle_appearance_dialog.cc:118
@@ -270,90 +270,84 @@ msgstr ""
msgid "A"
msgstr "A"
-#: src/wx/verify_dcp_result_panel.cc:570
+#: src/wx/verify_dcp_result_panel.cc:546
#, fuzzy, c-format
-msgid "A 2K JPEG2000 frame contains %tile_parts tile parts instead of 3."
+msgid "A 2K JPEG2000 frame contains %n tile parts instead of 3."
msgstr "2K JPEG2000 フレームには、3 個ではなく %n 個のタイル部分が含まれます。"
-#: src/wx/verify_dcp_result_panel.cc:584
+#: src/wx/verify_dcp_result_panel.cc:560
#, fuzzy, c-format
-msgid ""
-"A 2K JPEG2000 frame contains an invalid Rsiz (capabilities) value of "
-"%capabilities"
+msgid "A 2K JPEG2000 frame contains an invalid Rsiz (capabilities) value of %n"
msgstr "2K JPEG2000フレームに無効なRsiz(機能)値%nが含まれています"
-#: src/wx/verify_dcp_result_panel.cc:507
+#: src/wx/verify_dcp_result_panel.cc:518
#, fuzzy, c-format
-msgid "A 2K JPEG2000 frame has %guard_bits guard bits instead of 1."
-msgstr "2K JPEG2000 フレームには、1 ではなく %n のガード ビットがあります。"
+msgid "A 2K JPEG2000 frame has %n POC marker(s) instead of 0."
+msgstr "2K JPEG2000 フレームには、0 ではなく %n 個の POC マーカーがあります。"
-#: src/wx/verify_dcp_result_panel.cc:542
+#: src/wx/verify_dcp_result_panel.cc:483
#, fuzzy, c-format
-msgid "A 2K JPEG2000 frame has %poc_markers POC marker(s) instead of 0."
-msgstr "2K JPEG2000 フレームには、0 ではなく %n 個の POC マーカーがあります。"
+msgid "A 2K JPEG2000 frame has %n guard bits instead of 1."
+msgstr "2K JPEG2000 フレームには、1 ではなく %n のガード ビットがあります。"
-#: src/wx/verify_dcp_result_panel.cc:577
+#: src/wx/verify_dcp_result_panel.cc:553
#, fuzzy, c-format
-msgid "A 4K JPEG2000 frame contains %tile_parts tile parts instead of 6."
+msgid "A 4K JPEG2000 frame contains %n tile parts instead of 6."
msgstr "4K JPEG2000 フレームには、6 個ではなく %n 個のタイル部分が含まれます。"
-#: src/wx/verify_dcp_result_panel.cc:591
+#: src/wx/verify_dcp_result_panel.cc:567
#, fuzzy, c-format
-msgid ""
-"A 4K JPEG2000 frame contains an invalid Rsiz (capabilities) value of "
-"%capabilities"
+msgid "A 4K JPEG2000 frame contains an invalid Rsiz (capabilities) value of %n"
msgstr "4K JPEG2000フレームに無効なRsiz(機能)値%nが含まれています"
-#: src/wx/verify_dcp_result_panel.cc:514
-#, fuzzy, c-format
-msgid "A 4K JPEG2000 frame has %guard_bits guard bits instead of 2."
-msgstr "4K JPEG2000 フレームには 2 ではなく %n のガード ビットがあります。"
-
-#: src/wx/verify_dcp_result_panel.cc:549
+#: src/wx/verify_dcp_result_panel.cc:525
#, fuzzy, c-format
-msgid "A 4K JPEG2000 frame has %poc_markers POC marker(s) instead of 1."
+msgid "A 4K JPEG2000 frame has %n POC marker(s) instead of 1."
msgstr ""
"4K JPEG2000 フレームには、1 個ではなく %n 個の POC マーカーがあります。"
-#: src/wx/verify_dcp_result_panel.cc:563
+#: src/wx/verify_dcp_result_panel.cc:490
+#, fuzzy, c-format
+msgid "A 4K JPEG2000 frame has %n guard bits instead of 2."
+msgstr "4K JPEG2000 フレームには 2 ではなく %n のガード ビットがあります。"
+
+#: src/wx/verify_dcp_result_panel.cc:539
#, fuzzy
msgid "A JPEG2000 frame contains a POC marker in an invalid location."
msgstr "JPEG2000 フレームに無効な場所に POC マーカーが含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:556
+#: src/wx/verify_dcp_result_panel.cc:532
#, fuzzy, c-format
msgid "A JPEG2000 frame contains an invalid POC marker (%n)."
msgstr "JPEG2000 フレームに無効な POC マーカー (%n) が含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:535
+#: src/wx/verify_dcp_result_panel.cc:511
#, fuzzy, c-format
-msgid ""
-"A JPEG2000 frame has a code-block height of %code_block_height instead of 32."
+msgid "A JPEG2000 frame has a code-block height of %n instead of 32."
msgstr "JPEG2000フレームのコードブロックの高さが32ではなく%nです。"
-#: src/wx/verify_dcp_result_panel.cc:528
+#: src/wx/verify_dcp_result_panel.cc:504
#, fuzzy, c-format
-msgid ""
-"A JPEG2000 frame has a code-block width of %code_block_width instead of 32."
+msgid "A JPEG2000 frame has a code-block width of %n instead of 32."
msgstr "JPEG2000 フレームのコード ブロック幅は 32 ではなく %n です。"
-#: src/wx/verify_dcp_result_panel.cc:598
+#: src/wx/verify_dcp_result_panel.cc:574
msgid "A JPEG2000 frame has no TLM marker."
msgstr "JPEG2000フレームにTLMマーカーがありません。"
-#: src/wx/verify_dcp_result_panel.cc:521
+#: src/wx/verify_dcp_result_panel.cc:497
#, fuzzy
msgid "A JPEG2000 tile size does not match the image size."
msgstr "JPEG2000 タイルのサイズが画像のサイズと一致しません。"
#: src/wx/update_dialog.cc:45
-#, fuzzy, c-format
+#, c-format
msgid "A new version of %s is available."
msgstr "%s の新しいバージョンが利用可能です。"
-#: src/wx/verify_dcp_result_panel.cc:500
+#: src/wx/verify_dcp_result_panel.cc:476
#, fuzzy, c-format
-msgid "A picture frame has an invalid JPEG2000 codestream (%error)."
+msgid "A picture frame has an invalid JPEG2000 codestream (%n)."
msgstr "画像フレームに無効な JPEG2000 コードストリーム (%n) があります。"
#: src/wx/hints_dialog.cc:183
@@ -361,16 +355,16 @@ msgstr "画像フレームに無効な JPEG2000 コードストリーム (%n)
msgid "A problem occurred when looking for hints (%s)"
msgstr "ヒントの検索中に問題が発生しました (%s)"
-#: src/wx/verify_dcp_result_panel.cc:603
+#: src/wx/verify_dcp_result_panel.cc:579
#, fuzzy
msgid "A subtitle lasts longer than the reel it is in."
msgstr "字幕の長さは、字幕が含まれるリールの長さよりも長くなります。"
-#: src/wx/verify_dcp_result_panel.cc:670
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:659
+#, c-format
msgid ""
-"A subtitle or closed caption refers to a font with ID %load_font_id that "
-"does not have a corresponding <LoadFont> node."
+"A subtitle or closed caption refers to a font with ID %id that does not have "
+"a corresponding <LoadFont> node."
msgstr ""
"字幕またはクローズドキャプションは対応する<LoadFont>ノードを持たないID%idの"
"フォントを指します。"
@@ -469,7 +463,6 @@ msgid "Add recipient"
msgstr "受信者を追加"
#: src/wx/dcp_timeline.cc:173
-#, fuzzy
msgid "Add reel boundary"
msgstr "リール境界を追加"
@@ -523,7 +516,7 @@ msgstr "アドレス"
msgid "Adjust white point to"
msgstr "ホワイトポイントを調整する"
-#: src/wx/full_config_dialog.cc:1195 src/wx/kdm_config_dialog.cc:105
+#: src/wx/full_config_dialog.cc:1178 src/wx/kdm_config_dialog.cc:105
#: src/wx/metadata_dialog.cc:79 src/wx/player_config_dialog.cc:277
msgid "Advanced"
msgstr "詳細"
@@ -570,11 +563,6 @@ msgstr "フルフレームと非標準コンテナ比率を許可する"
msgid "Allow mapping to all audio channels"
msgstr "すべての音声チャンネルへの関連付けを許可する"
-#: src/wx/full_config_dialog.cc:1079
-#, fuzzy
-msgid "Allow use of MPEG2 Interop"
-msgstr "SMPTE Bv2.0の使用を許可する"
-
#: src/wx/full_config_dialog.cc:1077
msgid "Allow use of SMPTE Bv2.0"
msgstr "SMPTE Bv2.0の使用を許可する"
@@ -583,17 +571,17 @@ msgstr "SMPTE Bv2.0の使用を許可する"
msgid "Alpha 0"
msgstr "Alpha 0"
-#: src/wx/about_dialog.cc:184
+#: src/wx/about_dialog.cc:182
msgid "Also supported by"
msgstr "更なる支援者"
-#: src/wx/verify_dcp_result_panel.cc:307
+#: src/wx/verify_dcp_result_panel.cc:283
msgid "An asset has an empty path in the ASSETMAP."
msgstr "ASSETMAP内のデータのパスが空です。"
-#: src/wx/verify_dcp_result_panel.cc:633
+#: src/wx/verify_dcp_result_panel.cc:622
#, fuzzy, c-format
-msgid "An invalid <ContentKind> %content_kind has been used."
+msgid "An invalid <ContentKind> %n has been used."
msgstr "無効な <ContentKind> %n が使用されました。"
#: src/wx/dkdm_output_panel.cc:204 src/wx/kdm_output_panel.cc:321
@@ -602,7 +590,6 @@ msgid "An unknown exception occurred."
msgstr "不明な例外が発生しました。"
#: src/wx/short_kdm_output_panel.cc:100 src/wx/tall_kdm_output_panel.cc:81
-#, fuzzy
msgid "Annotation text"
msgstr "注釈テキスト"
@@ -643,28 +630,28 @@ msgstr ""
"次のアドレスにメールを送信してもよろしいですか?\n"
"\n"
-#: src/wx/verify_dcp_result_panel.cc:618
+#: src/wx/verify_dcp_result_panel.cc:607
#, fuzzy
msgid "At least one <Text> node in a subtitle or closed caption is empty."
msgstr ""
"字幕またはクローズドキャプション内の少なくとも 1 つの <Text>ノードが空です。"
-#: src/wx/verify_dcp_result_panel.cc:432
+#: src/wx/verify_dcp_result_panel.cc:408
msgid ""
"At least one asset in a reel does not have the same duration as the others."
msgstr "リール内の最低1 つのデータの長さが、他のデータと同じではありません。"
-#: src/wx/verify_dcp_result_panel.cc:402
+#: src/wx/verify_dcp_result_panel.cc:378
#, fuzzy
msgid "At least one pair of subtitles is separated by less than 2 frames."
msgstr "最低1組の字幕の間隔が2フレーム未満です。"
-#: src/wx/verify_dcp_result_panel.cc:396
+#: src/wx/verify_dcp_result_panel.cc:372
#, fuzzy
msgid "At least one subtitle has zero or negative duration."
msgstr "少なくとも 1 つの字幕の長さがゼロまたはそれ以下です。"
-#: src/wx/verify_dcp_result_panel.cc:399
+#: src/wx/verify_dcp_result_panel.cc:375
#, fuzzy
msgid "At least one subtitle lasts less than 15 frames."
msgstr "少なくとも 1 つの字幕の長さが 15 フレーム未満です。"
@@ -674,7 +661,7 @@ msgid "Atmos"
msgstr "Atmos"
#: src/wx/audio_dialog.cc:65 src/wx/audio_panel.cc:66
-#: src/wx/content_properties_dialog.cc:95 src/wx/dcp_panel.cc:124
+#: src/wx/content_properties_dialog.cc:82 src/wx/dcp_panel.cc:124
#: src/wx/timeline_labels_view.cc:42 src/wx/timeline_labels_view.cc:92
msgid "Audio"
msgstr "音声"
@@ -833,7 +820,7 @@ msgstr "証明書チェーン"
msgid "Channel gain"
msgstr "チャンネルゲイン"
-#: src/wx/audio_dialog.cc:110 src/wx/dcp_panel.cc:981
+#: src/wx/audio_dialog.cc:110 src/wx/dcp_panel.cc:976
msgid "Channels"
msgstr "音声チャンネル"
@@ -841,11 +828,11 @@ msgstr "音声チャンネル"
msgid "Check all"
msgstr "全チェック"
-#: src/wx/general_preferences_page.cc:203
+#: src/wx/general_preferences_page.cc:202
msgid "Check for testing updates on startup"
msgstr "起動時にテスト更新を確認する"
-#: src/wx/general_preferences_page.cc:199
+#: src/wx/general_preferences_page.cc:198
msgid "Check for updates on startup"
msgstr "起動時にアップデートを確認する"
@@ -885,7 +872,7 @@ msgstr "Christie"
msgid "Cinema"
msgstr "映画館"
-#: src/wx/general_preferences_page.cc:126
+#: src/wx/general_preferences_page.cc:125
msgid "Cinema and screen database file"
msgstr "映画とスクリーンのデータベースファイル"
@@ -894,9 +881,9 @@ msgid "Click the button to set all selected content to the same value."
msgstr ""
"ボタンをクリックすると、選択したすべてのコンテンツが同じ値に設定されます。"
-#: src/wx/verify_dcp_result_panel.cc:450
-#, fuzzy, c-format
-msgid "Closed caption asset %asset_id has a non-zero <EntryPoint>."
+#: src/wx/verify_dcp_result_panel.cc:426
+#, c-format
+msgid "Closed caption asset %n has a non-zero <EntryPoint>."
msgstr ""
"クローズド キャプション データ %n には、ゼロ以外の <EntryPoint> があります。."
@@ -929,12 +916,12 @@ msgstr "会社名"
msgid "Component"
msgstr "コンポーネント"
-#: src/wx/general_preferences_page.cc:121
+#: src/wx/general_preferences_page.cc:120
msgid "Configuration file"
msgstr "設定ファイル"
#. TRANSLATORS: translate the word "Timing" here; do not include the "Config|" prefix
-#: src/wx/full_config_dialog.cc:1308 src/wx/player_config_dialog.cc:319
+#: src/wx/full_config_dialog.cc:1291 src/wx/player_config_dialog.cc:319
msgid "Config|Timing"
msgstr "設定|タイミング"
@@ -942,7 +929,7 @@ msgstr "設定|タイミング"
msgid "Confirm KDM email"
msgstr ""
-#: src/wx/dcp_panel.cc:861
+#: src/wx/dcp_panel.cc:856
msgid "Container"
msgstr "アスペクト比"
@@ -978,7 +965,7 @@ msgstr "コントラスト"
#: src/wx/text_panel.cc:101
msgid "Coord|Y"
-msgstr ""
+msgstr "調整|Y"
#: src/wx/dcp_panel.cc:93
msgid "Copy as name"
@@ -1036,13 +1023,13 @@ msgstr "KDMを読み込めませんでした。"
msgid "Could not load certificate (%s)"
msgstr "証明書を読み込めませんでした (%s)"
-#: src/wx/simple_video_view.cc:175
+#: src/wx/simple_video_view.cc:176
msgid "Could not play content"
msgstr "コンテンツを再生できませんでした"
-#: src/wx/verify_dcp_result_panel.cc:286
-#, fuzzy, c-format
-msgid "Could not read DCP (%error)"
+#: src/wx/verify_dcp_result_panel.cc:262
+#, c-format
+msgid "Could not read DCP (%n)"
msgstr "DCPファイルを読み取れませんでした(%n)"
#: src/wx/gl_video_view.cc:131
@@ -1052,7 +1039,6 @@ msgstr "DCPを読み取れませんでした: %s"
#: src/wx/download_certificate_panel.cc:66
#: src/wx/download_certificate_panel.cc:79
-#, c++-format
msgid "Could not read certificate file ({})"
msgstr "証明書ファイルを読み取れませんでした。({})"
@@ -1140,7 +1126,7 @@ msgstr "DCP"
msgid "DCP Text Track"
msgstr "DCPテキストトラック"
-#: src/wx/full_config_dialog.cc:1274
+#: src/wx/full_config_dialog.cc:1257
msgid "DCP asset filename format"
msgstr "DCPデータファイル名の形式"
@@ -1148,7 +1134,7 @@ msgstr "DCPデータファイル名の形式"
msgid "DCP directory"
msgstr "DCPのディレクトリ"
-#: src/wx/full_config_dialog.cc:1255
+#: src/wx/full_config_dialog.cc:1238
msgid "DCP metadata filename format"
msgstr "DCP詳細情報ファイル名の形式"
@@ -1156,31 +1142,31 @@ msgstr "DCP詳細情報ファイル名の形式"
msgid "Debug log file"
msgstr "デバッグログファイル"
-#: src/wx/full_config_dialog.cc:1310
+#: src/wx/full_config_dialog.cc:1293
msgid "Debug: 3D"
msgstr "デバッグ: 3D"
-#: src/wx/full_config_dialog.cc:1320
+#: src/wx/full_config_dialog.cc:1303
msgid "Debug: audio analysis"
msgstr "デバッグ: audio analysis"
-#: src/wx/full_config_dialog.cc:1322
+#: src/wx/full_config_dialog.cc:1305
msgid "Debug: butler"
msgstr "デバッグ: butler"
-#: src/wx/full_config_dialog.cc:1314 src/wx/kdm_config_dialog.cc:142
+#: src/wx/full_config_dialog.cc:1297 src/wx/kdm_config_dialog.cc:142
msgid "Debug: email sending"
msgstr "デバッグ: email sending"
-#: src/wx/full_config_dialog.cc:1312
+#: src/wx/full_config_dialog.cc:1295
msgid "Debug: encode"
msgstr "デバッグ: encode"
-#: src/wx/full_config_dialog.cc:1318 src/wx/player_config_dialog.cc:323
+#: src/wx/full_config_dialog.cc:1301 src/wx/player_config_dialog.cc:323
msgid "Debug: player"
msgstr "デバッグ: player"
-#: src/wx/full_config_dialog.cc:1316 src/wx/player_config_dialog.cc:321
+#: src/wx/full_config_dialog.cc:1299 src/wx/player_config_dialog.cc:321
msgid "Debug: video view"
msgstr "デバッグ: video view"
@@ -1355,7 +1341,7 @@ msgid "Edit screen"
msgstr "スクリーンを編集"
#: src/wx/audio_mapping_view.cc:90 src/wx/content_advanced_dialog.cc:75
-#: src/wx/dcp_panel.cc:996 src/wx/language_tag_widget.cc:51
+#: src/wx/dcp_panel.cc:991 src/wx/language_tag_widget.cc:51
#: src/wx/recipients_panel.cc:71 src/wx/region_subtag_widget.cc:52
#: src/wx/video_panel.cc:159 src/wx/video_panel.cc:170
#: src/wx/editable_list.h:149
@@ -1424,7 +1410,7 @@ msgstr "エンド"
msgid "Enter your email address for the contact, not %s"
msgstr "連絡先のメールアドレスを入力してください。%s"
-#: src/wx/full_config_dialog.cc:1305 src/wx/kdm_config_dialog.cc:140
+#: src/wx/full_config_dialog.cc:1288 src/wx/kdm_config_dialog.cc:140
#: src/wx/player_config_dialog.cc:316 src/wx/verify_dcp_result_panel.cc:61
msgid "Errors"
msgstr "エラー"
@@ -1454,7 +1440,7 @@ msgid "Export video file"
msgstr "動画ファイルをエクスポート"
#: src/wx/certificate_chain_editor.cc:112
-#: src/wx/general_preferences_page.cc:129
+#: src/wx/general_preferences_page.cc:128
msgid "Export..."
msgstr "エクスポート"
@@ -1505,7 +1491,6 @@ msgid "Filename format"
msgstr "ファイル名フォーマット"
#: src/wx/film_name_location_dialog.cc:48
-#, fuzzy
msgid "Film name"
msgstr "プロジェクト名"
@@ -1533,8 +1518,9 @@ msgid "Find missing..."
msgstr "紛失物を探す"
#: src/wx/subtitle_appearance_dialog.cc:130
+#, fuzzy
msgid "Finding the colours in these subtitles..."
-msgstr ""
+msgstr "これらの字幕の色を見つける"
#: src/wx/markers.cc:39
msgid "First frame of end credits (FFEC)"
@@ -1584,28 +1570,32 @@ msgstr "鑑識的に動画をマーク"
msgid "Format"
msgstr "フォーマット"
-#: src/wx/verify_dcp_result_panel.cc:343
+#: src/wx/verify_dcp_result_panel.cc:319
#, c-format
msgid ""
"Frame %frame (timecode %timecode) in asset %f has an instantaneous bit rate "
"that is close to the limit of 250Mbit/s."
msgstr ""
+"%f 内の %frame フレーム(タイムコード %timecode)の瞬間ビットレートは250Mbit/"
+"s の制限値に近い値です。"
-#: src/wx/verify_dcp_result_panel.cc:336
+#: src/wx/verify_dcp_result_panel.cc:312
#, c-format
msgid ""
"Frame %frame (timecode %timecode) in asset %f has an instantaneous bit rate "
"that is over the limit of 250Mbit/s."
msgstr ""
+"%f 内の %frame フレーム(タイムコード %timecode)の瞬間ビットレートは250Mbit/"
+"s の制限値を超えています。"
-#: src/wx/verify_dcp_result_panel.cc:662
+#: src/wx/verify_dcp_result_panel.cc:651
#, c-format
msgid ""
"Frame %frame has an image component that is too large (component %component "
-"is %size_in_bytes bytes in size)."
+"is %size bytes in size)."
msgstr ""
-#: src/wx/dcp_panel.cc:868
+#: src/wx/dcp_panel.cc:863
msgid "Frame Rate"
msgstr "フレームレート"
@@ -1632,7 +1622,6 @@ msgid "From address"
msgstr "送信先メールアドレス"
#: src/wx/film_name_location_dialog.cc:66
-#, fuzzy
msgid "From template"
msgstr "テンプレート元"
@@ -1665,7 +1654,7 @@ msgstr "ゲイン計算機"
msgid "Gain for content channel %d in DCP channel %d"
msgstr "DCP チャネル %d のコンテンツ チャネル %d のゲイン"
-#: src/wx/content_properties_dialog.cc:89 src/wx/full_config_dialog.cc:1301
+#: src/wx/content_properties_dialog.cc:76 src/wx/full_config_dialog.cc:1284
#: src/wx/general_preferences_page.cc:66 src/wx/kdm_config_dialog.cc:136
#: src/wx/player_config_dialog.cc:312
msgid "General"
@@ -1729,7 +1718,7 @@ msgstr "IPアドレス"
msgid "IP address / host name"
msgstr "IPアドレス / ホスト名"
-#: src/wx/full_config_dialog.cc:1083
+#: src/wx/full_config_dialog.cc:1080
msgid "ISDCF name part length"
msgstr "ISDCF名部分の最大文字長"
@@ -1959,7 +1948,7 @@ msgstr "LEQ(m) %.2fdB"
msgid "Label"
msgstr "ラベル"
-#: src/wx/dcp_panel.cc:994 src/wx/dcp_text_track_dialog.cc:35
+#: src/wx/dcp_panel.cc:989 src/wx/dcp_text_track_dialog.cc:35
#: src/wx/text_panel.cc:166
msgid "Language"
msgstr "言語"
@@ -2005,7 +1994,7 @@ msgstr "タイトルクレジットの最終フレーム(LFTC)"
msgid "Later"
msgstr "後へ"
-#: src/wx/full_config_dialog.cc:1242
+#: src/wx/full_config_dialog.cc:1225
msgid "Layout for short screen"
msgstr "短い画面のレイアウト"
@@ -2029,12 +2018,11 @@ msgstr "リーフ秘密鍵がリーフ証明書と一致しません!"
msgid "Left"
msgstr "左"
-#: src/wx/content_properties_dialog.cc:98
+#: src/wx/content_properties_dialog.cc:85
msgid "Length"
msgstr "長さ"
#: src/wx/player_information.cc:181
-#, fuzzy, c++-format
msgid "Length: {} ({} frames)"
msgstr "長さ: {} ({} フレーム)"
@@ -2062,7 +2050,7 @@ msgstr "プレイリストとKDMの読み込み中"
msgid "Locations"
msgstr "場所"
-#: src/wx/full_config_dialog.cc:1299 src/wx/kdm_config_dialog.cc:134
+#: src/wx/full_config_dialog.cc:1282 src/wx/kdm_config_dialog.cc:134
#: src/wx/player_config_dialog.cc:310
msgid "Log"
msgstr "ログ"
@@ -2110,7 +2098,7 @@ msgstr "MP4 / H.264"
msgid "MP4 files (*.mp4)|*.mp4"
msgstr "MP4 files (*.mp4)|*.mp4"
-#: src/wx/dcp_panel.cc:181
+#: src/wx/dcp_panel.cc:176
msgid "MPEG2 Interop"
msgstr "MPEG2 Interop"
@@ -2180,7 +2168,7 @@ msgstr "JPEG2000の最大ビットレート"
msgid "Maximum MPEG2 bit rate"
msgstr "MPEG2の最大ビットレート"
-#: src/wx/full_config_dialog.cc:1247
+#: src/wx/full_config_dialog.cc:1230
msgid "Maximum number of frames to store per thread"
msgstr "スレッドあたりに保存可能なフレームの最大数"
@@ -2188,7 +2176,7 @@ msgstr "スレッドあたりに保存可能なフレームの最大数"
msgid "Maximum reel size"
msgstr "リールの最大容量"
-#: src/wx/dcp_panel.cc:877 src/wx/full_config_dialog.cc:1050
+#: src/wx/dcp_panel.cc:872 src/wx/full_config_dialog.cc:1050
#: src/wx/full_config_dialog.cc:1059
msgid "Mbit/s"
msgstr "Mbit/s"
@@ -2209,100 +2197,100 @@ msgstr "付帯情報"
msgid "Mix audio down to stereo"
msgstr "音声をステレオへMIX"
-#: src/wx/verify_dcp_result_panel.cc:571
+#: src/wx/verify_dcp_result_panel.cc:547
msgid ""
"More 2K JPEG2000 frames (not listed) contain the wrong number of tile parts."
msgstr ""
"さらに多くの 2K JPEG2000 フレーム(リストに無い) には、間違った数のタイル部"
"分が含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:508
+#: src/wx/verify_dcp_result_panel.cc:484
msgid ""
"More 2K JPEG2000 frames (not listed) have an invalid number of guard bits."
msgstr ""
"さらに多くの 2K JPEG2000 フレーム(リストに無い)には、無効な数のガード ビッ"
"トがあります。"
-#: src/wx/verify_dcp_result_panel.cc:543
+#: src/wx/verify_dcp_result_panel.cc:519
msgid "More 2K JPEG2000 frames (not listed) have too many POC markers."
msgstr ""
"さらに多くの 2K JPEG2000 フレーム(リストにない)には、POC マーカーが多すぎま"
"す。"
-#: src/wx/verify_dcp_result_panel.cc:515
+#: src/wx/verify_dcp_result_panel.cc:491
msgid ""
"More 4K JPEG2000 frames (not listed) have an invalid number of guard bits."
msgstr ""
"さらに多くの 4K JPEG2000 フレーム(リストに無い)には、無効な数のガード ビッ"
"トがあります。"
-#: src/wx/verify_dcp_result_panel.cc:550
+#: src/wx/verify_dcp_result_panel.cc:526
msgid "More 4K JPEG2000 frames (not listed) have too many POC markers."
msgstr ""
"さらに多くの 4K JPEG2000 フレーム(リストに無い)には、POC マーカーが多すぎま"
"す。"
-#: src/wx/verify_dcp_result_panel.cc:564
+#: src/wx/verify_dcp_result_panel.cc:540
msgid ""
"More JPEG2000 frames (not listed) contain POC markers in invalid locations."
msgstr ""
"さらに多くの JPEG2000 フレーム(リストに無い)には、無効な場所に POC マーカー"
"が含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:557
+#: src/wx/verify_dcp_result_panel.cc:533
#, fuzzy
msgid "More JPEG2000 frames (not listed) contain invalid POC markers."
msgstr "JPEG2000フレーム(記載なし)に無効なPOCマーカーが多数含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:585 src/wx/verify_dcp_result_panel.cc:592
+#: src/wx/verify_dcp_result_panel.cc:561 src/wx/verify_dcp_result_panel.cc:568
msgid "More JPEG2000 frames (not listed) contain invalid Rsiz values."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:578
+#: src/wx/verify_dcp_result_panel.cc:554
msgid ""
"More JPEG2000 frames (not listed) contain the wrong number of tile parts."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:536
+#: src/wx/verify_dcp_result_panel.cc:512
msgid "More JPEG2000 frames (not listed) have an invalid code-block height."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:529
+#: src/wx/verify_dcp_result_panel.cc:505
msgid "More JPEG2000 frames (not listed) have an invalid code-block width."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:599
+#: src/wx/verify_dcp_result_panel.cc:575
msgid "More JPEG2000 frames (not listed) have no TLM marker."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:522
+#: src/wx/verify_dcp_result_panel.cc:498
msgid "More JPEG2000 tile sizes (not listed) do not match the image size."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:344
+#: src/wx/verify_dcp_result_panel.cc:320
msgid ""
"More frames (not listed) have an instantaneous bit rate that is close to the "
"limit of 250Mbit/s."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:337
+#: src/wx/verify_dcp_result_panel.cc:313
msgid ""
"More frames (not listed) have an instantaneous bit rate that is over the "
"limit of 250Mbit/s."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:663
+#: src/wx/verify_dcp_result_panel.cc:652
msgid "More frames (not listed) have image components that are too large."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:501
+#: src/wx/verify_dcp_result_panel.cc:477
msgid "More picture frames (not listed) have invalid JPEG2000 codestreams."
msgstr ""
#: src/wx/markers_panel.cc:278
#, c-format
msgid "Move %s marker to current position"
-msgstr ""
+msgstr "マーカー%sを現在位置に移動します"
#: src/wx/config_move_dialog.cc:31
msgid "Move configuration"
@@ -2383,7 +2371,7 @@ msgstr "次"
msgid "No"
msgstr "いいえ"
-#: src/wx/verify_dcp_result_panel.cc:325
+#: src/wx/verify_dcp_result_panel.cc:301
msgid "No ASSETMAP or ASSETMAP.xml file was found."
msgstr "ASSETMAPファイルまたはASSETMAP.xmlファイルが見つかりませんでした。"
@@ -2391,7 +2379,7 @@ msgstr "ASSETMAPファイルまたはASSETMAP.xmlファイルが見つかりま
msgid "No DCP loaded."
msgstr "DCPが読み込まれていません。"
-#: src/wx/verify_dcp_result_panel.cc:711
+#: src/wx/verify_dcp_result_panel.cc:700
msgid "No SMPTE Bv2.1 errors found."
msgstr "SMPTE Bv2.1のエラーは見つかりませんでした。"
@@ -2404,11 +2392,11 @@ msgstr ""
msgid "No content found in this folder."
msgstr "このフォルダ内にコンテンツが見つかりません。"
-#: src/wx/verify_dcp_result_panel.cc:707
+#: src/wx/verify_dcp_result_panel.cc:696
msgid "No errors found."
msgstr "異常は見つかりませんでした。"
-#: src/wx/verify_dcp_result_panel.cc:715
+#: src/wx/verify_dcp_result_panel.cc:704
msgid "No warnings found."
msgstr "警告は見つかりませんでした。"
@@ -2416,13 +2404,13 @@ msgstr "警告は見つかりませんでした。"
msgid "Non-standard"
msgstr "カスタマイズ"
-#: src/wx/content_advanced_dialog.cc:74 src/wx/content_advanced_dialog.cc:155
-#: src/wx/content_advanced_dialog.cc:163 src/wx/dcp_panel.cc:1099
+#: src/wx/content_advanced_dialog.cc:74 src/wx/content_advanced_dialog.cc:156
+#: src/wx/content_advanced_dialog.cc:164 src/wx/dcp_panel.cc:1094
#: src/wx/subtitle_appearance_dialog.cc:151
msgid "None"
msgstr "なし"
-#: src/wx/verify_dcp_result_panel.cc:384
+#: src/wx/verify_dcp_result_panel.cc:360
msgid "Not all subtitle assets specify the same <Language> tag."
msgstr "すべての字幕データが同じ<Language>タグを指定していません。"
@@ -2468,11 +2456,11 @@ msgstr "オフ"
msgid "Offset"
msgstr "オフセット"
-#: src/wx/full_config_dialog.cc:1238
+#: src/wx/full_config_dialog.cc:1221
msgid "Only servers encode"
msgstr "エンコードサーバーのみ"
-#: src/wx/full_config_dialog.cc:1328 src/wx/player_config_dialog.cc:329
+#: src/wx/full_config_dialog.cc:1311 src/wx/player_config_dialog.cc:329
msgid "Open console window"
msgstr "コンソールウィンドウを開く"
@@ -2480,7 +2468,7 @@ msgstr "コンソールウィンドウを開く"
msgid "Open the timeline for the film (Ctrl+T)."
msgstr "映画のタイムラインを開く (Ctrl+T)。"
-#: src/wx/full_config_dialog.cc:1335 src/wx/player_config_dialog.cc:127
+#: src/wx/full_config_dialog.cc:1318 src/wx/player_config_dialog.cc:127
msgid "OpenGL (faster)"
msgstr "OpenGL (高速)"
@@ -2551,11 +2539,11 @@ msgstr "検出された動画フレームレートを上書きする"
msgid "Overwrite this file with current configuration"
msgstr "このファイルへ現在の設定を上書き"
-#: src/wx/verify_dcp_result_panel.cc:615
+#: src/wx/verify_dcp_result_panel.cc:604
msgid "Part of the DCP could not be checked because no KDM was available."
msgstr "KDM が利用できないため、DCP の一部をチェックできませんでした。"
-#: src/wx/verify_dcp_result_panel.cc:313
+#: src/wx/verify_dcp_result_panel.cc:289
msgid ""
"Parts of the DCP are written according to the Interop standard and parts "
"according to SMPTE."
@@ -2588,7 +2576,7 @@ msgstr "字幕とキャプションの設定を貼付け"
msgid "Paste video settings"
msgstr "動画設定を貼付け"
-#: src/wx/about_dialog.cc:176
+#: src/wx/about_dialog.cc:174
msgid "Patrons"
msgstr "後援者"
@@ -2662,7 +2650,7 @@ msgstr "先行公開(プレリリース)"
msgid "Previous"
msgstr ""
-#: src/wx/dcp_panel.cc:990
+#: src/wx/dcp_panel.cc:985
msgid "Processor"
msgstr "プロセッサー"
@@ -2716,7 +2704,7 @@ msgstr "評価"
msgid "Ratings"
msgstr "評価"
-#: src/wx/dcp_panel.cc:879
+#: src/wx/dcp_panel.cc:874
msgid "Re-encode JPEG2000 data from input"
msgstr "入力からJPEG2000データを再エンコード"
@@ -2804,7 +2792,7 @@ msgstr "公開地域"
#: src/wx/metadata_dialog.cc:213
msgid "Release territory for this DCP"
-msgstr ""
+msgstr "このDCPの公開地域"
#: src/wx/certificate_chain_editor.cc:91 src/wx/content_menu.cc:120
#: src/wx/content_panel.cc:284 src/wx/full_language_tag_dialog.cc:71
@@ -2874,7 +2862,7 @@ msgstr "件名と本文をデフォルトにリセット"
msgid "Reset to default text"
msgstr "デフォルトのテキストにリセット"
-#: src/wx/dcp_panel.cc:865
+#: src/wx/dcp_panel.cc:860
msgid "Resolution"
msgstr "解像度"
@@ -2948,7 +2936,7 @@ msgstr "プロジェクトと同じ場所"
msgid "Sample peak is %.2fdB at %s on %s"
msgstr "サンプルピークは %.2fdB at %s on %schです"
-#: src/wx/dcp_panel.cc:986
+#: src/wx/dcp_panel.cc:981
msgid "Sample rate"
msgstr "サンプルレート"
@@ -3021,7 +3009,7 @@ msgstr "証明書ファイルを選択"
msgid "Select Chain File"
msgstr "証明書チェーンを選択"
-#: src/wx/general_preferences_page.cc:186
+#: src/wx/general_preferences_page.cc:185
msgid "Select Cinemas File"
msgstr "映画館ファイルを選択"
@@ -3053,11 +3041,11 @@ msgstr "OVを選択"
msgid "Select and move content"
msgstr "コンテンツを選択して移動する"
-#: src/wx/general_preferences_page.cc:127
+#: src/wx/general_preferences_page.cc:126
msgid "Select cinema and screen database file"
msgstr "映画館とスクリーンのデータベースファイルを選択"
-#: src/wx/general_preferences_page.cc:122
+#: src/wx/general_preferences_page.cc:121
msgid "Select configuration file"
msgstr "設定ファイルを選択"
@@ -3069,7 +3057,7 @@ msgstr "デバッグログファイルを選択"
msgid "Select output file"
msgstr "出力ファイルを選択"
-#: src/wx/full_language_tag_dialog.cc:221
+#: src/wx/full_language_tag_dialog.cc:222
msgid "Select..."
msgstr "選択..."
@@ -3165,11 +3153,11 @@ msgstr "シャドウ"
msgid "Show"
msgstr "表示"
-#: src/wx/full_config_dialog.cc:1234
+#: src/wx/full_config_dialog.cc:1217
msgid "Show experimental audio processors"
msgstr "試験的なオーディオプロセッサを表示"
-#: src/wx/audio_panel.cc:75 src/wx/dcp_panel.cc:998
+#: src/wx/audio_panel.cc:75 src/wx/dcp_panel.cc:993
msgid "Show graph of audio levels..."
msgstr "音声レベルのグラフを表示..."
@@ -3194,7 +3182,7 @@ msgstr "手話動画言語"
msgid "Signing DCPs and KDMs"
msgstr "DCPとKDMの署名"
-#: src/wx/full_config_dialog.cc:1333 src/wx/player_config_dialog.cc:126
+#: src/wx/full_config_dialog.cc:1316 src/wx/player_config_dialog.cc:126
msgid "Simple (safer)"
msgstr "シンプル(安全)"
@@ -3239,13 +3227,13 @@ msgstr ""
"KDMの中で証明書の有効期間が受信者の有効期間と異なるものがあります。What do "
"you want to do?"
-#: src/wx/verify_dcp_result_panel.cc:621
+#: src/wx/verify_dcp_result_panel.cc:610
msgid ""
"Some closed <Text> or <Image> nodes have different vertical alignments "
"within a <Subtitle>."
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:624
+#: src/wx/verify_dcp_result_panel.cc:613
msgid ""
"Some closed captions are not listed in the order of their vertical position."
msgstr ""
@@ -3255,7 +3243,7 @@ msgstr ""
msgid "Sound"
msgstr "サウンド"
-#: src/wx/verify_dcp_result_panel.cc:651
+#: src/wx/verify_dcp_result_panel.cc:640
msgid "Sound assets do not all have the same channel count."
msgstr "音声データは全て同じチャンネル数とは限りません。"
@@ -3332,7 +3320,7 @@ msgstr "発行先共通名"
msgid "Subject organization name"
msgstr "発行先組織名"
-#: src/wx/about_dialog.cc:180
+#: src/wx/about_dialog.cc:178
msgid "Subscribers"
msgstr "購読者"
@@ -3340,11 +3328,10 @@ msgstr "購読者"
msgid "Subtitle appearance"
msgstr "字幕外観"
-#: src/wx/verify_dcp_result_panel.cc:444
-#, fuzzy, c-format
-msgid "Subtitle asset %asset_id has a non-zero <EntryPoint>."
+#: src/wx/verify_dcp_result_panel.cc:420
+#, c-format
+msgid "Subtitle asset %n has a non-zero <EntryPoint>."
msgstr ""
-"クローズド キャプション データ %n には、ゼロ以外の <EntryPoint> があります。."
#: src/wx/export_subtitles_dialog.cc:105
msgid "Subtitle files (.mxf)|*.mxf"
@@ -3419,7 +3406,7 @@ msgstr "テストメールを送信しました。"
msgid "Test version"
msgstr "テストバージョン"
-#: src/wx/about_dialog.cc:251
+#: src/wx/about_dialog.cc:249
msgid "Tested by"
msgstr "テスト実施者"
@@ -3427,12 +3414,12 @@ msgstr "テスト実施者"
msgid "The 'until' time must be after the 'from' time."
msgstr "「終了」時間は「開始」時間より後である必要があります。"
-#: src/wx/verify_dcp_result_panel.cc:679
+#: src/wx/verify_dcp_result_panel.cc:668
#, c-format
msgid "The <LabelText> in a <ContentVersion> in CPL %cpl is empty"
msgstr ""
-#: src/wx/verify_dcp_result_panel.cc:636
+#: src/wx/verify_dcp_result_panel.cc:625
#, fuzzy
msgid ""
"The <MainPictureActiveArea> is either not a multiple of 2, or is bigger than "
@@ -3440,12 +3427,12 @@ msgid ""
msgstr ""
"<MainPictureActiveArea> が 2 の倍数でないか、アセットよりも大きいです。"
-#: src/wx/verify_dcp_result_panel.cc:642
-#, fuzzy, c-format
-msgid "The ASSETMAP %asset_map_id has more than one asset with the same ID."
+#: src/wx/verify_dcp_result_panel.cc:631
+#, c-format
+msgid "The ASSETMAP %n has more than one asset with the same ID."
msgstr "ASSETMAP %n には、同じ ID を持つデータが複数存在します。"
-#: src/wx/verify_dcp_result_panel.cc:609
+#: src/wx/verify_dcp_result_panel.cc:585
#, fuzzy
msgid ""
"The Asset ID in a timed text MXF is the same as the Resource ID or that of "
@@ -3454,7 +3441,7 @@ msgstr ""
"タイムドテキストMXF内のデータIDは、リソースID、または含まれるXMLのリソースID"
"と同じです。"
-#: src/wx/verify_dcp_result_panel.cc:429
+#: src/wx/verify_dcp_result_panel.cc:405
#, c-format
msgid ""
"The CPL %cpl has an <AnnotationText> which is not the same as its "
@@ -3462,58 +3449,58 @@ msgid ""
msgstr ""
"CPL %cpl には、<ContentTitleText> とは異なる <AnnotationText> があります。"
-#: src/wx/verify_dcp_result_panel.cc:682
-#, fuzzy, c-format
-msgid "The CPL %cpl has an invalid namespace %xml_namespace"
+#: src/wx/verify_dcp_result_panel.cc:671
+#, c-format
+msgid "The CPL %cpl has an invalid namespace %n"
msgstr "CPL%cplには無効な名前空間%nが含まれています"
-#: src/wx/verify_dcp_result_panel.cc:486
+#: src/wx/verify_dcp_result_panel.cc:462
#, c-format
msgid "The CPL %cpl has encrypted content but is not signed."
msgstr ""
"CPL %cpl には暗号化されたコンテンツが含まれていますが署名されていません。"
-#: src/wx/verify_dcp_result_panel.cc:426
+#: src/wx/verify_dcp_result_panel.cc:402
#, c-format
msgid "The CPL %cpl has no <AnnotationText> tag."
msgstr "CPL %cpl には <AnnotationText> タグがありません。"
-#: src/wx/verify_dcp_result_panel.cc:685
+#: src/wx/verify_dcp_result_panel.cc:674
#, c-format
msgid "The CPL %cpl has no <ContentVersion> tag"
msgstr "CPL %cpl には <ContentVersion> タグがありません"
-#: src/wx/verify_dcp_result_panel.cc:480
+#: src/wx/verify_dcp_result_panel.cc:456
#, c-format
msgid "The CPL %cpl has no CPL extension metadata tag."
msgstr "CPL %cpl には CPL 拡張メタデータタグがありません。"
-#: src/wx/verify_dcp_result_panel.cc:474
+#: src/wx/verify_dcp_result_panel.cc:450
#, c-format
msgid "The CPL %cpl has no CPL metadata tag."
msgstr "CPL %cpl には CPL メタデータ タグがありません。"
-#: src/wx/verify_dcp_result_panel.cc:477
+#: src/wx/verify_dcp_result_panel.cc:453
#, fuzzy, c-format
msgid "The CPL %cpl has no CPL metadata version number tag."
msgstr "CPL %cpl には CPL付帯情報バージョン番号タグがありません。"
-#: src/wx/verify_dcp_result_panel.cc:483
-#, fuzzy, c-format
-msgid "The CPL %f has an invalid CPL extension metadata tag (%error)"
+#: src/wx/verify_dcp_result_panel.cc:459
+#, c-format
+msgid "The CPL %f has an invalid CPL extension metadata tag (%n)"
msgstr "CPL %f には無効な CPL 拡張メタデータ タグ (%n) が含まれています"
-#: src/wx/verify_dcp_result_panel.cc:468
-#, fuzzy, c-format
-msgid "The DCP has a FFOC of %time instead of 1."
+#: src/wx/verify_dcp_result_panel.cc:444
+#, c-format
+msgid "The DCP has a FFOC of %n instead of 1."
msgstr "DCPのFFOCは1ではなく%nです。"
-#: src/wx/verify_dcp_result_panel.cc:471
-#, fuzzy, c-format
-msgid "The DCP has a LFOC of %time instead of the reel duration minus one."
+#: src/wx/verify_dcp_result_panel.cc:447
+#, c-format
+msgid "The DCP has a LFOC of %n instead of the reel duration minus one."
msgstr "DCPのLFOCは、リールの長さから1を引いた値ではなく%nとなっています。"
-#: src/wx/verify_dcp_result_panel.cc:438
+#: src/wx/verify_dcp_result_panel.cc:414
msgid ""
"The DCP has closed captions but not every reel has the same number of closed "
"caption assets."
@@ -3521,33 +3508,33 @@ msgstr ""
"DCP にはクローズド キャプションがありますが、すべてのリールに同じ数のクローズ"
"ド キャプションデータがあるわけではありません。"
-#: src/wx/verify_dcp_result_panel.cc:495
+#: src/wx/verify_dcp_result_panel.cc:471
msgid "The DCP has encrypted content, but not all its assets are encrypted."
msgstr ""
"DCP には暗号化されたコンテンツがありますが、すべてのデータが暗号化されている"
"わけではありません。"
-#: src/wx/verify_dcp_result_panel.cc:462
+#: src/wx/verify_dcp_result_panel.cc:438
msgid "The DCP has no FFOC (first frame of content) marker."
msgstr "DCPにはFFOC(コンテンツの最初のフレーム)マーカーがありません。"
-#: src/wx/verify_dcp_result_panel.cc:465
+#: src/wx/verify_dcp_result_panel.cc:441
msgid "The DCP has no LFOC (last frame of content) marker."
msgstr "DCPにはLFOC(コンテンツの最終フレーム)マーカーがありません。"
-#: src/wx/verify_dcp_result_panel.cc:435
+#: src/wx/verify_dcp_result_panel.cc:411
msgid "The DCP has subtitles but at least one reel has no subtitle asset."
msgstr ""
"DCPには字幕が付いていますが、最低1つのリールには字幕データがありません。"
-#: src/wx/verify_dcp_result_panel.cc:456
+#: src/wx/verify_dcp_result_panel.cc:432
msgid ""
"The DCP is a feature but has no FFEC (first frame of end credits) marker."
msgstr ""
"DCPは本編ですがFFEC(エンドクレジットの最初のフレーム)マーカーが付いていませ"
"ん。"
-#: src/wx/verify_dcp_result_panel.cc:459
+#: src/wx/verify_dcp_result_panel.cc:435
msgid ""
"The DCP is a feature but has no FFMC (first frame of moving credits) marker."
msgstr ""
@@ -3573,121 +3560,114 @@ msgstr ""
"KDMの開始期間が、署名証明書の有効期間の開始前(または開始日に近い)になってい"
"ます。このKDMにはより遅い開始時刻を使用してください。"
-#: src/wx/verify_dcp_result_panel.cc:701
-#, fuzzy, c-format
-msgid "The PKL %f has an invalid namespace %xml_namespace"
+#: src/wx/verify_dcp_result_panel.cc:690
+#, c-format
+msgid "The PKL %f has an invalid namespace %n"
msgstr "PKL%fには無効な名前空間%nが含まれています"
-#: src/wx/verify_dcp_result_panel.cc:492
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:468
+#, c-format
msgid ""
-"The PKL %pkl has an <AnnotationText> which does not match its CPL's "
+"The PKL %n has an <AnnotationText> which does not match its CPL's "
"<ContentTitleText>."
msgstr ""
"PKL %n には、CPL の <ContentTitleText> と一致しない <AnnotationText> がありま"
"す。"
-#: src/wx/verify_dcp_result_panel.cc:489
-#, fuzzy, c-format
-msgid "The PKL %pkl has encrypted content but is not signed."
-msgstr ""
-"CPL %cpl には暗号化されたコンテンツが含まれていますが署名されていません。"
+#: src/wx/verify_dcp_result_panel.cc:465
+#, c-format
+msgid "The PKL %n has encrypted content but is not signed."
+msgstr "PKL %n は暗号化されたコンテンツを含みますが署名がされていません。"
-#: src/wx/verify_dcp_result_panel.cc:639
-#, fuzzy, c-format
-msgid "The PKL %pkl_id has more than one asset with the same ID."
+#: src/wx/verify_dcp_result_panel.cc:628
+#, c-format
+msgid "The PKL %n has more than one asset with the same ID."
msgstr "PKL %n には、同じ ID を持つデータが複数存在します。"
-#: src/wx/verify_dcp_result_panel.cc:298
+#: src/wx/verify_dcp_result_panel.cc:274
#, c-format
msgid "The PKL and CPL hashes disagree for picture asset %f."
msgstr "画像データ %f のPKLとCPLのハッシュ値が一致しません。"
-#: src/wx/verify_dcp_result_panel.cc:304
+#: src/wx/verify_dcp_result_panel.cc:280
#, c-format
msgid "The PKL and CPL hashes disagree for sound asset %f."
msgstr "音声データ %f のPKLとCPLのハッシュ値が一致しません。"
-#: src/wx/verify_dcp_result_panel.cc:606
+#: src/wx/verify_dcp_result_panel.cc:582
msgid ""
"The Resource ID in a timed text MXF did not match the ID of the contained "
"XML."
msgstr ""
"時間指定テキストMXF内のリソースIDが、含まれるXMLのIDと一致しませんでした。"
-#: src/wx/verify_dcp_result_panel.cc:673
-#, fuzzy, c-format
-msgid ""
-"The SMPTE subtitle asset %asset_id has <Text> nodes but no <LoadFont> node"
+#: src/wx/verify_dcp_result_panel.cc:662
+#, c-format
+msgid "The SMPTE subtitle asset %id has <Text> nodes but no <LoadFont> node"
msgstr ""
"SMPTE字幕データ%id には<Text>ノードがありますが、<LoadFont>ノードがありませ"
"ん。"
-#: src/wx/verify_dcp_result_panel.cc:320
-#, fuzzy, c-format
-msgid "The XML in %f is malformed (%error)."
+#: src/wx/verify_dcp_result_panel.cc:296
+#, c-format
+msgid "The XML in %f is malformed (%n)."
msgstr "%f の XML は不正な形式です (%n)。"
-#: src/wx/verify_dcp_result_panel.cc:318
-#, fuzzy
-msgid "The XML in %f is malformed on line %l (%error)."
+#: src/wx/verify_dcp_result_panel.cc:294
+msgid "The XML in %f is malformed on line %l (%n)."
msgstr "XML %f の %l 行目は不正な形式です(%n)。"
-#: src/wx/verify_dcp_result_panel.cc:372
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:348
+#, c-format
msgid ""
-"The XML in the closed caption asset %f takes up %size_in_bytes bytes which "
-"is over the 256KB limit."
+"The XML in the closed caption asset %f takes up %n bytes which is over the "
+"256KB limit."
msgstr ""
"クローズド キャプション アセット %f 内の XML は %n バイトを占めており、256 "
"KB の制限を超えています。"
-#: src/wx/verify_dcp_result_panel.cc:667
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:656
+#, c-format
msgid ""
-"The XML in the subtitle asset %asset_id has more than one namespace "
-"declaration."
+"The XML in the subtitle asset %n has more than one namespace declaration."
msgstr "字幕データ%n内のXMLには複数の名前空間宣言が含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:331
-#, fuzzy, c-format
-msgid ""
-"The asset %asset_id has a duration of less than 1 second, which is invalid."
-msgstr "データ%nの有効期間が1秒未満であるため、無効です。"
-
-#: src/wx/verify_dcp_result_panel.cc:328
-#, fuzzy, c-format
-msgid ""
-"The asset %asset_id has an intrinsic duration of less than 1 second, which "
-"is invalid."
-msgstr "データ%nの固有持続時間は1秒未満であり、これは無効です。"
-
-#: src/wx/verify_dcp_result_panel.cc:453
-#, fuzzy, c-format
-msgid "The asset %asset_id has no <Hash> in the CPL."
-msgstr "データ%nのCPLには<Hash>は含まれません。"
-
-#: src/wx/verify_dcp_result_panel.cc:351
+#: src/wx/verify_dcp_result_panel.cc:327
#, c-format
msgid "The asset %f is 3D but its MXF is marked as 2D."
msgstr "データ %f は3Dですが、MXFは2Dとしてマークされています。"
-#: src/wx/verify_dcp_result_panel.cc:310
+#: src/wx/verify_dcp_result_panel.cc:286
#, c-format
msgid "The asset %f is missing."
msgstr "データ%fが見つかりません。"
-#: src/wx/verify_dcp_result_panel.cc:676
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:307
+#, c-format
+msgid "The asset %n has a duration of less than 1 second, which is invalid."
+msgstr "データ%nの有効期間が1秒未満であるため、無効です。"
+
+#: src/wx/verify_dcp_result_panel.cc:304
+#, c-format
msgid ""
-"The asset with ID %asset_id in the asset map actually has an id of "
-"%other_asset_id"
+"The asset %n has an intrinsic duration of less than 1 second, which is "
+"invalid."
+msgstr "データ%nの固有持続時間は1秒未満であり、これは無効です。"
+
+#: src/wx/verify_dcp_result_panel.cc:429
+#, c-format
+msgid "The asset %n has no <Hash> in the CPL."
+msgstr "データ%nのCPLには<Hash>は含まれません。"
+
+#: src/wx/verify_dcp_result_panel.cc:665
+#, c-format
+msgid "The asset with ID %id in the asset map actually has an id of %other_id"
msgstr ""
"アセットマップ内のID%iのデータは、実際は %other_id というIDを持っています。"
-#: src/wx/verify_dcp_result_panel.cc:447
-#, fuzzy, c-format
-msgid "The closed caption asset %asset_id has no <EntryPoint> tag."
+#: src/wx/verify_dcp_result_panel.cc:423
+#, c-format
+msgid "The closed caption asset %n has no <EntryPoint> tag."
msgstr "クローズドキャプションアセット %n には <EntryPoint> タグがありません。"
#: src/wx/film_name_location_dialog.cc:146
@@ -3729,32 +3709,32 @@ msgstr ""
"ファイル %s は既に存在します。これを新しい設定として使用しますか?もしくは現"
"在の設定を上書きしますか?"
-#: src/wx/verify_dcp_result_panel.cc:393
+#: src/wx/verify_dcp_result_panel.cc:369
msgid ""
"The first subtitle or closed caption happens before 4s into the first reel."
msgstr ""
"最初の字幕またはクローズド キャプションは、最初のリールの 4 秒前に表示されま"
"す。"
-#: src/wx/verify_dcp_result_panel.cc:657
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:646
+#, c-format
msgid ""
-"The font file for font ID \"%load_font_id\" was not found, or was not "
-"referred to in the ASSETMAP."
+"The font file for font ID \"%n\" was not found, or was not referred to in "
+"the ASSETMAP."
msgstr ""
"フォント ID \"%n\" のフォント ファイルが見つからないか、ASSETMAP で参照されて"
"いません。"
-#: src/wx/verify_dcp_result_panel.cc:378
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:354
+#, c-format
msgid ""
-"The fonts in the timed text asset %f take up %size_in_bytes bytes which is "
-"over the 10MB limit."
+"The fonts in the timed text asset %f take up %n bytes which is over the 10MB "
+"limit."
msgstr ""
"タイムドテキストデータ%fに含まれるフォントは%nバイトを消費しており、10MBの制"
"限を超えています。"
-#: src/wx/verify_dcp_result_panel.cc:295
+#: src/wx/verify_dcp_result_panel.cc:271
msgid ""
"The hash (%calculated_hash) of the picture asset %f does not agree with the "
"PKL file (%reference_hash). This probably means that the asset file is "
@@ -3763,7 +3743,7 @@ msgstr ""
"画像データ%fのハッシュ値(%calculated_hash)がPKLファイル(%reference_hash)"
"と一致しません。アセットファイルが破損している事が原因と思われます。"
-#: src/wx/verify_dcp_result_panel.cc:301
+#: src/wx/verify_dcp_result_panel.cc:277
msgid ""
"The hash (%calculated_hash) of the sound asset %f does not agree with the "
"PKL file (%reference_hash). This probably means that the asset file is "
@@ -3772,7 +3752,7 @@ msgstr ""
"音声データ%fのハッシュ値(%calculated_hash)がPKLファイル(%reference_hash)"
"と一致しません。アセットファイルが破損している事が原因と思われます。"
-#: src/wx/verify_dcp_result_panel.cc:289
+#: src/wx/verify_dcp_result_panel.cc:265
msgid ""
"The hash (%reference_hash) of the CPL %cpl in the PKL does not agree with "
"the CPL file (%calculated_hash). This probably means that the CPL file is "
@@ -3782,9 +3762,9 @@ msgstr ""
"(%calculated_hash)と一致しません。CPLファイルが破損している事が原因と思われ"
"ます。"
-#: src/wx/verify_dcp_result_panel.cc:357
-#, fuzzy
-msgid "The invalid language tag %language is used."
+#: src/wx/verify_dcp_result_panel.cc:333
+#, c-format
+msgid "The invalid language tag %n is used."
msgstr "無効な言語タグ %n が使用されています。"
#: src/wx/smpte_metadata_dialog.cc:63
@@ -3792,29 +3772,28 @@ msgstr "無効な言語タグ %n が使用されています。"
msgid "The language that the film's title (\"%s\") is in"
msgstr "映画のタイトル(\"%s\")の言語"
-#: src/wx/verify_dcp_result_panel.cc:292
-#, fuzzy, c-format
-msgid ""
-"The picture in a reel has a frame rate of %frame_rate, which is not valid."
+#: src/wx/verify_dcp_result_panel.cc:268
+#, c-format
+msgid "The picture in a reel has a frame rate of %n, which is not valid."
msgstr "リール内の画像フレームレートは%nですが無効です。"
-#: src/wx/verify_dcp_result_panel.cc:612
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:595
+#, c-format
msgid ""
-"The reel duration (%other_duration) of some timed text is not the same as "
-"the ContainerDuration (%duration) of its MXF."
+"The reel duration (%s) of some timed text is not the same as the "
+"ContainerDuration (%s) of its MXF."
msgstr ""
"一部のタイムドテキストのリール再生時間(%s)は、そのMXFファイルのコンテナ再生"
"時間(%s)とは異なります。"
-#: src/wx/verify_dcp_result_panel.cc:423
-#, fuzzy, c-format
-msgid "The sound asset %f has an invalid bit depth of %bit_depth."
+#: src/wx/verify_dcp_result_panel.cc:399
+#, c-format
+msgid "The sound asset %f has an invalid bit depth of %n."
msgstr "音声データ%fのビット深度%nは無効です。"
-#: src/wx/verify_dcp_result_panel.cc:420
-#, fuzzy, c-format
-msgid "The sound asset %f has an invalid frame rate of %frame_rate."
+#: src/wx/verify_dcp_result_panel.cc:396
+#, c-format
+msgid "The sound asset %f has an invalid frame rate of %n."
msgstr "音声データ%fのフレームレート%nは無効です。"
#: src/wx/dcp_panel.cc:142
@@ -3825,79 +3804,78 @@ msgstr ""
"The standard that the DCP should use。Interopは古い規格で、SMPTEは新しい現在"
"の規格です。迷った場合は「SMPTE」を選択してください。"
-#: src/wx/verify_dcp_result_panel.cc:645
-#, fuzzy, c-format
-msgid "The subtitle asset %asset_id contains no subtitles."
-msgstr "字幕データ%nには字幕が含まれていません。"
-
-#: src/wx/verify_dcp_result_panel.cc:441
-#, fuzzy, c-format
-msgid "The subtitle asset %asset_id has no <EntryPoint> tag."
-msgstr "字幕データ%nには<EntryPoint>タグがありません。"
-
-#: src/wx/verify_dcp_result_panel.cc:381
+#: src/wx/verify_dcp_result_panel.cc:357
#, c-format
msgid "The subtitle asset %f contains no <Language> tag."
msgstr "字幕データ%fには<Language>タグが含まれていません。"
-#: src/wx/verify_dcp_result_panel.cc:387
+#: src/wx/verify_dcp_result_panel.cc:363
#, c-format
msgid "The subtitle asset %f contains no <StartTime> tag."
msgstr "字幕データ%fには<StartTime>タグが含まれていません。"
-#: src/wx/verify_dcp_result_panel.cc:390
+#: src/wx/verify_dcp_result_panel.cc:366
#, c-format
msgid "The subtitle asset %f has a <StartTime> which is not zero."
msgstr "字幕データ%fの<StartTime>はゼロではありません。"
-#: src/wx/verify_dcp_result_panel.cc:375
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:634
+#, c-format
+msgid "The subtitle asset %n contains no subtitles."
+msgstr "字幕データ%nには字幕が含まれていません。"
+
+#: src/wx/verify_dcp_result_panel.cc:417
+#, c-format
+msgid "The subtitle asset %n has no <EntryPoint> tag."
+msgstr "字幕データ%nには<EntryPoint>タグがありません。"
+
+#: src/wx/verify_dcp_result_panel.cc:351
+#, c-format
msgid ""
-"The timed text asset %f takes up %size_in_bytes bytes which is over the "
-"115MB limit."
+"The timed text asset %f takes up %n bytes which is over the 115MB limit."
msgstr ""
"タイムドテキストデータ%fは%nバイトを消費しており、115MBの制限を超えています。"
-#: src/wx/verify_dcp_result_panel.cc:366
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:345
+#, c-format
msgid ""
-"The video asset %f uses the frame rate %frame_rate which is invalid for 4K "
-"video."
+"The video asset %f uses the frame rate %n which is invalid for 3D video."
+msgstr "動画データ%fには3D動画では無効なフレームレート%nを使用しています。"
+
+#: src/wx/verify_dcp_result_panel.cc:342
+#, c-format
+msgid ""
+"The video asset %f uses the frame rate %n which is invalid for 4K video."
msgstr "動画データ%fには4K動画では無効なフレームレート%nを使用しています。"
-#: src/wx/verify_dcp_result_panel.cc:363
-#, fuzzy, c-format
-msgid "The video asset %f uses the invalid frame rate %frame_rate."
+#: src/wx/verify_dcp_result_panel.cc:339
+#, c-format
+msgid "The video asset %f uses the invalid frame rate %n."
msgstr "動画データ%fには無効なフレームレート%nを使用しています。"
-#: src/wx/verify_dcp_result_panel.cc:360
-#, fuzzy, c-format
-msgid "The video asset %f uses the invalid image size %size_in_pixels."
+#: src/wx/verify_dcp_result_panel.cc:336
+#, c-format
+msgid "The video asset %f uses the invalid image size %n."
msgstr "動画データ%fには無効な画像サイズ%nを使用しています。"
-#: src/wx/verify_dcp_result_panel.cc:369
-#, fuzzy
-msgid "The video asset is 4K which is not allowed for 3D video."
-msgstr "動画データ%fには3D動画では無効なフレームレート%nを使用しています。"
-
-#: src/wx/verify_dcp_result_panel.cc:414
+#: src/wx/verify_dcp_result_panel.cc:390
msgid "There are more than 3 closed caption lines in at least one place."
msgstr "少なくとも 1 か所に 3 行を超えるクローズド キャプション行があります。"
-#: src/wx/verify_dcp_result_panel.cc:405
+#: src/wx/verify_dcp_result_panel.cc:381
msgid "There are more than 3 subtitle lines in at least one place."
msgstr "最低1箇所に3行以上の字幕が表示されます。"
-#: src/wx/verify_dcp_result_panel.cc:417
+#: src/wx/verify_dcp_result_panel.cc:393
msgid "There are more than 32 characters in at least one closed caption line."
msgstr ""
"最低1つのクローズド キャプション行に 32 文字を超える文字が含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:408
+#: src/wx/verify_dcp_result_panel.cc:384
msgid "There are more than 52 characters in at least one subtitle line."
msgstr "最低1つの字幕行に52文字以上が含まれています。"
-#: src/wx/verify_dcp_result_panel.cc:411
+#: src/wx/verify_dcp_result_panel.cc:387
msgid "There are more than 79 characters in at least one subtitle line."
msgstr "最低1つの字幕行に79文字以上が含まれています。"
@@ -3909,11 +3887,11 @@ msgstr "ヒントはまだありません:プロジェクトチェック進行
msgid "There are no hints: everything looks good!"
msgstr "ヒントは一切ありません。すべて良好です!"
-#: src/wx/verify_dcp_result_panel.cc:630
+#: src/wx/verify_dcp_result_panel.cc:619
msgid "There is a <Duration> tag inside a <MainMarkers>."
msgstr "<MainMarkers>タグの中に<Duration>タグがあります。"
-#: src/wx/verify_dcp_result_panel.cc:627
+#: src/wx/verify_dcp_result_panel.cc:616
msgid "There is a <EntryPoint> tag inside a <MainMarkers>."
msgstr "<MainMarkers>タグの中に<EntryPoint>タグがあります。"
@@ -3938,16 +3916,16 @@ msgstr ""
msgid "This CPL contains no encrypted assets."
msgstr "このCPLには暗号化されたデータが含まれていません。"
-#: src/wx/verify_dcp_result_panel.cc:348
-#, fuzzy, c-format
+#: src/wx/verify_dcp_result_panel.cc:324
+#, c-format
msgid ""
-"This DCP refers to the asset %asset_id in another DCP (and perhaps others), "
-"so it is a \"version file\" (VF)"
+"This DCP refers to at the asset %n in another DCP (and perhaps others), so "
+"it is a \"version file\" (VF)"
msgstr ""
"これはバージョンファイル(VF)です。別のDCP(またはその他)のデータ%nを参照し"
"ます。"
-#: src/wx/verify_dcp_result_panel.cc:354
+#: src/wx/verify_dcp_result_panel.cc:330
msgid "This DCP uses the Interop standard, but it should be made with SMPTE."
msgstr ""
"このDCPはInterop規格を使用しています。SMPTE規格に準拠して作成する必要がありま"
@@ -4108,7 +4086,7 @@ msgstr "上"
msgid "Track"
msgstr "トラック"
-#: src/wx/about_dialog.cc:172
+#: src/wx/about_dialog.cc:170
msgid "Translated by"
msgstr "翻訳者"
@@ -4304,7 +4282,7 @@ msgstr "デフォルトでISDCF名を使用する"
msgid "Use as"
msgstr ""
-#: src/wx/dcp_panel.cc:871
+#: src/wx/dcp_panel.cc:866
msgid "Use best"
msgstr "推奨を利用"
@@ -4337,7 +4315,7 @@ msgstr "有効期間|終了"
msgid "Vendor"
msgstr "ベンダー"
-#: src/wx/verify_dcp_result_panel.cc:725
+#: src/wx/verify_dcp_result_panel.cc:714
msgid "Verification report"
msgstr "検証レポート"
@@ -4369,7 +4347,7 @@ msgstr "バージョンファイル(VF)の設定"
msgid "Version number"
msgstr "バージョン番号"
-#: src/wx/content_properties_dialog.cc:92 src/wx/dcp_panel.cc:123
+#: src/wx/content_properties_dialog.cc:79 src/wx/dcp_panel.cc:123
#: src/wx/timeline_labels_view.cc:41 src/wx/timeline_labels_view.cc:74
#: src/wx/video_panel.cc:70
msgid "Video"
@@ -4383,7 +4361,7 @@ msgstr "Video (MPEG, 16-235)"
msgid "Video Waveform"
msgstr "動画波形"
-#: src/wx/dcp_panel.cc:875
+#: src/wx/dcp_panel.cc:870
msgid ""
"Video bit rate\n"
"for newly-encoded data"
@@ -4391,7 +4369,7 @@ msgstr ""
"新たにエンコードするデータの\n"
"動画ビットレート"
-#: src/wx/full_config_dialog.cc:1223 src/wx/player_config_dialog.cc:124
+#: src/wx/full_config_dialog.cc:1206 src/wx/player_config_dialog.cc:124
msgid "Video display mode"
msgstr "動画表示モード"
@@ -4417,7 +4395,7 @@ msgstr "表示..."
msgid "WASAPI"
msgstr "Windows Audio Session API"
-#: src/wx/full_config_dialog.cc:1303 src/wx/kdm_config_dialog.cc:138
+#: src/wx/full_config_dialog.cc:1286 src/wx/kdm_config_dialog.cc:138
#: src/wx/player_config_dialog.cc:314 src/wx/verify_dcp_result_panel.cc:63
msgid "Warnings"
msgstr "警告"
@@ -4572,7 +4550,7 @@ msgstr "コンポーネント値"
msgid "content"
msgstr "コンテンツ"
-#: src/wx/full_config_dialog.cc:1286
+#: src/wx/full_config_dialog.cc:1269
msgid "content filename"
msgstr "コンテンツファイル名"
@@ -4604,7 +4582,7 @@ msgstr "f"
#: src/wx/dkdm_output_panel.cc:67 src/wx/kdm_output_panel.cc:142
msgid "film name"
-msgstr "プロジェクト名称"
+msgstr "プロジェクト名"
#: src/wx/metadata_dialog.cc:335
msgid "foot lambert"
@@ -4646,7 +4624,7 @@ msgstr "ms"
msgid "not enabled"
msgstr "有効ではない"
-#: src/wx/full_config_dialog.cc:1285
+#: src/wx/full_config_dialog.cc:1268
msgid "number of reels"
msgstr "リール番号"
@@ -4674,7 +4652,7 @@ msgstr "プロトコル"
msgid "recipient name"
msgstr "受取人名"
-#: src/wx/full_config_dialog.cc:1284
+#: src/wx/full_config_dialog.cc:1267
msgid "reel number"
msgstr "リール番号"
@@ -4703,11 +4681,11 @@ msgstr "終了日付/時刻"
msgid "to fit DCP"
msgstr "DCP適合"
-#: src/wx/full_config_dialog.cc:1283
+#: src/wx/full_config_dialog.cc:1266
msgid "type (j2c/pcm/sub)"
msgstr "タイプ(j2c/pcm/sub)"
-#: src/wx/full_config_dialog.cc:1264
+#: src/wx/full_config_dialog.cc:1247
msgid "type(cpl/pkl)"
msgstr "種類(cpl/pkl)"
@@ -4754,7 +4732,3 @@ msgstr "年"
#: src/wx/drive_wipe_warning_dialog.cc:61
msgid "yes"
msgstr "はい"
-
-#, c-format
-#~ msgid "The PKL %n has encrypted content but is not signed."
-#~ msgstr "PKL %n は暗号化されたコンテンツを含みますが署名がされていません。"
diff --git a/src/wx/po/zh_CN.po b/src/wx/po/zh_CN.po
index d8ad12371..87833885b 100644
--- a/src/wx/po/zh_CN.po
+++ b/src/wx/po/zh_CN.po
@@ -13,16 +13,16 @@ msgstr ""
"Project-Id-Version: libdcpomatic-wx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-21 17:39+0200\n"
-"PO-Revision-Date: 2025-10-05 14:09+0800\n"
+"PO-Revision-Date: 2026-05-17 10:50+0800\n"
"Last-Translator: Dian Li <xslidian@gmail.com>\n"
-"Language-Team: Chinese Simplified (Rov8 branch)\n"
+"Language-Team: Chinese Simplified (Hanyuan branch)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Poedit 3.7\n"
+"X-Generator: Poedit 3.9\n"
"X-Poedit-SourceCharset: UTF-8\n"
#: src/wx/player_information.cc:111
@@ -109,9 +109,9 @@ msgid "%s already exists as a file, so you cannot use it for a film."
msgstr "%s 文件已经存在,所以不能用它创建工程。"
#: src/wx/audio_dialog.cc:175
-#, fuzzy, c-format
+#, c-format
msgid "%s audio"
-msgstr "%s 音频 - %s"
+msgstr "%s 音频"
#: src/wx/audio_dialog.cc:171 src/wx/audio_dialog.cc:173
#, c-format
@@ -124,12 +124,11 @@ msgid "%s test email"
msgstr "%s发送测试邮件"
#: src/wx/about_dialog.cc:95
-#, fuzzy
msgid ""
"(C) 2012-2026 Carl Hetherington, Terrence Meiczinger\n"
"Aaron Boxer"
msgstr ""
-"(C) 2012-2025 Carl Hetherington, Terrence Meiczinger\n"
+"(C) 2012-2026 Carl Hetherington, Terrence Meiczinger\n"
"Aaron Boxer"
#: src/wx/full_config_dialog.cc:1227 src/wx/player_config_dialog.cc:131
@@ -559,9 +558,8 @@ msgid "Allow mapping to all audio channels"
msgstr "允许映射到所有音频通道"
#: src/wx/full_config_dialog.cc:1079
-#, fuzzy
msgid "Allow use of MPEG2 Interop"
-msgstr "允许使用SMPTE Bv2.0"
+msgstr "允许使用MPEG2 Interop"
#: src/wx/full_config_dialog.cc:1077
msgid "Allow use of SMPTE Bv2.0"
@@ -826,9 +824,8 @@ msgid "Check for updates on startup"
msgstr "启动时检查软件更新"
#: src/wx/content_menu.cc:116
-#, fuzzy
msgid "Choose CPL"
-msgstr "选择CPL…"
+msgstr "选择CPL"
#: src/wx/content_panel.cc:677
msgid "Choose a DCP folder"
@@ -1038,9 +1035,8 @@ msgid "Could not read certificate file."
msgstr "无法读取证书文件。"
#: src/wx/certificate_chain_editor.cc:195
-#, fuzzy
msgid "Could not read certificate file. Make sure it is in PEM format."
-msgstr "无法读取证书文件。"
+msgstr "无法读取证书文件。确保它是 PEM 格式。"
#: src/wx/qube_certificate_panel.cc:55
msgid "Could not read certificates from Qube server."
@@ -1140,9 +1136,8 @@ msgid "Debug: audio analysis"
msgstr "调试: 音频分析"
#: src/wx/full_config_dialog.cc:1322
-#, fuzzy
msgid "Debug: butler"
-msgstr "调试: 播放器"
+msgstr "调试: 管家(butler)"
#: src/wx/full_config_dialog.cc:1314 src/wx/kdm_config_dialog.cc:142
msgid "Debug: email sending"
@@ -1361,33 +1356,28 @@ msgid "Encoding Servers"
msgstr "编码服务器"
#: src/wx/encryption_settings_dialog.cc:33
-#, fuzzy
msgid "Encrypt picture"
-msgstr "加密"
+msgstr "加密图像"
#: src/wx/encryption_settings_dialog.cc:34
-#, fuzzy
msgid "Encrypt sound"
-msgstr "加密"
+msgstr "加密声音"
#: src/wx/encryption_settings_dialog.cc:35
-#, fuzzy
msgid "Encrypt text"
-msgstr "加密"
+msgstr "加密文本"
#: src/wx/dcp_panel.cc:106 src/wx/spl_entry_dialog.cc:51
msgid "Encrypted"
msgstr "加密"
#: src/wx/encryption_settings_dialog.cc:31
-#, fuzzy
msgid "Encryption settings"
-msgstr "导出所有KDM加密设置…"
+msgstr "加密设置"
#: src/wx/dcp_panel.cc:107
-#, fuzzy
msgid "Encryption settings..."
-msgstr "导出所有KDM加密设置…"
+msgstr "加密设置..."
#: src/wx/text_view.cc:68
msgid "End"
@@ -1508,29 +1498,24 @@ msgid "Finding the colours in these subtitles..."
msgstr "查找这些字幕中的颜色..."
#: src/wx/markers.cc:39
-#, fuzzy
msgid "First frame of end credits (FFEC)"
-msgstr "片尾的第一帧"
+msgstr "片尾字幕的第一帧(FFEC)"
#: src/wx/markers.cc:37
-#, fuzzy
msgid "First frame of intermission (FFOI)"
-msgstr "幕间休息第一帧"
+msgstr "幕间休息的第一帧 (FFOI)"
#: src/wx/markers.cc:41
-#, fuzzy
msgid "First frame of moving credits (FFMC)"
-msgstr "动态字幕的第一帧"
+msgstr "滚动字幕的第一帧(FFMC)"
#: src/wx/markers.cc:33
-#, fuzzy
msgid "First frame of ratings band (FFOB)"
-msgstr "评级等级的第一帧"
+msgstr "评级的第一帧(FFOB)"
#: src/wx/markers.cc:35
-#, fuzzy
msgid "First frame of title credits (FFTC)"
-msgstr "标题字幕第一帧"
+msgstr "标题字幕第一帧(FFTC)"
#: src/wx/short_kdm_output_panel.cc:115 src/wx/tall_kdm_output_panel.cc:84
msgid "Folder / ZIP name format"
@@ -1953,29 +1938,24 @@ msgid "Language used for any sign language video track"
msgstr "用于手语视频轨道的语言"
#: src/wx/markers.cc:40
-#, fuzzy
msgid "Last frame of end credits (LFEC)"
-msgstr "片尾字幕的最后一帧"
+msgstr "片尾字幕的最后一帧(LFEC)"
#: src/wx/markers.cc:38
-#, fuzzy
msgid "Last frame of intermission (LFOI)"
-msgstr "幕间休息的最后一帧"
+msgstr "幕间休息的最后一帧(LFOI)"
#: src/wx/markers.cc:42
-#, fuzzy
msgid "Last frame of moving credits (LFMC)"
-msgstr "动态字幕的最后一帧"
+msgstr "动态字幕的最后一帧(LFMC)"
#: src/wx/markers.cc:34
-#, fuzzy
msgid "Last frame of ratings band (LFOB)"
-msgstr "评级等级的最后一帧"
+msgstr "评级等级的最后一帧(LFOB)"
#: src/wx/markers.cc:36
-#, fuzzy
msgid "Last frame of title credits (LFTC)"
-msgstr "标题字幕的最后一帧"
+msgstr "标题字幕的最后一帧(LFTC)"
#: src/wx/content_panel.cc:292
msgid "Later"
@@ -2090,9 +2070,8 @@ msgid "MPEG2 Interop"
msgstr "MPEG2 Interop"
#: src/wx/export_subtitles_dialog.cc:48
-#, fuzzy
msgid "MXF (SMPTE)"
-msgstr "SMPTE"
+msgstr "MXF (SMPTE)"
#. TRANSLATORS: Main and Additional here are a choice for whether a set of subtitles is in the "main" language of the
#. film or an "additional" language.
@@ -3719,9 +3698,9 @@ msgstr ""
"(%duration) 不同。"
#: src/wx/verify_dcp_result_panel.cc:423
-#, fuzzy, c-format
+#, c-format
msgid "The sound asset %f has an invalid bit depth of %bit_depth."
-msgstr "声音资产 %f 的位深度 %bit_depth 无效。"
+msgstr "音频资产 %f 的位深 %bit_depth 无效。"
#: src/wx/verify_dcp_result_panel.cc:420
#, c-format
@@ -3786,9 +3765,8 @@ msgid "The video asset %f uses the invalid image size %size_in_pixels."
msgstr "视频资产 %f 使用了无效的图像大小 %size_in_pixels。"
#: src/wx/verify_dcp_result_panel.cc:369
-#, fuzzy
msgid "The video asset is 4K which is not allowed for 3D video."
-msgstr "视频资产 %f 使用的帧速率 %frame_rate 对于3D视频无效。"
+msgstr "该视频素材为4K,不允许用于3D视频。"
#: src/wx/verify_dcp_result_panel.cc:414
msgid "There are more than 3 closed caption lines in at least one place."
@@ -3846,13 +3824,13 @@ msgid "This CPL contains no encrypted assets."
msgstr "该CPL没有包含加密内容。"
#: src/wx/verify_dcp_result_panel.cc:348
-#, fuzzy, c-format
+#, c-format
msgid ""
"This DCP refers to the asset %asset_id in another DCP (and perhaps others), "
"so it is a \"version file\" (VF)"
msgstr ""
-"此DCP引用了另一个DCP(可能还有其他DCP)中的资产 %asset_id,因此它是一个“版本"
-"文件”(VF)"
+"这个DCP引用了另一个DCP中的资产%asset_id(也可能是其他DCP中的资产),因此它是"
+"一个“版本文件”(VF)"
#: src/wx/verify_dcp_result_panel.cc:354
msgid "This DCP uses the Interop standard, but it should be made with SMPTE."
@@ -4257,18 +4235,16 @@ msgid "Verify"
msgstr "验证"
#: src/wx/content_menu.cc:425
-#, fuzzy
msgid "Verify DCP"
-msgstr "验证"
+msgstr "验证DCP"
#: src/wx/verify_dcp_dialog.cc:94
msgid "Verify picture asset details"
msgstr "验证图像资产详细信息"
#: src/wx/content_menu.cc:107
-#, fuzzy
msgid "Verify..."
-msgstr "验证"
+msgstr "验证..."
#: src/wx/smpte_metadata_dialog.cc:109 src/wx/system_information_dialog.cc:67
msgid "Version"
@@ -4385,9 +4361,8 @@ msgid "X"
msgstr "X"
#: src/wx/export_subtitles_dialog.cc:47
-#, fuzzy
msgid "XML (Interop)"
-msgstr "Interop"
+msgstr "XML (Interop)"
#: src/wx/text_panel.cc:93
msgid "Y"
diff --git a/src/wx/supporters.cc b/src/wx/supporters.cc
index a2ad21c59..cd331bba7 100644
--- a/src/wx/supporters.cc
+++ b/src/wx/supporters.cc
@@ -86,6 +86,7 @@ supported_by.Add (wxT ("John Bacon"));
supported_by.Add (wxT ("Lee Bailes"));
supported_by.Add (wxT ("Pietro Baj"));
supported_by.Add (wxT ("Joshua Baker"));
+supported_by.Add (wxT ("David Baker"));
supported_by.Add (wxT ("José Val Bal"));
supported_by.Add (wxT ("Grant Baldwin"));
supported_by.Add (wxT ("Kai Balin"));
@@ -252,6 +253,7 @@ supported_by.Add (wxT ("Dan Cohen"));
supported_by.Add (wxT ("Jonathan Cole"));
supported_by.Add (wxT ("Shane Colella"));
supported_by.Add (wxT ("Blair Collie"));
+supported_by.Add (wxT ("Andrew Collins"));
supported_by.Add (wxT ("Devon Collins"));
supported_by.Add (wxT ("Kimberly Collmer"));
supported_by.Add (wxT ("Sodalite Color"));
@@ -262,6 +264,7 @@ supported_by.Add (wxT ("Marketplace Media Company"));
supported_by.Add (wxT ("The Archetype Company"));
supported_by.Add (wxT ("Conta'm"));
supported_by.Add (wxT ("Mike Coombs"));
+supported_by.Add (wxT ("Griffin Cork"));
supported_by.Add (wxT ("Kathy Corley"));
supported_by.Add (wxT ("Xavier Cortes"));
supported_by.Add (wxT ("Thomas Cosgrove"));
@@ -596,6 +599,7 @@ supported_by.Add (wxT ("Jessica Han"));
supported_by.Add (wxT ("Mark Hanrahan"));
supported_by.Add (wxT ("Niels-Erik Constantin Hansen"));
supported_by.Add (wxT ("Richard Hansen"));
+supported_by.Add (wxT ("Paul Hara"));
supported_by.Add (wxT ("Jozef Hardos"));
supported_by.Add (wxT ("Filmschuur Harlem"));
supported_by.Add (wxT ("Jens Harms"));
@@ -616,6 +620,7 @@ supported_by.Add (wxT ("Martin Oliveros Heinze"));
supported_by.Add (wxT ("Patrik Gunnar Helin"));
supported_by.Add (wxT ("Bert Helsen"));
supported_by.Add (wxT ("Jeff Hemingway"));
+supported_by.Add (wxT ("Ton Hendriks"));
supported_by.Add (wxT ("Pascal Hennequin"));
supported_by.Add (wxT ("Mark Hensley"));
supported_by.Add (wxT ("Ronny Hermansen"));
@@ -827,6 +832,7 @@ supported_by.Add (wxT ("Stuart Leask"));
supported_by.Add (wxT ("David Armati Lechner"));
supported_by.Add (wxT ("Youen Leclerc"));
supported_by.Add (wxT ("Richard Lecocq"));
+supported_by.Add (wxT ("Philipp Leder"));
supported_by.Add (wxT ("Lilian Lefranc"));
supported_by.Add (wxT ("Robert Legato"));
supported_by.Add (wxT ("Nicholas Legault"));
@@ -898,6 +904,7 @@ supported_by.Add (wxT ("Kara Long"));
supported_by.Add (wxT ("Juan Marin Lorenzo"));
supported_by.Add (wxT ("Tim Lorge"));
supported_by.Add (wxT ("Thomas Lorin"));
+supported_by.Add (wxT ("Stephen Lorusso"));
supported_by.Add (wxT ("Leonard Louder"));
supported_by.Add (wxT ("Auguste && Louise"));
supported_by.Add (wxT ("Cubic Films Pty Ltd"));
@@ -1194,6 +1201,7 @@ supported_by.Add (wxT ("A Tractor Productions"));
supported_by.Add (wxT ("Second Wind Productions"));
supported_by.Add (wxT ("Locomotive Productions"));
supported_by.Add (wxT ("Stoneman Productions"));
+supported_by.Add (wxT ("Zombie Zoo Productions"));
supported_by.Add (wxT ("Oley Sassone Productions"));
supported_by.Add (wxT ("RIOT Productions"));
supported_by.Add (wxT ("Undercrank Productions"));
@@ -1539,6 +1547,7 @@ supported_by.Add (wxT ("Mike Wendt"));
supported_by.Add (wxT ("Frank Wenz"));
supported_by.Add (wxT ("Anja Wenz"));
supported_by.Add (wxT ("Olav Werner"));
+supported_by.Add (wxT ("Georg Werner"));
supported_by.Add (wxT ("Maik Wieczorek"));
supported_by.Add (wxT ("Ralph Wiegandt"));
supported_by.Add (wxT ("Johannes Wilbrand"));