From c140d6ed0ce518db6b5a676ed9ef4a21e5eb4f03 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Mar 2018 20:28:24 +0000 Subject: [PATCH] Add stub el_GR translations and add ar_LB/fi_FI to build scripts. --- cscript | 3 +- platform/osx/make_dmg.sh | 2 +- src/lib/po/el_GR.po | 1409 +++++++++++++++++++++++ src/tools/po/el_GR.po | 562 +++++++++ src/wx/po/el_GR.po | 2332 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 4306 insertions(+), 2 deletions(-) create mode 100644 src/lib/po/el_GR.po create mode 100644 src/tools/po/el_GR.po create mode 100644 src/wx/po/el_GR.po diff --git a/cscript b/cscript index 866bb970b..c744ff61c 100644 --- a/cscript +++ b/cscript @@ -263,7 +263,8 @@ def make_spec(filename, version, target, requires=None): print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_kdm.png' % r, file=f) print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_server.png' % r, file=f) print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_player.png' % r, file=f) - for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK', 'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN', 'ar_LB', 'el_GR']: + for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK', + 'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN', 'ar_LB', 'fi_FI' 'el_GR']: print('%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l, file=f) print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l, file=f) print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l, file=f) diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 82237f988..766b9af91 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -131,7 +131,7 @@ function copy_resources { cp $ROOT/32/src/dcpomatic/graphics/splash.png "$dest" # i18n: DCP-o-matic .mo files - for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN; do + for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN ar_LB fi_FI el_GR; do mkdir -p "$dest/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic/build/src/lib/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" cp $ROOT/32/src/dcpomatic/build/src/wx/mo/$lang/*.mo "$dest/$lang/LC_MESSAGES" diff --git a/src/lib/po/el_GR.po b/src/lib/po/el_GR.po new file mode 100644 index 000000000..1965b541d --- /dev/null +++ b/src/lib/po/el_GR.po @@ -0,0 +1,1409 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-20 23:34+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/lib/video_content.cc:448 +#, c-format +msgid "" +"\n" +"Content frame rate %.4f\n" +msgstr "" + +#: src/lib/video_content.cc:412 +msgid "" +"\n" +"Cropped to %1x%2" +msgstr "" + +#: src/lib/video_content.cc:405 +#, c-format +msgid "" +"\n" +"Display aspect ratio %.2f:1" +msgstr "" + +#: src/lib/video_content.cc:436 +msgid "" +"\n" +"Padded with black to fit container %1 (%2x%3)" +msgstr "" + +#: src/lib/video_content.cc:426 +msgid "" +"\n" +"Scaled to %1x%2" +msgstr "" + +#: src/lib/video_content.cc:430 src/lib/video_content.cc:441 +#, c-format +msgid " (%.2f:1)" +msgstr "" + +#. / TRANSLATORS: the %1 in this string will be filled in with a day of the week +#. / to say what day a job will finish. +#: src/lib/job.cc:440 +msgid " on %1" +msgstr "" + +#: src/lib/config.cc:844 +msgid "" +"$CPL_NAME\n" +"\n" +"Type: $TYPE\n" +"Format: $CONTAINER\n" +"Audio: $AUDIO\n" +"Audio Language: $AUDIO_LANGUAGE\n" +"Subtitle Language: $SUBTITLE_LANGUAGE\n" +"Length: $LENGTH\n" +"Size: $SIZE\n" +msgstr "" + +#: src/lib/atmos_mxf_content.cc:78 +msgid "%1 [Atmos]" +msgstr "" + +#: src/lib/dcp_content.cc:212 +msgid "%1 [DCP]" +msgstr "" + +#: src/lib/ffmpeg_content.cc:299 +msgid "%1 [audio]" +msgstr "" + +#: src/lib/ffmpeg_content.cc:295 +msgid "%1 [movie]" +msgstr "" + +#: src/lib/ffmpeg_content.cc:297 src/lib/video_mxf_content.cc:90 +msgid "%1 [video]" +msgstr "" + +#: src/lib/video_content.cc:400 +#, c-format +msgid ", pixel aspect ratio %.2f:1" +msgstr "" + +#: src/lib/ratio.cc:37 +msgid "1.19" +msgstr "" + +#: src/lib/ratio.cc:38 +msgid "1.33 (4:3)" +msgstr "" + +#: src/lib/ratio.cc:39 +msgid "1.38 (Academy)" +msgstr "" + +#: src/lib/ratio.cc:40 +msgid "1.43 (IMAX)" +msgstr "" + +#: src/lib/ratio.cc:41 +msgid "1.66" +msgstr "" + +#: src/lib/ratio.cc:42 +msgid "1.78 (16:9 or HD)" +msgstr "" + +#: src/lib/ratio.cc:43 +msgid "1.85 (Flat)" +msgstr "" + +#: src/lib/ratio.cc:46 +msgid "1.90 (Full frame)" +msgstr "" + +#: src/lib/ratio.cc:44 +msgid "2.35 (35mm Scope)" +msgstr "" + +#: src/lib/ratio.cc:45 +msgid "2.39 (Scope)" +msgstr "" + +#: src/lib/filter.cc:71 +msgid "3D denoiser" +msgstr "" + +#. / TRANSLATORS: fps here is an abbreviation for frames per second +#: src/lib/transcode_job.cc:132 +#, c-format +msgid "; %.1f fps" +msgstr "" + +#: src/lib/job.cc:445 +msgid "; %1 remaining; finishing at %2%3" +msgstr "" + +#: src/lib/hints.cc:113 +msgid "" +"A few projectors have problems playing back very high bit-rate DCPs. It is " +"a good idea to drop the JPEG2000 bandwidth down to about 200Mbit/s; this is " +"unlikely to have any visible effect on the image." +msgstr "" + +#: src/lib/ffmpeg_content.cc:547 +msgid "ARIB STD-B67 ('Hybrid log-gamma')" +msgstr "" + +#: src/lib/dcp_content_type.cc:55 +msgid "Advertisement" +msgstr "" + +#: src/lib/hints.cc:105 +msgid "" +"All of your content is at 1.85:1 or narrower but your DCP's container is " +"Scope (2.39:1). This will pillar-box your content inside a Flat (1.85:1) " +"frame. You may prefer to set your DCP's container to Flat (1.85:1) in the " +"\"DCP\" tab." +msgstr "" + +#: src/lib/hints.cc:101 +msgid "" +"All of your content is in Scope (2.39:1) but your DCP's container is Flat " +"(1.85:1). This will letter-box your content inside a Flat (1.85:1) frame. " +"You may prefer to set your DCP's container to Scope (2.39:1) in the \"DCP\" " +"tab." +msgstr "" + +#: src/lib/job.cc:102 +msgid "An error occurred whilst handling the file %1." +msgstr "" + +#: src/lib/analyse_audio_job.cc:95 +msgid "Analyse audio" +msgstr "" + +#: src/lib/audio_content.cc:258 +msgid "Audio will be resampled from %1Hz to %2Hz" +msgstr "" + +#: src/lib/audio_content.cc:260 +msgid "Audio will be resampled to %1Hz" +msgstr "" + +#: src/lib/audio_content.cc:249 +msgid "Audio will not be resampled" +msgstr "" + +#: src/lib/ffmpeg_content.cc:541 +msgid "BT1361 extended colour gamut" +msgstr "" + +#: src/lib/ffmpeg_content.cc:519 +msgid "BT2020" +msgstr "" + +#: src/lib/ffmpeg_content.cc:564 +msgid "BT2020 constant luminance" +msgstr "" + +#: src/lib/ffmpeg_content.cc:543 +msgid "BT2020 for a 10-bit system" +msgstr "" + +#: src/lib/ffmpeg_content.cc:544 +msgid "BT2020 for a 12-bit system" +msgstr "" + +#: src/lib/ffmpeg_content.cc:563 +msgid "BT2020 non-constant luminance" +msgstr "" + +#: src/lib/ffmpeg_content.cc:515 +msgid "BT470BG" +msgstr "" + +#: src/lib/ffmpeg_content.cc:559 +msgid "BT470BG (BT601-6)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:514 +msgid "BT470M" +msgstr "" + +#: src/lib/ffmpeg_content.cc:511 src/lib/ffmpeg_content.cc:530 +#: src/lib/ffmpeg_content.cc:555 +msgid "BT709" +msgstr "" + +#: src/lib/ffmpeg_content.cc:572 +msgid "Bits per pixel" +msgstr "" + +#: src/lib/util.cc:553 +msgid "BsL" +msgstr "" + +#: src/lib/util.cc:554 +msgid "BsR" +msgstr "" + +#: src/lib/util.cc:545 +msgid "C" +msgstr "" + +#: src/lib/job.cc:454 +msgid "Cancelled" +msgstr "" + +#: src/lib/exceptions.cc:61 +msgid "Cannot handle pixel format %1 during %2" +msgstr "" + +#: src/lib/film.cc:1220 +msgid "Cannot make a KDM as this project is not encrypted." +msgstr "" + +#: src/lib/util.cc:514 +msgid "Centre" +msgstr "" + +#: src/lib/audio_content.cc:306 +msgid "Channels" +msgstr "" + +#: src/lib/reel_writer.cc:98 +msgid "Checking existing image data" +msgstr "" + +#: src/lib/ffmpeg_content.cc:526 +msgid "Colour primaries" +msgstr "" + +#. / TRANSLATORS: this means that the range of pixel values used in this +#. / file is unknown (not specified in the file). +#. / TRANSLATORS: this means that the range of pixel values used in this +#. / file is full, so that all possible pixel values are valid. +#. / TRANSLATORS: this means that the range of pixel values used in this +#. / file is unknown (not specified in the file). +#. / TRANSLATORS: this means that the range of pixel values used in this +#. / file is limited, so that not all possible values are valid. +#. / TRANSLATORS: this means that the range of pixel values used in this +#. / file is full, so that all possible pixel values are valid. +#: src/lib/ffmpeg_content.cc:468 src/lib/ffmpeg_content.cc:475 +#: src/lib/ffmpeg_content.cc:482 src/lib/ffmpeg_content.cc:492 +#: src/lib/ffmpeg_content.cc:497 src/lib/ffmpeg_content.cc:502 +msgid "Colour range" +msgstr "" + +#: src/lib/ffmpeg_content.cc:551 +msgid "Colour transfer characteristic" +msgstr "" + +#: src/lib/ffmpeg_content.cc:569 +msgid "Colourspace" +msgstr "" + +#: src/lib/content.cc:164 +msgid "Computing digest" +msgstr "" + +#: src/lib/writer.cc:509 +msgid "Computing digests" +msgstr "" + +#: src/lib/frame_rate_change.cc:67 +msgid "Content and DCP have the same rate.\n" +msgstr "" + +#: src/lib/audio_content.cc:307 +msgid "Content audio sample rate" +msgstr "" + +#: src/lib/ffmpeg_content.cc:142 +msgid "Content to be joined must all have or not have audio" +msgstr "" + +#: src/lib/ffmpeg_content.cc:145 +msgid "Content to be joined must all have or not have subtitles" +msgstr "" + +#: src/lib/ffmpeg_content.cc:139 +msgid "Content to be joined must all have or not have video" +msgstr "" + +#: src/lib/subtitle_content.cc:198 +msgid "Content to be joined must have the same 'burn subtitles' setting." +msgstr "" + +#: src/lib/subtitle_content.cc:194 +msgid "Content to be joined must have the same 'use subtitles' setting." +msgstr "" + +#: src/lib/audio_content.cc:106 +msgid "Content to be joined must have the same audio delay." +msgstr "" + +#: src/lib/audio_content.cc:102 +msgid "Content to be joined must have the same audio gain." +msgstr "" + +#: src/lib/video_content.cc:184 +msgid "Content to be joined must have the same colour conversion." +msgstr "" + +#: src/lib/video_content.cc:176 +msgid "Content to be joined must have the same crop." +msgstr "" + +#: src/lib/video_content.cc:188 +msgid "Content to be joined must have the same fades." +msgstr "" + +#: src/lib/subtitle_content.cc:226 +msgid "Content to be joined must have the same outline width." +msgstr "" + +#: src/lib/video_content.cc:168 +msgid "Content to be joined must have the same picture size." +msgstr "" + +#: src/lib/video_content.cc:180 +msgid "Content to be joined must have the same scale setting." +msgstr "" + +#: src/lib/subtitle_content.cc:202 +msgid "Content to be joined must have the same subtitle X offset." +msgstr "" + +#: src/lib/subtitle_content.cc:210 +msgid "Content to be joined must have the same subtitle X scale." +msgstr "" + +#: src/lib/subtitle_content.cc:206 +msgid "Content to be joined must have the same subtitle Y offset." +msgstr "" + +#: src/lib/subtitle_content.cc:214 +msgid "Content to be joined must have the same subtitle Y scale." +msgstr "" + +#: src/lib/subtitle_content.cc:222 +msgid "Content to be joined must have the same subtitle fades." +msgstr "" + +#: src/lib/subtitle_content.cc:218 +msgid "Content to be joined must have the same subtitle line spacing." +msgstr "" + +#: src/lib/content.cc:128 src/lib/content.cc:132 +msgid "Content to be joined must have the same video frame rate" +msgstr "" + +#: src/lib/video_content.cc:172 +msgid "Content to be joined must have the same video frame type." +msgstr "" + +#: src/lib/subtitle_content.cc:231 src/lib/subtitle_content.cc:239 +msgid "Content to be joined must use the same fonts." +msgstr "" + +#: src/lib/ffmpeg_content.cc:166 +msgid "Content to be joined must use the same subtitle stream." +msgstr "" + +#: src/lib/video_content.cc:391 +msgid "Content video is %1x%2" +msgstr "" + +#: src/lib/upload_job.cc:53 +msgid "Copy DCP to TMS" +msgstr "" + +#: src/lib/scp_uploader.cc:51 +msgid "Could not connect to server %1 (%2)" +msgstr "" + +#: src/lib/scp_uploader.cc:88 +msgid "Could not create remote directory %1 (%2)" +msgstr "" + +#: src/lib/image_examiner.cc:64 +msgid "Could not decode JPEG2000 file %1 (%2)" +msgstr "" + +#: src/lib/magick_image_proxy.cc:102 +msgid "Could not decode image file (%1)" +msgstr "" + +#: src/lib/encode_server_finder.cc:164 +msgid "" +"Could not listen for remote encode servers. Perhaps another instance of DCP-" +"o-matic is running." +msgstr "" + +#: src/lib/job.cc:121 src/lib/job.cc:136 +msgid "Could not open %1" +msgstr "" + +#: src/lib/curl_uploader.cc:86 src/lib/scp_uploader.cc:101 +msgid "Could not open %1 to send" +msgstr "" + +#: src/lib/internet.cc:90 src/lib/internet.cc:95 src/lib/internet.cc:100 +msgid "Could not open downloaded ZIP file" +msgstr "" + +#: src/lib/dcp_subtitle.cc:55 +msgid "Could not read subtitles (%1 / %2)" +msgstr "" + +#: src/lib/scp_uploader.cc:71 +msgid "Could not start SCP session (%1)" +msgstr "" + +#: src/lib/curl_uploader.cc:49 +msgid "Could not start transfer" +msgstr "" + +#: src/lib/curl_uploader.cc:93 src/lib/scp_uploader.cc:118 +msgid "Could not write to remote file (%1)" +msgstr "" + +#: src/lib/util.cc:524 +msgid "D-BOX primary" +msgstr "" + +#: src/lib/util.cc:525 +msgid "D-BOX secondary" +msgstr "" + +#: src/lib/util.cc:555 +msgid "DBP" +msgstr "" + +#: src/lib/util.cc:556 +msgid "DBS" +msgstr "" + +#: src/lib/ratio.cc:43 +msgid "DCI Flat" +msgstr "" + +#: src/lib/ratio.cc:45 +msgid "DCI Scope" +msgstr "" + +#: src/lib/dcp_subtitle_content.cc:100 +msgid "DCP XML subtitles" +msgstr "" + +#: src/lib/audio_content.cc:327 +msgid "DCP sample rate" +msgstr "" + +#: src/lib/frame_rate_change.cc:79 +msgid "DCP will run at %1%% of the content speed.\n" +msgstr "" + +#: src/lib/frame_rate_change.cc:70 +msgid "DCP will use every other frame of the content.\n" +msgstr "" + +#: src/lib/job.cc:123 src/lib/job.cc:138 +msgid "" +"DCP-o-matic could not open the file %1 (%2). Perhaps it does not exist or " +"is in an unexpected format." +msgstr "" + +#: src/lib/ffmpeg_content.cc:103 +msgid "" +"DCP-o-matic no longer supports the `%1' filter, so it has been turned off." +msgstr "" + +#: src/lib/filter.cc:66 src/lib/filter.cc:67 src/lib/filter.cc:68 +msgid "De-interlacing" +msgstr "" + +#: src/lib/config.cc:824 +msgid "" +"Dear Projectionist\n" +"\n" +"Please find attached KDMs for $CPL_NAME.\n" +"\n" +"Cinema: $CINEMA_NAME\n" +"Screen(s): $SCREENS\n" +"\n" +"The KDMs are valid from $START_TIME until $END_TIME.\n" +"\n" +"Best regards,\n" +"DCP-o-matic" +msgstr "" + +#: src/lib/dolby_cp750.cc:28 +msgid "Dolby CP650 and CP750" +msgstr "" + +#: src/lib/internet.cc:77 +msgid "Download failed (%1/%2 error %3)" +msgstr "" + +#: src/lib/frame_rate_change.cc:72 +msgid "Each content frame will be doubled in the DCP.\n" +msgstr "" + +#: src/lib/frame_rate_change.cc:74 +msgid "Each content frame will be repeated %1 more times in the DCP.\n" +msgstr "" + +#: src/lib/send_kdm_email_job.cc:64 +msgid "Email KDMs" +msgstr "" + +#: src/lib/send_kdm_email_job.cc:67 +msgid "Email KDMs for %1" +msgstr "" + +#: src/lib/send_problem_report_job.cc:59 +msgid "Email problem report" +msgstr "" + +#: src/lib/send_problem_report_job.cc:62 +msgid "Email problem report for %1" +msgstr "" + +#: src/lib/dcp_encoder.cc:95 src/lib/ffmpeg_encoder.cc:201 +msgid "Encoding" +msgstr "" + +#: src/lib/exceptions.cc:67 +msgid "Error in subtitle file: saw %1 while expecting %2" +msgstr "" + +#: src/lib/job.cc:452 +msgid "Error: %1" +msgstr "" + +#: src/lib/examine_content_job.cc:44 +msgid "Examine content" +msgstr "" + +#: src/lib/ffmpeg_content.cc:558 +msgid "FCC" +msgstr "" + +#: src/lib/scp_uploader.cc:61 +msgid "Failed to authenticate with server (%1)" +msgstr "" + +#: src/lib/emailer.cc:222 +msgid "Failed to send email (%1)" +msgstr "" + +#: src/lib/dcp_content_type.cc:46 +msgid "Feature" +msgstr "" + +#: src/lib/content.cc:398 +msgid "Filename" +msgstr "" + +#: src/lib/ffmpeg_content.cc:518 +msgid "Film" +msgstr "" + +#: src/lib/ffmpeg_examiner.cc:95 +msgid "Finding length" +msgstr "" + +#: src/lib/content.cc:405 +msgid "Frame rate" +msgstr "" + +#: src/lib/ffmpeg_content.cc:502 +msgid "Full" +msgstr "" + +#: src/lib/ffmpeg_content.cc:482 +msgid "Full (0-%1)" +msgstr "" + +#: src/lib/ratio.cc:46 +msgid "Full frame" +msgstr "" + +#: src/lib/audio_content.cc:334 +msgid "Full length in audio samples at DCP rate" +msgstr "" + +#: src/lib/audio_content.cc:321 +msgid "Full length in audio samples at content rate" +msgstr "" + +#: src/lib/audio_content.cc:328 +msgid "Full length in video frames at DCP rate" +msgstr "" + +#: src/lib/audio_content.cc:314 +msgid "Full length in video frames at content rate" +msgstr "" + +#: src/lib/ffmpeg_content.cc:533 +msgid "Gamma 22 (BT470M)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:534 +msgid "Gamma 28 (BT470BG)" +msgstr "" + +#: src/lib/filter.cc:69 +msgid "Gradient debander" +msgstr "" + +#: src/lib/util.cc:549 +msgid "HI" +msgstr "" + +#: src/lib/util.cc:518 +msgid "Hearing impaired" +msgstr "" + +#: src/lib/filter.cc:72 +msgid "High quality 3D denoiser" +msgstr "" + +#: src/lib/hints.cc:128 +msgid "" +"However, setting your DCP frame rate to 24 or 48 will cause a significant " +"slowdown of your content, and SMPTE DCPs are not supported by all projectors." +msgstr "" + +#: src/lib/hints.cc:125 +msgid "" +"However, setting your DCP frame rate to 24 or 48 will cause a significant " +"speed-up of your content, and SMPTE DCPs are not supported by all projectors." +msgstr "" + +#: src/lib/audio_content.cc:307 src/lib/audio_content.cc:327 +msgid "Hz" +msgstr "" + +#: src/lib/ffmpeg_content.cc:542 +msgid "IEC61966-2-1 (sRGB or sYCC)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:540 +msgid "IEC61966-2-4" +msgstr "" + +#: src/lib/job.cc:146 src/lib/job.cc:184 src/lib/job.cc:194 +msgid "It is not known what caused this error." +msgstr "" + +#: src/lib/config.cc:308 src/lib/config.cc:821 +msgid "KDM delivery: $CPL_NAME" +msgstr "" + +#: src/lib/filter.cc:67 +msgid "Kernel deinterlacer" +msgstr "" + +#: src/lib/util.cc:543 +msgid "L" +msgstr "" + +#: src/lib/util.cc:551 +msgid "Lc" +msgstr "" + +#: src/lib/mid_side_decoder.cc:98 src/lib/util.cc:512 +msgid "Left" +msgstr "" + +#: src/lib/util.cc:520 +msgid "Left centre" +msgstr "" + +#: src/lib/util.cc:522 +msgid "Left rear surround" +msgstr "" + +#: src/lib/util.cc:516 +msgid "Left surround" +msgstr "" + +#: src/lib/video_content.cc:461 +msgid "Length" +msgstr "" + +#: src/lib/util.cc:546 +msgid "Lfe" +msgstr "" + +#: src/lib/util.cc:515 +msgid "Lfe (sub)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:497 +msgid "Limited" +msgstr "" + +#: src/lib/ffmpeg_content.cc:475 +msgid "Limited (%1-%2)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:537 +msgid "Linear" +msgstr "" + +#: src/lib/ffmpeg_content.cc:538 +msgid "Logarithmic (100:1 range)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:539 +msgid "Logarithmic (316:1 range)" +msgstr "" + +#: src/lib/util.cc:547 +msgid "Ls" +msgstr "" + +#: src/lib/mid_side_decoder.cc:35 +msgid "Mid-side decoder" +msgstr "" + +#: src/lib/filter.cc:69 src/lib/filter.cc:70 src/lib/filter.cc:73 +msgid "Misc" +msgstr "" + +#: src/lib/dcp_examiner.cc:145 +msgid "Mismatched audio channel counts in DCP" +msgstr "" + +#: src/lib/dcp_examiner.cc:151 +msgid "Mismatched audio sample rates in DCP" +msgstr "" + +#: src/lib/dcp_examiner.cc:120 +msgid "Mismatched frame rates in DCP" +msgstr "" + +#: src/lib/dcp_examiner.cc:127 +msgid "Mismatched video sizes in DCP" +msgstr "" + +#: src/lib/writer.cc:608 +msgid "Mono" +msgstr "" + +#: src/lib/filter.cc:66 +msgid "Motion compensating deinterlacer" +msgstr "" + +#: src/lib/cinema_kdms.cc:201 +msgid "No mail server configured in preferences" +msgstr "" + +#: src/lib/video_content_scale.cc:105 +msgid "No scale" +msgstr "" + +#: src/lib/video_content_scale.cc:102 +msgid "No stretch" +msgstr "" + +#: src/lib/image_content.cc:120 +msgid "No valid image files were found in the folder." +msgstr "" + +#: src/lib/filter.cc:71 src/lib/filter.cc:72 src/lib/filter.cc:74 +msgid "Noise reduction" +msgstr "" + +#: src/lib/writer.cc:606 +msgid "None" +msgstr "" + +#: src/lib/job.cc:450 +msgid "OK (ran for %1)" +msgstr "" + +#: src/lib/content.cc:117 +msgid "Only the first piece of content to be joined can have a start trim." +msgstr "" + +#: src/lib/content.cc:121 +msgid "Only the last piece of content to be joined can have an end trim." +msgstr "" + +#: src/lib/job.cc:170 +msgid "Out of memory" +msgstr "" + +#: src/lib/filter.cc:74 +msgid "Overcomplete wavelet denoiser" +msgstr "" + +#: src/lib/colour_conversion.cc:284 +msgid "P3" +msgstr "" + +#: src/lib/dcp_content_type.cc:53 +msgid "Policy" +msgstr "" + +#: src/lib/content.cc:414 +msgid "Prepared for video frame rate" +msgstr "" + +#: src/lib/exceptions.cc:85 +msgid "Programming error at %1:%2 %3" +msgstr "" + +#: src/lib/dcp_content_type.cc:54 +msgid "Public Service Announcement" +msgstr "" + +#: src/lib/util.cc:544 +msgid "R" +msgstr "" + +#: src/lib/ffmpeg_content.cc:554 +msgid "RGB / sRGB (IEC61966-2-1)" +msgstr "" + +#: src/lib/dcp_content_type.cc:51 +msgid "Rating" +msgstr "" + +#: src/lib/util.cc:552 +msgid "Rc" +msgstr "" + +#: src/lib/colour_conversion.cc:285 +msgid "Rec. 1886" +msgstr "" + +#: src/lib/colour_conversion.cc:286 +msgid "Rec. 2020" +msgstr "" + +#: src/lib/colour_conversion.cc:282 +msgid "Rec. 601" +msgstr "" + +#: src/lib/colour_conversion.cc:283 +msgid "Rec. 709" +msgstr "" + +#: src/lib/mid_side_decoder.cc:99 src/lib/util.cc:513 +msgid "Right" +msgstr "" + +#: src/lib/util.cc:521 +msgid "Right centre" +msgstr "" + +#: src/lib/util.cc:523 +msgid "Right rear surround" +msgstr "" + +#: src/lib/util.cc:517 +msgid "Right surround" +msgstr "" + +#: src/lib/util.cc:548 +msgid "Rs" +msgstr "" + +#: src/lib/colour_conversion.cc:287 +msgid "S-Gamut3/S-Log3" +msgstr "" + +#: src/lib/ffmpeg_content.cc:516 src/lib/ffmpeg_content.cc:535 +msgid "SMPTE 170M (BT601)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:560 +msgid "SMPTE 170M (BT601-6)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:565 +msgid "SMPTE 2085, Y'D'zD'x" +msgstr "" + +#: src/lib/ffmpeg_content.cc:517 src/lib/ffmpeg_content.cc:536 +#: src/lib/ffmpeg_content.cc:561 +msgid "SMPTE 240M" +msgstr "" + +#: src/lib/ffmpeg_content.cc:545 +msgid "SMPTE ST 2084 for 10, 12, 14 and 16 bit systems" +msgstr "" + +#: src/lib/ffmpeg_content.cc:546 +msgid "SMPTE ST 428-1" +msgstr "" + +#: src/lib/ffmpeg_content.cc:520 +msgid "SMPTE ST 428-1 (CIE 1931 XYZ)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:521 +msgid "SMPTE ST 431-2 (2011)" +msgstr "" + +#: src/lib/ffmpeg_content.cc:522 +msgid "SMPTE ST 432-1 D65 (2010)" +msgstr "" + +#: src/lib/scp_uploader.cc:56 +msgid "SSH error (%1)" +msgstr "" + +#: src/lib/image_content.cc:107 +msgid "Scanning image files" +msgstr "" + +#: src/lib/send_problem_report_job.cc:74 +msgid "Sending email" +msgstr "" + +#: src/lib/dcp_content_type.cc:47 +msgid "Short" +msgstr "" + +#: src/lib/video_content.cc:462 +msgid "Size" +msgstr "" + +#: src/lib/audio_content.cc:253 +msgid "Some audio will be resampled to %1Hz" +msgstr "" + +#: src/lib/writer.cc:610 +msgid "Stereo" +msgstr "" + +#: src/lib/upmixer_a.cc:46 +msgid "Stereo to 5.1 up-mixer A" +msgstr "" + +#: src/lib/upmixer_b.cc:42 +msgid "Stereo to 5.1 up-mixer B" +msgstr "" + +#: src/lib/dcp_content_type.cc:52 +msgid "Teaser" +msgstr "" + +#: src/lib/filter.cc:73 +msgid "Telecine filter" +msgstr "" + +#: src/lib/dcp_content_type.cc:49 +msgid "Test" +msgstr "" + +#: src/lib/text_subtitle_content.cc:74 +msgid "Text subtitles" +msgstr "" + +#: src/lib/dcp_content.cc:510 +msgid "The DCP does not have sound in all reels." +msgstr "" + +#: src/lib/dcp_content.cc:534 +msgid "The DCP does not have subtitles in all reels." +msgstr "" + +#: src/lib/exceptions.cc:73 +msgid "The certificate chain for signing is invalid" +msgstr "" + +#: src/lib/exceptions.cc:79 +msgid "The certificate chain for signing is invalid (%1)" +msgstr "" + +#: src/lib/job.cc:108 +msgid "" +"The drive that the film is stored on is low in disc space. Free some more " +"space and try again." +msgstr "" + +#: src/lib/content_factory.cc:115 +msgid "The file %1 has been moved %2 milliseconds earlier." +msgstr "" + +#: src/lib/content_factory.cc:110 +msgid "The file %1 has been moved %2 milliseconds later." +msgstr "" + +#: src/lib/content_factory.cc:135 +msgid "The file %1 has been trimmed by %2 milliseconds less." +msgstr "" + +#: src/lib/content_factory.cc:130 +msgid "The file %1 has been trimmed by %2 milliseconds more." +msgstr "" + +#: src/lib/dcp_content.cc:447 +msgid "The film has a different frame rate to this DCP." +msgstr "" + +#: src/lib/dcp_content.cc:440 +msgid "The film is set to Interop and this DCP is SMPTE." +msgstr "" + +#: src/lib/dcp_content.cc:437 +msgid "The film is set to SMPTE and this DCP is Interop." +msgstr "" + +#: src/lib/dcp_content.cc:469 +msgid "" +"The reel lengths in the film differ from those in the DCP; set the reel mode " +"to 'split by video content'." +msgstr "" + +#: src/lib/dcp_content.cc:487 +msgid "The video frame size in the film differs from that in the DCP." +msgstr "" + +#: src/lib/dcp_content.cc:515 +msgid "There is other audio content overlapping this DCP; remove it." +msgstr "" + +#: src/lib/dcp_content.cc:539 +msgid "There is other subtitle content overlapping this DCP; remove it." +msgstr "" + +#: src/lib/dcp_content.cc:491 +msgid "There is other video content overlapping this DCP; remove it." +msgstr "" + +#: src/lib/job.cc:170 +msgid "" +"There was not enough memory to do this. If you are running a 32-bit " +"operating system try reducing the number of encoding threads in the General " +"tab of Preferences." +msgstr "" + +#: src/lib/exceptions.cc:91 +msgid "" +"This file is a KDM. KDMs should be added to DCP content by right-clicking " +"the content and choosing \"Add KDM\"." +msgstr "" + +#: src/lib/film.cc:439 +msgid "" +"This film was created with a newer version of DCP-o-matic, and it cannot be " +"loaded into this version. Sorry!" +msgstr "" + +#: src/lib/film.cc:428 +msgid "" +"This film was created with an older version of DCP-o-matic, and " +"unfortunately it cannot be loaded into this version. You will need to " +"create a new Film, re-add your content and set it up again. Sorry!" +msgstr "" + +#: src/lib/dcp_content_type.cc:48 +msgid "Trailer" +msgstr "" + +#: src/lib/transcode_job.cc:58 +msgid "Transcode %1" +msgstr "" + +#: src/lib/dcp_content_type.cc:50 +msgid "Transitional" +msgstr "" + +#: src/lib/internet.cc:109 +msgid "Unexpected ZIP file contents" +msgstr "" + +#: src/lib/image_proxy.cc:49 +msgid "Unexpected image type received by server" +msgstr "" + +#: src/lib/job.cc:193 +msgid "Unknown error" +msgstr "" + +#: src/lib/ffmpeg_decoder.cc:325 +msgid "Unrecognised audio sample format (%1)" +msgstr "" + +#: src/lib/filter.cc:70 +msgid "Unsharp mask and Gaussian blur" +msgstr "" + +#: src/lib/ffmpeg_content.cc:468 src/lib/ffmpeg_content.cc:492 +#: src/lib/ffmpeg_content.cc:510 src/lib/ffmpeg_content.cc:512 +#: src/lib/ffmpeg_content.cc:513 src/lib/ffmpeg_content.cc:529 +#: src/lib/ffmpeg_content.cc:531 src/lib/ffmpeg_content.cc:532 +#: src/lib/ffmpeg_content.cc:556 src/lib/ffmpeg_content.cc:557 +msgid "Unspecified" +msgstr "" + +#: src/lib/colour_conversion.cc:240 +msgid "Untitled" +msgstr "" + +#: src/lib/util.cc:526 src/lib/util.cc:527 +msgid "Unused" +msgstr "" + +#: src/lib/upmixer_a.cc:127 src/lib/upmixer_b.cc:137 +msgid "Upmix L" +msgstr "" + +#: src/lib/upmixer_a.cc:128 src/lib/upmixer_b.cc:138 +msgid "Upmix R" +msgstr "" + +#: src/lib/util.cc:550 +msgid "VI" +msgstr "" + +#: src/lib/util.cc:519 +msgid "Visually impaired" +msgstr "" + +#: src/lib/upload_job.cc:45 +msgid "Waiting" +msgstr "" + +#: src/lib/ffmpeg_content.cc:562 +msgid "YCOCG" +msgstr "" + +#: src/lib/filter.cc:68 +msgid "Yet Another Deinterlacing Filter" +msgstr "" + +#: src/lib/hints.cc:130 +msgid "" +"You are set up for an Interop DCP at a frame rate which is not officially " +"supported. You are advised either to change the frame rate of your DCP or " +"to make a SMPTE DCP instead (although SMPTE DCPs are not supported by all " +"projectors)." +msgstr "" + +#: src/lib/hints.cc:117 +msgid "" +"You are set up for an Interop DCP at a frame rate which is not officially " +"supported. You are advised either to change the frame rate of your DCP or " +"to make a SMPTE DCP instead." +msgstr "" + +#: src/lib/hints.cc:155 +msgid "" +"You are using 3D content but your DCP is set to 2D. Set the DCP to 3D if " +"you want to play it back on a 3D system (e.g. Real-D, MasterImage etc.)" +msgstr "" + +#: src/lib/hints.cc:82 +msgid "" +"You are using DCP-o-matic's stereo-to-5.1 upmixer. This is experimental and " +"may result in poor-quality audio. If you continue, you should listen to the " +"resulting DCP in a cinema to make sure that it sounds good." +msgstr "" + +#: src/lib/hints.cc:144 +msgid "" +"You have %1 files that look like they are VOB files from DVD. You should " +"join them to ensure smooth joins between the files." +msgstr "" + +#: src/lib/hints.cc:73 +msgid "" +"You have specified a font file which is larger than 640kB. This is very " +"likely to cause problems on playback." +msgstr "" + +#: src/lib/hints.cc:77 +msgid "" +"Your DCP has fewer than 6 audio channels. This may cause problems on some " +"projectors." +msgstr "" + +#: src/lib/hints.cc:109 +msgid "" +"Your DCP uses an unusual container ratio. This may cause problems on some " +"projectors. If possible, use Flat or Scope for the DCP container ratio" +msgstr "" + +#: src/lib/hints.cc:181 +msgid "" +"Your audio level is very high (on %1). You should reduce the gain of your " +"audio content." +msgstr "" + +#: src/lib/config.cc:268 +msgid "" +"Your default container is not valid and has been changed to Flat (1.85:1)" +msgstr "" + +#: src/lib/content_factory.cc:106 +msgid "" +"Your project contains video content that was not aligned to a frame boundary." +msgstr "" + +#: src/lib/content_factory.cc:126 +msgid "" +"Your project contains video content whose trim was not aligned to a frame " +"boundary." +msgstr "" + +#: src/lib/image_content.cc:71 +msgid "[moving images]" +msgstr "" + +#: src/lib/image_content.cc:69 +msgid "[still]" +msgstr "" + +#: src/lib/dcp_subtitle_content.cc:94 src/lib/text_subtitle_content.cc:68 +msgid "[subtitles]" +msgstr "" + +#: src/lib/film.cc:296 +msgid "cannot contain slashes" +msgstr "" + +#: src/lib/dcpomatic_socket.cc:69 +msgid "connect timed out" +msgstr "" + +#: src/lib/uploader.cc:35 +msgid "connecting" +msgstr "" + +#: src/lib/film.cc:300 +msgid "container" +msgstr "" + +#: src/lib/film.cc:308 +msgid "content type" +msgstr "" + +#: src/lib/uploader.cc:73 +msgid "copying %1" +msgstr "" + +#: src/lib/ffmpeg.cc:138 +msgid "could not find stream information" +msgstr "" + +#: src/lib/reel_writer.cc:336 +msgid "could not move audio asset into the DCP (%1)" +msgstr "" + +#: src/lib/exceptions.cc:33 +msgid "could not open file %1 for reading (%2)" +msgstr "" + +#: src/lib/exceptions.cc:33 +msgid "could not open file %1 for writing (%2)" +msgstr "" + +#: src/lib/exceptions.cc:43 +msgid "could not read from file %1 (%2)" +msgstr "" + +#: src/lib/scp_uploader.cc:66 +msgid "could not start SCP session (%1)" +msgstr "" + +#: src/lib/scp_uploader.cc:41 +msgid "could not start SSH session" +msgstr "" + +#: src/lib/exceptions.cc:49 +msgid "could not write to file %1 (%2)" +msgstr "" + +#: src/lib/dcpomatic_socket.cc:65 +msgid "error during async_connect (%1)" +msgstr "" + +#: src/lib/dcpomatic_socket.cc:118 +msgid "error during async_read (%1)" +msgstr "" + +#: src/lib/dcpomatic_socket.cc:90 +msgid "error during async_write (%1)" +msgstr "" + +#: src/lib/content.cc:407 src/lib/content.cc:416 +msgid "frames per second" +msgstr "" + +#. / TRANSLATORS: h here is an abbreviation for hours +#: src/lib/util.cc:167 src/lib/util.cc:170 +msgid "h" +msgstr "" + +#. / TRANSLATORS: m here is an abbreviation for minutes +#: src/lib/util.cc:182 src/lib/util.cc:185 +msgid "m" +msgstr "" + +#: src/lib/exceptions.cc:55 +msgid "missing required setting %1" +msgstr "" + +#: src/lib/image_content.cc:86 +msgid "moving" +msgstr "" + +#: src/lib/film.cc:296 +msgid "name" +msgstr "" + +#. / TRANSLATORS: s here is an abbreviation for seconds +#: src/lib/util.cc:196 +msgid "s" +msgstr "" + +#: src/lib/colour_conversion.cc:281 +msgid "sRGB" +msgstr "" + +#: src/lib/film.cc:317 +msgid "some of your content is missing" +msgstr "" + +#: src/lib/film.cc:321 +msgid "some of your content needs a KDM" +msgstr "" + +#: src/lib/film.cc:324 +msgid "some of your content needs an OV" +msgstr "" + +#: src/lib/image_content.cc:84 +msgid "still" +msgstr "" + +#: src/lib/ffmpeg_examiner.cc:230 +msgid "unknown" +msgstr "" + +#: src/lib/video_content.cc:461 +msgid "video frames" +msgstr "" + +#: src/lib/film.cc:304 +msgid "you must add some content to the DCP before creating it" +msgstr "" diff --git a/src/tools/po/el_GR.po b/src/tools/po/el_GR.po new file mode 100644 index 000000000..660399db4 --- /dev/null +++ b/src/tools/po/el_GR.po @@ -0,0 +1,562 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-20 23:34+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/tools/dcpomatic_kdm.cc:350 +#, c-format +msgid "%d KDM written to %s" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:350 +#, c-format +msgid "%d KDMs written to %s" +msgstr "" + +#: src/tools/dcpomatic_batch.cc:63 +msgid "&Add Film...\tCtrl-A" +msgstr "" + +#: src/tools/dcpomatic_player.cc:213 +msgid "&Add KDM..." +msgstr "" + +#: src/tools/dcpomatic_player.cc:212 +msgid "&Add OV..." +msgstr "" + +#: src/tools/dcpomatic_player.cc:218 +msgid "&Close" +msgstr "" + +#: src/tools/dcpomatic.cc:1104 +msgid "&Content" +msgstr "" + +#: src/tools/dcpomatic.cc:1103 src/tools/dcpomatic_batch.cc:85 +#: src/tools/dcpomatic_kdm.cc:251 src/tools/dcpomatic_player.cc:254 +msgid "&Edit" +msgstr "" + +#: src/tools/dcpomatic.cc:1054 src/tools/dcpomatic_batch.cc:65 +#: src/tools/dcpomatic_kdm.cc:229 src/tools/dcpomatic_player.cc:222 +msgid "&Exit" +msgstr "" + +#: src/tools/dcpomatic.cc:1102 src/tools/dcpomatic_batch.cc:83 +#: src/tools/dcpomatic_kdm.cc:249 src/tools/dcpomatic_player.cc:252 +msgid "&File" +msgstr "" + +#: src/tools/dcpomatic.cc:1107 src/tools/dcpomatic_batch.cc:88 +#: src/tools/dcpomatic_kdm.cc:253 src/tools/dcpomatic_player.cc:258 +msgid "&Help" +msgstr "" + +#: src/tools/dcpomatic.cc:1105 +msgid "&Jobs" +msgstr "" + +#: src/tools/dcpomatic.cc:1074 +msgid "&Make DCP\tCtrl-M" +msgstr "" + +#: src/tools/dcpomatic.cc:1039 src/tools/dcpomatic_player.cc:211 +msgid "&Open...\tCtrl-O" +msgstr "" + +#: src/tools/dcpomatic.cc:1064 src/tools/dcpomatic.cc:1066 +#: src/tools/dcpomatic_batch.cc:71 src/tools/dcpomatic_batch.cc:74 +#: src/tools/dcpomatic_kdm.cc:235 src/tools/dcpomatic_kdm.cc:238 +#: src/tools/dcpomatic_player.cc:228 src/tools/dcpomatic_player.cc:231 +msgid "&Preferences...\tCtrl-P" +msgstr "" + +#: src/tools/dcpomatic.cc:1056 src/tools/dcpomatic_batch.cc:67 +#: src/tools/dcpomatic_kdm.cc:231 src/tools/dcpomatic_player.cc:224 +msgid "&Quit" +msgstr "" + +#: src/tools/dcpomatic.cc:1041 +msgid "&Save\tCtrl-S" +msgstr "" + +#: src/tools/dcpomatic.cc:1082 +msgid "&Send DCP to TMS" +msgstr "" + +#: src/tools/dcpomatic.cc:1106 src/tools/dcpomatic_batch.cc:87 +#: src/tools/dcpomatic_player.cc:257 +msgid "&Tools" +msgstr "" + +#: src/tools/dcpomatic_player.cc:256 +msgid "&View" +msgstr "" + +#: src/tools/dcpomatic.cc:1098 src/tools/dcpomatic_batch.cc:81 +#: src/tools/dcpomatic_kdm.cc:245 src/tools/dcpomatic_player.cc:248 +msgid "About" +msgstr "" + +#: src/tools/dcpomatic.cc:1096 src/tools/dcpomatic_kdm.cc:243 +#: src/tools/dcpomatic_player.cc:246 +msgid "About DCP-o-matic" +msgstr "" + +#: src/tools/dcpomatic_batch.cc:119 +msgid "Add Film..." +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:156 +msgid "Add folder..." +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:154 +msgid "Add..." +msgstr "" + +#: src/tools/dcpomatic.cc:1369 src/tools/dcpomatic_kdm.cc:617 +#: src/tools/dcpomatic_player.cc:611 +#, c-format +msgid "" +"An exception occurred: %s (%s)\n" +"\n" +msgstr "" + +#: src/tools/dcpomatic.cc:1378 src/tools/dcpomatic_kdm.cc:626 +#: src/tools/dcpomatic_player.cc:620 +#, c-format +msgid "" +"An exception occurred: %s.\n" +"\n" +msgstr "" + +#: src/tools/dcpomatic_server.cc:321 +msgid "An unknown error has occurred with the DCP-o-matic server." +msgstr "" + +#: src/tools/dcpomatic.cc:743 src/tools/dcpomatic.cc:1383 +#: src/tools/dcpomatic_kdm.cc:361 src/tools/dcpomatic_kdm.cc:631 +#: src/tools/dcpomatic_kdm.cc:640 src/tools/dcpomatic_player.cc:625 +msgid "An unknown exception occurred." +msgstr "" + +#: src/tools/dcpomatic.cc:566 +msgid "" +"Are you sure you want to restore preferences to their defaults? This cannot " +"be undone." +msgstr "" + +#: src/tools/dcpomatic.cc:633 +#, c-format +msgid "Bad setting for %s." +msgstr "" + +#: src/tools/dcpomatic.cc:739 src/tools/dcpomatic_kdm.cc:357 +msgid "CPL's content is not encrypted." +msgstr "" + +#: src/tools/dcpomatic.cc:1090 src/tools/dcpomatic_player.cc:242 +msgid "Check for updates" +msgstr "" + +#: src/tools/dcpomatic.cc:129 +msgid "Close without saving film" +msgstr "" + +#: src/tools/dcpomatic.cc:1060 +msgid "Copy settings\tCtrl-C" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:433 +msgid "" +"Could not decrypt the DKDM. Perhaps it was not created with the correct " +"certificate." +msgstr "" + +#: src/tools/dcpomatic.cc:702 +msgid "Could not find batch converter." +msgstr "" + +#: src/tools/dcpomatic_player.cc:163 +msgid "Could not load DCP" +msgstr "" + +#: src/tools/dcpomatic_player.cc:570 +msgid "Could not load DCP %1." +msgstr "" + +#: src/tools/dcpomatic_player.cc:336 +msgid "Could not load KDM." +msgstr "" + +#: src/tools/dcpomatic_batch.cc:342 +msgid "Could not load film %1" +msgstr "" + +#: src/tools/dcpomatic.cc:1297 +msgid "Could not load film %1 (%2)" +msgstr "" + +#: src/tools/dcpomatic.cc:635 +msgid "Could not make DCP." +msgstr "" + +#: src/tools/dcpomatic.cc:391 src/tools/dcpomatic_batch.cc:140 +#, c-format +msgid "Could not open film at %s" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:426 +msgid "" +"Could not read file as a KDM. Perhaps it is badly formatted, or not a KDM " +"at all." +msgstr "" + +#: src/tools/dcpomatic.cc:813 +msgid "Could not run konqueror" +msgstr "" + +#: src/tools/dcpomatic.cc:806 +msgid "Could not run nautilus" +msgstr "" + +#: src/tools/dcpomatic.cc:813 src/tools/dcpomatic.cc:822 +msgid "Could not show DCP" +msgstr "" + +#: src/tools/dcpomatic.cc:806 +msgid "Could not show DCP." +msgstr "" + +#: src/tools/dcpomatic.cc:1120 +#, c-format +msgid "" +"Could not write to cinemas file at %s. Your changes have not been saved." +msgstr "" + +#: src/tools/dcpomatic.cc:1132 src/tools/dcpomatic_player.cc:435 +#, c-format +msgid "" +"Could not write to config file at %s. Your changes have not been saved." +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:172 +msgid "Create KDMs" +msgstr "" + +#: src/tools/dcpomatic.cc:416 src/tools/dcpomatic.cc:1247 +#: src/tools/dcpomatic.cc:1285 +msgid "DCP-o-matic" +msgstr "" + +#: src/tools/dcpomatic_batch.cc:282 src/tools/dcpomatic_batch.cc:318 +msgid "DCP-o-matic Batch Converter" +msgstr "" + +#: src/tools/dcpomatic_server.cc:141 +msgid "DCP-o-matic Encode Server" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:553 src/tools/dcpomatic_kdm.cc:589 +msgid "DCP-o-matic KDM Creator" +msgstr "" + +#: src/tools/dcpomatic_player.cc:82 src/tools/dcpomatic_player.cc:171 +#: src/tools/dcpomatic_player.cc:520 +msgid "DCP-o-matic Player" +msgstr "" + +#: src/tools/dcpomatic_player.cc:584 +msgid "DCP-o-matic Player could not start." +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:604 +msgid "DCP-o-matic could not start" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:145 +msgid "DKDM" +msgstr "" + +#: src/tools/dcpomatic_player.cc:237 +msgid "Decode at full resolution" +msgstr "" + +#: src/tools/dcpomatic_player.cc:238 +msgid "Decode at half resolution" +msgstr "" + +#: src/tools/dcpomatic_player.cc:239 +msgid "Decode at quarter resolution" +msgstr "" + +#: src/tools/dcpomatic.cc:620 +#, c-format +msgid "Do you want to overwrite the existing DCP %s?" +msgstr "" + +#: src/tools/dcpomatic.cc:129 +msgid "Don't close" +msgstr "" + +#: src/tools/dcpomatic.cc:162 +msgid "Don't duplicate" +msgstr "" + +#: src/tools/dcpomatic.cc:479 src/tools/dcpomatic.cc:494 +msgid "Duplicate Film" +msgstr "" + +#: src/tools/dcpomatic.cc:1045 +msgid "Duplicate and open..." +msgstr "" + +#: src/tools/dcpomatic.cc:162 +msgid "Duplicate without saving film" +msgstr "" + +#: src/tools/dcpomatic.cc:1044 +msgid "Duplicate..." +msgstr "" + +#: src/tools/dcpomatic.cc:1088 src/tools/dcpomatic_batch.cc:78 +msgid "Encoding servers..." +msgstr "" + +#: src/tools/dcpomatic.cc:1080 +msgid "Export...\tCtrl-E" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:260 +#, c-format +msgid "File %s already exists. Do you want to overwrite it?" +msgstr "" + +#. / TRANSLATORS: this is the heading for a dialog box, which tells the user that the current +#. / project (Film) has been changed since it was last saved. +#: src/tools/dcpomatic.cc:124 src/tools/dcpomatic.cc:157 +msgid "Film changed" +msgstr "" + +#: src/tools/dcpomatic_server.cc:148 +msgid "Frames per second" +msgstr "" + +#: src/tools/dcpomatic.cc:1087 +msgid "Hints..." +msgstr "" + +#. / TRANSLATORS: translate the word "Timing" here; do not include the "KDM|" prefix +#: src/tools/dcpomatic_kdm.cc:139 +msgid "KDM|Timing" +msgstr "" + +#: src/tools/dcpomatic_player.cc:171 +msgid "Loading DCP" +msgstr "" + +#: src/tools/dcpomatic.cc:1077 +msgid "Make &KDMs...\tCtrl-K" +msgstr "" + +#: src/tools/dcpomatic.cc:1075 +msgid "Make DCP in &batch converter\tCtrl-B" +msgstr "" + +#: src/tools/dcpomatic.cc:1078 +msgid "Make DKDM for DCP-o-matic..." +msgstr "" + +#: src/tools/dcpomatic.cc:1089 +msgid "Manage templates..." +msgstr "" + +#: src/tools/dcpomatic.cc:426 +msgid "New Film" +msgstr "" + +#: src/tools/dcpomatic.cc:1038 +msgid "New...\tCtrl-N" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:165 +msgid "Output" +msgstr "" + +#: src/tools/dcpomatic.cc:1061 +msgid "Paste settings...\tCtrl-V" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:158 +msgid "Remove" +msgstr "" + +#: src/tools/dcpomatic.cc:1100 src/tools/dcpomatic_kdm.cc:247 +#: src/tools/dcpomatic_player.cc:250 +msgid "Report a problem..." +msgstr "" + +#: src/tools/dcpomatic.cc:567 src/tools/dcpomatic.cc:1092 +msgid "Restore default preferences" +msgstr "" + +#: src/tools/dcpomatic.cc:1083 +msgid "S&how DCP" +msgstr "" + +#: src/tools/dcpomatic.cc:1043 +msgid "Save as &template..." +msgstr "" + +#: src/tools/dcpomatic.cc:121 +#, c-format +msgid "Save changes to film \"%s\" before closing?" +msgstr "" + +#: src/tools/dcpomatic.cc:154 +#, c-format +msgid "Save changes to film \"%s\" before duplicating?" +msgstr "" + +#: src/tools/dcpomatic.cc:129 +msgid "Save film and close" +msgstr "" + +#: src/tools/dcpomatic.cc:162 +msgid "Save film and duplicate" +msgstr "" + +#: src/tools/dcpomatic.cc:1071 +msgid "Scale to fit &height" +msgstr "" + +#: src/tools/dcpomatic.cc:1070 +msgid "Scale to fit &width" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:132 +msgid "Screens" +msgstr "" + +#: src/tools/dcpomatic_player.cc:268 +msgid "Select DCP to open" +msgstr "" + +#: src/tools/dcpomatic_player.cc:293 +msgid "Select DCP to open as OV" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:405 +msgid "Select DKDM file" +msgstr "" + +#: src/tools/dcpomatic_player.cc:326 +msgid "Select KDM" +msgstr "" + +#: src/tools/dcpomatic.cc:440 src/tools/dcpomatic_batch.cc:217 +msgid "Select film to open" +msgstr "" + +#: src/tools/dcpomatic_kdm.cc:344 +msgid "Send KDM emails" +msgstr "" + +#: src/tools/dcpomatic_player.cc:236 +msgid "Set decode resolution to match display" +msgstr "" + +#: src/tools/dcpomatic.cc:590 +#, c-format +msgid "" +"The DCP and intermediate files for this film will take up about %.1f Gb, and " +"the disk that you are using only has %.1f Gb available. You would need half " +"as much space if the filesystem supported hard links, but it does not. Do " +"you want to continue anyway?" +msgstr "" + +#: src/tools/dcpomatic.cc:588 +#, c-format +msgid "" +"The DCP for this film will take up about %.1f Gb, and the disk that you are " +"using only has %.1f Gb available. Do you want to continue anyway?" +msgstr "" + +#: src/tools/dcpomatic.cc:1190 src/tools/dcpomatic_player.cc:418 +msgid "The DCP-o-matic download server could not be contacted." +msgstr "" + +#: src/tools/dcpomatic.cc:1416 src/tools/dcpomatic_batch.cc:374 +#: src/tools/dcpomatic_kdm.cc:650 src/tools/dcpomatic_server.cc:333 +#: src/tools/dcpomatic_player.cc:649 +msgid "" +"The existing configuration failed to load. Default values will be used " +"instead. These may take a short time to create." +msgstr "" + +#: src/tools/dcpomatic.cc:1192 src/tools/dcpomatic_player.cc:420 +msgid "There are no new versions of DCP-o-matic available." +msgstr "" + +#: src/tools/dcpomatic.cc:893 src/tools/dcpomatic_batch.cc:159 +msgid "There are unfinished jobs; are you sure you want to quit?" +msgstr "" + +#: src/tools/dcpomatic.cc:377 +msgid "" +"This film was created with an old version of DVD-o-matic and may not load " +"correctly in this version. Please check the film's settings carefully." +msgstr "" + +#: src/tools/dcpomatic.cc:894 src/tools/dcpomatic_batch.cc:160 +msgid "Unfinished jobs" +msgstr "" + +#: src/tools/dcpomatic.cc:1086 +msgid "Video waveform..." +msgstr "" + +#: src/tools/dcpomatic.cc:721 +#, c-format +msgid "" +"You are making a DKDM which is encrypted by a private key held in\n" +"\n" +"%s\n" +"\n" +"It is VITALLY IMPORTANT that " +"you BACK UP THIS FILE since if " +"it is lost your DKDMs (and the DCPs they protect) will become useless." +msgstr "" + +#: src/tools/dcpomatic.cc:610 +msgid "" +"You are making an encrypted DCP. It will not be possible to make KDMs for " +"this DCP unless you have copies of the metadata.xml file within the " +"film and the metadata files within the DCP.\n" +"\n" +"You should ensure that these files are BACKED UP if you want to make KDMs for this film." +msgstr "" + +#: src/tools/dcpomatic.cc:449 src/tools/dcpomatic_batch.cc:226 +#: src/tools/dcpomatic_player.cc:274 src/tools/dcpomatic_player.cc:302 +msgid "" +"You did not select a folder. Make sure that you select a folder before " +"clicking Open." +msgstr "" diff --git a/src/wx/po/el_GR.po b/src/wx/po/el_GR.po new file mode 100644 index 000000000..7fe93926b --- /dev/null +++ b/src/wx/po/el_GR.po @@ -0,0 +1,2332 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-20 23:34+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/wx/subtitle_panel.cc:72 src/wx/subtitle_panel.cc:82 +#: src/wx/subtitle_panel.cc:92 src/wx/subtitle_panel.cc:102 +#: src/wx/subtitle_panel.cc:112 +msgid "%" +msgstr "" + +#: src/wx/film_name_location_dialog.cc:130 +msgid "%1 already exists as a file, so you cannot use it for a film." +msgstr "" + +#: src/wx/kdm_dialog.cc:153 +#, c-format +msgid "%d KDM written to %s" +msgstr "" + +#: src/wx/kdm_dialog.cc:153 +#, c-format +msgid "%d KDMs written to %s" +msgstr "" + +#: src/wx/about_dialog.cc:83 +msgid "" +"(C) 2012-2018 Carl Hetherington, Terrence Meiczinger\n" +" Ole Laursen, Brecht Sanders" +msgstr "" + +#: src/wx/file_picker_ctrl.cc:43 src/wx/file_picker_ctrl.cc:58 +msgid "(None)" +msgstr "" + +#: src/wx/config_dialog.cc:140 +msgid "(restart DCP-o-matic to see language changes)" +msgstr "" + +#: src/wx/audio_mapping_view.cc:168 +msgid "-6dB" +msgstr "" + +#: src/wx/wx_util.cc:383 +msgid "12 - 7.1/HI/VI" +msgstr "" + +#: src/wx/wx_util.cc:375 +msgid "2 - stereo" +msgstr "" + +#: src/wx/rgba_colour_picker.cc:36 +msgid "255" +msgstr "" + +#: src/wx/video_panel.cc:234 +msgid "2D" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:70 +msgid "2D version of content available in 3D" +msgstr "" + +#: src/wx/dcp_panel.cc:720 +msgid "2K" +msgstr "" + +#: src/wx/dcp_panel.cc:685 src/wx/video_panel.cc:235 +msgid "3D" +msgstr "" + +#: src/wx/video_panel.cc:238 +msgid "3D alternate" +msgstr "" + +#: src/wx/video_panel.cc:239 +msgid "3D left only" +msgstr "" + +#: src/wx/video_panel.cc:236 +msgid "3D left/right" +msgstr "" + +#: src/wx/video_panel.cc:240 +msgid "3D right only" +msgstr "" + +#: src/wx/video_panel.cc:237 +msgid "3D top/bottom" +msgstr "" + +#: src/wx/wx_util.cc:377 +msgid "4 - L/C/R/Lfe" +msgstr "" + +#: src/wx/dcp_panel.cc:721 +msgid "4K" +msgstr "" + +#: src/wx/wx_util.cc:379 +msgid "6 - 5.1" +msgstr "" + +#: src/wx/wx_util.cc:381 +msgid "8 - 5.1/HI/VI" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:95 +msgid "New colour" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:92 +msgid "Original colour" +msgstr "" + +#. //trac.wxwidgets.org/ticket/13389 +#. +#: src/wx/report_problem_dialog.cc:77 +msgid "" +"It is important that you enter a valid email address here, otherwise I " +"can't ask you for more details on your problem." +msgstr "" + +#. //trac.wxwidgets.org/ticket/13389 +#. +#: src/wx/timing_panel.cc:132 +msgid "" +"Only change this if the content's frame rate has been read incorrectly." +msgstr "" + +#: src/wx/colour_conversion_editor.cc:79 +msgid "A" +msgstr "" + +#: src/wx/update_dialog.cc:36 +msgid "A new version of DCP-o-matic is available." +msgstr "" + +#: src/wx/about_dialog.cc:35 +msgid "About DCP-o-matic" +msgstr "" + +#: src/wx/screens_panel.cc:150 +msgid "Add Cinema" +msgstr "" + +#: src/wx/screens_panel.cc:57 +msgid "Add Cinema..." +msgstr "" + +#: src/wx/content_panel.cc:96 +msgid "Add DCP..." +msgstr "" + +#: src/wx/new_dkdm_folder_dialog.cc:24 +msgid "Add DKDM folder" +msgstr "" + +#: src/wx/content_menu.cc:77 +msgid "Add KDM..." +msgstr "" + +#: src/wx/content_menu.cc:78 +msgid "Add OV..." +msgstr "" + +#: src/wx/screens_panel.cc:206 +msgid "Add Screen" +msgstr "" + +#: src/wx/screens_panel.cc:63 +msgid "Add Screen..." +msgstr "" + +#: src/wx/content_panel.cc:97 +msgid "Add a DCP." +msgstr "" + +#: src/wx/content_panel.cc:93 +msgid "" +"Add a folder of image files (which will be used as a moving image sequence) " +"or a folder of sound files." +msgstr "" + +#: src/wx/content_panel.cc:88 +msgid "Add file(s)..." +msgstr "" + +#: src/wx/content_panel.cc:92 +msgid "Add folder..." +msgstr "" + +#: src/wx/image_sequence_dialog.cc:28 +msgid "Add image sequence" +msgstr "" + +#: src/wx/content_panel.cc:89 +msgid "Add video, image, sound or subtitle files to the film." +msgstr "" + +#: src/wx/config_dialog.cc:380 src/wx/editable_list.h:74 +msgid "Add..." +msgstr "" + +#: src/wx/config_dialog.cc:475 +msgid "" +"Adding this certificate would make the chain inconsistent, so it will not be " +"added. Add certificates in order from root to intermediate to leaf." +msgstr "" + +#: src/wx/cinema_dialog.cc:71 src/wx/full_config_dialog.cc:749 +msgid "Address" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:177 +msgid "Adjust white point to" +msgstr "" + +#: src/wx/config_dialog.cc:741 src/wx/config_dialog.cc:756 +msgid "Advanced..." +msgstr "" + +#: src/wx/full_config_dialog.cc:973 +msgid "Allow any DCP frame rate" +msgstr "" + +#: src/wx/rgba_colour_picker.cc:33 +msgid "Alpha 0" +msgstr "" + +#: src/wx/kdm_output_panel.cc:292 +msgid "An unknown exception occurred." +msgstr "" + +#: src/wx/subtitle_panel.cc:134 +msgid "Appearance..." +msgstr "" + +#: src/wx/job_view.cc:134 +msgid "Are you sure you want to cancel this job?" +msgstr "" + +#: src/wx/confirm_kdm_email_dialog.cc:33 +msgid "" +"Are you sure you want to send emails to the following addresses?\n" +"\n" +msgstr "" + +#: src/wx/timeline_labels_view.cc:41 src/wx/timeline_labels_view.cc:80 +msgid "Atmos" +msgstr "" + +#: src/wx/audio_dialog.cc:52 src/wx/audio_panel.cc:48 +#: src/wx/content_properties_dialog.cc:76 src/wx/dcp_panel.cc:115 +#: src/wx/timeline_labels_view.cc:39 src/wx/timeline_labels_view.cc:85 +msgid "Audio" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:40 +msgid "Audio Language (e.g. EN)" +msgstr "" + +#: src/wx/player_information.cc:132 +#, c-format +msgid "Audio channels: %d" +msgstr "" + +#: src/wx/audio_mapping_view.cc:345 +#, c-format +msgid "" +"Audio will be passed from content channel %d to DCP channel %d unaltered." +msgstr "" + +#: src/wx/audio_mapping_view.cc:348 +#, c-format +msgid "" +"Audio will be passed from content channel %d to DCP channel %d with gain " +"%.1fdB." +msgstr "" + +#: src/wx/full_config_dialog.cc:116 +msgid "Automatically analyse content audio" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:82 +msgid "B" +msgstr "" + +#: src/wx/full_config_dialog.cc:760 +msgid "BCC address" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:144 +msgid "Blue chromaticity" +msgstr "" + +#: src/wx/fonts_dialog.cc:70 +msgid "Bold file" +msgstr "" + +#: src/wx/font_files_dialog.cc:37 +msgid "Bold font" +msgstr "" + +#: src/wx/video_panel.cc:140 +msgid "Bottom" +msgstr "" + +#: src/wx/dir_picker_ctrl.cc:38 src/wx/kdm_cpl_panel.cc:38 +msgid "Browse..." +msgstr "" + +#: src/wx/subtitle_panel.cc:63 +msgid "Burn subtitles into image" +msgstr "" + +#: src/wx/gain_calculator_dialog.cc:31 +msgid "But I have to use fader" +msgstr "" + +#: src/wx/full_config_dialog.cc:750 +msgid "CC addresses" +msgstr "" + +#: src/wx/kdm_cpl_panel.cc:35 src/wx/kdm_dialog.cc:85 +#: src/wx/self_dkdm_dialog.cc:60 +msgid "CPL" +msgstr "" + +#: src/wx/kdm_cpl_panel.cc:47 +msgid "CPL ID" +msgstr "" + +#: src/wx/kdm_cpl_panel.cc:50 +msgid "CPL annotation text" +msgstr "" + +#: src/wx/kdm_output_panel.cc:288 +msgid "CPL's content is not encrypted." +msgstr "" + +#: src/wx/audio_panel.cc:78 +msgid "Calculate..." +msgstr "" + +#: src/wx/job_view.cc:58 +msgid "Cancel" +msgstr "" + +#: src/wx/content_sub_panel.cc:53 +msgid "Cannot reference this DCP. " +msgstr "" + +#: src/wx/recreate_chain_dialog.cc:31 +msgid "Certificate chain" +msgstr "" + +#: src/wx/dolby_doremi_certificate_panel.cc:204 +msgid "Certificate downloaded" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:67 +msgid "Chain" +msgstr "" + +#: src/wx/audio_gain_dialog.cc:27 +msgid "Channel gain" +msgstr "" + +#: src/wx/audio_dialog.cc:93 src/wx/dcp_panel.cc:752 +msgid "Channels" +msgstr "" + +#: src/wx/config_dialog.cc:180 +msgid "Check for testing updates on startup" +msgstr "" + +#: src/wx/config_dialog.cc:176 +msgid "Check for updates on startup" +msgstr "" + +#: src/wx/content_menu.cc:80 +msgid "Choose CPL..." +msgstr "" + +#: src/wx/content_panel.cc:374 +msgid "Choose a DCP folder" +msgstr "" + +#: src/wx/content_menu.cc:296 +msgid "Choose a file" +msgstr "" + +#: src/wx/content_panel.cc:301 +msgid "Choose a file or files" +msgstr "" + +#: src/wx/content_menu.cc:291 src/wx/content_panel.cc:329 +msgid "Choose a folder" +msgstr "" + +#: src/wx/system_font_dialog.cc:33 +msgid "Choose a font" +msgstr "" + +#: src/wx/font_files_dialog.cc:80 +msgid "Choose a font file" +msgstr "" + +#: src/wx/full_config_dialog.cc:103 +msgid "Cinema and screen database file" +msgstr "" + +#: src/wx/content_widget.h:79 +msgid "Click the button to set all selected content to the same value." +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:60 +msgid "Colour" +msgstr "" + +#: src/wx/content_colour_conversion_dialog.cc:37 src/wx/video_panel.cc:195 +msgid "Colour conversion" +msgstr "" + +#. / TRANSLATORS: translate the word "Custom" here; do not include the "Colour|" prefix +#: src/wx/video_panel.cc:206 +msgid "Colour|Custom" +msgstr "" + +#: src/wx/video_waveform_dialog.cc:58 +msgid "Component" +msgstr "" + +#: src/wx/full_config_dialog.cc:98 +msgid "Configuration file" +msgstr "" + +#. / TRANSLATORS: translate the word "Timing" here; do not include the "Config|" prefix +#: src/wx/full_config_dialog.cc:1029 +msgid "Config|Timing" +msgstr "" + +#: src/wx/confirm_kdm_email_dialog.cc:31 +msgid "Confirm KDM email" +msgstr "" + +#: src/wx/dcp_panel.cc:655 +msgid "Container" +msgstr "" + +#: src/wx/audio_mapping_view.cc:440 src/wx/audio_mapping_view.cc:442 +#: src/wx/film_editor.cc:53 +msgid "Content" +msgstr "" + +#: src/wx/content_properties_dialog.cc:37 +msgid "Content Properties" +msgstr "" + +#: src/wx/dcp_panel.cc:106 +msgid "Content Type" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:37 +msgid "Content version" +msgstr "" + +#: src/wx/video_waveform_dialog.cc:61 +msgid "Contrast" +msgstr "" + +#: src/wx/dcp_panel.cc:89 +msgid "Copy as name" +msgstr "" + +#: src/wx/audio_dialog.cc:259 +msgid "Could not analyse audio." +msgstr "" + +#: src/wx/config_dialog.cc:458 +#, c-format +msgid "Could not import certificate (%s)" +msgstr "" + +#: src/wx/content_menu.cc:380 +msgid "Could not load KDM." +msgstr "" + +#: src/wx/config_dialog.cc:484 src/wx/config_dialog.cc:678 +#: src/wx/download_certificate_panel.cc:56 src/wx/screen_dialog.cc:158 +msgid "Could not read certificate file." +msgstr "" + +#: src/wx/config_dialog.cc:668 +#, c-format +msgid "Could not read key file; file is too long (%s)" +msgstr "" + +#: src/wx/film_viewer.cc:830 +msgid "" +"Could not set up audio output. There will be no audio during the preview." +msgstr "" + +#: src/wx/full_config_dialog.cc:876 +msgid "Cover Sheet" +msgstr "" + +#: src/wx/film_name_location_dialog.cc:43 +msgid "Create in folder" +msgstr "" + +#: src/wx/full_config_dialog.cc:129 +msgid "Creator" +msgstr "" + +#: src/wx/video_panel.cc:100 +msgid "Crop" +msgstr "" + +#: src/wx/audio_mapping_view.cc:475 src/wx/audio_mapping_view.cc:477 +#: src/wx/film_editor.cc:55 src/wx/player_information.cc:53 +msgid "DCP" +msgstr "" + +#: src/wx/full_config_dialog.cc:1002 +msgid "DCP asset filename format" +msgstr "" + +#: src/wx/kdm_cpl_panel.cc:44 +msgid "DCP directory" +msgstr "" + +#: src/wx/full_config_dialog.cc:990 +msgid "DCP metadata filename format" +msgstr "" + +#: src/wx/about_dialog.cc:50 src/wx/wx_util.cc:93 src/wx/wx_util.cc:108 +#: src/wx/wx_util.cc:116 +msgid "DCP-o-matic" +msgstr "" + +#: src/wx/audio_dialog.cc:152 +msgid "DCP-o-matic audio" +msgstr "" + +#: src/wx/full_config_dialog.cc:1031 +msgid "Debug: decode" +msgstr "" + +#: src/wx/full_config_dialog.cc:1035 +msgid "Debug: email sending" +msgstr "" + +#: src/wx/full_config_dialog.cc:1033 +msgid "Debug: encode" +msgstr "" + +#: src/wx/player_information.cc:159 +#, c-format +msgid "Decode resolution: %dx%d" +msgstr "" + +#: src/wx/config_dialog.cc:728 src/wx/config_dialog.cc:765 +msgid "Decrypting KDMs" +msgstr "" + +#: src/wx/full_config_dialog.cc:306 +msgid "Default DCP audio channels" +msgstr "" + +#: src/wx/full_config_dialog.cc:290 +msgid "Default ISDCF name details" +msgstr "" + +#: src/wx/full_config_dialog.cc:311 +msgid "Default JPEG2000 bandwidth" +msgstr "" + +#: src/wx/full_config_dialog.cc:332 +msgid "Default KDM directory" +msgstr "" + +#: src/wx/full_config_dialog.cc:320 +msgid "Default audio delay" +msgstr "" + +#: src/wx/full_config_dialog.cc:294 +msgid "Default container" +msgstr "" + +#: src/wx/full_config_dialog.cc:302 +msgid "Default content type" +msgstr "" + +#: src/wx/full_config_dialog.cc:282 +msgid "Default directory for new films" +msgstr "" + +#: src/wx/full_config_dialog.cc:274 +msgid "Default duration of still images" +msgstr "" + +#: src/wx/full_config_dialog.cc:298 +msgid "Default scale-to" +msgstr "" + +#: src/wx/full_config_dialog.cc:328 +msgid "Default standard" +msgstr "" + +#: src/wx/full_config_dialog.cc:341 +msgid "Default to enabling upload of DCP to TMS" +msgstr "" + +#: src/wx/full_config_dialog.cc:256 +msgid "Defaults" +msgstr "" + +#: src/wx/audio_panel.cc:82 +msgid "Delay" +msgstr "" + +#: src/wx/dcp_panel.cc:87 src/wx/job_view.cc:62 +msgid "Details..." +msgstr "" + +#: src/wx/recreate_chain_dialog.cc:31 +msgid "Do nothing" +msgstr "" + +#: src/wx/download_certificate_dialog.cc:37 +msgid "Dolby / Doremi" +msgstr "" + +#: src/wx/confirm_kdm_email_dialog.cc:40 src/wx/recreate_chain_dialog.cc:39 +msgid "Don't ask this again" +msgstr "" + +#: src/wx/confirm_kdm_email_dialog.cc:31 +msgid "Don't send emails" +msgstr "" + +#: src/wx/hints_dialog.cc:45 +msgid "Don't show hints again" +msgstr "" + +#: src/wx/nag_dialog.cc:36 +msgid "Don't show this message again" +msgstr "" + +#: src/wx/download_certificate_dialog.cc:39 +msgid "Download" +msgstr "" + +#: src/wx/download_certificate_dialog.cc:28 +msgid "Download certificate" +msgstr "" + +#: src/wx/screen_dialog.cc:91 +msgid "Download..." +msgstr "" + +#: src/wx/dolby_doremi_certificate_panel.cc:56 +msgid "Downloading certificate" +msgstr "" + +#: src/wx/player_information.cc:89 +#, c-format +msgid "Dropped frames: %d" +msgstr "" + +#: src/wx/content_panel.cc:104 +msgid "Earlier" +msgstr "" + +#: src/wx/screens_panel.cc:59 +msgid "Edit Cinema..." +msgstr "" + +#: src/wx/screens_panel.cc:65 +msgid "Edit Screen..." +msgstr "" + +#: src/wx/screens_panel.cc:170 +msgid "Edit cinema" +msgstr "" + +#: src/wx/screens_panel.cc:246 +msgid "Edit screen" +msgstr "" + +#: src/wx/audio_mapping_view.cc:169 src/wx/dcp_panel.cc:134 +#: src/wx/fonts_dialog.cc:78 src/wx/full_config_dialog.cc:291 +#: src/wx/video_panel.cc:188 src/wx/video_panel.cc:209 +#: src/wx/editable_list.h:77 +msgid "Edit..." +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:63 +msgid "Effect" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:66 +msgid "Effect colour" +msgstr "" + +#: src/wx/email_dialog.cc:29 src/wx/email_dialog.cc:31 +msgid "Email address" +msgstr "" + +#: src/wx/cinema_dialog.cc:65 +msgid "Email addresses for KDM delivery" +msgstr "" + +#: src/wx/servers_list_dialog.cc:33 +msgid "Encoding Servers" +msgstr "" + +#: src/wx/dcp_panel.cc:121 +msgid "Encrypted" +msgstr "" + +#: src/wx/subtitle_view.cc:51 +msgid "End" +msgstr "" + +#: src/wx/report_problem_dialog.cc:109 +#, c-format +msgid "Enter your email address for the contact, not %s" +msgstr "" + +#: src/wx/full_config_dialog.cc:1026 +msgid "Errors" +msgstr "" + +#: src/wx/config_dialog.cc:384 +msgid "Export" +msgstr "" + +#: src/wx/config_dialog.cc:733 +msgid "Export KDM decryption certificate..." +msgstr "" + +#: src/wx/config_dialog.cc:735 +msgid "Export KDM decryption chain..." +msgstr "" + +#: src/wx/config_dialog.cc:737 +msgid "Export all KDM decryption settings..." +msgstr "" + +#: src/wx/export_dialog.cc:46 +msgid "Export film" +msgstr "" + +#: src/wx/config_dialog.cc:401 +msgid "Export..." +msgstr "" + +#: src/wx/full_config_dialog.cc:630 +msgid "FTP (for Dolby)" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:55 +msgid "Facility (e.g. DLA)" +msgstr "" + +#: src/wx/video_panel.cc:154 +msgid "Fade in" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:74 +msgid "Fade in time" +msgstr "" + +#: src/wx/video_panel.cc:159 +msgid "Fade out" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:77 +msgid "Fade out time" +msgstr "" + +#: src/wx/kdm_dialog.cc:132 +#, c-format +msgid "File %s already exists. Do you want to overwrite it?" +msgstr "" + +#: src/wx/kdm_output_panel.cc:79 +msgid "Filename format" +msgstr "" + +#: src/wx/film_name_location_dialog.cc:40 +msgid "Film name" +msgstr "" + +#: src/wx/filter_dialog.cc:33 src/wx/video_panel.cc:182 +msgid "Filters" +msgstr "" + +#: src/wx/full_config_dialog.cc:111 +msgid "" +"Find integrated loudness, true peak and loudness range when analysing audio" +msgstr "" + +#: src/wx/content_menu.cc:73 +msgid "Find missing..." +msgstr "" + +#: src/wx/kdm_output_panel.cc:65 +msgid "Folder / ZIP name format" +msgstr "" + +#: src/wx/new_dkdm_folder_dialog.cc:26 +msgid "Folder name" +msgstr "" + +#: src/wx/fonts_dialog.cc:38 src/wx/font_files_dialog.cc:28 +#: src/wx/font_files_dialog.cc:30 +msgid "Fonts" +msgstr "" + +#: src/wx/subtitle_panel.cc:132 +msgid "Fonts..." +msgstr "" + +#: src/wx/export_dialog.cc:48 +msgid "Format" +msgstr "" + +#: src/wx/dcp_panel.cc:671 +msgid "Frame Rate" +msgstr "" + +#: src/wx/image_sequence_dialog.cc:30 +msgid "Frame rate" +msgstr "" + +#: src/wx/player_information.cc:129 +#, c-format +msgid "Frame rate: %d" +msgstr "" + +#: src/wx/about_dialog.cc:66 +msgid "Free, open-source DCP creation from almost anything." +msgstr "" + +#: src/wx/kdm_timing_panel.cc:36 +msgid "From" +msgstr "" + +#: src/wx/full_config_dialog.cc:744 +msgid "From address" +msgstr "" + +#: src/wx/film_name_location_dialog.cc:59 +msgid "From template" +msgstr "" + +#: src/wx/audio_mapping_view.cc:167 +msgid "Full" +msgstr "" + +#: src/wx/timing_panel.cc:96 +msgid "Full length" +msgstr "" + +#: src/wx/dcp_panel.cc:151 +msgid "GB" +msgstr "" + +#: src/wx/audio_panel.cc:66 +msgid "Gain" +msgstr "" + +#: src/wx/gain_calculator_dialog.cc:26 +msgid "Gain Calculator" +msgstr "" + +#: src/wx/audio_gain_dialog.cc:29 +#, c-format +msgid "Gain for content channel %d in DCP channel %d" +msgstr "" + +#: src/wx/content_properties_dialog.cc:70 src/wx/full_config_dialog.cc:1022 +msgid "General" +msgstr "" + +#: src/wx/screen_dialog.cc:90 +msgid "Get from file..." +msgstr "" + +#: src/wx/hints_dialog.cc:56 +msgid "Go back" +msgstr "" + +#: src/wx/playhead_to_timecode_dialog.cc:27 +#: src/wx/playhead_to_frame_dialog.cc:30 +msgid "Go to" +msgstr "" + +#: src/wx/playhead_to_frame_dialog.cc:27 +msgid "Go to frame" +msgstr "" + +#: src/wx/playhead_to_timecode_dialog.cc:24 +msgid "Go to timecode" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:137 +msgid "Green chromaticity" +msgstr "" + +#: src/wx/full_config_dialog.cc:358 +msgid "Guess from content" +msgstr "" + +#: src/wx/export_dialog.cc:32 +msgid "H.264" +msgstr "" + +#: src/wx/batch_job_view.cc:44 +msgid "Higher priority" +msgstr "" + +#: src/wx/hints_dialog.cc:37 +msgid "Hints" +msgstr "" + +#: src/wx/servers_list_dialog.cc:43 +msgid "Host" +msgstr "" + +#: src/wx/server_dialog.cc:40 +msgid "Host name or IP address" +msgstr "" + +#: src/wx/gain_calculator_dialog.cc:28 +msgid "I want to play this back at fader" +msgstr "" + +#: src/wx/fonts_dialog.cc:46 +msgid "ID" +msgstr "" + +#: src/wx/full_config_dialog.cc:613 +msgid "IP address" +msgstr "" + +#: src/wx/full_config_dialog.cc:549 +msgid "IP address / host name" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:35 +msgid "ISDCF name" +msgstr "" + +#: src/wx/config_dialog.cc:859 +msgid "" +"If you continue with this operation you will no longer be able to use any " +"DKDMs that you have created. Also, any KDMs that have been sent to you will " +"become useless. Proceed with caution!" +msgstr "" + +#: src/wx/video_waveform_dialog.cc:68 +msgid "Image X position" +msgstr "" + +#: src/wx/config_dialog.cc:739 +msgid "Import all KDM decryption settings..." +msgstr "" + +#: src/wx/config_dialog.cc:399 +msgid "Import..." +msgstr "" + +#: src/wx/nag_dialog.cc:29 +msgid "Important notice" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:66 +msgid "Input gamma" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:56 +msgid "Input gamma correction" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:71 +msgid "Input power" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:58 +msgid "Input transfer function" +msgstr "" + +#: src/wx/audio_dialog.cc:363 +#, c-format +msgid "Integrated loudness %.2f LUFS" +msgstr "" + +#: src/wx/config_dialog.cc:558 +msgid "Intermediate" +msgstr "" + +#: src/wx/make_chain_dialog.cc:67 +msgid "Intermediate common name" +msgstr "" + +#: src/wx/dcp_panel.cc:190 src/wx/full_config_dialog.cc:382 +msgid "Interop" +msgstr "" + +#: src/wx/config_dialog.cc:847 +msgid "Invalid DCP-o-matic export file" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:205 +msgid "Inverse 2.6 gamma correction on output" +msgstr "" + +#: src/wx/full_config_dialog.cc:125 +msgid "Issuer" +msgstr "" + +#: src/wx/fonts_dialog.cc:62 +msgid "Italic file" +msgstr "" + +#: src/wx/font_files_dialog.cc:36 +msgid "Italic font" +msgstr "" + +#: src/wx/dcp_panel.cc:690 +msgid "" +"JPEG2000 bandwidth\n" +"for newly-encoded data" +msgstr "" + +#: src/wx/content_menu.cc:72 +msgid "Join" +msgstr "" + +#: src/wx/film_viewer.cc:118 +msgid "Jump to selected content" +msgstr "" + +#: src/wx/full_config_dialog.cc:703 +msgid "KDM Email" +msgstr "" + +#: src/wx/kdm_output_panel.cc:52 +msgid "KDM type" +msgstr "" + +#. / TRANSLATORS: translate the word "Timing" here; do not include the "KDM|" prefix +#: src/wx/kdm_dialog.cc:78 +msgid "KDM|Timing" +msgstr "" + +#: src/wx/timeline_dialog.cc:58 +msgid "Keep video and subtitles in sequence" +msgstr "" + +#: src/wx/dcp_panel.cc:130 src/wx/key_dialog.cc:28 src/wx/key_dialog.cc:30 +msgid "Key" +msgstr "" + +#: src/wx/config_dialog.cc:716 +msgid "Keys" +msgstr "" + +#: src/wx/subtitle_panel.cc:117 +msgid "Language" +msgstr "" + +#: src/wx/content_panel.cc:108 +msgid "Later" +msgstr "" + +#: src/wx/config_dialog.cc:556 +msgid "Leaf" +msgstr "" + +#: src/wx/make_chain_dialog.cc:78 +msgid "Leaf common name" +msgstr "" + +#: src/wx/config_dialog.cc:393 +msgid "Leaf private key" +msgstr "" + +#: src/wx/config_dialog.cc:411 +msgid "Leaf private key does not match leaf certificate!" +msgstr "" + +#: src/wx/video_panel.cc:105 +msgid "Left" +msgstr "" + +#: src/wx/film_viewer.cc:79 +msgid "Left eye" +msgstr "" + +#: src/wx/content_properties_dialog.cc:79 +msgid "Length" +msgstr "" + +#: src/wx/player_information.cc:145 +msgid "Length: %1 (%2 frames)" +msgstr "" + +#: src/wx/subtitle_panel.cc:108 +msgid "Line spacing" +msgstr "" + +#: src/wx/full_config_dialog.cc:1020 +msgid "Log" +msgstr "" + +#: src/wx/audio_dialog.cc:372 +#, c-format +msgid "Loudness range %.2f LU" +msgstr "" + +#: src/wx/batch_job_view.cc:47 +msgid "Lower priority" +msgstr "" + +#: src/wx/content_panel.cc:567 +msgid "MISSING: " +msgstr "" + +#: src/wx/export_dialog.cc:36 +msgid "MOV files (*.mov)|*.mov" +msgstr "" + +#: src/wx/export_dialog.cc:37 +msgid "MP4 files (*.mp4)|*.mp4" +msgstr "" + +#: src/wx/full_config_dialog.cc:736 +msgid "Mail password" +msgstr "" + +#: src/wx/full_config_dialog.cc:732 +msgid "Mail user name" +msgstr "" + +#: src/wx/hints_dialog.cc:55 +msgid "Make DCP anyway" +msgstr "" + +#: src/wx/self_dkdm_dialog.cc:50 +msgid "Make DKDM for DCP-o-matic" +msgstr "" + +#: src/wx/kdm_dialog.cc:54 src/wx/kdm_dialog.cc:98 +msgid "Make KDMs" +msgstr "" + +#: src/wx/make_chain_dialog.cc:34 +msgid "Make certificate chain" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:77 +msgid "Mastered luminance (e.g. 14fl)" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:127 +msgid "Matrix" +msgstr "" + +#: src/wx/full_config_dialog.cc:965 +msgid "Maximum JPEG2000 bandwidth" +msgstr "" + +#: src/wx/full_config_dialog.cc:982 +msgid "Maximum number of frames to store per thread" +msgstr "" + +#: src/wx/dcp_panel.cc:694 src/wx/full_config_dialog.cc:315 +#: src/wx/full_config_dialog.cc:969 +msgid "Mbit/s" +msgstr "" + +#: src/wx/export_dialog.cc:52 +msgid "Mix audio down to stereo" +msgstr "" + +#: src/wx/config_move_dialog.cc:28 +msgid "Move configuration" +msgstr "" + +#: src/wx/move_to_dialog.cc:31 +msgid "Move content" +msgstr "" + +#: src/wx/content_panel.cc:105 +msgid "Move the selected piece of content earlier in the film." +msgstr "" + +#: src/wx/content_panel.cc:109 +msgid "Move the selected piece of content later in the film." +msgstr "" + +#: src/wx/timing_panel.cc:93 +msgid "Move to start of reel" +msgstr "" + +#: src/wx/video_panel.cc:378 +msgid "Multiple content selected" +msgstr "" + +#: src/wx/content_widget.h:70 +msgid "Multiple values" +msgstr "" + +#: src/wx/dir_picker_ctrl.cc:52 +msgid "My Documents" +msgstr "" + +#: src/wx/report_problem_dialog.cc:51 +msgid "My problem is" +msgstr "" + +#: src/wx/content_panel.cc:571 +msgid "NEEDS KDM: " +msgstr "" + +#: src/wx/content_panel.cc:575 +msgid "NEEDS OV: " +msgstr "" + +#: src/wx/cinema_dialog.cc:50 src/wx/dcp_panel.cc:72 src/wx/screen_dialog.cc:68 +msgid "Name" +msgstr "" + +#: src/wx/player_information.cc:121 +msgid "Needs KDM" +msgstr "" + +#: src/wx/player_information.cc:116 +msgid "Needs OV" +msgstr "" + +#: src/wx/rename_template_dialog.cc:26 +msgid "New name" +msgstr "" + +#: src/wx/update_dialog.cc:38 +msgid "New versions of DCP-o-matic are available." +msgstr "" + +#: src/wx/player_information.cc:104 +msgid "No DCP loaded." +msgstr "" + +#: src/wx/content_sub_panel.cc:51 +msgid "No DCP selected." +msgstr "" + +#: src/wx/audio_mapping_view.cc:343 +#, c-format +msgid "No audio will be passed from content channel %d to DCP channel %d." +msgstr "" + +#: src/wx/content_panel.cc:348 +msgid "No content found in this folder." +msgstr "" + +#. /OUTLINE/SHADOW variables +#: src/wx/dcp_panel.cc:760 src/wx/subtitle_appearance_dialog.cc:125 +#: src/wx/video_panel.cc:186 src/wx/video_panel.cc:200 +#: src/wx/video_panel.cc:307 +msgid "None" +msgstr "" + +#: src/wx/fonts_dialog.cc:54 +msgid "Normal file" +msgstr "" + +#: src/wx/font_files_dialog.cc:35 +msgid "Normal font" +msgstr "" + +#: src/wx/cinema_dialog.cc:60 src/wx/screen_dialog.cc:73 +msgid "Notes" +msgstr "" + +#: src/wx/full_config_dialog.cc:93 +msgid "Number of threads DCP-o-matic encode server should use" +msgstr "" + +#: src/wx/full_config_dialog.cc:88 +msgid "Number of threads DCP-o-matic should use" +msgstr "" + +#: src/wx/audio_mapping_view.cc:166 +msgid "Off" +msgstr "" + +#: src/wx/full_config_dialog.cc:977 +msgid "Only servers encode" +msgstr "" + +#: src/wx/full_config_dialog.cc:1041 +msgid "Open console window" +msgstr "" + +#: src/wx/content_panel.cc:113 +msgid "Open the timeline for the film." +msgstr "" + +#: src/wx/make_chain_dialog.cc:51 +msgid "Organisation" +msgstr "" + +#: src/wx/make_chain_dialog.cc:53 +msgid "Organisational unit" +msgstr "" + +#: src/wx/screen_dialog.cc:98 +msgid "Other trusted devices" +msgstr "" + +#: src/wx/full_config_dialog.cc:720 +msgid "Outgoing mail server" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:126 +msgid "Outline" +msgstr "" + +#: src/wx/film_viewer.cc:112 +msgid "Outline content" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:69 +msgid "Outline width" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:276 +msgid "Outline width cannot be set unless you are burning in subtitles" +msgstr "" + +#: src/wx/kdm_dialog.cc:92 src/wx/self_dkdm_dialog.cc:67 +msgid "Output" +msgstr "" + +#: src/wx/export_dialog.cc:54 +msgid "Output file" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:203 +msgid "Output gamma correction" +msgstr "" + +#: src/wx/config_move_dialog.cc:30 +msgid "Overwrite this file with current configuration" +msgstr "" + +#: src/wx/full_config_dialog.cc:625 +msgid "Password" +msgstr "" + +#: src/wx/paste_dialog.cc:24 +msgid "Paste" +msgstr "" + +#: src/wx/paste_dialog.cc:29 +msgid "Paste audio settings" +msgstr "" + +#: src/wx/paste_dialog.cc:32 +msgid "Paste subtitle settings" +msgstr "" + +#: src/wx/paste_dialog.cc:26 +msgid "Paste video settings" +msgstr "" + +#: src/wx/normal_job_view.cc:37 src/wx/normal_job_view.cc:53 +msgid "Pause" +msgstr "" + +#: src/wx/audio_dialog.cc:116 +msgid "Peak" +msgstr "" + +#: src/wx/audio_panel.cc:324 +#, c-format +msgid "Peak: %.2fdB" +msgstr "" + +#: src/wx/audio_panel.cc:326 +msgid "Peak: unknown" +msgstr "" + +#: src/wx/player_information.cc:71 +msgid "Performance" +msgstr "" + +#: src/wx/film_viewer.cc:88 +msgid "Play" +msgstr "" + +#: src/wx/timing_panel.cc:111 +msgid "Play length" +msgstr "" + +#: src/wx/config_dialog.cc:155 +msgid "Play sound via" +msgstr "" + +#: src/wx/report_problem_dialog.cc:104 +msgid "" +"Please enter an email address so that we can contact you with any queries " +"about the problem." +msgstr "" + +#: src/wx/audio_plot.cc:93 +msgid "Please wait; audio is being analysed..." +msgstr "" + +#: src/wx/timing_panel.cc:90 +msgid "Position" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:61 +msgid "Pre-release" +msgstr "" + +#: src/wx/export_dialog.cc:31 +msgid "ProRes" +msgstr "" + +#: src/wx/dcp_panel.cc:758 +msgid "Processor" +msgstr "" + +#: src/wx/content_menu.cc:74 +msgid "Properties..." +msgstr "" + +#: src/wx/full_config_dialog.cc:609 +msgid "Protocol" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:123 +msgid "RGB to XYZ conversion" +msgstr "" + +#: src/wx/audio_dialog.cc:117 +msgid "RMS" +msgstr "" + +#: src/wx/key_dialog.cc:50 +msgid "Random" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:49 +msgid "Rating (e.g. 15)" +msgstr "" + +#: src/wx/content_menu.cc:75 +msgid "Re-examine..." +msgstr "" + +#: src/wx/config_dialog.cc:406 +msgid "Re-make certificates and key..." +msgstr "" + +#: src/wx/colour_conversion_editor.cc:110 +msgid "Rec. 601" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:111 +msgid "Rec. 709" +msgstr "" + +#: src/wx/screen_dialog.cc:85 +msgid "Recipient certificate" +msgstr "" + +#: src/wx/recreate_chain_dialog.cc:31 +msgid "Recreate signing certificates" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:64 +msgid "Red band" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:130 +msgid "Red chromaticity" +msgstr "" + +#: src/wx/timeline_reels_view.cc:84 +#, c-format +msgid "Reel %d" +msgstr "" + +#: src/wx/dcp_panel.cc:145 +msgid "Reel length" +msgstr "" + +#: src/wx/dcp_panel.cc:140 +msgid "Reels" +msgstr "" + +#. / TRANSLATORS: translate the word "Custom" here; do not include the "Reel|" prefix +#: src/wx/dcp_panel.cc:185 +msgid "Reel|Custom" +msgstr "" + +#: src/wx/config_dialog.cc:382 src/wx/content_menu.cc:82 +#: src/wx/content_panel.cc:100 src/wx/templates_dialog.cc:52 +#: src/wx/editable_list.h:80 +msgid "Remove" +msgstr "" + +#: src/wx/screens_panel.cc:61 +msgid "Remove Cinema" +msgstr "" + +#: src/wx/screens_panel.cc:67 +msgid "Remove Screen" +msgstr "" + +#: src/wx/content_panel.cc:101 +msgid "Remove the selected piece of content from the film." +msgstr "" + +#: src/wx/rename_template_dialog.cc:24 +msgid "Rename template" +msgstr "" + +#: src/wx/templates_dialog.cc:50 +msgid "Rename..." +msgstr "" + +#: src/wx/repeat_dialog.cc:27 +msgid "Repeat" +msgstr "" + +#: src/wx/repeat_dialog.cc:25 +msgid "Repeat Content" +msgstr "" + +#: src/wx/content_menu.cc:71 +msgid "Repeat..." +msgstr "" + +#: src/wx/report_problem_dialog.cc:35 +msgid "Report A Problem" +msgstr "" + +#: src/wx/full_config_dialog.cc:767 +msgid "Reset to default subject and text" +msgstr "" + +#: src/wx/full_config_dialog.cc:892 +msgid "Reset to default text" +msgstr "" + +#: src/wx/dcp_panel.cc:666 +msgid "Resolution" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:111 +msgid "Restore to original colours" +msgstr "" + +#: src/wx/normal_job_view.cc:56 +msgid "Resume" +msgstr "" + +#: src/wx/video_panel.cc:116 +msgid "Right" +msgstr "" + +#: src/wx/audio_mapping_view.cc:351 +msgid "Right click to change gain." +msgstr "" + +#: src/wx/film_viewer.cc:80 +msgid "Right eye" +msgstr "" + +#: src/wx/config_dialog.cc:554 +msgid "Root" +msgstr "" + +#: src/wx/make_chain_dialog.cc:56 +msgid "Root common name" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:62 +msgid "S-Gamut3" +msgstr "" + +#: src/wx/full_config_dialog.cc:629 +msgid "SCP (for AAM and Doremi)" +msgstr "" + +#: src/wx/dcp_panel.cc:189 src/wx/full_config_dialog.cc:381 +msgid "SMPTE" +msgstr "" + +#: src/wx/audio_dialog.cc:332 +#, c-format +msgid "Sample peak is %.2fdB at %s on %s" +msgstr "" + +#: src/wx/save_template_dialog.cc:29 +msgid "Save template" +msgstr "" + +#: src/wx/self_dkdm_dialog.cc:71 +msgid "Save to KDM Creator tool's list" +msgstr "" + +#: src/wx/video_panel.cc:164 +msgid "Scale to" +msgstr "" + +#: src/wx/kdm_dialog.cc:70 +msgid "Screens" +msgstr "" + +#: src/wx/full_config_dialog.cc:545 +msgid "Search network for servers" +msgstr "" + +#: src/wx/kdm_cpl_panel.cc:95 +msgid "Select CPL XML file" +msgstr "" + +#: src/wx/config_dialog.cc:449 src/wx/config_dialog.cc:518 +#: src/wx/config_dialog.cc:889 src/wx/screen_dialog.cc:165 +msgid "Select Certificate File" +msgstr "" + +#: src/wx/config_dialog.cc:868 +msgid "Select Chain File" +msgstr "" + +#: src/wx/config_dialog.cc:791 +msgid "Select Export File" +msgstr "" + +#: src/wx/config_dialog.cc:816 +msgid "Select File To Import" +msgstr "" + +#: src/wx/content_menu.cc:374 +msgid "Select KDM" +msgstr "" + +#: src/wx/config_dialog.cc:660 src/wx/config_dialog.cc:696 +msgid "Select Key File" +msgstr "" + +#: src/wx/content_menu.cc:400 +msgid "Select OV" +msgstr "" + +#: src/wx/screen_dialog.cc:49 +msgid "Select certificate file" +msgstr "" + +#: src/wx/full_config_dialog.cc:104 +msgid "Select cinema and screen database file" +msgstr "" + +#: src/wx/full_config_dialog.cc:99 +msgid "Select configuration file" +msgstr "" + +#: src/wx/export_dialog.cc:55 +msgid "Select output file" +msgstr "" + +#: src/wx/kdm_output_panel.cc:131 +msgid "Send by email" +msgstr "" + +#: src/wx/confirm_kdm_email_dialog.cc:31 +msgid "Send emails" +msgstr "" + +#: src/wx/report_problem_dialog.cc:63 +msgid "Send logs" +msgstr "" + +#: src/wx/dolby_doremi_certificate_panel.cc:44 +msgid "Serial number" +msgstr "" + +#: src/wx/server_dialog.cc:30 +msgid "Server" +msgstr "" + +#: src/wx/full_config_dialog.cc:532 +msgid "Servers" +msgstr "" + +#: src/wx/timecode.cc:65 src/wx/timing_panel.cc:120 +msgid "Set" +msgstr "" + +#: src/wx/font_files_dialog.cc:51 +msgid "Set from file..." +msgstr "" + +#: src/wx/font_files_dialog.cc:54 +msgid "Set from system font..." +msgstr "" + +#: src/wx/config_dialog.cc:115 +msgid "Set language" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:196 +msgid "Set to" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:127 +msgid "Shadow" +msgstr "" + +#: src/wx/dcp_panel.cc:767 +msgid "Show audio..." +msgstr "" + +#: src/wx/audio_panel.cc:60 +msgid "Show graph of audio levels..." +msgstr "" + +#: src/wx/dcp_panel.cc:117 +msgid "Signed" +msgstr "" + +#: src/wx/config_dialog.cc:751 src/wx/config_dialog.cc:778 +msgid "Signing DCPs and KDMs" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:60 +msgid "Simple gamma" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:61 +msgid "Simple gamma, linearised for small values" +msgstr "" + +#: src/wx/dcp_panel.cc:182 +msgid "Single reel" +msgstr "" + +#: src/wx/player_information.cc:127 +#, c-format +msgid "Size: %dx%d" +msgstr "" + +#: src/wx/audio_dialog.cc:127 +msgid "Smoothing" +msgstr "" + +#: src/wx/timeline_dialog.cc:56 +msgid "Snap" +msgstr "" + +#: src/wx/dcp_panel.cc:183 +msgid "Split by video content" +msgstr "" + +#: src/wx/update_dialog.cc:46 +msgid "Stable version " +msgstr "" + +#: src/wx/dcp_panel.cc:156 +msgid "Standard" +msgstr "" + +#: src/wx/subtitle_view.cc:43 +msgid "Start" +msgstr "" + +#: src/wx/move_to_dialog.cc:34 +msgid "Start of reel" +msgstr "" + +#: src/wx/subtitle_panel.cc:122 +msgid "Stream" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:52 +msgid "Studio (e.g. TCF)" +msgstr "" + +#: src/wx/full_config_dialog.cc:740 +msgid "Subject" +msgstr "" + +#: src/wx/subtitle_view.cc:59 +msgid "Subtitle" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:43 +msgid "Subtitle Language (e.g. FR)" +msgstr "" + +#: src/wx/subtitle_appearance_dialog.cc:43 +msgid "Subtitle appearance" +msgstr "" + +#: src/wx/subtitle_panel.cc:47 src/wx/subtitle_view.cc:36 +#: src/wx/timeline_labels_view.cc:40 src/wx/timeline_labels_view.cc:74 +msgid "Subtitles" +msgstr "" + +#: src/wx/player_information.cc:137 +msgid "Subtitles: no" +msgstr "" + +#: src/wx/player_information.cc:135 +msgid "Subtitles: yes" +msgstr "" + +#: src/wx/about_dialog.cc:140 +msgid "Supported by" +msgstr "" + +#: src/wx/full_config_dialog.cc:592 +msgid "TMS" +msgstr "" + +#: src/wx/full_config_dialog.cc:617 +msgid "Target path" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:58 +msgid "Temp version" +msgstr "" + +#: src/wx/templates_dialog.cc:42 +msgid "Template" +msgstr "" + +#: src/wx/save_template_dialog.cc:31 +msgid "Template name" +msgstr "" + +#: src/wx/save_template_dialog.cc:52 src/wx/templates_dialog.cc:125 +msgid "Template names must not be empty." +msgstr "" + +#: src/wx/templates_dialog.cc:32 +msgid "Templates" +msgstr "" + +#: src/wx/isdcf_metadata_dialog.cc:46 +msgid "Territory (e.g. UK)" +msgstr "" + +#: src/wx/update_dialog.cc:52 +msgid "Test version " +msgstr "" + +#: src/wx/about_dialog.cc:198 +msgid "Tested by" +msgstr "" + +#: src/wx/kdm_timing_panel.cc:114 +msgid "The 'until' time must be after the 'from' time." +msgstr "" + +#: src/wx/recreate_chain_dialog.cc:33 +msgid "" +"The certificate chain that DCP-o-matic uses for signing DCPs and KDMs " +"contains a small error\n" +"which will prevent DCPs from being validated correctly on some systems. Do " +"you want to re-create\n" +"the certificate chain for signing DCPs and KDMs?" +msgstr "" + +#: src/wx/content_menu.cc:360 +msgid "" +"The content file(s) you specified are not the same as those that are " +"missing. Either try again with the correct content file or remove the " +"missing content." +msgstr "" + +#: src/wx/film_name_location_dialog.cc:120 +msgid "" +"The directory %1 already exists and is not empty. Are you sure you want to " +"use it?" +msgstr "" + +#: src/wx/config_move_dialog.cc:34 +#, c-format +msgid "" +"The file %s already exists. Do you want to use it as your new configuration " +"or overwrite it with your current configuration?" +msgstr "" + +#: src/wx/hints_dialog.cc:89 +msgid "There are no hints: everything looks good!" +msgstr "" + +#: src/wx/save_template_dialog.cc:55 +msgid "" +"There is already a template with this name. Do you want to overwrite it?" +msgstr "" + +#: src/wx/film_viewer.cc:212 +msgid "There is not enough free memory to do that." +msgstr "" + +#: src/wx/config_dialog.cc:466 +msgid "" +"This file contains other certificates (or other data) after its first " +"certificate. Only the first certificate will be used." +msgstr "" + +#: src/wx/kdm_cpl_panel.cc:120 +msgid "This is not a valid CPL file" +msgstr "" + +#: src/wx/servers_list_dialog.cc:51 +msgid "Threads" +msgstr "" + +#: src/wx/config_dialog.cc:366 src/wx/screen_dialog.cc:102 +msgid "Thumbprint" +msgstr "" + +#: src/wx/audio_plot.cc:172 +msgid "Time" +msgstr "" + +#: src/wx/timeline_dialog.cc:38 +msgid "Timeline" +msgstr "" + +#: src/wx/content_panel.cc:112 +msgid "Timeline..." +msgstr "" + +#. / TRANSLATORS: translate the word "Timing" here; do not include the "Timing|" prefix +#: src/wx/timing_panel.cc:50 +msgid "Timing|Timing" +msgstr "" + +#: src/wx/video_panel.cc:129 +msgid "Top" +msgstr "" + +#: src/wx/about_dialog.cc:129 +msgid "Translated by" +msgstr "" + +#: src/wx/timing_panel.cc:108 +msgid "Trim after current position" +msgstr "" + +#: src/wx/timing_panel.cc:105 +msgid "Trim from end" +msgstr "" + +#: src/wx/timing_panel.cc:99 +msgid "Trim from start" +msgstr "" + +#: src/wx/timing_panel.cc:102 +msgid "Trim up to current position" +msgstr "" + +#: src/wx/audio_dialog.cc:349 +#, c-format +msgid "True peak is %.2fdB" +msgstr "" + +#: src/wx/audio_dialog.cc:110 src/wx/config_dialog.cc:358 +#: src/wx/video_panel.cc:86 +msgid "Type" +msgstr "" + +#: src/wx/cinema_dialog.cc:99 +msgid "UTC" +msgstr "" + +#: src/wx/cinema_dialog.cc:55 +msgid "UTC offset (time zone)" +msgstr "" + +#: src/wx/cinema_dialog.cc:100 +msgid "UTC+1" +msgstr "" + +#: src/wx/cinema_dialog.cc:111 +msgid "UTC+10" +msgstr "" + +#: src/wx/cinema_dialog.cc:112 +msgid "UTC+11" +msgstr "" + +#: src/wx/cinema_dialog.cc:113 +msgid "UTC+12" +msgstr "" + +#: src/wx/cinema_dialog.cc:101 +msgid "UTC+2" +msgstr "" + +#: src/wx/cinema_dialog.cc:102 +msgid "UTC+3" +msgstr "" + +#: src/wx/cinema_dialog.cc:103 +msgid "UTC+4" +msgstr "" + +#: src/wx/cinema_dialog.cc:104 +msgid "UTC+5" +msgstr "" + +#: src/wx/cinema_dialog.cc:105 +msgid "UTC+5:30" +msgstr "" + +#: src/wx/cinema_dialog.cc:106 +msgid "UTC+6" +msgstr "" + +#: src/wx/cinema_dialog.cc:107 +msgid "UTC+7" +msgstr "" + +#: src/wx/cinema_dialog.cc:108 +msgid "UTC+8" +msgstr "" + +#: src/wx/cinema_dialog.cc:109 +msgid "UTC+9" +msgstr "" + +#: src/wx/cinema_dialog.cc:110 +msgid "UTC+9:30" +msgstr "" + +#: src/wx/cinema_dialog.cc:98 +msgid "UTC-1" +msgstr "" + +#: src/wx/cinema_dialog.cc:87 +msgid "UTC-10" +msgstr "" + +#: src/wx/cinema_dialog.cc:86 +msgid "UTC-11" +msgstr "" + +#: src/wx/cinema_dialog.cc:97 +msgid "UTC-2" +msgstr "" + +#: src/wx/cinema_dialog.cc:96 +msgid "UTC-3" +msgstr "" + +#: src/wx/cinema_dialog.cc:95 +msgid "UTC-3:30" +msgstr "" + +#: src/wx/cinema_dialog.cc:94 +msgid "UTC-4" +msgstr "" + +#: src/wx/cinema_dialog.cc:93 +msgid "UTC-4:30" +msgstr "" + +#: src/wx/cinema_dialog.cc:92 +msgid "UTC-5" +msgstr "" + +#: src/wx/cinema_dialog.cc:91 +msgid "UTC-6" +msgstr "" + +#: src/wx/cinema_dialog.cc:90 +msgid "UTC-7" +msgstr "" + +#: src/wx/cinema_dialog.cc:89 +msgid "UTC-8" +msgstr "" + +#: src/wx/cinema_dialog.cc:88 +msgid "UTC-9" +msgstr "" + +#: src/wx/update_dialog.cc:29 +msgid "Update" +msgstr "" + +#: src/wx/dcp_panel.cc:161 +msgid "Upload DCP to TMS after it is made" +msgstr "" + +#: src/wx/dcp_panel.cc:82 +msgid "Use ISDCF name" +msgstr "" + +#: src/wx/dcp_panel.cc:679 +msgid "Use best" +msgstr "" + +#: src/wx/content_colour_conversion_dialog.cc:45 +msgid "Use preset" +msgstr "" + +#: src/wx/subtitle_panel.cc:59 +msgid "Use subtitles" +msgstr "" + +#: src/wx/audio_panel.cc:56 +msgid "Use this DCP's audio as OV and make VF" +msgstr "" + +#: src/wx/subtitle_panel.cc:55 +msgid "Use this DCP's subtitle as OV and make VF" +msgstr "" + +#: src/wx/video_panel.cc:82 +msgid "Use this DCP's video as OV and make VF" +msgstr "" + +#: src/wx/config_move_dialog.cc:29 +msgid "Use this file as new configuration" +msgstr "" + +#: src/wx/full_config_dialog.cc:621 +msgid "User name" +msgstr "" + +#: src/wx/content_properties_dialog.cc:73 src/wx/dcp_panel.cc:114 +#: src/wx/timeline_labels_view.cc:38 src/wx/timeline_labels_view.cc:69 +#: src/wx/video_panel.cc:75 +msgid "Video" +msgstr "" + +#: src/wx/video_waveform_dialog.cc:36 +msgid "Video Waveform" +msgstr "" + +#: src/wx/timing_panel.cc:116 +msgid "Video frame rate" +msgstr "" + +#: src/wx/subtitle_panel.cc:130 +msgid "View..." +msgstr "" + +#: src/wx/full_config_dialog.cc:1024 +msgid "Warnings" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:151 +msgid "White point" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:175 +msgid "White point adjustment" +msgstr "" + +#: src/wx/about_dialog.cc:136 +msgid "With help from" +msgstr "" + +#: src/wx/kdm_output_panel.cc:126 +msgid "Write a ZIP file for each cinema's KDMs" +msgstr "" + +#: src/wx/kdm_output_panel.cc:124 +msgid "Write a folder for each cinema's KDMs" +msgstr "" + +#: src/wx/kdm_output_panel.cc:122 +msgid "Write all KDMs to the same folder" +msgstr "" + +#: src/wx/kdm_output_panel.cc:103 src/wx/self_dkdm_dialog.cc:76 +msgid "Write to" +msgstr "" + +#: src/wx/about_dialog.cc:97 +msgid "Written by" +msgstr "" + +#: src/wx/subtitle_panel.cc:68 +msgid "X Offset" +msgstr "" + +#: src/wx/subtitle_panel.cc:88 +msgid "X Scale" +msgstr "" + +#: src/wx/subtitle_panel.cc:78 +msgid "Y Offset" +msgstr "" + +#: src/wx/subtitle_panel.cc:98 +msgid "Y Scale" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:106 +msgid "YUV to RGB conversion" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:108 +msgid "YUV to RGB matrix" +msgstr "" + +#: src/wx/screens_panel.cc:217 +#, c-format +msgid "" +"You cannot add a screen called '%s' as the cinema already has a screen with " +"this name." +msgstr "" + +#: src/wx/screens_panel.cc:258 +#, c-format +msgid "" +"You cannot change this screen's name to '%s' as the cinema already has a " +"screen with this name." +msgstr "" + +#: src/wx/kdm_output_panel.cc:207 +msgid "" +"You have selected some cinemas that have no configured email address. Do " +"you want to continue?" +msgstr "" + +#: src/wx/kdm_output_panel.cc:195 +msgid "" +"You must set up a mail server in Preferences before you can send emails." +msgstr "" + +#: src/wx/report_problem_dialog.cc:68 +msgid "Your email address" +msgstr "" + +#: src/wx/video_waveform_dialog.cc:72 +msgid "component value" +msgstr "" + +#: src/wx/audio_gain_dialog.cc:31 src/wx/audio_panel.cc:77 +msgid "dB" +msgstr "" + +#: src/wx/name_format_editor.cc:74 +#, c-format +msgid "e.g. %s" +msgstr "" + +#. // TRANSLATORS: this is an abbreviation for "frames" +#: src/wx/timing_panel.cc:82 +msgid "f" +msgstr "" + +#. // TRANSLATORS: this is an abbreviation for "hours" +#: src/wx/timing_panel.cc:60 +msgid "h" +msgstr "" + +#. // TRANSLATORS: this is an abbreviation for "minutes" +#: src/wx/timing_panel.cc:68 +msgid "m" +msgstr "" + +#. / TRANSLATORS: this is an abbreviation for milliseconds, the unit of time +#: src/wx/audio_panel.cc:94 src/wx/full_config_dialog.cc:324 +msgid "ms" +msgstr "" + +#: src/wx/full_config_dialog.cc:725 +msgid "port" +msgstr "" + +#. // TRANSLATORS: this is an abbreviation for "seconds" +#: src/wx/full_config_dialog.cc:278 src/wx/timing_panel.cc:75 +msgid "s" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:76 +msgid "threshold" +msgstr "" + +#: src/wx/repeat_dialog.cc:29 +msgid "times" +msgstr "" + +#: src/wx/kdm_timing_panel.cc:49 +msgid "until" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:125 +msgid "x" +msgstr "" + +#: src/wx/colour_conversion_editor.cc:126 +msgid "y" +msgstr "" -- 2.30.2