diff options
| author | Alex Parker <rockbox@aeparker.com> | 2010-03-21 10:20:14 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2010-03-21 10:20:14 +0000 |
| commit | 55c8b2b3b1b4b8f51b505654cb78d50e51357595 (patch) | |
| tree | ae4764cb696f723c0051f733da549e1e6154b816 | |
| parent | bbb2dd526d264febcb408de3f32ea1dba1605c38 (diff) | |
| download | rockbox-55c8b2b3b1b4b8f51b505654cb78d50e51357595.zip rockbox-55c8b2b3b1b4b8f51b505654cb78d50e51357595.tar.gz rockbox-55c8b2b3b1b4b8f51b505654cb78d50e51357595.tar.bz2 rockbox-55c8b2b3b1b4b8f51b505654cb78d50e51357595.tar.xz | |
Add the %Sx tag to the manual. Closes FS#11116.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25268 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/wps_tags.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index e2a9765..6e2a3ce 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -420,6 +420,21 @@ or alternate information on those that do not Example: \config{\%?cc{\textless}\%cH:\%cM{\textbar}No clock detected{\textgreater}} +\section{Text Translation} + \begin{tagmap}{}{} + \config{\%Sx{\textbar}{\textless}English{\textgreater}{\textbar}} + & Display the translation of ``English'' in the current language\\ + \end{tagmap} + + \begin{itemize} + \item ``English'' must be a phrase used in the language file. + \item It should match the \config{Source:} line in the language file. + \end{itemize} + + \note{checkwps cannot verify that the string is correct, so please check on + either the simulator or on target.} + + \opt{touchscreen}{ \section{Touchscreen Areas (WPS only)} \begin{tagmap}{}{} |