aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
diff options
context:
space:
mode:
authorThierry Crozat2010-08-30 22:24:40 +0000
committerThierry Crozat2010-08-30 22:24:40 +0000
commit37027d653128796434b47a327ae99d96c078088d (patch)
treeed7aba0bdf625e19c1d2d2f04ef115c2eeb12cfe /backends/platform/sdl
parentbf9404485e566714958896f6737fa94f63b5ed85 (diff)
downloadscummvm-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.cpp2
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] = {