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
@@ -1125,6 +1145,13 @@ SourceView--not-in-archive-error-when-obtaining-source = The file { $pathInArchi
1125
1145
# $url (String) - The URL from which the "archive" file was downloaded.
1126
1146
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1127
1147
SourceView--archive-parsing-error-when-obtaining-source = The archive at {$url} could not be parsed: {$parsingErrorMessage}
1148
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1149
+
# the browser.
1150
+
# Variables:
1151
+
# $url (String) - The URL of the JS source file.
1152
+
# $sourceUuid (number) - The UUID of the JS source file.
1153
+
# $errorMessage (String) - The raw internal error message, not localized
1154
+
SourceView--not-in-browser-error-when-obtaining-js-source = The browser was unable to obtain the source file for {$url} with sourceUuid {$sourceUuid}: {$errorMessage}.
1128
1155
1129
1156
## Toggle buttons in the top right corner of the bottom box
0 commit comments