forked from len0rd/rockbox
Fix typos, reported by Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
17ff6396ff
commit
7a8b84d543
8 changed files with 31 additions and 21 deletions
|
@ -1,2 +1,5 @@
|
||||||
\section{\label{ref:Language}Language}
|
\section{\label{ref:Language}Language}
|
||||||
This setting controls the language of the Rockbox user interface. Selecting a language will activate it. The language files must be in the \textbf{/.rockbox/lang/} directory. See \reference{ref:Loadinglanguages} for further details about languages.
|
This setting controls the language of the Rockbox user interface. Selecting a
|
||||||
|
language will activate it. The language files must be in the
|
||||||
|
\fname{/.rockbox/langs/} directory. See \reference{ref:Loadinglanguages} for
|
||||||
|
further details about languages.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
\item[Voice Menus.]
|
\item[Voice Menus.]
|
||||||
This option turns on the Voice User Interface, which will read out menu
|
This option turns on the Voice User Interface, which will read out menu
|
||||||
items and settings as they are selected by the cursor. In order for this
|
items and settings as they are selected by the cursor. In order for this
|
||||||
to work, a voice file must be present in the \fname{/.rockbox/lang/}
|
to work, a voice file must be present in the \fname{/.rockbox/langs/}
|
||||||
directory on the \dap. Voice files are large (1.5MB) and are not
|
directory on the \dap. Voice files are large (1.5MB) and are not
|
||||||
shipped with Rockbox by default.
|
shipped with Rockbox by default.
|
||||||
The voice file is the name of the language for which it is made, followed
|
The voice file is the name of the language for which it is made, followed
|
||||||
|
|
|
@ -34,7 +34,7 @@ On the top of the file you will see various info on how to use the plugin.
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[Time] It is the total time of operation of the \dap. It is not the time
|
\item[Time] It is the total time of operation of the \dap. It is not the time
|
||||||
that you started the plug-in. If you have your player on for 5 minutes and then
|
that you started the plug-in. If you have your player on for 5 minutes and then
|
||||||
startt the plugin, it will start measuring from 5 minutes.
|
start the plugin, it will start measuring from 5 minutes.
|
||||||
\item[Seconds] As time, it shows time passed in seconds. Nothing special, it is
|
\item[Seconds] As time, it shows time passed in seconds. Nothing special, it is
|
||||||
there because it is free and maybe someone might want to make graphs with
|
there because it is free and maybe someone might want to make graphs with
|
||||||
seconds.
|
seconds.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
\subsection{Split Editor}
|
\subsection{Split Editor}
|
||||||
When recording an mp3 file, it is common practice to start the recording
|
When recording an mp3 file, it is common practice to start the recording
|
||||||
a little bit early and stop it a little bit late to ensure all the
|
a little bit early and stop it a little bit late to ensure all the
|
||||||
desired sound is recorded. This results in recordings that contain
|
desired sound is recorded. This results in recordings that contains
|
||||||
extra snippets of sound and the beginning and end. Unfortunately these
|
extra snippets of sound in the beginning and the end. Unfortunately these
|
||||||
snippets can not be deleted easily because they are stored in the same
|
snippets can not be deleted easily because they are stored in the same
|
||||||
file as the desired recording. The purpose of the split editor is to
|
file as the desired recording. The purpose of the split editor is to
|
||||||
split a mp3 file (the input file) at a point in time (split point). Two
|
split a mp3 file (the input file) at a point in time (split point). Two
|
||||||
|
|
|
@ -7,21 +7,28 @@ A simple stopwatch program with support for saving times.
|
||||||
|
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\begin{btnmap}{}{}
|
||||||
\opt{player}{Menu}\opt{recorder,recorderv2fm}{Off}
|
\opt{player}{\ButtonMenu}
|
||||||
\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop}
|
\opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff}
|
||||||
\opt{ipodcolor,ipodnano}{Menu}
|
\opt{ondio}{\ButtonOff}
|
||||||
|
\opt{ipodcolor,ipodnano}{\ButtonMenu}
|
||||||
& Quit Plugin \\
|
& Quit Plugin \\
|
||||||
\opt{player,recorder,recorderv2fm}{Play}\opt{ondio}{Right}
|
\opt{player,recorder,recorderv2fm}{\ButtonPlay}
|
||||||
\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Play}
|
\opt{ondio}{\ButtonRight}
|
||||||
|
\opt{h1xx,h300}{\ButtonSelect}
|
||||||
|
\opt{ipodcolor,ipodnano}{\ButtonPlay}
|
||||||
& Start / stop \\
|
& Start / stop \\
|
||||||
\opt{player}{Stop}\opt{recorder,recorderv2fm,ondio}{Left}
|
\opt{player}{\ButtonStop}
|
||||||
\opt{h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
\opt{recorder,recorderv2fm,ondio}{\ButtonLeft}
|
||||||
|
\opt{h1xx,h300}{\ButtonDown}
|
||||||
|
\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
||||||
& Reset timer \\
|
& Reset timer \\
|
||||||
\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode}\opt{h1xx,h300}{Play}
|
\opt{player,recorder,recorderv2fm}{\ButtonOn}
|
||||||
|
\opt{ondio}{\ButtonMenu}
|
||||||
|
\opt{h1xx,h300}{\ButtonOn}
|
||||||
\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
||||||
& Take lap time \\
|
& Take lap time \\
|
||||||
\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right}
|
\opt{player,h1xx,h300,ipodcolor,ipodnano}{\ButtonLeft/\ButtonRight}
|
||||||
\opt{recorder,recorderv2fm}{Down/Up}
|
\opt{recorder,recorderv2fm}{\ButtonDown/\ButtonUp}
|
||||||
& Scroll through lap times \\
|
& Scroll through lap times \\
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
\subsection{Text Editor}
|
\subsection{Text Editor}
|
||||||
This plugin allows you to view and edit simple text documents on your DAP.
|
This plugin allows you to view and edit simple text documents on your DAP.
|
||||||
You can view files by using \textbf{Open with} from the
|
You can view files by using \setting{Open with} from the
|
||||||
\textbf{File Menu} (see \reference{ref:Filemenu}).
|
\setting{File Menu} (see \reference{ref:Filemenu}).
|
||||||
|
|
||||||
\subsubsection{Usage}
|
\subsubsection{Usage}
|
||||||
If you start the Text Editor from the plugin browser you will be greeted with
|
If you start the Text Editor from the plugin browser you will be greeted with
|
||||||
a blank screen. When started from the \textbf{Open with} menu item your file
|
a blank screen. When started from the \setting{Open with} menu item your file
|
||||||
should be shown on the screen. You can now edit the file.
|
should be shown on the screen. You can now edit the file.
|
||||||
The Text Editor is line base. This means you can edit one line at a time using
|
The Text Editor is line based. This means you can edit one line at a time using
|
||||||
the virtual keyboard.
|
the virtual keyboard.
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
\subsection{Text Viewer}
|
\subsection{Text Viewer}
|
||||||
This is a Viewer for text files with word wrap. Just open a .txt file to
|
This is a Viewer for text files with word wrap. Just open a .txt file to
|
||||||
display it. The text vewer features controls to handle various styles of text
|
display it. The text viewer features controls to handle various styles of text
|
||||||
formatting, has top{}-of{}-file and bottom{}-of{}-file buttons. You can view
|
formatting, has top{}-of{}-file and bottom{}-of{}-file buttons. You can view
|
||||||
files without a \fname{.txt} extension by using \emph{Open with} from the
|
files without a \fname{.txt} extension by using \emph{Open with} from the
|
||||||
\emph{File Menu} (see \reference{ref:Filemenu}).
|
\emph{File Menu} (see \reference{ref:Filemenu}).
|
||||||
|
|
|
@ -194,7 +194,7 @@ To turn on your Rockbox enabled \dap{} use the following keys:
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings.
|
\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings.
|
||||||
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD}{
|
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD}{%
|
||||||
In the unlikely event of a software failure, a hardware power off can be
|
In the unlikely event of a software failure, a hardware power off can be
|
||||||
performed by holding down
|
performed by holding down
|
||||||
\opt{PLAYER_PAD}{\ButtonStop}%
|
\opt{PLAYER_PAD}{\ButtonStop}%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue