Commit graph

1130 commits

Author SHA1 Message Date
Jaex 970c2d6119 Allow force update on debug build 2018-10-17 13:31:39 +03:00
Charles Milette e74f99aaab
Add support for QUERYENDSESSION message and the Restart Manager 2018-10-13 12:18:10 -04:00
thanhpd be79107bfe Update Vietnamese vi-VN translation 2018-10-09 21:10:59 +07:00
Jaex aa46c723b8 Removed unnecessary this. usages 2018-10-09 14:30:22 +03:00
Jaex ac14199044 Don't use _ prefix for variables 2018-10-06 22:09:15 +03:00
Fyers 84773455d0 changed start position to manual 2018-10-02 00:15:23 +02:00
Fyers ed473916df simplified current screen location for ImageViewer 2018-10-02 00:12:00 +02:00
Fyers b071e5ce9a use current screen location for ImageViewer 2018-10-01 23:53:14 +02:00
Jaex d026beb0e1
Merge pull request #3644 from sylveon/master
Add button in debug form to upload log
2018-10-01 23:39:38 +03:00
Jaex 561d350c65 Added option to automatically select last completed task in main window 2018-10-01 23:26:13 +03:00
Charles Milette 08129ae865
Use delegates 2018-10-01 16:22:13 -04:00
Charles Milette 1ae48e8d91
Add button in debug form to upload log 2018-10-01 15:47:05 -04:00
Jaex ef338f119b
Merge pull request #3640 from tinybarks/add-crypto-rng
MathHelpers: add CryptoRandom()
2018-10-01 21:36:46 +03:00
tinybarks fce293108e
Merge remote-tracking branch 'upstream/master' into implement-backblaze-b2 2018-10-01 19:34:36 +02:00
tinybarks ed40360491
MathHelpers: add CryptoRandom()
Random() is biased and generates predictable numbers (seeded with time by default), using RNGCryptoServiceProvider fixes this.
2018-10-01 15:11:59 +02:00
tinybarks 35a3cc0dd9
Add Helpers.IsSuccessfulResponse(HttpWebResponse res) 2018-09-27 07:43:16 +02:00
Jaex 5ea1a70bb7
Merge pull request #3628 from Fyers/master
Added some more german translations
2018-09-22 03:49:21 +03:00
Fyers ff09ec2616 added some more german translations 2018-09-21 22:51:33 +02:00
Jaex 227dc9f44a In name parser replace spaces in process name with underscore 2018-09-14 00:47:58 +03:00
L1Q 5b05f8c685 Update Russian translation 2018-09-10 19:01:13 +03:00
Jaex 7f84c812d4 fixed #3584: Handle invalid personal folder path in application settings 2018-08-25 15:51:37 +03:00
Jaex 93e077a691 Fix blur 2018-08-23 13:25:02 +03:00
Jaex 57e1533c79 Update invariant resx comments 2018-08-07 15:45:56 +03:00
Jaex 48b5dc6b0b Turkish translation improvements 2018-08-07 15:27:34 +03:00
Jaex a3a07a5231 More resx cleanup 2018-08-07 12:48:16 +03:00
Jaex 6bf61f03fa Deleted remaining unused resx entries 2018-08-07 12:31:40 +03:00
Jaex 9e431ee6f2 Added es-MX to csproj, removed unused resx entries from other languages 2018-08-07 12:21:38 +03:00
Jaex 137ad5683d Installer must run in foreground thread 2018-08-03 17:43:21 +03:00
Jaex 380f438444 Using Task instead of Thread 2018-08-03 17:24:26 +03:00
Jaex ffc2ef1db7 Using ContinueInCurrentContext in few places 2018-08-03 17:16:36 +03:00
Jaex 6a88f1e70e Added ContinueInCurrentContext extension 2018-08-03 16:54:48 +03:00
Jaex 1cc41d3c42 Removed TaskEx class instead using async/await 2018-08-03 16:38:18 +03:00
Jaex f270c59190 No need TaskEx.Run anymore 2018-08-03 14:01:12 +03:00
Jaex 3d56ae2f62 Improvements to backup system which allows creating weekly backups right after saving 2018-08-03 13:40:00 +03:00
Jess a51fcaf835
Update Taiwan Language
Minor updated Taiwan translation and optimized some expressions for consistency.
2018-07-31 16:27:53 +08:00
gehongyan 568178d92b Merge pull request #2 from gehongyan/master Chinese Updated 2018-07-26 00:11:23 +08:00
Jaex ce0b3a03c7 Don't duplicate replace characters 2018-07-14 09:10:06 +03:00
Jaex 55be475017 Remove bidirectional control characters from file name before upload 2018-07-14 04:13:16 +03:00
Jaex a9f60d2957
Merge pull request #3517 from absay/master
Added Mexican Spanish language [es_MX]
2018-07-11 22:13:37 +03:00
Absay 98a1b39b5e Merge branch 'master' of https://github.com/absay/ShareX 2018-07-10 12:36:09 -05:00
absay cdff9ed3d2 Lines starting 2018-07-10 12:03:25 -05:00
Jaex 1e1717a206 Support rectangle in blur method 2018-07-06 16:16:49 +03:00
Jaex bf44d356eb URLEncode refactoring 2018-06-21 19:25:11 +03:00
Jaex 0546a31630 Proper URL encoding to support emotes etc. on URL 2018-06-21 18:58:28 +03:00
Jaex fcbf9f4d98 fixed #3456: Not let window to position outside of working area 2018-06-20 13:47:51 +03:00
Jaex 568991cb45 Added gradient color support to Text (Outline) tool 2018-06-18 16:53:59 +03:00
Jaex 599cfc2a0e Added sides option to auto crop image effect 2018-06-14 14:12:19 +03:00
Jaex 6c696fd034 No need these 2018-06-14 13:19:51 +03:00
Jaex 7e7f456ee3 When auto cropping if pixel alpha is 0 then ignore rest of color channels 2018-06-14 13:11:19 +03:00
Jaex dd1dbb1855 Use SystemColors for update checker label 2018-06-06 20:34:48 +03:00
Jaex a93dec7326 Use system colors for checkers 2018-06-06 16:39:28 +03:00
Jaex f4e9a105a5 Use system colors for separator lines 2018-06-06 15:16:14 +03:00
Jaex ec45f15922 fixed #3374: Added screen color picker support to image editor color picker, also gonna show recent colors in screen color picker tool too 2018-06-02 15:34:52 +03:00
gunooknam fcf8d0f189 Fix comment 2018-05-19 23:28:45 +09:00
joohyungbyun d808157432 Update Korean translation 2018-05-17 19:52:30 +09:00
joohyungbyun 94a4730b56 Merge branch 'master' of https://github.com/ShareX/ShareX 2018-05-16 23:59:42 +09:00
joohyungbyun 2f6134d421 Update Korean Transration in ColorPickerForm.ko-KR 2018-05-16 23:40:41 +09:00
Jaex 795822a7b2 Removed StyleCop.Analyzers 2018-05-16 17:29:34 +03:00
Jaex cb3711632c Fix "Use of implied arithmetic operator precedence" 2018-05-16 16:27:11 +03:00
Jaex fe14c2607e Fix "Use readable conditions" 2018-05-16 11:23:13 +03:00
Jaex 7dc95f4ae7 Fix "Multiple statements in one line" 2018-05-16 11:09:01 +03:00
Jaex eeb7391312 Fix "Invalid spacing around the semicolon." 2018-05-15 19:02:19 +03:00
L1Q 1bebf9de66 Update russian translation 2018-05-13 06:20:16 +03:00
L1Q 8a4afdbdfc Improve translation support
- resize color picker form for better compatibility
- move strings to resources
- mark strings invariant
2018-05-13 06:19:16 +03:00
Jaex dae4809133 Rename selective color value to threshold 2018-05-09 00:24:05 +03:00
Jaex 5a6e305bc2 Migrate packages.config to PackageReference 2018-05-07 22:04:37 +03:00
Jaex 78652b7831 Added selective color image effect 2018-05-06 04:56:38 +03:00
Jaex 0783dbc877
Merge pull request #3358 from sylveon/hand
Fix crash when opening screen capture form
2018-04-29 21:37:15 +03:00
Charles Milette f251df7e36
Fix crash when opening screen capture form 2018-04-29 14:23:20 -04:00
Jaex ad67b4837e
Merge pull request #3355 from sylveon/hand
Use system hand cursor
2018-04-29 18:30:50 +03:00
Charles Milette d50d3ca7b8
Move TryFixHandCursor to HelpersLib 2018-04-29 11:30:03 -04:00
Charles Milette d8c2a7f796
Use system hand cursor
Universal fix, will fix any affected Form

