X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.inc;h=74589a41fcc09039e7c766c3b2f9daf8c6749335;hb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;hp=2ad6a095a2930b88e446f7c1bead9de4bbde87b6;hpb=6616b3b82fdbc586f5da00bf772e45d8ada3b464;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.inc b/cinelerra-5.1/cinelerra/mwindow.inc index 2ad6a095..74589a41 100644 --- a/cinelerra-5.1/cinelerra/mwindow.inc +++ b/cinelerra-5.1/cinelerra/mwindow.inc @@ -1,7 +1,7 @@ /* * CINELERRA - * Copyright (C) 1997-2012 Adam Williams + * Copyright (C) 1997-2016 Adam Williams * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -44,69 +44,101 @@ // Index of vwindow that always exists #define DEFAULT_VWINDOW 0 -// keyframe reticle -#define HAIRLINE_NEVER 0 -#define HAIRLINE_DRAGGING 1 -#define HAIRLINE_ALWAYS 2 - class MWindow; #if 0 // for PROGRAM_NAME xlat strings + +N_("Cinelerra: Asset Info") +N_("Cinelerra: Asset path") N_("Cinelerra: Attach Effect") N_("Cinelerra: Audio compression") N_("Cinelerra: Audio Compression") +N_("Cinelerra: Audio Preset") +N_("Cinelerra: Batch Render") N_("Cinelerra: Camera") +N_("Cinelerra: CD Ripper") N_("Cinelerra: Change Effect") N_("Cinelerra: Channel Info") +N_("Cinelerra: Channels") N_("Cinelerra: ChanSearch") N_("Cinelerra: Clip Info") N_("Cinelerra: Color") +N_("Cinelerra: Commands") N_("Cinelerra: Compositor") N_("Cinelerra: Confirm") N_("Cinelerra: Confirm Quit") +N_("Cinelerra: Could not set locale.\n") +N_("Cinelerra: Create BD") +N_("Cinelerra: Create DVD") N_("Cinelerra: Crop") N_("Cinelerra: DbWindow") N_("Cinelerra: Delete All Indexes") +N_("Cinelerra: Edit Channel") N_("Cinelerra: Edit length") +N_("Cinelerra: Effect Prompt") N_("Cinelerra: Error") N_("Cinelerra: Errors") +N_("Cinelerra: Export EDL") +N_("Cinelerra: Feather Edits") N_("Cinelerra: File Exists") +N_("Cinelerra: File format") N_("Cinelerra: File Format") +N_("Cinelerra: Goto position") +N_("Cinelerra: Label Info") N_("Cinelerra: Levels") N_("Cinelerra: Load") N_("Cinelerra: Loading") N_("Cinelerra: Locate file") N_("Cinelerra: Mask") N_("Cinelerra: New folder") +N_("Cinelerra: New Project") +N_("Cinelerra: Normalize") +N_("Cinelerra: Options") N_("Cinelerra: Overlays") N_("Cinelerra: Path") +N_("Cinelerra: Picture") N_("Cinelerra: Preferences") N_("Cinelerra: Program") N_("Cinelerra: Projector") N_("Cinelerra: Question") +N_("Cinelerra: Record") +N_("Cinelerra: Recording") +N_("Cinelerra: Record path") +N_("Cinelerra: Redraw Indexes") N_("Cinelerra: RemoteWindow") N_("Cinelerra: Remove assets") +N_("Cinelerra: Resample") +N_("Cinelerra: Remove plugin") +N_("Cinelerra: Render") +N_("Cinelerra: Render effect") N_("Cinelerra: Resize Track") +N_("Cinelerra: Resources") N_("Cinelerra: Ruler") N_("Cinelerra: %s") N_("Cinelerra: Save") +N_("Cinelerra: Scale") +N_("Cinelerra: Scan confirm") +N_("Cinelerra: Scopes") N_("Cinelerra: Set edit title") N_("Cinelerra: Set Format") +N_("Cinelerra: Shell") N_("Cinelerra: %s Keyframe") +N_("Cinelerra: %s Presets") N_("Cinelerra: Subtitle") +N_("Cinelerra: Time stretch") N_("Cinelerra: Tip of the day") +N_("Cinelerra: Transition") N_("Cinelerra: Transition length") N_("Cinelerra: Video Compression") +N_("Cinelerra: Video in") +N_("Cinelerra: Video in %d%%") +N_("Cinelerra: Video out") +N_("Cinelerra: Video out %d%%") +N_("Cinelerra: Video Preset") N_("Cinelerra: Viewer") N_("Cinelerra: Warning") -N_("Cinelerra: New Project") -N_("Cinelerra: New Project") -N_("Cinelerra: CD Ripper") -N_("Cinelerra: Normalize") -N_("Cinelerra: Resample") -N_("Cinelerra: Time stretch") #endif #endif