# 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 = Fichier file-menu-open-quick = Ouvrir... file-menu-open-advanced = Ouvrir avec options... file-menu-close = Fermer file-menu-reload = Recharger file-menu-recents = Fichiers récents file-menu-recents-empty = Aucun fichier récent file-menu-preferences = Préférences... file-menu-exit = Quitter controls-menu = Contrôles controls-menu-suspend = Suspendre controls-menu-resume = Reprendre controls-menu-volume = Volume help-menu = Aide help-menu-join-discord = Rejoindre Discord help-menu-report-a-bug = Signaler un bug... help-menu-sponsor-development = Financer le développement... help-menu-translate-ruffle = Traduire Ruffle... help-menu-about = À propos de Ruffle bookmarks-menu = Favoris bookmarks-menu-add = Ajouter... bookmarks-menu-manage = Gérer les favoris... debug-menu = Outils de débogage debug-menu-open-stage = Informations de la scène debug-menu-open-movie = Informations du film debug-menu-open-movie-list = Liste des films connus debug-menu-open-domain-list = Liste des domaines debug-menu-search-display-objects = Rechercher des objets d'affichage...