.type = PT_STR,
.id = "prefix",
.name = N_("Allowed networks"),
- .desc = N_("List of allowed IPv4 or IPv6 hosts or networks (comma separated)."),
+ .desc = N_("List of allowed IPv4 or IPv6 hosts or networks (comma-separated)."),
.set = access_entry_class_prefix_set,
.get = access_entry_class_prefix_get,
.opts = PO_ADVANCED
.id = "prefix",
.name = N_("Network prefix"),
.desc = N_("The network prefix(es) to block, "
- "e.g.192.168.2.0/24 (comma separated list)."),
+ "e.g.192.168.2.0/24 (comma-separated list)."),
.set = ipblock_entry_class_prefix_set,
.get = ipblock_entry_class_prefix_get,
},
.type = PT_INT,
.id = "chiconscheme",
.name = N_("Channel icon name scheme"),
- .desc = N_("Select scheme to generathe the channel icon names "
+ .desc = N_("Scheme to generate the the channel icon names "
"(all lower-case, service name picons etc.)."),
.list = config_class_chiconscheme_list,
.off = offsetof(config_t, chicon_scheme),
const struct idclass *ic_super; ///< Parent class
const char *ic_class; ///< Class name
const char *ic_caption; ///< Class description
- const char *ic_order; ///< Property order (comma separated)
+ const char *ic_order; ///< Property order (comma-separated)
const property_group_t *ic_groups; ///< Groups for visual representation
const property_t *ic_properties; ///< Property list
const char *ic_event; ///< Events to fire on add/delete/title
"case, the position, the polarization and low-high "
"band settings must be equal. If you set another "
"tuner as master, then this tuner will act as "
- "a slave and tvheadend will assure that this tuner "
+ "a slave and Tvheadend will assure that this tuner "
"will not use incompatible parameters (position, "
"polarization, lo-hi)."),
.list = linuxdvb_frontend_dvbs_class_master_enum,
OPT_BOOL, &opt_dbus_session },
#endif
#if ENABLE_LINUXDVB
- { 'a', "adapters", N_("Only use specified DVB adapters (comma separated, -1 = none)"),
+ { 'a', "adapters", N_("Only use specified DVB adapters (comma-separated, -1 = none)"),
OPT_STR, &opt_dvb_adapters },
#endif
#if ENABLE_SATIP_SERVER
.type = PT_BOOL,
.id = "encrypted",
.name = N_("Encrypted"),
- .desc = N_("The service encryption status."),
+ .desc = N_("The service`s encryption status."),
.get = service_class_encrypted_get,
.opts = PO_NOSAVE | PO_RDONLY
},
.type = PT_STR,
.id = "debugsubs",
.name = N_("Debug subsystems"),
- .desc = N_("Enter comma separated list of subsystems you want "
+ .desc = N_("Enter comma-separated list of subsystems you want "
"debugging output for (e.g "
"+linuxdvb,+subscriptions,+mpegts)."),
.get = tvhlog_class_debugsubs_get,
.type = PT_STR,
.id = "tracesubs",
.name = N_("Trace subsystems"),
- .desc = N_("Enter comma separated list of subsystems you want "
+ .desc = N_("Enter comma-separated list of subsystems you want "
"to get traces for (e.g +linuxdvb,+subscriptions,+mpegts)."),
.get = tvhlog_class_tracesubs_get,
.set = tvhlog_class_tracesubs_set,
.id = "network",
.name = N_("Allowed network"),
.desc = N_("Enter allowed network prefix(es). You can enter a "
- "comma seperated list of prefixes here."),
+ "comma-seperated list of prefixes here."),
.get = wizard_get_value_network,
.set = wizard_set_value_network,
.group = 1