mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
lang: Delete 12 unused strings
Change-Id: I7b1d98a0eb4c58cdf5c1819be6e2125e9261246b
This commit is contained in:
parent
5dd9238004
commit
ac20f8a73c
3 changed files with 2 additions and 362 deletions
|
@ -975,7 +975,7 @@ static int select_bookmark(const char* bookmark_file_name,
|
||||||
{
|
{
|
||||||
MENUITEM_STRINGLIST(menu_items, ID2P(LANG_BOOKMARK_CONTEXT_MENU),
|
MENUITEM_STRINGLIST(menu_items, ID2P(LANG_BOOKMARK_CONTEXT_MENU),
|
||||||
NULL, ID2P(LANG_BOOKMARK_CONTEXT_RESUME),
|
NULL, ID2P(LANG_BOOKMARK_CONTEXT_RESUME),
|
||||||
ID2P(LANG_BOOKMARK_CONTEXT_DELETE));
|
ID2P(LANG_DELETE));
|
||||||
static const int menu_actions[] =
|
static const int menu_actions[] =
|
||||||
{
|
{
|
||||||
ACTION_STD_OK, ACTION_BMS_DELETE
|
ACTION_STD_OK, ACTION_BMS_DELETE
|
||||||
|
@ -1295,7 +1295,7 @@ bool bookmark_exists(void)
|
||||||
|
|
||||||
char* name = playlist_get_name(NULL, global_temp_buffer,
|
char* name = playlist_get_name(NULL, global_temp_buffer,
|
||||||
sizeof(global_temp_buffer));
|
sizeof(global_temp_buffer));
|
||||||
if (!playlist_dynamic_only() &&
|
if (!playlist_dynamic_only() &&
|
||||||
generate_bookmark_file_name(bm_filename, sizeof(bm_filename), name, -1))
|
generate_bookmark_file_name(bm_filename, sizeof(bm_filename), name, -1))
|
||||||
{
|
{
|
||||||
exist = file_exists(bm_filename);
|
exist = file_exists(bm_filename);
|
||||||
|
|
|
@ -535,20 +535,6 @@
|
||||||
*: "Resume"
|
*: "Resume"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_BOOKMARK_CONTEXT_DELETE
|
|
||||||
desc: bookmark context menu, delete this bookmark
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Delete"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Delete"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Delete"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_AUTO_BOOKMARK_QUERY
|
id: LANG_AUTO_BOOKMARK_QUERY
|
||||||
desc: prompt for user to decide to create an bookmark
|
desc: prompt for user to decide to create an bookmark
|
||||||
|
@ -4057,23 +4043,6 @@
|
||||||
alarm: "Waking up in"
|
alarm: "Waking up in"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_ALARM_MOD_SHUTDOWN
|
|
||||||
desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod).
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
alarm: "Alarm Set"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
alarm: "Alarm Set"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
alarm: "Alarm set"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_ALARM_MOD_ERROR
|
id: LANG_ALARM_MOD_ERROR
|
||||||
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
||||||
|
@ -5288,23 +5257,6 @@
|
||||||
recording: "Pre-Record time"
|
recording: "Pre-Record time"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_RECORD_DIRECTORY
|
|
||||||
desc: in recording settings_menu
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
recording: "Directory"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
recording: "Directory"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
recording: "Directory"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_CLEAR_REC_DIR
|
id: LANG_CLEAR_REC_DIR
|
||||||
desc:
|
desc:
|
||||||
|
@ -6248,20 +6200,6 @@
|
||||||
*: "Reshuffle"
|
*: "Reshuffle"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_CATALOG_VIEW
|
|
||||||
desc: in onplay playlist catalogue submenu
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "View Catalogue"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "View Catalog"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "View Catalog"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_CATALOG_ADD_TO_NEW
|
id: LANG_CATALOG_ADD_TO_NEW
|
||||||
desc: in onplay playlist catalogue submenu
|
desc: in onplay playlist catalogue submenu
|
||||||
|
@ -7022,20 +6960,6 @@
|
||||||
*: "Nothing to resume"
|
*: "Nothing to resume"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR
|
|
||||||
desc: Playlist error
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Error updating playlist control file"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Error updating playlist control file"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Error updating playlist control file"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PLAYLIST_ACCESS_ERROR
|
id: LANG_PLAYLIST_ACCESS_ERROR
|
||||||
desc: Playlist error
|
desc: Playlist error
|
||||||
|
@ -7221,23 +7145,6 @@
|
||||||
iaudiom5,iaudiox5,iriverh100,iriverh120,iriverh300,recording,samsungyh*,sansac200*,sansae200*,vibe500: ""
|
iaudiom5,iaudiox5,iriverh100,iriverh120,iriverh300,recording,samsungyh*,sansac200*,sansae200*,vibe500: ""
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_DB_INF
|
|
||||||
desc: -inf db for values below measurement
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
recording: "-inf"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
recording: "-inf"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
recording: "minus infinity"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_BOOT_CHANGED
|
id: LANG_BOOT_CHANGED
|
||||||
desc: File browser discovered the boot file was changed
|
desc: File browser discovered the boot file was changed
|
||||||
|
@ -7463,23 +7370,6 @@
|
||||||
charging: "Battery: Charging"
|
charging: "Battery: Charging"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_BATTERY_TRICKLE_CHARGE
|
|
||||||
desc: in info display, shows that trickle charge is running
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
charging: "Battery: Trickle Chg"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
charging: "Battery: Trickle Chg"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
charging: "Trickle charge"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_WARNING_BATTERY_LOW
|
id: LANG_WARNING_BATTERY_LOW
|
||||||
desc: general warning
|
desc: general warning
|
||||||
|
@ -10411,20 +10301,6 @@
|
||||||
*: "Scrollbar width"
|
*: "Scrollbar width"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_SCROLLBAR_POSITION
|
|
||||||
desc: in Settings -> General -> Display -> Status-/Scrollbar
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Scroll Bar Position"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Scrollbar Position"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Scrollbar position"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_COMPRESSOR
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
|
@ -10700,20 +10576,6 @@
|
||||||
*: "Skip to Outro"
|
*: "Skip to Outro"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_STATUSBAR_CUSTOM
|
|
||||||
desc: if this translation is compatible with LANG_CHANNEL_CUSTOM, then please use the same translation. it can be combined later then
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Custom"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Custom"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Custom"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: VOICE_EXT_SBS
|
id: VOICE_EXT_SBS
|
||||||
desc: spoken only, for file extension
|
desc: spoken only, for file extension
|
||||||
|
@ -12632,20 +12494,6 @@
|
||||||
*: "Moving track"
|
*: "Moving track"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_NO_VIEWERS
|
|
||||||
desc: text for splash to indicate that no viewers are available
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "No viewers found"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "No viewers found"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "No viewers found"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_NEVER
|
id: LANG_NEVER
|
||||||
desc: in lcd settings
|
desc: in lcd settings
|
||||||
|
@ -14889,34 +14737,6 @@
|
||||||
*: "Cache will be rebuilt on next restart"
|
*: "Cache will be rebuilt on next restart"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_PLAYLIST_CLEARED
|
|
||||||
desc: in the pictureflow splash messages
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Playlist Cleared"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Playlist Cleared"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Playlist Cleared"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
|
||||||
id: LANG_ADDED_TO_PLAYLIST
|
|
||||||
desc: in the pictureflow splash messages
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Added to playlist"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Added to playlist"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Added to playlist"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_ERROR_WRITING_CONFIG
|
id: LANG_ERROR_WRITING_CONFIG
|
||||||
desc: in the pictureflow splash messages
|
desc: in the pictureflow splash messages
|
||||||
|
|
|
@ -611,20 +611,6 @@
|
||||||
*: "Resume"
|
*: "Resume"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_BOOKMARK_CONTEXT_DELETE
|
|
||||||
desc: bookmark context menu, delete this bookmark
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Delete"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Delete"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Delete"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_AUTO_BOOKMARK_QUERY
|
id: LANG_AUTO_BOOKMARK_QUERY
|
||||||
desc: prompt for user to decide to create an bookmark
|
desc: prompt for user to decide to create an bookmark
|
||||||
|
@ -4133,23 +4119,6 @@
|
||||||
alarm: "Waking up in"
|
alarm: "Waking up in"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_ALARM_MOD_SHUTDOWN
|
|
||||||
desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod).
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
alarm: "Alarm Set"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
alarm: "Alarm Set"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
alarm: "Alarm set"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_ALARM_MOD_ERROR
|
id: LANG_ALARM_MOD_ERROR
|
||||||
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
||||||
|
@ -5364,23 +5333,6 @@
|
||||||
recording: "Pre-Record time"
|
recording: "Pre-Record time"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_RECORD_DIRECTORY
|
|
||||||
desc: in recording settings_menu
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
recording: "Directory"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
recording: "Directory"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
recording: "Directory"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_CLEAR_REC_DIR
|
id: LANG_CLEAR_REC_DIR
|
||||||
desc:
|
desc:
|
||||||
|
@ -6324,20 +6276,6 @@
|
||||||
*: "Reshuffle"
|
*: "Reshuffle"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_CATALOG_VIEW
|
|
||||||
desc: in onplay playlist catalogue submenu
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "View Catalogue"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "View Catalogue"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "View Catalogue"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_CATALOG_ADD_TO_NEW
|
id: LANG_CATALOG_ADD_TO_NEW
|
||||||
desc: in onplay playlist catalogue submenu
|
desc: in onplay playlist catalogue submenu
|
||||||
|
@ -7098,20 +7036,6 @@
|
||||||
*: "Nothing to resume"
|
*: "Nothing to resume"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR
|
|
||||||
desc: Playlist error
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Error updating playlist control file"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Error updating playlist control file"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Error updating playlist control file"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PLAYLIST_ACCESS_ERROR
|
id: LANG_PLAYLIST_ACCESS_ERROR
|
||||||
desc: Playlist error
|
desc: Playlist error
|
||||||
|
@ -7297,23 +7221,6 @@
|
||||||
iaudiom5,iaudiox5,iriverh100,iriverh120,iriverh300,recording,samsungyh*,sansac200*,sansae200*,vibe500: ""
|
iaudiom5,iaudiox5,iriverh100,iriverh120,iriverh300,recording,samsungyh*,sansac200*,sansae200*,vibe500: ""
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_DB_INF
|
|
||||||
desc: -inf db for values below measurement
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
recording: "-inf"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
recording: "-inf"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
recording: "minus infinity"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_BOOT_CHANGED
|
id: LANG_BOOT_CHANGED
|
||||||
desc: File browser discovered the boot file was changed
|
desc: File browser discovered the boot file was changed
|
||||||
|
@ -7539,23 +7446,6 @@
|
||||||
charging: "Battery: Charging"
|
charging: "Battery: Charging"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_BATTERY_TRICKLE_CHARGE
|
|
||||||
desc: in info display, shows that trickle charge is running
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: none
|
|
||||||
charging: "Battery: Trickle Chg"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: none
|
|
||||||
charging: "Battery: Trickle Chg"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: none
|
|
||||||
charging: "Trickle charge"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_WARNING_BATTERY_LOW
|
id: LANG_WARNING_BATTERY_LOW
|
||||||
desc: general warning
|
desc: general warning
|
||||||
|
@ -10487,20 +10377,6 @@
|
||||||
*: "Scroll bar width"
|
*: "Scroll bar width"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_SCROLLBAR_POSITION
|
|
||||||
desc: in Settings -> General -> Display -> Status-/Scrollbar
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Scroll Bar Position"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Scroll Bar Position"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Scroll bar position"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_COMPRESSOR
|
id: LANG_COMPRESSOR
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
|
@ -10776,20 +10652,6 @@
|
||||||
*: "Skip to Outro"
|
*: "Skip to Outro"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_STATUSBAR_CUSTOM
|
|
||||||
desc: if this translation is compatible with LANG_CHANNEL_CUSTOM, then please use the same translation. it can be combined later then
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Custom"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Custom"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Custom"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: VOICE_EXT_SBS
|
id: VOICE_EXT_SBS
|
||||||
desc: spoken only, for file extension
|
desc: spoken only, for file extension
|
||||||
|
@ -12708,20 +12570,6 @@
|
||||||
*: "Moving track"
|
*: "Moving track"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_NO_VIEWERS
|
|
||||||
desc: text for splash to indicate that no viewers are available
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "No viewers found"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "No viewers found"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "No viewers found"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_NEVER
|
id: LANG_NEVER
|
||||||
desc: in lcd settings
|
desc: in lcd settings
|
||||||
|
@ -14965,34 +14813,6 @@
|
||||||
*: "Cache will be rebuilt on next restart"
|
*: "Cache will be rebuilt on next restart"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_PLAYLIST_CLEARED
|
|
||||||
desc: in the pictureflow splash messages
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Playlist Cleared"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Playlist Cleared"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Playlist Cleared"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
|
||||||
id: LANG_ADDED_TO_PLAYLIST
|
|
||||||
desc: in the pictureflow splash messages
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Added to playlist"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Added to playlist"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Added to playlist"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_ERROR_WRITING_CONFIG
|
id: LANG_ERROR_WRITING_CONFIG
|
||||||
desc: in the pictureflow splash messages
|
desc: in the pictureflow splash messages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue