diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-10-15 07:20:22 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-15 07:20:22 +0000 |
| commit | 2974dcb07ef8b6493a4144bc29478b7f5ebeb1ec (patch) | |
| tree | 7f098b61efaf72569d4bcddc99624b1d9a91c2da | |
| parent | de5578a0f82d77c8efd8877f1a34ac3ba7bc90f7 (diff) | |
| download | rockbox-2974dcb07ef8b6493a4144bc29478b7f5ebeb1ec.zip rockbox-2974dcb07ef8b6493a4144bc29478b7f5ebeb1ec.tar.gz rockbox-2974dcb07ef8b6493a4144bc29478b7f5ebeb1ec.tar.bz2 rockbox-2974dcb07ef8b6493a4144bc29478b7f5ebeb1ec.tar.xz | |
Added the LANG_CUBE, and added an extra decimal to the buffer info decimals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2629 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index a50b7c0..48f0656 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -58,12 +58,12 @@ new: id: LANG_BUFFER_STAT_PLAYER desc: the buffer size player-screen width, %d MB %d fraction of MB -eng: "Buf: %d.%02dMB" +eng: "Buf: %d.%03dMB" new: id: LANG_BUFFER_STAT_RECORDER desc: the buffer size recorder-screen width, %d MB %d fraction of MB -eng: "Buffer: %d.%02dMB" +eng: "Buffer: %d.%03dMB" new: id: LANG_BATTERY_LEVEL_PLAYER @@ -1010,3 +1010,8 @@ id: LANG_MONTH_DECEMBER desc: abbreviation for monthname eng: "Dec" new: + +id: LANG_CUBE +desc: the name of the cube demo in the demo menu +eng: "Cube" +new: |