mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-29 12:52:43 +00:00
282728ae1e
Move Core strings to app target. SwiftGen uses same bundle by default. No problem because Core does not (and should not) any string internally.
62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
//
|
|
// App.strings
|
|
// Passepartout-iOS
|
|
//
|
|
// 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/>.
|
|
//
|
|
|
|
"organizer.cells.profile.value.current" = "In uso";
|
|
"organizer.cells.add_provider.caption" = "Aggiungi provider";
|
|
"organizer.cells.add_host.caption" = "Aggiungi host";
|
|
|
|
"wizards.host.cells.title_input.caption" = "Titolo";
|
|
"wizards.host.sections.existing.header" = "Profili esistenti";
|
|
|
|
"imported_hosts.title" = "Host importati";
|
|
|
|
"service.welcome.message" = "Benvenuto in Passepartout!\n\nUsa il menu per aggiungere un nuovo profilo.";
|
|
"service.sections.vpn.header" = "VPN";
|
|
"service.sections.status.header" = "Connessione";
|
|
"service.sections.configuration.header" = "Configurazione";
|
|
|
|
"service.cells.use_profile.caption" = "Usa questo profilo";
|
|
"service.cells.vpn_service.caption" = "Abilitato";
|
|
"service.cells.reconnect.caption" = "Riconnetti";
|
|
"service.cells.provider.refresh.caption" = "Aggiorna infrastruttura";
|
|
"service.cells.host.parameters.caption" = "Parametri";
|
|
"service.cells.trusted_add_wifi.caption" = "Aggiungi Wi-Fi corrente";
|
|
|
|
"account.sections.credentials.header" = "Credenziali";
|
|
|
|
"endpoint.sections.location_addresses.header" = "Indirizzi";
|
|
"endpoint.sections.location_protocols.header" = "Protocolli";
|
|
|
|
"provider.preset.cells.tech_details.caption" = "Dettagli tecnici";
|
|
|
|
"network_settings.cells.add_dns_server.caption" = "Aggiungi indirizzo";
|
|
"network_settings.cells.proxy_bypass.caption" = "Dominio ignorato";
|
|
"network_settings.cells.add_proxy_bypass.caption" = "Aggiungi dominio ignorato";
|
|
|
|
"shortcuts.add.title" = "Aggiungi comando rapido";
|
|
|
|
"shortcuts.edit.title" = "Gestisci comandi rapidi";
|
|
"shortcuts.edit.cells.add_shortcut.caption" = "Aggiungi comando rapido";
|