diff --git a/meson.build b/meson.build index 8133c6f..63faa38 100644 --- a/meson.build +++ b/meson.build @@ -11,6 +11,7 @@ gnome = import('gnome') subdir('data') subdir('src') +subdir('po') gnome.post_install( glib_compile_schemas: true, diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..e69de29 diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000..79c54cf --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,19 @@ +data/io.github.flattool.Warehouse.desktop.in +data/io.github.flattool.Warehouse.metainfo.xml.in +data/io.github.flattool.Warehouse.gschema.xml +src/main.py +src/common.py +src/window.py +src/window.blp +src/gtk/help-overlay.blp +src/properties_window.py +src/remotes_window.py +src/remotes.blp +src/popular_remotes_window.py +src/popular_remotes.blp +src/orphans_window.py +src/orphans.blp +src/filter_window.py +src/filter.blp +src/downgrade_window.py +src/downgrade.blp diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..d821659 --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext('warehouse', preset: 'glib') diff --git a/po/warehouse.pot b/po/warehouse.pot new file mode 100644 index 0000000..09c554f --- /dev/null +++ b/po/warehouse.pot @@ -0,0 +1,951 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the warehouse package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: warehouse\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-21 01:00-0700\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: data/io.github.flattool.Warehouse.desktop.in:3 +msgid "Warehouse" +msgstr "" + +#: data/io.github.flattool.Warehouse.desktop.in:10 +msgid "flatpak" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:9 +msgid "Manage all things Flatpak" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:11 +msgid "" +"Warehouse is an app that manages installed Flatpaks, their user data, and " +"Flatpak remotes." +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:12 +msgid "Features:" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:14 +msgid "Show and filter the list of installed Flatpaks" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:15 +msgid "Display properties of installed Flatpaks" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:16 +msgid "Manage large groups of Flatpaks at once" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:17 +msgid "Add and remove Flatpak remotes" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:18 +msgid "Find and trash leftover user data" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:19 +msgid "Reinstall apps that have leftover data" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:60 +msgid "The main list of Flatpaks is now sorted by name instead of ID" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:61 +msgid "" +"Warehouse can now be found in your app menu by searching for \"flatpak\"" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:62 +msgid "Corrected typo in the previous release's change log" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:68 +#: data/io.github.flattool.Warehouse.metainfo.xml.in:102 +msgid "New Features and Changes" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:70 +msgid "" +"Flatpaks files can be installed with a drag and drop or from a file selection" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:71 +msgid "" +"Flatpak remotes can be added with a drag and drop or from a file selection" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:72 +msgid "Apps can now be filtered by dependent runtimes" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:73 +msgid "" +"Properties of a runtime now shows a button to show only apps that rely on " +"the runtime" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:74 +msgid "A loading indicator is now shown when adding a remote" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:75 +msgid "Added Webkit Testing to the list of popular remotes" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:76 +msgid "Added a search bar to the Leftover Data window" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:77 +msgid "" +"Added a button to open the entire user data folder the Leftover Data window" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:78 +msgid "" +"Added a button on each row in the Leftover Data list to open them directly" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:79 +msgid "Changed margins of lists to improve legibility" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:80 +msgid "F10 now opens the main menu" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:82 +msgid "Bug Fixes and Stability Improvements" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:84 +msgid "" +"Fixed a crash that would sometimes occur when opening the Leftover Data " +"window" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:85 +msgid "Popular remotes are now named correcting and have proper descriptions" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:86 +msgid "" +"The filter button now disables when the Filter window is closed by the " +"keyboard" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:87 +msgid "The default filter is no longer allowed to be set as a new filter" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:93 +msgid "Emergency Bug Fix" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:95 +msgid "Fix error causing a crash on Linux Mint" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:96 +msgid "Correct typo in the app summary" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:104 +msgid "Choose from a list of popular remotes when adding a new remote" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:105 +msgid "App properties now shows the runtime that the app relies on" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:106 +msgid "Apps and runtimes that are End of Life are now noted as such" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:107 +msgid "Window size and state is remembered between sessions" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:109 +msgid "Bug Fixes and Performance Improvements" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:111 +msgid "The UI no longer freezes when uninstalling apps" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:112 +msgid "The UI no longer freezes when getting file sizes of large files" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:113 +msgid "Toggling batch mode no longer causes a freeze" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:114 +msgid "Selecting all apps no longer causes a freeze" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:115 +msgid "Applying and removing a filter no longer causes a freeze" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:116 +msgid "" +"Fixed issue where the no remotes status page would not be removed when a new " +"remote was added" +msgstr "" + +#: data/io.github.flattool.Warehouse.metainfo.xml.in:122 +msgid "First release of Warehouse" +msgstr "" + +#: src/main.py:86 +msgid "Flatpaks" +msgstr "" + +#: src/window.py:103 +msgid "Uninstalled successfully" +msgstr "" + +#: src/window.py:105 +msgid "Could not uninstall some apps" +msgstr "" + +#. Create Widgets +#: src/window.py:152 +msgid "Uninstall Selected Apps?" +msgstr "" + +#: src/window.py:152 +msgid "It will not be possible to use these apps after removal." +msgstr "" + +#: src/window.py:165 src/window.py:238 +msgid "App Settings & Data" +msgstr "" + +#: src/window.py:167 src/window.py:240 +msgid "Keep" +msgstr "" + +#: src/window.py:167 src/window.py:240 +msgid "Allow restoring app settings and content" +msgstr "" + +#: src/window.py:168 src/window.py:241 src/orphans.blp:70 +msgid "Trash" +msgstr "" + +#: src/window.py:168 src/window.py:241 +msgid "Send app settings and content to the trash" +msgstr "" + +#: src/window.py:195 src/window.py:259 src/window.py:497 src/window.py:656 +#: src/properties_window.py:84 src/remotes_window.py:59 +#: src/remotes_window.py:138 src/remotes_window.py:285 +#: src/orphans_window.py:108 src/orphans_window.py:162 src/filter.blp:17 +#: src/downgrade.blp:16 +msgid "Cancel" +msgstr "" + +#: src/window.py:196 src/window.py:260 +msgid "Uninstall" +msgstr "" + +#: src/window.py:202 +msgid "Cannot uninstall while already uninstalling" +msgstr "" + +#. Create Widgets +#: src/window.py:233 +msgid "Uninstall {}?" +msgstr "" + +#: src/window.py:233 +msgid "It will not be possible to use {} after removal." +msgstr "" + +#: src/window.py:300 src/window.py:304 +msgid "EOL" +msgstr "" + +#: src/window.py:300 src/properties_window.py:19 +msgid "" +"This Flatpak has reached its End of Life and will not receive any security " +"updates" +msgstr "" + +#: src/window.py:304 src/properties_window.py:20 +msgid "" +"The runtime used by this app has reached its End of Life and will not " +"receive any security updates" +msgstr "" + +#: src/window.py:308 +msgid "Masked" +msgstr "" + +#: src/window.py:308 +msgid "This Flatpak is masked and will not be updated" +msgstr "" + +#: src/window.py:314 src/properties_window.py:156 +msgid "View Properties" +msgstr "" + +#. {Row visibility, Row selected, the row itself, properties, menu button, select, the flatpak row from `flatpak list`, mask label, the dropdown menu model} +#. self.create_action(("properties" + str(index)), lambda *_, index=index: show_properties_window(None, index, self)) +#. properties_item = Gio.MenuItem.new(_("Show Properties"), f"win.properties{index}") +#. row_menu_model.append_item(properties_item) +#: src/window.py:341 +msgid "Copied name" +msgstr "" + +#: src/window.py:342 +msgid "Copy Name" +msgstr "" + +#: src/window.py:344 +msgid "Copied ID" +msgstr "" + +#: src/window.py:345 +msgid "Copy ID" +msgstr "" + +#: src/window.py:347 +msgid "Copied ref" +msgstr "" + +#: src/window.py:348 +msgid "Copy Ref" +msgstr "" + +#: src/window.py:350 +msgid "Copied launch command" +msgstr "" + +#: src/window.py:351 +msgid "Copy Launch Command" +msgstr "" + +#: src/window.py:353 src/window.py:420 +msgid "Copy" +msgstr "" + +#: src/window.py:355 +msgid "Opened {}" +msgstr "" + +#: src/window.py:356 +msgid "Open {}" +msgstr "" + +#: src/window.py:361 +msgid "Toggle Mask" +msgstr "" + +#: src/window.py:370 +msgid "Uninstall {}" +msgstr "" + +#: src/window.py:374 src/downgrade_window.py:142 +msgid "Downgrade {}" +msgstr "" + +#: src/window.py:398 +msgid "Could not toggle {}'s mask" +msgstr "" + +#: src/window.py:419 +msgid "Could not Run App" +msgstr "" + +#: src/window.py:425 +msgid "OK" +msgstr "" + +#: src/window.py:443 +msgid "List refreshed" +msgstr "" + +#: src/window.py:486 +msgid "No user data for {}" +msgstr "" + +#: src/window.py:489 +msgid "Can't trash user data for {}" +msgstr "" + +#: src/window.py:491 src/properties_window.py:74 +msgid "Trashed user data" +msgstr "" + +#: src/window.py:495 +msgid "Trash Selected Apps' User Data?" +msgstr "" + +#: src/window.py:495 +msgid "Your user files and data for these apps will be sent to the trash." +msgstr "" + +#: src/window.py:498 src/properties_window.py:85 +msgid "Trash Data" +msgstr "" + +#: src/window.py:549 +msgid "Copied selected app names" +msgstr "" + +#: src/window.py:557 +msgid "Copied selected app IDs" +msgstr "" + +#: src/window.py:565 +msgid "Copied selected app refs" +msgstr "" + +#: src/window.py:626 src/orphans_window.py:76 +msgid "Installed successfully" +msgstr "" + +#: src/window.py:629 +msgid "Could not install app" +msgstr "" + +#: src/window.py:654 +msgid "Install {}?" +msgstr "" + +#: src/window.py:657 src/orphans_window.py:109 src/orphans.blp:75 +msgid "Install" +msgstr "" + +#: src/window.py:664 src/remotes_window.py:212 src/remotes_window.py:296 +msgid "User" +msgstr "" + +#: src/window.py:664 +msgid "The app will be available to only you" +msgstr "" + +#: src/window.py:665 src/remotes_window.py:218 src/remotes_window.py:297 +msgid "System" +msgstr "" + +#: src/window.py:665 +msgid "The app will be available to every user on the system" +msgstr "" + +#: src/window.py:694 +msgid "File type not supported" +msgstr "" + +#: src/window.blp:12 +msgid "Refresh the List of Installed Apps" +msgstr "" + +#: src/window.blp:18 src/orphans.blp:14 +msgid "Search for an Installed App" +msgstr "" + +#: src/window.blp:24 +msgid "Filter Apps List" +msgstr "" + +#: src/window.blp:30 +msgid "Main Menu" +msgstr "" + +#: src/window.blp:37 +msgid "Toggle Selection Mode" +msgstr "" + +#: src/window.blp:75 +msgid "No Flatpaks Found" +msgstr "" + +#: src/window.blp:76 +msgid "" +"There are either no Flatpaks that match the current filter, Warehouse cannot " +"see the list of installed Flatpaks, or the system has no Flatpaks installed." +msgstr "" + +#. label: _("Uninstall"); +#: src/window.blp:92 +msgid "Uninstall Selected Apps" +msgstr "" + +#. label: _("Trash User Data"); +#: src/window.blp:98 +msgid "Send Selected Apps' Data to the Trash" +msgstr "" + +#: src/window.blp:103 +msgid "Open Copy Menu" +msgstr "" + +#: src/window.blp:114 +msgid "Install From File" +msgstr "" + +#: src/window.blp:119 src/orphans_window.py:24 +msgid "Manage Leftover Data" +msgstr "" + +#: src/window.blp:129 src/remotes_window.py:349 +msgid "Manage Remotes" +msgstr "" + +#: src/window.blp:134 +msgid "_Keyboard Shortcuts" +msgstr "" + +#: src/window.blp:139 +msgid "_About Warehouse" +msgstr "" + +#: src/window.blp:148 +msgid "Copy Names" +msgstr "" + +#: src/window.blp:153 +msgid "Copy IDs" +msgstr "" + +#: src/window.blp:158 +msgid "Copy Refs" +msgstr "" + +#: src/window.blp:167 +msgid "Open app" +msgstr "" + +#: src/gtk/help-overlay.blp:11 +msgctxt "shortcut window" +msgid "App Management" +msgstr "" + +#: src/gtk/help-overlay.blp:14 +msgctxt "shortcut window" +msgid "Search" +msgstr "" + +#: src/gtk/help-overlay.blp:19 +msgctxt "shortcut window" +msgid "Set a Filter" +msgstr "" + +#: src/gtk/help-overlay.blp:24 +msgctxt "shortcut window" +msgid "Refresh" +msgstr "" + +#: src/gtk/help-overlay.blp:29 +msgctxt "shortcut window" +msgid "Toggle Selection Mode" +msgstr "" + +#: src/gtk/help-overlay.blp:34 +msgctxt "shortcut window" +msgid "More Functions" +msgstr "" + +#: src/gtk/help-overlay.blp:37 +msgctxt "shortcut window" +msgid "Manage Leftover Data" +msgstr "" + +#: src/gtk/help-overlay.blp:42 +msgctxt "shortcut window" +msgid "Manage Remotes" +msgstr "" + +#: src/gtk/help-overlay.blp:47 +msgctxt "shortcut window" +msgid "Install From File" +msgstr "" + +#: src/gtk/help-overlay.blp:52 +msgctxt "shortcut window" +msgid "General" +msgstr "" + +#: src/gtk/help-overlay.blp:55 +msgctxt "shortcut window" +msgid "Open Menu" +msgstr "" + +#: src/gtk/help-overlay.blp:60 +msgctxt "shortcut window" +msgid "Show Shortcuts" +msgstr "" + +#: src/gtk/help-overlay.blp:65 +msgctxt "shortcut window" +msgid "Quit" +msgstr "" + +#: src/properties_window.py:7 +msgid "{} Properties" +msgstr "" + +#: src/properties_window.py:21 +msgid "This Flatpak has been masked and will not be updated" +msgstr "" + +#: src/properties_window.py:52 +msgid "Show Apps Using this Runtime" +msgstr "" + +#: src/properties_window.py:78 +msgid "Can't trash data" +msgstr "" + +#: src/properties_window.py:81 +msgid "Send {}'s User Data to the Trash?" +msgstr "" + +#: src/properties_window.py:82 +msgid "Your user files and data for this app will be sent to the trash." +msgstr "" + +#: src/properties_window.py:95 src/orphans_window.py:171 +msgid "Can't open folder" +msgstr "" + +#: src/properties_window.py:99 src/remotes_window.py:72 +msgid "Copied {}" +msgstr "" + +#: src/properties_window.py:131 +msgid "Open Data Folder" +msgstr "" + +#: src/properties_window.py:136 +msgid "Send User Data to the Trash" +msgstr "" + +#: src/properties_window.py:143 src/remotes_window.py:197 +#: src/remotes_window.py:294 +msgid "Name" +msgstr "" + +#: src/properties_window.py:143 +msgid "Description" +msgstr "" + +#: src/properties_window.py:143 +msgid "App ID" +msgstr "" + +#: src/properties_window.py:143 +msgid "Version" +msgstr "" + +#: src/properties_window.py:143 +msgid "Branch" +msgstr "" + +#: src/properties_window.py:143 +msgid "Arch" +msgstr "" + +#: src/properties_window.py:143 +msgid "Origin" +msgstr "" + +#: src/properties_window.py:143 +msgid "Installation" +msgstr "" + +#: src/properties_window.py:143 +msgid "Ref" +msgstr "" + +#: src/properties_window.py:143 +msgid "Active Commit" +msgstr "" + +#: src/properties_window.py:143 +msgid "Latest Commit" +msgstr "" + +#: src/properties_window.py:143 +msgid "Installed Size" +msgstr "" + +#: src/properties_window.py:143 +msgid "Options" +msgstr "" + +#: src/properties_window.py:143 +msgid "Runtime" +msgstr "" + +#: src/properties_window.py:151 +msgid "Copy {}" +msgstr "" + +#: src/properties_window.py:183 +msgid "Unmask" +msgstr "" + +#: src/remotes_window.py:48 +msgid "Could not remove {}" +msgstr "" + +#: src/remotes_window.py:56 +msgid "Any installed apps from {} will stop receiving updates" +msgstr "" + +#: src/remotes_window.py:57 +msgid "Remove {}?" +msgstr "" + +#: src/remotes_window.py:60 +msgid "Remove" +msgstr "" + +#: src/remotes_window.py:92 +msgid "Copy remote name" +msgstr "" + +#: src/remotes_window.py:95 +msgid "Remove {}" +msgstr "" + +#: src/remotes_window.py:110 src/remotes_window.py:243 +msgid "Could not add {}" +msgstr "" + +#: src/remotes_window.py:136 +msgid "Add Flatpak Remote" +msgstr "" + +#: src/remotes_window.py:139 src/remotes_window.py:286 +msgid "Add" +msgstr "" + +#: src/remotes_window.py:201 +msgid "URL" +msgstr "" + +#: src/remotes_window.py:212 src/remotes_window.py:296 +msgid "Remote will be available to only you" +msgstr "" + +#: src/remotes_window.py:218 src/remotes_window.py:297 +msgid "Remote will be available to every user on the system" +msgstr "" + +#: src/remotes_window.py:241 +msgid "{} successfully added" +msgstr "" + +#: src/remotes_window.py:283 +msgid "Add {}?" +msgstr "" + +#. [Name to show in GUI, Name of remote for system, Link to repo to add, Description of remote] +#: src/remotes_window.py:322 +msgid "The open source, pay-what-you-want app store from elementary" +msgstr "" + +#: src/remotes_window.py:323 +msgid "Central repository of Flatpak applications" +msgstr "" + +#: src/remotes_window.py:324 +msgid "Beta builds of Flatpak applications" +msgstr "" + +#: src/remotes_window.py:325 +msgid "Flatpaks packaged by Fedora Linux" +msgstr "" + +#: src/remotes_window.py:326 +msgid "The latest beta GNOME Apps and Runtimes" +msgstr "" + +#: src/remotes_window.py:327 +msgid "Beta KDE Apps and Runtimes" +msgstr "" + +#: src/remotes_window.py:328 +msgid "Central repository of the WebKit Developer and Runtime SDK" +msgstr "" + +#: src/remotes.blp:13 +msgid "Add Remote" +msgstr "" + +#: src/remotes.blp:45 +msgid "No Remotes" +msgstr "" + +#: src/remotes.blp:46 +msgid "" +"Warehouse cannot see the list of remotes or the system has no remotes added" +msgstr "" + +#: src/popular_remotes_window.py:31 +msgid "Flatpaks Repos" +msgstr "" + +#: src/popular_remotes.blp:18 +msgid "Add a Remote" +msgstr "" + +#: src/popular_remotes.blp:19 +msgid "Choose from a list of popular remotes or add a new one." +msgstr "" + +#: src/popular_remotes.blp:36 +msgid "Add a Repo File" +msgstr "" + +#: src/popular_remotes.blp:40 +msgid "Add a Custom Remote" +msgstr "" + +#: src/orphans_window.py:78 +msgid "Some apps didn't install" +msgstr "" + +#: src/orphans_window.py:81 +msgid "Installing... This could take a while" +msgstr "" + +#. Make window unable to close +#: src/orphans_window.py:106 +msgid "Attempt to Install?" +msgstr "" + +#: src/orphans_window.py:106 +msgid "Warehouse will attempt to install apps matching the selected data." +msgstr "" + +#: src/orphans_window.py:123 +msgid "{} wide" +msgstr "" + +#: src/orphans_window.py:159 +msgid "Trash folders?" +msgstr "" + +#: src/orphans_window.py:159 +msgid "These folders will be sent to the trash." +msgstr "" + +#: src/orphans_window.py:163 +msgid "Continue" +msgstr "" + +#: src/orphans_window.py:187 +msgid "Could not manage data" +msgstr "" + +#: src/orphans.blp:19 +msgid "Open the User Data Folder" +msgstr "" + +#: src/orphans.blp:57 src/filter.blp:85 +msgid "No Leftover Data" +msgstr "" + +#: src/orphans.blp:58 src/filter.blp:86 +msgid "There is no leftover user data" +msgstr "" + +#: src/orphans.blp:66 +msgid "Select All" +msgstr "" + +#: src/filter.blp:7 +msgid "Set Filters" +msgstr "" + +#: src/filter.blp:21 +msgid "Apply" +msgstr "" + +#: src/filter.blp:46 +msgid "Show Apps" +msgstr "" + +#: src/filter.blp:55 +msgid "Show Runtimes" +msgstr "" + +#: src/filter.blp:65 +msgid "Filter Apps by Remotes" +msgstr "" + +#: src/filter.blp:69 +msgid "Filter Apps by Runtime" +msgstr "" + +#: src/filter.blp:76 +msgid "Clear Filters" +msgstr "" + +#: src/downgrade_window.py:76 +msgid "Commit Hash: {}" +msgstr "" + +#: src/downgrade_window.py:101 +msgid "Could not downgrade {}" +msgstr "" + +#: src/downgrade_window.py:108 +msgid "Could not mask {}" +msgstr "" + +#: src/downgrade_window.py:116 +msgid "Downgrading..." +msgstr "" + +#: src/downgrade_window.py:153 +msgid "Fetching Releases..." +msgstr "" + +#: src/downgrade.blp:21 +msgid "Downgrade" +msgstr "" + +#: src/downgrade.blp:40 +msgid "Mask this Flatpak" +msgstr "" + +#: src/downgrade.blp:41 +msgid "Ensure that the flatpak will never be updated to a newer version" +msgstr "" + +#: src/downgrade.blp:47 +msgid "Select a Release" +msgstr "" + +#: src/downgrade.blp:48 +msgid "" +"This will uninstall the current release and install the chosen one instead. " +"Note that downgrading can cause issues." +msgstr ""