2015-07-01 01:42:04 +02:00
|
|
|
|
/* RetroArch - A frontend for libretro.
|
2016-01-10 04:06:50 +01:00
|
|
|
|
* Copyright (C) 2011-2016 - Daniel De Matteis
|
2015-07-01 01:42:04 +02:00
|
|
|
|
*
|
|
|
|
|
* 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 <http://www.gnu.org/licenses/>.
|
|
|
|
|
*/
|
|
|
|
|
|
2016-06-20 00:31:13 +02:00
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
#include <compat/strl.h>
|
|
|
|
|
|
2015-07-01 01:42:04 +02:00
|
|
|
|
#include "../msg_hash.h"
|
|
|
|
|
|
2016-06-14 15:04:49 +02:00
|
|
|
|
const char *msg_hash_to_str_de(enum msg_hash_enums msg)
|
2015-07-01 01:42:04 +02:00
|
|
|
|
{
|
2016-06-14 15:04:49 +02:00
|
|
|
|
switch (msg)
|
2015-07-01 01:42:04 +02:00
|
|
|
|
{
|
2016-06-20 00:31:13 +02:00
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INFORMATION_LIST:
|
|
|
|
|
return "Information";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
|
|
|
|
return "Verwende integrierten Player"; /* FIXME/UPDATE */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CONTENT_SETTINGS:
|
|
|
|
|
return "Content-Einstellungen"; /* FIXME */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_CRC32:
|
|
|
|
|
return "CRC32";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_MD5:
|
|
|
|
|
return "MD5";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST:
|
|
|
|
|
return "Lade Content";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOAD_ARCHIVE:
|
|
|
|
|
return "Lade Archiv";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE:
|
|
|
|
|
return "<EFBFBD>ffne Archiv";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE:
|
|
|
|
|
return "Nachfragen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PRIVACY_SETTINGS:
|
|
|
|
|
return "Privatsph<EFBFBD>re-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU: /* Don't change. Breaks everything. (Would be: "Horizontales Menu") */
|
|
|
|
|
return "Horizontal Menu";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND:
|
|
|
|
|
return "Keine Einstellungen gefunden.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS:
|
|
|
|
|
return "Keine Leistungsz<73>hler.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DRIVER_SETTINGS:
|
|
|
|
|
return "Treiber-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CONFIGURATION_SETTINGS:
|
|
|
|
|
return "Konfigurations-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_SETTINGS:
|
|
|
|
|
return "Core-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SETTINGS:
|
|
|
|
|
return "Video-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOGGING_SETTINGS:
|
|
|
|
|
return "Logging-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVING_SETTINGS:
|
|
|
|
|
return "Spielstand-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_REWIND_SETTINGS:
|
|
|
|
|
return "Zur<EFBFBD>ckspul-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SHADER:
|
|
|
|
|
return "Shader";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CHEAT:
|
|
|
|
|
return "Cheat";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_USER:
|
|
|
|
|
return "Benutzer";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE:
|
|
|
|
|
return "Aktiviere System-BGM";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RETROPAD:
|
|
|
|
|
return "RetroPad";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RETROKEYBOARD:
|
|
|
|
|
return "RetroKeyboard";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES:
|
|
|
|
|
return "Warte auf Audio-Frames";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_LABEL_SHOW: /* TODO/FIXME */
|
|
|
|
|
return "Zeige Core-Eingabe-Beschriftungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_HIDE_UNBOUND:
|
|
|
|
|
return "Verstecke unzugewiesene Core-Eingabe-Beschriftungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_ENABLE:
|
|
|
|
|
return "Zeige OSD-Nachrichten";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_PATH:
|
|
|
|
|
return "Schriftart der OSD-Nachrichten";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_SIZE:
|
|
|
|
|
return "Schriftgr<EFBFBD><EFBFBD>e der OSD-Nachrichten";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_X:
|
|
|
|
|
return "X-Position der OSD-Nachrichten";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_Y:
|
|
|
|
|
return "Y-Position der OSD-Nachrichten";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER:
|
|
|
|
|
return "Aktiviere Soft-Filter";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_FLICKER:
|
|
|
|
|
return "Aktiviere Flacker-Filter";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DIRECTORY_CONTENT:
|
|
|
|
|
return "<Content-Verz.>";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UNKNOWN:
|
|
|
|
|
return "Unbekannt";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DONT_CARE:
|
|
|
|
|
return "Mir egal";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LINEAR:
|
|
|
|
|
return "Linear";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NEAREST:
|
|
|
|
|
return "N<EFBFBD>chster";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DIRECTORY_DEFAULT:
|
|
|
|
|
return "<Voreinstellung>";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DIRECTORY_NONE:
|
|
|
|
|
return "<Keins>";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE:
|
|
|
|
|
return "Nicht verf<72>gbar";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_REMAPPING_DIRECTORY: /* UPDATE/FIXME */
|
|
|
|
|
return "Eingabebelegungs-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_JOYPAD_AUTOCONFIG_DIR:
|
|
|
|
|
return "Eingabeger<EFBFBD>t-Autoconfig-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORDING_CONFIG_DIRECTORY:
|
|
|
|
|
return "Aufnahme-Konfigurationsverzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORDING_OUTPUT_DIRECTORY:
|
|
|
|
|
return "Aufnahme-Ausgabeverzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SCREENSHOT_DIRECTORY:
|
|
|
|
|
return "Bildschirmfoto-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY:
|
|
|
|
|
return "Wiedergabelisten-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVEFILE_DIRECTORY:
|
|
|
|
|
return "Spielstand-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVESTATE_DIRECTORY:
|
|
|
|
|
return "Savestate-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE:
|
|
|
|
|
return "stdin-Befehle";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER:
|
|
|
|
|
return "Grafiktreiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORD_ENABLE:
|
|
|
|
|
return "Aktiviere Aufnahmefunktion";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_RECORD:
|
|
|
|
|
return "Aktiviere GPU-Aufnahmefunktion";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORD_PATH: /* FIXME/UPDATE */
|
|
|
|
|
return "Aufnahmepfad";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORD_USE_OUTPUT_DIRECTORY:
|
|
|
|
|
return "Verwende Aufnahme-Ausgabeverzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORD_CONFIG:
|
|
|
|
|
return "Aufnahme-Konfiguration";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_POST_FILTER_RECORD:
|
|
|
|
|
return "Aktiviere Aufnahme von Post-Filtern";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY:
|
|
|
|
|
return "Core-Assets-Verzeichnis"; /* FIXME/UPDATE */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY:
|
|
|
|
|
return "Assets-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPERS_DIRECTORY:
|
|
|
|
|
return "Dynamische-Bildschirmhintergr<67>nde-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RGUI_BROWSER_DIRECTORY:
|
|
|
|
|
return "Browser-Directory";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RGUI_CONFIG_DIRECTORY:
|
|
|
|
|
return "Konfigurations-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LIBRETRO_INFO_PATH:
|
|
|
|
|
return "Core-Info-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LIBRETRO_DIR_PATH:
|
|
|
|
|
return "Core-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CURSOR_DIRECTORY:
|
|
|
|
|
return "Cursor-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CONTENT_DATABASE_DIRECTORY:
|
|
|
|
|
return "Content-Datenbankverzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_DIRECTORY:
|
|
|
|
|
return "System/BIOS-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CHEAT_DATABASE_PATH:
|
|
|
|
|
return "Cheat-Datei-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CACHE_DIRECTORY: /* FIXME/UPDATE */
|
|
|
|
|
return "Entpack-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_FILTER_DIR:
|
|
|
|
|
return "Audio-Filter-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_DIR:
|
|
|
|
|
return "Grafikshader-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_DIR:
|
|
|
|
|
return "Grafikfilter-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OVERLAY_DIRECTORY:
|
|
|
|
|
return "Overlay-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
|
|
|
|
return "OSK-Overlay-Verzeichnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
|
|
|
|
return "Tausche Netplay-Eingabe";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
|
|
|
|
return "Aktiviere Netplay-Zuschauermodus";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
|
|
|
|
return "IP-Addresse f<>r Netplay";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
|
|
|
|
return "TCP/UDP-Port f<>r Netplay";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE:
|
|
|
|
|
return "Aktiviere Netplay";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_DELAY_FRAMES:
|
|
|
|
|
return "Verz<EFBFBD>gere Netplay-Frames";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_MODE:
|
|
|
|
|
return "Aktiviere Netplay-Client";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RGUI_SHOW_START_SCREEN:
|
|
|
|
|
return "Zeige Startbildschirm";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_TITLE_COLOR:
|
|
|
|
|
return "Men<EFBFBD>-Titel-Farbe";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ENTRY_HOVER_COLOR:
|
|
|
|
|
return "Hover-Farbe f<>r Men<65>-Eintr<74>ge";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_TIMEDATE_ENABLE:
|
|
|
|
|
return "Zeige Uhrzeit / Datum";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_THREADED_DATA_RUNLOOP_ENABLE:
|
|
|
|
|
return "Threaded Data Runloop";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ENTRY_NORMAL_COLOR:
|
|
|
|
|
return "Normale Farbe f<>r Men<65>-Eintr<74>ge";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SHOW_ADVANCED_SETTINGS:
|
|
|
|
|
return "Zeige erweitere Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_COLLAPSE_SUBGROUPS_ENABLE:
|
|
|
|
|
return "Untergruppen einklappen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MOUSE_ENABLE:
|
|
|
|
|
return "Maus-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_POINTER_ENABLE:
|
|
|
|
|
return "Touch-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_ENABLE:
|
|
|
|
|
return "Zeige Core-Namen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_ENABLE:
|
|
|
|
|
return "Aktiviere DPI-Override";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_VALUE:
|
|
|
|
|
return "DPI-Override";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE:
|
|
|
|
|
return "Bildschirmschone aussetzen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_DISABLE_COMPOSITION:
|
|
|
|
|
return "Deaktiviere Desktop-Komposition";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PAUSE_NONACTIVE:
|
|
|
|
|
return "Nicht im Hintergrund laufen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UI_COMPANION_START_ON_BOOT:
|
|
|
|
|
return "UI-Companion beim Hochfahren starten";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE:
|
|
|
|
|
return "Men<EFBFBD>leiste";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
|
|
|
|
|
return "Verkn<EFBFBD>pfte Aktion bei Archivdateien";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_ENABLE:
|
|
|
|
|
return "Netzwerk-Befehle";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_PORT:
|
|
|
|
|
return "Port f<>r Netzwerk-Befehle";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE:
|
|
|
|
|
return "Aktiviere Verlaufsliste";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CONTENT_HISTORY_SIZE:
|
|
|
|
|
return "L<EFBFBD>nge der Verlaufsliste";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE_AUTO:
|
|
|
|
|
return "Gesch<EFBFBD>tzte Monitor-Bildrate";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DUMMY_ON_CORE_SHUTDOWN:
|
|
|
|
|
return "Dummy bei Core-Abschaltung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_SET_SUPPORTS_NO_CONTENT_ENABLE: /* TODO/FIXME */
|
|
|
|
|
return "Cores nicht automatisch starten";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE:
|
|
|
|
|
return "Begrenze maximale Ausf<73>hrungsgeschwindigkeit";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_FASTFORWARD_RATIO:
|
|
|
|
|
return "Maximale Ausf<73>hrungsgeschwindigkeitd";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUTO_REMAPS_ENABLE:
|
|
|
|
|
return "Lade Remap-Dateien automatisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SLOWMOTION_RATIO:
|
|
|
|
|
return "Zeitlupen-Verh<72>ltnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_SPECIFIC_CONFIG:
|
|
|
|
|
return "Core-Spezifische Konfiguration";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUTO_OVERRIDES_ENABLE:
|
|
|
|
|
return "Lade Override-Dateien automatisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CONFIG_SAVE_ON_EXIT:
|
|
|
|
|
return "Speichere Konfiguration beim Beenden";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH:
|
|
|
|
|
return "Bilineare Filterung (HW)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_GAMMA:
|
|
|
|
|
return "Gamma";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_ALLOW_ROTATE:
|
|
|
|
|
return "Erlaube Bildrotation";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC:
|
|
|
|
|
return "Synchronisiere GPU und CPU";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SWAP_INTERVAL:
|
|
|
|
|
return "VSync-Intervall";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_VSYNC:
|
|
|
|
|
return "Vertikale Synchronisation (VSync)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_THREADED:
|
|
|
|
|
return "Threaded Video";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION:
|
|
|
|
|
return "Rotation";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT:
|
|
|
|
|
return "Aktiviere GPU-Bildschirmfotos";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_CROP_OVERSCAN:
|
|
|
|
|
return "Bildr<EFBFBD>nder (Overscan) zuschneiden (Neustart erforderlich)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX:
|
|
|
|
|
return "Bildseitenverh<EFBFBD>ltnis-Index";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_AUTO:
|
|
|
|
|
return "Automatisches Bildseitenverh<72>ltnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_ASPECT:
|
|
|
|
|
return "Erzwinge Bildseitenverh<72>ltnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE:
|
|
|
|
|
return "Bildwiederholrate";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_SRGB_DISABLE:
|
|
|
|
|
return "Erzwinge Deaktivierung des sRGB FBO";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_FULLSCREEN:
|
|
|
|
|
return "Unechter Vollbild-Modus (Windowed Fullscreen)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PAL60_ENABLE:
|
|
|
|
|
return "Verwende PAL60-Modus";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_VFILTER:
|
|
|
|
|
return "Bild entflackern";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_VI_WIDTH:
|
|
|
|
|
return "Kalibriere VI-Bildbreite";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_BLACK_FRAME_INSERTION:
|
|
|
|
|
return "Setze schwarze Frames ein";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC_FRAMES:
|
|
|
|
|
return "Synchronisiere Frames fest mit GPU";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SORT_SAVEFILES_ENABLE:
|
|
|
|
|
return "Sortiere Speicherdaten per Ordner";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SORT_SAVESTATES_ENABLE:
|
|
|
|
|
return "Sortiere Save States per Ordner";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN:
|
|
|
|
|
return "Verwende Vollbildmodus";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SCALE:
|
|
|
|
|
return "Fenterskalierung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER:
|
|
|
|
|
return "Ganzzahlige Bildskalierung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PERFCNT_ENABLE:
|
|
|
|
|
return "Leistungsindikatoren";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LIBRETRO_LOG_LEVEL:
|
|
|
|
|
return "Core-Logging-Stufe";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY:
|
|
|
|
|
return "Log-Ausf<73>hrlichkeit";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_LOAD:
|
|
|
|
|
return "Automatisches Laden von Save States";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_INDEX:
|
|
|
|
|
return "Automatische Indexierung von Save States";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_SAVE:
|
|
|
|
|
return "Automatische Save States";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL:
|
|
|
|
|
return "Autospeicherungsintervall";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_BLOCK_SRAM_OVERWRITE:
|
|
|
|
|
return "Blockiere SRAM-<2D>berschreibung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHARED_CONTEXT:
|
|
|
|
|
return "HW-Shared-Context aktivieren";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH:
|
|
|
|
|
return "Starte RetroArch neu";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_NICKNAME:
|
|
|
|
|
return "Benutzername";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_USER_LANGUAGE:
|
|
|
|
|
return "Sprache";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CAMERA_ALLOW:
|
|
|
|
|
return "Erlaube Kamera-Zugriff";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOCATION_ALLOW:
|
|
|
|
|
return "Erlaube Standort-Lokalisierung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PAUSE_LIBRETRO:
|
|
|
|
|
return "Pausiere, wenn das Men<65> aktiv ist";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_OSK_OVERLAY_ENABLE:
|
|
|
|
|
return "Zeige Tastatur-Overlay";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_ENABLE:
|
|
|
|
|
return "Aktiviere Overlay";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_MONITOR_INDEX:
|
|
|
|
|
return "Monitor-Index";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FRAME_DELAY:
|
|
|
|
|
return "Bildverz<EFBFBD>gerung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_DUTY_CYCLE:
|
|
|
|
|
return "Auslastungsgrad";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_TURBO_PERIOD:
|
|
|
|
|
return "Turbo-Dauer";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_AXIS_THRESHOLD:
|
|
|
|
|
return "Schwellwert der Eingabe-Achsen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE:
|
|
|
|
|
return "Bind-Remapping aktivieren";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_MAX_USERS:
|
|
|
|
|
return "Maximale Benutzerzahl";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_AUTODETECT_ENABLE:
|
|
|
|
|
return "Automatische Konfiguration aktivieren";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_OUTPUT_RATE:
|
|
|
|
|
return "Audio-Frequenzrate (KHz)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_MAX_TIMING_SKEW:
|
|
|
|
|
return "Maximaler Audioversatz";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CHEAT_NUM_PASSES:
|
|
|
|
|
return "Cheat-Durchg<68>nge";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_CORE:
|
|
|
|
|
return "Speichere Core-Remap-Datei";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_GAME:
|
|
|
|
|
return "Speichere Spiel-Remap-Datei";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_CHANGES:
|
|
|
|
|
return "<EFBFBD>nderungen <20>bernehmen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SHADER_APPLY_CHANGES:
|
|
|
|
|
return "<EFBFBD>nderungen <20>bernehmen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_REWIND_ENABLE:
|
|
|
|
|
return "Zur<EFBFBD>ckspulen (Rewind) aktivieren";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CONTENT_COLLECTION_LIST:
|
|
|
|
|
return "Lade Content (Sammlung)"; /* FIXME */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DETECT_CORE_LIST:
|
|
|
|
|
return "Lade Content (Core erkennen)"; /* FIXME */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY:
|
|
|
|
|
return "Lade Content (Verlauf)"; /* FIXME/UPDATE */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE:
|
|
|
|
|
return "Aktiviere Audio";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_FPS_SHOW:
|
|
|
|
|
return "Zeige Framerate";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_MUTE:
|
|
|
|
|
return "Stumm";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME:
|
|
|
|
|
return "Lautst<EFBFBD>rke (dB)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_SYNC:
|
|
|
|
|
return "Synchronisiere Audio";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_RATE_CONTROL_DELTA:
|
|
|
|
|
return "Audio Rate Control Delta";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_NUM_PASSES:
|
|
|
|
|
return "Shader-Durchg<68>nge"; /* FIXME */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_SHA1:
|
|
|
|
|
return "SHA1";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CONFIGURATIONS:
|
|
|
|
|
return "Lade Konfigurationsdatei"; /* FIXME/UPDATE */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_REWIND_GRANULARITY:
|
|
|
|
|
return "Genauigkeit des Zur<75>ckspulens (Rewind)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_REMAP_FILE_LOAD:
|
|
|
|
|
return "Lade Remap-Datei";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CUSTOM_RATIO:
|
|
|
|
|
return "Benutzerdefiniertes Verh<72>ltnis";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_USE_THIS_DIRECTORY:
|
|
|
|
|
return "<Diesen Ordner verwenden>";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_START_CONTENT:
|
|
|
|
|
return "Starte Content";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DISK_OPTIONS: /* UPDATE/FIXME */
|
|
|
|
|
return "Datentr<EFBFBD>ger-Optionen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_OPTIONS:
|
|
|
|
|
return "Optionen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_CHEAT_OPTIONS:
|
|
|
|
|
return "Cheats";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD:
|
|
|
|
|
return "Lade Cheat-Datei";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS:
|
|
|
|
|
return "Speichere Cheat-Datei unter...";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_COUNTERS:
|
|
|
|
|
return "Core-Z<>hler";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT:
|
|
|
|
|
return "Bildschirmfoto";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RESUME:
|
|
|
|
|
return "Fortsetzen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DISK_INDEX:
|
|
|
|
|
return "Datentr<EFBFBD>ger-Nummer";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_FRONTEND_COUNTERS:
|
|
|
|
|
return "Frontendz<EFBFBD>hler";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DISK_IMAGE_APPEND:
|
|
|
|
|
return "F<EFBFBD>ge Datentr<74>gerabbild hinzu";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DISK_CYCLE_TRAY_STATUS:
|
|
|
|
|
return "Datentr<EFBFBD>gerstatus";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_PLAYLIST_ENTRIES_AVAILABLE:
|
|
|
|
|
return "Keine Wiedergabelisten-Eintrage verf<72>gbar.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE:
|
|
|
|
|
return "Keine Core-Informationen verf<72>gbar.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_CORE_OPTIONS_AVAILABLE:
|
|
|
|
|
return "Keine Core-Optionen verf<72>gbar.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_CORES_AVAILABLE:
|
|
|
|
|
return "Kein Core verf<72>gbar.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_CORE:
|
|
|
|
|
return "Kein Core";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DATABASE_MANAGER:
|
|
|
|
|
return "Datenbankmanager";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CURSOR_MANAGER:
|
|
|
|
|
return "Cursormanager";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MAIN_MENU:
|
|
|
|
|
return "Hauptmen<EFBFBD>";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SETTINGS:
|
|
|
|
|
return "Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH:
|
|
|
|
|
return "RetroArch beenden";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_HELP:
|
|
|
|
|
return "Hilfe";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVE_NEW_CONFIG:
|
|
|
|
|
return "Speichere neue Konfiguration";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RESTART_CONTENT:
|
|
|
|
|
return "Starte neu";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST:
|
|
|
|
|
return "Core-Updater";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_BUILDBOT_URL:
|
|
|
|
|
return "Buildbot-Cores-URL";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_BUILDBOT_ASSETS_URL:
|
|
|
|
|
return "Buildbot-Assets-URL";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NAVIGATION_WRAPAROUND:
|
|
|
|
|
return "Navigation umbrechen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE:
|
|
|
|
|
return "Bekannte Dateiendungen filtern";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_AUTO_EXTRACT_ARCHIVE:
|
|
|
|
|
return "Heruntergeladene Archive automatisch entpacken";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFORMATION:
|
|
|
|
|
return "Systeminformationen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER:
|
|
|
|
|
return "Online-Aktualisierungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFORMATION:
|
|
|
|
|
return "Core-Informationen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND:
|
|
|
|
|
return "Ordner nicht gefunden.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_ITEMS:
|
|
|
|
|
return "Keine Eintr<74>ge.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_LIST:
|
|
|
|
|
return "Lade Core";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT:
|
|
|
|
|
return "Lade Content"; /* FIXME */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CLOSE_CONTENT:
|
|
|
|
|
return "Schlie<EFBFBD>e";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MANAGEMENT:
|
|
|
|
|
return "Datenbank-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SAVE_STATE:
|
|
|
|
|
return "Speichere Savestate";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOAD_STATE:
|
|
|
|
|
return "Lade Savestate";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RESUME_CONTENT:
|
|
|
|
|
return "Fortsetzen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_DRIVER:
|
|
|
|
|
return "Eingabe-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER:
|
|
|
|
|
return "Audio-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_JOYPAD_DRIVER:
|
|
|
|
|
return "Joypad-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_DRIVER:
|
|
|
|
|
return "Audio-Resampler-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORD_DRIVER:
|
|
|
|
|
return "Aufnahme-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MENU_DRIVER:
|
|
|
|
|
return "Men<EFBFBD>-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CAMERA_DRIVER:
|
|
|
|
|
return "Kamera-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER:
|
|
|
|
|
return "Standort-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UNABLE_TO_READ_COMPRESSED_FILE:
|
|
|
|
|
return "Komprimiertes Archiv kann nicht gelesen werden.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OVERLAY_SCALE:
|
|
|
|
|
return "Overlay-Skalierung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OVERLAY_PRESET:
|
|
|
|
|
return "Overlay-Voreinstellung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_LATENCY:
|
|
|
|
|
return "Audiolatenz (ms)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE:
|
|
|
|
|
return "Soundkarte";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_KEYBOARD_OVERLAY_PRESET:
|
|
|
|
|
return "Tastatur-Overlay-Voreinstellung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OVERLAY_OPACITY:
|
|
|
|
|
return "Overlay-Transparenz";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER:
|
|
|
|
|
return "Men<EFBFBD>hintergrund";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPER:
|
|
|
|
|
return "Dynamischer Hintergrund";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INPUT_REMAPPING_OPTIONS: /* UPDATE/FIXME */
|
|
|
|
|
return "Core-Input-Optionen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SHADER_OPTIONS:
|
|
|
|
|
return "Shaders";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS:
|
|
|
|
|
return "Momentane Shaderparameter"; /* FIXME/UPDATE */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_PARAMETERS:
|
|
|
|
|
return "Men<EFBFBD> Shaderparameter (Men<65>)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_AS:
|
|
|
|
|
return "Speiche Shader-Voreinstellung unter...";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_SHADER_PARAMETERS:
|
|
|
|
|
return "Keine Shaderparameter";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET:
|
|
|
|
|
return "Lade Shader-Voreinstellung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER:
|
|
|
|
|
return "Videofilter";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_DSP_PLUGIN:
|
|
|
|
|
return "Audio-DSP-Plugin";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_STARTING_DOWNLOAD:
|
|
|
|
|
return "Starte Download: ";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SECONDS:
|
|
|
|
|
return "Sekunden";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OFF: /* Don't change. Needed for XMB atm. (Would be: "AN") */
|
|
|
|
|
return "OFF";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ON: /* Don't change. Needed for XMB atm. (Would be: "AUS") */
|
|
|
|
|
return "ON";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS:
|
|
|
|
|
return "Aktualisiere Assets";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UPDATE_CHEATS:
|
|
|
|
|
return "Aktualisiere Cheats";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES:
|
|
|
|
|
return "Aktualisiere Autoconfig-Profile";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UPDATE_DATABASES:
|
|
|
|
|
return "Aktualisiere Datenbanken";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UPDATE_OVERLAYS:
|
|
|
|
|
return "Aktualisiere Overlays";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UPDATE_CG_SHADERS:
|
|
|
|
|
return "Aktualisiere CG-Shader";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UPDATE_GLSL_SHADERS:
|
|
|
|
|
return "Aktualisiere GLSL-Shader";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME:
|
|
|
|
|
return "Core-Name";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_LABEL:
|
|
|
|
|
return "Core-Beschriftung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_NAME:
|
|
|
|
|
return "System-Name";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_MANUFACTURER:
|
|
|
|
|
return "System-Hersteller";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_CATEGORIES:
|
|
|
|
|
return "Kategorien";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_AUTHORS:
|
|
|
|
|
return "Autoren";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_PERMISSIONS:
|
|
|
|
|
return "Berechtigungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES:
|
|
|
|
|
return "Lizenz(en)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_SUPPORTED_EXTENSIONS:
|
|
|
|
|
return "Unterst<EFBFBD>tze Erweiterungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE:
|
|
|
|
|
return "Firmware";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NOTES:
|
|
|
|
|
return "Core-Hinweise";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_BUILD_DATE:
|
|
|
|
|
return "Build-Datum";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION:
|
|
|
|
|
return "Git-Version";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES:
|
|
|
|
|
return "CPU-Eigenschaften";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_IDENTIFIER:
|
|
|
|
|
return "Frontend-Kennung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_NAME:
|
|
|
|
|
return "Frontend-Name";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_OS:
|
|
|
|
|
return "Frontend-Betriebssystem";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RETRORATING_LEVEL:
|
|
|
|
|
return "RetroRating-Stufe";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE:
|
|
|
|
|
return "Energiequelle";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_NO_SOURCE:
|
|
|
|
|
return "Keine Quelle";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGING:
|
|
|
|
|
return "L<EFBFBD>dt";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGED:
|
|
|
|
|
return "Geladen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_DISCHARGING:
|
|
|
|
|
return "Entl<EFBFBD>dt";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VIDEO_CONTEXT_DRIVER:
|
|
|
|
|
return "Video-Context-Treiber";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_WIDTH:
|
|
|
|
|
return "Bildschirmbreite (mm)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_HEIGHT:
|
|
|
|
|
return "Bildschirmh<EFBFBD>he (mm)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_DPI:
|
|
|
|
|
return "Bildschirm-DPI";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBRETRODB_SUPPORT:
|
|
|
|
|
return "LibretroDB-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OVERLAY_SUPPORT:
|
|
|
|
|
return "Overlay-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COMMAND_IFACE_SUPPORT:
|
|
|
|
|
return "Befehlsinterface-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_COMMAND_IFACE_SUPPORT:
|
|
|
|
|
return "Netzwerk-Befehlsinterface-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COCOA_SUPPORT:
|
|
|
|
|
return "Cocoa-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RPNG_SUPPORT:
|
|
|
|
|
return "PNG-Unterst<73>tzung (RPNG)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_SUPPORT:
|
|
|
|
|
return "SDL1.2-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL2_SUPPORT:
|
|
|
|
|
return "SDL2-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGL_SUPPORT:
|
|
|
|
|
return "OpenGL-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT:
|
|
|
|
|
return "OpenGL-ES-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT:
|
|
|
|
|
return "Threading-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT:
|
|
|
|
|
return "KMS/EGL-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_UDEV_SUPPORT:
|
|
|
|
|
return "Udev-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENVG_SUPPORT:
|
|
|
|
|
return "OpenVG-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_EGL_SUPPORT:
|
|
|
|
|
return "EGL-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_X11_SUPPORT:
|
|
|
|
|
return "X11-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WAYLAND_SUPPORT:
|
|
|
|
|
return "Wayland-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XVIDEO_SUPPORT:
|
|
|
|
|
return "XVideo-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ALSA_SUPPORT:
|
|
|
|
|
return "ALSA-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OSS_SUPPORT:
|
|
|
|
|
return "OSS-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENAL_SUPPORT:
|
|
|
|
|
return "OpenAL-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENSL_SUPPORT:
|
|
|
|
|
return "OpenSL-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RSOUND_SUPPORT:
|
|
|
|
|
return "RSound-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ROARAUDIO_SUPPORT:
|
|
|
|
|
return "RoarAudio-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_JACK_SUPPORT:
|
|
|
|
|
return "JACK-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PULSEAUDIO_SUPPORT:
|
|
|
|
|
return "PulseAudio-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DSOUND_SUPPORT:
|
|
|
|
|
return "DirectSound-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XAUDIO2_SUPPORT:
|
|
|
|
|
return "XAudio2-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZLIB_SUPPORT:
|
|
|
|
|
return "Zlib-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_7ZIP_SUPPORT:
|
|
|
|
|
return "7zip-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT:
|
|
|
|
|
return "Dynamic-Library-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CG_SUPPORT:
|
|
|
|
|
return "Cg-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GLSL_SUPPORT:
|
|
|
|
|
return "GLSL-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_HLSL_SUPPORT:
|
|
|
|
|
return "HLSL-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBXML2_SUPPORT:
|
|
|
|
|
return "Libxml2-XML-Parsing-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_IMAGE_SUPPORT:
|
|
|
|
|
return "SDL-Image-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FBO_SUPPORT:
|
|
|
|
|
return "Unterst<EFBFBD>tzung f<>r OpenGL/Direct3D Render-to-Texture (Multi-Pass Shader)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FFMPEG_SUPPORT:
|
|
|
|
|
return "FFmpeg-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CORETEXT_SUPPORT:
|
|
|
|
|
return "CoreText-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FREETYPE_SUPPORT:
|
|
|
|
|
return "FreeType-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETPLAY_SUPPORT:
|
|
|
|
|
return "Netplay-Unterst<73>tzung (Peer-to-Peer)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PYTHON_SUPPORT:
|
|
|
|
|
return "Python-Unterst<73>tzung (Script-Unterst<73>tzung in Shadern)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_V4L2_SUPPORT:
|
|
|
|
|
return "Video4Linux2-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBUSB_SUPPORT:
|
|
|
|
|
return "Libusb-Unterst<73>tzung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_YES:
|
|
|
|
|
return "Ja";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO:
|
|
|
|
|
return "Nein";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_BACK:
|
|
|
|
|
return "ZUR<EFBFBD>CK";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION:
|
|
|
|
|
return "Bildschirmaufl<EFBFBD>sung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DISABLED:
|
|
|
|
|
return "Deaktiviert";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PORT:
|
|
|
|
|
return "Port";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NONE:
|
|
|
|
|
return "Keins";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DEVELOPER:
|
|
|
|
|
return "Entwickler";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PUBLISHER:
|
|
|
|
|
return "Publisher";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DESCRIPTION:
|
|
|
|
|
return "Beschreibung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_NAME:
|
|
|
|
|
return "Name";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ORIGIN:
|
|
|
|
|
return "Herkunft";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_FRANCHISE:
|
|
|
|
|
return "Franchise";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_MONTH:
|
|
|
|
|
return "Ver<EFBFBD>ffentlichungsmonat";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_YEAR:
|
|
|
|
|
return "Ver<EFBFBD>ffentlichungsjahr";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_TRUE:
|
|
|
|
|
return "True";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_FALSE:
|
|
|
|
|
return "False";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MISSING:
|
|
|
|
|
return "Fehlt";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PRESENT:
|
|
|
|
|
return "Vorhanden";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OPTIONAL:
|
|
|
|
|
return "Optional";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_REQUIRED:
|
|
|
|
|
return "Notwendig";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_STATUS:
|
|
|
|
|
return "Status";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS:
|
|
|
|
|
return "Audio-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_SETTINGS:
|
|
|
|
|
return "Eingabe-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_ONSCREEN_DISPLAY_SETTINGS:
|
|
|
|
|
return "OSD-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_OVERLAY_SETTINGS:
|
|
|
|
|
return "Overlay-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MENU_SETTINGS:
|
|
|
|
|
return "Men<EFBFBD>-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MULTIMEDIA_SETTINGS:
|
|
|
|
|
return "Media-Player-Einstellungen"; /* UPDATE/FIXME */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_UI_SETTINGS:
|
|
|
|
|
return "Benutzeroberfl<EFBFBD>chen-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS:
|
|
|
|
|
return "Men<EFBFBD>-Dateibrowser-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_SETTINGS:
|
|
|
|
|
return "Core-Updater-Einstellungen"; /* UPDATE/FIXME */
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS:
|
|
|
|
|
return "Netzwerk-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS:
|
|
|
|
|
return "Wiedergabelisten-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_USER_SETTINGS:
|
|
|
|
|
return "Benutzer-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS:
|
|
|
|
|
return "Verzeichnis-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS:
|
|
|
|
|
return "Aufnahme-Einstellungen";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE:
|
|
|
|
|
return "Keine Informationen verf<72>gbar.";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS:
|
|
|
|
|
return "Spieler %u Tastenbelegung";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_ENGLISH:
|
|
|
|
|
return "Englisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_JAPANESE:
|
|
|
|
|
return "Japanisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_FRENCH:
|
|
|
|
|
return "Franz<EFBFBD>sisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_SPANISH:
|
|
|
|
|
return "Spanisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_GERMAN:
|
|
|
|
|
return "Deutsch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_ITALIAN:
|
|
|
|
|
return "Italienisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_DUTCH:
|
|
|
|
|
return "Niederl<EFBFBD>ndisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_PORTUGUESE:
|
|
|
|
|
return "Portugiesisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_RUSSIAN:
|
|
|
|
|
return "Russisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_KOREAN:
|
|
|
|
|
return "Koreanisch";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_TRADITIONAL:
|
|
|
|
|
return "Chinesisch (Traditionell)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_SIMPLIFIED:
|
|
|
|
|
return "Chinesisch (Vereinfacht)";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LANG_ESPERANTO:
|
|
|
|
|
return "Esperanto";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_LEFT_ANALOG:
|
|
|
|
|
return "Linker Analogstick";
|
|
|
|
|
case MENU_ENUM_LABEL_VALUE_RIGHT_ANALOG:
|
|
|
|
|
return "Rechter Analogstick";
|
2015-07-01 01:42:04 +02:00
|
|
|
|
default:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return "null";
|
|
|
|
|
}
|