Skip to content

Commit

Permalink
Sort strings
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Nov 27, 2024
1 parent 1c3f698 commit dc9e401
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,24 +337,24 @@

"errors.app.passepartout.connection_module_required" = "Routing module can only be enabled together with a connection.";
"errors.app.passepartout.corrupt_provider_module" = "Unable to connect to provider server (reason=%@).";
"errors.app.passepartout.default" = "Unable to complete operation (code=%@).";
"errors.app.passepartout.incompatible_modules" = "Some active modules are incompatible, try to only activate one of them.";
"errors.app.passepartout.invalid_fields" = "Invalid fields.";
"errors.app.passepartout.missing_provider_entity" = "No provider server selected.";
"errors.app.passepartout.no_active_modules" = "The profile has no active modules.";
"errors.app.passepartout.parsing" = "Unable to parse file.";
"errors.app.passepartout.provider_required" = "No provider selected.";
"errors.app.passepartout.default" = "Unable to complete operation (code=%@).";

"errors.tunnel.auth" = "Auth failed";
"errors.tunnel.compression" = "Compression unsupported";
"errors.tunnel.dns" = "DNS failed";
"errors.tunnel.encryption" = "Encryption failed";
"errors.tunnel.generic" = "Failed";
"errors.tunnel.ineligible" = "Purchase required";
"errors.tunnel.routing" = "Missing routing";
"errors.tunnel.shutdown" = "Server shutdown";
"errors.tunnel.timeout" = "Timeout";
"errors.tunnel.tls" = "TLS failed";
"errors.tunnel.generic" = "Failed";

// MARK: Global (Theme)

Expand Down

0 comments on commit dc9e401

Please sign in to comment.