diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..013007b
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "dotnet.preferCSharpExtension": true
+}
\ No newline at end of file
diff --git a/Application/FileConverter/Properties/Resources.en.resx b/Application/FileConverter/Properties/Resources.en.resx
index 51a721c..7338f45 100644
--- a/Application/FileConverter/Properties/Resources.en.resx
+++ b/Application/FileConverter/Properties/Resources.en.resx
@@ -121,10 +121,10 @@
About
- Allow you to choose what you want to do with your input files if the conversion succeed
+ Allows you to choose what to do with input files after a successful conversion
- Action when conversion succeed
+ After conversion, do this:
New preset
@@ -139,10 +139,10 @@
Automatically check for updates when File Converter starts
- Automatically exit when all conversions finished
+ Automatically exit when all conversions are complete
- Clamp to lowest power of 2 size
+ Scale image with longest side set to nearest smaller power-of-two.
Close
@@ -226,10 +226,10 @@
Report an issue
- Move down selected preset
+ Move selected preset down
- Move up selected preset
+ Move selected preset up
Constant bitrate encoding
@@ -329,7 +329,7 @@ use maj for uppercase version
File Converter Updates
- Define the ratio 'file size' versus 'video quality'. A lower value will give you a smaller file, a greater value give you a better video quality.
+ Defines how 'file size' relates to 'video quality'. A lower value will give you a smaller file, a greater value give you higher video quality.
Faster
@@ -350,7 +350,7 @@ use maj for uppercase version
Super Fast
- Define the ratio 'file size' versus 'compression duration'. A slow compression will give you a smaller file (for the same video quality) than a faster compression.
+ Define how 'file size' affects 'compression duration'. Slower compression will give you a smaller file (for the same video quality) than a faster compression.
Ultra Fast
@@ -449,25 +449,25 @@ use maj for uppercase version
CD drive is not ready.
- Fail to launch ffmpeg.
+ Failed to launch ffmpeg.
- Fail to create output path folders.
+ Failed to create output path folders.
- Fail to generate a unique output file path.
+ Failed to generate a unique output file path.
- Fail to read cd drive '{0}'.
+ Failed to read cd drive '{0}'.
- Fail to retrieve input path drive letter.
+ Failed to retrieve input path drive letter.
- Fail to retrieve track number from the cda input path.
+ Failed to retrieve track number from the cda input path.
- Fail to use the CD drive because it is oppened.
+ Failed to use the CD drive because it is oppened.
The input file type is not compatible with the selected output file type.
@@ -488,7 +488,7 @@ use maj for uppercase version
Mono
- Same than input file
+ Same as input file
Stereo
@@ -521,7 +521,7 @@ use maj for uppercase version
Can't find the output file(s).
- The conversion job failed but there is an output file that does exists.
+ The conversion failed, but an output file was created.
Prepare conversion
@@ -572,6 +572,6 @@ use maj for uppercase version
Error
- Can't load file converter user settings. Do you want to fall back to default settings ?
+ Could not load file converter user settings. Would you like to use default settings ?
-
\ No newline at end of file
+