locals: add locale for volume percent adjustment

This commit is contained in:
[CST] Focus
2012-08-16 15:52:38 +04:00
parent b7a9d81a50
commit a00a4ba99b
3 changed files with 3 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ audiomenu.pref_subs Prefered subtitle language
audiomenu.pref_subs_head Subtitle language preferences
audiomenu.spdif_dd Encoded DD on SPDIF
audiomenu.stereo stereo
audiomenu.volume_adjust Volume adjustment, in %
audiomenu.volume_step Volume step
audioplayer.add Add
audioplayer.add_ic Icecast

View File

@@ -152,6 +152,7 @@ typedef enum
LOCALE_AUDIOMENU_PREF_SUBS_HEAD,
LOCALE_AUDIOMENU_SPDIF_DD,
LOCALE_AUDIOMENU_STEREO,
LOCALE_AUDIOMENU_VOLUME_ADJUST,
LOCALE_AUDIOMENU_VOLUME_STEP,
LOCALE_AUDIOPLAYER_ADD,
LOCALE_AUDIOPLAYER_ADD_IC,

View File

@@ -152,6 +152,7 @@ const char * locale_real_names[] =
"audiomenu.pref_subs_head",
"audiomenu.spdif_dd",
"audiomenu.stereo",
"audiomenu.volume_adjust",
"audiomenu.volume_step",
"audioplayer.add",
"audioplayer.add_ic",