diff options
author | Michael Chicoine <mc2739@gmail.com> | 2011-08-16 12:17:15 +0000 |
---|---|---|
committer | Michael Chicoine <mc2739@gmail.com> | 2011-08-16 12:17:15 +0000 |
commit | 2ec357248ceeb7ad847cf0b52fbd3678e092b182 (patch) | |
tree | 150c44f2dd68a6bd2f12a0372f21f858b11fe88c | |
parent | 9477675f047aabf55490ea136d83c003bc330c84 (diff) |
Update American English language
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30320 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/lang/english-us.lang | 65 |
1 files changed, 59 insertions, 6 deletions
diff --git a/apps/lang/english-us.lang b/apps/lang/english-us.lang index aaf66c619a..9910bb4770 100644 --- a/apps/lang/english-us.lang +++ b/apps/lang/english-us.lang @@ -418,7 +418,7 @@ </phrase> <phrase> id: LANG_PLAYLISTS - desc: in the main menu and file view setting + desc: in the file view setting user: core <source> *: "Playlists" @@ -6460,7 +6460,7 @@ </phrase> <phrase> id: LANG_CATALOG - desc: in onplay menu + desc: in main menu and onplay menu user: core <source> *: "Playlist Catalogue" @@ -6651,7 +6651,7 @@ <dest> *: none multivolume: "HD1" - sansae200*,sansac200*,sansafuze*,sansaclipplus: "MSD:" + sansae200*,sansac200*,sansafuze*,sansaclipplus: "mSD:" archosondio*: "MMC:" </dest> <voice> @@ -7905,8 +7905,6 @@ *: "Time" </voice> </phrase> -/* TODO: cleanup LANG_USB_CHARGING unless HAVE_USB_CHARGING_ENABLE defined, - * the selector should probably be usb_charging_enable_enable as well. */ <phrase> id: LANG_USB_CHARGING desc: in Battery menu @@ -12673,4 +12671,59 @@ *: "Rewind on Pause" </voice> </phrase> - +<phrase> + id: LANG_CURRENT_PLAYLIST + desc: Used when you need to say playlist, also voiced + user: core + <source> + *: "Current Playlist" + </source> + <dest> + *: "Current Playlist" + </dest> + <voice> + *: "Current Playlist" + </voice> +</phrase> +<phrase> + id: LANG_SET_AS_PLAYLISTCAT_DIR + desc: used in the onplay menu to set a playlist catalogue dir + user: core + <source> + *: "Set As Playlist Catalogue Directory" + </source> + <dest> + *: "Set As Playlist Catalog Directory" + </dest> + <voice> + *: "Set As Playlist Catalog Directory" + </voice> +</phrase> +<phrase> + id: LANG_SAVE_CHANGES + desc: When you try to exit screens to confirm save + user: core + <source> + *: "Save Changes?" + </source> + <dest> + *: "Save Changes?" + </dest> + <voice> + *: "Save Changes?" + </voice> +</phrase> +<phrase> + id: LANG_RESET_PLAYLISTCAT_DIR + desc: + user: core + <source> + *: "Reset Playlist Catalogue Directory" + </source> + <dest> + *: "Reset Playlist Catalog Directory" + </dest> + <voice> + *: "Reset Playlist Catalog Directory" + </voice> +</phrase> |