[MPlayer-translations] r33331 - in trunk: gui/interface.c help/help_mp-bg.h 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 ...

ib subversion at mplayerhq.hu
Mon Apr 25 16:25:16 CEST 2011


Author: ib
Date: Mon Apr 25 16:25:15 2011
New Revision: 33331

Log:
Do not remove video filters.

If a video filter option isn't set, it does not mean to remove the
filter, but such option (if set) should only cause adding the filter
(if not already present). That way filters can be specified in MPlayer's
config or on the command line, too.

This closes Bugzilla #1442.

Modified:
   trunk/help/help_mp-bg.h
   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-uk.h
   trunk/help/help_mp-zh_CN.h
   trunk/help/help_mp-zh_TW.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/interface.c
   trunk/help/help_mp-en.h

Modified: trunk/help/help_mp-bg.h
==============================================================================
--- trunk/help/help_mp-bg.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-bg.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -805,7 +805,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Изтриване на субтитрите.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Зареждане на субтитрите: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Добавяне на видео филтър: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Премахване на видео филтър: %s\n"
 
 // mw.c
 

Modified: trunk/help/help_mp-cs.h
==============================================================================
--- trunk/help/help_mp-cs.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-cs.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -779,7 +779,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Mažu titulky.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Načítám titulky: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Přidávám video filtr: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Odstraňuji video filtr: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "Toto nevypadá jako soubor: %s !\n"

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-de.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -997,7 +997,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Lösche Untertitel.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Lade Untertitel: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Füge Videofilter %s hinzu.\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Entferne Videofilter: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "Dies scheint keine Datei zu sein: %s !\n"

Modified: trunk/help/help_mp-es.h
==============================================================================
--- trunk/help/help_mp-es.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-es.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -795,7 +795,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Borrando subtítulos.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Carganado subtítulos: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Agregando filtro de video: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Eliminando filtro de video: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "Esto no parece ser un archivo: %s !\n"

Modified: trunk/help/help_mp-fr.h
==============================================================================
--- trunk/help/help_mp-fr.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-fr.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -960,7 +960,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Suppression des sous-titres.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Chargement des soustitres : %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Ajout de filtre vidéo : %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Enlèvement de filtre video : %s\n"
 
 // mw.c
 

Modified: trunk/help/help_mp-hu.h
==============================================================================
--- trunk/help/help_mp-hu.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-hu.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -792,7 +792,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Feliratok törlése.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Feliratok betöltése: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Videó szűrő hozzáadása: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Videó szűrő eltávolítása: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "Úgy tűnik, hogy ez nem fájl: %s !\n"

Modified: trunk/help/help_mp-it.h
==============================================================================
--- trunk/help/help_mp-it.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-it.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -786,7 +786,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Elimino sottotitoli.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Carico sottotitoli: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Aggiungo filtro video: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Rimuovo filtro video: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "Questo non pare essere un file: %s !\n"

Modified: trunk/help/help_mp-pl.h
==============================================================================
--- trunk/help/help_mp-pl.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-pl.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -931,7 +931,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Usuwam napisy.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Wczytuję napisy: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Dodaję filtr video: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Usuwam filtr video: %s\n"
 
 // mw.c
 

Modified: trunk/help/help_mp-ru.h
==============================================================================
--- trunk/help/help_mp-ru.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-ru.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -781,7 +781,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Удаляю субтитры.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Загружаю субтитры: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Добавляю видеофильтр: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Удаляю видеофильтр: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "Это не похоже на файл: '%s' !\n"

Modified: trunk/help/help_mp-tr.h
==============================================================================
--- trunk/help/help_mp-tr.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-tr.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -974,7 +974,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Altyazılar siliniyor.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Altyazılar yükleniyor: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Video filtresi ekleniyor: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Video filtresi kaldırılıyor: %s\n"
 
 // mw.c
 

Modified: trunk/help/help_mp-uk.h
==============================================================================
--- trunk/help/help_mp-uk.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-uk.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -774,7 +774,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Видаляю субтитри.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Вантажу субтитри: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Додаю відео фільтр: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Видаляю відео фільтр: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "Здається, це не файл: %s !\n"

Modified: trunk/help/help_mp-zh_CN.h
==============================================================================
--- trunk/help/help_mp-zh_CN.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-zh_CN.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -782,7 +782,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] 删除字幕。\n"
 #define MSGTR_LoadingSubtitles "[GUI] 加载字幕:%s\n"
 #define MSGTR_AddingVideoFilter "[GUI] 添加视频滤镜:%s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] 删除视频滤锐:%s\n"
 
 // mw.c
 #define MSGTR_NotAFile "这好像不是文件:%s!\n"

Modified: trunk/help/help_mp-zh_TW.h
==============================================================================
--- trunk/help/help_mp-zh_TW.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-zh_TW.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -946,7 +946,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] 删除字幕。\n"
 #define MSGTR_LoadingSubtitles "[GUI] 導入字幕: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] 添加視頻過濾器: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] 删除視頻過濾器: %s\n"
 
 // mw.c
 


More information about the MPlayer-translations mailing list