diff --git a/frontend/drivers/platform_linux.c b/frontend/drivers/platform_linux.c index 0cb921557c..6ca9c5c0b8 100644 --- a/frontend/drivers/platform_linux.c +++ b/frontend/drivers/platform_linux.c @@ -1865,8 +1865,12 @@ static int frontend_linux_parse_drive_list(void *data) FILE_TYPE_DIRECTORY, 0, 0); menu_entries_append_enum(list, internal_storage_path, - msg_hash_to_str(MSG_INTERNAL_MEMORY), - MSG_INTERNAL_MEMORY, FILE_TYPE_DIRECTORY, 0, 0); + msg_hash_to_str(MSG_INTERNAL_STORAGE), + MSG_INTERNAL_STORAGE, FILE_TYPE_DIRECTORY, 0, 0); + menu_entries_append_enum(list, + "/storage", + msg_hash_to_str(MSG_REMOVABLE_STORAGE), + MSG_REMOVABLE_STORAGE, FILE_TYPE_DIRECTORY, 0, 0); #endif menu_entries_append_enum(list, "/", "", diff --git a/intl/msg_hash_chs.c b/intl/msg_hash_chs.c index 29932aa142..9b83e5dee7 100644 --- a/intl/msg_hash_chs.c +++ b/intl/msg_hash_chs.c @@ -3488,8 +3488,10 @@ const char *msg_hash_to_str_chs(enum msg_hash_enums msg) return "Preset Filename"; case MSG_INTERFACE: return "接口"; - case MSG_INTERNAL_MEMORY: + case MSG_INTERNAL_STORAGE: return "内部存储"; + case MSG_REMOVABLE_STORAGE: + return "Removable Storage"; case MSG_INVALID_NICKNAME_SIZE: return "Invalid nickname size."; case MSG_IN_BYTES: diff --git a/intl/msg_hash_eo.h b/intl/msg_hash_eo.h index 62fd137dae..0fb82b102e 100644 --- a/intl/msg_hash_eo.h +++ b/intl/msg_hash_eo.h @@ -1916,8 +1916,10 @@ MSG_HASH(MSG_INPUT_PRESET_FILENAME, "Preset Filename") MSG_HASH(MSG_INTERFACE, "Interface") -MSG_HASH(MSG_INTERNAL_MEMORY, - "Internal Memory") +MSG_HASH(MSG_INTERNAL_STORAGE, + "Internal Storage") +MSG_HASH(MSG_REMOVABLE_STORAGE, + "Removable Storage") MSG_HASH(MSG_INVALID_NICKNAME_SIZE, "Invalid nickname size.") MSG_HASH(MSG_IN_BYTES, diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 625dd77a9c..c6e6c6a73e 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -1882,8 +1882,10 @@ MSG_HASH(MSG_INPUT_PRESET_FILENAME, "Preset Filename") MSG_HASH(MSG_INTERFACE, "Interface") -MSG_HASH(MSG_INTERNAL_MEMORY, - "Internal Memory") +MSG_HASH(MSG_INTERNAL_STORAGE, + "Internal Storage") +MSG_HASH(MSG_REMOVABLE_STORAGE, + "Removable Storage") MSG_HASH(MSG_INVALID_NICKNAME_SIZE, "Invalid nickname size.") MSG_HASH(MSG_IN_BYTES, diff --git a/intl/msg_hash_it.c b/intl/msg_hash_it.c index 2a117d3317..9075205d3f 100644 --- a/intl/msg_hash_it.c +++ b/intl/msg_hash_it.c @@ -2189,8 +2189,10 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg) return "Normale"; case MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_EARLY: return "Presto"; - case MSG_INTERNAL_MEMORY: + case MSG_INTERNAL_STORAGE: return "Memoria interna"; + case MSG_REMOVABLE_STORAGE: + return "Removable storage"; case MSG_EXTERNAL_APPLICATION_DIR: return "Directory app esterna"; case MSG_APPLICATION_DIR: diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index 415149f4bd..c0134c711a 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -1918,8 +1918,10 @@ MSG_HASH(MSG_INPUT_PRESET_FILENAME, "Preset Filename") MSG_HASH(MSG_INTERFACE, "インタフェース") -MSG_HASH(MSG_INTERNAL_MEMORY, +MSG_HASH(MSG_INTERNAL_STORAGE, "内部メモリ") +MSG_HASH(MSG_REMOVABLE_STORAGE, + "Removable Storage") MSG_HASH(MSG_INVALID_NICKNAME_SIZE, "Invalid nickname size.") MSG_HASH(MSG_IN_BYTES, diff --git a/intl/msg_hash_nl.h b/intl/msg_hash_nl.h index 519801657e..a82c44b7a1 100644 --- a/intl/msg_hash_nl.h +++ b/intl/msg_hash_nl.h @@ -1916,8 +1916,10 @@ MSG_HASH(MSG_INPUT_PRESET_FILENAME, "Preset Filename") MSG_HASH(MSG_INTERFACE, "Interface") -MSG_HASH(MSG_INTERNAL_MEMORY, - "Internal Memory") +MSG_HASH(MSG_INTERNAL_STORAGE, + "Internal Storage") +MSG_HASH(MSG_REMOVABLE_STORAGE, + "Removable Storage") MSG_HASH(MSG_INVALID_NICKNAME_SIZE, "Invalid nickname size.") MSG_HASH(MSG_IN_BYTES, diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index f88ddda2c6..26f1dc3c97 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -1910,8 +1910,10 @@ MSG_HASH(MSG_INPUT_PRESET_FILENAME, "Preset Filename") MSG_HASH(MSG_INTERFACE, "Interface") -MSG_HASH(MSG_INTERNAL_MEMORY, - "Internal Memory") +MSG_HASH(MSG_INTERNAL_STORAGE, + "Internal Storage") +MSG_HASH(MSG_REMOVABLE_STORAGE, + "Removable Storage") MSG_HASH(MSG_INVALID_NICKNAME_SIZE, "Invalid nickname size.") MSG_HASH(MSG_IN_BYTES, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 8240988031..9bc408784a 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1916,8 +1916,10 @@ MSG_HASH(MSG_INPUT_PRESET_FILENAME, "Preset Filename") MSG_HASH(MSG_INTERFACE, "Interface") -MSG_HASH(MSG_INTERNAL_MEMORY, - "Internal Memory") +MSG_HASH(MSG_INTERNAL_STORAGE, + "Internal Storage") +MSG_HASH(MSG_REMOVABLE_STORAGE, + "Removable Storage") MSG_HASH(MSG_INVALID_NICKNAME_SIZE, "Invalid nickname size.") MSG_HASH(MSG_IN_BYTES, diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index 9f5110f066..27fc34a523 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -3535,8 +3535,10 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg) return "Preset Filename"; case MSG_INTERFACE: return "Interface"; - case MSG_INTERNAL_MEMORY: - return "Internal Memory"; + case MSG_INTERNAL_STORAGE: + return "Internal Storage"; + case MSG_REMOVABLE_STORAGE: + return "Removable Storage"; case MSG_INVALID_NICKNAME_SIZE: return "Invalid nickname size."; case MSG_IN_BYTES: diff --git a/menu/cbs/menu_cbs_label.c b/menu/cbs/menu_cbs_label.c index e9745e09ad..8c36dd5ba0 100644 --- a/menu/cbs/menu_cbs_label.c +++ b/menu/cbs/menu_cbs_label.c @@ -51,7 +51,7 @@ static int action_bind_label_internal_memory( const char *label, const char *path, char *s, size_t len) { - strlcpy(s, msg_hash_to_str(MSG_INTERNAL_MEMORY), len); + strlcpy(s, msg_hash_to_str(MSG_INTERNAL_STORAGE), len); return 0; } @@ -109,7 +109,7 @@ int menu_cbs_init_bind_label(menu_file_list_cbs_t *cbs, case MENU_ENUM_LABEL_PLAYLIST_COLLECTION_ENTRY: BIND_ACTION_LABEL(cbs, action_bind_label_playlist_collection_entry); break; - case MSG_INTERNAL_MEMORY: + case MSG_INTERNAL_STORAGE: BIND_ACTION_LABEL(cbs, action_bind_label_internal_memory); break; case MSG_APPLICATION_DIR: diff --git a/msg_hash.h b/msg_hash.h index 8e5477a7c0..4e074ab52b 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -888,7 +888,8 @@ enum msg_hash_enums MSG_IN_BYTES, MSG_IN_MEGABYTES, MSG_IN_GIGABYTES, - MSG_INTERNAL_MEMORY, + MSG_INTERNAL_STORAGE, + MSG_REMOVABLE_STORAGE, MSG_APPLICATION_DIR, MSG_EXTERNAL_APPLICATION_DIR,