From 8cf09b07d51a5878e9d1426e6e7f5c748a90c4fe Mon Sep 17 00:00:00 2001 From: dsatta Date: Mon, 6 May 2024 16:18:37 +0200 Subject: [PATCH] fixed translated bonus chapters names --- game/tl/it/screens.rpy | 32 +------------------------- game/tl/it/src/extra_chapters_menu.rpy | 20 ++++++++-------- 2 files changed, 11 insertions(+), 41 deletions(-) diff --git a/game/tl/it/screens.rpy b/game/tl/it/screens.rpy index cf43ee24..0eaa05cb 100644 --- a/game/tl/it/screens.rpy +++ b/game/tl/it/screens.rpy @@ -425,34 +425,4 @@ translate it strings: new "Hai completato tutti i finali! Completa tutti i capitoli bonus per ricevere il capitolo finale!" old "You have unlocked new bonus chapters, complete unseen endings to see more!" - new "Hai sbloccato nuovi capitoli bonus, completa finali non visti per vederne di più!" - - old "Chicxulub Gutterlane" - new "I Canali del Chicxulub" - - old "The Mous Pad" - new "Il Tappet-Imo del Mouse" - - old "PTA Meeting" - new "Incontro Genitori-Insegnanti" - - old "Passion of the Trigga I" - new "La Passione di Trigga I" - - old "Passion of the Trigga II" - new "La Passione di Trigga II" - - old "Passion of the Trigga III" - new "La Passione di Trigga III" - - old "Naomi's Tribulations I" - new "Le Tribolazioni di Naomi I" - - old "Naomi's Tribulations II" - new "Le Tribolazioni di Naomi II" - - old "Naomi's Tribulations III" - new "Le Tribolazioni di Naomi III" - - old "RAYmba's Observations" - new "Le Osservazioni di RAYmba" \ No newline at end of file + new "Hai sbloccato nuovi capitoli bonus, completa finali non visti per vederne di più!" \ No newline at end of file diff --git a/game/tl/it/src/extra_chapters_menu.rpy b/game/tl/it/src/extra_chapters_menu.rpy index ad2e3cc6..583b0f17 100644 --- a/game/tl/it/src/extra_chapters_menu.rpy +++ b/game/tl/it/src/extra_chapters_menu.rpy @@ -4,41 +4,41 @@ translate it strings: # game/src/extra_chapters_menu.rpy:3 old "Chicxulub Gutterlane" - new "" + new "I Canali del Chicxulub" # game/src/extra_chapters_menu.rpy:3 old "The Mous Pad" - new "" + new "Il Tappet-Imo del Mouse" # game/src/extra_chapters_menu.rpy:3 old "PTA Meeting" - new "" + new "Incontro Genitori-Insegnanti" # game/src/extra_chapters_menu.rpy:3 old "Passion of the Trigga I" - new "" + new "La Passione di Trigga I" # game/src/extra_chapters_menu.rpy:3 old "Passion of the Trigga II" - new "" + new "La Passione di Trigga II" # game/src/extra_chapters_menu.rpy:3 old "Passion of the Trigga III" - new "" + new "La Passione di Trigga III" # game/src/extra_chapters_menu.rpy:3 old "Naomi's Tribulations I" - new "" + new "Le Tribolazioni di Naomi I" # game/src/extra_chapters_menu.rpy:3 old "Naomi's Tribulations II" - new "" + new "Le Tribolazioni di Naomi II" # game/src/extra_chapters_menu.rpy:3 old "Naomi's Tribulations III" - new "" + new "Le Tribolazioni di Naomi III" # game/src/extra_chapters_menu.rpy:3 old "RAYmba's Observations" - new "" + new "Le Osservazioni di RAYmba"