1
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 00:06:25 +01:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6653 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-07-06 08:00:14 +00:00
parent 4e0bd7f66a
commit cb20b5c00a

View File

@ -239,6 +239,7 @@ static char help_text[]=
#define MSGTR_PlayList "Playlista" #define MSGTR_PlayList "Playlista"
#define MSGTR_Equalizer "Equalizer" #define MSGTR_Equalizer "Equalizer"
#define MSGTR_SkinBrowser "Przegl±darka Skórek" #define MSGTR_SkinBrowser "Przegl±darka Skórek"
#define MSGTR_Network "Strumieñ sieciowy ..."
// --- buttons --- // --- buttons ---
#define MSGTR_Ok "Tak" #define MSGTR_Ok "Tak"
@ -310,6 +311,21 @@ static char help_text[]=
#define MSGTR_MENU_Preferences "Preferencje" #define MSGTR_MENU_Preferences "Preferencje"
#define MSGTR_MENU_Exit "Wyj¶cie ..." #define MSGTR_MENU_Exit "Wyj¶cie ..."
// --- equalizer
#define MSGTR_EQU_Audio "Audio"
#define MSGTR_EQU_Video "Video"
#define MSGTR_EQU_Contrast "Kontrast: "
#define MSGTR_EQU_Brightness "Jasno¶æ: "
#define MSGTR_EQU_Hue "Hue: "
#define MSGTR_EQU_Saturation "Saturation: "
#define MSGTR_EQU_Front_Left "Lewy Przedni"
#define MSGTR_EQU_Front_Right "Prawy Przedni"
#define MSGTR_EQU_Back_Left "Lewy Tylni"
#define MSGTR_EQU_Back_Right "Prawy Tylni"
#define MSGTR_EQU_Center "Centralny"
#define MSGTR_EQU_Bass "Basowy"
#define MSGTR_EQU_All "Wszystkie"
// --- messagebox // --- messagebox
#define MSGTR_MSGBOX_LABEL_FatalError "b³±d krytyczny ..." #define MSGTR_MSGBOX_LABEL_FatalError "b³±d krytyczny ..."
#define MSGTR_MSGBOX_LABEL_Error "b³±d ..." #define MSGTR_MSGBOX_LABEL_Error "b³±d ..."