X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fmwindow.inc;h=ba5a67d74e2acb0351a496272e40242231617c34;hp=174b290e7c0e6e58028265630897352d9865a491;hb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe diff --git a/cinelerra-5.0/cinelerra/mwindow.inc b/cinelerra-5.0/cinelerra/mwindow.inc index 174b290e..ba5a67d7 100644 --- a/cinelerra-5.0/cinelerra/mwindow.inc +++ b/cinelerra-5.0/cinelerra/mwindow.inc @@ -23,14 +23,15 @@ #define MWINDOW_INC #define PROGRAM_NAME "Cinelerra" -#define CINELERRA_VERSION "4.6" -#define COPYRIGHT_DATE 2014 +#define CINELERRA_VERSION "5.0" +#define COPYRIGHT_DATE 2015 #define DEFAULT_THEME "S.U.V." #define CONFIG_FILE "Cinelerra_rc" #define PRESETS_FILE "Cinelerra_presets" #define PICTURE_FILE "Cinelerra_picture" #define PLUGIN_FILE "Cinelerra_plugins" -#define PLUGIN_FILE_VERSION 1 +#define LADSPA_FILE "ladspa_plugins." +#define PLUGIN_FILE_VERSION 3 // Behavior of region selections #define SELECTION_SAMPLES 0 @@ -47,4 +48,62 @@ class MWindow; +#if 0 +// for PROGRAM_NAME xlat strings +N_("Cinelerra: Attach Effect") +N_("Cinelerra: Audio compression") +N_("Cinelerra: Audio Compression") +N_("Cinelerra: Camera") +N_("Cinelerra: Change Effect") +N_("Cinelerra: Channel Info") +N_("Cinelerra: ChanSearch") +N_("Cinelerra: Clip Info") +N_("Cinelerra: Color") +N_("Cinelerra: Compositor") +N_("Cinelerra: Confirm") +N_("Cinelerra: Confirm Quit") +N_("Cinelerra: Crop") +N_("Cinelerra: DbWindow") +N_("Cinelerra: Delete All Indexes") +N_("Cinelerra: Edit length") +N_("Cinelerra: Error") +N_("Cinelerra: Errors") +N_("Cinelerra: File Exists") +N_("Cinelerra: File Format") +N_("Cinelerra: Levels") +N_("Cinelerra: Load") +N_("Cinelerra: Loading") +N_("Cinelerra: Locate file") +N_("Cinelerra: Mask") +N_("Cinelerra: New folder") +N_("Cinelerra: Overlays") +N_("Cinelerra: Path") +N_("Cinelerra: Preferences") +N_("Cinelerra: Program") +N_("Cinelerra: Projector") +N_("Cinelerra: Question") +N_("Cinelerra: RemoteWindow") +N_("Cinelerra: Remove assets") +N_("Cinelerra: Resize Track") +N_("Cinelerra: Ruler") +N_("Cinelerra: %s") +N_("Cinelerra: Save") +N_("Cinelerra: Set edit title") +N_("Cinelerra: Set Format") +N_("Cinelerra: %s Keyframe") +N_("Cinelerra: Subtitle") +N_("Cinelerra: Tip of the day") +N_("Cinelerra: Transition length") +N_("Cinelerra: Video Compression") +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