Merge pull request #58 from passepartoutvpn/add-italian-l10n
Add Italian l10n
This commit is contained in:
commit
0cb0874332
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- Italian translations. [#58](https://github.com/passepartoutvpn/passepartout-ios/pull/58)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Some providers may crash on VPN activation. [#57](https://github.com/passepartoutvpn/passepartout-ios/issues/57)
|
||||
|
|
|
@ -193,6 +193,10 @@
|
|||
0E4FD7ED20D539A0002221FF /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
|
||||
0E4FD7F020D58618002221FF /* Macros.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Macros.swift; sourceTree = "<group>"; };
|
||||
0E4FD80420D683A2002221FF /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/NetworkExtension.framework; sourceTree = DEVELOPER_DIR; };
|
||||
0E533B0C2257BAB900EF94FC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; name = Base; path = Base.lproj/Intents.intentdefinition; sourceTree = "<group>"; };
|
||||
0E533B0E2257BAC800EF94FC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Intents.strings; sourceTree = "<group>"; };
|
||||
0E533B102257C0F200EF94FC /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Intents.strings; sourceTree = "<group>"; };
|
||||
0E533B142257C1DC00EF94FC /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
0E57F63820C83FC5008323CF /* Passepartout.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Passepartout.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
0E57F63B20C83FC5008323CF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
0E57F63D20C83FC5008323CF /* ServiceViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceViewController.swift; sourceTree = "<group>"; };
|
||||
|
@ -229,7 +233,6 @@
|
|||
0EBE3AA4213DC1B000BFA2F5 /* ProviderConnectionProfile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProviderConnectionProfile.swift; sourceTree = "<group>"; };
|
||||
0EC7F20420E24308004EA58E /* DebugLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugLog.swift; sourceTree = "<group>"; };
|
||||
0ECC60DD2256B6890020BEAC /* SwiftGen+Assets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SwiftGen+Assets.swift"; sourceTree = "<group>"; };
|
||||
0ECEB104224FE51400E9E551 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; name = Base; path = Base.lproj/Intents.intentdefinition; sourceTree = "<group>"; };
|
||||
0ECEB105224FE51400E9E551 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
0ECEB106224FE51400E9E551 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Organizer.storyboard; sourceTree = "<group>"; };
|
||||
0ECEB107224FE51400E9E551 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Shortcuts.storyboard; sourceTree = "<group>"; };
|
||||
|
@ -371,7 +374,6 @@
|
|||
0E50E7C422330E5100D5F76C /* Intents */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0E58BD9122404EF1006FB157 /* Intents.intentdefinition */,
|
||||
0ED993B0223FF8C700B0F9C9 /* IntentDispatcher.swift */,
|
||||
);
|
||||
path = Intents;
|
||||
|
@ -498,6 +500,7 @@
|
|||
children = (
|
||||
0E0EABC721DF853C0069DAE7 /* Web */,
|
||||
0E58BF6A224305A8006FB157 /* Countries.strings */,
|
||||
0E58BD9122404EF1006FB157 /* Intents.intentdefinition */,
|
||||
0E05C5DF20D198B9006EE732 /* Localizable.strings */,
|
||||
);
|
||||
path = Resources;
|
||||
|
@ -752,6 +755,7 @@
|
|||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
it,
|
||||
);
|
||||
mainGroup = 0E57F62F20C83FC5008323CF;
|
||||
productRefGroup = 0E57F63920C83FC5008323CF /* Products */;
|
||||
|
@ -1089,6 +1093,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
0E05C5DE20D198B9006EE732 /* en */,
|
||||
0E533B142257C1DC00EF94FC /* it */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1120,7 +1125,9 @@
|
|||
0E58BD9122404EF1006FB157 /* Intents.intentdefinition */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
0ECEB104224FE51400E9E551 /* Base */,
|
||||
0E533B0C2257BAB900EF94FC /* Base */,
|
||||
0E533B0E2257BAC800EF94FC /* en */,
|
||||
0E533B102257C0F200EF94FC /* it */,
|
||||
);
|
||||
name = Intents.intentdefinition;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1253,6 +1260,7 @@
|
|||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
||||
|
@ -1318,6 +1326,7 @@
|
|||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
||||
|
|
|
@ -0,0 +1,659 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>INEnums</key>
|
||||
<array/>
|
||||
<key>INIntentDefinitionModelVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>INIntentDefinitionSystemVersion</key>
|
||||
<string>18D42</string>
|
||||
<key>INIntentDefinitionToolsBuildVersion</key>
|
||||
<string>10B61</string>
|
||||
<key>INIntentDefinitionToolsVersion</key>
|
||||
<string>10.1</string>
|
||||
<key>INIntents</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>eXXb2z</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>5</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>ConnectVPN</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key>context,profileId</key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>uMFvJW</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string>Connect to ${profileId}</string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>U6o81V</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>1</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>context</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>5</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>2</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>profileId</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>4</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>uKU9RD</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>WNbRl5</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Connect to VPN</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>LA99yM</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>BKxs8X</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>TrustCurrentNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>AxbXUn</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>POyDPM</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>x3pVKZ</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>qEDn4J</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Trust current Wi-Fi</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>m2E7SI</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>eQ1yzr</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>DisableVPN</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>85kxu8</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>IeGsEq</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>fnSNbT</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>oKHXZ3</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Disable VPN</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>1ZRTCZ</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>7eoAss</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>UntrustCurrentNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>pb3MGt</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>0Wu9nb</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>r0ZjO4</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>rtaAzk</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Untrust current Wi-Fi</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>rd1T8p</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>9GpJt5</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>TrustCellularNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>vIPVA5</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>NWWgCl</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>nMRaxS</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>gSqy7Y</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Trust cellular network</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>H4taev</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>0jRWn5</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>UntrustCellularNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>qRkLSU</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>ggzKA2</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>YncGoj</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>BW8KLX</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Untrust cellular network</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>wB1iYX</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>KjkCfU</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>3</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>MoveToLocation</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key>providerId,poolName,poolId</key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<false/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string>With ${providerId} provider</string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>66bZBE</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string>Connect to ${poolName}</string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>WnTPFg</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>1</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>providerId</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>2</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>2</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>poolId</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>3</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>3</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>poolName</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>1</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>PmWNkC</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>O6nCLQ</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Connect to provider location</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>qo3Szz</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Go</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescription</key>
|
||||
<string>With currently active profile</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>xY97Vu</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>EnableVPN</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>NCoK9B</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>yesvFP</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>FJp18d</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>lV5LVw</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Enable VPN</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>lQ6ziK</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,24 @@
|
|||
"1ZRTCZ" = "Disable VPN";
|
||||
|
||||
"66bZBE" = "With ${providerId} provider";
|
||||
|
||||
"H4taev" = "Trust cellular network";
|
||||
|
||||
"LA99yM" = "Connect to VPN";
|
||||
|
||||
"U6o81V" = "Connect to ${profileId}";
|
||||
|
||||
"WnTPFg" = "Connect to ${poolName}";
|
||||
|
||||
"lQ6ziK" = "Enable VPN";
|
||||
|
||||
"m2E7SI" = "Trust current Wi-Fi";
|
||||
|
||||
"qo3Szz" = "Connect to provider location";
|
||||
|
||||
"rd1T8p" = "Untrust current Wi-Fi";
|
||||
|
||||
"wB1iYX" = "Untrust cellular network";
|
||||
|
||||
"xY97Vu" = "With currently active profile";
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
"global.next" = "Next";
|
||||
"global.close" = "Close";
|
||||
"global.host.title_input.message" = "Acceptable characters are alphanumerics plus dash \"-\", underscore \"_\" and dot \".\".";
|
||||
"global.host.title_input.placeholder" = "My Profile";
|
||||
"global.host.title_input.placeholder" = "My profile";
|
||||
|
||||
"reddit.title" = "Reddit";
|
||||
"reddit.message" = "Did you know that Passepartout has a subreddit? Subscribe for updates or to discuss issues, features, new platforms or whatever you like.\n\nIt's also a great way to show you care about this project.";
|
||||
|
@ -70,10 +70,8 @@
|
|||
"service.welcome.message" = "Welcome to Passepartout!\n\nUse the organizer to add a new profile.";
|
||||
"service.sections.general.header" = "General";
|
||||
"service.sections.vpn.header" = "VPN";
|
||||
"service.sections.status.header" = "Connection";
|
||||
"service.sections.diagnostics.header" = "Diagnostics";
|
||||
|
||||
"service.sections.vpn.footer" = "The connection will be established whenever necessary.";
|
||||
"service.sections.status.header" = "Connection";
|
||||
"service.sections.configuration.header" = "Configuration";
|
||||
"service.sections.provider_infrastructure.footer" = "Last updated on %@.";
|
||||
"service.sections.vpn_survives_sleep.footer" = "Disable to improve battery usage, at the expense of occasional slowdowns due to wake-up reconnections.";
|
||||
|
@ -108,7 +106,7 @@
|
|||
"service.cells.trusted_add_wifi.caption" = "Add current Wi-Fi";
|
||||
"service.cells.trusted_policy.caption" = "Trust disables VPN";
|
||||
"service.cells.test_connectivity.caption" = "Test connectivity";
|
||||
"service.cells.data_count.caption" = "Exchanged data count";
|
||||
"service.cells.data_count.caption" = "Exchanged data";
|
||||
"service.cells.data_count.value" = "↓%@ / ↑%@";
|
||||
"service.cells.data_count.none" = "Unavailable";
|
||||
"service.cells.debug_log.caption" = "Debug log";
|
||||
|
@ -132,7 +130,7 @@
|
|||
"account.sections.credentials.header" = "Credentials";
|
||||
"account.sections.guidance.footer.infrastructure.mullvad" = "Use your %@ website account number and password \"m\".";
|
||||
"account.sections.guidance.footer.infrastructure.pia" = "Use your %@ website credentials. Your username is usually numeric with a \"p\" prefix.";
|
||||
"account.sections.guidance.footer.infrastructure.tunnelbear" = "Use your %@ website credentials. Your username is usually your email.";
|
||||
"account.sections.guidance.footer.infrastructure.tunnelbear" = "Use your %@ website credentials. Your username is usually your e-mail.";
|
||||
"account.sections.guidance.footer.infrastructure.windscribe" = "Find your credentials in the OpenVPN Config Generator on the %@ website.";
|
||||
"account.sections.registration.footer" = "Go get an account on the %@ website.";
|
||||
"account.cells.username.caption" = "Username";
|
||||
|
@ -205,7 +203,7 @@
|
|||
"vpn.errors.network" = "Network changed";
|
||||
|
||||
"issue_reporter.title" = "Report issue";
|
||||
"issue_reporter.message" = "The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.\n\nThe .ovpn configuration file, if any, is attached stripped of any sensitive data.\n\nPlease double check the email attachments if unsure.";
|
||||
"issue_reporter.message" = "The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.\n\nThe .ovpn configuration file, if any, is attached stripped of any sensitive data.\n\nPlease double check the e-mail attachments if unsure.";
|
||||
"issue_reporter.buttons.accept" = "I understand";
|
||||
"issue_reporter.alerts.email_not_configured.message" = "No e-mail account is configured.";
|
||||
"issue_reporter.email.subject" = "%@ - Report issue";
|
||||
|
|
|
@ -0,0 +1,659 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>INEnums</key>
|
||||
<array/>
|
||||
<key>INIntentDefinitionModelVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>INIntentDefinitionSystemVersion</key>
|
||||
<string>18D42</string>
|
||||
<key>INIntentDefinitionToolsBuildVersion</key>
|
||||
<string>10B61</string>
|
||||
<key>INIntentDefinitionToolsVersion</key>
|
||||
<string>10.1</string>
|
||||
<key>INIntents</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>eXXb2z</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>5</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>ConnectVPN</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key>context,profileId</key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>uMFvJW</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string>Connect to ${profileId}</string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>U6o81V</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>1</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>context</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>5</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>2</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>profileId</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>4</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>uKU9RD</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>WNbRl5</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Connect to VPN</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>LA99yM</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>BKxs8X</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>TrustCurrentNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>AxbXUn</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>POyDPM</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>x3pVKZ</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>qEDn4J</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Trust current Wi-Fi</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>m2E7SI</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>eQ1yzr</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>DisableVPN</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>85kxu8</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>IeGsEq</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>fnSNbT</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>oKHXZ3</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Disable VPN</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>1ZRTCZ</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>7eoAss</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>UntrustCurrentNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>pb3MGt</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>0Wu9nb</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>r0ZjO4</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>rtaAzk</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Untrust current Wi-Fi</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>rd1T8p</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>9GpJt5</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>TrustCellularNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>vIPVA5</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>NWWgCl</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>nMRaxS</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>gSqy7Y</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Trust cellular network</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>H4taev</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>0jRWn5</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>UntrustCellularNetwork</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>qRkLSU</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>ggzKA2</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>YncGoj</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>BW8KLX</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Untrust cellular network</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>wB1iYX</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>KjkCfU</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>3</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>MoveToLocation</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key>providerId,poolName,poolId</key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<false/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string>With ${providerId} provider</string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>66bZBE</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string>Connect to ${poolName}</string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>WnTPFg</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>1</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>providerId</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>2</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>2</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>poolId</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>3</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentParameterDisplayPriority</key>
|
||||
<integer>3</integer>
|
||||
<key>INIntentParameterName</key>
|
||||
<string>poolName</string>
|
||||
<key>INIntentParameterSupportsMultipleValues</key>
|
||||
<false/>
|
||||
<key>INIntentParameterTag</key>
|
||||
<integer>1</integer>
|
||||
<key>INIntentParameterType</key>
|
||||
<string>String</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>PmWNkC</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>O6nCLQ</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Connect to provider location</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>qo3Szz</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Go</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentCategory</key>
|
||||
<string>generic</string>
|
||||
<key>INIntentDescription</key>
|
||||
<string>With currently active profile</string>
|
||||
<key>INIntentDescriptionID</key>
|
||||
<string>xY97Vu</string>
|
||||
<key>INIntentLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentName</key>
|
||||
<string>EnableVPN</string>
|
||||
<key>INIntentParameterCombinations</key>
|
||||
<dict>
|
||||
<key></key>
|
||||
<dict>
|
||||
<key>INIntentParameterCombinationIsPrimary</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationSubtitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationSubtitleID</key>
|
||||
<string>NCoK9B</string>
|
||||
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
|
||||
<true/>
|
||||
<key>INIntentParameterCombinationTitle</key>
|
||||
<string></string>
|
||||
<key>INIntentParameterCombinationTitleID</key>
|
||||
<string>yesvFP</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>INIntentParameters</key>
|
||||
<array/>
|
||||
<key>INIntentResponse</key>
|
||||
<dict>
|
||||
<key>INIntentResponseCodes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>FJp18d</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>failure</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>INIntentResponseCodeFormatString</key>
|
||||
<string></string>
|
||||
<key>INIntentResponseCodeFormatStringID</key>
|
||||
<string>lV5LVw</string>
|
||||
<key>INIntentResponseCodeName</key>
|
||||
<string>success</string>
|
||||
<key>INIntentResponseCodeSuccess</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>INIntentResponseLastParameterTag</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentResponseParameters</key>
|
||||
<array/>
|
||||
</dict>
|
||||
<key>INIntentRestrictions</key>
|
||||
<integer>0</integer>
|
||||
<key>INIntentTitle</key>
|
||||
<string>Enable VPN</string>
|
||||
<key>INIntentTitleID</key>
|
||||
<string>lQ6ziK</string>
|
||||
<key>INIntentType</key>
|
||||
<string>Custom</string>
|
||||
<key>INIntentUserConfirmationRequired</key>
|
||||
<false/>
|
||||
<key>INIntentVerb</key>
|
||||
<string>Do</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,24 @@
|
|||
"1ZRTCZ" = "Disabilita VPN";
|
||||
|
||||
"66bZBE" = "Con il provider ${providerId}";
|
||||
|
||||
"H4taev" = "Aggiungi rete mobile sicura";
|
||||
|
||||
"LA99yM" = "Connetti alla VPN";
|
||||
|
||||
"U6o81V" = "Connettiti a ${profileId}";
|
||||
|
||||
"WnTPFg" = "Connettiti in ${poolName}";
|
||||
|
||||
"lQ6ziK" = "Abilita VPN";
|
||||
|
||||
"m2E7SI" = "Aggiungi Wi-Fi sicura";
|
||||
|
||||
"qo3Szz" = "Connettiti a una regione del provider";
|
||||
|
||||
"rd1T8p" = "Rimuovi Wi-Fi sicura";
|
||||
|
||||
"wB1iYX" = "Rimuovi rete mobile sicura";
|
||||
|
||||
"xY97Vu" = "Con il profilo in uso";
|
||||
|
|
@ -0,0 +1,254 @@
|
|||
//
|
||||
// Localizable.strings
|
||||
// Passepartout
|
||||
//
|
||||
// Created by Davide De Rosa on 6/13/18.
|
||||
// Copyright (c) 2019 Davide De Rosa. All rights reserved.
|
||||
//
|
||||
// https://github.com/passepartoutvpn
|
||||
//
|
||||
// This file is part of Passepartout.
|
||||
//
|
||||
// Passepartout is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Passepartout is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
"global.ok" = "OK";
|
||||
"global.cancel" = "Annulla";
|
||||
"global.next" = "Avanti";
|
||||
"global.close" = "Chiudi";
|
||||
"global.host.title_input.message" = "I caratteri ammessi sono gli alfanumerici e il trattino breve \"-\", il trattino basso \"_\" ed il punto \".\".";
|
||||
"global.host.title_input.placeholder" = "Il mio profilo";
|
||||
|
||||
"reddit.title" = "Reddit";
|
||||
"reddit.message" = "Sapevi che Passepartout ha un subreddit? Iscriviti per aggiornamenti o per discutere problemi, aggiunte, nuove piattaforme o qualunque cosa tu voglia.\n\nÈ anche un ottimo modo per dimostrare che hai a cuore questo progetto.";
|
||||
"reddit.buttons.subscribe" = "Iscriviti ora!";
|
||||
"reddit.buttons.remind" = "Ricordami più tardi";
|
||||
"reddit.buttons.never" = "Non chiedere più";
|
||||
|
||||
"organizer.sections.providers.header" = "Reti";
|
||||
"organizer.sections.providers.footer" = "Qui trovi alcune delle infrastrutture pubbliche con configurazioni precompilate.";
|
||||
"organizer.sections.hosts.header" = "Host";
|
||||
"organizer.sections.hosts.footer" = "Importa un host da un file di configurazione .ovpn.";
|
||||
"organizer.sections.siri.header" = "Siri";
|
||||
"organizer.sections.siri.footer" = "Chiedi aiuto a Siri per velocizzare le tue interazioni più frequenti con l'app.";
|
||||
"organizer.cells.profile.value.current" = "In uso";
|
||||
"organizer.cells.add_provider.caption" = "Aggiungi rete";
|
||||
"organizer.cells.add_host.caption" = "Aggiungi host";
|
||||
"organizer.cells.siri_shortcuts.caption" = "Gestisci shortcut";
|
||||
"organizer.cells.about.caption" = "Informazioni su %@";
|
||||
"organizer.cells.uninstall.caption" = "Rimuovi configurazione VPN";
|
||||
"organizer.alerts.exhausted_providers.message" = "Hai creato profili per tutte le reti disponibili.";
|
||||
"organizer.alerts.add_host.message" = "Apri l'URL di un file di configurazione .ovpn da Safari, Mail o da un'altra app per configurare un host.\n\nPuoi anche importare un file .ovpn con iTunes File Sharing.";
|
||||
"organizer.alerts.delete_vpn_profile.message" = "Vuoi veramente cancellare la configurazione VPN dalle impostazioni del tuo dispositivo? Quest'azione potrebbe risolvere alcuni stati erronei della VPN e non altererà le tue reti e i tuoi host.";
|
||||
|
||||
"wizards.host.cells.title_input.caption" = "Titolo";
|
||||
"wizards.host.sections.existing.header" = "Profili esistenti";
|
||||
"wizards.host.alerts.existing.message" = "Esiste già un host con lo stesso titolo. Sostituire?";
|
||||
|
||||
"parsed_file.alerts.malformed.message" = "La configurazione contiene un'opzione malformata (%@).";
|
||||
"parsed_file.alerts.missing.message" = "La configurazione non contiene un'opzione obbligatoria (%@).";
|
||||
"parsed_file.alerts.unsupported.message" = "La configurazione contiene un'opzione non supportata (%@).";
|
||||
"parsed_file.alerts.potentially_unsupported.message" = "La configurazione è corretto ma contiene un'opzione potenzialmente non supportata (%@).\n\nLa connettività potrebbe fallire a seconda delle impostazioni del server.";
|
||||
"parsed_file.alerts.encryption_passphrase.message" = "Per favore inserisci la passphrase di criptazione.";
|
||||
"parsed_file.alerts.decryption.message" = "La configurazione contiene una chiave privata criptata e non è stato possibile decriptarla. Controlla la tua passphrase.";
|
||||
"parsed_file.alerts.parsing.message" = "Impossibile processare il file di configurazione specificato (%@).";
|
||||
"parsed_file.alerts.buttons.report" = "Segnala un problema";
|
||||
|
||||
"imported_hosts.title" = "Host importati";
|
||||
|
||||
"service.welcome.message" = "Benvenuto in Passepartout!\n\nUsa il menu per aggiungere un nuovo profilo.";
|
||||
"service.sections.general.header" = "Generale";
|
||||
"service.sections.vpn.header" = "VPN";
|
||||
"service.sections.vpn.footer" = "La connessione sarà stabilita ogni volta che è necessario.";
|
||||
"service.sections.status.header" = "Connessione";
|
||||
"service.sections.configuration.header" = "Configurazione";
|
||||
"service.sections.provider_infrastructure.footer" = "Ultimo aggiornamento: %@.";
|
||||
"service.sections.vpn_survives_sleep.footer" = "Disabilita per migliorare il consumo della batteria, a discapito di rallentamenti occasionali causati dalle riconnessioni.";
|
||||
"service.sections.vpn_resolves_hostname.footer" = "Preferibile nella maggior parte delle reti e necessario in alcune reti IPv6. Disabilita dove il DNS è bloccato, o per velocizzare la negoziazione quando il DNS tarda a rispondere.";
|
||||
//"service.sections.vpn_prefers_udp.footer" = "UDP is faster than TCP, but may not work in some networks. Disable in networks where UDP might be blocked.";
|
||||
"service.sections.trusted.header" = "Reti sicure";
|
||||
"service.sections.trusted.footer" = "Entrando in una rete sicura, normalmente la VPN viene spenta e mantenuta disconnessa. Disabilita quest'opzione per non imporre questo comportamento.";
|
||||
"service.sections.diagnostics.header" = "Diagnostica";
|
||||
"service.sections.diagnostics.footer" = "Il mascheramento sarà effettivo dopo una riconnessione. I dati di rete sono hostname, indirizzi IP, routing, SSID. Credenziali e chiavi private non sono registrati in ogni caso.";
|
||||
//"service.sections.destruction.footer" = "Delete configuration from device settings.";
|
||||
|
||||
"service.cells.use_profile.caption" = "Usa questo profilo";
|
||||
"service.cells.vpn_service.caption" = "Abilitato";
|
||||
"service.cells.connection_status.caption" = "Stato";
|
||||
"service.cells.reconnect.caption" = "Riconnetti";
|
||||
"service.cells.account.caption" = "Account";
|
||||
"service.cells.account.none" = "Non configurato";
|
||||
"service.cells.endpoint.caption" = "Endpoint";
|
||||
"service.cells.endpoint.value.automatic" = "Automatico";
|
||||
"service.cells.endpoint.value.manual" = "Manuale";
|
||||
"service.cells.provider.pool.caption" = "Regione";
|
||||
"service.cells.provider.preset.caption" = "Preset";
|
||||
"service.cells.provider.refresh.caption" = "Aggiorna infrastruttura";
|
||||
"service.cells.host.parameters.caption" = "Parametri";
|
||||
"service.cells.host.parameters.value.cipher" = "%@";
|
||||
"service.cells.host.parameters.value.cipher_digest" = "%@ / %@";
|
||||
"service.cells.vpn_survives_sleep.caption" = "Mantieni attivo in sleep";
|
||||
"service.cells.vpn_resolves_hostname.caption" = "Risolvi hostname del server";
|
||||
//"service.cells.vpn_prefers_udp.caption" = "Prefer UDP socket";
|
||||
"service.cells.trusted_mobile.caption" = "Rete cellulare";
|
||||
"service.cells.trusted_wifi.caption" = "%@";
|
||||
"service.cells.trusted_add_wifi.caption" = "Aggiungi Wi-Fi corrente";
|
||||
"service.cells.trusted_policy.caption" = "Spegni VPN in rete sicura";
|
||||
"service.cells.test_connectivity.caption" = "Verifica connettività";
|
||||
"service.cells.data_count.caption" = "Dati scambiati";
|
||||
"service.cells.data_count.value" = "↓%@ / ↑%@";
|
||||
"service.cells.data_count.none" = "Non disponibile";
|
||||
"service.cells.debug_log.caption" = "Debug log";
|
||||
"service.cells.masks_private_data.caption" = "Maschera dati rete";
|
||||
"service.cells.report_issue.caption" = "Segnala problema connettività";
|
||||
|
||||
"service.alerts.rename.title" = "Rinomina profilo";
|
||||
"service.alerts.credentials_needed.message" = "Devi prima inserire le tue credenziali.";
|
||||
"service.alerts.reconnect_vpn.message" = "Vuoi riconnetterti alla VPN?";
|
||||
"service.alerts.trusted.no_network.message" = "Non sei connesso/a a nessuna rete Wi-Fi.";
|
||||
"service.alerts.trusted.will_disconnect_trusted.message" = "Rendendo questa rete sicura, la VPN potrebbe essere disconnessa. Continuare?";
|
||||
"service.alerts.trusted.will_disconnect_policy.message" = "Cambiando la politica delle reti sicure, la VPN potrebbe essere disconnessa. Continuare?";
|
||||
"service.alerts.test_connectivity.title" = "Connettività";
|
||||
"service.alerts.test_connectivity.messages.success" = "Il tuo dispositivo è connesso a Internet!";
|
||||
"service.alerts.test_connectivity.messages.failure" = "Il tuo dispositivo non è connesso a Internet, per favore controlla i parametri del tuo profilo.";
|
||||
"service.alerts.data_count.messages.current" = "Ricevuti: %llu\nInviati: %llu";
|
||||
"service.alerts.data_count.messages.not_available" = "Informazione non disponibile, sei connesso/a?";
|
||||
"service.alerts.masks_private_data.messages.must_reconnect" = "Per azzerare il debug log ed applicare la nuova preferenza di mascheramento, devi riconnetterti alla VPN.";
|
||||
"service.alerts.buttons.reconnect" = "Riconnetti";
|
||||
|
||||
"account.sections.credentials.header" = "Credenziali";
|
||||
"account.sections.guidance.footer.infrastructure.mullvad" = "Usa il tuo account number del sito di %@ e la password \"m\".";
|
||||
"account.sections.guidance.footer.infrastructure.pia" = "Usa le credenziali del sito di %@. Il tuo username è generalmente numerico con un prefisso \"p\".";
|
||||
"account.sections.guidance.footer.infrastructure.tunnelbear" = "Usa le credenziali del sito di %@. Il tuo username è generalmente la tua e-mail.";
|
||||
"account.sections.guidance.footer.infrastructure.windscribe" = "Trova le tue credenziali nell'OpenVPN Config Generator sul sito di %@.";
|
||||
"account.sections.registration.footer" = "Registra un account sul sito di %@.";
|
||||
"account.cells.username.caption" = "Username";
|
||||
"account.cells.username.placeholder" = "username";
|
||||
"account.cells.password.caption" = "Password";
|
||||
"account.cells.password.placeholder" = "segreto";
|
||||
//"account.cells.password_confirm.caption" = "Confirm";
|
||||
//"account.cells.password_confirm.mismatch" = "Passwords don't match!";
|
||||
"account.cells.open_guide.caption" = "Vedi le tue credenziali";
|
||||
"account.cells.signup.caption" = "Registrati con %@";
|
||||
|
||||
"endpoint.sections.location_addresses.header" = "Indirizzi";
|
||||
"endpoint.sections.location_protocols.header" = "Protocolli";
|
||||
"endpoint.cells.any_address.caption" = "Qualunque";
|
||||
"endpoint.cells.any_protocol.caption" = "Qualunque";
|
||||
|
||||
"provider.preset.cells.tech_details.caption" = "Dettagli tecnici";
|
||||
//"provider.preset.sections.main.footer" = "Tap info button to disclose technical details.";
|
||||
|
||||
"configuration.sections.communication.header" = "Comunicazione";
|
||||
"configuration.sections.reset.footer" = "Se ti trovi con una connettività compromessa dopo aver cambiato i parametri di comunicazione, tocca per tornare alla configurazione originale.";
|
||||
"configuration.sections.tls.header" = "TLS";
|
||||
"configuration.sections.compression.header" = "Compressione";
|
||||
"configuration.sections.dns.header" = "DNS";
|
||||
"configuration.sections.other.header" = "Altro";
|
||||
"configuration.cells.cipher.caption" = "Cifratura";
|
||||
"configuration.cells.digest.caption" = "Autenticazione";
|
||||
"configuration.cells.digest.value.embedded" = "Incorporata";
|
||||
"configuration.cells.reset_original.caption" = "Ripristina configurazione";
|
||||
"configuration.cells.client.caption" = "Certificato client";
|
||||
"configuration.cells.client.value.enabled" = "Verificato";
|
||||
"configuration.cells.client.value.disabled" = "Non verificato";
|
||||
"configuration.cells.tls_wrapping.caption" = "Wrapping";
|
||||
"configuration.cells.tls_wrapping.value.auth" = "Autenticazione";
|
||||
"configuration.cells.tls_wrapping.value.crypt" = "Criptazione";
|
||||
"configuration.cells.eku.caption" = "Verifica estesa";
|
||||
"configuration.cells.dns_server.caption" = "Indirizzo";
|
||||
"configuration.cells.dns_domain.caption" = "Dominio";
|
||||
"configuration.cells.dns_domain.value.none" = "Nessuno";
|
||||
"configuration.cells.compression_framing.caption" = "Framing";
|
||||
"configuration.cells.compression_framing.value.lzo" = "--comp-lzo";
|
||||
"configuration.cells.compression_framing.value.compress" = "--compress";
|
||||
"configuration.cells.compression_algorithm.caption" = "Algoritmo";
|
||||
"configuration.cells.compression_algorithm.value.lzo" = "LZO";
|
||||
"configuration.cells.compression_algorithm.value.other" = "Non supportato";
|
||||
"configuration.cells.keep_alive.caption" = "Keep-alive";
|
||||
"configuration.cells.keep_alive.value.seconds" = "%d secondi";
|
||||
"configuration.cells.renegotiation_seconds.caption" = "Rinegoziazione";
|
||||
"configuration.cells.renegotiation_seconds.value.after" = "dopo %@";
|
||||
"configuration.cells.random_endpoint.caption" = "Endpoint casuale";
|
||||
"configuration.cells.all.value.enabled" = "Abilitato";
|
||||
"configuration.cells.all.value.disabled" = "Disabilitato";
|
||||
|
||||
"debug_log.buttons.previous" = "Precedente";
|
||||
"debug_log.buttons.next" = "Successivo";
|
||||
"debug_log.alerts.empty_log.message" = "Il debug log è vuoto.";
|
||||
|
||||
"vpn.connecting" = "Connettendo";
|
||||
"vpn.active" = "Attiva";
|
||||
"vpn.disconnecting" = "Disconnettendo";
|
||||
"vpn.inactive" = "Inattiva";
|
||||
"vpn.disabled" = "Disabilitata";
|
||||
|
||||
"vpn.errors.timeout" = "Timeout";
|
||||
"vpn.errors.dns" = "DNS fallito";
|
||||
"vpn.errors.auth" = "Autenticazione fallita";
|
||||
"vpn.errors.tls" = "TLS fallito";
|
||||
"vpn.errors.encryption" = "Crittografia fallita";
|
||||
"vpn.errors.compression" = "Compressione non supportata";
|
||||
"vpn.errors.network" = "Rete cambiata";
|
||||
|
||||
"issue_reporter.title" = "Segnala problema";
|
||||
"issue_reporter.message" = "Il debug log delle tue ultime connessioni è cruciale per risolvere i tuoi problemi di connettività ed è completamente anonimo.\n\nIl file di configurazione .ovpn, se presente, è allegato privato di ogni dato sensibile.\n\nPer favore controlla gli allegati dell'e-mail se non sei sicuro/a.";
|
||||
"issue_reporter.buttons.accept" = "Ho capito";
|
||||
"issue_reporter.alerts.email_not_configured.message" = "Nessun account e-mail configurato.";
|
||||
"issue_reporter.email.subject" = "%@ - Segnala problema";
|
||||
"issue_reporter.email.body" = "Ciao,\n\n%@\n\n%@\n\nGrazie";
|
||||
"issue_reporter.email.description" = "descrizione del problema:";
|
||||
|
||||
"shortcuts.add.title" = "Aggiungi shortcut";
|
||||
"shortcuts.add.sections.vpn.header" = "VPN";
|
||||
"shortcuts.add.sections.wifi.header" = "Wi-Fi";
|
||||
"shortcuts.add.sections.cellular.header" = "Cellulare";
|
||||
"shortcuts.add.cells.connect.caption" = "Connetti a";
|
||||
"shortcuts.add.cells.enable_vpn.caption" = "Abilita VPN";
|
||||
"shortcuts.add.cells.disable_vpn.caption" = "Disabilita VPN";
|
||||
"shortcuts.add.cells.trust_current_wifi.caption" = "Aggiungi Wi-Fi sicura";
|
||||
"shortcuts.add.cells.untrust_current_wifi.caption" = "Rimuovi Wi-Fi sicura";
|
||||
"shortcuts.add.cells.trust_cellular.caption" = "Aggiungi rete mobile sicura";
|
||||
"shortcuts.add.cells.untrust_cellular.caption" = "Rimuovi rete mobile sicura";
|
||||
"shortcuts.add.alerts.no_profiles.message" = "Non c'è nessun profilo a cui connettersi.";
|
||||
|
||||
"shortcuts.edit.title" = "Gestisci shortcut";
|
||||
"shortcuts.edit.sections.all.header" = "Shortcut esistenti";
|
||||
"shortcuts.edit.cells.add_shortcut.caption" = "Aggiungi shortcut";
|
||||
|
||||
"about.title" = "Informazioni su";
|
||||
"about.sections.web.header" = "Web";
|
||||
"about.sections.share.header" = "Condividi";
|
||||
"about.sections.feedback.header" = "Feedback";
|
||||
"about.cells.website.caption" = "Home page";
|
||||
"about.cells.faq.caption" = "FAQ";
|
||||
"about.cells.disclaimer.caption" = "Disclaimer";
|
||||
"about.cells.privacy_policy.caption" = "Privacy policy";
|
||||
"about.cells.share_twitter.caption" = "Manda un Tweet!";
|
||||
"about.cells.share_generic.caption" = "Invita un amico";
|
||||
"about.cells.join_community.caption" = "Entra nella community";
|
||||
"about.cells.write_review.caption" = "Scrivi una recensione";
|
||||
|
||||
"share.message" = "Passepartout è un client OpenVPN user-friendly ed open source per iOS e macOS";
|
||||
|
||||
"version.title" = "Versione";
|
||||
"version.labels.intro" = "Passepartout e TunnelKit sono scritti e mantenuti da Davide De Rosa (keeshux).\n\nIl codice sorgente di Passepartout e TunnelKit è pubblicamente disponibile su GitHub in accordo con la GPLv3, puoi trovare i link nella home page.\n\nPassepartout è un client non ufficiale e non è affiliato ad OpenVPN Inc. in alcuna maniera.";
|
||||
"version.buttons.changelog" = "CHANGELOG";
|
||||
"version.buttons.credits" = "CREDITS";
|
||||
|
||||
"credits.title" = "Credits";
|
||||
"credits.sections.licenses.header" = "Licenze";
|
||||
"credits.sections.notices.header" = "Notice";
|
||||
|
||||
"label.license.error" = "Impossibile scaricare il contenuto completo della licenza.";
|
|
@ -68,7 +68,7 @@ public enum L10n {
|
|||
public enum Account {
|
||||
public enum Cells {
|
||||
public enum OpenGuide {
|
||||
/// Find your credentials
|
||||
/// See your credentials
|
||||
public static let caption = L10n.tr("Localizable", "account.cells.open_guide.caption")
|
||||
}
|
||||
public enum Password {
|
||||
|
@ -106,7 +106,7 @@ public enum L10n {
|
|||
public static func pia(_ p1: String) -> String {
|
||||
return L10n.tr("Localizable", "account.sections.guidance.footer.infrastructure.pia", p1)
|
||||
}
|
||||
/// Use your %@ website credentials. Your username is usually your email.
|
||||
/// Use your %@ website credentials. Your username is usually your e-mail.
|
||||
public static func tunnelbear(_ p1: String) -> String {
|
||||
return L10n.tr("Localizable", "account.sections.guidance.footer.infrastructure.tunnelbear", p1)
|
||||
}
|
||||
|
@ -327,7 +327,7 @@ public enum L10n {
|
|||
public enum TitleInput {
|
||||
/// Acceptable characters are alphanumerics plus dash "-", underscore "_" and dot ".".
|
||||
public static let message = L10n.tr("Localizable", "global.host.title_input.message")
|
||||
/// My Profile
|
||||
/// My profile
|
||||
public static let placeholder = L10n.tr("Localizable", "global.host.title_input.placeholder")
|
||||
}
|
||||
}
|
||||
|
@ -339,7 +339,7 @@ public enum L10n {
|
|||
}
|
||||
|
||||
public enum IssueReporter {
|
||||
/// The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.\n\nThe .ovpn configuration file, if any, is attached stripped of any sensitive data.\n\nPlease double check the email attachments if unsure.
|
||||
/// The debug log of your latest connections is crucial to resolve your connectivity issues and is completely anonymous.\n\nThe .ovpn configuration file, if any, is attached stripped of any sensitive data.\n\nPlease double check the e-mail attachments if unsure.
|
||||
public static let message = L10n.tr("Localizable", "issue_reporter.message")
|
||||
/// Report issue
|
||||
public static let title = L10n.tr("Localizable", "issue_reporter.title")
|
||||
|
@ -585,7 +585,7 @@ public enum L10n {
|
|||
public static let caption = L10n.tr("Localizable", "service.cells.connection_status.caption")
|
||||
}
|
||||
public enum DataCount {
|
||||
/// Exchanged data count
|
||||
/// Exchanged data
|
||||
public static let caption = L10n.tr("Localizable", "service.cells.data_count.caption")
|
||||
/// Unavailable
|
||||
public static let `none` = L10n.tr("Localizable", "service.cells.data_count.none")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout is an user-friendly OpenVPN® client.
|
||||
|
||||
|
|
|
@ -1,9 +1 @@
|
|||
### Added
|
||||
|
||||
- Windscribe provider.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Support PKCS#8 encrypted cert keys.
|
||||
- Handle PEM with preamble.
|
||||
- Infrastructures not retained after refresh.
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
Passepartout mira alla semplicità, integrandosi in modo naturale con la piattaforma iOS. Dimentica tutti gli aspetti complicati del mettere a punto una connessione VPN ad un server OpenVPN. Passepartout è un client essenziale che focalizza totalmente su un tunnel VPN stabile, risparmiandoti ogni dettaglio che non ti serva sapere.
|
||||
|
||||
Passepartout non avvierà in background nessuna attività non richiesta che non sia la VPN, essendo per questo motivo anche più congeniale ai firewall.
|
||||
|
||||
Passepartout è open source: https://github.com/passepartoutvpn
|
||||
|
||||
FEATURE
|
||||
|
||||
- Incredibilmente semplice, con look nativo.
|
||||
- Gestisci i tuoi profili in una singola schermata.
|
||||
- Nessun web service, pubblicità o altra aggiunta inutile oltre la VPN.
|
||||
|
||||
- Regola la crittografia senza toccare alcun file di configurazione.
|
||||
- Scegli indirizzi pre-risolti quando il DNS è problematico.
|
||||
- Rendi la rete mobile o Wi-Fi sicura per personalizzare la tua connettività.
|
||||
- Comandi rapidi Siri.
|
||||
|
||||
- Configurazioni per i maggiori provider VPN:
|
||||
- Mullvad
|
||||
- Private Internet Access
|
||||
- TunnelBear
|
||||
- Windscribe
|
||||
- ...altri in arrivo!
|
||||
- Importa file di configurazione .ovpn.
|
||||
- Completa trasparenza sui server a cui ti connetti.
|
||||
|
||||
~
|
||||
|
||||
Passepartout è un client non ufficiale e non è affiliato ad OpenVPN Inc. in alcuna maniera.
|
||||
|
||||
© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc.
|
|
@ -0,0 +1 @@
|
|||
vpn,openvpn,client,sicure,reti,proxy,privacy,censura,sicurezza,wifi,hotspot,universale
|
|
@ -0,0 +1 @@
|
|||
https://passepartoutvpn.app
|
|
@ -0,0 +1 @@
|
|||
Passepartout VPN
|
|
@ -0,0 +1 @@
|
|||
https://passepartoutvpn.app/privacy/
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
Universal OpenVPN® Client
|
|
@ -0,0 +1 @@
|
|||
https://www.reddit.com/r/passepartout
|
Loading…
Reference in New Issue