Hotkey text changes

This commit is contained in:
Jaex 2017-06-23 03:08:11 +03:00
parent 14b0cd55cc
commit 518a5b6e71
2 changed files with 16 additions and 16 deletions

View file

@ -1438,7 +1438,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start/Stop screen recording.
/// Looks up a localized string similar to Start/Stop screen recording using custom region.
/// </summary>
internal static string HotkeyType_ScreenRecorder {
get {
@ -1456,7 +1456,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start screen recording using active window region.
/// Looks up a localized string similar to Start/Stop screen recording using active window region.
/// </summary>
internal static string HotkeyType_ScreenRecorderActiveWindow {
get {
@ -1474,7 +1474,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start screen recording using custom region.
/// Looks up a localized string similar to Start/Stop screen recording using pre configured custom region.
/// </summary>
internal static string HotkeyType_ScreenRecorderCustomRegion {
get {
@ -1492,7 +1492,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start/Stop screen recording (GIF).
/// Looks up a localized string similar to Start/Stop screen recording (GIF) using custom region.
/// </summary>
internal static string HotkeyType_ScreenRecorderGIF {
get {
@ -1510,7 +1510,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start screen recording (GIF) using active window region.
/// Looks up a localized string similar to Start/Stop screen recording (GIF) using active window region.
/// </summary>
internal static string HotkeyType_ScreenRecorderGIFActiveWindow {
get {
@ -1528,7 +1528,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start screen recording (GIF) using custom region.
/// Looks up a localized string similar to Start/Stop screen recording (GIF) using pre configured custom region.
/// </summary>
internal static string HotkeyType_ScreenRecorderGIFCustomRegion {
get {
@ -1582,7 +1582,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start screen recording using last region.
/// Looks up a localized string similar to Start/Stop screen recording using last region.
/// </summary>
internal static string HotkeyType_StartScreenRecorder {
get {
@ -1600,7 +1600,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start screen recording (GIF) using last region.
/// Looks up a localized string similar to Start/Stop screen recording (GIF) using last region.
/// </summary>
internal static string HotkeyType_StartScreenRecorderGIF {
get {

View file

@ -451,7 +451,7 @@ File size: {2:n0} / {3:n0} KB</value>
<value>Screen color picker</value>
</data>
<data name="HotkeyType_ScreenRecorder" xml:space="preserve">
<value>Start/Stop screen recording</value>
<value>Start/Stop screen recording using custom region</value>
</data>
<data name="HotkeyType_StopUploads" xml:space="preserve">
<value>Stop all active uploads</value>
@ -580,7 +580,7 @@ File size: {2:n0} / {3:n0} KB</value>
<value>Start auto capture using last region</value>
</data>
<data name="HotkeyType_StartScreenRecorder" xml:space="preserve">
<value>Start screen recording using last region</value>
<value>Start/Stop screen recording using last region</value>
</data>
<data name="UpdateMessageBox_UpdateMessageBox_" xml:space="preserve">
<value>A newer version of {0} is available.
@ -596,10 +596,10 @@ Would you like to download and install it?</value>
<value>Color picker</value>
</data>
<data name="HotkeyType_ScreenRecorderGIF" xml:space="preserve">
<value>Start/Stop screen recording (GIF)</value>
<value>Start/Stop screen recording (GIF) using custom region</value>
</data>
<data name="HotkeyType_StartScreenRecorderGIF" xml:space="preserve">
<value>Start screen recording (GIF) using last region</value>
<value>Start/Stop screen recording (GIF) using last region</value>
</data>
<data name="HotkeyType_RectangleTransparent" xml:space="preserve">
<value>Capture region (Transparent)</value>
@ -713,13 +713,13 @@ Would you like to download and install it?</value>
<value>Screen capture</value>
</data>
<data name="HotkeyType_ScreenRecorderActiveWindow" xml:space="preserve">
<value>Start screen recording using active window region</value>
<value>Start/Stop screen recording using active window region</value>
</data>
<data name="HotkeyType_ScreenRecorderActiveWindow_Category" xml:space="preserve">
<value>Screen record</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFActiveWindow" xml:space="preserve">
<value>Start screen recording (GIF) using active window region</value>
<value>Start/Stop screen recording (GIF) using active window region</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFActiveWindow_Category" xml:space="preserve">
<value>Screen record</value>
@ -855,13 +855,13 @@ Would you like to download it?</value>
<value>Other</value>
</data>
<data name="HotkeyType_ScreenRecorderCustomRegion" xml:space="preserve">
<value>Start screen recording using custom region</value>
<value>Start/Stop screen recording using pre configured custom region</value>
</data>
<data name="HotkeyType_ScreenRecorderCustomRegion_Category" xml:space="preserve">
<value>Screen record</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFCustomRegion" xml:space="preserve">
<value>Start screen recording (GIF) using custom region</value>
<value>Start/Stop screen recording (GIF) using pre configured custom region</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFCustomRegion_Category" xml:space="preserve">
<value>Screen record</value>