mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 03:30:02 -07:00
BUG-1653: Fixed some accessibility issues: Editor "File" menu entry can't be activated and added missing German translations
This commit is contained in:
parent
ab4c4b70a9
commit
b70d8d1fe0
34 changed files with 1415 additions and 1235 deletions
114
Greenshot/Forms/SettingsForm.Designer.cs
generated
114
Greenshot/Forms/SettingsForm.Designer.cs
generated
|
@ -176,7 +176,7 @@ namespace Greenshot {
|
|||
this.textbox_storagelocation.Location = new System.Drawing.Point(138, 18);
|
||||
this.textbox_storagelocation.Name = "textbox_storagelocation";
|
||||
this.textbox_storagelocation.Size = new System.Drawing.Size(233, 20);
|
||||
this.textbox_storagelocation.TabIndex = 12;
|
||||
this.textbox_storagelocation.TabIndex = 1;
|
||||
this.textbox_storagelocation.TextChanged += new System.EventHandler(this.StorageLocationChanged);
|
||||
//
|
||||
// label_storagelocation
|
||||
|
@ -193,7 +193,7 @@ namespace Greenshot {
|
|||
this.settings_cancel.Location = new System.Drawing.Point(364, 396);
|
||||
this.settings_cancel.Name = "settings_cancel";
|
||||
this.settings_cancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.settings_cancel.TabIndex = 7;
|
||||
this.settings_cancel.TabIndex = 21;
|
||||
this.settings_cancel.UseVisualStyleBackColor = true;
|
||||
this.settings_cancel.Click += new System.EventHandler(this.Settings_cancelClick);
|
||||
//
|
||||
|
@ -203,7 +203,7 @@ namespace Greenshot {
|
|||
this.settings_confirm.Location = new System.Drawing.Point(283, 396);
|
||||
this.settings_confirm.Name = "settings_confirm";
|
||||
this.settings_confirm.Size = new System.Drawing.Size(75, 23);
|
||||
this.settings_confirm.TabIndex = 6;
|
||||
this.settings_confirm.TabIndex = 20;
|
||||
this.settings_confirm.UseVisualStyleBackColor = true;
|
||||
this.settings_confirm.Click += new System.EventHandler(this.Settings_okayClick);
|
||||
//
|
||||
|
@ -212,7 +212,7 @@ namespace Greenshot {
|
|||
this.browse.Location = new System.Drawing.Point(371, 17);
|
||||
this.browse.Name = "browse";
|
||||
this.browse.Size = new System.Drawing.Size(35, 23);
|
||||
this.browse.TabIndex = 1;
|
||||
this.browse.TabIndex = 2;
|
||||
this.browse.Text = "...";
|
||||
this.browse.UseVisualStyleBackColor = true;
|
||||
this.browse.Click += new System.EventHandler(this.BrowseClick);
|
||||
|
@ -231,7 +231,7 @@ namespace Greenshot {
|
|||
this.textbox_screenshotname.Name = "textbox_screenshotname";
|
||||
this.textbox_screenshotname.PropertyName = "OutputFileFilenamePattern";
|
||||
this.textbox_screenshotname.Size = new System.Drawing.Size(233, 20);
|
||||
this.textbox_screenshotname.TabIndex = 2;
|
||||
this.textbox_screenshotname.TabIndex = 3;
|
||||
//
|
||||
// label_language
|
||||
//
|
||||
|
@ -259,7 +259,7 @@ namespace Greenshot {
|
|||
this.combobox_primaryimageformat.Name = "combobox_primaryimageformat";
|
||||
this.combobox_primaryimageformat.PropertyName = "OutputFileFormat";
|
||||
this.combobox_primaryimageformat.Size = new System.Drawing.Size(268, 21);
|
||||
this.combobox_primaryimageformat.TabIndex = 4;
|
||||
this.combobox_primaryimageformat.TabIndex = 5;
|
||||
//
|
||||
// label_primaryimageformat
|
||||
//
|
||||
|
@ -292,7 +292,7 @@ namespace Greenshot {
|
|||
this.btnPatternHelp.Location = new System.Drawing.Point(371, 39);
|
||||
this.btnPatternHelp.Name = "btnPatternHelp";
|
||||
this.btnPatternHelp.Size = new System.Drawing.Size(35, 23);
|
||||
this.btnPatternHelp.TabIndex = 19;
|
||||
this.btnPatternHelp.TabIndex = 4;
|
||||
this.btnPatternHelp.Text = "?";
|
||||
this.btnPatternHelp.UseVisualStyleBackColor = true;
|
||||
this.btnPatternHelp.Click += new System.EventHandler(this.BtnPatternHelpClick);
|
||||
|
@ -304,7 +304,7 @@ namespace Greenshot {
|
|||
this.checkbox_copypathtoclipboard.Name = "checkbox_copypathtoclipboard";
|
||||
this.checkbox_copypathtoclipboard.PropertyName = "OutputFileCopyPathToClipboard";
|
||||
this.checkbox_copypathtoclipboard.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_copypathtoclipboard.TabIndex = 18;
|
||||
this.checkbox_copypathtoclipboard.TabIndex = 6;
|
||||
this.checkbox_copypathtoclipboard.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupbox_applicationsettings
|
||||
|
@ -325,7 +325,7 @@ namespace Greenshot {
|
|||
this.checkbox_autostartshortcut.Location = new System.Drawing.Point(8, 39);
|
||||
this.checkbox_autostartshortcut.Name = "checkbox_autostartshortcut";
|
||||
this.checkbox_autostartshortcut.Size = new System.Drawing.Size(397, 25);
|
||||
this.checkbox_autostartshortcut.TabIndex = 15;
|
||||
this.checkbox_autostartshortcut.TabIndex = 1;
|
||||
this.checkbox_autostartshortcut.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupbox_qualitysettings
|
||||
|
@ -349,7 +349,7 @@ namespace Greenshot {
|
|||
this.checkbox_reducecolors.Name = "checkbox_reducecolors";
|
||||
this.checkbox_reducecolors.PropertyName = "OutputFileReduceColors";
|
||||
this.checkbox_reducecolors.Size = new System.Drawing.Size(394, 25);
|
||||
this.checkbox_reducecolors.TabIndex = 17;
|
||||
this.checkbox_reducecolors.TabIndex = 9;
|
||||
this.checkbox_reducecolors.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_alwaysshowqualitydialog
|
||||
|
@ -359,7 +359,7 @@ namespace Greenshot {
|
|||
this.checkbox_alwaysshowqualitydialog.Name = "checkbox_alwaysshowqualitydialog";
|
||||
this.checkbox_alwaysshowqualitydialog.PropertyName = "OutputFilePromptQuality";
|
||||
this.checkbox_alwaysshowqualitydialog.Size = new System.Drawing.Size(394, 25);
|
||||
this.checkbox_alwaysshowqualitydialog.TabIndex = 16;
|
||||
this.checkbox_alwaysshowqualitydialog.TabIndex = 8;
|
||||
this.checkbox_alwaysshowqualitydialog.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label_jpegquality
|
||||
|
@ -386,7 +386,7 @@ namespace Greenshot {
|
|||
this.trackBarJpegQuality.Maximum = 100;
|
||||
this.trackBarJpegQuality.Name = "trackBarJpegQuality";
|
||||
this.trackBarJpegQuality.Size = new System.Drawing.Size(233, 45);
|
||||
this.trackBarJpegQuality.TabIndex = 0;
|
||||
this.trackBarJpegQuality.TabIndex = 7;
|
||||
this.trackBarJpegQuality.TickFrequency = 10;
|
||||
this.trackBarJpegQuality.Scroll += new System.EventHandler(this.TrackBarJpegQualityScroll);
|
||||
//
|
||||
|
@ -407,7 +407,7 @@ namespace Greenshot {
|
|||
this.checkbox_picker.Location = new System.Drawing.Point(6, 14);
|
||||
this.checkbox_picker.Name = "checkbox_picker";
|
||||
this.checkbox_picker.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_picker.TabIndex = 19;
|
||||
this.checkbox_picker.TabIndex = 1;
|
||||
this.checkbox_picker.UseVisualStyleBackColor = true;
|
||||
this.checkbox_picker.CheckStateChanged += new System.EventHandler(this.DestinationsCheckStateChanged);
|
||||
//
|
||||
|
@ -425,7 +425,7 @@ namespace Greenshot {
|
|||
this.listview_destinations.ShowGroups = false;
|
||||
this.listview_destinations.Size = new System.Drawing.Size(401, 267);
|
||||
this.listview_destinations.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
||||
this.listview_destinations.TabIndex = 0;
|
||||
this.listview_destinations.TabIndex = 2;
|
||||
this.listview_destinations.UseCompatibleStateImageBehavior = false;
|
||||
this.listview_destinations.View = System.Windows.Forms.View.Details;
|
||||
//
|
||||
|
@ -447,7 +447,7 @@ namespace Greenshot {
|
|||
this.tabcontrol.Name = "tabcontrol";
|
||||
this.tabcontrol.SelectedIndex = 0;
|
||||
this.tabcontrol.Size = new System.Drawing.Size(431, 377);
|
||||
this.tabcontrol.TabIndex = 17;
|
||||
this.tabcontrol.TabIndex = 0;
|
||||
//
|
||||
// tab_general
|
||||
//
|
||||
|
@ -480,7 +480,7 @@ namespace Greenshot {
|
|||
this.numericUpDown_daysbetweencheck.Location = new System.Drawing.Point(345, 37);
|
||||
this.numericUpDown_daysbetweencheck.Name = "numericUpDown_daysbetweencheck";
|
||||
this.numericUpDown_daysbetweencheck.Size = new System.Drawing.Size(57, 20);
|
||||
this.numericUpDown_daysbetweencheck.TabIndex = 25;
|
||||
this.numericUpDown_daysbetweencheck.TabIndex = 8;
|
||||
this.numericUpDown_daysbetweencheck.ThousandsSeparator = true;
|
||||
//
|
||||
// label_checkperiod
|
||||
|
@ -498,7 +498,7 @@ namespace Greenshot {
|
|||
this.checkbox_usedefaultproxy.Name = "checkbox_usedefaultproxy";
|
||||
this.checkbox_usedefaultproxy.PropertyName = "UseProxy";
|
||||
this.checkbox_usedefaultproxy.Size = new System.Drawing.Size(397, 25);
|
||||
this.checkbox_usedefaultproxy.TabIndex = 17;
|
||||
this.checkbox_usedefaultproxy.TabIndex = 7;
|
||||
this.checkbox_usedefaultproxy.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupbox_hotkeys
|
||||
|
@ -536,7 +536,7 @@ namespace Greenshot {
|
|||
this.lastregion_hotkeyControl.Name = "lastregion_hotkeyControl";
|
||||
this.lastregion_hotkeyControl.PropertyName = "LastregionHotkey";
|
||||
this.lastregion_hotkeyControl.Size = new System.Drawing.Size(179, 20);
|
||||
this.lastregion_hotkeyControl.TabIndex = 52;
|
||||
this.lastregion_hotkeyControl.TabIndex = 5;
|
||||
//
|
||||
// label_ie_hotkey
|
||||
//
|
||||
|
@ -554,7 +554,7 @@ namespace Greenshot {
|
|||
this.ie_hotkeyControl.Name = "ie_hotkeyControl";
|
||||
this.ie_hotkeyControl.PropertyName = "IEHotkey";
|
||||
this.ie_hotkeyControl.Size = new System.Drawing.Size(179, 20);
|
||||
this.ie_hotkeyControl.TabIndex = 50;
|
||||
this.ie_hotkeyControl.TabIndex = 6;
|
||||
//
|
||||
// label_region_hotkey
|
||||
//
|
||||
|
@ -588,7 +588,7 @@ namespace Greenshot {
|
|||
this.region_hotkeyControl.Name = "region_hotkeyControl";
|
||||
this.region_hotkeyControl.PropertyName = "RegionHotkey";
|
||||
this.region_hotkeyControl.Size = new System.Drawing.Size(179, 20);
|
||||
this.region_hotkeyControl.TabIndex = 46;
|
||||
this.region_hotkeyControl.TabIndex = 4;
|
||||
//
|
||||
// window_hotkeyControl
|
||||
//
|
||||
|
@ -598,7 +598,7 @@ namespace Greenshot {
|
|||
this.window_hotkeyControl.Name = "window_hotkeyControl";
|
||||
this.window_hotkeyControl.PropertyName = "WindowHotkey";
|
||||
this.window_hotkeyControl.Size = new System.Drawing.Size(179, 20);
|
||||
this.window_hotkeyControl.TabIndex = 45;
|
||||
this.window_hotkeyControl.TabIndex = 3;
|
||||
//
|
||||
// fullscreen_hotkeyControl
|
||||
//
|
||||
|
@ -608,7 +608,7 @@ namespace Greenshot {
|
|||
this.fullscreen_hotkeyControl.Name = "fullscreen_hotkeyControl";
|
||||
this.fullscreen_hotkeyControl.PropertyName = "FullscreenHotkey";
|
||||
this.fullscreen_hotkeyControl.Size = new System.Drawing.Size(179, 20);
|
||||
this.fullscreen_hotkeyControl.TabIndex = 44;
|
||||
this.fullscreen_hotkeyControl.TabIndex = 2;
|
||||
//
|
||||
// tab_capture
|
||||
//
|
||||
|
@ -641,7 +641,7 @@ namespace Greenshot {
|
|||
this.checkbox_editor_match_capture_size.PropertyName = "MatchSizeToCapture";
|
||||
this.checkbox_editor_match_capture_size.SectionName = "Editor";
|
||||
this.checkbox_editor_match_capture_size.Size = new System.Drawing.Size(397, 24);
|
||||
this.checkbox_editor_match_capture_size.TabIndex = 26;
|
||||
this.checkbox_editor_match_capture_size.TabIndex = 11;
|
||||
this.checkbox_editor_match_capture_size.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupbox_iecapture
|
||||
|
@ -661,7 +661,7 @@ namespace Greenshot {
|
|||
this.checkbox_ie_capture.Name = "checkbox_ie_capture";
|
||||
this.checkbox_ie_capture.PropertyName = "IECapture";
|
||||
this.checkbox_ie_capture.Size = new System.Drawing.Size(404, 24);
|
||||
this.checkbox_ie_capture.TabIndex = 26;
|
||||
this.checkbox_ie_capture.TabIndex = 10;
|
||||
this.checkbox_ie_capture.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupbox_windowscapture
|
||||
|
@ -685,10 +685,9 @@ namespace Greenshot {
|
|||
this.colorButton_window_background.Name = "colorButton_window_background";
|
||||
this.colorButton_window_background.SelectedColor = System.Drawing.Color.White;
|
||||
this.colorButton_window_background.Size = new System.Drawing.Size(29, 30);
|
||||
this.colorButton_window_background.TabIndex = 45;
|
||||
this.colorButton_window_background.TabIndex = 9;
|
||||
this.colorButton_window_background.UseVisualStyleBackColor = true;
|
||||
//
|
||||
//
|
||||
// radiobuttonWindowCapture
|
||||
//
|
||||
this.radiobuttonWindowCapture.AutoSize = true;
|
||||
|
@ -696,7 +695,7 @@ namespace Greenshot {
|
|||
this.radiobuttonWindowCapture.Location = new System.Drawing.Point(11, 44);
|
||||
this.radiobuttonWindowCapture.Name = "radiobuttonWindowCapture";
|
||||
this.radiobuttonWindowCapture.Size = new System.Drawing.Size(132, 17);
|
||||
this.radiobuttonWindowCapture.TabIndex = 47;
|
||||
this.radiobuttonWindowCapture.TabIndex = 7;
|
||||
this.radiobuttonWindowCapture.TabStop = true;
|
||||
this.radiobuttonWindowCapture.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -708,10 +707,11 @@ namespace Greenshot {
|
|||
this.radiobuttonInteractiveCapture.Name = "radiobuttonInteractiveCapture";
|
||||
this.radiobuttonInteractiveCapture.PropertyName = "CaptureWindowsInteractive";
|
||||
this.radiobuttonInteractiveCapture.Size = new System.Drawing.Size(203, 17);
|
||||
this.radiobuttonInteractiveCapture.TabIndex = 46;
|
||||
this.radiobuttonInteractiveCapture.TabIndex = 6;
|
||||
this.radiobuttonInteractiveCapture.TabStop = true;
|
||||
this.radiobuttonInteractiveCapture.UseVisualStyleBackColor = true;
|
||||
this.radiobuttonInteractiveCapture.CheckedChanged += new System.EventHandler(this.radiobutton_CheckedChanged);
|
||||
//
|
||||
// combobox_window_capture_mode
|
||||
//
|
||||
this.combobox_window_capture_mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
|
@ -720,7 +720,7 @@ namespace Greenshot {
|
|||
this.combobox_window_capture_mode.MaxDropDownItems = 15;
|
||||
this.combobox_window_capture_mode.Name = "combobox_window_capture_mode";
|
||||
this.combobox_window_capture_mode.Size = new System.Drawing.Size(151, 21);
|
||||
this.combobox_window_capture_mode.TabIndex = 27;
|
||||
this.combobox_window_capture_mode.TabIndex = 8;
|
||||
this.combobox_window_capture_mode.SelectedIndexChanged += new System.EventHandler(this.Combobox_window_capture_modeSelectedIndexChanged);
|
||||
//
|
||||
// groupbox_capture
|
||||
|
@ -755,7 +755,7 @@ namespace Greenshot {
|
|||
this.checkbox_notifications.Name = "checkbox_notifications";
|
||||
this.checkbox_notifications.PropertyName = "ShowTrayNotification";
|
||||
this.checkbox_notifications.Size = new System.Drawing.Size(399, 24);
|
||||
this.checkbox_notifications.TabIndex = 26;
|
||||
this.checkbox_notifications.TabIndex = 3;
|
||||
this.checkbox_notifications.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_playsound
|
||||
|
@ -765,7 +765,7 @@ namespace Greenshot {
|
|||
this.checkbox_playsound.Name = "checkbox_playsound";
|
||||
this.checkbox_playsound.PropertyName = "PlayCameraSound";
|
||||
this.checkbox_playsound.Size = new System.Drawing.Size(399, 24);
|
||||
this.checkbox_playsound.TabIndex = 18;
|
||||
this.checkbox_playsound.TabIndex = 2;
|
||||
this.checkbox_playsound.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_capture_mousepointer
|
||||
|
@ -775,7 +775,7 @@ namespace Greenshot {
|
|||
this.checkbox_capture_mousepointer.Name = "checkbox_capture_mousepointer";
|
||||
this.checkbox_capture_mousepointer.PropertyName = "CaptureMousepointer";
|
||||
this.checkbox_capture_mousepointer.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_capture_mousepointer.TabIndex = 17;
|
||||
this.checkbox_capture_mousepointer.TabIndex = 1;
|
||||
this.checkbox_capture_mousepointer.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// numericUpDownWaitTime
|
||||
|
@ -793,7 +793,7 @@ namespace Greenshot {
|
|||
0});
|
||||
this.numericUpDownWaitTime.Name = "numericUpDownWaitTime";
|
||||
this.numericUpDownWaitTime.Size = new System.Drawing.Size(57, 20);
|
||||
this.numericUpDownWaitTime.TabIndex = 24;
|
||||
this.numericUpDownWaitTime.TabIndex = 5;
|
||||
this.numericUpDownWaitTime.ThousandsSeparator = true;
|
||||
//
|
||||
// label_waittime
|
||||
|
@ -802,7 +802,7 @@ namespace Greenshot {
|
|||
this.label_waittime.Location = new System.Drawing.Point(72, 106);
|
||||
this.label_waittime.Name = "label_waittime";
|
||||
this.label_waittime.Size = new System.Drawing.Size(331, 16);
|
||||
this.label_waittime.TabIndex = 25;
|
||||
this.label_waittime.TabIndex = 5;
|
||||
//
|
||||
// tab_output
|
||||
//
|
||||
|
@ -864,7 +864,7 @@ namespace Greenshot {
|
|||
this.checkboxPrintInverted.Name = "checkboxPrintInverted";
|
||||
this.checkboxPrintInverted.PropertyName = "OutputPrintInverted";
|
||||
this.checkboxPrintInverted.Size = new System.Drawing.Size(141, 17);
|
||||
this.checkboxPrintInverted.TabIndex = 28;
|
||||
this.checkboxPrintInverted.TabIndex = 9;
|
||||
this.checkboxPrintInverted.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.checkboxPrintInverted.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -878,7 +878,7 @@ namespace Greenshot {
|
|||
this.radioBtnColorPrint.Name = "radioBtnColorPrint";
|
||||
this.radioBtnColorPrint.PropertyName = "OutputPrintColor";
|
||||
this.radioBtnColorPrint.Size = new System.Drawing.Size(90, 17);
|
||||
this.radioBtnColorPrint.TabIndex = 29;
|
||||
this.radioBtnColorPrint.TabIndex = 6;
|
||||
this.radioBtnColorPrint.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.radioBtnColorPrint.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -892,7 +892,7 @@ namespace Greenshot {
|
|||
this.radioBtnGrayScale.Name = "radioBtnGrayScale";
|
||||
this.radioBtnGrayScale.PropertyName = "OutputPrintGrayscale";
|
||||
this.radioBtnGrayScale.Size = new System.Drawing.Size(137, 17);
|
||||
this.radioBtnGrayScale.TabIndex = 29;
|
||||
this.radioBtnGrayScale.TabIndex = 7;
|
||||
this.radioBtnGrayScale.Text = "Force grayscale printing";
|
||||
this.radioBtnGrayScale.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.radioBtnGrayScale.UseVisualStyleBackColor = true;
|
||||
|
@ -907,7 +907,7 @@ namespace Greenshot {
|
|||
this.radioBtnMonochrome.Name = "radioBtnMonochrome";
|
||||
this.radioBtnMonochrome.PropertyName = "OutputPrintMonochrome";
|
||||
this.radioBtnMonochrome.Size = new System.Drawing.Size(148, 17);
|
||||
this.radioBtnMonochrome.TabIndex = 30;
|
||||
this.radioBtnMonochrome.TabIndex = 8;
|
||||
this.radioBtnMonochrome.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.radioBtnMonochrome.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -936,7 +936,7 @@ namespace Greenshot {
|
|||
this.checkboxDateTime.Name = "checkboxDateTime";
|
||||
this.checkboxDateTime.PropertyName = "OutputPrintFooter";
|
||||
this.checkboxDateTime.Size = new System.Drawing.Size(187, 17);
|
||||
this.checkboxDateTime.TabIndex = 26;
|
||||
this.checkboxDateTime.TabIndex = 5;
|
||||
this.checkboxDateTime.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.checkboxDateTime.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -950,7 +950,7 @@ namespace Greenshot {
|
|||
this.checkboxAllowShrink.Name = "checkboxAllowShrink";
|
||||
this.checkboxAllowShrink.PropertyName = "OutputPrintAllowShrink";
|
||||
this.checkboxAllowShrink.Size = new System.Drawing.Size(168, 17);
|
||||
this.checkboxAllowShrink.TabIndex = 21;
|
||||
this.checkboxAllowShrink.TabIndex = 1;
|
||||
this.checkboxAllowShrink.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.checkboxAllowShrink.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -964,7 +964,7 @@ namespace Greenshot {
|
|||
this.checkboxAllowEnlarge.Name = "checkboxAllowEnlarge";
|
||||
this.checkboxAllowEnlarge.PropertyName = "OutputPrintAllowEnlarge";
|
||||
this.checkboxAllowEnlarge.Size = new System.Drawing.Size(174, 17);
|
||||
this.checkboxAllowEnlarge.TabIndex = 22;
|
||||
this.checkboxAllowEnlarge.TabIndex = 2;
|
||||
this.checkboxAllowEnlarge.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.checkboxAllowEnlarge.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -978,7 +978,7 @@ namespace Greenshot {
|
|||
this.checkboxAllowRotate.Name = "checkboxAllowRotate";
|
||||
this.checkboxAllowRotate.PropertyName = "OutputPrintAllowRotate";
|
||||
this.checkboxAllowRotate.Size = new System.Drawing.Size(187, 17);
|
||||
this.checkboxAllowRotate.TabIndex = 23;
|
||||
this.checkboxAllowRotate.TabIndex = 3;
|
||||
this.checkboxAllowRotate.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.checkboxAllowRotate.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -992,7 +992,7 @@ namespace Greenshot {
|
|||
this.checkboxAllowCenter.Name = "checkboxAllowCenter";
|
||||
this.checkboxAllowCenter.PropertyName = "OutputPrintCenter";
|
||||
this.checkboxAllowCenter.Size = new System.Drawing.Size(137, 17);
|
||||
this.checkboxAllowCenter.TabIndex = 24;
|
||||
this.checkboxAllowCenter.TabIndex = 4;
|
||||
this.checkboxAllowCenter.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.checkboxAllowCenter.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -1003,7 +1003,7 @@ namespace Greenshot {
|
|||
this.checkbox_alwaysshowprintoptionsdialog.Name = "checkbox_alwaysshowprintoptionsdialog";
|
||||
this.checkbox_alwaysshowprintoptionsdialog.PropertyName = "OutputPrintPromptOptions";
|
||||
this.checkbox_alwaysshowprintoptionsdialog.Size = new System.Drawing.Size(394, 20);
|
||||
this.checkbox_alwaysshowprintoptionsdialog.TabIndex = 17;
|
||||
this.checkbox_alwaysshowprintoptionsdialog.TabIndex = 10;
|
||||
this.checkbox_alwaysshowprintoptionsdialog.Text = "Show print options dialog every time an image is printed";
|
||||
this.checkbox_alwaysshowprintoptionsdialog.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -1040,7 +1040,7 @@ namespace Greenshot {
|
|||
this.listview_plugins.Location = new System.Drawing.Point(3, 16);
|
||||
this.listview_plugins.Name = "listview_plugins";
|
||||
this.listview_plugins.Size = new System.Drawing.Size(417, 263);
|
||||
this.listview_plugins.TabIndex = 2;
|
||||
this.listview_plugins.TabIndex = 1;
|
||||
this.listview_plugins.UseCompatibleStateImageBehavior = false;
|
||||
this.listview_plugins.View = System.Windows.Forms.View.Details;
|
||||
this.listview_plugins.SelectedIndexChanged += new System.EventHandler(this.Listview_pluginsSelectedIndexChanged);
|
||||
|
@ -1055,7 +1055,7 @@ namespace Greenshot {
|
|||
this.button_pluginconfigure.Location = new System.Drawing.Point(6, 285);
|
||||
this.button_pluginconfigure.Name = "button_pluginconfigure";
|
||||
this.button_pluginconfigure.Size = new System.Drawing.Size(75, 23);
|
||||
this.button_pluginconfigure.TabIndex = 1;
|
||||
this.button_pluginconfigure.TabIndex = 2;
|
||||
this.button_pluginconfigure.UseVisualStyleBackColor = true;
|
||||
this.button_pluginconfigure.Click += new System.EventHandler(this.Button_pluginconfigureClick);
|
||||
//
|
||||
|
@ -1102,7 +1102,7 @@ namespace Greenshot {
|
|||
this.checkbox_reuseeditor.PropertyName = "ReuseEditor";
|
||||
this.checkbox_reuseeditor.SectionName = "Editor";
|
||||
this.checkbox_reuseeditor.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_reuseeditor.TabIndex = 31;
|
||||
this.checkbox_reuseeditor.TabIndex = 9;
|
||||
this.checkbox_reuseeditor.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_minimizememoryfootprint
|
||||
|
@ -1112,7 +1112,7 @@ namespace Greenshot {
|
|||
this.checkbox_minimizememoryfootprint.Name = "checkbox_minimizememoryfootprint";
|
||||
this.checkbox_minimizememoryfootprint.PropertyName = "MinimizeWorkingSetSize";
|
||||
this.checkbox_minimizememoryfootprint.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_minimizememoryfootprint.TabIndex = 30;
|
||||
this.checkbox_minimizememoryfootprint.TabIndex = 8;
|
||||
this.checkbox_minimizememoryfootprint.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_checkunstableupdates
|
||||
|
@ -1122,7 +1122,7 @@ namespace Greenshot {
|
|||
this.checkbox_checkunstableupdates.Name = "checkbox_checkunstableupdates";
|
||||
this.checkbox_checkunstableupdates.PropertyName = "CheckForUnstable";
|
||||
this.checkbox_checkunstableupdates.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_checkunstableupdates.TabIndex = 29;
|
||||
this.checkbox_checkunstableupdates.TabIndex = 7;
|
||||
this.checkbox_checkunstableupdates.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_suppresssavedialogatclose
|
||||
|
@ -1133,7 +1133,7 @@ namespace Greenshot {
|
|||
this.checkbox_suppresssavedialogatclose.PropertyName = "SuppressSaveDialogAtClose";
|
||||
this.checkbox_suppresssavedialogatclose.SectionName = "Editor";
|
||||
this.checkbox_suppresssavedialogatclose.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_suppresssavedialogatclose.TabIndex = 28;
|
||||
this.checkbox_suppresssavedialogatclose.TabIndex = 6;
|
||||
this.checkbox_suppresssavedialogatclose.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label_counter
|
||||
|
@ -1151,7 +1151,7 @@ namespace Greenshot {
|
|||
this.textbox_counter.Name = "textbox_counter";
|
||||
this.textbox_counter.PropertyName = "OutputFileIncrementingNumber";
|
||||
this.textbox_counter.Size = new System.Drawing.Size(141, 20);
|
||||
this.textbox_counter.TabIndex = 26;
|
||||
this.textbox_counter.TabIndex = 11;
|
||||
//
|
||||
// label_footerpattern
|
||||
//
|
||||
|
@ -1169,7 +1169,7 @@ namespace Greenshot {
|
|||
this.textbox_footerpattern.Name = "textbox_footerpattern";
|
||||
this.textbox_footerpattern.PropertyName = "OutputPrintFooterPattern";
|
||||
this.textbox_footerpattern.Size = new System.Drawing.Size(262, 20);
|
||||
this.textbox_footerpattern.TabIndex = 24;
|
||||
this.textbox_footerpattern.TabIndex = 10;
|
||||
//
|
||||
// checkbox_thumbnailpreview
|
||||
//
|
||||
|
@ -1178,7 +1178,7 @@ namespace Greenshot {
|
|||
this.checkbox_thumbnailpreview.Name = "checkbox_thumbnailpreview";
|
||||
this.checkbox_thumbnailpreview.PropertyName = "ThumnailPreview";
|
||||
this.checkbox_thumbnailpreview.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_thumbnailpreview.TabIndex = 23;
|
||||
this.checkbox_thumbnailpreview.TabIndex = 5;
|
||||
this.checkbox_thumbnailpreview.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_optimizeforrdp
|
||||
|
@ -1188,7 +1188,7 @@ namespace Greenshot {
|
|||
this.checkbox_optimizeforrdp.Name = "checkbox_optimizeforrdp";
|
||||
this.checkbox_optimizeforrdp.PropertyName = "OptimizeForRDP";
|
||||
this.checkbox_optimizeforrdp.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_optimizeforrdp.TabIndex = 22;
|
||||
this.checkbox_optimizeforrdp.TabIndex = 4;
|
||||
this.checkbox_optimizeforrdp.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkbox_autoreducecolors
|
||||
|
@ -1198,7 +1198,7 @@ namespace Greenshot {
|
|||
this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors";
|
||||
this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors";
|
||||
this.checkbox_autoreducecolors.Size = new System.Drawing.Size(408, 24);
|
||||
this.checkbox_autoreducecolors.TabIndex = 21;
|
||||
this.checkbox_autoreducecolors.TabIndex = 3;
|
||||
this.checkbox_autoreducecolors.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label_clipboardformats
|
||||
|
@ -1216,7 +1216,7 @@ namespace Greenshot {
|
|||
this.checkbox_enableexpert.Location = new System.Drawing.Point(6, 14);
|
||||
this.checkbox_enableexpert.Name = "checkbox_enableexpert";
|
||||
this.checkbox_enableexpert.Size = new System.Drawing.Size(394, 24);
|
||||
this.checkbox_enableexpert.TabIndex = 19;
|
||||
this.checkbox_enableexpert.TabIndex = 1;
|
||||
this.checkbox_enableexpert.UseVisualStyleBackColor = true;
|
||||
this.checkbox_enableexpert.CheckedChanged += new System.EventHandler(this.checkbox_enableexpert_CheckedChanged);
|
||||
//
|
||||
|
@ -1234,7 +1234,7 @@ namespace Greenshot {
|
|||
this.listview_clipboardformats.ShowGroups = false;
|
||||
this.listview_clipboardformats.Size = new System.Drawing.Size(230, 72);
|
||||
this.listview_clipboardformats.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
||||
this.listview_clipboardformats.TabIndex = 0;
|
||||
this.listview_clipboardformats.TabIndex = 2;
|
||||
this.listview_clipboardformats.UseCompatibleStateImageBehavior = false;
|
||||
this.listview_clipboardformats.View = System.Windows.Forms.View.Details;
|
||||
//
|
||||
|
|
|
@ -254,12 +254,12 @@
|
|||
</p>
|
||||
|
||||
<a name="editor-adding-graphics"></a>
|
||||
<h3>Adding graphics to a screenshot</h3>
|
||||
<h3>Grafische Elemente in ein Screenshot einfügen</h3>
|
||||
<p>
|
||||
You can simply add graphics or images to your screenshot by dragging and dropping an image
|
||||
file into the editor window. You can also insert screenshots of other windows by selecting
|
||||
<em>Insert window</em> from the <em>Edit</em> menu. A list of all open windows appears,
|
||||
allowing you to select one for insertion.
|
||||
Ziehen Sie einfach mit der Maus die Grafikdatei in den Editor um sie einzufügen.Sie können auch
|
||||
Screenshots von anderen Fenstern einfügen, durch Auswahl von
|
||||
<em>Fenster einfügen</em> im <em>Bearbeiten</em> Menü. Wählen Sie zum Einfügen aus der angezeigten
|
||||
Liste der geöffneten Fenster aus.
|
||||
</p>
|
||||
|
||||
<a name="editor-reuse-elements"></a>
|
||||
|
|
|
@ -20,7 +20,7 @@ Bugs resolved:
|
|||
* BUG-1559, BUG-1643: Repeating hotkeys are now prevented.
|
||||
* BUG-1610: Image editor: 'Obfuscate' and 'Highlight' and more, now should rotate / resize correctly.
|
||||
* BUG-1619: Image editor: Autocrop now also considers the elements.
|
||||
* BUG-1653: Editor menu entry "File" can't be activated/used via the keyboard
|
||||
* BUG-1653: Accessibility issues: Editor "File" menu entry can't be activated and missing translations
|
||||
|
||||
Changes:
|
||||
* We cleaned up the dynamic destination context-menu: if an entry (e.g export to the editor) has child items (export to open editors) the parent is still selectable, we also no longer repeat the parent in the children.
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="box.png" />
|
||||
<Content Include="Languages\language_Boxplugin-en-US.xml" />
|
||||
<Content Include="Languages\language_boxplugin-en-US.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj">
|
||||
|
|
32
GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml
Normal file
32
GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<language description="Deutsch" ietf="de-DE" version="1.0.0">
|
||||
<resources>
|
||||
<resource name="label_AfterUploadLinkToClipBoard">
|
||||
Link in der Zwischenablage
|
||||
</resource>
|
||||
<resource name="label_AfterUpload">
|
||||
Anschliessend
|
||||
</resource>
|
||||
<resource name="Configure">
|
||||
Box konfigurieren
|
||||
</resource>
|
||||
<resource name="upload_menu_item">
|
||||
Zu Box hochladen
|
||||
</resource>
|
||||
<resource name="settings_title">
|
||||
Box Einstellungen
|
||||
</resource>
|
||||
<resource name="upload_success">
|
||||
Hochladen zu Box war erfolgreich !
|
||||
</resource>
|
||||
<resource name="upload_failure">
|
||||
Fehler beim Hochladen zu Box:
|
||||
</resource>
|
||||
<resource name="label_upload_format">
|
||||
Grafikformat
|
||||
</resource>
|
||||
<resource name="communication_wait">
|
||||
Übermittle Daten zu Box. Bitte warten...
|
||||
</resource>
|
||||
</resources>
|
||||
</language>
|
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<language description="Deutsch" ietf="de-DE" version="1.0.0">
|
||||
<resources>
|
||||
<resource name="label_AfterUploadLinkToClipBoard">
|
||||
Link in der Zwischenablage
|
||||
</resource>
|
||||
<resource name="label_AfterUploadOpenHistory">
|
||||
Historie öffnen </resource>
|
||||
<resource name="label_AfterUpload">
|
||||
Anschliessend
|
||||
</resource>
|
||||
<resource name="Configure">
|
||||
Dropbox Einstellungen
|
||||
</resource>
|
||||
<resource name="upload_menu_item">
|
||||
Zu Dropbox hochladen
|
||||
</resource>
|
||||
<resource name="settings_title">
|
||||
Dropbox Einstellungen
|
||||
</resource>
|
||||
<resource name="upload_success">
|
||||
Image erfolgreich zu Dropbox hochgeladen!
|
||||
</resource>
|
||||
<resource name="upload_failure">
|
||||
Beim Hochladen ist ein Fehler aufgetreten :
|
||||
</resource>
|
||||
<resource name="label_upload_format">
|
||||
Grafikformat
|
||||
</resource>
|
||||
<resource name="communication_wait">
|
||||
Übermittle Daten zu Dropbox. Bitte warten...
|
||||
</resource>
|
||||
</resources>
|
||||
</language>
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<language description="Deutsch" ietf="de-DE" version="1.0.0">
|
||||
<resources>
|
||||
<resource name="contextmenu_configure">
|
||||
Externen Befehl konfigurieren
|
||||
</resource>
|
||||
<resource name="settings_title">
|
||||
Einstellungen externer Befehl
|
||||
</resource>
|
||||
<resource name="settings_detail_title">
|
||||
Befehl konfigurieren
|
||||
</resource>
|
||||
<resource name="settings_new">
|
||||
Neu
|
||||
</resource>
|
||||
<resource name="settings_delete">
|
||||
Löschen
|
||||
</resource>
|
||||
<resource name="settings_edit">
|
||||
Bearbeiten
|
||||
</resource>
|
||||
<resource name="label_name">
|
||||
Name
|
||||
</resource>
|
||||
<resource name="label_command">
|
||||
Befehl
|
||||
</resource>
|
||||
<resource name="label_argument">
|
||||
Arguments
|
||||
</resource>
|
||||
<resource name="label_information">
|
||||
{0} ist der Dateiname des Screenshots
|
||||
</resource>
|
||||
</resources>
|
||||
</language>
|
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<language description="Deutsch" ietf="de-DE" version="1.0.0">
|
||||
<resources>
|
||||
<resource name="label_HiddenFromSearch">
|
||||
Versteckte Suchmaske
|
||||
</resource>
|
||||
<resource name="label_SafetyLevel">
|
||||
Sicherheits Level
|
||||
</resource>
|
||||
<resource name="label_AfterUploadLinkToClipBoard">
|
||||
Link in der Zwischenablage
|
||||
</resource>
|
||||
<resource name="label_AfterUpload">
|
||||
Anschliessend
|
||||
</resource>
|
||||
<resource name="Configure">
|
||||
Flickr konfigurieren
|
||||
</resource>
|
||||
<resource name="upload_menu_item">
|
||||
Hochladen zu Flickr
|
||||
</resource>
|
||||
<resource name="settings_title">
|
||||
Flickr Einstellungen
|
||||
</resource>
|
||||
<resource name="upload_success">
|
||||
Erfolgreich zu Flickr hochgeladen!
|
||||
</resource>
|
||||
<resource name="upload_failure">
|
||||
Fehler beim hochladen zu Flickr:
|
||||
</resource>
|
||||
<resource name="label_upload_format">
|
||||
Grafikformat
|
||||
</resource>
|
||||
<resource name="communication_wait">
|
||||
Übermittle Daten zu Flickr. Bitte warten...
|
||||
</resource>
|
||||
<resource name="public">
|
||||
Öffentlich
|
||||
</resource>
|
||||
<resource name="family">
|
||||
Familie
|
||||
</resource>
|
||||
<resource name="friend">
|
||||
Freunde
|
||||
</resource>
|
||||
</resources>
|
||||
</language>
|
|
@ -61,11 +61,11 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Languages\language_Picasaplugin-fr-FR.xml" />
|
||||
<None Include="Languages\language_Picasaplugin-it-IT.xml" />
|
||||
<None Include="Languages\language_Picasaplugin-ru-RU.xml" />
|
||||
<None Include="Languages\language_Picasaplugin-uk-UA.xml" />
|
||||
<None Include="Languages\language_Picasaplugin-zh-CN.xml" />
|
||||
<None Include="Languages\language_picasaplugin-fr-FR.xml" />
|
||||
<None Include="Languages\language_picasaplugin-it-IT.xml" />
|
||||
<None Include="Languages\language_picasaplugin-ru-RU.xml" />
|
||||
<None Include="Languages\language_picasaplugin-uk-UA.xml" />
|
||||
<None Include="Languages\language_picasaplugin-zh-CN.xml" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>if exist "$(ProjectDir)PicasaCredentials.orig.cs" (
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<language description="Deutsch" ietf="de-DE" version="1.0.0">
|
||||
<resources>
|
||||
<resource name="label_AfterUploadLinkToClipBoard">
|
||||
Link in der Zwischenablage
|
||||
</resource>
|
||||
<resource name="label_AfterUpload">
|
||||
Anschliessend
|
||||
</resource>
|
||||
<resource name="Configure">
|
||||
Picasa konfigurieren
|
||||
</resource>
|
||||
<resource name="upload_menu_item">
|
||||
Hochladen zu Picasa
|
||||
</resource>
|
||||
<resource name="settings_title">
|
||||
Picasa Einstellungen
|
||||
</resource>
|
||||
<resource name="upload_success">
|
||||
Hochladen zu Picasa war erfolgreich !
|
||||
</resource>
|
||||
<resource name="upload_failure">
|
||||
Fehler beim Hochladen zu Picasa:
|
||||
</resource>
|
||||
<resource name="label_upload_format">
|
||||
Grafikformat
|
||||
</resource>
|
||||
<resource name="communication_wait">
|
||||
Übermittle Daten zu Picasa. Bitte warten...
|
||||
</resource>
|
||||
</resources>
|
||||
</language>
|
Loading…
Add table
Add a link
Reference in a new issue