Skip to content

Commit 1397d20

Browse files
committed
Update Strings.resx
1 parent 535204a commit 1397d20

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Source/NETworkManager.Localization/Resources/Strings.resx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3944,4 +3944,16 @@ Right-click for more options.</value>
39443944
<data name="EnterValidHostsFileEntryHostname" xml:space="preserve">
39453945
<value>Enter a valid hostname (e.g., "server-01" or "example.com")! Multiple hostnames can be separated with a space.</value>
39463946
</data>
3947+
<data name="HostsFileReadErrorMessage" xml:space="preserve">
3948+
<value>The "hosts" file could not be read! See log file for more details.</value>
3949+
</data>
3950+
<data name="HostsFileWriteErrorMessage" xml:space="preserve">
3951+
<value>The "hosts" file could not be written to. See log file for more details.</value>
3952+
</data>
3953+
<data name="HostsFileEntryNotFoundMessage" xml:space="preserve">
3954+
<value>The entry was not found in the "hosts" file! Maybe the file has been modified.</value>
3955+
</data>
3956+
<data name="HostsFileBackupErrorMessage" xml:space="preserve">
3957+
<value>A backup of the "hosts" file could not be created! See log file for more details.</value>
3958+
</data>
39473959
</root>

0 commit comments

Comments
 (0)