diff options
author | 0neGal <mail@0negal.com> | 2021-12-31 15:39:10 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-31 15:39:10 +0100 |
commit | 10c786da5be323c0b2e7042e79bcee8849e25ef4 (patch) | |
tree | 8e530838e0bf8826f48dd570d17ca917c22e622e | |
parent | 3c948969bbd203d3e4ab4bd05ce25b4c6277094d (diff) | |
download | Viper-10c786da5be323c0b2e7042e79bcee8849e25ef4.tar.gz Viper-10c786da5be323c0b2e7042e79bcee8849e25ef4.zip |
fixed padding on welcome text and added <nobr>'s
-rw-r--r-- | src/app/main.css | 4 | ||||
-rw-r--r-- | src/lang/fr.json | 41 |
2 files changed, 3 insertions, 42 deletions
diff --git a/src/app/main.css b/src/app/main.css index dfa5633..c2ca627 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -62,6 +62,8 @@ button, .text { transition: 0.2s ease-in-out; } +#welcome {padding: 0px} + button { margin-bottom: 10px; color: var(--btnforeground); @@ -79,4 +81,4 @@ button:active { #setpath {background: #5E81AC} #northstar {background: #C7777F} #vanilla, #exit {background: #656E7F} -button:disabled {background: var(--disabled) !important; opacity: 0.5}
\ No newline at end of file +button:disabled {background: var(--disabled) !important; opacity: 0.5} diff --git a/src/lang/fr.json b/src/lang/fr.json deleted file mode 100644 index 26648c4..0000000 --- a/src/lang/fr.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "cli.help.help": "affiche ce message d'aide", - "cli.help.debug": "affiche les outils de développement", - "cli.help.version": "retourne des informations sur la version du logiciel", - "cli.help.cli": "force l'activation de la CLI", - "cli.help.update": "met à jour Northstar sur le chemin du jeu précisé", - "cli.help.setpath": "enregistre le chemin du client de jeu", - - "cli.setpath.noarg": "Aucun argument donné à --setpath", - - "cli.update.current": "Version actuelle :", - "cli.update.downloading": "Téléchargement en cours ", - "cli.update.checking": "Vérification des mises à jour ...", - "cli.update.downloaddone": "Téléchargement terminé ! Extraction des fichiers...", - "cli.update.finished": "Mise à jour terminée !", - "cli.update.uptodate": "La dernière version (%s) est déjà installée.", - - "cli.launch.linuxerror": "Le support du jeu sur Linux n'est pas encore implémenté.", - - "gui.welcome": "Bienvenue sur Viper !", - "gui.versions.viper": "Version de Viper", - "gui.versions.northstar": "Version de Northstar", - "gui.exit": "Fermer", - "gui.update": "Mise à jour", - "gui.setpath": "Chemin du jeu", - - "gui.update.downloading": "Téléchargement de la mise à jour...", - "gui.update.extracting": "Extraction des fichiers...", - "gui.update.finished": "Terminé, vous pouvez jouer !", - "gui.update.uptodate": "Déjà à jour !", - - "gui.launch": "Jouer", - "gui.launchvanilla": "Vanilla", - "gui.launchnorthstar": "Northstar", - - "gui.selectpath": "Veuillez sélectionner le dossier où se trouve le client Titanfall 2.", - - - "general.launching": "Lancement", - "general.missingpath": "Le chemin du client n'est pas défini !" -} |