new skin tag: %Sx|<english>| will display the current languages translation of the...
commit639a1e8ef948aab199e4c078a8c29bc6a38cce04
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 26 Sep 2009 00:58:32 +0000 (26 00:58 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 26 Sep 2009 00:58:32 +0000 (26 00:58 +0000)
tree9165593d0c818ed8bcd637fd8c36cfe68f7f8446
parentf7a8a86c3f1f6cc44784e9d062a1a0709c982a00
new skin tag: %Sx|<english>| will display the current languages translation of the "<english>" string.
the <english> is the Source: bit in the .lang files. (must be exactly as it is there...)

checkwps cannot verify that the string is correct so make sure to use the sim to verify the string is acurate.

Also "fix" checkwps so %St|<setting>| can be accepted for the theme site

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22837 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_parser.c
apps/gui/skin_engine/skin_tokens.c
apps/gui/skin_engine/skin_tokens.h
apps/gui/skin_engine/wps_debug.c
apps/language.c
apps/language.h