From 3b178ffb07d3903a49cc7446985a0852a1451c73 Mon Sep 17 00:00:00 2001 From: neuroine Date: Mon, 13 Nov 2017 09:13:52 +0100 Subject: [PATCH] updated Polish translation (#679) --- MacPass.xcodeproj/project.pbxproj | 36 +++++-- .../{ => Base.lproj}/AutotypeBuilderView.xib | 0 .../AutotypeCandidateSelectionView.xib | 0 MacPass/pl.lproj/AutotypeBuilderView.strings | 9 ++ .../AutotypeCandidateSelectionView.strings | 15 +++ MacPass/pl.lproj/ContextBar.strings | 30 +++--- MacPass/pl.lproj/EntryInspectorView.strings | 6 +- MacPass/pl.lproj/InspectorView.strings | 2 +- MacPass/pl.lproj/Localizable.strings | 99 ++++++++++--------- MacPass/pl.lproj/Localizable.stringsdict | 22 +++-- MacPass/pl.lproj/MainMenu.strings | 13 +-- MacPass/pl.lproj/PasswordEditWindow.strings | 2 +- MacPass/pl.lproj/ReferenceBuilderView.strings | 2 +- 13 files changed, 142 insertions(+), 94 deletions(-) rename MacPass/{ => Base.lproj}/AutotypeBuilderView.xib (100%) rename MacPass/{ => Base.lproj}/AutotypeCandidateSelectionView.xib (100%) create mode 100644 MacPass/pl.lproj/AutotypeBuilderView.strings create mode 100644 MacPass/pl.lproj/AutotypeCandidateSelectionView.strings diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index b3f26524..80cbfd63 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -140,7 +140,6 @@ 4C6D1D25178579570014C5A5 /* 48_FolderTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4C6D1D24178579570014C5A5 /* 48_FolderTemplate.pdf */; }; 4C6DCC451FA2457900C8AD3F /* ContextBar.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C6DCC471FA2457900C8AD3F /* ContextBar.xib */; }; 4C6DCC611FA24C2100C8AD3F /* MPAutotypeCandidateSelectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6DCC5F1FA24C2100C8AD3F /* MPAutotypeCandidateSelectionViewController.m */; }; - 4C6DCC621FA24C2100C8AD3F /* AutotypeCandidateSelectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C6DCC601FA24C2100C8AD3F /* AutotypeCandidateSelectionView.xib */; }; 4C6F228919A4A7F90012310C /* MPAutotypeClear.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6F228819A4A7F90012310C /* MPAutotypeClear.m */; }; 4C6F228C19A4AA700012310C /* MPAutotypeDelay.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6F228B19A4AA700012310C /* MPAutotypeDelay.m */; }; 4C701CBC178618A000581B88 /* 12_RemoteTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4C701CBB178618A000581B88 /* 12_RemoteTemplate.pdf */; }; @@ -202,7 +201,6 @@ 4CA334CA18AD60D1008A3322 /* MPWindowAssociationsTableViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA334C918AD60D1008A3322 /* MPWindowAssociationsTableViewDelegate.m */; }; 4CA3530B18A53CB800839B0F /* MPKeyMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA3530A18A53CB800839B0F /* MPKeyMapper.m */; }; 4CAAA8271D787B8B00CDE977 /* MPAutotypeBuilderViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CAAA8251D787B8B00CDE977 /* MPAutotypeBuilderViewController.m */; }; - 4CAAA8281D787B8B00CDE977 /* AutotypeBuilderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CAAA8261D787B8B00CDE977 /* AutotypeBuilderView.xib */; }; 4CAD748C15B889B700104512 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CAD748B15B889B700104512 /* Security.framework */; }; 4CAD748E15B88AC100104512 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CAD748D15B88AC100104512 /* libz.dylib */; }; 4CB33F861EAF54A000C9341E /* KPKNode+MPIsHistory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB33F851EAF54A000C9341E /* KPKNode+MPIsHistory.m */; }; @@ -265,6 +263,8 @@ 6021FE9818E1650F00C3BC51 /* DatabaseSettingsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6021FE9A18E1650F00C3BC51 /* DatabaseSettingsWindow.xib */; }; 8345D7291F39023E002B7B0F /* MPPathControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 8345D7281F39023E002B7B0F /* MPPathControl.m */; }; FA13910C1F9CD9EB0033D256 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = FA13910A1F9CD9EB0033D256 /* Localizable.stringsdict */; }; + FA9FD3271FB5E8F4003CEDD6 /* AutotypeCandidateSelectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = FA9FD3291FB5E8F4003CEDD6 /* AutotypeCandidateSelectionView.xib */; }; + FA9FD32C1FB5EDD3003CEDD6 /* AutotypeBuilderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = FA9FD32E1FB5EDD3003CEDD6 /* AutotypeBuilderView.xib */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -535,7 +535,6 @@ 4C6DCC5A1FA246ED00C8AD3F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = ""; }; 4C6DCC5E1FA24C2100C8AD3F /* MPAutotypeCandidateSelectionViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPAutotypeCandidateSelectionViewController.h; sourceTree = ""; }; 4C6DCC5F1FA24C2100C8AD3F /* MPAutotypeCandidateSelectionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MPAutotypeCandidateSelectionViewController.m; sourceTree = ""; }; - 4C6DCC601FA24C2100C8AD3F /* AutotypeCandidateSelectionView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AutotypeCandidateSelectionView.xib; sourceTree = ""; }; 4C6F228719A4A7F90012310C /* MPAutotypeClear.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPAutotypeClear.h; sourceTree = ""; }; 4C6F228819A4A7F90012310C /* MPAutotypeClear.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPAutotypeClear.m; sourceTree = ""; }; 4C6F228A19A4AA700012310C /* MPAutotypeDelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPAutotypeDelay.h; sourceTree = ""; }; @@ -682,7 +681,6 @@ 4CA3530A18A53CB800839B0F /* MPKeyMapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPKeyMapper.m; sourceTree = ""; }; 4CAAA8241D787B8B00CDE977 /* MPAutotypeBuilderViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPAutotypeBuilderViewController.h; sourceTree = ""; }; 4CAAA8251D787B8B00CDE977 /* MPAutotypeBuilderViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPAutotypeBuilderViewController.m; sourceTree = ""; }; - 4CAAA8261D787B8B00CDE977 /* AutotypeBuilderView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AutotypeBuilderView.xib; sourceTree = ""; }; 4CAD748B15B889B700104512 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; 4CAD748D15B88AC100104512 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 4CB33F841EAF54A000C9341E /* KPKNode+MPIsHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "KPKNode+MPIsHistory.h"; sourceTree = ""; }; @@ -873,6 +871,10 @@ FA638D211C39BFCC00B10CC6 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; FA638D221C39BFCC00B10CC6 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/KPKLocalizable.strings; sourceTree = ""; }; FA638D231C39BFCC00B10CC6 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; + FA9FD3281FB5E8F4003CEDD6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/AutotypeCandidateSelectionView.xib; sourceTree = ""; }; + FA9FD32B1FB5E8FD003CEDD6 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/AutotypeCandidateSelectionView.strings; sourceTree = ""; }; + FA9FD32D1FB5EDD3003CEDD6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/AutotypeBuilderView.xib; sourceTree = ""; }; + FA9FD32F1FB5EDDE003CEDD6 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/AutotypeBuilderView.strings; sourceTree = ""; }; FAA9109A1F9A95A500F7CB90 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; FAA9109B1F9A95A500F7CB90 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/KPKLocalizable.strings; sourceTree = ""; }; /* End PBXFileReference section */ @@ -1421,7 +1423,7 @@ 4CD820231A32173100399DBB /* ReferenceBuilderView.xib */, 4CAAA8241D787B8B00CDE977 /* MPAutotypeBuilderViewController.h */, 4CAAA8251D787B8B00CDE977 /* MPAutotypeBuilderViewController.m */, - 4CAAA8261D787B8B00CDE977 /* AutotypeBuilderView.xib */, + FA9FD32E1FB5EDD3003CEDD6 /* AutotypeBuilderView.xib */, 4C1BDF281E4392640012A3F0 /* MPPluginDataViewController.h */, 4C1BDF291E4392640012A3F0 /* MPPluginDataViewController.m */, 4C1BDF2A1E4392640012A3F0 /* PluginDataView.xib */, @@ -1496,7 +1498,7 @@ 4CA1827A1F96523600DD4A4A /* DuplicateEntryOptionsWindow.xib */, 4C6DCC5E1FA24C2100C8AD3F /* MPAutotypeCandidateSelectionViewController.h */, 4C6DCC5F1FA24C2100C8AD3F /* MPAutotypeCandidateSelectionViewController.m */, - 4C6DCC601FA24C2100C8AD3F /* AutotypeCandidateSelectionView.xib */, + FA9FD3291FB5E8F4003CEDD6 /* AutotypeCandidateSelectionView.xib */, ); name = "Window Controller"; sourceTree = ""; @@ -1647,7 +1649,7 @@ files = ( 4C3826AE1AD04D8E007D7D67 /* 33_RunTemplate.pdf in Resources */, 4C3826A51AD04D8E007D7D67 /* 21_OrganizerTemplate.pdf in Resources */, - 4CAAA8281D787B8B00CDE977 /* AutotypeBuilderView.xib in Resources */, + FA9FD32C1FB5EDD3003CEDD6 /* AutotypeBuilderView.xib in Resources */, 4C17F108184E6B6C00E85625 /* 31_PrintTemplate.pdf in Resources */, 4C77E37115B84A240093A587 /* InfoPlist.strings in Resources */, 4C3826781AD04C8A007D7D67 /* createdTemplate.pdf in Resources */, @@ -1750,7 +1752,7 @@ 4C7ABA4A17BAEC6700FF5799 /* 17_CDRomTemplate.pdf in Resources */, 4C7ABA4B17BAEC6700FF5799 /* 19_EmailTemplate.pdf in Resources */, 4C3826C81AD04D8E007D7D67 /* 61_ServicesTemplate.pdf in Resources */, - 4C6DCC621FA24C2100C8AD3F /* AutotypeCandidateSelectionView.xib in Resources */, + FA9FD3271FB5E8F4003CEDD6 /* AutotypeCandidateSelectionView.xib in Resources */, 4C0B038D18E36DA400B9F9C9 /* FixAutotypeWindow.xib in Resources */, 4C38267A1AD04CC6007D7D67 /* downloadTemplate.pdf in Resources */, 4C7ABA4C17BAEC6700FF5799 /* 20_MiscTemplate.pdf in Resources */, @@ -2335,6 +2337,24 @@ name = Localizable.stringsdict; sourceTree = ""; }; + FA9FD3291FB5E8F4003CEDD6 /* AutotypeCandidateSelectionView.xib */ = { + isa = PBXVariantGroup; + children = ( + FA9FD3281FB5E8F4003CEDD6 /* Base */, + FA9FD32B1FB5E8FD003CEDD6 /* pl */, + ); + name = AutotypeCandidateSelectionView.xib; + sourceTree = ""; + }; + FA9FD32E1FB5EDD3003CEDD6 /* AutotypeBuilderView.xib */ = { + isa = PBXVariantGroup; + children = ( + FA9FD32D1FB5EDD3003CEDD6 /* Base */, + FA9FD32F1FB5EDDE003CEDD6 /* pl */, + ); + name = AutotypeBuilderView.xib; + sourceTree = ""; + }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ diff --git a/MacPass/AutotypeBuilderView.xib b/MacPass/Base.lproj/AutotypeBuilderView.xib similarity index 100% rename from MacPass/AutotypeBuilderView.xib rename to MacPass/Base.lproj/AutotypeBuilderView.xib diff --git a/MacPass/AutotypeCandidateSelectionView.xib b/MacPass/Base.lproj/AutotypeCandidateSelectionView.xib similarity index 100% rename from MacPass/AutotypeCandidateSelectionView.xib rename to MacPass/Base.lproj/AutotypeCandidateSelectionView.xib diff --git a/MacPass/pl.lproj/AutotypeBuilderView.strings b/MacPass/pl.lproj/AutotypeBuilderView.strings new file mode 100644 index 00000000..a4a03af3 --- /dev/null +++ b/MacPass/pl.lproj/AutotypeBuilderView.strings @@ -0,0 +1,9 @@ +/* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ +"8ny-Qk-Jvo.title" = "Kolejność autouzupełniania"; + +/* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ +"aOD-Ih-Sft.title" = "Ustaw kolejność autouzupełniania"; + +/* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ +"lug-97-H9D.title" = "Available Commands and Placeholders"; + diff --git a/MacPass/pl.lproj/AutotypeCandidateSelectionView.strings b/MacPass/pl.lproj/AutotypeCandidateSelectionView.strings new file mode 100644 index 00000000..0a319797 --- /dev/null +++ b/MacPass/pl.lproj/AutotypeCandidateSelectionView.strings @@ -0,0 +1,15 @@ +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ +"60p-7v-Nje.title" = "Anuluj"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ +"PKW-gr-yqN.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ +"TN3-3a-LaA.title" = "Content"; + +/* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ +"gcf-gb-ZsF.title" = "Istnieje wiele dopasowań dla bieżącego okna. Wybierz, który dopasowanie należy zastosować."; + +/* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ +"w7H-hx-CUF.title" = "Wykonaj autouzupełnianie"; + diff --git a/MacPass/pl.lproj/ContextBar.strings b/MacPass/pl.lproj/ContextBar.strings index 035c4309..053c51c0 100644 --- a/MacPass/pl.lproj/ContextBar.strings +++ b/MacPass/pl.lproj/ContextBar.strings @@ -1,30 +1,29 @@ - /* Class = "NSTextFieldCell"; title = "Search:"; ObjectID = "7"; */ -"7.title" = "Search:"; - -/* Class = "NSButtonCell"; title = "Title"; ObjectID = "53D-ne-nv6"; */ -"53D-ne-nv6.title" = "Title"; +"7.title" = "Szukaj:"; /* Class = "NSButtonCell"; title = "Empty Trash"; ObjectID = "8Ok-oe-6AB"; */ -"8Ok-oe-6AB.title" = "Empty Trash"; +"8Ok-oe-6AB.title" = "Opróżnij kosz"; /* Class = "NSTextFieldCell"; title = "Trash"; ObjectID = "8P1-Rp-sF4"; */ -"8P1-Rp-sF4.title" = "Trash"; +"8P1-Rp-sF4.title" = "Kosz"; + +/* Class = "NSButtonCell"; title = "Title"; ObjectID = "53D-ne-nv6"; */ +"53D-ne-nv6.title" = "Tytuł"; /* Class = "NSButtonCell"; title = "URL"; ObjectID = "92o-gN-Psj"; */ -"92o-gN-Psj.title" = "URL"; +"92o-gN-Psj.title" = "Link"; /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "CFk-71-NYQ"; */ "CFk-71-NYQ.title" = "Item 3"; /* Class = "NSTextFieldCell"; title = "History"; ObjectID = "ER3-Ic-v0N"; */ -"ER3-Ic-v0N.title" = "History"; +"ER3-Ic-v0N.title" = "Historia"; /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "LRm-iZ-XrA"; */ "LRm-iZ-XrA.title" = "Item 1"; /* Class = "NSButtonCell"; title = "Restore Entry"; ObjectID = "UTg-y9-4DN"; */ -"UTg-y9-4DN.title" = "Restore Entry"; +"UTg-y9-4DN.title" = "Przywróć wpis"; /* Class = "NSTabViewItem"; label = "Filter"; ObjectID = "Ud6-Nz-6PS"; */ "Ud6-Nz-6PS.label" = "Filter"; @@ -33,22 +32,23 @@ "cpr-p6-YAY.title" = "Item 2"; /* Class = "NSButtonCell"; title = "Exit History"; ObjectID = "ewQ-8F-e1E"; */ -"ewQ-8F-e1E.title" = "Exit History"; +"ewQ-8F-e1E.title" = "Wyjdź z historii"; /* Class = "NSButtonCell"; title = "Notes"; ObjectID = "iDN-2E-hwt"; */ -"iDN-2E-hwt.title" = "Notes"; +"iDN-2E-hwt.title" = "Notatki"; /* Class = "NSButtonCell"; title = "Username"; ObjectID = "jfQ-Jh-2gl"; */ -"jfQ-Jh-2gl.title" = "Username"; +"jfQ-Jh-2gl.title" = "Nazwa użytkownika"; /* Class = "NSTabViewItem"; label = "Trash"; ObjectID = "na6-h9-r9q"; */ -"na6-h9-r9q.label" = "Trash"; +"na6-h9-r9q.label" = "Kosz"; /* Class = "NSButtonCell"; title = "Password"; ObjectID = "rvQ-4V-SsS"; */ -"rvQ-4V-SsS.title" = "Password"; +"rvQ-4V-SsS.title" = "Hasło"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "wC4-fF-dLW"; */ "wC4-fF-dLW.title" = "OtherViews"; /* Class = "NSTabViewItem"; label = "History"; ObjectID = "z4I-cp-nhf"; */ "z4I-cp-nhf.label" = "History"; + diff --git a/MacPass/pl.lproj/EntryInspectorView.strings b/MacPass/pl.lproj/EntryInspectorView.strings index 5459ceac..279819f1 100644 --- a/MacPass/pl.lproj/EntryInspectorView.strings +++ b/MacPass/pl.lproj/EntryInspectorView.strings @@ -17,7 +17,7 @@ "69.title" = "Nazwa użytkownika"; /* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "71"; */ -"71.title" = "Nazwa"; +"71.title" = "Tytuł"; /* Class = "NSButtonCell"; title = "Expires"; ObjectID = "78"; */ "78.title" = "Wygasa"; @@ -53,7 +53,7 @@ "197.title" = "Komórka tekstowa"; /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "211"; */ -"211.placeholderString" = "Nazwa"; +"211.placeholderString" = "Tytuł"; /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */ "214.placeholderString" = "Wartość"; @@ -62,7 +62,7 @@ "225.placeholderString" = "Wartość"; /* (No Comment) */ -"228.placeholderString" = "Nazwa"; +"228.placeholderString" = "Tytuł"; /* Class = "NSButtonCell"; title = "Add Field"; ObjectID = "232"; */ "232.title" = "Dodaj pole"; diff --git a/MacPass/pl.lproj/InspectorView.strings b/MacPass/pl.lproj/InspectorView.strings index 7c5c965b..24d7a131 100644 --- a/MacPass/pl.lproj/InspectorView.strings +++ b/MacPass/pl.lproj/InspectorView.strings @@ -65,7 +65,7 @@ "2043.placeholderString" = "Wartość"; /* (No Comment) */ -"2049.placeholderString" = "Nazwa"; +"2049.placeholderString" = "Tytuł"; /* Class = "NSTabViewItem"; label = "Group"; ObjectID = "2896"; */ "2896.label" = "Grupa"; diff --git a/MacPass/pl.lproj/Localizable.strings b/MacPass/pl.lproj/Localizable.strings index c817fc2a..021b7829 100644 --- a/MacPass/pl.lproj/Localizable.strings +++ b/MacPass/pl.lproj/Localizable.strings @@ -22,18 +22,12 @@ /* % Weeks ago */ "%ld_WEEKS_AGO" = "%ld weeks ago"; -/* No comment provided by engineer. */ +/* preset to expire after 90 days from now */ "90_DAYS" = "w ciągu 90 dni"; /* No comment provided by engineer. */ "ACTION" = "Akcja"; -/* No comment provided by engineer. */ -"NEW_ENTRY" = "Dodaj wpis"; - -/* No comment provided by engineer. */ -"NEW_GROUP" = "Dodaj grupę"; - /* No comment provided by engineer. */ "ADD_TREMPLATE_ENTRY" = "Dodaj szablon wpisu"; @@ -49,13 +43,13 @@ /* No comment provided by engineer. */ "AUTOTYPE_NO" = "Wyłącz autouzupełnianie"; -/* No comment provided by engineer. */ +/* Notification: Autotype failed, no documents are open */ "AUTOTYPE_OVERLAY_NO_DOCUMENTS" = "Please open a file to use Global Autotype!"; -/* No comment provided by engineer. */ +/* Noticiation: Autotype failed to find a match for %@ (string placeholder) */ "AUTOTYPE_OVERLAY_NO_MATCH_FOR_%@" = "Brak dopasowania dla %@!"; -/* No comment provided by engineer. */ +/* Notification: Autotype found a single match. */ "AUTOTYPE_OVERLAY_SINGLE_MATCH" = "Znaleziono dopasowanie!"; /* No comment provided by engineer. */ @@ -64,7 +58,7 @@ /* Cancel */ "CANCEL" = "Anuluj"; -/* No comment provided by engineer. */ +/* Menu item in the database outline context menu to change the database name */ "CHANGE_DATABASE_NAME" = "Zmień nazwę bazy danych"; /* (No Comment) */ @@ -73,10 +67,10 @@ /* No comment provided by engineer. */ "CHANGE_PASSWORD_WITH_DOTS" = "Zmień haslo…"; -/* No comment provided by engineer. */ +/* Menu item in the database outline context menu to change the trash group */ "CHANGE_TRASH_GROUP" = "Change Trash Group"; -/* No comment provided by engineer. */ +/* String displayed at dock badge when clipboard is about to be cleared */ "CLEARING_PASTEBOARD" = "…"; /* No comment provided by engineer. */ @@ -115,7 +109,7 @@ /* No comment provided by engineer. */ "COPY_USERNAME" = "Skopiuj nazwę użytkownika"; -/* Created at template string. %@ is replaced by locaized date and time */ +/* (No Comment) */ "CREATED_AT_%@" = "Utworzony: %@"; /* Default name database */ @@ -139,7 +133,7 @@ /* No comment provided by engineer. */ "DEFAULT_WINDOW_TITLE" = "Tytuł okna"; -/* No comment provided by engineer. */ +/* Menu item in the database outline context menu to delete the node from the trash */ "DELETE" = "Usuń"; /* No comment provided by engineer. */ @@ -164,18 +158,21 @@ "DUPLICATE_ENTRY_WITH_OPTIONS" = "Powiel wpis…"; /* (No Comment) */ -"DUPLICTE_PASSWORDS" = "Duplicate Passwords"; +"DUPLICTE_PASSWORDS" = "Powielone hasła"; /* (No Comment) */ "EDIT" = "Edytuj"; -/* No comment provided by engineer. */ +/* Menu item in the database outline context menu to change the template group + Menu item on the add entry context menu to edit template groups */ "EDIT_TEMPLATE_GROUP" = "Edit Entry Template Group"; /* (No Comment) */ "EMAIL" = "E-mail"; -/* Empty Trash */ +/* Empty Trash + Menu item in the database outline context menu to empyt the trash + Menu item in the database outline to empty the trash */ "EMPTY_TRASH" = "Opróżnij kosz"; /* No comment provided by engineer. */ @@ -193,7 +190,7 @@ /* Passwords do not match, keyfile is invalid */ "ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Hasła nie pasują do siebie a plik z kluczem jest nieprawidłowy!"; -/* No comment provided by engineer. */ +/* Format to returen the date an item expires. Includes %@ placehoder for date */ "EXPIRES_AT_DATE_%@" = "Wygasa: %@"; /* Informative text displayed when the file was change from another application */ @@ -235,7 +232,7 @@ /* No comment provided by engineer. */ "INSPECTOR" = "Inspektor"; -/* No comment provided by engineer. */ +/* Label for the integration settings tab */ "INTEGRATION_SETTINGS" = "Integracje"; /* (No Comment) */ @@ -259,7 +256,7 @@ /* No comment provided by engineer. */ "LOCK" = "Blokada"; -/* Modifed at template string. %@ is replaced by locaized date and time */ +/* (No Comment) */ "MODIFED_AT_%@" = "Zmodyfikowany: %@"; /* No comment provided by engineer. */ @@ -281,33 +278,43 @@ "NEW_DATABASE" = "Database"; /* No comment provided by engineer. */ +"NEW_ENTRY" = "Nowy wpis"; + +/* Submenu to add an entry via template */ "NEW_ENTRY_WITH_TEMPLATE_%@" = "Dodaj wpis używając szablonu %@"; +/* No comment provided by engineer. */ +"NEW_GROUP" = "Nowa grupa"; + /* No comment provided by engineer. */ "NONE" = "Nic"; -/* No comment provided by engineer. */ +/* Displayed name when notes or part of notes was copied + Notes reference item */ "NOTES" = "Notatki"; -/* No comment provided by engineer. */ +/* Expiration date format, when item does not expire */ "NO_EXPIRE_DATE_SET" = "Nigdy nie wygasa."; -/* No comment provided by engineer. */ +/* Menu item added to show that no templates are defined */ "NO_TEMPLATES" = "Nie znaleziono szablonów"; /* Menu item to reset the template groups */ "NO_TEMPLATE_GROUP" = "Brak szablonów"; -/* No comment provided by engineer. */ +/* Ok button */ +"OK" = "OK"; + +/* preset to expire after one montch from now */ "ONE_MONTH" = "w ciągu miesiąca"; -/* No comment provided by engineer. */ +/* preset to expire after one week from now */ "ONE_WEEK" = "w ciągu tygodnia"; /* one week ago */ "ONE_WEEK_AGO" = "One week ago"; -/* No comment provided by engineer. */ +/* preset to expire after one year from now */ "ONE_YEAR" = "w ciągu roku"; /* No comment provided by engineer. */ @@ -316,19 +323,19 @@ /* Select Browser */ "OTHER_BROWSER" = "Wybierz przeglądarke…"; -/* No comment provided by engineer. */ +/* Password reference item */ "PASSWORD" = "Hasło"; -/* No comment provided by engineer. */ +/* Button to reset the password defaults for a single entry */ "PASSWORD_GENERATOR_RESET_ENTRY_DEFAULTS" = "Reset"; -/* No comment provided by engineer. */ +/* Button to set the defaults of the password generator */ "PASSWORD_GENERATOR_SET_DEFAULTS" = "Set Defaults"; -/* No comment provided by engineer. */ +/* Placeholder in the unlock-password input field if password is enabled */ "PASSWORD_INPUT_ENTER_PASSWORD" = "Wprowadź hasło"; -/* No comment provided by engineer. */ +/* Placeholder in the unlock-password input field if password is disabled */ "PASSWORD_INPUT_NO_PASSWORD" = "Brak hasła"; /* No comment provided by engineer. */ @@ -337,7 +344,7 @@ /* No comment provided by engineer. */ "PERFORM_AUTOTYPE_FOR_ENTRY" = "Wykonaj autouzupełnianie"; -/* No comment provided by engineer. */ +/* Label for plugin settings tab */ "PLUGIN_SETTINGS" = "Wtyczki"; /* No comment provided by engineer. */ @@ -371,10 +378,10 @@ "SEARCH" = "Wyszukaj"; /* No comment provided by engineer. */ -"SEARCH_DUPLICATE_PASSWORDS" = "Duplicate Passwords"; +"SEARCH_DUPLICATE_PASSWORDS" = "Powielone hasła"; /* No comment provided by engineer. */ -"SEARCH_EXPIRED_ENTRIES" = "Expired"; +"SEARCH_EXPIRED_ENTRIES" = "Wygasłe"; /* No comment provided by engineer. */ "SEARCH_INHERIT" = "Dziedzicz ustawienie wyszukiwarki"; @@ -385,14 +392,14 @@ /* No comment provided by engineer. */ "SEARCH_YES" = "Zawrzyj w wynikach wyszukiwania"; -/* No comment provided by engineer. */ +/* (No Comment) */ "SELECT_AUTOTYPE_CANDIDATE" = "Dokonaj wyboru"; -/* No comment provided by engineer. */ +/* Menu item title for the expiry preset selection menu in the date picker */ "SELECT_DATE_PRESET" = "Use preset…"; /* No comment provided by engineer. */ -"SELECT_FILTER_WITH_DOTS" = "Select…"; +"SELECT_FILTER_WITH_DOTS" = "Wybierz…"; /* Set the selection as default file change strategy! */ "SET_AS_DEFAULT_FILE_CHANGE_STRATEGY" = "Use this method as default. You can change this at any time in the preferences."; @@ -421,10 +428,11 @@ /* No comment provided by engineer. */ "SHOW_HISTORY" = "Pokaż historię"; -/* No comment provided by engineer. */ -"TITLE" = "Nazwa"; +/* Displayed name when title field was copied + Title reference item */ +"TITLE" = "Tytuł"; -/* No comment provided by engineer. */ +/* preset to expire tomorrow */ "TOMORROW" = "jutro"; /* (No Comment) */ @@ -439,12 +447,15 @@ /* Update Settings Label */ "UPDATE_SETTINGS" = "Uaktualnienia"; -/* No comment provided by engineer. */ +/* URL reference item */ "URL" = "Link"; -/* No comment provided by engineer. */ +/* Username reference item */ "USERNAME" = "Nazwa użytkownika"; +/* Message text for disabled updates alert! */ +"Updates are disabled!" = "Aktualizacje są wyłączone!"; + /* No Key or Password */ "WARNING_NO_PASSWORD_OR_KEYFILE" = "Brak hasła lub pliku z kluczem!"; @@ -469,7 +480,7 @@ /* (No Comment) */ "WINDOWS" = "Okna"; -/* No comment provided by engineer. */ +/* Label for the workflow settings tab */ "WORKFLOW_SETTINGS" = "Przepływ danych"; /* Yesterday */ diff --git a/MacPass/pl.lproj/Localizable.stringsdict b/MacPass/pl.lproj/Localizable.stringsdict index c027b7b6..4b54d472 100644 --- a/MacPass/pl.lproj/Localizable.stringsdict +++ b/MacPass/pl.lproj/Localizable.stringsdict @@ -1,12 +1,14 @@ { - "EVERY_%ld_DAYS" = { - "NSStringLocalizedFormatKey" = "%#@variable@"; - variable = { - "NSStringFormatSpecTypeKey" = "NSStringPluralRuleType"; - "NSStringFormatValueTypeKey" = ld; - zero = "po ka\U017cdym odblokowaniu"; - one = "co dzie\U0144"; - other = "co %ld dni"; - }; - }; + "EVERY_%ld_DAYS" = { + NSStringLocalizedFormatKey = "%#@variable@"; + variable = { + NSStringFormatSpecTypeKey = NSStringPluralRuleType; + NSStringFormatValueTypeKey = ld; + few = "co %ld dni"; + many = "co %ld dni"; + one = "co dzie\U0144"; + other = "co %ld dni"; + zero = "po ka\U017cdym odblokowaniu"; + }; + }; } \ No newline at end of file diff --git a/MacPass/pl.lproj/MainMenu.strings b/MacPass/pl.lproj/MainMenu.strings index 518c17f9..9aea4043 100644 --- a/MacPass/pl.lproj/MainMenu.strings +++ b/MacPass/pl.lproj/MainMenu.strings @@ -7,9 +7,6 @@ /* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "5"; */ "5.title" = "Przenieś wszystkie na górę"; -/* Class = "NSMenuItem"; title = "Entry"; ObjectID = "5pt-iM-iQB"; */ -"5pt-iM-iQB.title" = "Wpis"; - /* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */ "19.title" = "Okno"; @@ -43,8 +40,8 @@ /* Class = "NSMenu"; title = "File"; ObjectID = "81"; */ "81.title" = "Plik"; -/* Class = "NSMenuItem"; title = "New"; ObjectID = "82"; */ -"82.title" = "Nowy"; +/* Class = "NSMenuItem"; title = "New Database"; ObjectID = "82"; */ +"82.title" = "Nowa baza danych"; /* Class = "NSMenuItem"; title = "File"; ObjectID = "83"; */ "83.title" = "Plik"; @@ -157,9 +154,6 @@ /* Class = "NSMenuItem"; title = "Lock"; ObjectID = "1261"; */ "1261.title" = "Zablokuj"; -/* Class = "NSMenuItem"; title = "Database"; ObjectID = "Ame-Ou-khG"; */ -"Ame-Ou-khG.title" = "Baza danych"; - /* Class = "NSMenuItem"; title = "Focus Groups"; ObjectID = "HxM-dV-LIH"; */ "HxM-dV-LIH.title" = "Wyróżnij groupy"; @@ -172,9 +166,6 @@ /* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "aVO-9F-Lwc"; */ "aVO-9F-Lwc.title" = "Szybki widok"; -/* Class = "NSMenuItem"; title = "Group"; ObjectID = "dMl-Ia-k8o"; */ -"dMl-Ia-k8o.title" = "Grupa"; - /* Class = "NSMenuItem"; title = "Fix Autotype…"; ObjectID = "nx7-Vf-LiD"; */ "nx7-Vf-LiD.title" = "Popraw autouzupełnianie…"; diff --git a/MacPass/pl.lproj/PasswordEditWindow.strings b/MacPass/pl.lproj/PasswordEditWindow.strings index 10ef5869..43a849a1 100644 --- a/MacPass/pl.lproj/PasswordEditWindow.strings +++ b/MacPass/pl.lproj/PasswordEditWindow.strings @@ -1,4 +1,4 @@ -/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */ +/* Class = "NSWindow"; title = "Change Password"; ObjectID = "1"; */ "1.title" = "Okno"; /* Class = "NSTextFieldCell"; title = "Missmatching Passwords"; ObjectID = "14"; */ diff --git a/MacPass/pl.lproj/ReferenceBuilderView.strings b/MacPass/pl.lproj/ReferenceBuilderView.strings index aa998f3a..1862db49 100644 --- a/MacPass/pl.lproj/ReferenceBuilderView.strings +++ b/MacPass/pl.lproj/ReferenceBuilderView.strings @@ -1,5 +1,5 @@ /* Class = "NSTextFieldCell"; title = "Match"; ObjectID = "9ce-da-syF"; */ -"9ce-da-syF.title" = "Match"; +"9ce-da-syF.title" = "Dopasowanie"; /* Class = "NSMenuItem"; title = "Get"; ObjectID = "142-bE-IMZ"; */ "142-bE-IMZ.title" = "Get";