Skip to content
Merged
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
25 changes: 25 additions & 0 deletions TablePro/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -30223,6 +30223,9 @@
}
}
}
},
"Enter an absolute path, as it appears on the SSH server." : {

},
"Enter database name" : {
"extractionState" : "stale",
Expand Down Expand Up @@ -55674,6 +55677,9 @@
}
}
}
},
"Optional. Set this to reach a database that only listens on a Unix socket." : {

},
"Options" : {
"localizations" : {
Expand Down Expand Up @@ -58343,6 +58349,9 @@
}
}
}
},
"Point at the socket file itself, not the directory holding it." : {

},
"Port" : {
"localizations" : {
Expand Down Expand Up @@ -72829,6 +72838,9 @@
}
}
}
},
"Socket Path" : {

},
"Software Update" : {
"localizations" : {
Expand Down Expand Up @@ -79368,6 +79380,19 @@
}
}
},
"The SSH server connects to this socket instead of Host and Port. A database on a socket cannot negotiate TLS, so TablePro turns it off; the SSH tunnel still encrypts the whole path." : {

},
"The SSH server would not forward the socket %@. Check that the path exists on the server and that sshd allows socket forwarding (AllowStreamLocalForwarding). (%@)" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "The SSH server would not forward the socket %1$@. Check that the path exists on the server and that sshd allows socket forwarding (AllowStreamLocalForwarding). (%2$@)"
}
}
}
},
"The SSO session for profile \"%@\" has expired. Sign in with your browser?" : {
"localizations" : {
"tr" : {
Expand Down
Loading