summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.h
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2009-11-15 21:39:39 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2009-11-15 21:39:39 +0000
commitec0f4b40442fc9b150ea06f11c94638e4c76acb7 (patch)
tree6aa602041fb1a12ade92e62a5b51d88b05a7a538 /apps/gui/skin_engine/skin_tokens.h
parentca39b27dd498145eed13d7fab991ca6dee9786be (diff)
downloadrockbox-ec0f4b40442fc9b150ea06f11c94638e4c76acb7.tar.gz
rockbox-ec0f4b40442fc9b150ea06f11c94638e4c76acb7.zip
FS#10783 - WPS translation
- Use the %Sx skin tag in WPS to translate 'Next Track', 'Next', and 'of' (X of Y tracks) - New conditional skin token 'Sr' which checks whether the currently loaded language is an RTL language (Hebrew/Arabic). It uses lang_is_rtl(). - Added Hebrew translation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23638 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.h')
-rw-r--r--apps/gui/skin_engine/skin_tokens.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.h b/apps/gui/skin_engine/skin_tokens.h
index 27594db27f..a59074fdd7 100644
--- a/apps/gui/skin_engine/skin_tokens.h
+++ b/apps/gui/skin_engine/skin_tokens.h
@@ -202,6 +202,7 @@ enum wps_token_type {
202 /* Setting option */ 202 /* Setting option */
203 WPS_TOKEN_SETTING, 203 WPS_TOKEN_SETTING,
204 WPS_TOKEN_CURRENT_SCREEN, 204 WPS_TOKEN_CURRENT_SCREEN,
205 WPS_TOKEN_LANG_IS_RTL,
205 206
206 /* Recording Tokens */ 207 /* Recording Tokens */
207 TOKEN_MARKER_RECORDING, 208 TOKEN_MARKER_RECORDING,