# A note on ellipsis: they indicate when an action won't immediately happen, but needs more information from the user. # For example, "Open File..." won't open a file, it'll ask the user to choose a file and *then* open the file. # Whereas "Close" or "About" wouldn't need any information, they'd immediately happen as soon as you click it. # In general, if clicking the thing immediately does that thing, no ellipsis. If it asks for more information, ellipsis. # This is the case for English, but other languages may have other rules or ways of showing this. # Some items may be also be duplicated here, like "About Ruffle" in the menu and "About Ruffle" elsewhere as the header of the about menu. # This is because some languages may use different wording for one or the other, especially with things like capitalisation. file-menu = Datei file-menu-open-quick = Öffnen... file-menu-open-advanced = Öffne Erweitert... file-menu-close = Schließen file-menu-reload = Neu Laden file-menu-preferences = Einstellungen... file-menu-exit = Beenden controls-menu = Steuerung controls-menu-suspend = Pausieren controls-menu-resume = Fortsetzen controls-menu-volume = Lautstärke help-menu = Hilfe help-menu-join-discord = Discord beitreten help-menu-report-a-bug = Bug melden... help-menu-sponsor-development = Sponsor-Entwicklung... help-menu-translate-ruffle = Ruffle übersetzen... help-menu-about = Über Ruffle bookmarks-menu = Lesezeichen bookmarks-menu-add = Hinzufügen... bookmarks-menu-manage = Lesezeichen verwalten... debug-menu = Debug-Werkzeuge debug-menu-open-stage = Bühne anzeigen debug-menu-open-movie = Film anzeigen debug-menu-open-movie-list = Bekannte Filme anzeigen debug-menu-open-domain-list = Domains anzeigen debug-menu-search-display-objects = Objekte durchsuchen...