mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
refactoring: GreenshotCore/GreenshotEditor
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@731 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
1042e1e275
commit
019b482195
104 changed files with 167 additions and 170 deletions
|
@ -1,191 +0,0 @@
|
|||
/*
|
||||
* Greenshot - a free and open source screenshot tool
|
||||
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
|
||||
*
|
||||
* For more information see: http://getgreenshot.org/
|
||||
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
|
||||
*
|
||||
* 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
|
||||
* the Free Software Foundation, either version 1 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Greenshot.Configuration {
|
||||
public enum LangKey {
|
||||
about_bugs,
|
||||
about_donations,
|
||||
about_host,
|
||||
about_icons,
|
||||
about_license,
|
||||
about_title,
|
||||
about_translation,
|
||||
application_title,
|
||||
bugreport_cancel,
|
||||
bugreport_info,
|
||||
bugreport_title,
|
||||
clipboard_error,
|
||||
clipboard_inuse,
|
||||
colorpicker_alpha,
|
||||
colorpicker_apply,
|
||||
colorpicker_blue,
|
||||
colorpicker_green,
|
||||
colorpicker_htmlcolor,
|
||||
colorpicker_recentcolors,
|
||||
colorpicker_red,
|
||||
colorpicker_title,
|
||||
colorpicker_transparent,
|
||||
config_unauthorizedaccess_write,
|
||||
contextmenu_about,
|
||||
contextmenu_capturearea,
|
||||
contextmenu_captureclipboard,
|
||||
contextmenu_capturefullscreen,
|
||||
contextmenu_capturelastregion,
|
||||
contextmenu_capturewindow,
|
||||
contextmenu_donate,
|
||||
contextmenu_exit,
|
||||
contextmenu_help,
|
||||
contextmenu_openfile,
|
||||
contextmenu_quicksettings,
|
||||
contextmenu_settings,
|
||||
editor_arrange,
|
||||
editor_arrowheads,
|
||||
editor_arrowheads_both,
|
||||
editor_arrowheads_end,
|
||||
editor_arrowheads_none,
|
||||
editor_arrowheads_start,
|
||||
editor_backcolor,
|
||||
editor_blur_radius,
|
||||
editor_bold,
|
||||
editor_brightness,
|
||||
editor_cancel,
|
||||
editor_clipboardfailed,
|
||||
editor_close,
|
||||
editor_close_on_save,
|
||||
editor_close_on_save_title,
|
||||
editor_confirm,
|
||||
editor_copyimagetoclipboard,
|
||||
editor_copypathtoclipboard,
|
||||
editor_copytoclipboard,
|
||||
editor_crop,
|
||||
editor_cursortool,
|
||||
editor_cuttoclipboard,
|
||||
editor_deleteelement,
|
||||
editor_downonelevel,
|
||||
editor_downtobottom,
|
||||
editor_drawarrow,
|
||||
editor_drawellipse,
|
||||
editor_drawhighlighter,
|
||||
editor_drawline,
|
||||
editor_drawrectangle,
|
||||
editor_drawtextbox,
|
||||
editor_duplicate,
|
||||
editor_edit,
|
||||
editor_email,
|
||||
editor_file,
|
||||
editor_fontsize,
|
||||
editor_forecolor,
|
||||
editor_highlight_area,
|
||||
editor_highlight_grayscale,
|
||||
editor_highlight_mode,
|
||||
editor_highlight_text,
|
||||
editor_highlight_magnify,
|
||||
editor_pixel_size,
|
||||
editor_imagesaved,
|
||||
editor_italic,
|
||||
editor_load_objects,
|
||||
editor_magnification_factor,
|
||||
editor_obfuscate,
|
||||
editor_obfuscate_blur,
|
||||
editor_obfuscate_mode,
|
||||
editor_obfuscate_pixelize,
|
||||
editor_object,
|
||||
editor_opendirinexplorer,
|
||||
editor_pastefromclipboard,
|
||||
editor_preview_quality,
|
||||
editor_print,
|
||||
editor_save,
|
||||
editor_save_objects,
|
||||
editor_saveas,
|
||||
editor_selectall,
|
||||
editor_senttoprinter,
|
||||
editor_shadow,
|
||||
editor_storedtoclipboard,
|
||||
editor_thickness,
|
||||
editor_title,
|
||||
editor_uponelevel,
|
||||
editor_uptotop,
|
||||
error,
|
||||
error_multipleinstances,
|
||||
error_nowriteaccess,
|
||||
error_openfile,
|
||||
error_openlink,
|
||||
error_save,
|
||||
help_title,
|
||||
jpegqualitydialog_choosejpegquality,
|
||||
jpegqualitydialog_dontaskagain,
|
||||
jpegqualitydialog_title,
|
||||
print_error,
|
||||
printoptions_allowcenter,
|
||||
printoptions_allowenlarge,
|
||||
printoptions_allowrotate,
|
||||
printoptions_allowshrink,
|
||||
printoptions_dontaskagain,
|
||||
printoptions_timestamp,
|
||||
printoptions_title,
|
||||
quicksettings_destination_file,
|
||||
settings_alwaysshowjpegqualitydialog,
|
||||
settings_alwaysshowprintoptionsdialog,
|
||||
settings_applicationsettings,
|
||||
settings_autostartshortcut,
|
||||
settings_capture,
|
||||
settings_capture_mousepointer,
|
||||
settings_capture_windows_interactive,
|
||||
settings_capture_window_full,
|
||||
settings_capture_window_content,
|
||||
settings_copypathtoclipboard,
|
||||
settings_destination,
|
||||
settings_destination_clipboard,
|
||||
settings_destination_editor,
|
||||
settings_destination_email,
|
||||
settings_destination_file,
|
||||
settings_destination_fileas,
|
||||
settings_destination_printer,
|
||||
settings_filenamepattern,
|
||||
settings_general,
|
||||
settings_jpegquality,
|
||||
settings_jpegsettings,
|
||||
settings_language,
|
||||
settings_message_filenamepattern,
|
||||
settings_output,
|
||||
settings_playsound,
|
||||
settings_preferredfilesettings,
|
||||
settings_primaryimageformat,
|
||||
settings_printer,
|
||||
settings_printoptions,
|
||||
settings_registerhotkeys,
|
||||
settings_showflashlight,
|
||||
settings_skipimageeditor,
|
||||
settings_storagelocation,
|
||||
settings_title,
|
||||
settings_tooltip_filenamepattern,
|
||||
settings_tooltip_language,
|
||||
settings_tooltip_primaryimageformat,
|
||||
settings_tooltip_registerhotkeys,
|
||||
settings_tooltip_storagelocation,
|
||||
settings_visualization,
|
||||
settings_waittime,
|
||||
tooltip_firststart,
|
||||
warning,
|
||||
warning_hotkeys
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue