(menu/intl/menu_hash_de) Translate values from commit 69f8b00 to german

This commit is contained in:
Jan Holthuis 2015-06-24 20:16:12 +02:00
parent 69f8b0077b
commit 9a272e46a8

View File

@ -737,6 +737,10 @@ const char *menu_hash_to_str_de(uint32_t hash)
return "Video4Linux2-Unterstützung";
case MENU_LABEL_VALUE_SYSTEM_INFO_LIBUSB_SUPPORT:
return "Libusb-Unterstützung";
case MENU_LABEL_VALUE_YES:
return "Ja";
case MENU_LABEL_VALUE_NO:
return "Nein";
default:
break;
}