Merge branch 'refactor-share-mac-translations'
This commit is contained in:
commit
5a97ad0241
|
@ -1,6 +1,6 @@
|
|||
Passepartout is a smart OpenVPN client perfectly integrated with the iOS platform. Passepartout is the only app you need for both well-known OpenVPN providers and your personal OpenVPN servers.
|
||||
Passepartout is a smart OpenVPN client perfectly integrated with Apple platforms. Passepartout is the only app you need for both well-known OpenVPN providers and your personal OpenVPN servers.
|
||||
|
||||
With Trusted Networks and Siri Shortcuts, Passepartout unlocks the very best of using a VPN on iOS.
|
||||
With Trusted Networks and on-demand mode, Passepartout unlocks the very best of using a VPN.
|
||||
|
||||
Passepartout does not engage any unrequested background activity other than the VPN tunnel, thus being also friendlier to firewalls.
|
||||
|
||||
|
@ -31,8 +31,8 @@ EASY TO USE
|
|||
|
||||
OS INTEGRATION
|
||||
|
||||
- Trust cellular or Wi-Fi networks to fine-grain your connectivity.
|
||||
- Intuitive Siri Shortcuts.
|
||||
- Trust wired or Wi-Fi networks to fine-grain your connectivity.
|
||||
- On-demand acts as kill switch by enabling the VPN whenever there is network activity.
|
||||
|
||||
PRIVACY FRIENDLY
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Passepartout è un client OpenVPN intelligente perfettamente integrato con la piattaforma iOS. Passepartout è l'unica app di cui hai bisogno sia per provider OpenVPN conosciuti che per i tuoi server OpenVPN personali.
|
||||
Passepartout è un client OpenVPN intelligente perfettamente integrato con le piattaforme Apple. Passepartout è l'unica app di cui hai bisogno sia per provider OpenVPN conosciuti che per i tuoi server OpenVPN personali.
|
||||
|
||||
Con le Reti Sicure ed i comandi rapidi Siri, Passepartout è il modo migliore di usare una VPN su iOS.
|
||||
Con le Reti Sicure e la modalità on-demand, Passepartout è il modo migliore di usare una VPN.
|
||||
|
||||
Passepartout non avvia in background nessuna attività non richiesta che non sia la VPN, essendo per questo motivo anche più congeniale ai firewall.
|
||||
|
||||
|
@ -32,7 +32,7 @@ FACILE DA USARE
|
|||
INTEGRAZIONE CON IL SISTEMA
|
||||
|
||||
- Rendi la rete mobile o Wi-Fi sicura per personalizzare la tua connettività.
|
||||
- Intuitivi comandi rapidi Siri.
|
||||
- La modalità on-demand agisce come kill switch abilitando la VPN non appena venga rilevata attività di rete.
|
||||
|
||||
ORIENTATO ALLA PRIVACY
|
||||
|
||||
|
|
|
@ -1,47 +0,0 @@
|
|||
Passepartout is a smart OpenVPN client perfectly integrated with the macOS platform. Passepartout is the only app you need for both well-known OpenVPN providers and your personal OpenVPN servers.
|
||||
|
||||
With Trusted Networks and on-demand mode, Passepartout unlocks the very best of using a VPN on macOS.
|
||||
|
||||
Passepartout does not engage any unrequested background activity other than the VPN tunnel, thus being also friendlier to firewalls.
|
||||
|
||||
Passepartout is open source: https://github.com/passepartoutvpn
|
||||
|
||||
USE WITH MULTIPLE PROVIDERS
|
||||
|
||||
Passepartout offers presets for major VPN providers:
|
||||
|
||||
- Child Safe VPN
|
||||
- Hide.me
|
||||
- Mullvad
|
||||
- NordVPN
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- TorGuard
|
||||
- TunnelBear
|
||||
- VyprVPN
|
||||
- Windscribe
|
||||
|
||||
EASY TO USE
|
||||
|
||||
- Incredible ease of use, with native look & feel.
|
||||
- Handle your profiles in one single place.
|
||||
- Import .ovpn configuration files.
|
||||
- Fine-tune encryption without tweaking any configuration file.
|
||||
- Override network settings in a snap (default gateway, DNS, proxy, MTU).
|
||||
|
||||
OS INTEGRATION
|
||||
|
||||
- Trust wired or Wi-Fi networks to fine-grain your connectivity.
|
||||
- On-demand acts as kill switch by enabling the VPN whenever there is network activity.
|
||||
|
||||
PRIVACY FRIENDLY
|
||||
|
||||
- Full transparency on what servers you're connecting to.
|
||||
- Pick pre-resolved endpoints when DNS is problematic.
|
||||
- No web services, ads or any undesired bloat besides the VPN itself.
|
||||
|
||||
~
|
||||
|
||||
Passepartout is a non-official client and is in no way affiliated with OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc.
|
|
@ -0,0 +1 @@
|
|||
../../../../iOS/fastlane/metadata/en-US/description.txt
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
../../../../iOS/fastlane/metadata/it/description.txt
|
|
@ -0,0 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,gratis,anonimo,proxy
|
|
@ -0,0 +1 @@
|
|||
https://passepartoutvpn.app
|
|
@ -0,0 +1 @@
|
|||
Passepartout - OpenVPN Client
|
|
@ -0,0 +1 @@
|
|||
https://passepartoutvpn.app/privacy/
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
Connect .ovpn & VPN providers
|
|
@ -0,0 +1 @@
|
|||
https://www.reddit.com/r/passepartout
|
|
@ -23,8 +23,6 @@
|
|||
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
"global.values.default" = "Default";
|
||||
|
||||
"vpn.unused" = "Spento";
|
||||
|
||||
"organizer.menus.provider" = "Provider";
|
||||
|
|
Loading…
Reference in New Issue