]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
found other missing strings for localization
authorMario Di Raimondo <mario.diraimondo@gmail.com>
Fri, 23 Oct 2015 11:40:39 +0000 (13:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Oct 2015 12:52:19 +0000 (14:52 +0200)
src/dvr/dvr_db.c

index ff2dc074a9add1d5d21fadf007296db480adb254..f1ab696e03844ae19b37117d4c3a951441f12329 100644 (file)
@@ -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 ?: "");