// English Language file for SampleStudio
// by Frans van Nispen
// Supported version: Beta 2.0
//
// Menu's
// File
UNTITLED = "Untitled"
FILE_MENU = "File"
FILE_MENU2 = "File Menu"
FILE_OPEN = "Open..."
FILE_NEW = "New"
FILE_SAVE = "Save"
FILE_SAVE_AS = "Save As..."
FILE_INSERT = "Insert..."
FILE_MIX = "Mix..."
FILE_APPEND = "Append..."
FILE_SAVE_SELECTION = "Save Selection..."
PREFERENCES = "Preferences..."
FILE_QUIT = "Quit"
// Edit
EDIT_MENU = "Edit"
EDIT_MENU2 = "Edit Menu"
EDIT_PASTE_MIX = "Paste & mix..."
EDIT_COPY_TO_STACK = "Copy to Stack"
SELECT_ALL = "Select All"
UNSELECT_ALL = "Unselect All"
ZERO_CROSS = "Zero Crossings"
ZERO_IN = "Inwards"
ZERO_OUT = "Outwards"
ZERO_LL = "Left to Left"
ZERO_LR = "Left to Right"
ZERO_RL = "Right to Left"
ZERO_RR = "Right to Right"
TRIM = "Trim"
SET_FREQ = "Change Frequency..."
RESAMPLE = "Resample..."
CLEAR = "Clear"
// Common
OK = "Ok"
CANCEL = "Cancel"
SAVE = "Save"
LOAD = "Load"
APPLY = "Apply"
DONE = "Done"
DISCARD = "Discard"
FORMAT = "Format"
CODEC = "Codec"
MEM_ERROR = "Not enough memory to load file!"
LOADING_FILE = "Loading file ..."
LOADING_NO_AUDIO = "This file is not supported!"
// quick menu toolTips
TIP_NEW = "New document"
TIP_OPEN = "Open file"
TIP_SAVE = "Save file"
TIP_SAVE_SELECTION = "Save the current selection"
TIP_INSERT = "Insert at current location"
EDIT_L = "Edit left channel"
EDIT_R = "Edit right channel"
EDIT_B = "Edit both channels"
UNDO = "Undo"
UNDO_ERROR = "Disk Full, no Undo possible!"
UNDO_MEM_ERROR = "Not enough memory, no Undo possible!"
UNDO_ENABLE = "Enable Undo"
SAVE_UNDO = "Saving Undo data..."
RESTORE_UNDO = "Retrieving Undo data..."
REDO = "Redo"
CUT = "Cut"
PASTE = "Paste"
COPY = "Copy"
COPY_SILENCE = "Copy & Silence"
PASTE_MIX = "Paste and mix with current wave"
COPY_TO_STACK = "Copy to wave-stack"
SET_LOOP = "Set selection as loop" 
// Zoom buttons
ZOOM_FUNCTIONS = "Zoom Functions"
ZOOM_IN = "Zoom in"
ZOOM_OUT = "Zoom out"
ZOOM_FULL = "View full wave"
ZOOM_SELECTION = "Zoom to selection"
ZOOM_LEFT = "Zoom to left pointer"
ZOOM_RIGHT = "Zoom to right pointer"
// Transform menu
TRANSFORM_MENU = "Transform"
TRANSFORM_MENU2 = "Transform Menu"
REPEAT_ACTION = "Repeat last filter"
SILENCE = "Silence"
FADE_IN = "Fade In"
FADE_OUT = "Fade Out"
NORMALIZE = "Normalize..."
NOISE_REDUCE = "Noise Reduction"
DELAY = "Delay"
INVERT = "Invert"
ROOM = "Room"
REVERB = "Reverb"
// help
HELP_MENU = "Help"
HELP_MENU2 = "Help Menu"
HELP = "Help..."
ABOUT = "About..."
WORKING = "Working..."
HOMEPAGE = "Homepage..."
TUTORIALS = "Tutorials..."
// panel open
PANEL_OPEN = "Load a soundfile..."
PLAY = "Play"
STOP = "Stop"
UNSUPPORTED = "Unsupported file"
// panel save
PANEL_SAVE = "Save soundfile..."
PANEL_SAVE_SELECTION = "Save selection..."
// clipboard
CLIP_ERROR = "ClipBoard Error, Disk Full!"
SAVE_CLIP = "Saving to ClipBoard..."
PASTING = "Pasting file..."
PASTE_MONO = "Pasting & Converting to Mono..."
PASTE_STEREO = "Pasting & Converting to Stereo..."
// save
SAVE_NEEDED = "This project has changed. Do you want to save it now?"
SAVE_ERROR = "Error while saving file."
SAVING_FILE = "Saving file..."
CODEC_FORMAT_ERROR = "The selected codec does not support your file settings."
// Preferences
FACTORY = "Factory Settings"
FACTORY_SURE = "Restore the factory settings overwrites all user settings!"
PREFS = "Preferences"
GENERAL = "General Settings"
KEYBINDINGS = "Key Bindings"
COLORSET = "Color Layout"
LANGUAGE = "Set Language"
UNDO_LEVELS = "UNDO Levels"
SHOWGRID = "Show Grid"
SHOWPEAK = "Show Peak lines"
SELECT_PASTE = "Select Pasted clip"
SELECT_DOUBLE = "Select All on double click"
PLAYONLOAD = "Play when loaded"
KEEP_FREE = "Minimum diskspace to keep free (Mb)"
PEAKLEVEL = "Peak level %"
TIMEDISPLAY = "Time display"
SAMPLES = "Samples"
TIME = "Time"
COLORSCHEME = "Color Scheme"
SCHEME1 = "Shades of blue"
SCHEME2 = "Cool Colors"
SCHEME3 = "Black & White"
SCHEME4 = "Soft Colors"
SCHEME5 = "Cold Cut"
COLOR1 = "Background"
COLOR2 = "Background 2"
COLOR3 = "Background selected"
COLOR4 = "Background selected 2"
COLOR5 = "Index background"
COLOR6 = "Index background 2"
COLOR7 = "Index middle"
COLOR8 = "Index wave"
COLOR9 = "Index wave 2"
COLOR10 = "Index background selected"
COLOR11 = "Index background selected 2"
COLOR12 = "Index wave selected"
COLOR13 = "Index wave selected 2"
COLOR14 = "Index middle selected"
COLOR15 = "Index pointer"
COLOR16 = "Left channel"
COLOR17 = "Left channel 2"
COLOR18 = "Left selected"
COLOR19 = "Left selected 2"
COLOR20 = "Right channel"
COLOR21 = "Right channel 2"
COLOR22 = "Right selected"
COLOR23 = "Right selected 2"
COLOR24 = "Grid"
COLOR25 = "Grid selected"
COLOR26 = "Peak lines"
COLOR27 = "Peak lines selected"
COLOR28 = "Middle left"
COLOR29 = "Middle right"
COLOR30 = "Middle left selected"
COLOR31 = "Middle right selected"
COLOR32 = "Pointer"
COLOR33 = "Timeline background"
COLOR34 = "Timeline marks"
COLOR35 = "Timeline small marks"
COLOR36 = "Timeline text"
//Key bindings
SET_KEY_WINDOW = "Change Key Binding"
PRIMARY = "Primary"
ALTERNATE = "Alternate"
KEY_SETTINGS_FOR = "Enter new bindings for:"
CLEAR = "Clear"
// Transport buttons
TRANSPORT = "Transport Functions"
TRANSPORT_PLAYS = "Play"
TRANSPORT_TOGGLE = "Toggle Play / Stop"
TRANSPORT_PLAY = "Play to end"
TRANSPORT_STOP = "Stop"
TRANSPORT_REW = "Rewind"
TRANSPORT_REW_ALL = "Move to start"
TRANSPORT_FWD = "Forward"
TRANSPORT_FWD_ALL = "Move to end"
TRANSPORT_REC = "Record"
TRANSPORT_LOOP = "Troggle Loop mode"
TRANSPORT_PAUSE = "Pause"
TRANSPORT_HOME = "Cursor to begin of screen"
TRANSPORT_END = "Cursor to end of screen"
TRANSPORT_LEFT = "Move visible area left"
TRANSPORT_RIGHT = "Move visible area right"
TRANSPORT_SET = "Pointer to last play position"
//
INDEXING = "Indexing..."
// filters
// Global filter tags
MONO = "Mono"
STEREO = "Stereo"
RESOLUTION = "Resolution"
CHANNELS = "Channels"
CHANNEL = "Channel"
MIX_LEVELS = "Mix Levels"
MIX_LEVEL = "Mix Level (%)"
LEFT_MIX = "Left Mix (%)"
RIGHT_MIX = "Right Mix (%)"
RATE = "Sample Rate"
GAIN = "Gain %"
DAMPING = "Damping %"
SIZE = "Size"
DELAY_MS = "Delay (mS)"
// set frequency
FREQ_WINDOW = "Set Frequency"
// normalize
NORMALIZE1 = "Finding Max Volume..."
NORMALIZE2 = "Normalizing..."
NORMALIZE_FILTER = "Normalize"
NORMALIZE_LEVEL = "Normalize Level (%)"
// resample
RESAMPLE_WINDOW = "Resample"
RESAMPLING = "Resampling..."
// Analize
ANALYZE_MENU = "Analyze"
ANALYZE_MENU2 = "Analyze Menu"
SPECTRUM_ANALYZER = "Spectrum Analyzer"
SAMPLE_SCOPE = "Sample Scope"
// Generate
GENERATE_MENU = "Generate"
// tools
SAMPLE_TOOLS = "Sample Tools"
TOOL_SELECT = "Selection Tool"
TOOL_DRAW = "Drawing Tool"
TOOL_PLAY = "Playing Tool"
TOOL_JOGG = "Jogg Wheel Tool"
BYPASS = "Bypass"
SWAP = "Swap Channels"
BASSBOOST = "Bass Boost"
BB_FREQUENCY = "Frequency (Hz)"
BB_BOOST = "Boost (dB)"
AMPLIFIER = "Amplifier"
LEVEL = "Level (%)"
COMPRESSOR = "Compressor"
ATTAC = "Attack Time (ms)"
DECAY = "Decay Time (ms)"
RMS = "Calculate in RMS"
CMP_TRESHOLD = "Threshold (dB)"
GAIN_DB = "Gain (dB)"
CMP_RATIO = "Ratio"
FOLLOW_PLAYING = "Follow while playing"
TEMP_DIR = "Temporary directory"
TEMP_CHANGED = "The changes on the temporary file will be made after you restart SampleStudio !"
PASTE_NEW = "Paste as new"
DRAG_DROP = "Drag 'n Drop"
VST_MENU = "VST Plugins"
VST_DIR = "VST Directory"
CLEAN = "Clean"
DIRECTORIES = "Directories"
VST_ERROR = "An error occured while opening this plugin"
PLASMA_SCOPE = "Plasma Scope"
CLIPBOARD_CLOSE = "There is still data on the clipboard ! Leave it for a next session ?"
NO = "No"
YES = "Yes"
SHRINK_VM = "Shrink virtual memory"
EXPAND_VM = "Expand virtual memory"
