Mark strings for translation and add remaining ones to exclude list.

This commit is contained in:
Vladimir Serbinenko 2013-12-18 06:50:24 +01:00
parent ee4450eb6f
commit 636977b089
15 changed files with 257 additions and 34 deletions

View file

@ -326,7 +326,7 @@ fetch_key (int *is_break)
ret = mapping[keycode];
if (ret == 0)
{
grub_printf ("unknown keycode = %lx\n", (unsigned long) keycode);
grub_dprintf ("xenkbd", "unknown keycode = %lx\n", (unsigned long) keycode);
continue;
}
vkbd.kbdpage->in_cons++;