35 lignes
1.1 KiB
C++
35 lignes
1.1 KiB
C++
/* digital_modulation_fr.hpp
|
|
* French localization file for Digital Modulation application
|
|
* Copyright Eric Bachard 2026/01/11 22h
|
|
* License GPL v2 */
|
|
|
|
#define APPLICATION_NAME "Modulations numériques"
|
|
|
|
#define APPLICATION_MENU_HEAD "Application"
|
|
|
|
#define APPLICATION_QUIT "Quitter"
|
|
|
|
#define APPLICATION_QUIT_SHORTCUT " Alt + F4"
|
|
|
|
#define MAIN_SDL3_WINDOW_NAME "Simulation de modulations numériques"
|
|
|
|
#define THEME_MENU_ENTRY "Theme"
|
|
|
|
#define TRADITIONAL_GREEN_THEME_MENU_ENTRY " Light green"
|
|
|
|
#define DARK_THEME_MENU_ENTRY " Dark"
|
|
|
|
#define CLASSIC_THEME_MENU_ENTRY " Classic"
|
|
|
|
#define LIGHT_BLUE_THEME_MENU_ENTRY " Light blue"
|
|
|
|
#define WINDOWS_THEME_MENU_ENTRY " Windows"
|
|
|
|
#define FRAME_SIZE "Longueur trame"
|
|
|
|
#define HEIGHT_BITS_FRAME_SIZE " 8 bits "
|
|
|
|
#define SIXTEEN_BITS_FRAME_SIZE " 16 bits "
|
|
|
|
#define TWENTY_FOUR_BITS_FRAME_SIZE " 24 bits "
|