mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Moving back to trunk!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1602 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
ad265b2c54
commit
8d458998a1
332 changed files with 17647 additions and 9466 deletions
|
@ -22,6 +22,7 @@ using System;
|
|||
|
||||
namespace Greenshot.Configuration {
|
||||
public enum LangKey {
|
||||
none,
|
||||
about_bugs,
|
||||
about_donations,
|
||||
about_host,
|
||||
|
@ -88,6 +89,7 @@ namespace Greenshot.Configuration {
|
|||
editor_drawellipse,
|
||||
editor_drawhighlighter,
|
||||
editor_drawline,
|
||||
editor_drawfreehand,
|
||||
editor_drawrectangle,
|
||||
editor_drawtextbox,
|
||||
editor_duplicate,
|
||||
|
@ -127,6 +129,9 @@ namespace Greenshot.Configuration {
|
|||
editor_title,
|
||||
editor_uponelevel,
|
||||
editor_uptotop,
|
||||
editor_autocrop,
|
||||
editor_undo,
|
||||
editor_redo,
|
||||
error,
|
||||
error_multipleinstances,
|
||||
error_nowriteaccess,
|
||||
|
@ -162,6 +167,7 @@ namespace Greenshot.Configuration {
|
|||
settings_destination_file,
|
||||
settings_destination_fileas,
|
||||
settings_destination_printer,
|
||||
settings_destination_picker,
|
||||
settings_editor,
|
||||
settings_filenamepattern,
|
||||
settings_general,
|
||||
|
@ -187,6 +193,7 @@ namespace Greenshot.Configuration {
|
|||
settings_tooltip_registerhotkeys,
|
||||
settings_tooltip_storagelocation,
|
||||
settings_visualization,
|
||||
settings_shownotify,
|
||||
settings_waittime,
|
||||
settings_windowscapture,
|
||||
settings_window_capture_mode,
|
||||
|
@ -198,6 +205,7 @@ namespace Greenshot.Configuration {
|
|||
warning_hotkeys,
|
||||
hotkeys,
|
||||
wait_ie_capture,
|
||||
update_found
|
||||
update_found,
|
||||
exported_to
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue