diff options
author | Thierry Crozat | 2010-08-30 22:24:40 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-08-30 22:24:40 +0000 |
commit | 37027d653128796434b47a327ae99d96c078088d (patch) | |
tree | ed7aba0bdf625e19c1d2d2f04ef115c2eeb12cfe /backends/platform/sdl | |
parent | bf9404485e566714958896f6737fa94f63b5ed85 (diff) | |
download | scummvm-rg350-37027d653128796434b47a327ae99d96c078088d.tar.gz scummvm-rg350-37027d653128796434b47a327ae99d96c078088d.tar.bz2 scummvm-rg350-37027d653128796434b47a327ae99d96c078088d.zip |
I18N: Add "lowres" context for several GUI strings when in 1x mode.
This enables translators to use a different translation for these strings in
1x mode (e.g. 320x200 or 320x240) and in 2x or 3x modes.
svn-id: r52461
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/graphics.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/graphics.cpp b/backends/platform/sdl/graphics.cpp index 80bfca4514..865d3a5738 100644 --- a/backends/platform/sdl/graphics.cpp +++ b/backends/platform/sdl/graphics.cpp @@ -56,6 +56,8 @@ static const OSystem::GraphicsMode s_supportedGraphicsModes[] = { {0, 0, 0} }; +DECLARE_TRANSLATION_ADDITIONAL_CONTEXT("Normal (no scaling)", "lowres") + // Table of relative scalers magnitudes // [definedScale - 1][scaleFactor - 1] static ScalerProc *scalersMagn[3][3] = { |