You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: czkawka_core/i18n/en/czkawka_core.ftl
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,4 +106,5 @@ core_invalid_extension_contains_space = { $extension } is not a valid extension
106
106
core_invalid_extension_contains_dot = {$extension} is not a valid extension because it contains dot inside
107
107
core_ffmpeg_unknown_encoder = Cannot encode {$file} using the {$encoder} encoder. The current FFmpeg build does not support this encoder. Use a different FFmpeg version with the required codec support or select another encoder.
108
108
core_ffmpeg_error = FFmpeg error while processing {$file}, status code {$code}, reason {$reason}
109
-
core_custom_command_missing_path_placeholder = Custom FFmpeg command must contain {"{PATH}"} as input file placeholder
109
+
core_custom_command_missing_path_placeholder = Custom FFmpeg command must contain {"{PATH}"} as input file placeholder
110
+
core_custom_command_empty = Custom FFmpeg command cannot be empty
0 commit comments