Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
uppercase fixes
  • Loading branch information
mario-tux authored and perexg committed Dec 3, 2015
1 parent 88ec9e4 commit 65e8d29
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/descrambler/cwc.c
Expand Up @@ -1759,7 +1759,7 @@ const idclass_t caclient_cwc_class =
{
.type = PT_STR,
.id = "deskey",
.name = N_("DES Key"),
.name = N_("DES key"),
.set = caclient_cwc_class_deskey_set,
.get = caclient_cwc_class_deskey_get,
.opts = PO_PASSWORD,
Expand Down
4 changes: 2 additions & 2 deletions src/dvr/dvr_autorec.c
Expand Up @@ -973,7 +973,7 @@ const idclass_t dvr_autorec_entry_class = {
{
.type = PT_STR,
.id = "title",
.name = N_("Title (Regexp)"),
.name = N_("Title (regexp)"),
.set = dvr_autorec_entry_class_title_set,
.off = offsetof(dvr_autorec_entry_t, dae_title),
},
Expand Down Expand Up @@ -1040,7 +1040,7 @@ const idclass_t dvr_autorec_entry_class = {
.type = PT_U32,
.islist = 1,
.id = "weekdays",
.name = N_("Days of Week"),
.name = N_("Days of week"),
.set = dvr_autorec_entry_class_weekdays_set,
.get = dvr_autorec_entry_class_weekdays_get_,
.list = dvr_autorec_entry_class_weekdays_list,
Expand Down
14 changes: 7 additions & 7 deletions src/dvr/dvr_config.c
Expand Up @@ -802,7 +802,7 @@ const idclass_t dvr_config_class = {
.number = 4,
},
{
.name = N_("Filename Options"),
.name = N_("Filename options"),
.number = 5,
.column = 1,
},
Expand All @@ -828,7 +828,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_STR,
.id = "name",
.name = N_("Configuration Name"),
.name = N_("Configuration name"),
.set = dvr_config_class_name_set,
.off = offsetof(dvr_config_t, dvr_config_name),
.def.s = "! New config",
Expand All @@ -845,7 +845,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_STR,
.id = "profile",
.name = N_("Stream Profile"),
.name = N_("Stream profile"),
.set = dvr_config_class_profile_set,
.get = dvr_config_class_profile_get,
.rend = dvr_config_class_profile_rend,
Expand All @@ -855,7 +855,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_INT,
.id = "cache",
.name = N_("Cache Scheme"),
.name = N_("Cache scheme"),
.off = offsetof(dvr_config_t, dvr_muxcnf.m_cache),
.def.i = MC_CACHE_DONTKEEP,
.list = dvr_config_class_cache_list,
Expand Down Expand Up @@ -1039,7 +1039,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_STR,
.id = "pathname",
.name = N_("Format String"),
.name = N_("Format string"),
.set = dvr_config_class_pathname_set,
.off = offsetof(dvr_config_t, dvr_pathname),
.opts = PO_EXPERT,
Expand Down Expand Up @@ -1089,15 +1089,15 @@ const idclass_t dvr_config_class = {
{
.type = PT_BOOL,
.id = "date-in-title",
.name = N_("Include date In filename"),
.name = N_("Include date in filename"),
.off = offsetof(dvr_config_t, dvr_date_in_title),
.opts = PO_EXPERT,
.group = 5,
},
{
.type = PT_BOOL,
.id = "time-in-title",
.name = N_("Include time In filename"),
.name = N_("Include time in filename"),
.off = offsetof(dvr_config_t, dvr_time_in_title),
.opts = PO_EXPERT,
.group = 5,
Expand Down
2 changes: 1 addition & 1 deletion src/dvr/dvr_db.c
Expand Up @@ -2960,7 +2960,7 @@ const idclass_t dvr_entry_class = {
{
.type = PT_S64,
.id = "filesize",
.name = N_("File Size"),
.name = N_("File size"),
.get = dvr_entry_class_filesize_get,
.opts = PO_RDONLY | PO_NOSAVE,
},
Expand Down
2 changes: 1 addition & 1 deletion src/input/mpegts/iptv/iptv.c
Expand Up @@ -808,7 +808,7 @@ iptv_auto_network_class_charset_list(void *o, const char *lang)
const idclass_t iptv_auto_network_class = {
.ic_super = &iptv_network_class,
.ic_class = "iptv_auto_network",
.ic_caption = N_("IPTV Automatic Network"),
.ic_caption = N_("IPTV automatic network"),
.ic_properties = (const property_t[]){
{
.type = PT_STR,
Expand Down
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -148,7 +148,7 @@ const idclass_t linuxdvb_frontend_dvbt_class =
{
.type = PT_BOOL,
.id = "lna",
.name = N_("LNA (Low noise amplifier)"),
.name = N_("LNA (low noise amplifier)"),
.off = offsetof(linuxdvb_frontend_t, lfe_lna),
},
{}
Expand Down
4 changes: 2 additions & 2 deletions src/input/mpegts/linuxdvb/linuxdvb_rotor.c
Expand Up @@ -136,12 +136,12 @@ const idclass_t linuxdvb_rotor_usals_class =
{
.ic_super = &linuxdvb_rotor_class,
.ic_class = "linuxdvb_rotor_usals",
.ic_caption = N_("USALS Rotor"),
.ic_caption = N_("USALS rotor"),
.ic_properties = (const property_t[]) {
{
.type = PT_DBL,
.id = "sat_lon",
.name = N_("Satellite Longitude"),
.name = N_("Satellite longitude"),
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
},

Expand Down
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_input.c
Expand Up @@ -203,7 +203,7 @@ mpegts_input_class_linked_enum( void * self, const char *lang )
tvh_input_t *ti;
char ubuf[UUID_HEX_SIZE];
htsmsg_t *m = htsmsg_create_list();
mpegts_input_add_keyval(m, "", tvh_gettext_lang(lang, N_("Not Linked")));
mpegts_input_add_keyval(m, "", tvh_gettext_lang(lang, N_("Not linked")));
TVH_INPUT_FOREACH(ti)
if (idnode_is_instance(&ti->ti_id, &mpegts_input_class)) {
mi2 = (mpegts_input_t *)ti;
Expand Down
4 changes: 2 additions & 2 deletions src/profile.c
Expand Up @@ -1436,7 +1436,7 @@ profile_class_channels_list ( void *o, const char *lang )
{ N_("Copy layout"), 0 },
{ N_("Mono"), 1 },
{ N_("Stereo"), 2 },
{ N_("Surround (2 Front, Rear Mono)"), 3 },
{ N_("Surround (2 front, rear mono)"), 3 },
{ N_("Quad (4.0)"), 4 },
{ N_("5.0"), 5 },
{ N_("5.1"), 6 },
Expand Down Expand Up @@ -1644,7 +1644,7 @@ const idclass_t profile_transcode_class =
{
.type = PT_U32,
.id = "abitrate",
.name = N_("Audio Bitrate (kb/s) (0=Auto)"),
.name = N_("Audio bitrate (kb/s) (0=auto)"),
.off = offsetof(profile_transcode_t, pro_abitrate),
.opts = PO_ADVANCED,
.def.u32 = 0,
Expand Down
2 changes: 1 addition & 1 deletion src/satip/server.c
Expand Up @@ -594,7 +594,7 @@ const idclass_t satip_server_class = {
{
.type = PT_INT,
.id = "satip_rtsp",
.name = N_("RTSP Port (554 or 9983), 0 = disable"),
.name = N_("RTSP port (554 or 9983, 0 = disable)"),
.off = offsetof(struct satip_server_conf, satip_rtsp),
.group = 1,
},
Expand Down

0 comments on commit 65e8d29

Please sign in to comment.