Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: import some changes from en_US
  • Loading branch information
perexg committed May 24, 2016
1 parent 1c56993 commit 9ae2302
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -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),
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/bouquet.c
Expand Up @@ -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),
},
{
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/config.c
Expand Up @@ -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."),
Expand Down
15 changes: 7 additions & 8 deletions src/esfilter.c
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network.c
Expand Up @@ -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)."),
Expand Down
2 changes: 1 addition & 1 deletion src/service_mapper.c
Expand Up @@ -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
Expand Down

0 comments on commit 9ae2302

Please sign in to comment.