summaryrefslogtreecommitdiff
path: root/game/tl/fr/update.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/tl/fr/update.rpy')
-rw-r--r--game/tl/fr/update.rpy22
1 files changed, 21 insertions, 1 deletions
diff --git a/game/tl/fr/update.rpy b/game/tl/fr/update.rpy
index f30834b..ba5aaec 100644
--- a/game/tl/fr/update.rpy
+++ b/game/tl/fr/update.rpy
@@ -108,7 +108,7 @@ translate fr strings:
# game/update.rpy:437
old "Success!"
- new "Erfolg!"
+ new "Succès !"
# game/update.rpy:439
old "{color=#F00}Failure!{/color}"
@@ -122,3 +122,23 @@ translate fr strings:
old "Invalid OTPAuth URL.\nEnsure you used the URL sent to you by email!"
new "Invalid OTPAuth URL.\nEnsure you used the URL sent to you by email!"
+# TODO: Translation updated at 2023-07-08 18:33
+
+translate fr strings:
+
+ # game/update.rpy:331
+ old "Standard"
+ new "Standard"
+
+ # game/update.rpy:332
+ old "Mouseless"
+ new "Mouseless"
+
+ # game/update.rpy:444
+ old "If you already have an account, please insert your {b}2FA code{/b}.\n\n{u}Otherwise, a new account will be created and details will be sent to your email.{/u}"
+ new "If you already have an account, please insert your {b}2FA code{/b}.\n\n{u}Otherwise, a new account will be created and details will be sent to your email.{/u}"
+
+ # game/update.rpy:501
+ old "Please insert your {b}2FA Secret{/b} {i}or the link{/i} sent to you by email.\n\n{size=18}{color=#f00}WARNING:{/color} Will be saved locally without cryptography. We advise using Google Authenticator or similar instead.{/size}"
+ new "Please insert your {b}2FA Secret{/b} {i}or the link{/i} sent to you by email.\n\n{size=18}{color=#f00}WARNING:{/color} Will be saved locally without cryptography. We advise using Google Authenticator or similar instead.{/size}"
+