﻿# NOTES:
# The # Symbol at the start of a line counts as a Comment. To include in dialog, use a \#
# The . Symbol will cause a pause unless escaped with \. (ex: Mr. Oshiro has a pause, Mr\. Oshiro does not)
# Newlines automatically create a Page Break, unless there is an {n} command on the previous line
# Commands: Anything inside of curly braces {...} is a command and should not be translated.

# Inline Text Commands:
# {~}wavy text{/~}
# {!}impact text{/!}
# {>> x}changes speed at which characters are displayed{>>}
# {# 000000}this text is black{#} (uses HEX color values)
# {+MENU_BEGIN} inserts the dialog from the MENU_BEGIN value (in English, "CLIMB")
# {n} creates a newline, without a page break
# {0.5} creates a 0.5 second pause
# {big}this text is large{/big}

# Gameplay Control Commands (should never change)
# {trigger x} this triggers an in-game event
# {anchor} controls the visual position of the textbox in-game

# Language (id,label)
	LANGUAGE=english,English
	ICON=Icons/canadian-english.png
	ORDER=0

# Font (Face, Base Size)
# Use BMFONT to generate the .fnt and image files
	FONT=Renogare,64



# ---------------------------------- Mod Options ----------------------------------

EAR_AID=								EarAid

EAR_AID_ENABLED=						Enabled

EAR_AID_OPEN_MANAGE=					Manage Sounds
EAR_AID_OPEN_MANAGE_SUBTEXT=			Add to, edit, or delete your saved sounds.

EAR_AID_MANAGE_TITLE=					Manage Sounds
EAR_AID_MANAGE_LIST_HINTS=				(Up/Down) Navigate
										(A) Add Sound
										(Enter) Open Sound
										(D) Delete Sound
										(Esc) Back
EAR_AID_MANAGE_EMPTY=					No sounds saved yet.
EAR_AID_MANAGE_DETAIL_HINTS=			(Up/Down) Navigate
										(P) Play/Stop
										(A) Add Events
										(X) Remove Event
										(R) Rename Sound
										(D) Delete Sound
										(Esc) Back
EAR_AID_MANAGE_DELETE_CONFIRM=			Delete
EAR_AID_MANAGE_DELETE_HINTS=			(Enter) Confirm  (Esc) Cancel
EAR_AID_MANAGE_RENAME_TITLE=			Rename Sound
EAR_AID_MANAGE_RENAME_HINTS=			(Enter) Save  (Esc) Back

EAR_AID_SEARCH_TITLE=					Add Sound
EAR_AID_SEARCH_ADD_TITLE=				Add Events
EAR_AID_SEARCH_HINTS=					(Up/Down) Navigate
										(R) Search
										(P) Play/Stop
										(A) Add/Remove
										(Enter) Confirm
										(Esc) Back
EAR_AID_SEARCH_ADD_HINTS=				(Up/Down) Navigate
										(R) Search
										(P) Play/Stop
										(A) Add/Remove
										(Enter) Confirm
										(Esc) Back
EAR_AID_SEARCH_TYPING_HINTS=			(Enter/Esc) Done

EAR_AID_NAMING_TITLE=					Name Sound
EAR_AID_NAMING_HINTS=					(Enter) Save  (Esc) Back
