-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
426 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Flatpak Builder | ||
uses: flatpak/flatpak-github-actions/[email protected] | ||
with: | ||
bundle: io.github.heliguy4599.FlattoolGUI.flatpak | ||
manifest-path: io.github.heliguy4599.FlattoolGUI.json | ||
bundle: io.github.heliguy4599.Warehouse.flatpak | ||
manifest-path: io.github.heliguy4599.Warehouse.json | ||
repository-name: gnome-nightly | ||
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ After 1.0 | |
- Separate Orphans Window | ||
- Export in batch mode | ||
- Copy drop down in batch mode | ||
- World domination |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ub.heliguy4599.FlattoolGUI.appdata.xml.in → ...thub.heliguy4599.Warehouse.appdata.xml.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...github.heliguy4599.FlattoolGUI.desktop.in → ...o.github.heliguy4599.Warehouse.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist gettext-domain="warehouse"> | ||
<schema id="io.github.heliguy4599.Warehouse" path="/io/github/heliguy4599/Warehouse/"> | ||
</schema> | ||
</schemalist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
data/io.github.heliguy4599.FlattoolGUI.desktop.in | ||
data/io.github.heliguy4599.FlattoolGUI.appdata.xml.in | ||
data/io.github.heliguy4599.FlattoolGUI.gschema.xml | ||
data/io.github.heliguy4599.Warehouse.desktop.in | ||
data/io.github.heliguy4599.Warehouse.appdata.xml.in | ||
data/io.github.heliguy4599.Warehouse.gschema.xml | ||
src/main.py | ||
src/window.py | ||
src/window.blp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2023 Kuchenmampfer | ||
# This file is distributed under the same license as the flattool-gui package. | ||
# This file is distributed under the same license as the warehouse package. | ||
# FIRST AUTHOR <[email protected]>, 2023. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: flattool-gui\n" | ||
"Project-Id-Version: warehouse\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-02 16:25-0400\n" | ||
"PO-Revision-Date: 2023-09-03 00:00+0200\n" | ||
|
@@ -17,11 +17,11 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 3.3.1\n" | ||
|
||
#: data/io.github.heliguy4599.FlattoolGUI.desktop.in:3 | ||
msgid "Flattool" | ||
msgstr "Flattool" | ||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3 | ||
msgid "Warehouse" | ||
msgstr "Warehouse" | ||
|
||
#: data/io.github.heliguy4599.FlattoolGUI.appdata.xml.in:7 | ||
#: data/io.github.heliguy4599.Warehouse.appdata.xml.in:7 | ||
msgid "No description" | ||
msgstr "Keine Beschreibung" | ||
|
||
|
@@ -67,9 +67,9 @@ msgstr "Bitte warten" | |
|
||
#: src/window.py:176 | ||
msgid "" | ||
"Flattool is attempting to install the selected apps. This could take a while." | ||
"Warehouse is attempting to install the selected apps. This could take a while." | ||
msgstr "" | ||
"Flattool versucht, die ausgewählten Programme zu installieren. Dies kann " | ||
"Warehouse versucht, die ausgewählten Programme zu installieren. Dies kann " | ||
"eine Weile dauern." | ||
|
||
#: src/window.py:212 | ||
|
@@ -227,16 +227,16 @@ msgstr "Keine Flatpaks gefunden" | |
|
||
#: src/window.blp:97 | ||
msgid "" | ||
"Flattool cannot see the list of installed Flatpaks or the system has no " | ||
"Warehouse cannot see the list of installed Flatpaks or the system has no " | ||
"Flatpaks installed." | ||
msgstr "" | ||
"Flattool kann die Liste der installierten Flatpaks nicht sehen oder es sind " | ||
"Warehouse kann die Liste der installierten Flatpaks nicht sehen oder es sind " | ||
"keine Flatpaks auf dem System installiert." | ||
|
||
#: src/window.blp:102 | ||
msgid "Flattool is uninstalling the selected apps. This could take a while." | ||
msgid "Warehouse is uninstalling the selected apps. This could take a while." | ||
msgstr "" | ||
"Flattool deinstalliert die ausgewählten Programme. Dies kann eine Weile " | ||
"Warehouse deinstalliert die ausgewählten Programme. Dies kann eine Weile " | ||
"dauern." | ||
|
||
#: src/window.blp:113 | ||
|
@@ -252,5 +252,5 @@ msgid "_Keyboard Shortcuts" | |
msgstr "_Tastaturbefehle" | ||
|
||
#: src/window.blp:133 | ||
msgid "_About Flattool-gui" | ||
msgstr "_Über Flattool-gui" | ||
msgid "_About Warehouse" | ||
msgstr "_Über Warehouse" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR Heliguy | ||
# This file is distributed under the same license as the flattool-gui package. | ||
# This file is distributed under the same license as the warehouse package. | ||
# FIRST AUTHOR <[email protected]>, 2023. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: flattool-gui\n" | ||
"Project-Id-Version: warehouse\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-02 16:11-0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
|
@@ -17,11 +17,11 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: data/io.github.heliguy4599.FlattoolGUI.desktop.in:3 | ||
msgid "Flattool" | ||
msgstr "Flattool" | ||
#: data/io.github.heliguy4599.Warehouse.desktop.in:3 | ||
msgid "Warehouse" | ||
msgstr "Warehouse" | ||
|
||
#: data/io.github.heliguy4599.FlattoolGUI.appdata.xml.in:7 | ||
#: data/io.github.heliguy4599.Warehouse.appdata.xml.in:7 | ||
msgid "No description" | ||
msgstr "" | ||
|
||
|
@@ -65,8 +65,8 @@ msgstr "Espere, por favor" | |
|
||
#: src/window.py:176 | ||
msgid "" | ||
"Flattool is attempting to install the selected apps. This could take a while." | ||
msgstr "Flattool está intentando instalar las aplicaciones seleccionadas. Esto puede tardar un poco." | ||
"Warehouse is attempting to install the selected apps. This could take a while." | ||
msgstr "Warehouse está intentando instalar las aplicaciones seleccionadas. Esto puede tardar un poco." | ||
|
||
#: src/window.py:212 | ||
msgid "~" | ||
|
@@ -221,15 +221,15 @@ msgstr "No se han encontrado Flatpaks " | |
|
||
#: src/window.blp:97 | ||
msgid "" | ||
"Flattool cannot see the list of installed Flatpaks or the system has no " | ||
"Warehouse cannot see the list of installed Flatpaks or the system has no " | ||
"Flatpaks installed." | ||
msgstr "" | ||
"Flattool no puede ver la lista de Flatpaks instalados o el sistema no tiene " | ||
"Warehouse no puede ver la lista de Flatpaks instalados o el sistema no tiene " | ||
"Flatpaks instaladas." | ||
|
||
#: src/window.blp:102 | ||
msgid "Flattool is uninstalling the selected apps. This could take a while." | ||
msgstr "Flattool está desinstalando las aplicaciones seleccionadas. Esto puede tardar un rato." | ||
msgid "Warehouse is uninstalling the selected apps. This could take a while." | ||
msgstr "Warehouse está desinstalando las aplicaciones seleccionadas. Esto puede tardar un rato." | ||
|
||
#: src/window.blp:113 | ||
msgid "Show Flatpak Runtimes" | ||
|
@@ -244,5 +244,5 @@ msgid "_Keyboard Shortcuts" | |
msgstr "_Atajos de teclado" | ||
|
||
#: src/window.blp:133 | ||
msgid "_About Flattool-gui" | ||
msgstr "_Sobre Flattool-gui" | ||
msgid "_About Warehouse" | ||
msgstr "_Sobre Warehouse" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
i18n.gettext('flattool-gui', preset: 'glib') | ||
i18n.gettext('warehouse', preset: 'glib') |
Oops, something went wrong.