[MPlayer-translations] r24057 - in trunk: Changelog configure etc/input.conf help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-pl.h help/help_mp-ru.h help/help_mp-tr.h help/help_mp-zh_CN.h help/help_mp-zh_TW.h input/Makefile input/ar.c input/ar.h input/input.c

diego subversion at mplayerhq.hu
Tue Aug 14 16:29:23 CEST 2007


Author: diego
Date: Tue Aug 14 16:29:22 2007
New Revision: 24057

Log:
Apple Remote support
patch by Zoltan Ponekker, pontscho kac.poliod hu
cleaned up by Ulion, ulion2002 gmail com with some help by Reimar and me


Modified:
   trunk/help/help_mp-cs.h
   trunk/help/help_mp-de.h
   trunk/help/help_mp-es.h
   trunk/help/help_mp-fr.h
   trunk/help/help_mp-hu.h
   trunk/help/help_mp-it.h
   trunk/help/help_mp-pl.h
   trunk/help/help_mp-ru.h
   trunk/help/help_mp-tr.h
   trunk/help/help_mp-zh_CN.h
   trunk/help/help_mp-zh_TW.h

Changes in other areas also in this revision:
Added:
   trunk/input/ar.c
   trunk/input/ar.h
Modified:
   trunk/Changelog
   trunk/configure
   trunk/etc/input.conf
   trunk/help/help_mp-en.h
   trunk/input/Makefile
   trunk/input/input.c

Modified: trunk/help/help_mp-cs.h
==============================================================================
--- trunk/help/help_mp-cs.h	(original)
+++ trunk/help/help_mp-cs.h	Tue Aug 14 16:29:22 2007
@@ -1294,6 +1294,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Nelze inicializovat vstupní joystick\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Nelze stat %s: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Nelze otevřít %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Nelze inicializovat vstupní Apple Remote.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	(original)
+++ trunk/help/help_mp-de.h	Tue Aug 14 16:29:22 2007
@@ -1348,6 +1348,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Konnte Joystick nicht initialisieren.\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Stat auf Datei '%s' fehlgeschlagen: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Konnte Datei '%s' nicht öffnen: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Konnte Apple Remote Fernbedienung nicht initialisieren.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-es.h
==============================================================================
--- trunk/help/help_mp-es.h	(original)
+++ trunk/help/help_mp-es.h	Tue Aug 14 16:29:22 2007
@@ -1289,6 +1289,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "No se puede inicializar la entrada del joystick\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "No se puede obtener el estado %s: %s"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "No se puede abrir %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "No se puede inicializar la entrada del Apple Remote.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-fr.h
==============================================================================
--- trunk/help/help_mp-fr.h	(original)
+++ trunk/help/help_mp-fr.h	Tue Aug 14 16:29:22 2007
@@ -1286,6 +1286,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Impossible d'initier manette entrée\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Impossible lire %s : %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Impossible ouvrir %s : %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Impossible d'initier télécommande Apple Remote.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-hu.h
==============================================================================
--- trunk/help/help_mp-hu.h	(original)
+++ trunk/help/help_mp-hu.h	Tue Aug 14 16:29:22 2007
@@ -1313,6 +1313,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "A bemeneti borkormány inicializálása nem sikerült\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Nem stat-olható %s: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Nem nyitható meg %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Apple Remote inicializálása nem sikerült.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-it.h
==============================================================================
--- trunk/help/help_mp-it.h	(original)
+++ trunk/help/help_mp-it.h	Tue Aug 14 16:29:22 2007
@@ -1315,6 +1315,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Impossibile inizializzare i controlli del joystick\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Impossibile fare stat di %s: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Impossibile aprire %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Impossibile inizializzare i Apple Remote.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-pl.h
==============================================================================
--- trunk/help/help_mp-pl.h	(original)
+++ trunk/help/help_mp-pl.h	Tue Aug 14 16:29:22 2007
@@ -1218,6 +1218,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Nie mogę zainicjować dżojstika\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Nie moge podać statystyk %s: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Nie moge otworzyć %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Nie mogę zainicjować Apple Remote.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-ru.h
==============================================================================
--- trunk/help/help_mp-ru.h	(original)
+++ trunk/help/help_mp-ru.h	Tue Aug 14 16:29:22 2007
@@ -1425,6 +1425,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Не могу инициализировать джойстик ввода\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Не могу выполнить stat %s: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Не могу выполнить open %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Не могу инициализировать Пульт ДУ Apple Remote.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-tr.h
==============================================================================
--- trunk/help/help_mp-tr.h	(original)
+++ trunk/help/help_mp-tr.h	Tue Aug 14 16:29:22 2007
@@ -1209,6 +1209,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Kumanda kolu girdisi açılamıyor\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile " %s sabitlenemiyor: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "%s açılamıyor: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Apple Remote açılamıyor.\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-zh_CN.h
==============================================================================
--- trunk/help/help_mp-zh_CN.h	(original)
+++ trunk/help/help_mp-zh_CN.h	Tue Aug 14 16:29:22 2007
@@ -1308,6 +1308,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "不能初始华输入法操纵杆\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "不能统计(stat) %s: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "打不开 %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "不能初始化 Apple Remote 遥控器。\n"
 
 // ========================== LIBMPDEMUX ===================================
 

Modified: trunk/help/help_mp-zh_TW.h
==============================================================================
--- trunk/help/help_mp-zh_TW.h	(original)
+++ trunk/help/help_mp-zh_TW.h	Tue Aug 14 16:29:22 2007
@@ -1294,6 +1294,7 @@ static char help_text[]=
 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "不能初始華輸入法操縱杆\n"
 #define MSGTR_INPUT_INPUT_ErrCantStatFile "不能統計(stat) %s: %s\n"
 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "打不開 %s: %s\n"
+#define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "不能初始化 Apple Remote 遙控器。\n"
 
 // ========================== LIBMPDEMUX ===================================
 



More information about the MPlayer-translations mailing list