From: Mario Di Raimondo Date: Mon, 30 Nov 2015 12:37:55 +0000 (+0100) Subject: uppercase fixes X-Git-Tag: v4.2.1~1388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e8d2937ab1276be8e5821431a721d9227e51d1;p=thirdparty%2Ftvheadend.git uppercase fixes --- diff --git a/src/descrambler/cwc.c b/src/descrambler/cwc.c index 42ebc9b6d..1ba0e655d 100644 --- a/src/descrambler/cwc.c +++ b/src/descrambler/cwc.c @@ -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, diff --git a/src/dvr/dvr_autorec.c b/src/dvr/dvr_autorec.c index 7187de0b6..cba4bfa54 100644 --- a/src/dvr/dvr_autorec.c +++ b/src/dvr/dvr_autorec.c @@ -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), }, @@ -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, diff --git a/src/dvr/dvr_config.c b/src/dvr/dvr_config.c index b7f2bf601..9a81c770e 100644 --- a/src/dvr/dvr_config.c +++ b/src/dvr/dvr_config.c @@ -802,7 +802,7 @@ const idclass_t dvr_config_class = { .number = 4, }, { - .name = N_("Filename Options"), + .name = N_("Filename options"), .number = 5, .column = 1, }, @@ -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", @@ -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, @@ -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, @@ -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, @@ -1089,7 +1089,7 @@ 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, @@ -1097,7 +1097,7 @@ const idclass_t dvr_config_class = { { .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, diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index b744f3721..ffb124de9 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -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, }, diff --git a/src/input/mpegts/iptv/iptv.c b/src/input/mpegts/iptv/iptv.c index 1f9240edb..723447753 100644 --- a/src/input/mpegts/iptv/iptv.c +++ b/src/input/mpegts/iptv/iptv.c @@ -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, diff --git a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c index ce9babf03..2e0e677cb 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c @@ -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), }, {} diff --git a/src/input/mpegts/linuxdvb/linuxdvb_rotor.c b/src/input/mpegts/linuxdvb/linuxdvb_rotor.c index 0b8452db7..f4844323d 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_rotor.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_rotor.c @@ -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), }, diff --git a/src/input/mpegts/mpegts_input.c b/src/input/mpegts/mpegts_input.c index a531e5560..4af44976c 100644 --- a/src/input/mpegts/mpegts_input.c +++ b/src/input/mpegts/mpegts_input.c @@ -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; diff --git a/src/profile.c b/src/profile.c index de0d2adfa..3d38e1b03 100644 --- a/src/profile.c +++ b/src/profile.c @@ -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 }, @@ -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, diff --git a/src/satip/server.c b/src/satip/server.c index fd4922e73..51f51b07f 100644 --- a/src/satip/server.c +++ b/src/satip/server.c @@ -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, },