diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-30 21:33:20 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-30 21:33:20 +0000 |
| commit | b1585753b2e275b8f36f4e5aac6a165840b9a3dc (patch) | |
| tree | d56aa9f74b6a56e20b217c8454c630771fef2f4e | |
| parent | ec3b293648fb55dbac1a4322a181c29619420e4f (diff) | |
| download | rockbox-b1585753b2e275b8f36f4e5aac6a165840b9a3dc.zip rockbox-b1585753b2e275b8f36f4e5aac6a165840b9a3dc.tar.gz rockbox-b1585753b2e275b8f36f4e5aac6a165840b9a3dc.tar.bz2 rockbox-b1585753b2e275b8f36f4e5aac6a165840b9a3dc.tar.xz | |
Use english language rules for the manufacturer names. (Ipod, Iriver..)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9373 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/h1xx.tex | 2 | ||||
| -rw-r--r-- | manual/platform/h300.tex | 2 | ||||
| -rw-r--r-- | manual/platform/ipod4g.tex | 4 | ||||
| -rw-r--r-- | manual/platform/ipodcolor.tex | 4 | ||||
| -rw-r--r-- | manual/platform/ipodnano.tex | 4 | ||||
| -rw-r--r-- | manual/platform/ipodvideo.tex | 4 | ||||
| -rw-r--r-- | manual/platform/ondio.tex | 2 | ||||
| -rw-r--r-- | manual/platform/x5.tex | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index 017d70e..8843c9d 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -5,7 +5,7 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IRIVER_H100_PAD} -\newcommand{\playerman}{iRiver} +\newcommand{\playerman}{Iriver} \newcommand{\playertype}{H1xx} \newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140} \newcommand{\genericimg}{160x128x2} diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index d9ea692..b777e16 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -6,7 +6,7 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IRIVER_H300_PAD} -\newcommand{\playerman}{iRiver} +\newcommand{\playerman}{Iriver} \newcommand{\playertype}{H3xx} \newcommand{\playerlongtype}{H320 and H340} \newcommand{\genericimg}{220x176x16} diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex index 6d38602..b71b5cb 100644 --- a/manual/platform/ipod4g.tex +++ b/manual/platform/ipod4g.tex @@ -4,8 +4,8 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IPOD_4G_PAD} -\newcommand{\playerman}{Apple} -\newcommand{\playertype}{iPod 4G} +\newcommand{\playerman}{Ipod} +\newcommand{\playertype}{4G} \newcommand{\playerlongtype}{\playertype} \newcommand{\genericimg}{160x128x2} %Used to name the player, e.g. ...to the \dap diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex index bd3bea6..84cd37a 100644 --- a/manual/platform/ipodcolor.tex +++ b/manual/platform/ipodcolor.tex @@ -4,8 +4,8 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IPOD_4G_PAD} -\newcommand{\playerman}{Apple} -\newcommand{\playertype}{iPod Color} +\newcommand{\playerman}{Ipod} +\newcommand{\playertype}{Color} \newcommand{\playerlongtype}{\playertype} \newcommand{\genericimg}{220x176x16} %Used to name the player, e.g. ...to the \dap diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index 5c22d43..116efd7 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex @@ -4,8 +4,8 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IPOD_4G_PAD} -\newcommand{\playerman}{Apple} -\newcommand{\playertype}{iPod Nano} +\newcommand{\playerman}{Ipod} +\newcommand{\playertype}{Nano} \newcommand{\playerlongtype}{\playertype} \newcommand{\genericimg}{176x132x16} %Used to name the player, e.g. ...to the \dap diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index 07c222d..0a73946 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex @@ -4,8 +4,8 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IPOD_4G_PAD} -\newcommand{\playerman}{Apple} -\newcommand{\playertype}{iPod Video} +\newcommand{\playerman}{Ipod} +\newcommand{\playertype}{Video} \newcommand{\playerlongtype}{\playertype} \newcommand{\genericimg}{320x240x16} %Used to name the player, e.g. ...to the \dap diff --git a/manual/platform/ondio.tex b/manual/platform/ondio.tex index e23c8df..84d682d 100644 --- a/manual/platform/ondio.tex +++ b/manual/platform/ondio.tex @@ -7,7 +7,7 @@ \edef\UseOption{\UseOption,ONDIO_PAD} \newcommand{\playerman}{Archos} -\newcommand{\playertype}{Archos Ondio} +\newcommand{\playertype}{Ondio} \newcommand{\playerlongtype}{Ondio SP, FM} \newcommand{\genericimg}{112x64x1} %Used to name the player, e.g. ...to the \dap diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex index 12db1f5..3fc7ee9 100644 --- a/manual/platform/x5.tex +++ b/manual/platform/x5.tex @@ -6,7 +6,7 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IAUDIO_X5_PAD} -\newcommand{\playerman}{iAudio} +\newcommand{\playerman}{Iaudio} \newcommand{\playertype}{X5} \newcommand{\playerlongtype}{\playerman\ \playertype} \newcommand{\genericimg}{160x128x16} |