mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-07 01:02:52 +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.9 KiB
Plaintext
62 lines
2.9 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" = "Σε χρήση";
|
||
"organizer.cells.add_provider.caption" = "Προσθήκη νέου παρόχου";
|
||
"organizer.cells.add_host.caption" = "Προσθήκη νέου διακομιστή";
|
||
|
||
"wizards.host.cells.title_input.caption" = "Τίτλος";
|
||
"wizards.host.sections.existing.header" = "Υπάρχον Προφίλ";
|
||
|
||
"imported_hosts.title" = "Εισαγόμενοι διακομιστές";
|
||
|
||
"service.welcome.message" = "Καλώς Ήλθατε στο Passepartout!\n\nΧρησιμοποιήστε τον διοργανωτή για να προσθέσετε ένα νέο προφίλ.";
|
||
"service.sections.vpn.header" = "VPN";
|
||
"service.sections.status.header" = "Σύνδεση";
|
||
"service.sections.configuration.header" = "Ρύθμιση";
|
||
|
||
"service.cells.use_profile.caption" = "Χρησιμοποιήστε αυτό το προφίλ";
|
||
"service.cells.vpn_service.caption" = "Ενεργοποιήθηκε";
|
||
"service.cells.reconnect.caption" = "Επανασύνδεση";
|
||
"service.cells.provider.refresh.caption" = "Ανανέωση της υποδομής";
|
||
"service.cells.host.parameters.caption" = "Παράμετροι";
|
||
"service.cells.trusted_add_wifi.caption" = "Προσθέστε το τρέχον Wi-Fi";
|
||
|
||
"account.sections.credentials.header" = "Διαπιστευτήρια";
|
||
|
||
"endpoint.sections.location_addresses.header" = "Διεθύνσεις";
|
||
"endpoint.sections.location_protocols.header" = "Πρωτόκολλα";
|
||
|
||
"provider.preset.cells.tech_details.caption" = "Τεχνικές Λεπτομέρειες";
|
||
|
||
"network_settings.cells.add_dns_server.caption" = "Προσθήκη Διεύθυνσης";
|
||
"network_settings.cells.proxy_bypass.caption" = "Παράκαμψη Τομέα";
|
||
"network_settings.cells.add_proxy_bypass.caption" = "Προσθήκη τομέα παράκαμψης";
|
||
|
||
"shortcuts.add.title" = "Προσθήκη Συντόμευσης";
|
||
|
||
"shortcuts.edit.title" = "Διαχείριση συντομεύσεων";
|
||
"shortcuts.edit.cells.add_shortcut.caption" = "Προσθήκη Συντόμευσης";
|