mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
sys: Finish up the online store
This commit is contained in:
@@ -297,6 +297,19 @@ namespace hex::plugin::builtin {
|
||||
|
||||
{ "hex.view.constants.name", "Konstanten" },
|
||||
|
||||
{ "hex.view.store.name", "Content Store" },
|
||||
{ "hex.view.store.desc", "Downloade extra Content von ImHex' online Datenbank" },
|
||||
{ "hex.view.store.reload", "Neu laden" },
|
||||
{ "hex.view.store.name", "Name" },
|
||||
{ "hex.view.store.description", "Beschreibung" },
|
||||
{ "hex.view.store.download", "Download" },
|
||||
{ "hex.view.store.update", "Update" },
|
||||
{ "hex.view.store.remove", "Entfernen" },
|
||||
{ "hex.view.store.tab.patterns", "Patterns" },
|
||||
{ "hex.view.store.tab.libraries", "Libraries" },
|
||||
{ "hex.view.store.tab.magics", "Magic Files" },
|
||||
{ "hex.view.store.loading", "Store inhalt wird geladen..." },
|
||||
|
||||
/* Builtin plugin features */
|
||||
|
||||
{ "hex.builtin.command.calc.desc", "Rechner" },
|
||||
|
||||
@@ -297,6 +297,20 @@ namespace hex::plugin::builtin {
|
||||
|
||||
{ "hex.view.constants.name", "Constants" },
|
||||
|
||||
{ "hex.view.store.name", "Content Store" },
|
||||
{ "hex.view.store.desc", "Download new content from ImHex' online database" },
|
||||
{ "hex.view.store.reload", "Reload" },
|
||||
{ "hex.view.store.name", "Name" },
|
||||
{ "hex.view.store.description", "Description" },
|
||||
{ "hex.view.store.download", "Download" },
|
||||
{ "hex.view.store.update", "Update" },
|
||||
{ "hex.view.store.remove", "Remove" },
|
||||
{ "hex.view.store.tab.patterns", "Patterns" },
|
||||
{ "hex.view.store.tab.libraries", "Libraries" },
|
||||
{ "hex.view.store.tab.magics", "Magic Files" },
|
||||
{ "hex.view.store.loading", "Loading store content..." },
|
||||
|
||||
|
||||
/* Builtin plugin features */
|
||||
|
||||
{ "hex.builtin.command.calc.desc", "Calculator" },
|
||||
|
||||
@@ -296,6 +296,20 @@ namespace hex::plugin::builtin {
|
||||
|
||||
// { "hex.view.constants.name", "Constants" },
|
||||
|
||||
//{ "hex.view.store.name", "Content Store" },
|
||||
// { "hex.view.store.desc", "Download new content from ImHex' online database" },
|
||||
// { "hex.view.store.reload", "Reload" },
|
||||
// { "hex.view.store.name", "Name" },
|
||||
// { "hex.view.store.description", "Description" },
|
||||
// { "hex.view.store.download", "Download" },
|
||||
// { "hex.view.store.update", "Update" },
|
||||
// { "hex.view.store.remove", "Remove" },
|
||||
// { "hex.view.store.tab.patterns", "Patterns" },
|
||||
// { "hex.view.store.tab.libraries", "Libraries" },
|
||||
// { "hex.view.store.tab.magics", "Magic Files" },
|
||||
// { "hex.view.store.loading", "Loading store content..." },
|
||||
|
||||
|
||||
/* Builtin plugin features */
|
||||
|
||||
{ "hex.builtin.command.calc.desc", "Calcolatrice" },
|
||||
|
||||
Reference in New Issue
Block a user