diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-17 07:45:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-17 07:45:19 +0000 |
commit | b377086bef8f053542abe20e7d6663ae92cbcb25 (patch) | |
tree | 13870ab529dbbf06a7a1c335b29d30ab540681f5 /apps/lang | |
parent | c2c8d1cd1e910ade611e595372ae0a8cd800c8c8 (diff) |
a few more translated strings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2316 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/english.lang | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 7e2b0f130e..db99993471 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12,3 +12,39 @@ id: LANG_GAMES desc: in the main menu eng: "Games" new: + +id: LANG_DEMOS +desc: in the main menu +eng: "Demos" +new: + +id: LANG_INFO +desc: in the main menu +eng: "Info" +new: + +id: LANG_VERSION +desc: in the main menu +eng: "Version" +new: + +id: LANG_DEBUG +desc: in the main menu +eng: "Debug (keep out!)" +new: + +id: LANG_ROCKBOX_INFO +desc: displayed topmost on the info screen +eng: "Rockbox info:" +new: + +id: LANG_BUFFER_STAT_PLAYER +desc: the buffer size player-screen width, %d MB %d fraction of MB +eng: "Buf: %d.%02dMb" +new: + +id: LANG_BUFFER_STAT_RECORDER +desc: the buffer size recorder-screen width, %d MB %d fraction of MB +eng: "Buffer: %d.%02dMb" +new: + |