diff options
author | 0neGal <mail@0negal.com> | 2023-01-27 11:54:36 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-01-28 01:18:45 +0100 |
commit | 7fea75e8b064e5ca241a044e6efb3a315b6cd882 (patch) | |
tree | b5b1f67676457c8fef9bff31b2a0f21a114bc5f5 /src/lang | |
parent | feef5a6c98239a2c08433aec1bbc4e5510a79e32 (diff) | |
download | Viper-7fea75e8b064e5ca241a044e6efb3a315b6cd882.tar.gz Viper-7fea75e8b064e5ca241a044e6efb3a315b6cd882.zip |
initial draft for redesign of the mod list
The current design for the installed mods is not exactly the best. And
it has been due for a redesign for quite a while, I'm finally starting
work on this.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/de.json | 2 | ||||
-rw-r--r-- | src/lang/en.json | 2 | ||||
-rw-r--r-- | src/lang/es.json | 2 | ||||
-rw-r--r-- | src/lang/fr.json | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/lang/de.json b/src/lang/de.json index 305176b..e281ff5 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -56,9 +56,7 @@ "gui.mods.disabledtag": "Deaktiviert", "gui.mods.install": "Installiere den Mod", "gui.mods.find": "Suche nach Mods", - "gui.mods.toggle": "Aktiviere/Deaktiviere den Mod", "gui.mods.toggleall": "Aktiviere/Deaktiviere alle Mods", - "gui.mods.remove": "Entferne den Mod", "gui.mods.removeall": "Entferne alle Mods", "gui.mods.nothingselected": "Es wurde kein Mod ausgewählt.", "gui.mods.toggleall.confirm": "Das Deaktivieren aller Mods kann zum Deaktiveren von Mods führen die von Northstar benötigt werden. Bist du dir sicher das du diese Aktion durchführen willst?", diff --git a/src/lang/en.json b/src/lang/en.json index e383249..cfb294a 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -56,9 +56,7 @@ "gui.mods.disabledtag": "Disabled", "gui.mods.install": "Install Mod", "gui.mods.find": "Find Mods", - "gui.mods.toggle": "Toggle Mod", "gui.mods.toggleall": "Toggle All", - "gui.mods.remove": "Remove Mod", "gui.mods.removeall": "Remove All", "gui.mods.nothingselected": "You've not selected a mod.", "gui.mods.toggleall.confirm": "Toggling all mods could disable mods required for Northstar to function. Are you sure?", diff --git a/src/lang/es.json b/src/lang/es.json index b8b406b..64c3f01 100644 --- a/src/lang/es.json +++ b/src/lang/es.json @@ -56,9 +56,7 @@ "gui.mods.disabledtag": "Deshabilitado", "gui.mods.install": "Instalar modificación", "gui.mods.find": "Encontrar modificaciones", - "gui.mods.toggle": "Alternar modificación", "gui.mods.toggleall": "Alternar todo", - "gui.mods.remove": "Remover modificación", "gui.mods.removeall": "Remover todo", "gui.mods.nothingselected": "No has seleccionado una modificación.", "gui.mods.toggleall.confirm": "Alternar todo podría deshabilitar las modificaciones requeridas para que Northstar funcione. ¿Está seguro?", diff --git a/src/lang/fr.json b/src/lang/fr.json index a1f27a4..94c31c8 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -56,9 +56,7 @@ "gui.mods.disabledtag": "Désactivé", "gui.mods.install": "Installer le mod", "gui.mods.find": "Chercher des mods", - "gui.mods.toggle": "Activer/désactiver le mod", "gui.mods.toggleall": "Activer/désactiver tous les mods", - "gui.mods.remove": "Supprimer le mod", "gui.mods.removeall": "Tout supprimer", "gui.mods.nothingselected": "Aucun mod n'est sélectionné.", "gui.mods.toggleall.confirm": "Cette action pourrait désactiver des mods nécessaires au bon fonctionnement de Northstar. Souhaitez-vous faire cela ?", |