/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- * ation, either version 3 of the License, or (at your option) any later version. * * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with RetroArch. * If not, see . */ #ifndef __INTL_ENGLISH_H #define __INTL_ENGLISH_H #define RETRO_LBL_JOYPAD_B "RetroPad B Button" #define RETRO_LBL_JOYPAD_Y "RetroPad Y Button" #define RETRO_LBL_JOYPAD_SELECT "RetroPad Select Button" #define RETRO_LBL_JOYPAD_START "RetroPad Start Button" #define RETRO_LBL_JOYPAD_UP "RetroPad D-Pad Up" #define RETRO_LBL_JOYPAD_DOWN "RetroPad D-Pad Down" #define RETRO_LBL_JOYPAD_LEFT "RetroPad D-Pad Left" #define RETRO_LBL_JOYPAD_RIGHT "RetroPad D-Pad Right" #define RETRO_LBL_JOYPAD_A "RetroPad A Button" #define RETRO_LBL_JOYPAD_X "RetroPad X Button" #define RETRO_LBL_JOYPAD_L "RetroPad L Button" #define RETRO_LBL_JOYPAD_R "RetroPad R Button" #define RETRO_LBL_JOYPAD_L2 "RetroPad L2 Button" #define RETRO_LBL_JOYPAD_R2 "RetroPad R2 Button" #define RETRO_LBL_JOYPAD_L3 "RetroPad L3 Button" #define RETRO_LBL_JOYPAD_R3 "RetroPad R3 Button" #define RETRO_LBL_TURBO_ENABLE "Turbo Enable" #define RETRO_LBL_ANALOG_LEFT_X "Left Analog X" #define RETRO_LBL_ANALOG_LEFT_Y "Left Analog Y" #define RETRO_LBL_ANALOG_RIGHT_X "Right Analog X" #define RETRO_LBL_ANALOG_RIGHT_Y "Right Analog Y" #define RETRO_LBL_ANALOG_LEFT_X_PLUS "Left Analog X +" #define RETRO_LBL_ANALOG_LEFT_X_MINUS "Left Analog X -" #define RETRO_LBL_ANALOG_LEFT_Y_PLUS "Left Analog Y +" #define RETRO_LBL_ANALOG_LEFT_Y_MINUS "Left Analog Y -" #define RETRO_LBL_ANALOG_RIGHT_X_PLUS "Right Analog X +" #define RETRO_LBL_ANALOG_RIGHT_X_MINUS "Right Analog X -" #define RETRO_LBL_ANALOG_RIGHT_Y_PLUS "Right Analog Y +" #define RETRO_LBL_ANALOG_RIGHT_Y_MINUS "Right Analog Y -" #define RETRO_LBL_FAST_FORWARD_KEY "Fast Forward" #define RETRO_LBL_FAST_FORWARD_HOLD_KEY "Fast Forward Hold" #define RETRO_LBL_LOAD_STATE_KEY "Load State" #define RETRO_LBL_SAVE_STATE_KEY "Save State" #define RETRO_LBL_FULLSCREEN_TOGGLE_KEY "Fullscreen Toggle" #define RETRO_LBL_QUIT_KEY "Quit Key" #define RETRO_LBL_STATE_SLOT_PLUS "State Slot Plus" #define RETRO_LBL_STATE_SLOT_MINUS "State Slot Minus" #define RETRO_LBL_REWIND "Rewind" #define RETRO_LBL_MOVIE_RECORD_TOGGLE "Movie Record Toggle" #define RETRO_LBL_PAUSE_TOGGLE "Pause Toggle" #define RETRO_LBL_FRAMEADVANCE "Frame Advance" #define RETRO_LBL_RESET "Reset" #define RETRO_LBL_SHADER_NEXT "Next Shader" #define RETRO_LBL_SHADER_PREV "Previous Shader" #define RETRO_LBL_CHEAT_INDEX_PLUS "Cheat Index Plus" #define RETRO_LBL_CHEAT_INDEX_MINUS "Cheat Index Minus" #define RETRO_LBL_CHEAT_TOGGLE "Cheat Toggle" #define RETRO_LBL_SCREENSHOT "Screenshot" #define RETRO_LBL_MUTE "Mute Audio" #define RETRO_LBL_OSK "Enable On-Screen Keyboard" #define RETRO_LBL_NETPLAY_FLIP "Netplay Flip Users" #define RETRO_LBL_SLOWMOTION "Slowmotion" #define RETRO_LBL_ENABLE_HOTKEY "Enable Hotkey" #define RETRO_LBL_VOLUME_UP "Volume Up" #define RETRO_LBL_VOLUME_DOWN "Volume Down" #define RETRO_LBL_OVERLAY_NEXT "Next Overlay" #define RETRO_LBL_DISK_EJECT_TOGGLE "Disk Eject Toggle" #define RETRO_LBL_DISK_NEXT "Disk Swap Next" #define RETRO_LBL_DISK_PREV "Disk Swap Previous" #define RETRO_LBL_GRAB_MOUSE_TOGGLE "Grab mouse toggle" #define RETRO_LBL_MENU_TOGGLE "Menu toggle" #endif