Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 100 additions & 1 deletion Source/NETworkManager.Localization/Resources/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions Source/NETworkManager.Localization/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,12 @@
<data name="NetworkInterface" xml:space="preserve">
<value>Network Interface</value>
</data>
<data name="NetworkInterfaceConfigurationAppliedSuccessfully" xml:space="preserve">
<value>Configuration applied</value>
</data>
<data name="NetworkInterfaceConfigureAdminMessage" xml:space="preserve">
<value>Configuring the network interface requires elevated rights!</value>
</data>
<data name="NewTab" xml:space="preserve">
<value>New tab</value>
</data>
Expand Down Expand Up @@ -513,6 +519,30 @@
<data name="IPv4Address" xml:space="preserve">
<value>IPv4 address</value>
</data>
<data name="IPv4AddressAddedSuccessfully" xml:space="preserve">
<value>IPv4 address added</value>
</data>
<data name="IPv4AddressRemovedSuccessfully" xml:space="preserve">
<value>IPv4 address removed</value>
</data>
<data name="IPv4AddressReleasedAndRenewedSuccessfully" xml:space="preserve">
<value>IPv4 address released and renewed</value>
</data>
<data name="IPv4AddressReleasedSuccessfully" xml:space="preserve">
<value>IPv4 address released</value>
</data>
<data name="IPv4AddressRenewedSuccessfully" xml:space="preserve">
<value>IPv4 address renewed</value>
</data>
<data name="IPv6AddressReleasedAndRenewedSuccessfully" xml:space="preserve">
<value>IPv6 address released and renewed</value>
</data>
<data name="IPv6AddressReleasedSuccessfully" xml:space="preserve">
<value>IPv6 address released</value>
</data>
<data name="IPv6AddressRenewedSuccessfully" xml:space="preserve">
<value>IPv6 address renewed</value>
</data>
<data name="IPv4DefaultGateway" xml:space="preserve">
<value>IPv4-Default-Gateway</value>
</data>
Expand Down Expand Up @@ -1294,6 +1324,9 @@ Profile files are not affected!</value>
<data name="FlushDNSCache" xml:space="preserve">
<value>Flush DNS cache</value>
</data>
<data name="FlushDNSCacheSuccessfully" xml:space="preserve">
<value>DNS cache flushed</value>
</data>
<data name="HelpMessage_Credentials" xml:space="preserve">
<value>Decrypt and load your credentials to select them.</value>
</data>
Expand Down
Loading
Loading