Fixes #3341
2018-04-29 11:02:13 -04:00
Jaex edab11136c Fix single & usages 2018-04-29 04:04:06 +03:00
Jaex 3f10eb428d
Merge pull request #3349 from bidolah/dev7
Remove unnecessary ternary operator
2018-04-29 03:47:26 +03:00
Ivan Bidolakh 672f16e2db Remove unnecessary ternary operator 2018-04-29 02:05:40 +03:00
Ivan Bidolakh d7d3ce4fc1 Remove unnecessary null check
Split function always return array. If you look at the source of it, it even guarantees it with code contracts
2018-04-29 01:54:42 +03:00
Jaex ded4d75315 fixed #3332: Ignore ftp links 2018-04-26 16:57:30 +03:00
Jaex c3a6cc05e5 Added hover effect to color button 2018-04-24 14:15:17 +03:00
Jaex 30b7678635 Recent colors interim commit 2018-04-24 13:28:42 +03:00
Jaex d146ab68d5 Added BorderColor option to ColorButton 2018-04-24 11:13:23 +03:00
Jaex f342308c34 Also use parent form in color button 2018-04-24 10:28:34 +03:00
Jaex 4776c83d08 Added form parameter to PickColor method to be able to show color picker in front of top most forms 2018-04-24 10:15:19 +03:00
Jaex cce5f7f005
Merge pull request #3243 from sylveon/inno-no-shortcut
Prevent the update process from recreating the desktop shortcut
2018-04-24 03:17:21 +03:00
SupSuper 15aebbb506 Fix color picker autoscaling 2018-04-22 03:50:44 +01:00
SupSuper 58ff5094b8 Picture box label needs to be realigned on DPI change 2018-04-22 03:46:01 +01:00
SupSuper d58b001d8e Fix News indicator scaling 2018-04-22 03:46:00 +01:00
SupSuper c60467ee3b Fix MaxSize of input boxes 2018-04-22 03:45:59 +01:00
SupSuper 3f01e83ddc Fix scaling of fixed split containers in Settings windows 2018-04-22 03:45:58 +01:00
SupSuper 67495fc952 Fix scaling of listview columns
https://stackoverflow.com/questions/10795134/c-sharp-listview-column-text-size-is-not-the-same-on-each-computer/36974138#36974138
2018-04-22 03:45:57 +01:00
Jaex f00c3b1d56 Added id-ID.resx files to csproj 2018-04-20 00:36:17 +03:00
Jaex e747d5cccf Line ending 2018-04-20 00:22:39 +03:00
Nicedward a8ea7c53ab Add indonesian file (#3324)
* Add "indonesian.ini" file

Add indonesian

* Add "HotkeySelectionControl.id-ID.resx" file

add indonesian "HotkeySelectionControl.id-ID.resx"

* Add indonesian

Add ("AboutForm.id-ID.resx" "ActionsForm.id-ID.resx" "ActionsToolbarEditForm.id-ID.resx" "AfterCaptureForm.id-ID.resx" "AfterUploadForm.id-ID.resx" "ApplicationSettingsForm.id-ID.resx" "AutoCaptureForm.id-ID.resx" "BeforeUploadForm.id-ID.resx" "ClipboardFormatForm.id-ID.resx" "EncoderProgramForm.id-ID.resx" "FileExistForm.id-ID.resx" "FirstTimeConfigForm.id-ID.resx" "HotkeySettingsForm.id-ID.resx" "MainForm.id-ID.resx" "QRCodeForm.id-ID.resx" "QuickTaskInfoEditForm.id-ID.resx" "QuickTaskMenuEditorForm.id-ID.resx" "ScreenColorPicker.id-ID.resx" "ScreenRecordForm.id-ID.resx" "TaskSettingsForm.id-ID.resx" "VideoEncodersForm.id-ID.resx" "WatchFolderForm.id-ID.resx")

* Add "Resources.id-ID.resx" file

Add indonesian

* Add indonesian

Add "ColorPickerForm.id-ID.resx" "GradientPickerForm.id-ID.resx"

* Add indonesian

Add "ExportImportControl.id-ID.resx" "MyPictureBox.id-ID.resx"

* Add "DNSChangerForm.id-ID.resx"

Add "DNSChangerForm.id-ID.resx" file

* Add indonesian

Add "ClipboardContentViewer.id-ID.resx" "DebugForm.id-ID.resx" "ErrorForm.id-ID.resx" "HashCheckForm.id-ID.resx" "InputBox.id-ID.resx" "MonitorTestForm.id-ID.resx"

* Add indonesian

Add "PrintTextForm.id-ID.resx" "PrintForm.id-ID.resx"

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx"

* Add indonesian

Add "UpdateMessageBox.id-ID.resx" "DownloaderForm.id-ID.resx" "UpdateCheckerLabel.id-ID.resx"

* Add indonesian

Add "HistoryForm.id-ID.resx" "HistoryItemInfoForm.id-ID.resx" "ImageHistoryForm.id-ID.resx"

* delete

* delete

* delete

* Add " ImageEffectsForm.id-ID.resx"

Add " ImageEffectsForm.id-ID.resx" file

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx" file

* Add indonesian

Add "VideoThumbnailerForm.id-ID.resx" "ImageCombinerForm.id-ID.resx" "ImageThumbnailerForm.id-ID.resx"

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx" file

* add indonesian

Add "CanvasSizeForm.id-ID.resx" "EditorStartupForm.id-ID.resx" "FFmpegOptionsForm.id-ID.resx" "ImageInsertForm.id-ID.resx" "ImageSizeForm.id-ID.resx" "NewImageForm.id-ID.resx" "ScrollingCaptureForm.id-ID.resx" "TextDrawingInputBox.id-ID.resx" "WebpageCaptureForm.id-ID.resx"

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx" file

* Add indonesian

Add "AccountsControl.id-ID.resx" "AccountTypeControl.id-ID.resx" "OAuthControl.id-ID.resx"

* Add indonesian

Add "EmailForm.id-ID.resx" "JiraUpload.id-ID.resx" "OAuthWebForm.id-ID.resx" "OCRSpaceForm.id-ID.resx" "ResponseForm.id-ID.resx" "TwitterTweetForm.id-ID.resx" "UploadersConfigForm.id-ID.resx" "UserPassBox.id-ID.resx"

* Add "FTPClientForm.id-ID.resx" file

Add "FTPClientForm.id-ID.resx" file

* Add " Resources.id-ID.resx" file

Add " Resources.id-ID.resx" file
2018-04-20 00:05:49 +03:00
Jaex 9f1728bc5e Add uk.resx files to csproj and enable localizable in few forms 2018-04-19 23:10:17 +03:00
Олександр (6c6c6) c9be12aa90 Ukrainian translation (#3143)
* Ukrainian translation

Ukrainian translation for ShareX.

* Ukrainian translation clean up

Ukrainian translation clean up.

* Delete Resources.uk.resx

* Delete DirectoryIndexerForm.uk.resx

* Delete TabToTreeView.uk.resx

* Delete TabToListView.uk.resx

* Delete OutputBox.uk.resx

* Ukrainian translation cleanup

Cleaned untranslated strings

* Delete MyPictureBox.uk.resx

* Delete QRCodeForm.uk.resx

* Delete HistoryItemInfoForm.uk.resx

* Delete VideoThumbnailerForm.uk.resx

* Delete OCRSpaceForm.uk.resx

* Updated Ukrainian translation

* Ukrainian translation cleanup
2018-04-19 22:02:31 +03:00
Jaex 6fc4410e8a Interim commit for recent colors support 2018-04-19 21:59:02 +03:00
Jaex 0dbaa2e676 Removed ScreenColorPicker.cs instead using ColorPickerForm for both 2018-04-18 19:29:02 +03:00
Jaex 5a03d45363 Added offset option to color button 2018-04-18 05:20:41 +03:00
SupSuper 0e632acdff Update OneDrive to use Microsoft Graph API 2018-04-16 21:55:19 +01:00
Jaex 32f77d79a6
Merge pull request #3315 from sylveon/master
Use a linear gradient brush in color slider instead of manually drawing
2018-04-16 23:47:45 +03:00
Charles Milette 3db9e1398d
Use a linear gradient brush in color slider instead of manually drawing where possible 2018-04-16 16:35:21 -04:00
Jaex 8b9cd9cad4 Added canvas color option to image effect 2018-04-16 16:43:56 +03:00
Jaex 5bfbc07818 #3304: After move image if image is outside canvas then resize canvas to fit image 2018-04-13 14:56:35 +03:00
SupSuper 21a813bb6f Merge branch 'master' into youtube-uploader 2018-04-10 02:00:40 +01:00
SupSuper d6bc062bff Add Youtube to file uploaders 2018-04-10 01:49:40 +01:00
Jaex bc0918337d NuGet update, rename few classes 2018-04-08 12:12:52 +03:00
Jaex 9744dfc525 #2659: Fix startup check issue 2018-04-08 10:57:57 +03:00
Jaex 217018b388 Added after capture task "Scan QR code", it requires image to be saved as file 2018-04-03 21:21:41 +03:00
Jaex e369ee2863 https://blog.github.com/2018-03-20-removing-anonymous-gist-creation/ 2018-04-01 23:34:48 +03:00
Jaex 21332baf8a Added Cloudflare DNS 2018-04-01 18:12:26 +03:00
Jaex 1ebb91c9e9 Added RegistryHive parameter to each registry methods 2018-03-31 17:00:16 +03:00
Jaex aa315e7660 Revert "New Crowdin translations (#3260)"
This reverts commit 7cb1cd8ecf.
2018-03-30 20:16:14 +03:00
Jaex c589a87f08 Revert "New Crowdin translations (#3265)"
This reverts commit 4dfcf5f637.
2018-03-30 20:15:51 +03:00
Jaex c1535c026b Revert "New Crowdin translations (#3269)"
This reverts commit aed74121d2.
2018-03-30 20:15:39 +03:00
Jaex aed74121d2
New Crowdin translations (#3269)
* New translations EncoderProgramForm.resx (Chinese Simplified)

* New translations QuickTaskInfoEditForm.resx (Chinese Simplified)

* New translations PrintTextForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ScrollingCaptureForm.resx (Dutch)

* New translations AccountTypeControl.resx (Dutch)

* New translations AccountsControl.resx (Dutch)

* New translations JiraUpload.resx (Dutch)

* New translations PrintForm.resx (Dutch)

* New translations EmailForm.resx (Dutch)

* New translations QuickTaskMenuEditorForm.resx (Chinese Simplified)

* New translations FirstTimeConfigForm.resx (Chinese Simplified)

* New translations HotkeySettingsForm.resx (Chinese Simplified)

* New translations UpdateMessageBox.resx (Dutch)

* New translations HistoryItemInfoForm.resx (Dutch)

* New translations MainForm.resx (Chinese Simplified)

* New translations UpdateCheckerLabel.resx (Dutch)

* New translations ImageThumbnailerForm.resx (Dutch)

* New translations ImageCombinerForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations DirectoryIndexerForm.resx (Dutch)

* New translations ImageEffectsForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ImageHistoryForm.resx (Dutch)

* New translations QRCodeForm.resx (Chinese Simplified)

* New translations OAuthWebForm.resx (Dutch)

* New translations TextDrawingInputBox.resx (Dutch)

* New translations WebpageCaptureForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations OAuthControl.resx (Dutch)

* New translations FTPClientForm.resx (Dutch)

* New translations Resources.resx (Hungarian)

* New translations StickerForm.resx (Dutch)

* New translations StickerPackForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ScreenColorPicker.resx (Chinese Simplified)

* New translations ScreenRecordForm.resx (Chinese Simplified)

* New translations TaskSettingsForm.resx (Chinese Simplified)

* New translations HashCheckForm.resx (Dutch)

* New translations MonitorTestForm.resx (Dutch)

* New translations DownloaderForm.resx (Dutch)

* New translations NewImageForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations HistoryForm.resx (Dutch)

* New translations VideoThumbnailerForm.resx (Dutch)

* New translations CanvasSizeForm.resx (Dutch)

* New translations EditorStartupForm.resx (Dutch)

* New translations FFmpegOptionsForm.resx (Dutch)

* New translations ImageSizeForm.resx (Dutch)
2018-03-30 01:41:35 +03:00
Jaex 4dfcf5f637
New Crowdin translations (#3265)
* New translations ClipboardContentViewer.resx (Hungarian)

* New translations UpdateMessageBox.resx (Vietnamese)

* New translations OAuthControl.resx (Vietnamese)

* New translations WebpageCaptureForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations AccountTypeControl.resx (Vietnamese)

* New translations AccountsControl.resx (Vietnamese)

* New translations FTPClientForm.resx (Vietnamese)

* New translations ScrollingCaptureForm.resx (Vietnamese)

* New translations EmailForm.resx (Vietnamese)

* New translations JiraUpload.resx (Vietnamese)

* New translations OAuthWebForm.resx (Vietnamese)

* New translations ResponseForm.resx (Vietnamese)

* New translations TwitterTweetForm.resx (Vietnamese)

* New translations UserPassBox.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations HistoryForm.resx (Vietnamese)

* New translations HistoryItemInfoForm.resx (Vietnamese)

* New translations ImageHistoryForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations ImageEffectsForm.resx (Vietnamese)

* New translations ImageCombinerForm.resx (Vietnamese)

* New translations VideoThumbnailerForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations FFmpegOptionsForm.resx (Vietnamese)

* New translations UploadersConfigForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations DNSChangerForm.resx (Hungarian)

* New translations GradientPickerForm.resx (Hungarian)

* New translations TaskSettingsForm.resx (Vietnamese)

* New translations VideoEncodersForm.resx (Vietnamese)

* New translations WatchFolderForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations ColorPickerForm.resx (Hungarian)

* New translations ScreenColorPicker.resx (Vietnamese)

* New translations ExportImportControl.resx (Hungarian)

* New translations MyPictureBox.resx (Hungarian)

* New translations ScreenRecordForm.resx (Vietnamese)

* New translations HotkeySelectionControl.resx (Vietnamese)

* New translations AutoCaptureForm.resx (Vietnamese)

* New translations AboutForm.resx (Vietnamese)

* New translations ActionsForm.resx (Vietnamese)

* New translations AfterCaptureForm.resx (Vietnamese)

* New translations AfterUploadForm.resx (Vietnamese)

* New translations ApplicationSettingsForm.resx (Vietnamese)

* New translations BeforeUploadForm.resx (Vietnamese)

* New translations ClipboardFormatForm.resx (Vietnamese)

* New translations EncoderProgramForm.resx (Vietnamese)

* New translations FileExistForm.resx (Vietnamese)

* New translations FirstTimeConfigForm.resx (Vietnamese)

* New translations HotkeySettingsForm.resx (Vietnamese)

* New translations MainForm.resx (Vietnamese)

* New translations QRCodeForm.resx (Vietnamese)

* New translations WebpageCaptureForm.resx (Korean)

* New translations StickerPackForm.resx (Korean)

* New translations GradientPickerForm.resx (Italian)

* New translations MonitorTestForm.resx (Chinese Simplified)

* New translations DNSChangerForm.resx (Chinese Simplified)

* New translations ClipboardContentViewer.resx (Chinese Simplified)

* New translations DebugForm.resx (Chinese Simplified)

* New translations ErrorForm.resx (Chinese Simplified)

* New translations HashCheckForm.resx (Chinese Simplified)

* New translations InputBox.resx (Chinese Simplified)

* New translations PrintForm.resx (Chinese Simplified)

* New translations PrintTextForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations DownloaderForm.resx (Chinese Simplified)

* New translations UpdateCheckerLabel.resx (Chinese Simplified)

* New translations UpdateMessageBox.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations MyPictureBox.resx (Chinese Simplified)

* New translations HistoryItemInfoForm.resx (Chinese Simplified)

* New translations VideoEncodersForm.resx (Italian)

* New translations QuickTaskInfoEditForm.resx (Italian)

* New translations QuickTaskMenuEditorForm.resx (Italian)

* New translations ScreenColorPicker.resx (Italian)

* New translations ScreenRecordForm.resx (Italian)

* New translations TaskSettingsForm.resx (Italian)

* New translations WatchFolderForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations ColorPickerForm.resx (Chinese Simplified)

* New translations GradientPickerForm.resx (Chinese Simplified)

* New translations ExportImportControl.resx (Chinese Simplified)

* New translations HistoryForm.resx (Chinese Simplified)

* New translations ImageHistoryForm.resx (Chinese Simplified)

* New translations MainForm.resx (Italian)

* New translations AccountsControl.resx (Chinese Simplified)

* New translations OAuthControl.resx (Chinese Simplified)

* New translations FTPClientForm.resx (Chinese Simplified)

* New translations EmailForm.resx (Chinese Simplified)

* New translations JiraUpload.resx (Chinese Simplified)

* New translations OAuthWebForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations ResponseForm.resx (Chinese Simplified)

* New translations TwitterTweetForm.resx (Chinese Simplified)

* New translations UploadersConfigForm.resx (Chinese Simplified)

* New translations UserPassBox.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations HotkeySelectionControl.resx (Chinese Simplified)

* New translations AccountTypeControl.resx (Chinese Simplified)

* New translations WebpageCaptureForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations ImageEffectsForm.resx (Chinese Simplified)

* New translations ImageCombinerForm.resx (Chinese Simplified)

* New translations VideoThumbnailerForm.resx (Chinese Simplified)

* New translations TextDrawingInputBox.resx (Chinese Simplified)

* New translations FFmpegOptionsForm.resx (Chinese Simplified)

* New translations ScrollingCaptureForm.resx (Chinese Simplified)

* New translations QRCodeForm.resx (Italian)

* New translations HotkeySettingsForm.resx (Italian)

* New translations ActionsForm.resx (Chinese Simplified)

* New translations ImageHistoryForm.resx (Italian)

* New translations DownloaderForm.resx (Italian)

* New translations UpdateCheckerLabel.resx (Italian)

* New translations UpdateMessageBox.resx (Italian)

* New translations Resources.resx (Italian)

* New translations HistoryForm.resx (Italian)

* New translations HistoryItemInfoForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations PrintTextForm.resx (Italian)

* New translations ImageEffectsForm.resx (Italian)

* New translations ImageCombinerForm.resx (Italian)

* New translations VideoThumbnailerForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations Resources.resx (Italian)

* New translations PrintForm.resx (Italian)

* New translations ExportImportControl.resx (Italian)

* New translations MyPictureBox.resx (Italian)

* New translations DNSChangerForm.resx (Italian)

* New translations ClipboardContentViewer.resx (Italian)

* New translations DebugForm.resx (Italian)

* New translations ErrorForm.resx (Italian)

* New translations HashCheckForm.resx (Italian)

* New translations InputBox.resx (Italian)

* New translations MonitorTestForm.resx (Italian)

* New translations FFmpegOptionsForm.resx (Italian)

* New translations FirstTimeConfigForm.resx (Italian)

* New translations ActionsToolbarEditForm.resx (Italian)

* New translations UserPassBox.resx (Italian)

* New translations Resources.resx (Italian)

* New translations HotkeySelectionControl.resx (Italian)

* New translations AboutForm.resx (Italian)

* New translations ActionsForm.resx (Italian)

* New translations AfterCaptureForm.resx (Italian)

* New translations TwitterTweetForm.resx (Italian)

* New translations AfterUploadForm.resx (Italian)

* New translations ApplicationSettingsForm.resx (Italian)

* New translations AutoCaptureForm.resx (Italian)

* New translations BeforeUploadForm.resx (Italian)

* New translations ClipboardFormatForm.resx (Italian)

* New translations EncoderProgramForm.resx (Italian)

* New translations FileExistForm.resx (Italian)

* New translations UploadersConfigForm.resx (Italian)

* New translations ResponseForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations ScrollingCaptureForm.resx (Italian)

* New translations TextDrawingInputBox.resx (Italian)

* New translations WebpageCaptureForm.resx (Italian)

* New translations AccountTypeControl.resx (Italian)

* New translations AccountsControl.resx (Italian)

* New translations OAuthControl.resx (Italian)

* New translations FTPClientForm.resx (Italian)

* New translations EmailForm.resx (Italian)

* New translations JiraUpload.resx (Italian)

* New translations OAuthWebForm.resx (Italian)

* New translations AboutForm.resx (Chinese Simplified)

* New translations ActionsToolbarEditForm.resx (Chinese Simplified)

* New translations StickerForm.resx (Korean)

* New translations TaskSettingsForm.resx (Dutch)

* New translations MainForm.resx (Dutch)

* New translations QRCodeForm.resx (Dutch)

* New translations ScreenColorPicker.resx (Dutch)

* New translations ScreenRecordForm.resx (Dutch)

* New translations FirstTimeConfigForm.resx (Dutch)

* New translations VideoEncodersForm.resx (Dutch)

* New translations WatchFolderForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ColorPickerForm.resx (Korean)

* New translations GradientPickerForm.resx (Korean)

* New translations HotkeySettingsForm.resx (Dutch)

* New translations FileExistForm.resx (Dutch)

* New translations AboutForm.resx (Dutch)

* New translations TwitterTweetForm.resx (Dutch)

* New translations UploadersConfigForm.resx (Dutch)

* New translations UserPassBox.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations HotkeySelectionControl.resx (Dutch)

* New translations ActionsForm.resx (Dutch)

* New translations EncoderProgramForm.resx (Dutch)

* New translations AfterCaptureForm.resx (Dutch)

* New translations AfterUploadForm.resx (Dutch)

* New translations ApplicationSettingsForm.resx (Dutch)

* New translations AutoCaptureForm.resx (Dutch)

* New translations BeforeUploadForm.resx (Dutch)

* New translations ClipboardFormatForm.resx (Dutch)

* New translations ExportImportControl.resx (Korean)

* New translations ImageThumbnailerForm.resx (Korean)

* New translations ImageHistoryForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations ImageEffectsForm.resx (Korean)

* New translations DirectoryIndexerForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations ImageCombinerForm.resx (Korean)

* New translations VideoThumbnailerForm.resx (Korean)

* New translations HistoryForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations CanvasSizeForm.resx (Korean)

* New translations EditorStartupForm.resx (Korean)

* New translations FFmpegOptionsForm.resx (Korean)

* New translations ImageSizeForm.resx (Korean)

* New translations NewImageForm.resx (Korean)

* New translations ScrollingCaptureForm.resx (Korean)

* New translations HistoryItemInfoForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations MyPictureBox.resx (Korean)

* New translations HashCheckForm.resx (Korean)

* New translations DNSChangerForm.resx (Korean)

* New translations ClipboardContentViewer.resx (Korean)

* New translations DebugForm.resx (Korean)

* New translations ErrorForm.resx (Korean)

* New translations InputBox.resx (Korean)

* New translations UpdateMessageBox.resx (Korean)

* New translations MonitorTestForm.resx (Korean)

* New translations PrintForm.resx (Korean)

* New translations PrintTextForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations DownloaderForm.resx (Korean)

* New translations UpdateCheckerLabel.resx (Korean)

* New translations ResponseForm.resx (Dutch)

* New translations OCRSpaceForm.resx (Dutch)

* New translations AfterCaptureForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations ColorPickerForm.resx (Dutch)

* New translations GradientPickerForm.resx (Dutch)

* New translations ExportImportControl.resx (Dutch)

* New translations VideoEncodersForm.resx (Chinese Simplified)

* New translations MyPictureBox.resx (Dutch)

* New translations DNSChangerForm.resx (Dutch)

* New translations ClipboardContentViewer.resx (Dutch)

* New translations DebugForm.resx (Dutch)

* New translations ErrorForm.resx (Dutch)

* New translations WatchFolderForm.resx (Chinese Simplified)

* New translations InputBox.resx (Dutch)

* New translations FileExistForm.resx (Chinese Simplified)

* New translations AfterUploadForm.resx (Chinese Simplified)

* New translations ApplicationSettingsForm.resx (Chinese Simplified)

* New translations AutoCaptureForm.resx (Chinese Simplified)

* New translations BeforeUploadForm.resx (Chinese Simplified)

* New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-29 23:04:35 +03:00
Jaex 7cb1cd8ecf
New Crowdin translations (#3260)
* New translations ColorPickerForm.resx (Turkish)

* New translations PuushLoginForm.resx (Turkish)

* New translations AboutForm.resx (Turkish)

* New translations NewsListControl.resx (Turkish)

* New translations HotkeySelectionControl.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations UserPassBox.resx (Turkish)

* New translations UploadersConfigForm.resx (Turkish)

* New translations TwitterTweetForm.resx (Turkish)

* New translations ResponseForm.resx (Turkish)

* New translations OCRSpaceForm.resx (Turkish)

* New translations ActionsToolbarEditForm.resx (Turkish)

* New translations OAuthWebForm.resx (Turkish)

* New translations JiraUpload.resx (Turkish)

* New translations EmailForm.resx (Turkish)

* New translations FTPClientForm.resx (Turkish)

* New translations OAuthControl.resx (Turkish)

* New translations AccountsControl.resx (Turkish)

* New translations AccountTypeControl.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations ActionsForm.resx (Turkish)

* New translations AfterCaptureForm.resx (Turkish)

* New translations TextDrawingInputBox.resx (Turkish)

* New translations QRCodeForm.resx (Turkish)

* New translations WatchFolderForm.resx (Turkish)

* New translations VideoEncodersForm.resx (Turkish)

* New translations TextUploadForm.resx (Turkish)

* New translations TaskSettingsForm.resx (Turkish)

* New translations ScreenRecordForm.resx (Turkish)

* New translations ScreenColorPicker.resx (Turkish)

* New translations QuickTaskMenuEditorForm.resx (Turkish)

* New translations QuickTaskInfoEditForm.resx (Turkish)

* New translations MainForm.resx (Turkish)

* New translations AfterUploadForm.resx (Turkish)

* New translations HotkeySettingsForm.resx (Turkish)

* New translations FirstTimeConfigForm.resx (Turkish)

* New translations FileExistForm.resx (Turkish)

* New translations EncoderProgramForm.resx (Turkish)

* New translations ClipboardFormatForm.resx (Turkish)

* New translations BeforeUploadForm.resx (Turkish)

* New translations AutoCaptureForm.resx (Turkish)

* New translations ApplicationSettingsForm.resx (Turkish)

* New translations WebpageCaptureForm.resx (Turkish)

* New translations StickerPackForm.resx (Turkish)

* New translations GradientPickerForm.resx (Turkish)

* New translations ClipboardContentViewer.resx (Turkish)

* New translations PrintTextForm.resx (Turkish)

* New translations PrintForm.resx (Turkish)

* New translations OutputBox.resx (Turkish)

* New translations MonitorTestForm.resx (Turkish)

* New translations InputBox.resx (Turkish)

* New translations HashCheckForm.resx (Turkish)

* New translations ErrorForm.resx (Turkish)

* New translations DebugForm.resx (Turkish)

* New translations DNSChangerForm.resx (Turkish)

* New translations DownloaderForm.resx (Turkish)

* New translations TabToTreeView.resx (Turkish)

* New translations TabToListView.resx (Turkish)

* New translations MyPictureBox.resx (Turkish)

* New translations LabeledNumericUpDown.resx (Turkish)

* New translations LabeledComboBox.resx (Turkish)

* New translations ExportImportControl.resx (Turkish)

* New translations DoubleLabeledNumericUpDown.resx (Turkish)

* New translations UpdatePanel.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations UpdateCheckerLabel.resx (Turkish)

* New translations StickerForm.resx (Turkish)

* New translations ImageThumbnailerForm.resx (Turkish)

* New translations ScrollingCaptureForm.resx (Turkish)

* New translations NewImageForm.resx (Turkish)

* New translations ImageSizeForm.resx (Turkish)

* New translations FFmpegOptionsForm.resx (Turkish)

* New translations EditorStartupForm.resx (Turkish)

* New translations CanvasSizeForm.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations VideoThumbnailerForm.resx (Turkish)

* New translations ImageCombinerForm.resx (Turkish)

* New translations UpdateMessageBox.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations DirectoryIndexerForm.resx (Turkish)

* New translations ImageEffectsForm.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations ImageHistoryForm.resx (Turkish)

* New translations HistoryItemInfoForm.resx (Turkish)

* New translations HistoryForm.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations Resources.resx (Turkish)
2018-03-29 01:22:50 +03:00
Jaex 3e139d69e5 Added keybinds to image editor tooltips 2018-03-26 17:06:53 +03:00
Charles Milette df5ed2a9ee
Prevent the update process from recreating the desktop shortcut 2018-03-25 16:36:15 -04:00
Jaex a796eba0fc Use variable for make appx path 2018-03-23 09:27:21 +03:00
Jaex 6f29d7ee67 Check file path before get absolute path 2018-03-22 08:16:01 +03:00
Jaex e059cbdf9d Fix previous commit 2018-03-19 02:36:03 +03:00
Jaex 7b614e510b Check is file exists before add to archive 2018-03-19 02:18:02 +03:00
Jaex 76a318b295 Update Discord invite url 2018-03-18 22:45:24 +03:00
Jaex 9578ce91bc Revert ProcessorArchitecture change 2018-03-04 01:15:29 +03:00
Jaex 97452cb768 Fix destination path issue 2018-03-04 01:12:14 +03:00
Jaex e80d274f06 Change processor architecture to x86 in appx manifest 2018-03-03 03:32:25 +03:00
Jaex 71c357ed48 Improvements to extract method 2018-03-03 02:53:35 +03:00
Jaex 2afc194b3b Overwrite files when extracting 2018-03-03 00:36:45 +03:00
Jaex fa22ad8b2a Not using 7-Zip anymore 2018-03-03 00:06:40 +03:00
Jaex 0cc7d7525b Added ZipManager class 2018-03-02 23:46:39 +03:00
Jaex c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex 54a7d80d2f fixed #1868: Upgrade .NET Framework version to 4.6.2 2018-02-28 13:04:37 +03:00
L1Q fb09923626
Merge branch 'master' into master 2018-02-19 04:46:32 +02:00
L1Q a5d20067d2 Update Russian translation 2018-02-19 04:37:01 +02:00
L1Q 4ce62aa50e Improve translation support 2018-02-19 04:35:57 +02:00
RedMser 7926c02de4 Added German translation for sound browser title string. 2018-02-15 23:03:21 +01:00
RedMser 5ef78bd702 Wav file browser doesn't show "Browse for executable" in title anymore. Added a new string to display instead. 2018-02-15 23:00:15 +01:00
Jaex 40afd4a59f Round image resize values 2018-02-12 16:12:26 +03:00
Jaex db98bf7321 Keep aspect ratio while resizing sticker 2018-02-08 11:16:19 +03:00
Jaex af541e3f8c Added sticker resx 2018-02-06 11:35:39 +03:00
Jaex 026e2fa9c9 Added sticker tool 2018-02-06 11:25:15 +03:00
Jaex 556d6b100f Added ToolStripNumericUpDown control 2018-02-06 03:56:46 +03:00
Jaex 4cdf93b755 Interim work for sticker form 2018-02-06 03:15:06 +03:00
Jaex e83726176f Improve replacing logic to not replace with result of previous replace 2018-02-02 03:38:26 +03:00
Jaex 246cde1fe5 Few %rf related changes 2018-02-01 20:04:24 +03:00
AtlasTheBot c3b52e2a57 Add fr/es translations for %rf 2018-02-01 11:02:36 -05:00
AtlasTheBot f98e3fb33a Clarify that %rf{path} is the correct syntax 2018-01-31 22:23:18 -05:00
AtlasTheBot 4a5ee63fce Add error popup on error while reading file used with %rf
Instead of uploading with the error message as part of the filename

The task preview window will not produce a popup, instead displaying the error message in the name preview
2018-01-31 22:19:27 -05:00
AtlasTheBot 75be1df635 Add %rf for using a random line from a file to name files 2018-01-31 17:20:44 -05:00
Jaex 598e62e8f0 fixed #1403: Added random adjective and animal support for file naming similar to Gfycat naming 2018-01-31 00:35:17 +03:00
Jaex d09edfae1d Fix 0 byte file Amazon S3 uploads 2018-01-29 20:45:31 +03:00
Jaex f2f62e7ffd Added auto crop image effect 2018-01-21 14:32:15 +03:00
L1Q 7bdbd5980b Update Russian translation 2018-01-13 15:43:47 +02:00
L1Q 9ac637242c Improve localization support
Add to resx:
- ImageEditorInterpolationMode enum
- Cplipboard image notice text
- Image editor toolbar items

Move OCR attribution notice to back to prevent overlapping
2018-01-13 15:43:06 +02:00
Jaex d013b862ed Pause editor form before opening dialogs 2018-01-09 13:00:56 +03:00
Fyers c467ba8d9c added some more german translations 2018-01-07 18:11:01 +01:00
Fyers 65b9bed431 Added some german translations 2018-01-07 17:06:01 +01:00
Fyers 711ee8c6af Render main menu arrow to right #3061 2018-01-07 10:50:21 +01:00
Jaex 212b21904f fixed #1914: Use singleton debug window 2018-01-04 10:08:42 +03:00
Jaex 06ca3f9974 fixed #3053: Add Ctrl + A support to textbox 2018-01-04 00:39:10 +03:00
Jaex 0ecfe7fe52 Fix line endings 2018-01-02 18:58:27 +03:00
Jaex 9b5f28e366 Set default filename for custom uploader export 2018-01-02 10:38:28 +03:00
Charles Milette 8d9f486f39
Use a SharedAssemblyInfo to minimize duplication 2018-01-01 12:32:18 -05:00
Jaex e81176a839 Merge branch 'master' of github.com:ShareX/ShareX 2018-01-01 17:59:34 +03:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
MilkGames ae3f442809 Update/Add Dutch Translations 2018-01-01 15:41:45 +01:00
Jaex 36aaeed305 Merge branch 'master' of git://github.com/pjammo/ShareX into pjammo-master 2017-12-30 23:23:51 +03:00
Jaex 4971d98b45 Added step label use letters option 2017-12-27 17:48:51 +03:00
Jaex 08579e83bd Use form for ShowDialog 2017-12-26 16:54:10 +03:00
Jaex b4d512374b Draw cross center of crop tool area 2017-12-25 13:37:25 +03:00
Jaex aace649381 Added "Open image" button to editor image menu 2017-12-24 22:04:12 +03:00
Jaex 5d94a9a6dd Added "New" button to editor image menu 2017-12-24 21:02:08 +03:00
Jaex 8448ec220c Removed .nuget folder because it is not necessary anymore 2017-12-24 10:22:54 +03:00
Jaex 762422d71f
Merge branch 'master' into master 2017-12-23 17:24:11 +03:00
Jaex b3c8201c8a Added RotateImageByExifOrientationData option to application settings advanced tab 2017-12-22 13:59:52 +03:00
Jaex 83827449df If jpeg exif contains orientation data then rotate image automatically 2017-12-22 12:47:12 +03:00
Jaex 328ca6b61d fixed #3015: Removed SevenZipSharp library instead using 7-Zip CLI 2017-12-18 11:20:37 +03:00
Jaex 4f9b458a7c
Merge pull request #3014 from DogeAmazed/translation
Added more German translation
2017-12-17 20:58:36 +03:00
DogeAmazed 4f1e284e61 More German translation 2017-12-17 09:22:09 +01:00
Jaex 4f1b2f16c0 Use darker button color for depth color instead of black 2017-12-17 08:56:58 +03:00
DogeAmazed 350212a7be Fixed corruption issue 2017-12-16 16:06:47 +01:00
Jaex 1b5f446a6d Added MouseEnter, MouseLeave events to DrawableObject, show hand cursor for buttons 2017-12-15 03:32:41 +03:00
Jaex 565da7acd3 Removed changelog section from downloader form 2017-12-15 01:47:24 +03:00
Jaex 7474257570 Removed picture box from downloader form 2017-12-15 00:03:50 +03:00
Jaex 096058fbb6 fixed #2461: Make sure to dispose file stream 2017-12-14 23:57:13 +03:00
Jaex b34003a5dd Fixed crop tool translation 2017-12-13 02:25:56 +03:00
Jaex 0f23bf1018 Fixed rectangle limit 2017-12-13 02:22:24 +03:00
Jaex 1a66200bdb fixed #2998: Added Quad9 DNS to preset list 2017-12-12 16:13:05 +03:00
Jaex 8af932445b Added DrawCapsule extension 2017-12-07 14:32:59 +03:00
Jaex b86a9d6bcc Added resampling option to image size dialog 2017-12-06 10:05:17 +03:00
Jaex 5d57bc40dd Update Mega lib 2017-12-05 20:44:57 +03:00
Jaex 95c9eb48d2
Merge pull request #2980 from 123jimin/master
Modified and added some Korean Translations
2017-12-05 18:49:28 +03:00
Jimin Park 0dfd2dd40d Modified and added some Korean Translations
Also moved two Editor UI literals into a resx file.
2017-12-06 00:44:38 +09:00
Jaex 2674046dce Namespace changes 2017-12-05 17:59:18 +03:00
Jaex 8c8134a823
Merge pull request #2972 from 123jimin/autoscale-fix
Removed AutoScaleDimensions assigns for four fullscreen forms
2017-12-04 14:16:59 +03:00
Jimin Park 0495d8d8bc Changed AutoScaleMode of four fullscreen forms to None 2017-12-04 20:16:03 +09:00
Jaex 8102d29ef8 Made auto size start mode default, added auto size to resources 2017-12-04 03:38:36 +03:00
Jimin Park a8e2004f9f Removed AutoscaleDimensions assigns for four fullscreen forms
This fixes the annoying incorrect capture region problem, and I think that this will not cause any significant layout problems for different DPIs.

However, while this works well on my laptop with different text scale settings, it should be checked on different computers as well.
2017-12-03 02:24:06 +09:00
Jimin Park bf9d1b852d Added more Korean Translations for main ShareX project
Also reverted a change of translation on ShareX.HelpersLib
2017-12-01 21:35:49 +09:00
Jimin Park 028d029869 Added more Korean Translations for ShareX.HelpersLib
(I forgot 'more' in my previous commit message)
2017-12-01 19:28:56 +09:00