diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-17 07:21:03 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-17 07:21:03 +0000 |
| commit | f518b9ea9c5e56a0e52094bb95f7371e0fa5335f (patch) | |
| tree | 3745fcd46c445244a43e3b0c899648e4b04eb0e0 | |
| parent | f2873d255a1f3e4720c5d522c813a6ec02149d76 (diff) | |
| download | rockbox-f518b9ea9c5e56a0e52094bb95f7371e0fa5335f.zip rockbox-f518b9ea9c5e56a0e52094bb95f7371e0fa5335f.tar.gz rockbox-f518b9ea9c5e56a0e52094bb95f7371e0fa5335f.tar.bz2 rockbox-f518b9ea9c5e56a0e52094bb95f7371e0fa5335f.tar.xz | |
initial VERY basic language file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2313 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang new file mode 100644 index 0000000..7e2b0f1 --- /dev/null +++ b/apps/lang/english.lang @@ -0,0 +1,14 @@ +id: LANG_SOUND_SETTINGS +desc: in the main menu +eng: "Sound Settings" +new: + +id: LANG_GENERAL_SETTINGS +desc: in the main menu +eng: "General Settings" +new: + +id: LANG_GAMES +desc: in the main menu +eng: "Games" +new: |