From: Mario Di Raimondo Date: Fri, 23 Oct 2015 11:40:39 +0000 (+0200) Subject: found other missing strings for localization X-Git-Tag: v4.2.1~1795 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94342c9586ab3d76c863b53737eca70ecde18032;p=thirdparty%2Ftvheadend.git found other missing strings for localization --- diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index ff2dc074a..f1ab696e0 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -858,7 +858,7 @@ not_so_good: e->start, e->stop); idnode_uuid_as_str(&de->de_config->dvr_id, cfg_uuid); - snprintf(buf, sizeof(buf), "Re-record%s%s", + snprintf(buf, sizeof(buf), _("Re-record%s%s"), de->de_comment ? ": " : "", de->de_comment ?: ""); de2 = dvr_entry_create_by_event(1, cfg_uuid, e, @@ -983,7 +983,7 @@ dvr_entry_create_by_autorec(int enabled, epg_broadcast_t *e, dvr_autorec_entry_t return; } - snprintf(buf, sizeof(buf), "Auto recording%s%s", + snprintf(buf, sizeof(buf), _("Auto recording%s%s"), dae->dae_comment ? ": " : "", dae->dae_comment ?: "");