Make a few more messages translatable by moving them into help_mp-en.h.

patch by Paul TT < paultt == at == hackerjournal == dot == it >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16794 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego
2005-10-18 11:11:25 +00:00
parent b5d81049e9
commit f7e307ee4d
8 changed files with 38 additions and 21 deletions

View File

@@ -21,6 +21,7 @@
#include "../osdep/keycodes.h"
#include "../osdep/timer.h"
#include "../mp_msg.h"
#include "../help_mp.h"
#include "../m_config.h"
#include "../m_option.h"
@@ -833,7 +834,7 @@ mp_input_get_cmd_from_keys(int n,int* keys, int paused) {
cmd = mp_input_find_bind_for_key(def_cmd_binds,n,keys);
if(cmd == NULL) {
mp_msg(MSGT_INPUT,MSGL_WARN,"No bind found for key %s",mp_input_get_key_name(keys[0]));
mp_msg(MSGT_INPUT,MSGL_WARN,MSGTR_NoBindFound,mp_input_get_key_name(keys[0]));
if(n > 1) {
int s;
for(s=1; s < n; s++)