Revisit app metadata and screenshots
- Add script to import localized metadata - Update app name, subtitle, keywords - Update App Store description - Replace "OpenVPN" with "VPN" - Add .conf file extension (WireGuard) - Drop PIA (404) - Drop trailing notices - Update README snapshots (Mac versions unused) - Update App Store screenshots - Revert to legacy launch screen (SwiftUI method stretches)
|
@ -173,6 +173,7 @@
|
|||
0ED89C1727DE0E05008B36D6 /* IntentEditView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ED89C1627DE0E05008B36D6 /* IntentEditView.swift */; };
|
||||
0ED89C1C27DE3ABC008B36D6 /* ShortcutsView+Add.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ED89C1B27DE3ABC008B36D6 /* ShortcutsView+Add.swift */; };
|
||||
0ED89C1E27DE3F8D008B36D6 /* IntentAddView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ED89C1D27DE3F8D008B36D6 /* IntentAddView.swift */; };
|
||||
0EDDEC7D28D0DC140017802E /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0EDDEC7C28D0DC130017802E /* Launch Screen.storyboard */; };
|
||||
0EDE02C227F61C79000FBE3C /* EditableTextList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EDE02C127F61C79000FBE3C /* EditableTextList.swift */; };
|
||||
0EE11CD2280D8317003BE431 /* SettingsButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE11CD1280D8317003BE431 /* SettingsButton.swift */; };
|
||||
0EE8B7E327FF340F00B68621 /* VPNProtocolType+FileExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE8B7E227FF340F00B68621 /* VPNProtocolType+FileExtensions.swift */; };
|
||||
|
@ -468,6 +469,7 @@
|
|||
0ED89C1627DE0E05008B36D6 /* IntentEditView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentEditView.swift; sourceTree = "<group>"; };
|
||||
0ED89C1B27DE3ABC008B36D6 /* ShortcutsView+Add.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ShortcutsView+Add.swift"; sourceTree = "<group>"; };
|
||||
0ED89C1D27DE3F8D008B36D6 /* IntentAddView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentAddView.swift; sourceTree = "<group>"; };
|
||||
0EDDEC7C28D0DC130017802E /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
|
||||
0EDE02C127F61C79000FBE3C /* EditableTextList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditableTextList.swift; sourceTree = "<group>"; };
|
||||
0EDE8DBF20C86910004C739C /* PassepartoutOpenVPNTunnel.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = PassepartoutOpenVPNTunnel.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
0EDE8DC320C86910004C739C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
|
@ -840,6 +842,7 @@
|
|||
0E6059C927FCC5DE003F4063 /* Providers.xcassets */,
|
||||
0E2AC24422EC3AC10037B4B0 /* Settings.bundle */,
|
||||
0EDE8DE220C86A13004C739C /* App.entitlements */,
|
||||
0EDDEC7C28D0DC130017802E /* Launch Screen.storyboard */,
|
||||
0E09E35C2834172800BE1BAE /* Credits.rtf */,
|
||||
0E57F64720C83FC7008323CF /* Info.plist */,
|
||||
0E0C072B236087A100155AAC /* InfoPlist.strings */,
|
||||
|
@ -1192,6 +1195,7 @@
|
|||
files = (
|
||||
0E6059CB27FCC5DE003F4063 /* Flags.xcassets in Resources */,
|
||||
0E0C0729236087A100155AAC /* InfoPlist.strings in Resources */,
|
||||
0EDDEC7D28D0DC140017802E /* Launch Screen.storyboard in Resources */,
|
||||
0E6059CC27FCC5DE003F4063 /* Providers.xcassets in Resources */,
|
||||
0E6059CD27FCC5DE003F4063 /* Assets.xcassets in Resources */,
|
||||
0E9E5AEF27B44CF1008C95DA /* Localizable.strings in Resources */,
|
||||
|
|
|
@ -5,18 +5,18 @@
|
|||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "Logo@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "Logo@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,13 +72,8 @@
|
|||
</array>
|
||||
<key>UIFileSharingEnabled</key>
|
||||
<true/>
|
||||
<key>UILaunchScreen</key>
|
||||
<dict>
|
||||
<key>UIColorName</key>
|
||||
<string>PrimaryColor</string>
|
||||
<key>UIImageName</key>
|
||||
<string>Logo</string>
|
||||
</dict>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>Launch Screen</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
|
|
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
|
||||
<capability name="Named colors" minToolsVersion="9.0"/>
|
||||
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--View Controller-->
|
||||
<scene sceneID="EHf-IW-A2E">
|
||||
<objects>
|
||||
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||||
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||||
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Logo" translatesAutoresizingMaskIntoConstraints="NO" id="8IV-GE-VGC">
|
||||
<rect key="frame" x="107" y="348" width="200" height="200"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
|
||||
<color key="backgroundColor" name="PrimaryColor"/>
|
||||
<constraints>
|
||||
<constraint firstItem="8IV-GE-VGC" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="2ev-eX-Oo6"/>
|
||||
<constraint firstItem="8IV-GE-VGC" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="cwn-G0-ZER"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="53" y="375"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
<resources>
|
||||
<image name="Logo" width="200" height="200"/>
|
||||
<namedColor name="PrimaryColor">
|
||||
<color red="0.31799998879432678" green="0.36500000953674316" blue="0.44299998879432678" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
</namedColor>
|
||||
</resources>
|
||||
</document>
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout ist ein smarter OpenVPN client der perfekt in die Apple-Plattform integriert ist. Passepartout ist die einzige App, die du brauchst um gängige OpenVPN-Anbieter als auch deinen persönlichen OpenVPN-Server zu nutzen.
|
||||
Passepartout ist ein smarter VPN client der perfekt in die Apple-Plattform integriert ist. Passepartout ist die einzige App, die du brauchst um gängige VPN-Anbieter als auch deinen persönlichen VPN-Server zu nutzen.
|
||||
|
||||
Mit vertrauenswürdigen Netzwerken, eröffnet Passepartout die besten Möglichkeiten ein VPN zu nutzen.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout bietet Voreinstellungen für alle gängigen VPN-Anbieter:
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ EINFACH ZU BENUTZEN
|
|||
|
||||
- Unglaublich einfach zu benutzen, natives Aussehen und Integration.
|
||||
- Verwalte alle Profile an einem Platz.
|
||||
- Importiere .ovpn Konfigurationsdateien.
|
||||
- Importiere .ovpn / .conf Konfigurationsdateien.
|
||||
- Verwenden vertrauenswürdige Netzwerke, für fein einstellbare Konnektivität.
|
||||
- Feintune die Verschlüsselung ohne Änderungen an der Konfigurationsdatei.
|
||||
- Netzwerkeinstellungen schnell übersteuern (Standart-Gateway, DNS, Proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ PRIVATSPHÄREN-FREUNDLICH
|
|||
- Volle Transparenz zu welchen Servern du dich verbindest.
|
||||
- Wähle vordefinierte Endpunkte aus wenn DNS ein Problem ist.
|
||||
- Keine Webdienste, Werbung oder sonstirgendwie aufgebläht außer das VPN selbst.
|
||||
|
||||
~
|
||||
|
||||
Passepartout ist ein inoffizieller Client und auf keine Art und Weise mit OpenVPN Inc. verbunden.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN ist eine eingetragene Marke von OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,gratis,anonym,proxy
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,gratis,anonym,proxy
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, OpenVPN Client
|
||||
Passepartout, VPN Client
|
|
@ -1 +1 @@
|
|||
Verbinde .ovpn & VPN Anbieter
|
||||
Für WireGuard und OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Το Passepartout είναι ένας έξυπνος πελάτης OpenVPN που είναι απόλυτα ενσωματωμένος στις πλατφόρμες Apple. Το Passepartout είναι η μόνη εφαρμογή που χρειάζεστε για τους δύο γνωστούς παρόχους OpenVPN και τους προσωπικούς σας διακομιστές OpenVPN.
|
||||
Το Passepartout είναι ένας έξυπνος πελάτης VPN που είναι απόλυτα ενσωματωμένος στις πλατφόρμες Apple. Το Passepartout είναι η μόνη εφαρμογή που χρειάζεστε για τους δύο γνωστούς παρόχους VPN και τους προσωπικούς σας διακομιστές VPN.
|
||||
|
||||
Με τα Αξιόπιστα Δίκτυα, η Passepartout ξεκλειδώνει το καλύτερο από τη χρήση ενός VPN στο iOS.
|
||||
|
||||
|
@ -14,7 +14,6 @@ To Passepartout βασίζεται σε ανοιχτό κώδικα: https://git
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ To Passepartout βασίζεται σε ανοιχτό κώδικα: https://git
|
|||
|
||||
- Απίστευτη ευκολία χρήσης, με φυσική εμφάνιση και αίσθηση.
|
||||
- Χειριστείτε τα προφίλ σας σε ένα μόνο μέρος.
|
||||
- Εισαγωγή αρχείων ρυθμίσεων .ovpn.
|
||||
- Εισαγωγή αρχείων ρυθμίσεων .ovpn / .conf.
|
||||
- Χρησιμοποιήστε Αξιόπιστα Δίκτυα για να τελειοποιήσετε τη συνδεσιμότητά σας.
|
||||
- Ρυθμίστε την κρυπτογράφηση χωρίς να τροποποιήσετε οποιοδήποτε αρχείο ρυθμίσεων.
|
||||
- Παρακάμψετε τις ρυθμίσεις δικτύου με ένα πρόγραμμα (default gateway, DNS, proxy, MTU).
|
||||
|
@ -37,9 +36,3 @@ To Passepartout βασίζεται σε ανοιχτό κώδικα: https://git
|
|||
- Πλήρης διαφάνεια σχετικά με τους διακομιστές στους οποίους συνδέεστε.
|
||||
- Διαλέξτε τα προκαθορισμένα τελικά σημεία όταν το DNS είναι προβληματικό.
|
||||
- Δεν υπάρχουν υπηρεσίες ιστού, διαφημίσεις ή οποιαδήποτε ανεπιθύμητη λειτουργία εκτός από το ίδιο το VPN.
|
||||
|
||||
~
|
||||
|
||||
Το Passepartout είναι ένας μη επίσημος πελάτης και σε καμία περίπτωση δεν είναι συνδεδεμένος με την OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN είναι εμπορικό σήμα κατατεθέν της OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,δωρεάν,ανώνυμο
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,δωρεάν,ανώνυμο
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, OpenVPN Client
|
||||
Passepartout, VPN Client
|
|
@ -1 +1 @@
|
|||
Σύνδεση .ovpn & VPN παρόχους
|
||||
Για WireGuard και OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
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.
|
||||
Passepartout is a smart VPN client perfectly integrated with Apple platforms. Passepartout is the only app you need for both well-known VPN providers and your personal VPN servers.
|
||||
|
||||
With Trusted Networks, Passepartout unlocks the very best of using a VPN.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout offers presets for major VPN providers:
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ EASY TO USE
|
|||
|
||||
- Incredible ease of use, with native look & feel.
|
||||
- Handle your profiles in one single place.
|
||||
- Import .ovpn configuration files.
|
||||
- Import .ovpn / .conf configuration files.
|
||||
- Use Trusted Networks to fine-grain your connectivity.
|
||||
- Fine-tune encryption without tweaking any configuration file.
|
||||
- Override network settings in a snap (default gateway, DNS, proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ 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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,free,anonymous,proxy
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,free,anonymous
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, OpenVPN Client
|
||||
Passepartout, VPN Client
|
|
@ -1 +1 @@
|
|||
Connect .ovpn & VPN providers
|
||||
For WireGuard and OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout es un cliente OpenVPN inteligente perfectamente integrado con las plataformas Apple. Passepartout es la única aplicación que necesitas para conectarte con proveedores OpenVPN conocidos o con tu propio servidor OpenVPN.
|
||||
Passepartout es un cliente VPN inteligente perfectamente integrado con las plataformas Apple. Passepartout es la única aplicación que necesitas para conectarte con proveedores VPN conocidos o con tu propio servidor VPN.
|
||||
|
||||
Con las Redes de Confianza, Passepartout saca lo mejor a la hora de usar un VPN.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout ofrece ajustes para estos proveedores VPN:
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ FÁCIL DE USAR
|
|||
|
||||
- Increíble facilidad de uso, con aspecto nativo.
|
||||
- Gestiona tus perfiles en una sola pantalla.
|
||||
- Importa ficheros de configuración .ovpn.
|
||||
- Importa ficheros de configuración .ovpn / .conf.
|
||||
- Usa las redes de confianza para refinar tu conectividad.
|
||||
- Configura el cifrado sin retocar ningún fichero de configuración.
|
||||
- Sobrescribe los ajustes de red en un chasquido (puerta de enlace, DNS, proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ RESPETUOSO CON TU PRIVACIDAD
|
|||
- Transparencia sobre los servidores conectados.
|
||||
- Elige direcciones pre-resueltas cuando el DNS sea defectuoso.
|
||||
- Sin servicios web, anuncios o cualquier actividad no deseada fuera del VPN.
|
||||
|
||||
~
|
||||
|
||||
Passepartout es un cliente no oficial y no es afiliado de OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN es una marca registrada de OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,cliente,netflix,gratuito,anónimo
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,gratuito,anónimo
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, Client OpenVPN
|
||||
Passepartout, Client VPN
|
|
@ -1 +1 @@
|
|||
Conecta .ovpn & proveedor VPN
|
||||
Para WireGuard y OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout est un client OpenVPN parfaitement intégré avec les plateformes Apple. Passepartout est le seul app dont vous aurez besoin, autant pour les fournisseurs connu OpenVPN, que pour vos serveurs OpenVPN privés.
|
||||
Passepartout est un client VPN parfaitement intégré avec les plateformes Apple. Passepartout est le seul app dont vous aurez besoin, autant pour les fournisseurs connu VPN, que pour vos serveurs VPN privés.
|
||||
|
||||
Avec les réseaux de confiance, Passepartout ouvre toutes les possibilités d'utiliser un VPN.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout offre des réglages pré-conçu avec des fournisseurs VPN majeurs :
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ FACILE D'UTILISATION
|
|||
|
||||
- Utilisation très simple, look natif iOS.
|
||||
- Gérez vos profils en un seul endroit.
|
||||
- Importez les fichiers de configuration .ovpn.
|
||||
- Importez les fichiers de configuration .ovpn / .conf.
|
||||
- Usez les réseaux de confiance pour peaufiner vos connections.
|
||||
- Affinez l'encryption sans modifier les fichiers de configuration.
|
||||
- Outrepassez les paramètres réseaux en un clin d'oeil (passerelle par défaut, DNS, proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ VIE PRIVÉE
|
|||
- Transparence completes aux serveurs connectés.
|
||||
- Choisissez des parametères pré-résolu lorsque le DNS est problématique.
|
||||
- Aucun service web, pub où information non désirée, que le VPN.
|
||||
|
||||
~
|
||||
|
||||
Passepartout est un client non-officiel et n'est aucunement affilié à OpenVPN inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN est une marque enregistrée de OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,libre,anonyme,proxy
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,libre,anonyme,proxy
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, Client OpenVPN
|
||||
Passepartout, Client VPN
|
|
@ -1 +1 @@
|
|||
Connecter .ovpn & services VPN
|
||||
Pour WireGuard et OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
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.
|
||||
Passepartout è un client VPN intelligente perfettamente integrato con le piattaforme Apple. Passepartout è l'unica app di cui hai bisogno sia per provider VPN conosciuti che per i tuoi server VPN personali.
|
||||
|
||||
Con le Reti Sicure, Passepartout è il modo migliore di usare una VPN.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout offre profili per i maggiori provider VPN:
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ FACILE DA USARE
|
|||
|
||||
- Incredibilmente semplice, con look nativo.
|
||||
- Gestisci i tuoi profili in una singola schermata.
|
||||
- Importa file di configurazione .ovpn.
|
||||
- Importa file di configurazione .ovpn / .conf.
|
||||
- Usa le reti sicure per personalizzare la tua connettività.
|
||||
- Regola la crittografia senza toccare alcun file di configurazione.
|
||||
- Sovrascrivi le impostazioni di rete in un attimo (gateway predefinito, DNS, proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ ORIENTATO ALLA PRIVACY
|
|||
- Completa trasparenza sui server a cui ti connetti.
|
||||
- Scegli indirizzi pre-risolti quando il DNS è problematico.
|
||||
- Nessun web service, pubblicità o altra aggiunta inutile oltre la VPN.
|
||||
|
||||
~
|
||||
|
||||
Passepartout è un client non ufficiale e non è affiliato ad OpenVPN Inc. in alcuna maniera.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN è un marchio registrato di OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,gratis,anonimo,proxy
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,windscribe,expressvpn,tunnelbear,gratis,anonimo,proxy
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, Client OpenVPN
|
||||
Passepartout, Client VPN
|
|
@ -1 +1 @@
|
|||
Connetti .ovpn & provider VPN
|
||||
Per WireGuard ed OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout is een slimme OpenVPN-client die perfect is geïntegreerd in Apple-platformen. Passepartout is de enige app die je nodig hebt voor zowel bekende OpenVPN-providers als je eigen OpenVPN-servers.
|
||||
Passepartout is een slimme VPN-client die perfect is geïntegreerd in Apple-platformen. Passepartout is de enige app die je nodig hebt voor zowel bekende VPN-providers als je eigen VPN-servers.
|
||||
|
||||
Met Trusted Networks haal je met Passepartout het meest uit het gebruik van een VPN.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout biedt presets voor grote VPN-providers:
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ GEBRUIKSVRIENDELIJK
|
|||
|
||||
- Ongelooflijk gebruiksgemak, met native look & feel.
|
||||
- Beheer je profielen op één plek.
|
||||
- Importeer .ovpn-configuratiebestanden.
|
||||
- Importeer .ovpn / .conf-configuratiebestanden.
|
||||
- Gebruik Trusted Networks om je connectiviteit nauwkeurig af te stellen.
|
||||
- Verfijn de codering zonder configuratiebestanden te hoeven aanpassen.
|
||||
- Overschrijf netwerkinstellingen in een flits (standaard poortadres, DNS, proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ PRIVACYVRIENDELIJK
|
|||
- Volledige transparantie over de servers waarmee je verbinding maakt.
|
||||
- Kies vooraf vertaalde eindpunten wanneer DNS problematisch is.
|
||||
- Geen web-services, advertenties of overbodige functionaliteit naast VPN zelf.
|
||||
|
||||
~
|
||||
|
||||
Passepartout is een niet-officiële client en is op geen enkele manier verbonden aan OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN is een gedeponeerd handelsmerk van OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,gratis,anoniem,proxy
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,windscribe,expressvpn,tunnelbear,gratis,anoniem,proxy
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, OpenVPN Client
|
||||
Passepartout, VPN Client
|
|
@ -1 +1 @@
|
|||
Verbind .ovpn & VPN providers
|
||||
Voor WireGuard en OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout jest inteligentnym klientem OpenVPN, perfekcyjnie zintegrowanym z platformami systemu iOS. Passepartout to jedyna aplikacja, jakiej potrzebujesz do łączenia przez renomowanych dostawców OpenVPN i swoje prywatne serwery OpenVPN.
|
||||
Passepartout jest inteligentnym klientem VPN, perfekcyjnie zintegrowanym z platformami systemu iOS. Passepartout to jedyna aplikacja, jakiej potrzebujesz do łączenia przez renomowanych dostawców VPN i swoje prywatne serwery VPN.
|
||||
|
||||
Dzięki funkcji Zaufanych Sieci Passepartout zapewnia wszystko, co najlepsze w korzystaniu z VPN w systemie iOS.
|
||||
|
||||
|
@ -8,14 +8,12 @@ Passepartout jest aplikacją typu open source: https://github.com/passepartoutv
|
|||
|
||||
MOŻESZ W NIEJ KORZYSTAĆ Z USŁUG WIELU DOSTAWCÓW
|
||||
|
||||
|
||||
Passepartout oferuje gotowe konfiguracje najważniejszych dostawców VPN:
|
||||
|
||||
- Hide.me
|
||||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -23,25 +21,16 @@ Passepartout oferuje gotowe konfiguracje najważniejszych dostawców VPN:
|
|||
- VyprVPN
|
||||
- Windscribe
|
||||
|
||||
|
||||
|
||||
ŁATWOŚĆ OBSŁUGI
|
||||
|
||||
- Niesamowita łatwość użytkowania dzięki natywnej szacie graficznej i funkcjonalnościom.
|
||||
- Obsługa wszystkich profili w jednym miejscu
|
||||
- Import plików konfiguracyjnych .openvpn
|
||||
- Import plików konfiguracyjnych .ovpn / .conf
|
||||
- Optymalne szyfrowanie bez konieczności modyfikowania pliku konfiguracyjnego
|
||||
- - Błyskawiczne zastępowanie ustawień sieciowych (domyślna bramka), DNS, proxy, MTU.
|
||||
- Błyskawiczne zastępowanie ustawień sieciowych (domyślna bramka), DNS, proxy, MTU.
|
||||
|
||||
PRZYJAZNA PRYWATNOŚCI
|
||||
|
||||
- Pełna transparentność informacji o serwerach, z którymi się łączysz.
|
||||
- Wybór wstępnie zdefiniowanych punktów końcowych, gdy DNS sprawia problemy.
|
||||
- Brak usług internetowych, reklam i innych niepożądanych elementów poza samą siecią VPN.
|
||||
|
||||
~
|
||||
|
||||
Passepartout jest nieoficjalnym klient i nie jest powiązany z OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN zarejestrowanym znakiem towarowym firmy OpenVPN Inc.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,bezpłatny,anonimowy
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,windscribe,expressvpn,tunnelbear,bezpłatny,anonimowy
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, Klient OpenVPN
|
||||
Passepartout, Klient VPN
|
|
@ -1 +1 @@
|
|||
Połącz z .ovpn i serwisami VPN
|
||||
Do WireGuard oraz OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout é um cliente inteligente de OpenVPN perfeitamente integrado com Apple. Passepartout é o único aplicativo que possibilita serviços populares de OpenVPN ou de sua própria escolha.
|
||||
Passepartout é um cliente inteligente de VPN perfeitamente integrado com Apple. Passepartout é o único aplicativo que possibilita serviços populares de VPN ou de sua própria escolha.
|
||||
|
||||
Com "Redes confiáveis", Passepartout possibilita uma melhor experiência VPN.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout oferece configurações para os seguintes provedores de VPN:
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ FÁCIL DE USAR
|
|||
|
||||
- Fácil de usar com seu visual e experiência nativa.
|
||||
- Controle seus perfis em um único lugar.
|
||||
- Importe arquivos de configuração .ovpn.
|
||||
- Importe arquivos de configuração .ovpn / .conf.
|
||||
- Use as "Redes confiáveis" para melhor configurar sua conectividade.
|
||||
- Habilite criptografia sem melhorar nenhum arquivo de configuração.
|
||||
- Substitua configurações de rede em um piscar de olhos (gateway padrão, DNS, proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ FOCO EM PRIVACIDADE
|
|||
- Absoluta transparência em quais servidores você se conecta.
|
||||
- Escolha destinos pré-resolvidos quando DNS está problemático.
|
||||
- Sem cadastro, propagandas ou qualquer funcionalidade indesejada que não seja VPN por si só.
|
||||
|
||||
~
|
||||
|
||||
Passepartout não é um cliente oficial e não possui nenhuma afiliação com OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN é um marca registrada de OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,grátis,anônimo
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,grátis,anônimo
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, Client OpenVPN
|
||||
Passepartout, Client VPN
|
|
@ -1 +1 @@
|
|||
Conecte .ovpn e serviços VPN
|
||||
Para WireGuard e OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout — это умный OpenVPN-клиент, идеально интегрированный с платформами Apple. Passepartout — единственное приложение, которое вам понадобится и для хорошо известных OpenVPN-провайдеров, и для собственных OpenVPN-серверов.
|
||||
Passepartout — это умный VPN-клиент, идеально интегрированный с платформами Apple. Passepartout — единственное приложение, которое вам понадобится и для хорошо известных VPN-провайдеров, и для собственных VPN-серверов.
|
||||
|
||||
С доверенными сетями Passepartout открывает самое лучшее в использовании VPN.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout предлагает предустановленные настр
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ Passepartout предлагает предустановленные настр
|
|||
|
||||
- Невероятная простота использования и естественный интерфейс.
|
||||
- Управляйте своими профилями в одном месте.
|
||||
- Импортируйте файлы конфигурации .ovpn.
|
||||
- Импортируйте файлы конфигурации .ovpn / .conf.
|
||||
- Используйте доверенные сети для мелкозернистого подключения.
|
||||
- Тонкая настройка шифрования без изменений в файлах конфигурации.
|
||||
- Переопределение настроек сети в одно мгновение (стандартный порт, DNS, прокси, MTU).|
|
||||
|
@ -41,9 +40,3 @@ Passepartout предлагает предустановленные настр
|
|||
- Полная прозрачность в отношении серверов, к которым вы подключаетесь.
|
||||
- Подключение к предварительно выбранным конечным точкам при проблемах с DNS.
|
||||
- Никаких веб-сервисов, рекламы и другого ненужного мусора, помимо самого VPN.
|
||||
|
||||
~
|
||||
|
||||
Passepartout — клиент неофициальный и никак не связан с OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN —зарегистрированная торговая марка OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,бесплатно
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,бесплатно
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, OpenVPN клиент
|
||||
Passepartout, VPN клиент
|
|
@ -1 +1 @@
|
|||
Подключить .ovpn и VPN сервисы
|
||||
Для WireGuard и OpenVPN
|
|
@ -1,4 +1,4 @@
|
|||
Passepartout är en smart OpenVPN-klient som är helt integrerad med Apples plattformar. Passepartout är den enda app du behöver för både kända OpenVPN-leverantörer och dina personliga OpenVPN-servrar.
|
||||
Passepartout är en smart VPN-klient som är helt integrerad med Apples plattformar. Passepartout är den enda app du behöver för både kända VPN-leverantörer och dina personliga VPN-servrar.
|
||||
|
||||
Med betrodda nätverk och Siri-genvägar erbjuder Passepartout allt det bästa med att använda en VPN på iOS.
|
||||
|
||||
|
@ -14,7 +14,6 @@ Passepartout erbjuder förinställningar för större VPN-leverantörer:
|
|||
- Mullvad
|
||||
- NordVPN
|
||||
- Oeck
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- SurfShark
|
||||
- TorGuard
|
||||
|
@ -26,7 +25,7 @@ LÄTT ATT ANVÄNDA
|
|||
|
||||
- Otroligt enkel att använda, med lokaliserat utseende och känsla.
|
||||
- Hantera dina profiler på ett enda ställe.
|
||||
- Importera konfigurationsfiler på formatet .ovpn.
|
||||
- Importera konfigurationsfiler på formatet .ovpn / .conf.
|
||||
- Använd betrodda nätverk för att skräddarsy dina anslutningar.
|
||||
- Finjustera kryptering utan att ändra någon konfigurationsfil.
|
||||
- Åsidosätt nätverksinställningar direkt (normal gateway, DNS, proxy, MTU).
|
||||
|
@ -36,9 +35,3 @@ HÖG SEKRETESS
|
|||
- Full insyn om vilka servrar du ansluter till.
|
||||
- Välj förutbestämda slutpunkter när DNS är problematiskt.
|
||||
- Inga webbtjänster, annonser eller oönskade extrafunktioner, utan bara själva VPN:et.
|
||||
|
||||
~
|
||||
|
||||
Passepartout är en icke-officiell klient och har ingen anknytning till OpenVPN Inc.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN är ett registrerat varumärke som tillhör OpenVPN Inc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,vyprvpn,netflix,fri,anonym,proxy
|
||||
wireguard,openvpn,mullvad,protonvpn,nordvpn,pia,windscribe,expressvpn,tunnelbear,fri,anonym,proxy
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout, OpenVPN Klient
|
||||
Passepartout, VPN Klient
|
|
@ -1 +1 @@
|
|||
Annslut .ovpn & VPN tjänster
|
||||
För WireGuard och OpenVPN
|
Before Width: | Height: | Size: 491 KiB After Width: | Height: | Size: 396 KiB |
Before Width: | Height: | Size: 529 KiB After Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 490 KiB After Width: | Height: | Size: 345 KiB |
Before Width: | Height: | Size: 413 KiB After Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 238 KiB |
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 235 KiB |
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 407 KiB After Width: | Height: | Size: 248 KiB |
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 260 KiB |
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 392 KiB After Width: | Height: | Size: 715 KiB |
Before Width: | Height: | Size: 460 KiB After Width: | Height: | Size: 453 KiB |
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 174 KiB |
|
@ -1 +0,0 @@
|
|||
<?xml version="1.0" ?><svg enable-background="new 0 0 64 64" height="64px" version="1.1" viewBox="0 0 64 64" width="64px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Layer_1"><g><rect fill="#4F5D73" width="64" height="64"/></g><g><g><rect fill="#F5CF87" height="14" width="6" x="24" y="16"/></g><g><rect fill="#F5CF87" height="14" width="6" x="24" y="34"/></g><g><rect fill="#F5CF87" height="14" width="6" x="34" y="16"/></g><g><rect fill="#F5CF87" height="14" width="6" x="34" y="34"/></g></g><g opacity="0.2"><path d="M40,14H24c-2.209,0-4,1.791-4,4v32c0,2.209,1.791,4,4,4h16c2.209,0,4-1.791,4-4V18 C44,15.791,42.209,14,40,14z M30,50h-6V36h6V50z M30,32h-6V18h6V32z M40,50h-6V36h6V50z M40,32h-6V18h6V32z" fill="#231F20"/></g><g><path d="M40,12H24c-2.209,0-4,1.791-4,4v32c0,2.209,1.791,4,4,4h16c2.209,0,4-1.791,4-4V16 C44,13.791,42.209,12,40,12z M30,48h-6V34h6V48z M30,30h-6V16h6V30z M40,48h-6V34h6V48z M40,30h-6V16h6V30z" fill="#E0995E"/></g><g opacity="0.2"><circle cx="40" cy="34" fill="#231F20" r="3"/></g><g><circle cx="40" cy="32" fill="#F5CF87" r="3"/></g></g><g id="Layer_2"/></svg>
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 408 KiB |
Before Width: | Height: | Size: 522 KiB |
Before Width: | Height: | Size: 575 KiB |
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
FILE="$1"
|
||||
SRC="$2/$FILE"
|
||||
DST="$3"
|
||||
|
||||
cp $SRC/de.txt "$DST/de-DE/$FILE"
|
||||
cp $SRC/el.txt "$DST/el/$FILE"
|
||||
cp $SRC/en.txt "$DST/en-US/$FILE"
|
||||
cp $SRC/es.txt "$DST/es-MX/$FILE"
|
||||
cp $SRC/fr.txt "$DST/fr-FR/$FILE"
|
||||
cp $SRC/it.txt "$DST/it/$FILE"
|
||||
cp $SRC/nl.txt "$DST/nl-NL/$FILE"
|
||||
cp $SRC/pl.txt "$DST/pl/$FILE"
|
||||
cp $SRC/pt.txt "$DST/pt-BR/$FILE"
|
||||
cp $SRC/ru.txt "$DST/ru/$FILE"
|
||||
cp $SRC/sv.txt "$DST/sv/$FILE"
|