diff options
Diffstat (limited to 'game/tl/it/screens.rpy')
-rw-r--r-- | game/tl/it/screens.rpy | 268 |
1 files changed, 268 insertions, 0 deletions
diff --git a/game/tl/it/screens.rpy b/game/tl/it/screens.rpy new file mode 100644 index 0000000..ff77c14 --- /dev/null +++ b/game/tl/it/screens.rpy @@ -0,0 +1,268 @@ +# TODO: Translation updated at 2021-05-18 14:35 + +translate it strings: + + # game/screens.rpy:256 + old "History" + new "History" + + # game/screens.rpy:257 + old "Skip" + new "Skip" + + # game/screens.rpy:258 + old "Prefs" + new "Prefs" + + # game/screens.rpy:299 + old "Start" + new "Start" + + # game/screens.rpy:306 + old "Preferences" + new "Preferences" + + # game/screens.rpy:310 + old "End Replay" + new "End Replay" + + # game/screens.rpy:314 + old "Main Menu" + new "Main Menu" + + # game/screens.rpy:316 + old "About" + new "About" + + # game/screens.rpy:322 + old "Quit" + new "Quitter" + + # game/screens.rpy:467 + old "Return" + new "Return" + + # game/screens.rpy:551 + old "Version [config.version!t]\n" + new "Version [config.version!t]\n" + + # game/screens.rpy:557 + old "Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]" + new "Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]" + + # game/screens.rpy:647 + old "Display" + new "Display" + + # game/screens.rpy:648 + old "Window" + new "Window" + + # game/screens.rpy:649 + old "Fullscreen" + new "Fullscreen" + + # game/screens.rpy:650 + old "Iconify" + new "Iconify" + + # game/screens.rpy:651 + old "Enabled" + new "aktiviert" + + # game/screens.rpy:651 + old "Disabled" + new "Deaktiviert" + + # game/screens.rpy:658 + old "Discord" + new "Discord" + + # game/screens.rpy:664 + old "Steam Login" + new "Steam Login" + + # game/screens.rpy:670 + old "Game Client" + new "Game Client" + + # game/screens.rpy:671 + old "ManaPlus" + new "ManaPlus" + + # game/screens.rpy:673 + old "Mana" + new "Mana" + + # game/screens.rpy:679 + old "Language" + new "Language" + + # game/screens.rpy:684 + old "Unseen Text" + new "Unseen Text" + + # game/screens.rpy:685 + old "After Choices" + new "After Choices" + + # game/screens.rpy:686 + old "Transitions" + new "Transitions" + + # game/screens.rpy:706 + old "Music Volume" + new "Music Volume" + + # game/screens.rpy:713 + old "Sound Volume" + new "Sound Volume" + + # game/screens.rpy:719 + old "Test" + new "Test" + + # game/screens.rpy:723 + old "Voice Volume" + new "Voice Volume" + + # game/screens.rpy:734 + old "Mute All" + new "Mute All" + + # game/screens.rpy:740 + old "Check Files Integrity" + new "Check Files Integrity" + + # game/screens.rpy:757 + old "All Set!" + new "All Set!" + + # game/screens.rpy:877 + old "The dialogue history is empty." + new "The dialogue history is empty." + + # game/screens.rpy:938 + old "Help" + new "Help" + + # game/screens.rpy:947 + old "Keyboard" + new "Keyboard" + + # game/screens.rpy:948 + old "Mouse" + new "Mouse" + + # game/screens.rpy:951 + old "Gamepad" + new "Gamepad" + + # game/screens.rpy:964 + old "Enter" + new "Entrer" + + # game/screens.rpy:965 + old "Advances dialogue and activates the interface." + new "Advances dialogue and activates the interface." + + # game/screens.rpy:968 + old "Space" + new "Space" + + # game/screens.rpy:969 + old "Advances dialogue without selecting choices." + new "Advances dialogue without selecting choices." + + # game/screens.rpy:972 + old "Arrow Keys" + new "Arrow Keys" + + # game/screens.rpy:973 + old "Navigate the interface." + new "Navigate the interface." + + # game/screens.rpy:976 + old "Escape" + new "Escape" + + # game/screens.rpy:977 + old "Accesses the game menu." + new "Accesses the game menu." + + # game/screens.rpy:980 + old "Ctrl" + new "Ctrl" + + # game/screens.rpy:981 + old "Skips dialogue while held down." + new "Skips dialogue while held down." + + # game/screens.rpy:984 + old "Tab" + new "Tab" + + # game/screens.rpy:985 + old "Toggles dialogue skipping." + new "Toggles dialogue skipping." + + # game/screens.rpy:989 + old "Hides the user interface." + new "Hides the user interface." + + # game/screens.rpy:993 + old "Takes a screenshot." + new "Takes a screenshot." + + # game/screens.rpy:997 + old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." + new "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." + + # game/screens.rpy:1003 + old "Left Click" + new "Left Click" + + # game/screens.rpy:1007 + old "Middle Click" + new "Middle Click" + + # game/screens.rpy:1011 + old "Right Click" + new "Right Click" + + # game/screens.rpy:1018 + old "Right Trigger\nA/Bottom Button" + new "Right Trigger\nA/Bottom Button" + + # game/screens.rpy:1022 + old "D-Pad, Sticks" + new "D-Pad, Sticks" + + # game/screens.rpy:1026 + old "Start, Guide" + new "Start, Guide" + + # game/screens.rpy:1030 + old "Y/Top Button" + new "Y/Top Button" + + # game/screens.rpy:1033 + old "Calibrate" + new "Calibrate" + + # game/screens.rpy:1098 + old "Yes" + new "Oui" + + # game/screens.rpy:1099 + old "No" + new "Non" + + # game/screens.rpy:1145 + old "Skipping" + new "Skipping" + + # game/screens.rpy:1366 + old "Menu" + new "Menu" + |