Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Dec 8, 2023
1 parent 5fb09cb commit 863dbfd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions game/tl/french/common.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,9 @@ translate french strings:
old "Enable (No Blocklist)"
new "Activer (Sans Blocklist)"

# renpy/common/00gltest.rpy:150
old "Calibrate"
new "Calibrage"
# # renpy/common/(.*)
# old "Calibrate"
# new "(.*)"

# renpy/common/00gltest.rpy:159
old "Powersave"
Expand Down Expand Up @@ -877,9 +877,9 @@ translate french strings:
old "Changes will take effect the next time this program is run."
new "Les changements prendront effet au prochain démarrage du programme."

# renpy/common/00gltest.rpy:214
old "Quit"
new "Quitter"
# # renpy/common/(.*)
# old "Quit"
# new "(.*)"

# renpy/common/00gltest.rpy:242
old "Performance Warning"
Expand Down
12 changes: 6 additions & 6 deletions game/tl/german/common.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,9 @@ translate german strings:
old "Enable (No Blocklist)"
new "Enable (No Blocklist)"

# renpy/common/00gltest.rpy:150
old "Calibrate"
new "Calibrate"
# # renpy/common/(.*)
# old "Calibrate"
# new "(.*)"

# renpy/common/00gltest.rpy:159
old "Powersave"
Expand Down Expand Up @@ -877,9 +877,9 @@ translate german strings:
old "Changes will take effect the next time this program is run."
new "Die Änderungen werden beim nächsten Neustart des Programms übernommen."

# renpy/common/00gltest.rpy:214
old "Quit"
new "Beenden"
# # renpy/common/(.*)
# old "Quit"
# new "(.*)"

# renpy/common/00gltest.rpy:242
old "Performance Warning"
Expand Down
12 changes: 6 additions & 6 deletions game/tl/italian/common.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,9 @@ translate italian strings:
old "Enable (No Blocklist)"
new "Enable (No Blocklist)"

# renpy/common/00gltest.rpy:150
old "Calibrate"
new "Calibra"
# # renpy/common/(.*)
# old "Calibrate"
# new "(.*)"

# renpy/common/00gltest.rpy:159
old "Powersave"
Expand Down Expand Up @@ -877,9 +877,9 @@ translate italian strings:
old "Changes will take effect the next time this program is run."
new "Le modifiche avranno effetto al prossimo avvio di questo programma."

# renpy/common/00gltest.rpy:214
old "Quit"
new "Esci"
# # renpy/common/(.*)
# old "Quit"
# new "(.*)"

# renpy/common/00gltest.rpy:242
old "Performance Warning"
Expand Down
12 changes: 6 additions & 6 deletions game/tl/spanish/common.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,9 @@ translate spanish strings:
old "Enable (No Blocklist)"
new "Habilitar (sin Blocklist)"

# renpy/common/00gltest.rpy:150
old "Calibrate"
new "Calibrar"
# # renpy/common/(.*)
# old "Calibrate"
# new "(.*)"

# renpy/common/00gltest.rpy:159
old "Powersave"
Expand Down Expand Up @@ -877,9 +877,9 @@ translate spanish strings:
old "Changes will take effect the next time this program is run."
new "Los cambios se aplicarán la próxima vez que el programa se ejecute."

# renpy/common/00gltest.rpy:214
old "Quit"
new "Salir"
# # renpy/common/(.*)
# old "Quit"
# new "(.*)"

# renpy/common/00gltest.rpy:242
old "Performance Warning"
Expand Down

0 comments on commit 863dbfd

Please sign in to comment.