Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build.xcconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

MARKETING_VERSION = 1.2.1
MARKETING_VERSION = 1.3.1
CURRENT_PROJECT_VERSION = 1

// Vars to be overwritten by `CodeSigning.xcconfig` if exists
Expand Down
3 changes: 2 additions & 1 deletion LocalDevVPN/Localization/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"dropdown_language" = "Language";
"settings" = "Settings";
"done" = "Done";
"cancel" = "Cancel";
"warning_alert" = "Warning";
"warning_message" = "Changing tunnel IP settings can disrupt your network connection. Proceed only if you are sure of what you are doing.";
"understand_button" = "I Understand";
Expand Down Expand Up @@ -151,4 +152,4 @@
"restart_title" = "Restart";
"restart_message" = "To apply the changes, you need to restart the application.";
"confirmYes" = "Yes";
"confirmNo" = "No";
"confirmNo" = "No";
4 changes: 2 additions & 2 deletions LocalDevVPN/Localization/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"assigned_ip" = "Przydzielony IP";

/* MARK: Locales */

"english" = "Angielski";
"spanish" = "Hiszpański";
"italian" = "Włoski";
Expand Down Expand Up @@ -72,10 +71,11 @@
"dropdown_language" = "Język";
"settings" = "Ustawienia";
"done" = "Gotowe";

"cancel" = "Anuluj";
"warning_alert" = "Uwaga";
"warning_message" = "Zmiana ustawień IP tunelu może zakłócić połączenie sieciowe. Kontynuuj tylko wtedy, gdy jesteś pewien tego, co robisz.";
"understand_button" = "Rozumiem";

"data_collection_policy_title" = "Polityka zbierania danych";
"no_data_collection" = "Brak zbierania danych";
"no_data_collection_description" = "LocalDevVPN nie zbiera danych użytkownika, informacji o ruchu ani aktywności w przeglądarce. Aplikacja tworzy lokalny tunel sieciowy, który działa wyłącznie na Twoim urządzeniu.";
Expand Down
Loading