diff --git a/PHP Monitor.xcodeproj/project.pbxproj b/PHP Monitor.xcodeproj/project.pbxproj index 0412732..7bc490b 100644 --- a/PHP Monitor.xcodeproj/project.pbxproj +++ b/PHP Monitor.xcodeproj/project.pbxproj @@ -3455,7 +3455,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1300; + CURRENT_PROJECT_VERSION = 1305; DEAD_CODE_STRIPPING = YES; DEBUG = YES; DEVELOPMENT_TEAM = 8M54J5J787; @@ -3486,7 +3486,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1300; + CURRENT_PROJECT_VERSION = 1305; DEAD_CODE_STRIPPING = YES; DEBUG = NO; DEVELOPMENT_TEAM = 8M54J5J787; @@ -3726,7 +3726,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1300; + CURRENT_PROJECT_VERSION = 1305; DEAD_CODE_STRIPPING = YES; DEBUG = NO; DEVELOPMENT_TEAM = 8M54J5J787; @@ -3842,7 +3842,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1300; + CURRENT_PROJECT_VERSION = 1305; DEAD_CODE_STRIPPING = YES; DEBUG = YES; DEVELOPMENT_TEAM = 8M54J5J787; @@ -3958,7 +3958,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1300; + CURRENT_PROJECT_VERSION = 1305; DEAD_CODE_STRIPPING = YES; DEBUG = YES; DEVELOPMENT_TEAM = 8M54J5J787; @@ -4139,7 +4139,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1300; + CURRENT_PROJECT_VERSION = 1305; DEAD_CODE_STRIPPING = YES; DEBUG = NO; DEVELOPMENT_TEAM = 8M54J5J787; diff --git a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme index 02e79b0..f5a7762 100644 --- a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme +++ b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme @@ -67,7 +67,7 @@ buildConfiguration = "Debug.Dev" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "pt-PT" + language = "nl" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/phpmon/Domain/Preferences/Views/SelectPreferenceView.xib b/phpmon/Domain/Preferences/Views/SelectPreferenceView.xib index 0e5dbbc..4871c5f 100644 --- a/phpmon/Domain/Preferences/Views/SelectPreferenceView.xib +++ b/phpmon/Domain/Preferences/Views/SelectPreferenceView.xib @@ -1,8 +1,8 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -58,7 +58,7 @@ - + diff --git a/phpmon/Modules/PHP Config Editor/UI/ConfigManagerView.swift b/phpmon/Modules/PHP Config Editor/UI/ConfigManagerView.swift index f39cd97..08ef2f9 100644 --- a/phpmon/Modules/PHP Config Editor/UI/ConfigManagerView.swift +++ b/phpmon/Modules/PHP Config Editor/UI/ConfigManagerView.swift @@ -39,7 +39,7 @@ struct ConfigManagerView: View { // PreferenceContainer() // PreferenceContainer() Divider() - HStack() { + HStack { Button("Close", action: { }) diff --git a/phpmon/nl.lproj/Localizable.strings b/phpmon/nl.lproj/Localizable.strings index 55a4ba0..b60e500 100644 --- a/phpmon/nl.lproj/Localizable.strings +++ b/phpmon/nl.lproj/Localizable.strings @@ -368,8 +368,8 @@ Dit heeft geen invloed op andere terminals, alleen op de huidige terminalsessie "prefs.php_doctor_suggestions_title" = "Altijd suggesties tonen"; "prefs.php_doctor_suggestions_desc" = "Als je dit item uitvinkt, worden er geen suggesties van PHP Doctor weergegeven in het menu van PHP Monitor. Houd er rekening mee dat PHP Doctor niet wordt weergegeven als er geen aanbevelingen zijn."; -"prefs.shortcut_set" = "Stel een globale sneltoets in"; -"prefs.shortcut_listening" = ""; +"prefs.shortcut_set" = "Globale sneltoets instellen"; +"prefs.shortcut_listening" = ""; "prefs.shortcut_clear" = "Wissen"; "prefs.shortcut_desc" = "Als er een sneltoetscombinatie is ingesteld, kun je PHP Monitor overal in- of uitschakelen door de toetscombinatie in te drukken die je hebt gekozen. (Annuleer het kiezen van een sneltoets door op de spatiebalk te drukken.)";