diff options
author | nokoe <nokoe@mailbox.org> | 2025-02-19 13:03:06 +0100 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-02-19 13:04:24 +0100 |
commit | 4d4f612b8c4f0764e7b8fad71b10726a18d7ad59 (patch) | |
tree | 3b6eb31f823daa04a0d6f51e7a963a9025876d8b /locale/en.ini | |
parent | 83c21044f5cb711e9bb9bd0334f0137ca5bf87ad (diff) | |
download | hurrycurry-4d4f612b8c4f0764e7b8fad71b10726a18d7ad59.tar hurrycurry-4d4f612b8c4f0764e7b8fad71b10726a18d7ad59.tar.bz2 hurrycurry-4d4f612b8c4f0764e7b8fad71b10726a18d7ad59.tar.zst |
replace credits with a more elaborate about menu
Diffstat (limited to 'locale/en.ini')
-rw-r--r-- | locale/en.ini | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/locale/en.ini b/locale/en.ini index 1bc4dfad..7b201183 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -1,7 +1,8 @@ [hurrycurry] c.chat.write_message=Write message -c.credits.developed_by=developed by c.credits.contributors=with contributions from +c.credits.developed_by=developed by +c.legal.using_godot=This game uses Godot Engine, available under the following license: c.credits.models=Models c.credits.sounds=Sounds c.credits.thanks=Thank You For Playing @@ -33,9 +34,12 @@ c.map.difficulty.3=Unplayable c.map.difficulty.4=Very hard c.map.difficulty=Difficulty c.map.players_recommended={0} players recommended +c.menu.about.credits=Credits +c.menu.about.legal=Legal +c.menu.about.source=Source Code +c.menu.about=About c.menu.accept=Accept c.menu.back=Back -c.menu.credits=Credits c.menu.deny=Deny c.menu.ingame.cancel=Abort current game c.menu.ingame.join=Join game @@ -52,6 +56,13 @@ c.menu.lobby.start=Start game c.menu.my_chef=My Chef c.menu.play.allow_query_registry=To show a public server list a registry service is contacted regularly. The registry service is {0}. c.menu.play.connect=Connect +c.menu.play.editor_failed=Editor (failed) +c.menu.play.editor_start=Start map editor +c.menu.play.editor_starting=Editor is starting… +c.menu.play.editor_stop=Stop map editor +c.menu.play.editor_testing=Map Editor (testing) +c.menu.play.editor_unavailable=Map Editor (unavailable) +c.menu.play.editor=Map Editor c.menu.play.fetching_list=Fetching server list… c.menu.play.list_item={0} ({1} players) c.menu.play.no_servers=No servers available. @@ -64,19 +75,12 @@ c.menu.play.server_starting=Server is starting… c.menu.play.server_stop=Stop server c.menu.play.server_testing=Server (testing) c.menu.play.server_unavailable=Server (unavailable) -c.menu.play.editor_failed=Editor (failed) -c.menu.play.editor_start=Start map editor -c.menu.play.editor_starting=Editor is starting… -c.menu.play.editor_stop=Stop map editor -c.menu.play.editor_testing=Map Editor (testing) -c.menu.play.editor_unavailable=Map Editor (unavailable) -c.menu.play.editor=Map Editor c.menu.play=Play c.menu.quit=Quit -c.menu.scoreboard=Scoreboard c.menu.scoreboard.button=Show scoreboard c.menu.scoreboard.entry={0}. {1} points by {2} c.menu.scoreboard.no_finish=Nobody finished {0} yet. +c.menu.scoreboard=Scoreboard c.menu.settings=Settings c.score.acceptable=Acceptable service c.score.completed=Completed @@ -136,9 +140,9 @@ c.settings.input.boost=Boost movement c.settings.input.chat=Toggle chat c.settings.input.forwards=Move Forwards c.settings.input.fullscreen=Toggle fullscreen -c.settings.input.interact=Interact c.settings.input.interact_left=Interact (Left hand) c.settings.input.interact_right=Interact (Right hand) +c.settings.input.interact=Interact c.settings.input.join_spectate=Join/Spectate c.settings.input.joypad_axis=Joypad axis {0} c.settings.input.joypad={0} (Joypad) @@ -211,7 +215,6 @@ c.setup.uniform=3. [b]Working Uniform.[/b] You must always have one of the follo c.setup.user_signature.desc=Signature of the Employee:%n%n%n c.setup.user_signature=Click to sign s.bot.dishwasher=Dish washer -s.bot.frank=Frank Miller s.bot.frank.line.0=You’re FIRED! s.bot.frank.line.1=Work faster, {0}! s.bot.frank.line.2=Quick! There is no time for chit-chat! @@ -220,6 +223,7 @@ s.bot.frank.line.4=Don’t let the customers starve! s.bot.frank.line.5=You are wasting me money, {0}! s.bot.frank.line.6=I’m not paying you to stand around! s.bot.frank.line.7=Get back to work, {0}! +s.bot.frank=Frank Miller s.bot.simple=Simple chef s.bot.waiter=Waiter s.campaign.condition.stars=Reach at least {0} stars in {1} @@ -233,19 +237,19 @@ s.error.interacting_too_far=interacting too far from player s.error.item_not_found=The item "{0}" does not exist. s.error.map_load=Map failed to load: {0} s.error.must_be_alone=You must be alone in this server to reload +s.error.no_hand=Hand does not exist. s.error.no_info=No information available. s.error.no_player=Player does not exist. s.error.no_tile=Tile does not exist. -s.error.no_hand=Hand does not exist. s.error.not_editor_session=Not within an editing session. s.error.packet_not_supported=Packet not supported in this session. s.error.packet_sender_invalid=Packet sent to a player that is not owned by this connection. s.error.quoting_invalid=Command quoting invalid s.error.self_interact=Interacting with yourself. This is impossible. +s.error.too_many_players=Too many players joined s.error.tutorial_already_running=Tutorial already running s.error.tutorial_no_running=No tutorial running s.error.username_length_limit=Username length limit of {0} characters or {1} bytes exceeded. -s.error.too_many_players=Too many players joined s.replay.cannot_join=Replays cannot be joined. s.state.abort_no_players=Game was aborted due to a lack of players. s.state.game_aborted=Game was aborted by {0}. |