From: Jaroslav Kysela Date: Tue, 24 May 2016 06:45:48 +0000 (+0200) Subject: intl: import some changes from en_US X-Git-Tag: v4.2.1~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ae23029fa8dcb782d16cbea92fe76b4e968ab67;p=thirdparty%2Ftvheadend.git intl: import some changes from en_US --- diff --git a/src/access.c b/src/access.c index 2876f62a9..67bc38a88 100644 --- a/src/access.c +++ b/src/access.c @@ -1819,7 +1819,7 @@ const idclass_t passwd_entry_class = { .id = "username", .name = N_("Username"), .desc = N_("Username of the entry (this should match a " - "username from within the \"Access Entries\" tab."), + "username from within the \"Access Entries\" tab)."), .off = offsetof(passwd_entry_t, pw_username), }, { diff --git a/src/bouquet.c b/src/bouquet.c index 623a0b332..f48c6f32c 100644 --- a/src/bouquet.c +++ b/src/bouquet.c @@ -788,7 +788,7 @@ static idnode_slist_t bouquest_class_chtag_slist[] = { }, { .id = "type_tags", - .name = N_("Create type based tags"), + .name = N_("Create type-based tags"), .off = offsetof(bouquet_t, bq_chtag_type_tags), }, { @@ -1068,7 +1068,7 @@ const idclass_t bouquet_class = { .type = PT_U32, .id = "ext_url_period", .name = N_("Re-fetch period (mins)"), - .desc = N_("Re-fetch the bouquet every x mins."), + .desc = N_("Re-fetch the bouquet every x minutes."), .off = offsetof(bouquet_t, bq_ext_url_period), .opts = PO_ADVANCED | PO_HIDDEN, .notify = bouquet_class_ext_url_notify, diff --git a/src/config.c b/src/config.c index 0dc4e4994..4563d2ff9 100644 --- a/src/config.c +++ b/src/config.c @@ -2095,7 +2095,7 @@ const idclass_t config_class = { .type = PT_STR, .id = "cors_origin", .name = N_("HTTP CORS origin"), - .desc = N_("HTTP Cross-origin resource sharing origin. This " + .desc = N_("HTTP CORS (cross-origin resource sharing) origin. This " "option is usually set when Tvheadend is behind a " "proxy. Enter a domain (or IP) to allow " "cross-domain requests."), diff --git a/src/esfilter.c b/src/esfilter.c index 0c61a8851..1c9cb9d68 100644 --- a/src/esfilter.c +++ b/src/esfilter.c @@ -652,7 +652,7 @@ const idclass_t esfilter_class_video = { .type = PT_STR, .id = "language", .name = N_("Language"), - .desc = N_("The language the filter should apply to."), + .desc = N_("The language to which the filter should apply."), .get = esfilter_class_language_get, .set = esfilter_class_language_set, .list = esfilter_class_language_enum, @@ -662,9 +662,8 @@ const idclass_t esfilter_class_video = { .type = PT_STR, .id = "service", .name = N_("Service"), - .desc = N_("The service the filter should apply to. " - "Leave blank to apply the filter to all " - "services."), + .desc = N_("The service to which the filter should apply. " + "Leave blank to apply the filter to all services."), .get = esfilter_class_service_get, .set = esfilter_class_service_set, .list = esfilter_class_service_enum, @@ -747,7 +746,7 @@ const idclass_t esfilter_class_audio = { .type = PT_STR, .id = "language", .name = N_("Language"), - .desc = N_("The language the filter should apply to."), + .desc = N_("The language to which the filter should apply."), .get = esfilter_class_language_get, .set = esfilter_class_language_set, .list = esfilter_class_language_enum, @@ -842,7 +841,7 @@ const idclass_t esfilter_class_teletext = { .type = PT_STR, .id = "language", .name = N_("Language"), - .desc = N_("The language the filter should apply to."), + .desc = N_("The language to which the filter should apply."), .get = esfilter_class_language_get, .set = esfilter_class_language_set, .list = esfilter_class_language_enum, @@ -937,7 +936,7 @@ const idclass_t esfilter_class_subtit = { .type = PT_STR, .id = "language", .name = N_("Language"), - .desc = N_("The language the filter should apply to."), + .desc = N_("The language to which the filter should apply."), .get = esfilter_class_language_get, .set = esfilter_class_language_set, .list = esfilter_class_language_enum, @@ -1137,7 +1136,7 @@ const idclass_t esfilter_class_other = { .type = PT_STR, .id = "language", .name = N_("Language"), - .desc = N_("The language the filter should apply to."), + .desc = N_("The language to which the filter should apply."), .get = esfilter_class_language_get, .set = esfilter_class_language_set, .list = esfilter_class_language_enum, diff --git a/src/input/mpegts/mpegts_network.c b/src/input/mpegts/mpegts_network.c index 4f43968d6..aba8accfc 100644 --- a/src/input/mpegts/mpegts_network.c +++ b/src/input/mpegts/mpegts_network.c @@ -196,7 +196,7 @@ const idclass_t mpegts_network_class = "them to verify that they are still working when " "the inputs are not used for streaming. If your " "adapters have problems with lots of (endless) " - "tuning disable this. Note that this option " + "tuning, disable this. Note that this option " "should be OFF for the normal operation. This type " "of mux probing is not required and it may cause " "issues for SAT>IP (limited number of PID filters)."), diff --git a/src/service_mapper.c b/src/service_mapper.c index 1c81625b1..9b67db630 100644 --- a/src/service_mapper.c +++ b/src/service_mapper.c @@ -524,7 +524,7 @@ static const idclass_t service_mapper_conf_class = { { .type = PT_BOOL, .id = "type_tags", - .name = N_("Create type based tags"), + .name = N_("Create type-based tags"), .desc = N_("Create SDTV/HDTV/Radio tags."), .off = offsetof(service_mapper_t, d.type_tags), .opts = PO_ADVANCED