comparison help/help_mp-sk.h @ 35593:7f77500c982b

Remove pointless #ifdef directives.
author ib
date Sat, 15 Dec 2012 20:15:35 +0000
parents b52b47822e16
children ab3dbe1559d0
comparison
equal deleted inserted replaced
35592:355bbee58b99 35593:7f77500c982b
622 622
623 #define MSGTR_InsertingAfVolume "[Mixer] Hardvérový mixér nie je k dispozicí, vkladám filter pre hlasitosť.\n" 623 #define MSGTR_InsertingAfVolume "[Mixer] Hardvérový mixér nie je k dispozicí, vkladám filter pre hlasitosť.\n"
624 #define MSGTR_NoVolume "[Mixer] Ovládanie hlasitosti nie je dostupné.\n" 624 #define MSGTR_NoVolume "[Mixer] Ovládanie hlasitosti nie je dostupné.\n"
625 625
626 // ====================== GUI messages/buttons ======================== 626 // ====================== GUI messages/buttons ========================
627
628 #ifdef CONFIG_GUI
629 627
630 // --- labels --- 628 // --- labels ---
631 #define MSGTR_About "O aplikácii" 629 #define MSGTR_About "O aplikácii"
632 #define MSGTR_FileSelect "Vybrať súbor..." 630 #define MSGTR_FileSelect "Vybrať súbor..."
633 #define MSGTR_SubtitleSelect "Vybrať titulky..." 631 #define MSGTR_SubtitleSelect "Vybrať titulky..."
864 862
865 // --- messagebox 863 // --- messagebox
866 #define MSGTR_MSGBOX_LABEL_FatalError "Fatálna chyba!" 864 #define MSGTR_MSGBOX_LABEL_FatalError "Fatálna chyba!"
867 #define MSGTR_MSGBOX_LABEL_Error "Chyba!" 865 #define MSGTR_MSGBOX_LABEL_Error "Chyba!"
868 #define MSGTR_MSGBOX_LABEL_Warning "Upozornenie!" 866 #define MSGTR_MSGBOX_LABEL_Warning "Upozornenie!"
869
870 #endif