RetroArch/intl/msg_hash_cy.h

1744 lines
33 KiB
C
Raw Normal View History

#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
#if (_MSC_VER >= 1700)
/* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8")
#endif
#pragma warning(disable:4566)
#endif
/* Top-Level Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MAIN_MENU,
2022-11-10 00:14:31 +00:00
"Prif Ddewislen"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB,
2022-11-10 00:14:31 +00:00
"Gosodiadau"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FAVORITES_TAB,
2022-11-10 00:14:31 +00:00
"Ffeffryn"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HISTORY_TAB,
2022-11-10 00:14:31 +00:00
"Hanes"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_IMAGES_TAB,
2022-11-10 00:14:31 +00:00
"Delweddau"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MUSIC_TAB,
2022-11-10 00:14:31 +00:00
"Cerddoriaeth"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_TAB,
2022-11-10 00:14:31 +00:00
"Fideo"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_TAB,
2022-11-10 00:14:31 +00:00
"Archwilio"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TAB,
2022-11-10 00:14:31 +00:00
"Mewnforio Cynnwys"
)
/* Main Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Dewislen Gyflym"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Cyrchiad gyflym i'r holl gosodiadau mewn-gêm berthnasol."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Llwytho Craidd"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Dewiswch pa graidd i'w ddefnyddio."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Llwytho Cynnwys"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Dewiswch pa gynnwys i ddechrau."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_DISC,
2022-11-10 00:14:31 +00:00
"Llwythor disg"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_DISC,
2022-11-10 00:14:31 +00:00
"Yn lwytho disg corfforol cyfryngau. Yn gyntaf, dewiswch y core (Llwythor Core) i ddefnydduo gydar disg."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DUMP_DISC,
2022-11-10 00:14:31 +00:00
"Dympior Disg"
)
2021-03-11 22:15:42 +08:00
MSG_HASH( /* FIXME Is a specific image format used? Is it determined automatically? User choice? */
MENU_ENUM_SUBLABEL_DUMP_DISC,
2022-11-10 00:14:31 +00:00
"Dympior disg corfforol cyfryngau ir storfa fewnol. Bydd yn cadw fel ffeil delwedd."
)
2021-11-21 00:07:13 +00:00
#ifdef HAVE_LAKKA
#endif
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLISTS_TAB,
2022-11-10 00:14:31 +00:00
"Rhestri Chwarae"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLISTS_TAB,
2022-11-10 00:14:31 +00:00
"Bydd cnnywys wedi sganio yn cyfwerth/hafal ir cronfa ddata yn ddigwydd yma."
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Mewnforio Cynnwys"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Creu a diweddaru rhestri chwarae trwy sganio cynnwys."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_WIMP,
2022-11-10 00:14:31 +00:00
"Dangos Dewislen Bwrdd Gwaith"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHOW_WIMP,
2022-11-10 00:14:31 +00:00
"Agor y dewislen bwrdd gwaith traddodiadol."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_DISABLE_KIOSK_MODE,
2022-11-10 00:14:31 +00:00
"Analluogi mod Kiosk (Ailgychwyn yn angenrheidiol)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_DISABLE_KIOSK_MODE,
2022-11-10 00:14:31 +00:00
"Dangoswch yr holl gosodiadau sy'n gysylltiedig â chyfluniad."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER,
2022-11-10 00:14:31 +00:00
"Ddiweddarydd"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
2022-11-10 00:14:31 +00:00
"Dadlwythwch ychwanegion, cydrannau, a chynnwys ar gyfer RetroArch."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY,
2022-11-10 00:14:31 +00:00
"Rhwychwarae"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY,
2022-11-10 00:14:31 +00:00
"Ymunwch neu gynnal sesiwn netplay."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Gosodiadau"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS,
2022-11-10 00:14:31 +00:00
"Ffurfweddwch y rhaglen."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INFORMATION_LIST,
2022-11-10 00:14:31 +00:00
"Gwybodaeth"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
2022-11-10 00:14:31 +00:00
"Dangos gwybodaeth system."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST,
2022-11-10 00:14:31 +00:00
"Ffeil Ffurfweddiad"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
2022-11-10 00:14:31 +00:00
"Rheoli a greu ffeilau ffurfweddiad."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_LIST,
2022-11-10 00:14:31 +00:00
"Cymorth"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_HELP_LIST,
2022-11-10 00:14:31 +00:00
"Dysgu mwy am sut mae'r rhaglen yn gweithio."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH,
2022-11-10 00:14:31 +00:00
"Ailgychwyn RetroArch"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RESTART_RETROARCH,
2022-11-10 00:14:31 +00:00
"Ailgychwyn y rhaglen."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
2022-11-10 00:14:31 +00:00
"Gadael RetroArch"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
2022-11-10 00:14:31 +00:00
"Gadaelr rhaglen."
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Load Core */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE,
2022-11-10 00:14:31 +00:00
"Llwytho Core i Lawr"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DOWNLOAD_CORE,
2022-11-10 00:14:31 +00:00
"Dadlwythwch a gosod craidd o'r diweddarwr ar-lein."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Gosod neu Adfer Craidd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SIDELOAD_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Gosod neu adfer craidd o'r cyfeiriadur 'Downloads'."
2021-03-11 22:15:42 +08:00
)
MSG_HASH( /* FIXME Maybe add a description? */
MENU_ENUM_LABEL_VALUE_START_VIDEO_PROCESSOR,
2022-11-10 00:14:31 +00:00
"Cychwyn Prosesydd Fideo"
2021-03-11 22:15:42 +08:00
)
MSG_HASH( /* FIXME Maybe add a description? */
MENU_ENUM_LABEL_VALUE_START_NET_RETROPAD,
2022-11-10 00:14:31 +00:00
"Dechrau RetroPad Pell"
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Load Content */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FAVORITES,
2022-11-10 00:14:31 +00:00
"Cyfeiriadur Cychwynnol"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOADED_FILE_DETECT_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Lawrlwythiadau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE,
2022-11-10 00:14:31 +00:00
"Archwilio Archif"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_ARCHIVE,
2022-11-10 00:14:31 +00:00
"Llwytho Archif"
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Load Content > Playlists */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_FAVORITES,
2022-11-10 00:14:31 +00:00
"Ffefrynnau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_FAVORITES,
2022-11-10 00:14:31 +00:00
"Bydd cynnwys a ychwanegir at 'Favourites' yn ymddangos yma."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_MUSIC,
2022-11-10 00:14:31 +00:00
"Cerddoriaeth"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_MUSIC,
2022-11-10 00:14:31 +00:00
"Bydd cerddoriaeth a chwaraewyd o'r blaen yn ymddangos yma."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_IMAGES,
2022-11-10 00:14:31 +00:00
"Delweddau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_IMAGES,
2022-11-10 00:14:31 +00:00
"Bydd delweddau wedii gweld/golwg yn digwydd yma."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_VIDEO,
2022-11-10 00:14:31 +00:00
"Fideos"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_VIDEO,
2022-11-10 00:14:31 +00:00
"Bydd fideos a chwaraewyd o'r blaen yn ymddangos yma."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_EXPLORE,
2022-11-10 00:14:31 +00:00
"Archwilio"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_EXPLORE,
2022-11-10 00:14:31 +00:00
"Porwch yr holl gynnwys sy'n cyfateb i'r gronfa ddata trwy ryngwyneb chwilio wedi'i gategoreiddio."
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Online Updater */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Lawrlwythwr Creiddiau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_INSTALLED_CORES,
2022-11-10 00:14:31 +00:00
"Diweddaru Creiddiau Sydd Wedi ei Sefydlu"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_UPDATE_INSTALLED_CORES,
2022-11-10 00:14:31 +00:00
"Diweddaru pob craidd sydd wedi ei sefydlu i'r fersiwn ddiweddaraf sydd ar gael."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SWITCH_INSTALLED_CORES_PFD,
2022-11-10 00:14:31 +00:00
"Amnewid Craidd i'r fersiwn Play Store"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SWITCH_INSTALLED_CORES_PFD,
2022-11-10 00:14:31 +00:00
"Amnewid yr holl greiddiau legacy a'r greiddiau gosodwyd â llaw gyda'r fersiynau diweddaraf o'r Play Store, lle bosib."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Diweddarwr Mân-luniau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Lawrlwythwch pecyn mân-luniau cyflawn ar gyfer system dethol."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PL_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Diweddarwr Mân-luniau y Rhestr Chwarae"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PL_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Lawrlwythwch mân-luniau am cofnodion yn y rhestr chwarae dethol."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT,
2022-11-10 00:14:31 +00:00
"Lawrlwythwr Cynnwys"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CORE_INFO_FILES,
2022-11-10 00:14:31 +00:00
"Diweddaru Ffeiliau Gwybodaeth Creiddiau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS,
2022-11-10 00:14:31 +00:00
"Diweddaru Asedau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES,
2022-11-10 00:14:31 +00:00
"Diweddaru Proffiliau Rheolwyr"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CHEATS,
2022-11-10 00:14:31 +00:00
"Diweddaru Twyllwyr"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_DATABASES,
2022-11-10 00:14:31 +00:00
"Diweddaru Cronfa Ddata"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_OVERLAYS,
2022-11-10 00:14:31 +00:00
"Diweddaru Troshaenau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_GLSL_SHADERS,
2022-11-10 00:14:31 +00:00
"Diweddaru GLSL Shaders"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CG_SHADERS,
2022-11-10 00:14:31 +00:00
"Diweddaru Cg Shaders"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_SLANG_SHADERS,
2022-11-10 00:14:31 +00:00
"Diweddaru Slang Shaders"
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gwybodaeth Craidd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gweld gwybodaeth sy'n ymwneud â'r cais / craidd."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISC_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gwybodaeth y Disc"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISC_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gweld gwybodaeth am y disgiau media fewnosod."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gwybodaeth Rhwydwaith"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETWORK_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gweld rhyngwyneb (au) rhwydwaith a chyfeiriadau IP cysylltiedig."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gwybodaeth System"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SYSTEM_INFORMATION,
2022-11-10 00:14:31 +00:00
"Gweld gwybodaeth yn benodol i'r ddyfais."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_MANAGER,
2022-11-10 00:14:31 +00:00
"Rheolwr Cronfa Ddata"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DATABASE_MANAGER,
2022-11-10 00:14:31 +00:00
"Edrych dros y Cronfeydd Ddata."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CURSOR_MANAGER,
2022-11-10 00:14:31 +00:00
"Rheolwr Cyrchwr"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CURSOR_MANAGER,
2022-11-10 00:14:31 +00:00
"Gweld chwiliadau blaenorol."
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Information > Core Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME,
2022-11-10 00:14:31 +00:00
"Enw Craidd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_LABEL,
2022-11-10 00:14:31 +00:00
"Label Craidd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_NAME,
2022-11-10 00:14:31 +00:00
"Enw System"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_MANUFACTURER,
2022-11-10 00:14:31 +00:00
"Cynhyrchydd System"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CATEGORIES,
2022-11-10 00:14:31 +00:00
"Categorïau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_AUTHORS,
2022-11-10 00:14:31 +00:00
"Awdur"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_PERMISSIONS,
2022-11-10 00:14:31 +00:00
"Hawliau"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES,
2022-11-10 00:14:31 +00:00
"Trwydded"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SUPPORTED_EXTENSIONS,
2022-11-10 00:14:31 +00:00
"Estyniadau â Chefnogir"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_REQUIRED_HW_API,
2022-11-10 00:14:31 +00:00
"API Graffeg Angenrheidiol"
2021-03-11 22:15:42 +08:00
)
2022-02-03 00:10:22 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SAVESTATE_DISABLED,
2022-11-10 00:14:31 +00:00
"Dim"
2022-02-03 00:10:22 +00:00
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE,
2022-11-10 00:14:31 +00:00
"Cadarnwedd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_LOCK,
2022-11-10 00:14:31 +00:00
"Cloi Craidd wedi'i osod"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_LOCK,
2022-11-10 00:14:31 +00:00
"Atal addasu'r craidd sydd wedi'i osod ar hyn o bryd. Gellir ei ddefnyddio i osgoi diweddariadau diangen pan fydd angen fersiwn graidd benodol ar y cynnwys (e.e. setiau Arcade ROM)."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_DELETE,
2022-11-10 00:14:31 +00:00
"Dileu Craidd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_DELETE,
2022-11-10 00:14:31 +00:00
"Dadosod y craidd o'r disg."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_CREATE_BACKUP,
2022-11-10 00:14:31 +00:00
"Craidd Wrth-gefn"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_CREATE_BACKUP,
2022-11-10 00:14:31 +00:00
"Creu copi wrth gefn wedi'i archifo o'r craidd sydd wedi'i osod ar hyn o bryd."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_RESTORE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Adfer yr wrthgefn"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_RESTORE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Gosod fersiwn flaenorol o'r craidd o restr o gopïau wrth gefn wedi'u harchifo."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_DELETE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Dileu yr Wrth-gefn"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_DELETE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Tynnwch ffeil o'r rhestr o gopïau wrth gefn sydd wedi'u harchifo."
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Information > System Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_BUILD_DATE,
2022-11-10 00:14:31 +00:00
"Dyddiad Creu"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION,
2022-11-10 00:14:31 +00:00
"Fersiwn Git"
2021-03-11 22:15:42 +08:00
)
MSG_HASH( /* FIXME Should be MENU_LABEL_VALUE */
MSG_COMPILER,
2022-11-10 00:14:31 +00:00
"Crynhoydd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_MODEL,
2022-11-10 00:14:31 +00:00
"Model CPU"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES,
2022-11-10 00:14:31 +00:00
"Nodweddion CPU"
2022-11-09 00:14:13 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CPU_ARCHITECTURE,
2022-11-10 00:14:31 +00:00
"Pensaernïaeth CPU"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_IDENTIFIER,
2022-11-10 00:14:31 +00:00
"Dynodwr Frontend"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_OS,
2022-11-10 00:14:31 +00:00
"OS Frontend"
2021-03-11 22:15:42 +08:00
)
MSG_HASH( /* FIXME Maybe add a description? */
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RETRORATING_LEVEL,
2022-11-10 00:14:31 +00:00
"Lefel RetroRating"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE,
2022-11-10 00:14:31 +00:00
"Cyflenwad Pwer"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VIDEO_CONTEXT_DRIVER,
2022-11-10 00:14:31 +00:00
"Gyrrwr Cyd-destun Fideo"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_WIDTH,
2022-11-10 00:14:31 +00:00
"Lled Dangosydd (mm)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_HEIGHT,
2022-11-10 00:14:31 +00:00
"Taldra Dangosydd (mm)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_DPI,
2022-11-10 00:14:31 +00:00
"DPI Dangosydd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBRETRODB_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth LibretroDB"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OVERLAY_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth troshaenu"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COMMAND_IFACE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Rhyngwyneb Gorchymyn"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_COMMAND_IFACE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Rhyngwyneb Gorchymyn Rhwydwaith"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_REMOTE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cefnogaeth Rheolwr Rhwydwaith"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COCOA_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Cocoa"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RPNG_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth PNG (RPNG)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RJPEG_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth JPEG (RJPEG)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RBMP_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth BMP (RBMP)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RTGA_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth TGA (RTGA)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth SDL 1.2"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL2_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth SDL 2"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VULKAN_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Vulkan"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_METAL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Metal"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth OpenGL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth OpenGL ES"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Threading"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth KMS/EGL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_UDEV_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth udev"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENVG_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth OpenVG"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_EGL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth EGL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_X11_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth X11"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WAYLAND_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Wayland"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XVIDEO_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth XFideo"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ALSA_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth ALSA"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OSS_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth OSS"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENAL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth OpenAL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENSL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth OpenSL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RSOUND_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Rsound"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ROARAUDIO_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth RoarAudio"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_JACK_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth JACK"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PULSEAUDIO_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth PulseAudio"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COREAUDIO_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth CoreAudio"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COREAUDIO3_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth CoreAudio V3"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DSOUND_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth DirectSound"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WASAPI_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth WASAPI"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XAUDIO2_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth XAudio2"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZLIB_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth zlib"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_7ZIP_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth 7zip"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cefnogaeth Llyfrgell Dynamig"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYNAMIC_SUPPORT,
2022-11-10 00:14:31 +00:00
"Runtime Dynamig Llwytho Llyfrgell libretro"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CG_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Cg"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GLSL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth GLSL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_HLSL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth HLSL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_IMAGE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Delwedd SDL"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FFMPEG_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth FFmpeg"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_MPV_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth mpv"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CORETEXT_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth CoreText"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FREETYPE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth FreeType"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_STB_TRUETYPE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth STB TrueType"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETPLAY_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Netplay (Cymar wrth gymar)"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_V4L2_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth Video4Linux2"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBUSB_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cymorth libusb"
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Information > Database Manager */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_SELECTION,
2022-11-10 00:14:31 +00:00
"Dewis Cronfa Ddata"
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Information > Database Manager > Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_NAME,
2022-11-10 00:14:31 +00:00
"Enw"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DESCRIPTION,
2022-11-10 00:14:31 +00:00
"Disgrifiad"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ACHIEVEMENTS,
2022-11-10 00:14:31 +00:00
"Llwyddiannau"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PUBLISHER,
2022-11-10 00:14:31 +00:00
"Cyhoeddwr"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DEVELOPER,
2022-11-10 00:14:31 +00:00
"Datblygwr"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ORIGIN,
2022-11-10 00:14:31 +00:00
"Tardd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_FRANCHISE,
2022-11-10 00:14:31 +00:00
"Masnachfraint"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_TGDB_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad TGDB"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_FAMITSU_MAGAZINE_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad Cylchgrawn Famitsu"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_EDGE_MAGAZINE_REVIEW,
2022-11-10 00:14:31 +00:00
"Asesiad Cylchgrawn Edge"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_EDGE_MAGAZINE_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad Cylchgrawn Edge"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_EDGE_MAGAZINE_ISSUE,
2022-11-10 00:14:31 +00:00
"Rhifyn Cylchgrawn Edge"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_BBFC_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad BBFC"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ESRB_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad ESRB"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ELSPA_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad ELSPA"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PEGI_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad PEGI"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ENHANCEMENT_HW,
2022-11-10 00:14:31 +00:00
"Caledwedd Mwyhad"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_CERO_RATING,
2022-11-10 00:14:31 +00:00
"Asesiad CERO"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ANALOG,
2022-11-10 00:14:31 +00:00
"Analog wedi ei chynnal"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RUMBLE,
2022-11-10 00:14:31 +00:00
"Rumble wedi ei chynnal"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_COOP,
2022-11-10 00:14:31 +00:00
"Co-op wedi ei chynnal"
2021-03-11 22:15:42 +08:00
)
/* Main Menu > Configuration File */
/* Main Menu > Help */
/* Main Menu > Help > Basic Menu Controls */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_INFO,
2022-11-10 00:14:31 +00:00
"Gwybodaeth"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_QUIT,
2022-11-10 00:14:31 +00:00
"Cau"
2021-03-11 22:15:42 +08:00
)
/* Settings */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Mewnbwn"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Craidd"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Arbed"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau arbed."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOGGING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Logio"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOGGING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau logio."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Recordio"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RECORDING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau recordio."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER_INTERFACE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Rhyngwyneb Defnyddiwr"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_USER_INTERFACE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau rhyngwyneb defnyddiwr."
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Gwasanaeth AI"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_AI_SERVICE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau am y Gwasanaeth AI (Cifieithiad/TTS/Misc)."
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Hygyrchedd"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_ACCESSIBILITY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau am yr adroddwr hygyrchedd."
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_LABEL_VALUE_POWER_MANAGEMENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Rheolaeth Pwer"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_POWER_MANAGEMENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau rheolaeth pwer."
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_LABEL_VALUE_RETRO_ACHIEVEMENTS_SETTINGS,
2022-11-10 00:14:31 +00:00
"Llwyddiannau"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_RETRO_ACHIEVEMENTS_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau llwyddiannau."
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS,
2022-11-10 00:14:31 +00:00
"Rhwydwaith"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_NETWORK_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau gweinydd a rhwydwaith."
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS,
2022-11-10 00:14:31 +00:00
"Rhestri Chwarae"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_PLAYLIST_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau rhestr chwarae."
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_LABEL_VALUE_USER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Defnyddiwr"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_USER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid gosodiadau cyfrif, enw defnyddiwr a iaith."
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Cyfeiriadur"
)
MSG_HASH(
2021-03-11 22:15:42 +08:00
MENU_ENUM_SUBLABEL_DIRECTORY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Newid cyfeirlyfrau diofyn lle mae ffeiliau wedi'u lleoli."
)
2022-08-27 00:12:27 +00:00
/* Core option category placeholders for icons */
2022-04-03 00:10:31 +00:00
#ifdef HAVE_MIST
#endif
/* Settings > Drivers */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_DRIVER,
2022-11-10 00:14:31 +00:00
"Mewnbwn"
2021-03-11 22:15:42 +08:00
)
MSG_HASH(
2022-11-10 00:14:31 +00:00
MENU_ENUM_LABEL_VALUE_MENU_DRIVER,
"Dewislen"
2022-11-09 00:14:13 +00:00
)
2022-11-10 00:14:31 +00:00
/* Settings > Video */
#if defined(DINGUX)
#if defined(RS90) || defined(MIYOO)
#endif
#endif
/* Settings > Video > CRT SwitchRes */
/* Settings > Video > Output */
#if defined (WIIU)
#endif
#if defined(DINGUX) && defined(DINGUX_BETA)
#endif
/* Settings > Video > Fullscreen Mode */
/* Settings > Video > Windowed Mode */
/* Settings > Video > Scaling */
#if defined(DINGUX)
#endif
/* Settings > Video > HDR */
/* Settings > Video > Synchronization */
/* Settings > Audio */
2022-11-09 00:14:13 +00:00
MSG_HASH(
2022-11-10 00:14:31 +00:00
MENU_ENUM_LABEL_VALUE_AUDIO_MUTE,
"Distawi"
2022-11-09 00:14:13 +00:00
)
2022-11-10 00:14:31 +00:00
/* Settings > Audio > Output */
/* Settings > Audio > Resampler */
/* Settings > Audio > Synchronization */
/* Settings > Audio > MIDI */
2022-11-09 00:14:13 +00:00
MSG_HASH(
2022-11-10 00:14:31 +00:00
MENU_ENUM_LABEL_VALUE_MIDI_INPUT,
"Mewnbwn"
2022-11-09 00:14:13 +00:00
)
2022-11-10 00:14:31 +00:00
/* Settings > Audio > Mixer Settings > Mixer Stream */
2022-11-09 00:14:13 +00:00
MSG_HASH(
2022-11-10 00:14:31 +00:00
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY,
"Chwarae"
2022-11-09 00:14:13 +00:00
)
MSG_HASH(
2022-11-10 00:14:31 +00:00
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_STOP,
"Stopio"
2022-11-09 00:14:13 +00:00
)
2022-11-10 00:14:31 +00:00
/* Settings > Audio > Menu Sounds */
/* Settings > Input */
#if defined(HAVE_DINPUT) || defined(HAVE_WINRAWINPUT)
#endif
2023-01-06 00:11:35 +00:00
#ifdef ANDROID
#endif
2022-11-09 00:14:13 +00:00
MSG_HASH(
2022-11-10 00:14:31 +00:00
MENU_ENUM_LABEL_VALUE_INPUT_AUTO_GAME_FOCUS_OFF,
"BANT"
2022-11-09 00:14:13 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_AUTO_GAME_FOCUS_ON,
2022-11-10 00:14:31 +00:00
"ARNO"
2021-03-11 22:15:42 +08:00
)
/* Settings > Input > Haptic Feedback/Vibration */
/* Settings > Input > Menu Controls */
2021-03-11 22:15:42 +08:00
/* Settings > Input > Hotkeys */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY,
2022-11-21 00:13:10 +00:00
"Cau"
2021-03-11 22:15:42 +08:00
)
2022-11-21 00:13:10 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_AI_SERVICE,
"Gwasanaeth AI"
)
2022-11-21 00:13:10 +00:00
2021-03-11 22:15:42 +08:00
/* Settings > Input > Port # Controls */
/* Settings > Latency */
/* Settings > Core */
#ifndef HAVE_DYNAMIC
#endif
2022-03-10 00:09:57 +00:00
#ifdef HAVE_MIST
2022-03-10 00:09:57 +00:00
#endif
/* Settings > Configuration */
/* Settings > Saving */
/* Settings > Logging */
/* Settings > File Browser */
/* Settings > Frame Throttle */
/* Settings > Frame Throttle > Rewind */
/* Settings > Frame Throttle > Frame Time Counter */
/* Settings > Recording */
2022-12-21 00:11:08 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_STREAMING_MODE_LOCAL,
"Lleol"
)
/* Settings > On-Screen Display */
/* Settings > On-Screen Display > On-Screen Overlay */
2021-12-27 00:08:35 +00:00
#if defined(ANDROID)
#endif
/* Settings > On-Screen Display > Video Layout */
/* Settings > On-Screen Display > On-Screen Notifications */
/* Settings > User Interface */
2022-08-18 00:12:16 +00:00
#ifdef _3DS
#endif
2021-03-11 22:15:42 +08:00
/* Settings > User Interface > Menu Item Visibility */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_VIEWS_SETTINGS,
"Dewislen Gyflym"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_VIEWS_SETTINGS,
"Gosodiadau"
)
2021-11-21 00:07:13 +00:00
#ifdef HAVE_LAKKA
#endif
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ADD_CONTENT_ENTRY_DISPLAY_MAIN_TAB,
"Prif Ddewislen"
)
2022-02-23 00:09:57 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_CONTENTLESS_CORES_ALL,
"Popeth"
)
2021-03-11 22:15:42 +08:00
/* Settings > User Interface > Menu Item Visibility > Quick Menu */
/* Settings > User Interface > Views > Settings */
2022-04-03 00:10:31 +00:00
/* Settings > User Interface > Appearance */
/* Settings > AI Service */
/* Settings > Accessibility */
/* Settings > Power Management */
/* Settings > Achievements */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_ENABLE,
"Llwyddiannau"
)
2022-12-31 00:10:25 +00:00
/* Settings > Achievements > Appearance */
2023-01-06 00:11:35 +00:00
/* Settings > Achievements > Visibility */
/* Settings > Network */
/* Settings > Network > Updater */
/* Settings > Playlists */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE,
"Hanes"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_CORE,
"Craidd:"
)
/* Settings > Playlists > Playlist Management */
/* Settings > User */
/* Settings > User > Privacy */
/* Settings > User > Accounts */
/* Settings > User > Accounts > RetroAchievements */
/* Settings > User > Accounts > YouTube */
/* Settings > User > Accounts > Twitch */
/* Settings > User > Accounts > Facebook Gaming */
/* Settings > Directory */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY,
"Lawrlwythiadau"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY,
"Rhestri Chwarae"
)
2022-04-03 00:10:31 +00:00
#ifdef HAVE_MIST
/* Settings > Steam */
#endif
/* Music */
/* Music > Quick Menu */
/* Netplay */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_HOSTING_SETTINGS,
"Gweinydd"
)
/* Netplay > Host */
2021-03-11 22:15:42 +08:00
/* Import Content */
2021-03-11 22:15:42 +08:00
/* Import Content > Scan File */
2021-03-11 22:15:42 +08:00
/* Import Content > Manual Scan */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME,
"Enw System"
)
/* Explore tab */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_ALL,
"Popeth"
)
/* Playlist > Playlist Item */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN,
"Rhedeg"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INFORMATION,
"Gwybodaeth"
)
/* Playlist Item > Set Core Association */
/* Playlist Item > Information */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_LABEL,
"Enw"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_CORE_NAME,
"Craidd"
)
/* Quick Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST,
"Llwyddiannau"
)
/* Quick Menu > Options */
2021-03-11 22:15:42 +08:00
/* Quick Menu > Options > Manage Core Options */
/* - Legacy (unused) */
/* Quick Menu > Controls */
2022-03-17 00:08:48 +00:00
/* Quick Menu > Controls > Manage Remap Files */
/* Quick Menu > Controls > Manage Remap Files > Load Remap File */
/* Quick Menu > Cheats */
/* Quick Menu > Cheats > Start or Continue Cheat Search */
/* Quick Menu > Cheats > Load Cheat File (Replace) */
/* Quick Menu > Cheats > Load Cheat File (Append) */
/* Quick Menu > Cheats > Cheat Details */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DESC,
"Disgrifiad"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_TYPE,
"Math"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_CODE,
"Cod"
)
/* Quick Menu > Disc Control */
/* Quick Menu > Shaders */
/* Quick Menu > Shaders > Save */
/* Quick Menu > Shaders > Remove */
/* Quick Menu > Shaders > Shader Parameters */
/* Quick Menu > Overrides */
/* Quick Menu > Achievements */
/* Quick Menu > Information */
/* Miscellaneous UI Items */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_BACK,
"Yn ôl"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_OK,
"Iawn"
)
/* Settings Options */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_ANALOG_MAX,
"Mwyaf"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_NONE,
"Dim"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_REMOVE_ENABLE_NONE,
"BANT"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NONE,
"Dim"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UNKNOWN,
"Anhysybys"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_16,
"Popeth"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE_OFF,
"Dim"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ON,
"ARNO"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OFF,
"BANT"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_YES,
"Ie"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO,
"Na"
)
/* RGUI: Settings > User Interface > Appearance */
/* RGUI: Settings Options */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_NONE,
"Dim"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_NONE,
"BANT"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_NONE,
"BANT"
)
/* XMB: Settings > User Interface > Appearance */
/* XMB: Settings Options */
/* Ozone: Settings > User Interface > Appearance */
/* MaterialUI: Settings > User Interface > Appearance */
/* MaterialUI: Settings Options */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_RED,
"Coch"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_NONE,
"BANT"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_DISABLED,
"BANT"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_DISABLED,
"BANT"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_DISABLED,
"BANT"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_ALWAYS,
"ARNO"
)
/* Qt (Desktop Menu) */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_INFO,
"Gwybodaeth"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_TITLE,
"Gosodiadau"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP,
"&Cymorth"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_LOAD_CORE,
"Llwytho Craidd"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_NAME,
"Enw"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_PLAYLISTS,
"Rhestri Chwarae"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_FILE_BROWSER_UP,
"Fyny"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CORE,
"Craidd"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_INFORMATION,
"Gwybodaeth"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_STOP,
"Stopio"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_NAME,
"Enw:"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_CORE,
"Craidd:"
)
/* Unsorted */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY,
"Hanes"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN_MUSIC,
"Rhedeg"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER,
"Defnyddiwr"
)
/* Unused (Only Exist in Translation Files) */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE,
"Rhwychwarae"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP,
"Cymorth"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_DESCRIPTION,
"Disgrifiad"
)
/* Unused (Needs Confirmation) */
MSG_HASH( /* FIXME Seems related to MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY, possible duplicate */
MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIR,
"Lawrlwythiadau"
)
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_INFO,
"Gwybodaeth"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_QUIT,
"Cau"
)
/* Discord Status */
/* Notifications */
2022-05-16 00:13:33 +00:00
2021-03-11 22:15:42 +08:00
MSG_HASH(
MSG_TO,
"i"
)
MSG_HASH(
MSG_UNKNOWN,
"Anhysybys"
)
MSG_HASH(
MSG_VALUE_REBOOTING,
"Yn Ailgychwyn..."
)
MSG_HASH(
MSG_ENABLING_WIRELESS,
"Yn galluogi Wi-Fi..."
)
MSG_HASH(
MSG_DISABLING_WIRELESS,
"Yn analluogi Wi-Fi..."
)
MSG_HASH(
MSG_DISCONNECTING_WIRELESS,
"Yn datgysylltu'r Wi-Fi..."
)
MSG_HASH(
MSG_INPUT_ENABLE_SETTINGS_PASSWORD,
"Rho Gyfrinair"
)
MSG_HASH(
MSG_INPUT_KIOSK_MODE_PASSWORD,
"Rho Gyfrinair"
)
/* Lakka */
/* Environment Specific Settings */
2021-03-11 22:15:42 +08:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHUTDOWN,
"Cau lawr"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FILE_BROWSER_OPEN_PICKER,
"Agor..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_WIFI_ENABLED,
"Galluogi Wi-Fi"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_WIFI_NETWORK_SCAN,
"Cysylltu i Rwydwaith"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_WIFI_NETWORKS,
"Cysylltu i Rwydwaith"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_WIFI_DISCONNECT,
"Datgysylltu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_RESTART_KEY,
"Ailgychwyn RetroArch"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_TOUCH_ENABLE,
"Cyffwrdd"
)
MSG_HASH(
MSG_INTERNET,
"Rhyngrwyd"
)
MSG_HASH(
MSG_LOCAL,
"Lleol"
)
#ifdef HAVE_LAKKA_SWITCH
#endif
#if defined(HAVE_LAKKA_SWITCH) || defined(HAVE_LIBNX)
#endif
#ifdef HAVE_LAKKA
#endif
#ifdef GEKKO
#endif
2023-06-02 00:13:28 +00:00
#ifdef UDEV_TOUCH_SUPPORT
#endif
#ifdef HAVE_ODROIDGO2
#else
#endif
2022-08-18 00:12:16 +00:00
#ifdef _3DS
#endif
#ifdef HAVE_QT
#endif