<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>The SCUMM engine has some messages defined in engines/scumm/dialogs.cpp. For SCUMM v3+ games they get translated by the engine, but for v1 and v2 games they are not translated. I was wondering if it would make sense to translate them (for v1 and v2 games only) using the TranslationManager. It means they would use the language set in the GUI and not the game language though (if they are different). But since they are also displayed using a ScummVM GUI widget, I don't see that as an issue (i.e. I don't think this will confuse the user). However I don't want to make that change without first getting the thoughts of others in the team and in particular SCUMM engine authors.</div><div>The strings I am looking to make translatable are the following ones (or at least the last three):</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(204, 44, 33); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre"> </span>{</span><span style="color: #3f00d8">1</span><span style="color: #000000">, </span>"Insert Disk %c and Press Button to Continue."<span style="color: #000000">},</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(204, 44, 33); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre"> </span>{</span><span style="color: #3f00d8">2</span><span style="color: #000000">, </span>"Unable to Find %s, (%c%d) Press Button."<span style="color: #000000">},</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(204, 44, 33); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre"> </span>{</span><span style="color: #3f00d8">3</span><span style="color: #000000">, </span>"Error reading disk %c, (%c%d) Press Button."<span style="color: #000000">},</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(204, 44, 33); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre"> </span>{</span><span style="color: #3f00d8">4</span><span style="color: #000000">, </span>"Game Paused. Press SPACE to Continue."<span style="color: #000000">},</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(204, 44, 33); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre"> </span>{</span><span style="color: #3f00d8">5</span><span style="color: #000000">, </span>"Are you sure you want to restart? (Y/N)"<span style="color: #000000">},</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(204, 44, 33); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre"> </span>{</span><span style="color: #3f00d8">6</span><span style="color: #000000">, </span>"Are you sure you want to quit? (Y/N)"<span style="color: #000000">},</span></div></div><div><span style="color: #000000"><br></span></div><div>So what do you think of this idea?</div><div><br></div><div>Thierry</div>
</body></html>