From 9e5d9f3bf5b7115bc679c07bda1358a590d12d33 Mon Sep 17 00:00:00 2001 From: Alessandro Vinciguerra <30745465+Arc676@users.noreply.github.com> Date: Fri, 23 Aug 2019 12:27:38 +0200 Subject: [PATCH 1/7] Update Italian Localization (#965) * Added missing Italian translations Added translations directly to strings files Update translation for "inspector" * Updated Italian translations and added missing strings files Added fixes for German, French, and English --- MacPass.xcodeproj/project.pbxproj | 18 + MacPass/Base.lproj/PasswordEditWindow.xib | 28 +- .../DuplicateEntryOptionsWindow.strings | 2 +- .../DuplicateEntryOptionsWindow.strings | 2 +- MacPass/it.lproj/AutotypeBuilderView.strings | 9 + .../AutotypeCandidateSelectionView.strings | 15 + ...AutotypeDoctorReportViewController.strings | 18 + MacPass/it.lproj/ContextBar.strings | 24 +- .../DuplicateEntryOptionsWindow.strings | 12 +- MacPass/it.lproj/InfoPlist.strings | 15 +- MacPass/it.lproj/Localizable.strings | 947 +++++++++++++++--- .../it.lproj/OpenPanelAccessoryView.strings | 6 + MacPass/it.lproj/PasswordInputView.strings | 2 +- MacPass/it.lproj/PickcharsView.strings | 18 + MacPass/it.lproj/PickfieldView.strings | 24 + MacPass/it.lproj/PluginDataView.strings | 15 + MacPass/it.lproj/PluginPreferences.strings | 18 +- .../PluginRepositoryBrowserView.strings | 42 + .../it.lproj/SavePanelAccessoryView.strings | 15 + 19 files changed, 1028 insertions(+), 202 deletions(-) create mode 100644 MacPass/it.lproj/AutotypeBuilderView.strings create mode 100644 MacPass/it.lproj/AutotypeCandidateSelectionView.strings create mode 100644 MacPass/it.lproj/AutotypeDoctorReportViewController.strings create mode 100644 MacPass/it.lproj/OpenPanelAccessoryView.strings create mode 100644 MacPass/it.lproj/PickcharsView.strings create mode 100644 MacPass/it.lproj/PickfieldView.strings create mode 100644 MacPass/it.lproj/PluginDataView.strings create mode 100644 MacPass/it.lproj/PluginRepositoryBrowserView.strings create mode 100644 MacPass/it.lproj/SavePanelAccessoryView.strings diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index a0c6d386..cfa84abb 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -943,6 +943,15 @@ 6A74B07D2076F4B60049BC29 /* sv-SE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sv-SE"; path = "sv-SE.lproj/InfoPlist.strings"; sourceTree = ""; }; 6E719715172058BA00E4C5FC /* MPDatabaseVersion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPDatabaseVersion.h; sourceTree = ""; }; 713F9B481C95CEA000605880 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/PluginPreferences.strings; sourceTree = ""; }; + 71FF7A19230FEA24002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/SavePanelAccessoryView.strings; sourceTree = ""; }; + 71FF7A1B230FED35002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PluginRepositoryBrowserView.strings; sourceTree = ""; }; + 71FF7A1D230FEE7B002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/AutotypeBuilderView.strings; sourceTree = ""; }; + 71FF7A1F230FEEC7002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PluginDataView.strings; sourceTree = ""; }; + 71FF7A21230FEEE2002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/AutotypeCandidateSelectionView.strings; sourceTree = ""; }; + 71FF7A23230FEF11002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PickcharsView.strings; sourceTree = ""; }; + 71FF7A25230FEF3D002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PickfieldView.strings; sourceTree = ""; }; + 71FF7A27230FEF6B002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/AutotypeDoctorReportViewController.strings; sourceTree = ""; }; + 71FF7A29230FF0E4002F488F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OpenPanelAccessoryView.strings; sourceTree = ""; }; 7837112922553A74009BD28D /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/SavePanelAccessoryView.strings; sourceTree = ""; }; 7837112B22553B1D009BD28D /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/AutotypeBuilderView.strings; sourceTree = ""; }; 7837112D225540D1009BD28D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PluginRepositoryBrowserView.xib; sourceTree = ""; }; @@ -2171,6 +2180,7 @@ 4C1D56302271F4BC00C3E594 /* fr */, A083E27922DF467B0020E0D5 /* es */, 78E1F8B822E3B06700E738AE /* ru */, + 71FF7A23230FEF11002F488F /* it */, ); name = PickcharsView.xib; sourceTree = ""; @@ -2186,6 +2196,7 @@ 4C1D56372271F4BC00C3E594 /* fr */, A083E27F22DF467B0020E0D5 /* es */, 78E1F8BA22E3B0B700E738AE /* ru */, + 71FF7A25230FEF3D002F488F /* it */, ); name = PickfieldView.xib; sourceTree = ""; @@ -2216,6 +2227,7 @@ 4C1D56332271F4BC00C3E594 /* fr */, A083E27C22DF467B0020E0D5 /* es */, 78E1F8BC22E3B12300E738AE /* ru */, + 71FF7A29230FF0E4002F488F /* it */, ); name = OpenPanelAccessoryView.xib; sourceTree = ""; @@ -2229,6 +2241,7 @@ 7837112922553A74009BD28D /* ru */, 4C1D56342271F4BC00C3E594 /* fr */, A083E27D22DF467B0020E0D5 /* es */, + 71FF7A19230FEA24002F488F /* it */, ); name = SavePanelAccessoryView.xib; sourceTree = ""; @@ -2453,6 +2466,7 @@ 4C1D56312271F4BC00C3E594 /* fr */, A083E27A22DF467B0020E0D5 /* es */, 78E1F8C022E3B22500E738AE /* ru */, + 71FF7A1F230FEEC7002F488F /* it */, ); name = PluginDataView.xib; sourceTree = ""; @@ -2618,6 +2632,7 @@ 4C1D56382271F4BC00C3E594 /* fr */, 4C4B2ED122D8CA6100EB6BFD /* de */, A083E28022DF467B0020E0D5 /* es */, + 71FF7A1B230FED35002F488F /* it */, ); name = PluginRepositoryBrowserView.xib; sourceTree = ""; @@ -2628,6 +2643,7 @@ 78E1F8B122E3A5D600E738AE /* Base */, 78E1F8B422E3A5DB00E738AE /* ru */, 4C1888CF230FBC080054A38F /* de */, + 71FF7A27230FEF6B002F488F /* it */, ); name = AutotypeDoctorReportViewController.xib; sourceTree = ""; @@ -2658,6 +2674,7 @@ 4C1D56322271F4BC00C3E594 /* fr */, A083E27B22DF467B0020E0D5 /* es */, 78E1F8BE22E3B1BF00E738AE /* ru */, + 71FF7A21230FEEE2002F488F /* it */, ); name = AutotypeCandidateSelectionView.xib; sourceTree = ""; @@ -2673,6 +2690,7 @@ 7837112B22553B1D009BD28D /* ru */, 4C1D56352271F4BC00C3E594 /* fr */, A083E27E22DF467B0020E0D5 /* es */, + 71FF7A1D230FEE7B002F488F /* it */, ); name = AutotypeBuilderView.xib; sourceTree = ""; diff --git a/MacPass/Base.lproj/PasswordEditWindow.xib b/MacPass/Base.lproj/PasswordEditWindow.xib index 481cb32c..237d88d2 100644 --- a/MacPass/Base.lproj/PasswordEditWindow.xib +++ b/MacPass/Base.lproj/PasswordEditWindow.xib @@ -1,8 +1,8 @@ - + - + @@ -24,13 +24,13 @@ - - + + - + @@ -44,7 +44,7 @@ - + @@ -88,7 +88,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -107,8 +107,8 @@ - - + + @@ -138,7 +138,7 @@ Gw