|
@@ -62,6 +62,10 @@ Output.ConnectFail.InvalidStream="Could not access the specified channel or stre
|
|
|
Output.ConnectFail.Error="An unexpected error occurred when trying to connect to the server. More information in the log file."
|
|
Output.ConnectFail.Error="An unexpected error occurred when trying to connect to the server. More information in the log file."
|
|
|
Output.ConnectFail.Disconnected="Disconnected from server."
|
|
Output.ConnectFail.Disconnected="Disconnected from server."
|
|
|
|
|
|
|
|
|
|
+# output recording-related messages
|
|
|
|
|
+Output.RecordFail.Title="Failed to start recording"
|
|
|
|
|
+Output.RecordFail.Unsupported="The output format is either unsupported or does not support more than one audio track. Please check your settings and try again."
|
|
|
|
|
+
|
|
|
# output recording messages
|
|
# output recording messages
|
|
|
Output.BadPath.Title="Bad File Path"
|
|
Output.BadPath.Title="Bad File Path"
|
|
|
Output.BadPath.Text="The configured file output path is invalid. Please check your settings to confirm that a valid file path has been set."
|
|
Output.BadPath.Text="The configured file output path is invalid. Please check your settings to confirm that a valid file path has been set."
|