comparison help_mp-pl.h @ 6652:f5942acbb873

sync
author nexus
date Sat, 06 Jul 2002 08:00:14 +0000
parents e8959a17ce38
children 8047e1bdb4b0
comparison
equal deleted inserted replaced
6651:8f49c75a2824 6652:f5942acbb873
237 #define MSGTR_AudioFileSelect "Wybór zewnętrznego kanału ..." 237 #define MSGTR_AudioFileSelect "Wybór zewnętrznego kanału ..."
238 #define MSGTR_MessageBox "Komunikat" 238 #define MSGTR_MessageBox "Komunikat"
239 #define MSGTR_PlayList "Playlista" 239 #define MSGTR_PlayList "Playlista"
240 #define MSGTR_Equalizer "Equalizer" 240 #define MSGTR_Equalizer "Equalizer"
241 #define MSGTR_SkinBrowser "Przeglądarka Skórek" 241 #define MSGTR_SkinBrowser "Przeglądarka Skórek"
242 #define MSGTR_Network "Strumień sieciowy ..."
242 243
243 // --- buttons --- 244 // --- buttons ---
244 #define MSGTR_Ok "Tak" 245 #define MSGTR_Ok "Tak"
245 #define MSGTR_Cancel "Anuluj" 246 #define MSGTR_Cancel "Anuluj"
246 #define MSGTR_Add "Dodaj" 247 #define MSGTR_Add "Dodaj"
308 #define MSGTR_MENU_PlayList "Playlista" 309 #define MSGTR_MENU_PlayList "Playlista"
309 #define MSGTR_MENU_SkinBrowser "Przeglądarka skórek" 310 #define MSGTR_MENU_SkinBrowser "Przeglądarka skórek"
310 #define MSGTR_MENU_Preferences "Preferencje" 311 #define MSGTR_MENU_Preferences "Preferencje"
311 #define MSGTR_MENU_Exit "Wyjście ..." 312 #define MSGTR_MENU_Exit "Wyjście ..."
312 313
314 // --- equalizer
315 #define MSGTR_EQU_Audio "Audio"
316 #define MSGTR_EQU_Video "Video"
317 #define MSGTR_EQU_Contrast "Kontrast: "
318 #define MSGTR_EQU_Brightness "Jasność: "
319 #define MSGTR_EQU_Hue "Hue: "
320 #define MSGTR_EQU_Saturation "Saturation: "
321 #define MSGTR_EQU_Front_Left "Lewy Przedni"
322 #define MSGTR_EQU_Front_Right "Prawy Przedni"
323 #define MSGTR_EQU_Back_Left "Lewy Tylni"
324 #define MSGTR_EQU_Back_Right "Prawy Tylni"
325 #define MSGTR_EQU_Center "Centralny"
326 #define MSGTR_EQU_Bass "Basowy"
327 #define MSGTR_EQU_All "Wszystkie"
328
313 // --- messagebox 329 // --- messagebox
314 #define MSGTR_MSGBOX_LABEL_FatalError "błąd krytyczny ..." 330 #define MSGTR_MSGBOX_LABEL_FatalError "błąd krytyczny ..."
315 #define MSGTR_MSGBOX_LABEL_Error "błąd ..." 331 #define MSGTR_MSGBOX_LABEL_Error "błąd ..."
316 #define MSGTR_MSGBOX_LABEL_Warning "ostrzeżenie ..." 332 #define MSGTR_MSGBOX_LABEL_Warning "ostrzeżenie ..."
317 333