# 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 = Súbor file-menu-open-quick = Otvoriť... file-menu-open-advanced = Otvoriť pokročilé... file-menu-close = Zavrieť file-menu-reload = Obnoviť file-menu-recents = Nedávne file-menu-recents-empty = Žiadne nedávne položky file-menu-preferences = Nastavenia... file-menu-exit = Ukončiť controls-menu = Ovládanie controls-menu-suspend = Pozastaviť controls-menu-resume = Pokračovať controls-menu-volume = Ovládanie hlasitosti help-menu = Nápoveda help-menu-join-discord = Pripojte sa na Discord help-menu-report-a-bug = Nahlásiť chybu... help-menu-sponsor-development = Sponzorovať vývoj... help-menu-translate-ruffle = Preložiť Ruffle... help-menu-about = O Ruffle bookmarks-menu = Záložky bookmarks-menu-add = Pridať... bookmarks-menu-manage = Spravovať záložky... debug-menu = Nástroje na ladenie debug-menu-open-stage = Zobraziť informácie o scéne debug-menu-open-movie = Zobraziť film debug-menu-open-movie-list = Zobraziť známe filmy debug-menu-open-domain-list = Zobraziť domény debug-menu-search-display-objects = Prehľadať zobrazenie objektov...