Fetch translations from Crowdin
This commit is contained in:
parent
8a6f7e6fff
commit
8a1e80a28d
|
@ -29,6 +29,10 @@ MSG_HASH(
|
|||
MENU_ENUM_SUBLABEL_NETPLAY,
|
||||
"Join or host a net-play session."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_HELP_QUIT_RETROARCH,
|
||||
"Quit RetroArch. Killing the program in any hard way (SIGKILL, etc.) will terminate RetroArch without saving the configuration, etc. On Unix-likes, SIGINT/SIGTERM allows a clean deinitialisation."
|
||||
)
|
||||
|
||||
/* Main Menu > Load Core */
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
|
||||
|
||||
/* English, United Kingdom */
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 88
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 89
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
|
||||
|
||||
/* Esperanto */
|
||||
|
|
Loading…
Reference in New Issue