From 4a414c5f3928652c9f582e30f1b7af351f61efab Mon Sep 17 00:00:00 2001 From: Francesco Servida Date: Sat, 9 Jan 2016 16:14:55 +0100 Subject: [PATCH 1/2] Started Italian Translation Translated first files to italian, most views and windows still in progress. --- MacPass.xcodeproj/project.pbxproj | 45 +++++ MacPass/de.lproj/Credits.rtf | 6 +- MacPass/en.lproj/Credits.rtf | 6 +- MacPass/fr.lproj/Credits.rtf | 6 +- MacPass/it.lproj/Credits.rtf | 96 ++++++++++ .../it.lproj/DatabaseSettingsWindow.strings | 111 +++++++++++ MacPass/it.lproj/DatePickingView.strings | 9 + MacPass/it.lproj/EntryInspectorView.strings | 120 ++++++++++++ MacPass/it.lproj/GeneralSettings.strings | 63 +++++++ MacPass/it.lproj/GroupInspectorView.strings | 21 +++ MacPass/it.lproj/IconSelection.strings | 6 + MacPass/it.lproj/InfoPlist.strings | 2 + MacPass/it.lproj/InspectorView.strings | 27 +++ MacPass/it.lproj/IntegrationSettings.strings | 39 ++++ MacPass/it.lproj/KPKLocalizable.strings | 37 ++++ MacPass/it.lproj/Localizable.strings | Bin 0 -> 13952 bytes MacPass/it.lproj/MainMenu.strings | 174 ++++++++++++++++++ MacPass/it.lproj/PasswordCreatorView.strings | 45 +++++ MacPass/it.lproj/PasswordEditWindow.strings | 30 +++ MacPass/it.lproj/PasswordInputView.strings | 15 ++ MacPass/it.lproj/PluginSettings.strings | 15 ++ MacPass/it.lproj/ReferenceBuilderView.strings | 27 +++ MacPass/it.lproj/UpdateSettings.strings | 21 +++ MacPass/it.lproj/WelcomeWindow.strings | 15 ++ MacPass/it.lproj/WorkflowSettings.strings | 42 +++++ MacPass/nl.lproj/Credits.rtf | 6 +- MacPass/ru.lproj/Credits.rtf | 2 + MacPass/zh-Hans.lproj/Credits.rtf | 6 +- MacPassTests/it.lproj/InfoPlist.strings | 2 + 29 files changed, 989 insertions(+), 5 deletions(-) create mode 100644 MacPass/it.lproj/Credits.rtf create mode 100644 MacPass/it.lproj/DatabaseSettingsWindow.strings create mode 100644 MacPass/it.lproj/DatePickingView.strings create mode 100644 MacPass/it.lproj/EntryInspectorView.strings create mode 100644 MacPass/it.lproj/GeneralSettings.strings create mode 100644 MacPass/it.lproj/GroupInspectorView.strings create mode 100644 MacPass/it.lproj/IconSelection.strings create mode 100644 MacPass/it.lproj/InfoPlist.strings create mode 100644 MacPass/it.lproj/InspectorView.strings create mode 100644 MacPass/it.lproj/IntegrationSettings.strings create mode 100644 MacPass/it.lproj/KPKLocalizable.strings create mode 100644 MacPass/it.lproj/Localizable.strings create mode 100644 MacPass/it.lproj/MainMenu.strings create mode 100644 MacPass/it.lproj/PasswordCreatorView.strings create mode 100644 MacPass/it.lproj/PasswordEditWindow.strings create mode 100644 MacPass/it.lproj/PasswordInputView.strings create mode 100644 MacPass/it.lproj/PluginSettings.strings create mode 100644 MacPass/it.lproj/ReferenceBuilderView.strings create mode 100644 MacPass/it.lproj/UpdateSettings.strings create mode 100644 MacPass/it.lproj/WelcomeWindow.strings create mode 100644 MacPass/it.lproj/WorkflowSettings.strings create mode 100644 MacPassTests/it.lproj/InfoPlist.strings diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index a84a6489..4c395801 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -267,6 +267,28 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 4825CC811C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/DatabaseSettingsWindow.strings; sourceTree = ""; }; + 4825CC821C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PasswordEditWindow.strings; sourceTree = ""; }; + 4825CC831C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/WelcomeWindow.strings; sourceTree = ""; }; + 4825CC841C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/GeneralSettings.strings; sourceTree = ""; }; + 4825CC851C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/IntegrationSettings.strings; sourceTree = ""; }; + 4825CC861C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/WorkflowSettings.strings; sourceTree = ""; }; + 4825CC871C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/UpdateSettings.strings; sourceTree = ""; }; + 4825CC881C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PluginSettings.strings; sourceTree = ""; }; + 4825CC891C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/MainMenu.strings; sourceTree = ""; }; + 4825CC8A1C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PasswordInputView.strings; sourceTree = ""; }; + 4825CC8B1C414D57003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PasswordCreatorView.strings; sourceTree = ""; }; + 4825CC8C1C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InspectorView.strings; sourceTree = ""; }; + 4825CC8D1C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/GroupInspectorView.strings; sourceTree = ""; }; + 4825CC8E1C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/EntryInspectorView.strings; sourceTree = ""; }; + 4825CC8F1C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/IconSelection.strings; sourceTree = ""; }; + 4825CC901C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/DatePickingView.strings; sourceTree = ""; }; + 4825CC911C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/ReferenceBuilderView.strings; sourceTree = ""; }; + 4825CC921C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; + 4825CC931C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = it; path = it.lproj/Credits.rtf; sourceTree = ""; }; + 4825CC941C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = ""; }; + 4825CC951C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/KPKLocalizable.strings; sourceTree = ""; }; + 4825CC961C414D58003E37E9 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = ""; }; 4C00E33617D8FA3500F37192 /* DDHotKeyCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDHotKeyCenter.h; path = DDHotKey/DDHotKeyCenter.h; sourceTree = ""; }; 4C00E33717D8FA3500F37192 /* DDHotKeyCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDHotKeyCenter.m; path = DDHotKey/DDHotKeyCenter.m; sourceTree = ""; }; 4C00E33A17D8FAC100F37192 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; @@ -1456,6 +1478,7 @@ "zh-Hans", nl, ru, + it, ); mainGroup = 4C77E35715B84A240093A587; productRefGroup = 4C77E36315B84A240093A587 /* Products */; @@ -1754,6 +1777,7 @@ children = ( 4C0DBEF61BF508DE00F9B287 /* Base */, FA638D151C39BFCC00B10CC6 /* ru */, + 4825CC881C414D57003E37E9 /* it */, ); name = PluginSettings.xib; sourceTree = ""; @@ -1766,6 +1790,7 @@ 601F811C18E016340028F3DE /* zh-Hans */, BD6C366719484CF40089EB37 /* nl */, FA638D231C39BFCC00B10CC6 /* ru */, + 4825CC961C414D58003E37E9 /* it */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1779,6 +1804,7 @@ 601F811B18E016340028F3DE /* zh-Hans */, BD6C366619484CF40089EB37 /* nl */, FA638D221C39BFCC00B10CC6 /* ru */, + 4825CC951C414D58003E37E9 /* it */, ); name = KPKLocalizable.strings; sourceTree = ""; @@ -1793,6 +1819,7 @@ 4C7155EA1A10DB7800979307 /* de */, 4C7155EC1A10DB7900979307 /* en */, FA638D1C1C39BFCC00B10CC6 /* ru */, + 4825CC8F1C414D58003E37E9 /* it */, ); name = IconSelection.xib; sourceTree = ""; @@ -1807,6 +1834,7 @@ 601F811118E016340028F3DE /* zh-Hans */, BD6C365819484CF40089EB37 /* nl */, FA638D111C39BFCB00B10CC6 /* ru */, + 4825CC841C414D57003E37E9 /* it */, ); name = GeneralSettings.xib; sourceTree = ""; @@ -1821,6 +1849,7 @@ 601F811318E016340028F3DE /* zh-Hans */, BD6C365D19484CF40089EB37 /* nl */, FA638D171C39BFCC00B10CC6 /* ru */, + 4825CC8A1C414D57003E37E9 /* it */, ); name = PasswordInputView.xib; sourceTree = ""; @@ -1835,6 +1864,7 @@ 601F811418E016340028F3DE /* zh-Hans */, BD6C365F19484CF40089EB37 /* nl */, FA638D191C39BFCC00B10CC6 /* ru */, + 4825CC8C1C414D58003E37E9 /* it */, ); name = InspectorView.xib; sourceTree = ""; @@ -1848,6 +1878,7 @@ 601F811A18E016340028F3DE /* zh-Hans */, BD6C366519484CF40089EB37 /* nl */, FA638D211C39BFCC00B10CC6 /* ru */, + 4825CC941C414D58003E37E9 /* it */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1862,6 +1893,7 @@ 4C21F29D195B39B9002D610D /* en */, 4C21F29F195B3A48002D610D /* de */, FA638D161C39BFCC00B10CC6 /* ru */, + 4825CC891C414D57003E37E9 /* it */, ); name = MainMenu.xib; sourceTree = ""; @@ -1876,6 +1908,7 @@ 4C7F8B7A1A10B69700CCB83D /* de */, 4C7F8B7C1A10B69800CCB83D /* en */, FA638D101C39BFCB00B10CC6 /* ru */, + 4825CC831C414D57003E37E9 /* it */, ); name = WelcomeWindow.xib; sourceTree = ""; @@ -1889,6 +1922,7 @@ 601F811818E016340028F3DE /* zh-Hans */, BD6C366319484CF40089EB37 /* nl */, FA638D1F1C39BFCC00B10CC6 /* ru */, + 4825CC921C414D58003E37E9 /* it */, ); name = Localizable.strings; sourceTree = ""; @@ -1902,6 +1936,7 @@ 601F811918E016340028F3DE /* zh-Hans */, BD6C366419484CF40089EB37 /* nl */, FA638D201C39BFCC00B10CC6 /* ru */, + 4825CC931C414D58003E37E9 /* it */, ); name = Credits.rtf; sourceTree = ""; @@ -1911,6 +1946,7 @@ children = ( 4CD820221A32173100399DBB /* Base */, FA638D1E1C39BFCC00B10CC6 /* ru */, + 4825CC911C414D58003E37E9 /* it */, ); name = ReferenceBuilderView.xib; sourceTree = ""; @@ -1925,6 +1961,7 @@ 6021FE4A18E1356B00C3BC51 /* fr */, BD6C366119484CF40089EB37 /* nl */, FA638D1B1C39BFCC00B10CC6 /* ru */, + 4825CC8E1C414D58003E37E9 /* it */, ); name = EntryInspectorView.xib; sourceTree = ""; @@ -1939,6 +1976,7 @@ 6021FE5518E13F2A00C3BC51 /* zh-Hans */, BD6C366019484CF40089EB37 /* nl */, FA638D1A1C39BFCC00B10CC6 /* ru */, + 4825CC8D1C414D58003E37E9 /* it */, ); name = GroupInspectorView.xib; sourceTree = ""; @@ -1953,6 +1991,7 @@ 6021FE6018E142A400C3BC51 /* zh-Hans */, BD6C365919484CF40089EB37 /* nl */, FA638D121C39BFCB00B10CC6 /* ru */, + 4825CC851C414D57003E37E9 /* it */, ); name = IntegrationSettings.xib; sourceTree = ""; @@ -1967,6 +2006,7 @@ 6021FE6B18E15D9D00C3BC51 /* zh-Hans */, BD6C365A19484CF40089EB37 /* nl */, FA638D131C39BFCC00B10CC6 /* ru */, + 4825CC861C414D57003E37E9 /* it */, ); name = WorkflowSettings.xib; sourceTree = ""; @@ -1981,6 +2021,7 @@ 6021FE7618E15E7B00C3BC51 /* zh-Hans */, BD6C365B19484CF40089EB37 /* nl */, FA638D141C39BFCC00B10CC6 /* ru */, + 4825CC871C414D57003E37E9 /* it */, ); name = UpdateSettings.xib; sourceTree = ""; @@ -1995,6 +2036,7 @@ 6021FE8118E1600200C3BC51 /* zh-Hans */, BD6C366219484CF40089EB37 /* nl */, FA638D1D1C39BFCC00B10CC6 /* ru */, + 4825CC901C414D58003E37E9 /* it */, ); name = DatePickingView.xib; sourceTree = ""; @@ -2009,6 +2051,7 @@ 6021FE8C18E160CB00C3BC51 /* zh-Hans */, BD6C365719484CF40089EB37 /* nl */, FA638D0F1C39BFCB00B10CC6 /* ru */, + 4825CC821C414D57003E37E9 /* it */, ); name = PasswordEditWindow.xib; sourceTree = ""; @@ -2023,6 +2066,7 @@ 6021FE9718E1617E00C3BC51 /* zh-Hans */, BD6C365E19484CF40089EB37 /* nl */, FA638D181C39BFCC00B10CC6 /* ru */, + 4825CC8B1C414D57003E37E9 /* it */, ); name = PasswordCreatorView.xib; sourceTree = ""; @@ -2037,6 +2081,7 @@ 6021FEA218E1652000C3BC51 /* zh-Hans */, BD6C365619484CF40089EB37 /* nl */, FA638D0E1C39BFCB00B10CC6 /* ru */, + 4825CC811C414D57003E37E9 /* it */, ); name = DatabaseSettingsWindow.xib; sourceTree = ""; diff --git a/MacPass/de.lproj/Credits.rtf b/MacPass/de.lproj/Credits.rtf index b5904647..7601e9d6 100644 --- a/MacPass/de.lproj/Credits.rtf +++ b/MacPass/de.lproj/Credits.rtf @@ -1,4 +1,4 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf130 +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red52\green110\blue183;\red38\green38\blue38;} \paperw11900\paperh16840\vieww19440\viewh16600\viewkind0 @@ -32,6 +32,10 @@ You should have received a copy of the GNU General Public License along with thi \ Chinesisch von {\field{\*\fldinst{HYPERLINK "mailto:patchao2000@gmail.com"}}{\fldrslt Zhao Peng}}\ \ +Russian von {\field{\*\fldinst{HYPERLINK "mailto:alex@mrdoggy.info"}}{\fldrslt Aliaksandr Piatkevich}}\ +\ +Italian von {\field{\*\fldinst{HYPERLINK "mailto:info@francescoservida.ch"}}{\fldrslt Francesco Servida}}\ +\ MacPass Icon von {\field{\*\fldinst{HYPERLINK "http://iiro.jappinen.me"}}{\fldrslt Iiro J\'e4ppinen}} \b \ diff --git a/MacPass/en.lproj/Credits.rtf b/MacPass/en.lproj/Credits.rtf index 51a3aead..34465627 100644 --- a/MacPass/en.lproj/Credits.rtf +++ b/MacPass/en.lproj/Credits.rtf @@ -1,4 +1,4 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf130 +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red52\green110\blue183;\red38\green38\blue38;} \paperw11900\paperh16840\vieww25780\viewh19380\viewkind0 @@ -37,6 +37,10 @@ You should have received a copy of the GNU General Public License along with thi \ Simplified Chinese by {\field{\*\fldinst{HYPERLINK "mailto:patchao2000@gmail.com"}}{\fldrslt Zhao Peng}}\ \ +Russian Translation by {\field{\*\fldinst{HYPERLINK "mailto:alex@mrdoggy.info"}}{\fldrslt Aliaksandr Piatkevich}}\ +\ +Italian Translation by {\field{\*\fldinst{HYPERLINK "mailto:info@francescoservida.ch"}}{\fldrslt Francesco Servida}}\ +\ MacPass\kerning1\expnd0\expndtw3 \kerning1\expnd0\expndtw0 Icon by {\field{\*\fldinst{HYPERLINK "http://iiro.jappinen.me"}}{\fldrslt Iiro J\'e4ppinen}}\ \ diff --git a/MacPass/fr.lproj/Credits.rtf b/MacPass/fr.lproj/Credits.rtf index 9e999f1a..b0214228 100644 --- a/MacPass/fr.lproj/Credits.rtf +++ b/MacPass/fr.lproj/Credits.rtf @@ -1,4 +1,4 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf130 +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red52\green110\blue183;\red38\green38\blue38;} \paperw11900\paperh16840\vieww25780\viewh13880\viewkind0 @@ -38,6 +38,10 @@ veuillez vous reporter \'e0 {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/lic \cf0 French Translation by {\field{\*\fldinst{HYPERLINK "mailto:gil@panix.com"}}{\fldrslt Gil Andr\'e9}}\ \ Simplified Chinese by {\field{\*\fldinst{HYPERLINK "mailto:patchao2000@gmail.com"}}{\fldrslt Zhao Peng}}\ +\ +Russian Translation by {\field{\*\fldinst{HYPERLINK "mailto:alex@mrdoggy.info"}}{\fldrslt Aliaksandr Piatkevich}}\ +\ +Italian Translation by {\field{\*\fldinst{HYPERLINK "mailto:info@francescoservida.ch"}}{\fldrslt Francesco Servida}}\ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 \cf2 \ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 diff --git a/MacPass/it.lproj/Credits.rtf b/MacPass/it.lproj/Credits.rtf new file mode 100644 index 00000000..34465627 --- /dev/null +++ b/MacPass/it.lproj/Credits.rtf @@ -0,0 +1,96 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;\red52\green110\blue183;\red38\green38\blue38;} +\paperw11900\paperh16840\vieww25780\viewh19380\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\f0\b\fs24 \cf0 Project Website:\ +{\field{\*\fldinst{HYPERLINK "https://github.com/mstarke/MacPass"}}{\fldrslt +\b0 MacPass}} +\b0 \ + +\b \ +License:\ + +\b0 MacPass KeePass compatible client for OS X\ +Copyright (c) 2012-2014 Michael Starke, HicknHack Software GmbH\ + \ +This program 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.\ +\ +This program 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 this program. If not, see {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/licenses/"}}{\fldrslt http://www.gnu.org/licenses/}}.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \kerning1\expnd0\expndtw3 +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b \cf0 \kerning1\expnd0\expndtw0 Credits:\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0 \cf2 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 French Translation by {\field{\*\fldinst{HYPERLINK "mailto:gil@panix.com"}}{\fldrslt Gil Andr\'e9}}\ +\ +Simplified Chinese by {\field{\*\fldinst{HYPERLINK "mailto:patchao2000@gmail.com"}}{\fldrslt Zhao Peng}}\ +\ +Russian Translation by {\field{\*\fldinst{HYPERLINK "mailto:alex@mrdoggy.info"}}{\fldrslt Aliaksandr Piatkevich}}\ +\ +Italian Translation by {\field{\*\fldinst{HYPERLINK "mailto:info@francescoservida.ch"}}{\fldrslt Francesco Servida}}\ +\ +MacPass\kerning1\expnd0\expndtw3 + \kerning1\expnd0\expndtw0 Icon by {\field{\*\fldinst{HYPERLINK "http://iiro.jappinen.me"}}{\fldrslt Iiro J\'e4ppinen}}\ +\ +Database Icons by {\field{\*\fldinst{HYPERLINK "https://github.com/JoannaOlsen"}}{\fldrslt Joanna Olsen}}\cf2 \ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/robbiehanson/KissXML"}}{\fldrslt \cf2 KissXML}}\cf3 \ +Copyright \'a9 2012 Robbie Hanson. All rights reserved.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/MiniKeePass/MiniKeePass"}}{\fldrslt \cf2 MiniKeePass}}\ +Copyright \'a9 2011 Jason Rush and John Flanagan. All rights reserved.\ + \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mpowrie/KeePassLib"}}{\fldrslt \cf2 KeePass Database Library}}\ +Copyright \'a9 2010 Qiang Yu. All rights reserved.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Perspx/PXSourceList"}}{\fldrslt \cf3 PXSourceList}}\ +Copyright \'a9 2011, Alex Rozanski. All rights reserved.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/robbiehanson/CocoaHTTPServer"}}{\fldrslt \cf3 CocoaHTTPServer}}\ +Copyright \'a9 2011, Deusty, LLC. All rights reserved.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org"}}{\fldrslt \cf3 Sparkl\kerning1\expnd0\expndtw3 +e}}\kerning1\expnd0\expndtw3 +\ +Copyright \'a9 2006 Andy Matuschak. \kerning1\expnd0\expndtw0 All rights reserved.\kerning1\expnd0\expndtw3 +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf3 \kerning1\expnd0\expndtw0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://stackoverflow.com/questions/11386876/how-to-encode-and-decode-files-as-base64-in-cocoa-objective-c"}}{\fldrslt \cf3 NSData+Base64}}\ +Copyright \'a92013, {\field{\*\fldinst{HYPERLINK "http://stackoverflow.com/users/200321/denis2342"}}{\fldrslt denis2342}}\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.cocoadev.com/index.pl?NSDataCategory"}}{\fldrslt \cf3 NSData+Gzip}}\ +Extracted from code on the CocoaDev Wiki\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/karelia/SecurityInterface"}}{\fldrslt \cf3 KSPasswordField}}\ +Code reused in HNHUIRoundedSecureTextField\ +Copyright \'a92012 Mike Abdullah, Karelia Software. All rights reserved.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/AlanQuatermain/aqtoolkit"}}{\fldrslt \cf3 NSData+CommonCrypto}}\ +Copyright \'a92008-2009 Jim Dovey, All rights reserved.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mattt/TransformerKit"}}{\fldrslt \cf3 TransformerKit}}\ +Copyright \'a92012 Mattt Thompson. All rights reseverd} \ No newline at end of file diff --git a/MacPass/it.lproj/DatabaseSettingsWindow.strings b/MacPass/it.lproj/DatabaseSettingsWindow.strings new file mode 100644 index 00000000..174ad03a --- /dev/null +++ b/MacPass/it.lproj/DatabaseSettingsWindow.strings @@ -0,0 +1,111 @@ + +/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */ +"1.title" = "Window"; + +/* Class = "NSTextFieldCell"; title = "Database name:"; ObjectID = "190"; */ +"190.title" = "Database name:"; + +/* Class = "NSTextFieldCell"; title = "Description:"; ObjectID = "257"; */ +"257.title" = "Description:"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "289"; */ +"289.title" = "OK"; + +/* Class = "NSTabViewItem"; label = "General"; ObjectID = "358"; */ +"358.label" = "General"; + +/* Class = "NSTabViewItem"; label = "Advanced"; ObjectID = "368"; */ +"368.label" = "Advanced"; + +/* Class = "NSTabViewItem"; label = "Security"; ObjectID = "370"; */ +"370.label" = "Security"; + +/* Class = "NSButtonCell"; title = "Protect Title"; ObjectID = "464"; */ +"464.title" = "Protect Title"; + +/* Class = "NSButtonCell"; title = "Protect Username"; ObjectID = "477"; */ +"477.title" = "Protect Username"; + +/* Class = "NSButtonCell"; title = "Protect Password"; ObjectID = "505"; */ +"505.title" = "Protect Password"; + +/* Class = "NSButtonCell"; title = "Protect URL"; ObjectID = "510"; */ +"510.title" = "Protect URL"; + +/* Class = "NSButtonCell"; title = "Protect Notes"; ObjectID = "514"; */ +"514.title" = "Protect Notes"; + +/* Class = "NSButtonCell"; title = "Enable Entry History"; ObjectID = "532"; */ +"532.title" = "Enable Entry History"; + +/* Class = "NSButtonCell"; title = "Enable Recycle Bin"; ObjectID = "536"; */ +"536.title" = "Enable Recycle Bin"; + +/* Class = "NSButtonCell"; title = "Empty Recycle Bin on Quit"; ObjectID = "540"; */ +"540.title" = "Empty Recycle Bin on Quit"; + +/* Class = "NSTextFieldCell"; title = "Maximum Items:"; ObjectID = "558"; */ +"558.title" = "Maximum Items:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "680"; */ +"680.title" = "OtherViews"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "957"; */ +"957.title" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Maximum Size:"; ObjectID = "1269"; */ +"1269.title" = "Maximum Size:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1396"; */ +"1396.title" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "None"; ObjectID = "1397"; */ +"1397.title" = "None"; + +/* Class = "NSMenuItem"; title = "GZip"; ObjectID = "1398"; */ +"1398.title" = "GZip"; + +/* Class = "NSTextFieldCell"; title = "Compression:"; ObjectID = "1405"; */ +"1405.title" = "Compression:"; + +/* Class = "NSTextFieldCell"; title = "Color:"; ObjectID = "1435"; */ +"1435.title" = "Color:"; + +/* Class = "NSTextFieldCell"; title = "Template Group:"; ObjectID = "1588"; */ +"1588.title" = "Template Group:"; + +/* Class = "NSTextFieldCell"; title = "Default Username:"; ObjectID = "1591"; */ +"1591.title" = "Default Username:"; + +/* Class = "NSTextFieldCell"; title = "Key encryption rounds:"; ObjectID = "1644"; */ +"1644.title" = "Key encryption rounds:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1740"; */ +"1740.title" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "1741"; */ +"1741.title" = "Item 1"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1742"; */ +"1742.title" = "Item 2"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1743"; */ +"1743.title" = "Item 3"; + +/* Class = "NSButtonCell"; title = "Benchmark"; ObjectID = "1775"; */ +"1775.title" = "Benchmark"; + +/* Class = "NSButtonCell"; title = "Recommend key change every:"; ObjectID = "CtU-Eq-dgy"; */ +"CtU-Eq-dgy.title" = "Recommend key change every:"; + +/* Class = "NSTextFieldCell"; placeholderString = "days"; ObjectID = "M9G-Yy-1s4"; */ +"M9G-Yy-1s4.placeholderString" = "days"; + +/* Class = "NSTextFieldCell"; placeholderString = "days"; ObjectID = "Nca-aw-6rR"; */ +"Nca-aw-6rR.placeholderString" = "days"; + +/* Class = "NSTextFieldCell"; title = "Disabling password protection will remove unallowed characters in passwords. This will cause data loss after saving."; ObjectID = "iZR-sj-MHg"; */ +"iZR-sj-MHg.title" = "Disabling password protection will remove unallowed characters in passwords. This will cause data loss after saving."; + +/* Class = "NSButtonCell"; title = "Force key change every:"; ObjectID = "z6u-YT-7LE"; */ +"z6u-YT-7LE.title" = "Force key change every:"; diff --git a/MacPass/it.lproj/DatePickingView.strings b/MacPass/it.lproj/DatePickingView.strings new file mode 100644 index 00000000..04bc932e --- /dev/null +++ b/MacPass/it.lproj/DatePickingView.strings @@ -0,0 +1,9 @@ + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ +"17.title" = "OtherViews"; + +/* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ +"26.title" = "Use Date"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ +"30.title" = "Cancel"; diff --git a/MacPass/it.lproj/EntryInspectorView.strings b/MacPass/it.lproj/EntryInspectorView.strings new file mode 100644 index 00000000..3ff1cb0f --- /dev/null +++ b/MacPass/it.lproj/EntryInspectorView.strings @@ -0,0 +1,120 @@ + +/* Class = "NSButtonCell"; title = "Generate"; ObjectID = "64"; */ +"64.title" = "Generate"; + +/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "65"; */ +"65.title" = "Password"; + +/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "66"; */ +"66.title" = "URL"; + +/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "69"; */ +"69.title" = "Username"; + +/* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "71"; */ +"71.title" = "Title"; + +/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "78"; */ +"78.title" = "Expires"; + +/* Class = "NSTextFieldCell"; title = "Tags"; ObjectID = "79"; */ +"79.title" = "Tags"; + +/* Class = "NSTabViewItem"; label = "Fields"; ObjectID = "108"; */ +"108.label" = "Fields"; + +/* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "109"; */ +"109.label" = "Attachments"; + +/* Class = "NSTabViewItem"; label = "General"; ObjectID = "110"; */ +"110.label" = "General"; + +/* Class = "NSTextFieldCell"; title = "Attachments"; ObjectID = "135"; */ +"135.title" = "Attachments"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "142"; */ +"142.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "151"; */ +"151.title" = "Table View Cell"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "171"; */ +"171.title" = "Table View Cell"; + +/* Class = "NSTextFieldCell"; title = "Custom Fields"; ObjectID = "190"; */ +"190.title" = "Custom Fields"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "197"; */ +"197.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "211"; */ +"211.placeholderString" = "Title"; + +/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */ +"214.placeholderString" = "Value"; + +/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "225"; */ +"225.placeholderString" = "Value"; + +/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "228"; */ +"228.placeholderString" = "Title"; + +/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[0] = "General"; ObjectID = "238"; */ +"238.ibShadowedLabels[0]" = "General"; + +/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[1] = "Files"; ObjectID = "238"; */ +"238.ibShadowedLabels[1]" = "Files"; + +/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[2] = "Custom"; ObjectID = "238"; */ +"238.ibShadowedLabels[2]" = "Custom"; + +/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[3] = "Autotype"; ObjectID = "238"; */ +"238.ibShadowedLabels[3]" = "Autotype"; + +/* Class = "NSMenuItem"; title = "Save"; ObjectID = "0ok-MC-QMP"; */ +"0ok-MC-QMP.title" = "Save"; + +/* Class = "NSButtonCell"; title = "Enable Autotype"; ObjectID = "9Nx-mE-DK3"; */ +"9Nx-mE-DK3.title" = "Enable Autotype"; + +/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "NtM-y3-l4D"; */ +"NtM-y3-l4D.title" = "Quicklook"; + +/* Class = "NSTextFieldCell"; placeholderString = "Custom Entry Sequence"; ObjectID = "R2X-Ex-c6q"; */ +"R2X-Ex-c6q.placeholderString" = "Custom Entry Sequence"; + +/* Class = "NSTextFieldCell"; title = "Window Sequence"; ObjectID = "RQB-bR-MC0"; */ +"RQB-bR-MC0.title" = "Window Sequence"; + +/* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "bQ5-0E-h3O"; */ +"bQ5-0E-h3O.title" = "Autotype Sequence"; + +/* Class = "NSTextFieldCell"; title = "Window Title"; ObjectID = "bkO-Bk-AuX"; */ +"bkO-Bk-AuX.title" = "Window Title"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "bke-G2-oEf"; */ +"bke-G2-oEf.title" = "Delete"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "dyA-lo-PGa"; */ +"dyA-lo-PGa.title" = "Table View Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "ep5-bQ-cfZ"; */ +"ep5-bQ-cfZ.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; placeholderString = "Custom Window Sequence"; ObjectID = "fW9-9p-wwR"; */ +"fW9-9p-wwR.placeholderString" = "Custom Window Sequence"; + +/* Class = "NSTabViewItem"; label = "Autotype"; ObjectID = "hK7-Dx-yjH"; */ +"hK7-Dx-yjH.label" = "Autotype"; + +/* Class = "NSTextFieldCell"; title = "Window Associations"; ObjectID = "ned-1Q-FXA"; */ +"ned-1Q-FXA.title" = "Window Associations"; + +/* Class = "NSButtonCell"; title = "Obfuscate Autotype"; ObjectID = "oNq-kB-3eb"; */ +"oNq-kB-3eb.title" = "Obfuscate Autotype"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "sNS-o1-pD7"; */ +"sNS-o1-pD7.title" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "UUID"; ObjectID = "vTq-N1-5oa"; */ +"vTq-N1-5oa.title" = "UUID"; diff --git a/MacPass/it.lproj/GeneralSettings.strings b/MacPass/it.lproj/GeneralSettings.strings new file mode 100644 index 00000000..2ccf40fe --- /dev/null +++ b/MacPass/it.lproj/GeneralSettings.strings @@ -0,0 +1,63 @@ + +/* Class = "NSMenu"; title = "ClipboardClearInterval"; ObjectID = "421"; */ +"421.title" = "ClipboardClearInterval"; + +/* Class = "NSMenuItem"; title = "after 10 Seconds"; ObjectID = "422"; */ +"422.title" = "after 10 Seconds"; + +/* Class = "NSMenuItem"; title = "after 30 Seconds"; ObjectID = "423"; */ +"423.title" = "after 30 Seconds"; + +/* Class = "NSMenuItem"; title = "after 1 Minute"; ObjectID = "424"; */ +"424.title" = "after 1 Minute"; + +/* Class = "NSMenuItem"; title = "Never"; ObjectID = "429"; */ +"429.title" = "Never"; + +/* Class = "NSTextFieldCell"; title = "Clear Copied Items"; ObjectID = "432"; */ +"432.title" = "Clear Copied Items"; + +/* Class = "NSButtonCell"; title = "Clear Clipboard on Quit"; ObjectID = "448"; */ +"448.title" = "Clear Clipboard on Quit"; + +/* Class = "NSBox"; title = "Security"; ObjectID = "465"; */ +"465.title" = "Security"; + +/* Class = "NSButtonCell"; title = "Reopen last Database after Launch"; ObjectID = "531"; */ +"531.title" = "Reopen last Database after Launch"; + +/* Class = "NSMenu"; title = "LockTimes"; ObjectID = "586"; */ +"586.title" = "LockTimes"; + +/* Class = "NSMenuItem"; title = "for 1 Minute"; ObjectID = "588"; */ +"588.title" = "for 1 Minute"; + +/* Class = "NSMenuItem"; title = "for 5 Minutes"; ObjectID = "589"; */ +"589.title" = "for 5 Minutes"; + +/* Class = "NSMenuItem"; title = "for 15 Minutes"; ObjectID = "603"; */ +"603.title" = "for 15 Minutes"; + +/* Class = "NSButtonCell"; title = "Lock after sleep"; ObjectID = "631"; */ +"631.title" = "Lock after sleep"; + +/* Class = "NSMenuItem"; title = "Never"; ObjectID = "804"; */ +"804.title" = "Never"; + +/* Class = "NSTextFieldCell"; title = "Lock while idle"; ObjectID = "806"; */ +"806.title" = "Lock while idle"; + +/* Class = "NSButtonCell"; title = "Create new Database if activated"; ObjectID = "880"; */ +"880.title" = "Create new Database if activated"; + +/* Class = "NSBox"; title = "Startup"; ObjectID = "888"; */ +"888.title" = "Startup"; + +/* Class = "NSButtonCell"; title = "Clear all stored locations"; ObjectID = "8Ri-2s-c39"; */ +"8Ri-2s-c39.title" = "Clear all stored locations"; + +/* Class = "NSTextFieldCell"; title = "Enabling this compromises security. If enabled, your preferences will contain mappings from database to keyfile. Key locations for databases without a password will not be saved."; ObjectID = "ACh-7H-42N"; */ +"ACh-7H-42N.title" = "Enabling this compromises security. If enabled, your preferences will contain mappings from database to keyfile. Key locations for databases without a password will not be saved."; + +/* Class = "NSButtonCell"; title = "Remember Keyfile for Databases"; ObjectID = "r6q-He-nYU"; */ +"r6q-He-nYU.title" = "Remember Keyfile for Databases"; diff --git a/MacPass/it.lproj/GroupInspectorView.strings b/MacPass/it.lproj/GroupInspectorView.strings new file mode 100644 index 00000000..7f108c30 --- /dev/null +++ b/MacPass/it.lproj/GroupInspectorView.strings @@ -0,0 +1,21 @@ + +/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */ +"25.title" = "Name"; + +/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */ +"32.title" = "Expires"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */ +"231.title" = "OtherViews"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */ +"243.title" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */ +"265.title" = "Search"; + +/* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */ +"277.title" = "Autotype"; + +/* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "6FG-UZ-Adh"; */ +"6FG-UZ-Adh.title" = "Autotype Sequence"; diff --git a/MacPass/it.lproj/IconSelection.strings b/MacPass/it.lproj/IconSelection.strings new file mode 100644 index 00000000..42b0eae2 --- /dev/null +++ b/MacPass/it.lproj/IconSelection.strings @@ -0,0 +1,6 @@ + +/* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ +"102.title" = "Use Default Icon"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ +"1kM-cI-P1o.title" = "Cancel"; diff --git a/MacPass/it.lproj/InfoPlist.strings b/MacPass/it.lproj/InfoPlist.strings new file mode 100644 index 00000000..477b28ff --- /dev/null +++ b/MacPass/it.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/MacPass/it.lproj/InspectorView.strings b/MacPass/it.lproj/InspectorView.strings new file mode 100644 index 00000000..dde7617c --- /dev/null +++ b/MacPass/it.lproj/InspectorView.strings @@ -0,0 +1,27 @@ + +/* Class = "NSTabViewItem"; label = "Group"; ObjectID = "2896"; */ +"2896.label" = "Group"; + +/* Class = "NSTabViewItem"; label = "Entry"; ObjectID = "2897"; */ +"2897.label" = "Entry"; + +/* Class = "NSTabViewItem"; label = "NoSelection"; ObjectID = "2974"; */ +"2974.label" = "NoSelection"; + +/* Class = "NSTextFieldCell"; title = "No Selection"; ObjectID = "2986"; */ +"2986.title" = "No Selection"; + +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "3014"; */ +"3014.title" = "Label"; + +/* Class = "NSButtonCell"; title = "Edit"; ObjectID = "3110"; */ +"3110.title" = "Edit"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "3127"; */ +"3127.title" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Notes"; ObjectID = "hwn-UY-9Cr"; */ +"hwn-UY-9Cr.title" = "Notes"; + +/* Class = "NSButtonCell"; title = "History"; ObjectID = "w1z-1n-b0m"; */ +"w1z-1n-b0m.title" = "History"; diff --git a/MacPass/it.lproj/IntegrationSettings.strings b/MacPass/it.lproj/IntegrationSettings.strings new file mode 100644 index 00000000..e05d6d15 --- /dev/null +++ b/MacPass/it.lproj/IntegrationSettings.strings @@ -0,0 +1,39 @@ + +/* Class = "NSButtonCell"; title = "Enable global Autotype"; ObjectID = "1qb-Rd-jYu"; */ +"1qb-Rd-jYu.title" = "Enable global Autotype"; + +/* Class = "NSTextFieldCell"; title = "Shortcut"; ObjectID = "6oN-CH-T0O"; */ +"6oN-CH-T0O.title" = "Shortcut"; + +/* Class = "NSButtonCell"; title = "Include Host for matches"; ObjectID = "B1D-j9-L8x"; */ +"B1D-j9-L8x.title" = "Include Host for matches"; + +/* Class = "NSButtonCell"; title = "Enable Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */ +"ERs-ct-Eyx.title" = "Enable Quicklook Preview"; + +/* Class = "NSTextFieldCell"; title = "Shortcut is missing Key"; ObjectID = "Lxp-wI-yQy"; */ +"Lxp-wI-yQy.title" = "Shortcut is missing Key"; + +/* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */ +"P9N-HM-wER.title" = "Autotype"; + +/* Class = "NSTextFieldCell"; title = "If enabled, every {CONTROL} command will be sent as ⌘. Only disable this if you are sure you need to."; ObjectID = "QRy-CY-ENC"; */ +"QRy-CY-ENC.title" = "If enabled, every {CONTROL} command will be sent as ⌘. Only disable this if you are sure you need to."; + +/* Class = "NSButtonCell"; title = "Interpret ⌃ as ⌘"; ObjectID = "QfO-yG-l3F"; */ +"QfO-yG-l3F.title" = "Interpret ⌃ as ⌘"; + +/* Class = "NSButtonCell"; title = "Include URL for matches"; ObjectID = "TzR-00-Vp3"; */ +"TzR-00-Vp3.title" = "Include URL for matches"; + +/* Class = "NSBox"; title = "Preview"; ObjectID = "VVs-b5-cX9"; */ +"VVs-b5-cX9.title" = "Preview"; + +/* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a temporary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */ +"WmI-IB-Aso.title" = "If enabled attached files will be copied to a temporary location for preview and deleted after the preview is closed."; + +/* Class = "NSButtonCell"; title = "Include Tags for matches"; ObjectID = "rbu-G7-MT8"; */ +"rbu-G7-MT8.title" = "Include Tags for matches"; + +/* Class = "NSButtonCell"; title = "Include Title for matches"; ObjectID = "tmL-dT-D0G"; */ +"tmL-dT-D0G.title" = "Include Title for matches"; diff --git a/MacPass/it.lproj/KPKLocalizable.strings b/MacPass/it.lproj/KPKLocalizable.strings new file mode 100644 index 00000000..ab666ce9 --- /dev/null +++ b/MacPass/it.lproj/KPKLocalizable.strings @@ -0,0 +1,37 @@ +/* + KPKLocalizable.strings + MacPass + + Created by Michael Starke on 20/12/13. + Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +*/ + +/* Copy */ +"KPK_GROUP_COPY_%@" = "%@ copy"; +"KPK_ENTRY_COPY_%@" = "%@ copy"; + +/* Validation Errors */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "Il Formato del Titolo della Finestra non é Valido!"; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "The Attribute Key is not unique!"; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Sequenza di AutoType non Valida!"; + +/* Errors */ +"ERROR_CORRUPT_TREE" = "La struttura interna del file é corrotta!"; +"ERROR_INVALID_FIELD_SIZE" = "Taglia dati incorretta. Password errata?"; +"ERROR_INVALID_FIELD_TYPE" = "Campo dati sconosciuto. Password errata?"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Versione del database non supportata"; +"ERROR_UNSUPPORTED_CHIPHER" = "Algoritmo di cifratura non supportato"; +"ERROR_UNKNOWN_FILE_FORMAT" = "Formato del file sconosciuto"; +"ERROR_HEADER_CORRUPTED" = "Intestazione corrotta"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Algoritmo di compressione non supportato"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Flusso aleatorio non supportato"; +"ERROR_INTEGRITY_CHECK_FAILED" = "L'integrità del database non é assicurata"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "La password e/o la chiave sono errati"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Elemento KeePassFile mancante dal file XML"; +"ERROR_ROOT_ELEMENT_MISSING" = "Il file XML non contiene un nodo root"; +"ERROR_GROUP_ELEMENT_MISSING" = "Il file XML non contiene un nodo Gruppo"; +"ERROR_HEADER_HASH_MISSMATCH" = "La hash dell'intestazione non corrisponde. File corrotto"; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "Il file chiave XML non contiene l'elemento chiave"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "Il file chiave XML non contiene l'elemento dati"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Impossibile leggere i dati dal file chiave XML"; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "La hash dell'intestazione del database é errata, l'integrità dei dati potrebbe essere compromessa!"; \ No newline at end of file diff --git a/MacPass/it.lproj/Localizable.strings b/MacPass/it.lproj/Localizable.strings new file mode 100644 index 0000000000000000000000000000000000000000..a397362d08fd6ba80aead0ba8236c3446dc56ec1 GIT binary patch literal 13952 zcmd6u*=}6N5r+F(PjNy(*+M) z^}W+mpOr^ttvoJobazp<%6fTOX8N{Xo|Hq~>B=AV@h7@+q4iLGtKVJuLbTV)9~v4@ zweER29;I@oRX62KtGe4gyGreRg4TZ7EeE1DFWaN^jPFhoU5cakl5&cx6H(YM&sI`d zN-t;%4V{W!pR2!$lbLu~h^NDHlC*OusX`Nb(w;r%yM`WTy*<#xQW`<0%S7W)du(eb zr!ch0b8%>^Tduj5?eenf4hJVQ>!+1)OB|Y3;^{t*LHAwN zM<^hr$zz9mbHDZ1{+?)NU6Kyh!gp7F;H~7g zb&nJ)MAeqA6HQ$?lIG6JS5=1*OEXd3(`U1K3K50w7kc_wzqvb4J3g;g?-YGd#dg=y z9kF^YE8^9c_4?1dmWzGe$K$(t|6JO^>Ua@+6A5N7y!lMmOqa{@rM{ol9oUapMpDlM z>owL6#XGz@=X3pqM?aMmJF?TBbbvR7-ZpP3c6zSA_i449$701d-vD><`5P1kI@w*e{H~Qcq?Bf<&6MdudL=?zMM=PmZNQ(E;|8=6U zRafmP4{eH?S#pf0t-A6})izd~;%GHJ;(b@Upy@+#JJ(;t#VqlC-%jo+YvLFhFDJCP zDJieT?<#JC!k7j#g)!Z^_Oai#^2(7sXO#|zcHI|`M8X^WgjMlABFwBY#@V)>CyNt5 z$oFK_vYE=5P5V@)Y`QHk!)lAlQ7h*|xEq(!G&ZmHiwKM;n3Zqjb64_rB;1simNk|l zW3AO({z94>kE2=jbXGwDX~$xS%xpBqWNB%P>6toq(r}Qy92>S8dtCmKygf2YpFi@L zWv_YV`&#^aW;PmzOMHLJ#Oq~4K1dc0O-9LwWk#kw>{-R$n} z*j_w;Tyx~Hq@renT@LkmS!r4RJZ`iRRJZHy7qTjpJ(IpG-)T3`ook{)G`*0=q1RZw zUUT31EoanfuXjhHHPg?DH~|AJ6c5M+uf!u)7gZ(3?eTvuaEOWSi|EL-g6|v~t2{l^8T0i%oiT5>`VK-|mj`4o zvnao;RoxKqfpkgDayfi0S$|$LT*xq7J(o79bvZLS1#l|X{TMFrWomS;)N6NM(f6TM zoE_CTT9yyu?ne2$FJC{JhO+q+7F8}4sGEF|eR8-Kt&U+0koT$hITHrTNMo~V8XUOL z2i#`0z#@X{o2tj{u5Iom6P$^<(FPfU;JAV=11~?6`tbwlp%>?m$N}H9NTqMJthv6G zK(?SC$1tHo^McrEyL_&lcB{5BMk6ET9cI$OsqAlvFndAZ;~mi<&)}`OE^Jj>x74iu zelP8i_fLx>oxqb@x@Wq7Co9bLojz`PTN!L!A7_Ho4P}K-uNU7XqLWNHm%i}^A{$(q z`CHd6RL~3UnK3B1@t}HDTS4B6GcqSt%XRbdH7aAF;GbF<_{XU`PKoFG(GySZi)$Uxt zj#U$H0Jo8m60Z%B$O zQO4{2DbN$>5I;x%@pNDJ*=L4%yI(7eORMOa2dZR_TyiGQ#=Zx7VyPdxC+Bi3v$lB@ z+|iv*_i)r)oQx-x(&xGEuG(iJcPMR&MPO?zhBFX6)HmwMhq~JO4mxL>s1mpK6qWzF zK0^e)(sl3#w0yo|l3FI97vLMyl!d0DZP(+H8};1Jv^4tChYtI)2H!|?T7GsH{VhfJ z=GMC(zIqCIhPQzS9A~z4uLfK(z1Wn^nWs_}vevSt!&mSdEJvS!#mNUteaD_u#qagg zuh2dxd5A@rTw^PXcK6+(ABH6|Z+)u_>GbuVSNpyG-qSfJuMP_gk-lLlFd!A|D`{>+ zT6(RzidTpKg4{rYR+C+7B5_0Z;ZCk`o~@laIpM0J%uWQ$lZa6KF7_jBRO#eB!*dy|$y# z>A8SwICnX#G}iVGKb@=GvjqBScj;>p4>*%O-dDNFxa3~&a3}plPc=oawK3C^OpS^9 zDr%-NIzg*`=bG<>3qY1!!((iw^qsy%$7tT^b159m>{^lW8!kOt~@D#5dKmd0yDCmp6uSg9#|8&($l%<|vwMI~~X z$rY&d|3|LC&>-k>xq@%}W=uZLIdkV~r<^wNGM)8x<^Ah=^md>cO{w^9SCMW5bQlkAasvWBnt*$y%CL4T72|EBNsG1)soNO^uYT|Jpr59dq| zsh1Dm;e~u~Pt`m3052pl9*!S+#_dzI?wV7daV`&(Gp^JRP~quy$L7|3nt@oyka4D% zk?RzP8Lf}=n0pM);>iIvqmQ#<&)V!xWdo~V+b^nI^qu4mR*`>>BbHroadtH6k&ei%e8@u1vYRs_u>+`wX_*y@=aapNQ zcFImp#J8Qdc23}NgqPCeWVAOmIp9gK2(~7sZLYJ55;cgtdQtW2bv8VcZX?ccEwaZr z^0O=a+B%2+^v`?s9Yq8^-YTwks-@{v@NiH;r&Xub<3UhUUb!K;t$zeztZ9|Ky|E## ztba5QJJR3e_k6}2RGG3GMp+2ejZ?&m#GPx5yw>jG*pJBpIp9gP<0`4mzd6wb8Jdjl zH9Ojitd9Rv1>Z^@dNSr1c4B)|?MP*0eW%HTA^-jv_cPgZLlaC+SP#S*Ic7&bgTH{U zbFSJEb#k;%91T1E^LBrBY4?XiG(okFGkrf->NG84?^d$8_-rwQ$AeWF{JA|Li%b?4 z&NYU~XG_!lWt?J;tkraErb_0u3foHZOuO>V0)7!u9TT2slH_IWdg&s9_m~RN4Sp#K zc)G`+dw`>LI}LOCj>eb-5-0G*?)IHJbJ6gU-_01}e4EuWuk)DCTn;^+I&S+KKFj^< zkh-0ta+1hfR`wRrLbk>8n6$)R*$Q~lndG?9k6}`J*+37`$KSu>>^7I8|M8va7w_9C zEP|zpJHyLX*V~+aBI!7XvK($P2Xexr`)AvB`Ztp<=#Jv;htNwtcd~>jmrz5R3<=>CtYYZu6UdTB^KK^_g=~KH=2RN6-7d%R`tmu zwaJiW6!Q?9c~~C2DP$?K7yd(+%_PdZORFg6vzK@H^JDnD-&VU-BasiBQ!Ioe*W&J9 z`i*Z}4F(^XtmJunXOV7*c*e3JyJzIgdpoP-JtfZIiLKD-rnC|B&!A_zL{nZJJY%|D z7K&Q8R?y3t%XLiMXIeYWvu92EkptyJIOWvQrz!cQzLg3zO=Y)tO@`X3A7Kd7nx8{cD##yJs z697l4UeoraS8(^KaD(HBm;>2Nycd6?UnBPU7TGS&3OGHW)3LQ*NM~rv)`DU2 zQ+sO@91FrkcT9IILL3d+NjX^}YXh&_s1+noJChB3lG?(1+^hjbe%|E5etw?vD9;f@ zm&MlC;*1J{w8m@T9>Zh1k~n8qsxR6khQ8ImhR>$;YFfEZpHU6}*V+WVkf$G_N9#V` z*DT^l#N@Yg2+P7<`MYWyF$_kvKEmP|j7LO$qN^5JXwKgCqYvcGGvr_g8lmXw0I<|N6%>1usJJT>ok{p(#9APay;(wntM#gL984@O1}07-KSHbdVv9c zygXsSAJ6aj?!?AJ^t7q07XoYbJ~_scbzm zw6R^|$KDOLEWV>%IRo{%h`%TNsj{c%&$YX0i~WBBqLuF3eJs-_S9^uvojtIf^<~)p U7y8RO9Gk(By&W+)>hWFw3)7l30{{R3 literal 0 HcmV?d00001 diff --git a/MacPass/it.lproj/MainMenu.strings b/MacPass/it.lproj/MainMenu.strings new file mode 100644 index 00000000..054a9b91 --- /dev/null +++ b/MacPass/it.lproj/MainMenu.strings @@ -0,0 +1,174 @@ + +/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "5"; */ +"5.title" = "Bring All to Front"; + +/* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */ +"19.title" = "Window"; + +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "23"; */ +"23.title" = "Minimize"; + +/* Class = "NSMenu"; title = "Window"; ObjectID = "24"; */ +"24.title" = "Window"; + +/* Class = "NSMenu"; title = "AMainMenu"; ObjectID = "29"; */ +"29.title" = "AMainMenu"; + +/* Class = "NSMenuItem"; title = "MacPass"; ObjectID = "56"; */ +"56.title" = "MacPass"; + +/* Class = "NSMenu"; title = "MacPass"; ObjectID = "57"; */ +"57.title" = "MacPass"; + +/* Class = "NSMenuItem"; title = "About MacPass"; ObjectID = "58"; */ +"58.title" = "About MacPass"; + +/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "72"; */ +"72.title" = "Open…"; + +/* Class = "NSMenuItem"; title = "Close"; ObjectID = "73"; */ +"73.title" = "Close"; + +/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "75"; */ +"75.title" = "Save…"; + +/* Class = "NSMenu"; title = "File"; ObjectID = "81"; */ +"81.title" = "File"; + +/* Class = "NSMenuItem"; title = "New"; ObjectID = "82"; */ +"82.title" = "New"; + +/* Class = "NSMenuItem"; title = "File"; ObjectID = "83"; */ +"83.title" = "File"; + +/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "112"; */ +"112.title" = "Revert to Saved"; + +/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "124"; */ +"124.title" = "Open Recent"; + +/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "125"; */ +"125.title" = "Open Recent"; + +/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "126"; */ +"126.title" = "Clear Menu"; + +/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "129"; */ +"129.title" = "Preferences…"; + +/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */ +"130.title" = "Services"; + +/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */ +"131.title" = "Services"; + +/* Class = "NSMenuItem"; title = "Hide MacPass"; ObjectID = "134"; */ +"134.title" = "Hide MacPass"; + +/* Class = "NSMenuItem"; title = "Quit MacPass"; ObjectID = "136"; */ +"136.title" = "Quit MacPass"; + +/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */ +"145.title" = "Hide Others"; + +/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */ +"150.title" = "Show All"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "197"; */ +"197.title" = "Copy"; + +/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "198"; */ +"198.title" = "Select All"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "199"; */ +"199.title" = "Cut"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "202"; */ +"202.title" = "Delete"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "203"; */ +"203.title" = "Paste"; + +/* Class = "NSMenu"; title = "Edit"; ObjectID = "205"; */ +"205.title" = "Edit"; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "207"; */ +"207.title" = "Undo"; + +/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "209"; */ +"209.title" = "Find…"; + +/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "215"; */ +"215.title" = "Redo"; + +/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "217"; */ +"217.title" = "Edit"; + +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "239"; */ +"239.title" = "Zoom"; + +/* Class = "NSMenuItem"; title = "View"; ObjectID = "295"; */ +"295.title" = "View"; + +/* Class = "NSMenu"; title = "View"; ObjectID = "296"; */ +"296.title" = "View"; + +/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "297"; */ +"297.title" = "Show Toolbar"; + +/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "298"; */ +"298.title" = "Customize Toolbar…"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "490"; */ +"490.title" = "Help"; + +/* Class = "NSMenu"; title = "Help"; ObjectID = "491"; */ +"491.title" = "Help"; + +/* Class = "NSMenuItem"; title = "MacPass Help"; ObjectID = "492"; */ +"492.title" = "MacPass Help"; + +/* Class = "NSMenuItem"; title = "Toggle Inspector"; ObjectID = "1181"; */ +"1181.title" = "Toggle Inspector"; + +/* Class = "NSMenuItem"; title = "Show Password Creator"; ObjectID = "1200"; */ +"1200.title" = "Show Password Creator"; + +/* Class = "NSMenuItem"; title = "Change Master Password…"; ObjectID = "1203"; */ +"1203.title" = "Change Master Password…"; + +/* Class = "NSMenuItem"; title = "Database Settings…"; ObjectID = "1231"; */ +"1231.title" = "Database Settings…"; + +/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "1243"; */ +"1243.title" = "Save As…"; + +/* Class = "NSMenuItem"; title = "Export As XML…"; ObjectID = "1259"; */ +"1259.title" = "Export As XML…"; + +/* Class = "NSMenuItem"; title = "Lock"; ObjectID = "1261"; */ +"1261.title" = "Lock"; + +/* Class = "NSMenuItem"; title = "Focus Entries"; ObjectID = "2VP-vB-IeX"; */ +"2VP-vB-IeX.title" = "Focus Entries"; + +/* Class = "NSMenuItem"; title = "Focus Groups"; ObjectID = "HxM-dV-LIH"; */ +"HxM-dV-LIH.title" = "Focus Groups"; + +/* Class = "NSMenuItem"; title = "Focus Inspector"; ObjectID = "Zje-Me-5c8"; */ +"Zje-Me-5c8.title" = "Focus Inspector"; + +/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "aVO-9F-Lwc"; */ +"aVO-9F-Lwc.title" = "Quicklook"; + +/* Class = "NSMenuItem"; title = "Save a Copy…"; ObjectID = "i24-Gn-j9c"; */ +"i24-Gn-j9c.title" = "Save a Copy…"; + +/* Class = "NSMenuItem"; title = "Fix Autotype…"; ObjectID = "nx7-Vf-LiD"; */ +"nx7-Vf-LiD.title" = "Fix Autotype…"; + +/* Class = "NSMenuItem"; title = "Import XML…"; ObjectID = "rW0-r1-QYL"; */ +"rW0-r1-QYL.title" = "Import XML…"; + +/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "zMO-8r-g5v"; */ +"zMO-8r-g5v.title" = "Check for Updates…"; diff --git a/MacPass/it.lproj/PasswordCreatorView.strings b/MacPass/it.lproj/PasswordCreatorView.strings new file mode 100644 index 00000000..200a38c8 --- /dev/null +++ b/MacPass/it.lproj/PasswordCreatorView.strings @@ -0,0 +1,45 @@ + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "149"; */ +"149.title" = "Password:"; + +/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "179"; */ +"179.title" = "Length:"; + +/* Class = "NSBox"; title = "Allowed Characters"; ObjectID = "332"; */ +"332.title" = "Allowed Characters"; + +/* Class = "NSButtonCell"; title = "A-Z"; ObjectID = "453"; */ +"453.title" = "A-Z"; + +/* Class = "NSButtonCell"; title = "a-z"; ObjectID = "457"; */ +"457.title" = "a-z"; + +/* Class = "NSButtonCell"; title = "0-9"; ObjectID = "461"; */ +"461.title" = "0-9"; + +/* Class = "NSButtonCell"; title = "#!?"; ObjectID = "465"; */ +"465.title" = "#!?"; + +/* Class = "NSButtonCell"; title = "Custom"; ObjectID = "469"; */ +"469.title" = "Custom"; + +/* Class = "NSButtonCell"; title = "Use Password"; ObjectID = "495"; */ +"495.title" = "Use Password"; + +/* Class = "NSButtonCell"; title = "Copy password to pasteboard"; ObjectID = "501"; */ +"501.title" = "Copy password to pasteboard"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "614"; */ +"614.title" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Entropy:"; ObjectID = "647"; */ +"647.title" = "Entropy:"; + +/* Class = "NSTextFieldCell"; title = "25000 bit"; ObjectID = "653"; */ +"653.title" = "25000 bit"; + +/* Class = "NSButtonCell"; title = "Set Default"; ObjectID = "Wvs-Md-Ob8"; */ +"Wvs-Md-Ob8.title" = "Set Default"; + +/* Class = "NSButtonCell"; title = "Use default only for selected entry"; ObjectID = "cfZ-5F-Nge"; */ +"cfZ-5F-Nge.title" = "Use default only for selected entry"; diff --git a/MacPass/it.lproj/PasswordEditWindow.strings b/MacPass/it.lproj/PasswordEditWindow.strings new file mode 100644 index 00000000..2d256f1f --- /dev/null +++ b/MacPass/it.lproj/PasswordEditWindow.strings @@ -0,0 +1,30 @@ + +/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */ +"1.title" = "Finestra"; + +/* Class = "NSTextFieldCell"; title = "Missmatching Passwords"; ObjectID = "14"; */ +"14.title" = "Passwords non corrispondenti"; + +/* Class = "NSSecureTextFieldCell"; placeholderString = "Repeat Password"; ObjectID = "15"; */ +"15.placeholderString" = "Ripeti Password"; + +/* Class = "NSTextFieldCell"; title = "Repeat:"; ObjectID = "16"; */ +"16.title" = "Ripeti:"; + +/* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "18"; */ +"18.placeholderString" = "Inserisci Password"; + +/* Class = "NSButtonCell"; title = "Generate Keyfile"; ObjectID = "21"; */ +"21.title" = "Genera Chiave"; + +/* Class = "NSTextFieldCell"; title = "Keyfile:"; ObjectID = "22"; */ +"22.title" = "Chiave:"; + +/* Class = "NSButtonCell"; title = "Change Password"; ObjectID = "69"; */ +"69.title" = "Cambia Password"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "73"; */ +"73.title" = "Annulla"; + +/* Class = "NSButtonCell"; title = "Password:"; ObjectID = "OQz-DA-SoY"; */ +"OQz-DA-SoY.title" = "Password:"; diff --git a/MacPass/it.lproj/PasswordInputView.strings b/MacPass/it.lproj/PasswordInputView.strings new file mode 100644 index 00000000..5f9fe2d6 --- /dev/null +++ b/MacPass/it.lproj/PasswordInputView.strings @@ -0,0 +1,15 @@ + +/* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ +"3.title" = "Unlock"; + +/* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ +"18.title" = "Keyfile"; + +/* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ +"269.title" = "Wrong password!"; + +/* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ +"339.placeholderString" = "Enter Password"; + +/* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ +"IU9-5u-jn9.title" = "Password"; diff --git a/MacPass/it.lproj/PluginSettings.strings b/MacPass/it.lproj/PluginSettings.strings new file mode 100644 index 00000000..64b67c39 --- /dev/null +++ b/MacPass/it.lproj/PluginSettings.strings @@ -0,0 +1,15 @@ + +/* Class = "NSTextFieldCell"; title = "If enabled, only properly signed Plugins will be loaded. Keep in mind, that Plugins have full access to your data! Changes take affect on restart."; ObjectID = "2bX-8S-9XM"; */ +"2bX-8S-9XM.title" = "If enabled, only properly signed Plugins will be loaded. Keep in mind, that Plugins have full access to your data! Changes take affect on restart."; + +/* Class = "NSButtonCell"; title = "Load unsecure Plugins"; ObjectID = "C4B-6z-ZqX"; */ +"C4B-6z-ZqX.title" = "Load unsecure Plugins"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "STt-PQ-Szr"; */ +"STt-PQ-Szr.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "fug-79-n9g"; */ +"fug-79-n9g.title" = "Table View Cell"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "vBs-Ga-aq0"; */ +"vBs-Ga-aq0.title" = "Box"; diff --git a/MacPass/it.lproj/ReferenceBuilderView.strings b/MacPass/it.lproj/ReferenceBuilderView.strings new file mode 100644 index 00000000..ee482019 --- /dev/null +++ b/MacPass/it.lproj/ReferenceBuilderView.strings @@ -0,0 +1,27 @@ + +/* Class = "NSMenuItem"; title = "Get"; ObjectID = "142-bE-IMZ"; */ +"142-bE-IMZ.title" = "Get"; + +/* Class = "NSTextFieldCell"; title = "Match"; ObjectID = "9ce-da-syF"; */ +"9ce-da-syF.title" = "Match"; + +/* Class = "NSTextFieldCell"; title = "Key"; ObjectID = "K1t-OZ-ACe"; */ +"K1t-OZ-ACe.title" = "Key"; + +/* Class = "NSButtonCell"; title = "Use"; ObjectID = "Kqx-qm-nMG"; */ +"Kqx-qm-nMG.title" = "Use"; + +/* Class = "NSTextFieldCell"; placeholderString = "Reference"; ObjectID = "dr9-x8-kKk"; */ +"dr9-x8-kKk.placeholderString" = "Reference"; + +/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "fNP-ye-2bD"; */ +"fNP-ye-2bD.placeholderString" = "Value"; + +/* Class = "NSTextFieldCell"; title = "Reference String"; ObjectID = "gik-Ha-hRd"; */ +"gik-Ha-hRd.title" = "Reference String"; + +/* Class = "NSTextFieldCell"; title = "Reference"; ObjectID = "r1V-VE-ngy"; */ +"r1V-VE-ngy.title" = "Reference"; + +/* Class = "NSMenuItem"; title = "Matching"; ObjectID = "yT1-XL-k6a"; */ +"yT1-XL-k6a.title" = "Matching"; diff --git a/MacPass/it.lproj/UpdateSettings.strings b/MacPass/it.lproj/UpdateSettings.strings new file mode 100644 index 00000000..66a60c59 --- /dev/null +++ b/MacPass/it.lproj/UpdateSettings.strings @@ -0,0 +1,21 @@ + +/* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */ +"3FR-Va-iau.title" = "every Week"; + +/* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */ +"9tL-CA-Vdg.title" = "Check for Updates"; + +/* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */ +"DjF-1I-6Nq.title" = "every Hour"; + +/* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */ +"RFg-q1-AwJ.title" = "Automatically Check for Updates"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */ +"RKd-H8-eCF.title" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */ +"Uo3-kv-1ro.title" = "every Month"; + +/* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */ +"o9E-hk-H1T.title" = "every Day"; diff --git a/MacPass/it.lproj/WelcomeWindow.strings b/MacPass/it.lproj/WelcomeWindow.strings new file mode 100644 index 00000000..d93dcf18 --- /dev/null +++ b/MacPass/it.lproj/WelcomeWindow.strings @@ -0,0 +1,15 @@ + +/* Class = "NSWindow"; title = "Welcome"; ObjectID = "1"; */ +"1.title" = "Benvenuto"; + +/* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "24"; */ +"24.title" = "Benvenuto a MacPass"; + +/* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "44"; */ +"44.title" = "Apri Database…"; + +/* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "48"; */ +"48.title" = "Crea nuovo Database"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "70"; */ +"70.title" = "Annulla"; diff --git a/MacPass/it.lproj/WorkflowSettings.strings b/MacPass/it.lproj/WorkflowSettings.strings new file mode 100644 index 00000000..56e8924f --- /dev/null +++ b/MacPass/it.lproj/WorkflowSettings.strings @@ -0,0 +1,42 @@ + +/* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */ +"2.title" = "Entry Table"; + +/* Class = "NSTextFieldCell"; title = "Double-click on URL:"; ObjectID = "10"; */ +"10.title" = "Double-click on URL:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "15"; */ +"15.title" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Copies URL"; ObjectID = "16"; */ +"16.title" = "Copies URL"; + +/* Class = "NSMenuItem"; title = "Opens URL"; ObjectID = "17"; */ +"17.title" = "Opens URL"; + +/* Class = "NSTextFieldCell"; title = "Double-click on Title:"; ObjectID = "37"; */ +"37.title" = "Double-click on Title:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "42"; */ +"42.title" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Is Ignored"; ObjectID = "43"; */ +"43.title" = "Is Ignored"; + +/* Class = "NSMenuItem"; title = "Opens Inspector"; ObjectID = "44"; */ +"44.title" = "Opens Inspector"; + +/* Class = "NSMenuItem"; title = "Default Browser"; ObjectID = "7YX-EA-9KA"; */ +"7YX-EA-9KA.title" = "Default Browser"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "XgO-Tj-QjO"; */ +"XgO-Tj-QjO.title" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "gej-kA-GzQ"; */ +"gej-kA-GzQ.title" = "Item 2"; + +/* Class = "NSTextFieldCell"; title = "Open URLs in:"; ObjectID = "soD-wI-YOH"; */ +"soD-wI-YOH.title" = "Open URLs in:"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "zC2-cM-KDv"; */ +"zC2-cM-KDv.title" = "Item 3"; diff --git a/MacPass/nl.lproj/Credits.rtf b/MacPass/nl.lproj/Credits.rtf index 51a3aead..34465627 100644 --- a/MacPass/nl.lproj/Credits.rtf +++ b/MacPass/nl.lproj/Credits.rtf @@ -1,4 +1,4 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf130 +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red52\green110\blue183;\red38\green38\blue38;} \paperw11900\paperh16840\vieww25780\viewh19380\viewkind0 @@ -37,6 +37,10 @@ You should have received a copy of the GNU General Public License along with thi \ Simplified Chinese by {\field{\*\fldinst{HYPERLINK "mailto:patchao2000@gmail.com"}}{\fldrslt Zhao Peng}}\ \ +Russian Translation by {\field{\*\fldinst{HYPERLINK "mailto:alex@mrdoggy.info"}}{\fldrslt Aliaksandr Piatkevich}}\ +\ +Italian Translation by {\field{\*\fldinst{HYPERLINK "mailto:info@francescoservida.ch"}}{\fldrslt Francesco Servida}}\ +\ MacPass\kerning1\expnd0\expndtw3 \kerning1\expnd0\expndtw0 Icon by {\field{\*\fldinst{HYPERLINK "http://iiro.jappinen.me"}}{\fldrslt Iiro J\'e4ppinen}}\ \ diff --git a/MacPass/ru.lproj/Credits.rtf b/MacPass/ru.lproj/Credits.rtf index 581eff8a..3149b833 100644 --- a/MacPass/ru.lproj/Credits.rtf +++ b/MacPass/ru.lproj/Credits.rtf @@ -41,6 +41,8 @@ Simplified Chinese by {\field{\*\fldinst{HYPERLINK "mailto:patchao2000@gmail.com \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 \cf0 Russian Translation by {\field{\*\fldinst{HYPERLINK "mailto:alex@mrdoggy.info"}}{\fldrslt Aliaksandr Piatkevich}}\ \ +Italian Translation by {\field{\*\fldinst{HYPERLINK "mailto:info@francescoservida.ch"}}{\fldrslt Francesco Servida}}\ +\ MacPass\kerning1\expnd0\expndtw3 \kerning1\expnd0\expndtw0 Icon by {\field{\*\fldinst{HYPERLINK "http://iiro.jappinen.me"}}{\fldrslt Iiro J\'e4ppinen}}\ \ diff --git a/MacPass/zh-Hans.lproj/Credits.rtf b/MacPass/zh-Hans.lproj/Credits.rtf index 51a3aead..34465627 100644 --- a/MacPass/zh-Hans.lproj/Credits.rtf +++ b/MacPass/zh-Hans.lproj/Credits.rtf @@ -1,4 +1,4 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf130 +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red52\green110\blue183;\red38\green38\blue38;} \paperw11900\paperh16840\vieww25780\viewh19380\viewkind0 @@ -37,6 +37,10 @@ You should have received a copy of the GNU General Public License along with thi \ Simplified Chinese by {\field{\*\fldinst{HYPERLINK "mailto:patchao2000@gmail.com"}}{\fldrslt Zhao Peng}}\ \ +Russian Translation by {\field{\*\fldinst{HYPERLINK "mailto:alex@mrdoggy.info"}}{\fldrslt Aliaksandr Piatkevich}}\ +\ +Italian Translation by {\field{\*\fldinst{HYPERLINK "mailto:info@francescoservida.ch"}}{\fldrslt Francesco Servida}}\ +\ MacPass\kerning1\expnd0\expndtw3 \kerning1\expnd0\expndtw0 Icon by {\field{\*\fldinst{HYPERLINK "http://iiro.jappinen.me"}}{\fldrslt Iiro J\'e4ppinen}}\ \ diff --git a/MacPassTests/it.lproj/InfoPlist.strings b/MacPassTests/it.lproj/InfoPlist.strings new file mode 100644 index 00000000..477b28ff --- /dev/null +++ b/MacPassTests/it.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + From 8f7155ce921bac401d5a1fb92be98b01d464dfb5 Mon Sep 17 00:00:00 2001 From: Francesco Servida Date: Sun, 10 Jan 2016 17:06:25 +0100 Subject: [PATCH 2/2] Finished italian translation Italian translation completed for all files --- .../it.lproj/DatabaseSettingsWindow.strings | 62 +++++------ MacPass/it.lproj/DatePickingView.strings | 4 +- MacPass/it.lproj/EntryInspectorView.strings | 42 ++++---- MacPass/it.lproj/GeneralSettings.strings | 38 +++---- MacPass/it.lproj/GroupInspectorView.strings | 8 +- MacPass/it.lproj/IconSelection.strings | 4 +- MacPass/it.lproj/InspectorView.strings | 18 ++-- MacPass/it.lproj/IntegrationSettings.strings | 24 ++--- MacPass/it.lproj/Localizable.strings | Bin 13952 -> 13968 bytes MacPass/it.lproj/MainMenu.strings | 100 +++++++++--------- MacPass/it.lproj/PasswordCreatorView.strings | 18 ++-- MacPass/it.lproj/PasswordInputView.strings | 8 +- MacPass/it.lproj/PluginSettings.strings | 4 +- MacPass/it.lproj/ReferenceBuilderView.strings | 16 +-- MacPass/it.lproj/UpdateSettings.strings | 12 +-- MacPass/it.lproj/WorkflowSettings.strings | 22 ++-- 16 files changed, 190 insertions(+), 190 deletions(-) diff --git a/MacPass/it.lproj/DatabaseSettingsWindow.strings b/MacPass/it.lproj/DatabaseSettingsWindow.strings index 174ad03a..d4ac0482 100644 --- a/MacPass/it.lproj/DatabaseSettingsWindow.strings +++ b/MacPass/it.lproj/DatabaseSettingsWindow.strings @@ -1,111 +1,111 @@ /* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */ -"1.title" = "Window"; +"1.title" = "Finestra"; /* Class = "NSTextFieldCell"; title = "Database name:"; ObjectID = "190"; */ -"190.title" = "Database name:"; +"190.title" = "Nome del database:"; /* Class = "NSTextFieldCell"; title = "Description:"; ObjectID = "257"; */ -"257.title" = "Description:"; +"257.title" = "Descrizione:"; /* Class = "NSButtonCell"; title = "OK"; ObjectID = "289"; */ "289.title" = "OK"; /* Class = "NSTabViewItem"; label = "General"; ObjectID = "358"; */ -"358.label" = "General"; +"358.label" = "Generale"; /* Class = "NSTabViewItem"; label = "Advanced"; ObjectID = "368"; */ -"368.label" = "Advanced"; +"368.label" = "Avanzato"; /* Class = "NSTabViewItem"; label = "Security"; ObjectID = "370"; */ -"370.label" = "Security"; +"370.label" = "Sicurezza"; /* Class = "NSButtonCell"; title = "Protect Title"; ObjectID = "464"; */ -"464.title" = "Protect Title"; +"464.title" = "Proteggi Titolo"; /* Class = "NSButtonCell"; title = "Protect Username"; ObjectID = "477"; */ -"477.title" = "Protect Username"; +"477.title" = "Proteggi Nome Utente"; /* Class = "NSButtonCell"; title = "Protect Password"; ObjectID = "505"; */ -"505.title" = "Protect Password"; +"505.title" = "Proteggi Password"; /* Class = "NSButtonCell"; title = "Protect URL"; ObjectID = "510"; */ -"510.title" = "Protect URL"; +"510.title" = "Proteggi URL"; /* Class = "NSButtonCell"; title = "Protect Notes"; ObjectID = "514"; */ -"514.title" = "Protect Notes"; +"514.title" = "Proteggi Note"; /* Class = "NSButtonCell"; title = "Enable Entry History"; ObjectID = "532"; */ -"532.title" = "Enable Entry History"; +"532.title" = "Abilita Cronologia Elementi"; /* Class = "NSButtonCell"; title = "Enable Recycle Bin"; ObjectID = "536"; */ -"536.title" = "Enable Recycle Bin"; +"536.title" = "Abilita Cestino"; /* Class = "NSButtonCell"; title = "Empty Recycle Bin on Quit"; ObjectID = "540"; */ -"540.title" = "Empty Recycle Bin on Quit"; +"540.title" = "Vuota Cestino alla Chiusura"; /* Class = "NSTextFieldCell"; title = "Maximum Items:"; ObjectID = "558"; */ -"558.title" = "Maximum Items:"; +"558.title" = "Elementi Massimi:"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "680"; */ "680.title" = "OtherViews"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "957"; */ -"957.title" = "Cancel"; +"957.title" = "Annulla"; /* Class = "NSTextFieldCell"; title = "Maximum Size:"; ObjectID = "1269"; */ -"1269.title" = "Maximum Size:"; +"1269.title" = "Taglia Massima:"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1396"; */ "1396.title" = "OtherViews"; /* Class = "NSMenuItem"; title = "None"; ObjectID = "1397"; */ -"1397.title" = "None"; +"1397.title" = "Nessuna"; /* Class = "NSMenuItem"; title = "GZip"; ObjectID = "1398"; */ "1398.title" = "GZip"; /* Class = "NSTextFieldCell"; title = "Compression:"; ObjectID = "1405"; */ -"1405.title" = "Compression:"; +"1405.title" = "Compressione:"; /* Class = "NSTextFieldCell"; title = "Color:"; ObjectID = "1435"; */ -"1435.title" = "Color:"; +"1435.title" = "Colore:"; /* Class = "NSTextFieldCell"; title = "Template Group:"; ObjectID = "1588"; */ -"1588.title" = "Template Group:"; +"1588.title" = "Modello Gruppo:"; /* Class = "NSTextFieldCell"; title = "Default Username:"; ObjectID = "1591"; */ -"1591.title" = "Default Username:"; +"1591.title" = "Nome Utente Predefinito:"; /* Class = "NSTextFieldCell"; title = "Key encryption rounds:"; ObjectID = "1644"; */ -"1644.title" = "Key encryption rounds:"; +"1644.title" = "Cicli di cifratura della chiave:"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1740"; */ "1740.title" = "OtherViews"; /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "1741"; */ -"1741.title" = "Item 1"; +"1741.title" = "Elemento 1"; /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1742"; */ -"1742.title" = "Item 2"; +"1742.title" = "Elemento 2"; /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1743"; */ -"1743.title" = "Item 3"; +"1743.title" = "Elemento 3"; /* Class = "NSButtonCell"; title = "Benchmark"; ObjectID = "1775"; */ "1775.title" = "Benchmark"; /* Class = "NSButtonCell"; title = "Recommend key change every:"; ObjectID = "CtU-Eq-dgy"; */ -"CtU-Eq-dgy.title" = "Recommend key change every:"; +"CtU-Eq-dgy.title" = "Raccomanda cambiamento della chiave ogni:"; /* Class = "NSTextFieldCell"; placeholderString = "days"; ObjectID = "M9G-Yy-1s4"; */ -"M9G-Yy-1s4.placeholderString" = "days"; +"M9G-Yy-1s4.placeholderString" = "giorni"; /* Class = "NSTextFieldCell"; placeholderString = "days"; ObjectID = "Nca-aw-6rR"; */ -"Nca-aw-6rR.placeholderString" = "days"; +"Nca-aw-6rR.placeholderString" = "giorni"; /* Class = "NSTextFieldCell"; title = "Disabling password protection will remove unallowed characters in passwords. This will cause data loss after saving."; ObjectID = "iZR-sj-MHg"; */ -"iZR-sj-MHg.title" = "Disabling password protection will remove unallowed characters in passwords. This will cause data loss after saving."; +"iZR-sj-MHg.title" = "La disattivazione della protezione delle password rimuoverà i caratteri non permessi dalle password. Ciò comporta una perdita di dati in seguito al salvataggio."; /* Class = "NSButtonCell"; title = "Force key change every:"; ObjectID = "z6u-YT-7LE"; */ -"z6u-YT-7LE.title" = "Force key change every:"; +"z6u-YT-7LE.title" = "Obbliga a cambiare la chiave ogni:"; diff --git a/MacPass/it.lproj/DatePickingView.strings b/MacPass/it.lproj/DatePickingView.strings index 04bc932e..0c9509c0 100644 --- a/MacPass/it.lproj/DatePickingView.strings +++ b/MacPass/it.lproj/DatePickingView.strings @@ -3,7 +3,7 @@ "17.title" = "OtherViews"; /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ -"26.title" = "Use Date"; +"26.title" = "Usa Data"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ -"30.title" = "Cancel"; +"30.title" = "Annulla"; diff --git a/MacPass/it.lproj/EntryInspectorView.strings b/MacPass/it.lproj/EntryInspectorView.strings index 3ff1cb0f..ed898e76 100644 --- a/MacPass/it.lproj/EntryInspectorView.strings +++ b/MacPass/it.lproj/EntryInspectorView.strings @@ -1,6 +1,6 @@ /* Class = "NSButtonCell"; title = "Generate"; ObjectID = "64"; */ -"64.title" = "Generate"; +"64.title" = "Genera"; /* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "65"; */ "65.title" = "Password"; @@ -9,28 +9,28 @@ "66.title" = "URL"; /* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "69"; */ -"69.title" = "Username"; +"69.title" = "Nome Utente"; /* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "71"; */ -"71.title" = "Title"; +"71.title" = "Titolo"; /* Class = "NSButtonCell"; title = "Expires"; ObjectID = "78"; */ -"78.title" = "Expires"; +"78.title" = "Scadenza"; /* Class = "NSTextFieldCell"; title = "Tags"; ObjectID = "79"; */ "79.title" = "Tags"; /* Class = "NSTabViewItem"; label = "Fields"; ObjectID = "108"; */ -"108.label" = "Fields"; +"108.label" = "Campi"; /* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "109"; */ -"109.label" = "Attachments"; +"109.label" = "Allegati"; /* Class = "NSTabViewItem"; label = "General"; ObjectID = "110"; */ -"110.label" = "General"; +"110.label" = "Generale"; /* Class = "NSTextFieldCell"; title = "Attachments"; ObjectID = "135"; */ -"135.title" = "Attachments"; +"135.title" = "Allegati"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "142"; */ "142.title" = "Text Cell"; @@ -48,52 +48,52 @@ "197.title" = "Text Cell"; /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "211"; */ -"211.placeholderString" = "Title"; +"211.placeholderString" = "Titolo"; /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */ -"214.placeholderString" = "Value"; +"214.placeholderString" = "Valore"; /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "225"; */ -"225.placeholderString" = "Value"; +"225.placeholderString" = "Valore"; /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "228"; */ -"228.placeholderString" = "Title"; +"228.placeholderString" = "Titolo"; /* Class = "NSSegmentedCell"; 238.ibShadowedLabels[0] = "General"; ObjectID = "238"; */ -"238.ibShadowedLabels[0]" = "General"; +"238.ibShadowedLabels[0]" = "Generale"; /* Class = "NSSegmentedCell"; 238.ibShadowedLabels[1] = "Files"; ObjectID = "238"; */ "238.ibShadowedLabels[1]" = "Files"; /* Class = "NSSegmentedCell"; 238.ibShadowedLabels[2] = "Custom"; ObjectID = "238"; */ -"238.ibShadowedLabels[2]" = "Custom"; +"238.ibShadowedLabels[2]" = "Personalizzato"; /* Class = "NSSegmentedCell"; 238.ibShadowedLabels[3] = "Autotype"; ObjectID = "238"; */ "238.ibShadowedLabels[3]" = "Autotype"; /* Class = "NSMenuItem"; title = "Save"; ObjectID = "0ok-MC-QMP"; */ -"0ok-MC-QMP.title" = "Save"; +"0ok-MC-QMP.title" = "Salva"; /* Class = "NSButtonCell"; title = "Enable Autotype"; ObjectID = "9Nx-mE-DK3"; */ -"9Nx-mE-DK3.title" = "Enable Autotype"; +"9Nx-mE-DK3.title" = "Abilita Autotype"; /* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "NtM-y3-l4D"; */ "NtM-y3-l4D.title" = "Quicklook"; /* Class = "NSTextFieldCell"; placeholderString = "Custom Entry Sequence"; ObjectID = "R2X-Ex-c6q"; */ -"R2X-Ex-c6q.placeholderString" = "Custom Entry Sequence"; +"R2X-Ex-c6q.placeholderString" = "Sequenza d'immissione personalizzata"; /* Class = "NSTextFieldCell"; title = "Window Sequence"; ObjectID = "RQB-bR-MC0"; */ "RQB-bR-MC0.title" = "Window Sequence"; /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "bQ5-0E-h3O"; */ -"bQ5-0E-h3O.title" = "Autotype Sequence"; +"bQ5-0E-h3O.title" = "Sequenza di Autotype"; /* Class = "NSTextFieldCell"; title = "Window Title"; ObjectID = "bkO-Bk-AuX"; */ -"bkO-Bk-AuX.title" = "Window Title"; +"bkO-Bk-AuX.title" = "Titolo Finestra"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "bke-G2-oEf"; */ -"bke-G2-oEf.title" = "Delete"; +"bke-G2-oEf.title" = "Elimina"; /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "dyA-lo-PGa"; */ "dyA-lo-PGa.title" = "Table View Cell"; @@ -111,7 +111,7 @@ "ned-1Q-FXA.title" = "Window Associations"; /* Class = "NSButtonCell"; title = "Obfuscate Autotype"; ObjectID = "oNq-kB-3eb"; */ -"oNq-kB-3eb.title" = "Obfuscate Autotype"; +"oNq-kB-3eb.title" = "Offusca Autotype"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "sNS-o1-pD7"; */ "sNS-o1-pD7.title" = "OtherViews"; diff --git a/MacPass/it.lproj/GeneralSettings.strings b/MacPass/it.lproj/GeneralSettings.strings index 2ccf40fe..0c2a83b1 100644 --- a/MacPass/it.lproj/GeneralSettings.strings +++ b/MacPass/it.lproj/GeneralSettings.strings @@ -1,63 +1,63 @@ /* Class = "NSMenu"; title = "ClipboardClearInterval"; ObjectID = "421"; */ -"421.title" = "ClipboardClearInterval"; +"421.title" = "Intervallo di svuotamento degli appunti"; /* Class = "NSMenuItem"; title = "after 10 Seconds"; ObjectID = "422"; */ -"422.title" = "after 10 Seconds"; +"422.title" = "dopo 10 Secondi"; /* Class = "NSMenuItem"; title = "after 30 Seconds"; ObjectID = "423"; */ -"423.title" = "after 30 Seconds"; +"423.title" = "dopo 30 Secondi"; /* Class = "NSMenuItem"; title = "after 1 Minute"; ObjectID = "424"; */ "424.title" = "after 1 Minute"; /* Class = "NSMenuItem"; title = "Never"; ObjectID = "429"; */ -"429.title" = "Never"; +"429.title" = "Mai"; /* Class = "NSTextFieldCell"; title = "Clear Copied Items"; ObjectID = "432"; */ -"432.title" = "Clear Copied Items"; +"432.title" = "Svuota Appunti"; /* Class = "NSButtonCell"; title = "Clear Clipboard on Quit"; ObjectID = "448"; */ -"448.title" = "Clear Clipboard on Quit"; +"448.title" = "Svuota Appunti all'uscita"; /* Class = "NSBox"; title = "Security"; ObjectID = "465"; */ -"465.title" = "Security"; +"465.title" = "Sicurezza"; /* Class = "NSButtonCell"; title = "Reopen last Database after Launch"; ObjectID = "531"; */ -"531.title" = "Reopen last Database after Launch"; +"531.title" = "Riapri l'ultimo database all'avvio"; /* Class = "NSMenu"; title = "LockTimes"; ObjectID = "586"; */ "586.title" = "LockTimes"; /* Class = "NSMenuItem"; title = "for 1 Minute"; ObjectID = "588"; */ -"588.title" = "for 1 Minute"; +"588.title" = "per 1 Minuto"; /* Class = "NSMenuItem"; title = "for 5 Minutes"; ObjectID = "589"; */ -"589.title" = "for 5 Minutes"; +"589.title" = "per 5 Minuti"; /* Class = "NSMenuItem"; title = "for 15 Minutes"; ObjectID = "603"; */ -"603.title" = "for 15 Minutes"; +"603.title" = "per 15 Minuti"; /* Class = "NSButtonCell"; title = "Lock after sleep"; ObjectID = "631"; */ -"631.title" = "Lock after sleep"; +"631.title" = "Blocca dopo sospensione"; /* Class = "NSMenuItem"; title = "Never"; ObjectID = "804"; */ -"804.title" = "Never"; +"804.title" = "Mai"; /* Class = "NSTextFieldCell"; title = "Lock while idle"; ObjectID = "806"; */ -"806.title" = "Lock while idle"; +"806.title" = "Blocca se non utilizzato"; /* Class = "NSButtonCell"; title = "Create new Database if activated"; ObjectID = "880"; */ -"880.title" = "Create new Database if activated"; +"880.title" = "Crea nuovo Database se attivato"; /* Class = "NSBox"; title = "Startup"; ObjectID = "888"; */ -"888.title" = "Startup"; +"888.title" = "Avvio"; /* Class = "NSButtonCell"; title = "Clear all stored locations"; ObjectID = "8Ri-2s-c39"; */ -"8Ri-2s-c39.title" = "Clear all stored locations"; +"8Ri-2s-c39.title" = "Svuota tutte le posizioni in memoria"; /* Class = "NSTextFieldCell"; title = "Enabling this compromises security. If enabled, your preferences will contain mappings from database to keyfile. Key locations for databases without a password will not be saved."; ObjectID = "ACh-7H-42N"; */ -"ACh-7H-42N.title" = "Enabling this compromises security. If enabled, your preferences will contain mappings from database to keyfile. Key locations for databases without a password will not be saved."; +"ACh-7H-42N.title" = "Abilitare questo compromette la sicurezza. Se abilitato, le preferenze conterranno dei rinvii dal database al file chiave. La posizione delle chiavi per un database senza password non sarà salvata."; /* Class = "NSButtonCell"; title = "Remember Keyfile for Databases"; ObjectID = "r6q-He-nYU"; */ -"r6q-He-nYU.title" = "Remember Keyfile for Databases"; +"r6q-He-nYU.title" = "Ricorda file chiave per i database"; diff --git a/MacPass/it.lproj/GroupInspectorView.strings b/MacPass/it.lproj/GroupInspectorView.strings index 7f108c30..a45dfe06 100644 --- a/MacPass/it.lproj/GroupInspectorView.strings +++ b/MacPass/it.lproj/GroupInspectorView.strings @@ -1,9 +1,9 @@ /* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */ -"25.title" = "Name"; +"25.title" = "Nome"; /* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */ -"32.title" = "Expires"; +"32.title" = "Scadenza"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */ "231.title" = "OtherViews"; @@ -12,10 +12,10 @@ "243.title" = "OtherViews"; /* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */ -"265.title" = "Search"; +"265.title" = "Cerca"; /* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */ "277.title" = "Autotype"; /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "6FG-UZ-Adh"; */ -"6FG-UZ-Adh.title" = "Autotype Sequence"; +"6FG-UZ-Adh.title" = "Sequenza di Autotype"; diff --git a/MacPass/it.lproj/IconSelection.strings b/MacPass/it.lproj/IconSelection.strings index 42b0eae2..12ba49c6 100644 --- a/MacPass/it.lproj/IconSelection.strings +++ b/MacPass/it.lproj/IconSelection.strings @@ -1,6 +1,6 @@ /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ -"102.title" = "Use Default Icon"; +"102.title" = "Usa icona predefinita"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ -"1kM-cI-P1o.title" = "Cancel"; +"1kM-cI-P1o.title" = "Annulla"; diff --git a/MacPass/it.lproj/InspectorView.strings b/MacPass/it.lproj/InspectorView.strings index dde7617c..1fba4e48 100644 --- a/MacPass/it.lproj/InspectorView.strings +++ b/MacPass/it.lproj/InspectorView.strings @@ -1,27 +1,27 @@ /* Class = "NSTabViewItem"; label = "Group"; ObjectID = "2896"; */ -"2896.label" = "Group"; +"2896.label" = "Gruppo"; /* Class = "NSTabViewItem"; label = "Entry"; ObjectID = "2897"; */ -"2897.label" = "Entry"; +"2897.label" = "Elemento"; /* Class = "NSTabViewItem"; label = "NoSelection"; ObjectID = "2974"; */ -"2974.label" = "NoSelection"; +"2974.label" = "Nessuna Selezione"; /* Class = "NSTextFieldCell"; title = "No Selection"; ObjectID = "2986"; */ -"2986.title" = "No Selection"; +"2986.title" = "Nessuna Selezione"; /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "3014"; */ -"3014.title" = "Label"; +"3014.title" = "Etichetta"; /* Class = "NSButtonCell"; title = "Edit"; ObjectID = "3110"; */ -"3110.title" = "Edit"; +"3110.title" = "Modifica"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "3127"; */ -"3127.title" = "Cancel"; +"3127.title" = "Annulla"; /* Class = "NSTextFieldCell"; title = "Notes"; ObjectID = "hwn-UY-9Cr"; */ -"hwn-UY-9Cr.title" = "Notes"; +"hwn-UY-9Cr.title" = "Note"; /* Class = "NSButtonCell"; title = "History"; ObjectID = "w1z-1n-b0m"; */ -"w1z-1n-b0m.title" = "History"; +"w1z-1n-b0m.title" = "Cronologia"; diff --git a/MacPass/it.lproj/IntegrationSettings.strings b/MacPass/it.lproj/IntegrationSettings.strings index e05d6d15..00a85c3d 100644 --- a/MacPass/it.lproj/IntegrationSettings.strings +++ b/MacPass/it.lproj/IntegrationSettings.strings @@ -1,39 +1,39 @@ /* Class = "NSButtonCell"; title = "Enable global Autotype"; ObjectID = "1qb-Rd-jYu"; */ -"1qb-Rd-jYu.title" = "Enable global Autotype"; +"1qb-Rd-jYu.title" = "Abilita Autotype globalmente"; /* Class = "NSTextFieldCell"; title = "Shortcut"; ObjectID = "6oN-CH-T0O"; */ -"6oN-CH-T0O.title" = "Shortcut"; +"6oN-CH-T0O.title" = "Scorciatoia"; /* Class = "NSButtonCell"; title = "Include Host for matches"; ObjectID = "B1D-j9-L8x"; */ -"B1D-j9-L8x.title" = "Include Host for matches"; +"B1D-j9-L8x.title" = "Includi Host per corrispondenze"; /* Class = "NSButtonCell"; title = "Enable Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */ -"ERs-ct-Eyx.title" = "Enable Quicklook Preview"; +"ERs-ct-Eyx.title" = "Abilita Anteprima Quicklook"; /* Class = "NSTextFieldCell"; title = "Shortcut is missing Key"; ObjectID = "Lxp-wI-yQy"; */ -"Lxp-wI-yQy.title" = "Shortcut is missing Key"; +"Lxp-wI-yQy.title" = "Manca una chiave alla scorciatoia"; /* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */ "P9N-HM-wER.title" = "Autotype"; /* Class = "NSTextFieldCell"; title = "If enabled, every {CONTROL} command will be sent as ⌘. Only disable this if you are sure you need to."; ObjectID = "QRy-CY-ENC"; */ -"QRy-CY-ENC.title" = "If enabled, every {CONTROL} command will be sent as ⌘. Only disable this if you are sure you need to."; +"QRy-CY-ENC.title" = "Se abilitato, ogni {CONTROL} comando sarà inviato come ⌘. Disabilita solo se sei sicuro sia necessario."; /* Class = "NSButtonCell"; title = "Interpret ⌃ as ⌘"; ObjectID = "QfO-yG-l3F"; */ -"QfO-yG-l3F.title" = "Interpret ⌃ as ⌘"; +"QfO-yG-l3F.title" = "Interpreta ⌃ come ⌘"; /* Class = "NSButtonCell"; title = "Include URL for matches"; ObjectID = "TzR-00-Vp3"; */ -"TzR-00-Vp3.title" = "Include URL for matches"; +"TzR-00-Vp3.title" = "Includi URL per corrispondenze"; /* Class = "NSBox"; title = "Preview"; ObjectID = "VVs-b5-cX9"; */ -"VVs-b5-cX9.title" = "Preview"; +"VVs-b5-cX9.title" = "Anteprima"; /* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a temporary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */ -"WmI-IB-Aso.title" = "If enabled attached files will be copied to a temporary location for preview and deleted after the preview is closed."; +"WmI-IB-Aso.title" = "Se abilitato i file allegati saranno copiati in una cartella temporanea per l'anteprima ed eliminati alla chiusura dell'anteprima."; /* Class = "NSButtonCell"; title = "Include Tags for matches"; ObjectID = "rbu-G7-MT8"; */ -"rbu-G7-MT8.title" = "Include Tags for matches"; +"rbu-G7-MT8.title" = "Includi Tag per corrispondenze"; /* Class = "NSButtonCell"; title = "Include Title for matches"; ObjectID = "tmL-dT-D0G"; */ -"tmL-dT-D0G.title" = "Include Title for matches"; +"tmL-dT-D0G.title" = "Includi Titolo per corrispondenze"; diff --git a/MacPass/it.lproj/Localizable.strings b/MacPass/it.lproj/Localizable.strings index a397362d08fd6ba80aead0ba8236c3446dc56ec1..9f462c5d36bdc21fbc14f5db030e9446030a876f 100644 GIT binary patch delta 20 ccmZq3oshd>0sCYb9-+x?B7B=SuwT#v092+2vH$=8 delta 16 YcmbP`+mO3q0sCYRc7e?Y*e~b-06V}2tN;K2 diff --git a/MacPass/it.lproj/MainMenu.strings b/MacPass/it.lproj/MainMenu.strings index 054a9b91..18befc0b 100644 --- a/MacPass/it.lproj/MainMenu.strings +++ b/MacPass/it.lproj/MainMenu.strings @@ -3,13 +3,13 @@ "5.title" = "Bring All to Front"; /* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */ -"19.title" = "Window"; +"19.title" = "Finestra"; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "23"; */ -"23.title" = "Minimize"; +"23.title" = "Riduci"; /* Class = "NSMenu"; title = "Window"; ObjectID = "24"; */ -"24.title" = "Window"; +"24.title" = "Finestra"; /* Class = "NSMenu"; title = "AMainMenu"; ObjectID = "29"; */ "29.title" = "AMainMenu"; @@ -21,139 +21,139 @@ "57.title" = "MacPass"; /* Class = "NSMenuItem"; title = "About MacPass"; ObjectID = "58"; */ -"58.title" = "About MacPass"; +"58.title" = "Riguardo a MacPass"; /* Class = "NSMenuItem"; title = "Open…"; ObjectID = "72"; */ -"72.title" = "Open…"; +"72.title" = "Apri…"; /* Class = "NSMenuItem"; title = "Close"; ObjectID = "73"; */ -"73.title" = "Close"; +"73.title" = "Chiudi"; /* Class = "NSMenuItem"; title = "Save…"; ObjectID = "75"; */ -"75.title" = "Save…"; +"75.title" = "Salva…"; /* Class = "NSMenu"; title = "File"; ObjectID = "81"; */ "81.title" = "File"; /* Class = "NSMenuItem"; title = "New"; ObjectID = "82"; */ -"82.title" = "New"; +"82.title" = "Nuovo"; /* Class = "NSMenuItem"; title = "File"; ObjectID = "83"; */ "83.title" = "File"; /* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "112"; */ -"112.title" = "Revert to Saved"; +"112.title" = "Ripristina versione salvata"; /* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "124"; */ -"124.title" = "Open Recent"; +"124.title" = "Apri Recente"; /* Class = "NSMenu"; title = "Open Recent"; ObjectID = "125"; */ -"125.title" = "Open Recent"; +"125.title" = "Apri Recente"; /* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "126"; */ -"126.title" = "Clear Menu"; +"126.title" = "Svuota Menu"; /* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "129"; */ -"129.title" = "Preferences…"; +"129.title" = "Preferenze…"; /* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */ -"130.title" = "Services"; +"130.title" = "Servizi"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */ -"131.title" = "Services"; +"131.title" = "Servizi"; /* Class = "NSMenuItem"; title = "Hide MacPass"; ObjectID = "134"; */ -"134.title" = "Hide MacPass"; +"134.title" = "Nascondi MacPass"; /* Class = "NSMenuItem"; title = "Quit MacPass"; ObjectID = "136"; */ -"136.title" = "Quit MacPass"; +"136.title" = "Chiudi MacPass"; /* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */ -"145.title" = "Hide Others"; +"145.title" = "Nascondi Altri"; /* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */ -"150.title" = "Show All"; +"150.title" = "Mostra Tutto"; /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "197"; */ -"197.title" = "Copy"; +"197.title" = "Copia"; /* Class = "NSMenuItem"; title = "Select All"; ObjectID = "198"; */ -"198.title" = "Select All"; +"198.title" = "Seleziona Tutto"; /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "199"; */ -"199.title" = "Cut"; +"199.title" = "Taglia"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "202"; */ -"202.title" = "Delete"; +"202.title" = "Elimina"; /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "203"; */ -"203.title" = "Paste"; +"203.title" = "Incolla"; /* Class = "NSMenu"; title = "Edit"; ObjectID = "205"; */ -"205.title" = "Edit"; +"205.title" = "Modifica"; /* Class = "NSMenuItem"; title = "Undo"; ObjectID = "207"; */ -"207.title" = "Undo"; +"207.title" = "Annulla"; /* Class = "NSMenuItem"; title = "Find…"; ObjectID = "209"; */ -"209.title" = "Find…"; +"209.title" = "Cerca…"; /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "215"; */ -"215.title" = "Redo"; +"215.title" = "Ripristina"; /* Class = "NSMenuItem"; title = "Edit"; ObjectID = "217"; */ -"217.title" = "Edit"; +"217.title" = "Modifica"; /* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "239"; */ -"239.title" = "Zoom"; +"239.title" = "Ingrandisci"; /* Class = "NSMenuItem"; title = "View"; ObjectID = "295"; */ -"295.title" = "View"; +"295.title" = "Vista"; /* Class = "NSMenu"; title = "View"; ObjectID = "296"; */ -"296.title" = "View"; +"296.title" = "Vista"; /* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "297"; */ -"297.title" = "Show Toolbar"; +"297.title" = "Mostra Barra Strumenti"; /* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "298"; */ -"298.title" = "Customize Toolbar…"; +"298.title" = "Modifica Barra Strumenti…"; /* Class = "NSMenuItem"; title = "Help"; ObjectID = "490"; */ -"490.title" = "Help"; +"490.title" = "Aiuto"; /* Class = "NSMenu"; title = "Help"; ObjectID = "491"; */ -"491.title" = "Help"; +"491.title" = "Aiuto"; /* Class = "NSMenuItem"; title = "MacPass Help"; ObjectID = "492"; */ -"492.title" = "MacPass Help"; +"492.title" = "Aiuto di MacPass"; /* Class = "NSMenuItem"; title = "Toggle Inspector"; ObjectID = "1181"; */ -"1181.title" = "Toggle Inspector"; +"1181.title" = "Attiva/Disattiva Inspector"; /* Class = "NSMenuItem"; title = "Show Password Creator"; ObjectID = "1200"; */ -"1200.title" = "Show Password Creator"; +"1200.title" = "Mostra Strumento di Creazione Password"; /* Class = "NSMenuItem"; title = "Change Master Password…"; ObjectID = "1203"; */ -"1203.title" = "Change Master Password…"; +"1203.title" = "Cambia Master Password…"; /* Class = "NSMenuItem"; title = "Database Settings…"; ObjectID = "1231"; */ -"1231.title" = "Database Settings…"; +"1231.title" = "Impostazioni Database…"; /* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "1243"; */ -"1243.title" = "Save As…"; +"1243.title" = "Salva Come…"; /* Class = "NSMenuItem"; title = "Export As XML…"; ObjectID = "1259"; */ -"1259.title" = "Export As XML…"; +"1259.title" = "Esporta Come XML…"; /* Class = "NSMenuItem"; title = "Lock"; ObjectID = "1261"; */ -"1261.title" = "Lock"; +"1261.title" = "Blocca"; /* Class = "NSMenuItem"; title = "Focus Entries"; ObjectID = "2VP-vB-IeX"; */ -"2VP-vB-IeX.title" = "Focus Entries"; +"2VP-vB-IeX.title" = "Focus Elementi"; /* Class = "NSMenuItem"; title = "Focus Groups"; ObjectID = "HxM-dV-LIH"; */ -"HxM-dV-LIH.title" = "Focus Groups"; +"HxM-dV-LIH.title" = "Focus Gruppi"; /* Class = "NSMenuItem"; title = "Focus Inspector"; ObjectID = "Zje-Me-5c8"; */ "Zje-Me-5c8.title" = "Focus Inspector"; @@ -162,13 +162,13 @@ "aVO-9F-Lwc.title" = "Quicklook"; /* Class = "NSMenuItem"; title = "Save a Copy…"; ObjectID = "i24-Gn-j9c"; */ -"i24-Gn-j9c.title" = "Save a Copy…"; +"i24-Gn-j9c.title" = "Salva una Copia…"; /* Class = "NSMenuItem"; title = "Fix Autotype…"; ObjectID = "nx7-Vf-LiD"; */ -"nx7-Vf-LiD.title" = "Fix Autotype…"; +"nx7-Vf-LiD.title" = "Aggiusta Autotype…"; /* Class = "NSMenuItem"; title = "Import XML…"; ObjectID = "rW0-r1-QYL"; */ -"rW0-r1-QYL.title" = "Import XML…"; +"rW0-r1-QYL.title" = "Importa XML…"; /* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "zMO-8r-g5v"; */ -"zMO-8r-g5v.title" = "Check for Updates…"; +"zMO-8r-g5v.title" = "Verifica Aggiornamenti…"; diff --git a/MacPass/it.lproj/PasswordCreatorView.strings b/MacPass/it.lproj/PasswordCreatorView.strings index 200a38c8..8055728f 100644 --- a/MacPass/it.lproj/PasswordCreatorView.strings +++ b/MacPass/it.lproj/PasswordCreatorView.strings @@ -3,10 +3,10 @@ "149.title" = "Password:"; /* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "179"; */ -"179.title" = "Length:"; +"179.title" = "Lunghezza:"; /* Class = "NSBox"; title = "Allowed Characters"; ObjectID = "332"; */ -"332.title" = "Allowed Characters"; +"332.title" = "Caratteri Permessi"; /* Class = "NSButtonCell"; title = "A-Z"; ObjectID = "453"; */ "453.title" = "A-Z"; @@ -21,25 +21,25 @@ "465.title" = "#!?"; /* Class = "NSButtonCell"; title = "Custom"; ObjectID = "469"; */ -"469.title" = "Custom"; +"469.title" = "Personalizzato"; /* Class = "NSButtonCell"; title = "Use Password"; ObjectID = "495"; */ -"495.title" = "Use Password"; +"495.title" = "Usa Password"; /* Class = "NSButtonCell"; title = "Copy password to pasteboard"; ObjectID = "501"; */ -"501.title" = "Copy password to pasteboard"; +"501.title" = "Copia password negli appunti"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "614"; */ -"614.title" = "Cancel"; +"614.title" = "Annulla"; /* Class = "NSTextFieldCell"; title = "Entropy:"; ObjectID = "647"; */ -"647.title" = "Entropy:"; +"647.title" = "Entropia:"; /* Class = "NSTextFieldCell"; title = "25000 bit"; ObjectID = "653"; */ "653.title" = "25000 bit"; /* Class = "NSButtonCell"; title = "Set Default"; ObjectID = "Wvs-Md-Ob8"; */ -"Wvs-Md-Ob8.title" = "Set Default"; +"Wvs-Md-Ob8.title" = "Imposta Predefinito"; /* Class = "NSButtonCell"; title = "Use default only for selected entry"; ObjectID = "cfZ-5F-Nge"; */ -"cfZ-5F-Nge.title" = "Use default only for selected entry"; +"cfZ-5F-Nge.title" = "Usa predefinito solo per l'elemento selezionato"; diff --git a/MacPass/it.lproj/PasswordInputView.strings b/MacPass/it.lproj/PasswordInputView.strings index 5f9fe2d6..de7bd0b4 100644 --- a/MacPass/it.lproj/PasswordInputView.strings +++ b/MacPass/it.lproj/PasswordInputView.strings @@ -1,15 +1,15 @@ /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ -"3.title" = "Unlock"; +"3.title" = "Sblocca"; /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ -"18.title" = "Keyfile"; +"18.title" = "File chiave"; /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ -"269.title" = "Wrong password!"; +"269.title" = "Password errata!"; /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ -"339.placeholderString" = "Enter Password"; +"339.placeholderString" = "Inserisci Password"; /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ "IU9-5u-jn9.title" = "Password"; diff --git a/MacPass/it.lproj/PluginSettings.strings b/MacPass/it.lproj/PluginSettings.strings index 64b67c39..e95d240d 100644 --- a/MacPass/it.lproj/PluginSettings.strings +++ b/MacPass/it.lproj/PluginSettings.strings @@ -1,9 +1,9 @@ /* Class = "NSTextFieldCell"; title = "If enabled, only properly signed Plugins will be loaded. Keep in mind, that Plugins have full access to your data! Changes take affect on restart."; ObjectID = "2bX-8S-9XM"; */ -"2bX-8S-9XM.title" = "If enabled, only properly signed Plugins will be loaded. Keep in mind, that Plugins have full access to your data! Changes take affect on restart."; +"2bX-8S-9XM.title" = "Se abilitato, solo i plugin correttamente firmati saranno caricati. Tieni a mente che i plugin hanno pieno accesso ai tuoi dati! Ogni cambiamento ha effetto dopo un riavvio dell'applicazione."; /* Class = "NSButtonCell"; title = "Load unsecure Plugins"; ObjectID = "C4B-6z-ZqX"; */ -"C4B-6z-ZqX.title" = "Load unsecure Plugins"; +"C4B-6z-ZqX.title" = "Carica Plugin non sicuri"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "STt-PQ-Szr"; */ "STt-PQ-Szr.title" = "Text Cell"; diff --git a/MacPass/it.lproj/ReferenceBuilderView.strings b/MacPass/it.lproj/ReferenceBuilderView.strings index ee482019..fb714d3d 100644 --- a/MacPass/it.lproj/ReferenceBuilderView.strings +++ b/MacPass/it.lproj/ReferenceBuilderView.strings @@ -1,27 +1,27 @@ /* Class = "NSMenuItem"; title = "Get"; ObjectID = "142-bE-IMZ"; */ -"142-bE-IMZ.title" = "Get"; +"142-bE-IMZ.title" = "Ottieni"; /* Class = "NSTextFieldCell"; title = "Match"; ObjectID = "9ce-da-syF"; */ -"9ce-da-syF.title" = "Match"; +"9ce-da-syF.title" = "Corrispondenza"; /* Class = "NSTextFieldCell"; title = "Key"; ObjectID = "K1t-OZ-ACe"; */ -"K1t-OZ-ACe.title" = "Key"; +"K1t-OZ-ACe.title" = "Chiave"; /* Class = "NSButtonCell"; title = "Use"; ObjectID = "Kqx-qm-nMG"; */ -"Kqx-qm-nMG.title" = "Use"; +"Kqx-qm-nMG.title" = "Usa"; /* Class = "NSTextFieldCell"; placeholderString = "Reference"; ObjectID = "dr9-x8-kKk"; */ -"dr9-x8-kKk.placeholderString" = "Reference"; +"dr9-x8-kKk.placeholderString" = "Referenza"; /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "fNP-ye-2bD"; */ -"fNP-ye-2bD.placeholderString" = "Value"; +"fNP-ye-2bD.placeholderString" = "Valore"; /* Class = "NSTextFieldCell"; title = "Reference String"; ObjectID = "gik-Ha-hRd"; */ -"gik-Ha-hRd.title" = "Reference String"; +"gik-Ha-hRd.title" = "Stringa di referenza"; /* Class = "NSTextFieldCell"; title = "Reference"; ObjectID = "r1V-VE-ngy"; */ -"r1V-VE-ngy.title" = "Reference"; +"r1V-VE-ngy.title" = "Referenza"; /* Class = "NSMenuItem"; title = "Matching"; ObjectID = "yT1-XL-k6a"; */ "yT1-XL-k6a.title" = "Matching"; diff --git a/MacPass/it.lproj/UpdateSettings.strings b/MacPass/it.lproj/UpdateSettings.strings index 66a60c59..68018a81 100644 --- a/MacPass/it.lproj/UpdateSettings.strings +++ b/MacPass/it.lproj/UpdateSettings.strings @@ -1,21 +1,21 @@ /* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */ -"3FR-Va-iau.title" = "every Week"; +"3FR-Va-iau.title" = "ogni Settimana"; /* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */ -"9tL-CA-Vdg.title" = "Check for Updates"; +"9tL-CA-Vdg.title" = "Verifica Aggiornamenti"; /* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */ -"DjF-1I-6Nq.title" = "every Hour"; +"DjF-1I-6Nq.title" = "ogni Ora"; /* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */ -"RFg-q1-AwJ.title" = "Automatically Check for Updates"; +"RFg-q1-AwJ.title" = "Verifica Aggiornamenti Automaticamente"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */ "RKd-H8-eCF.title" = "OtherViews"; /* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */ -"Uo3-kv-1ro.title" = "every Month"; +"Uo3-kv-1ro.title" = "ogni Mese"; /* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */ -"o9E-hk-H1T.title" = "every Day"; +"o9E-hk-H1T.title" = "ogni Giorno"; diff --git a/MacPass/it.lproj/WorkflowSettings.strings b/MacPass/it.lproj/WorkflowSettings.strings index 56e8924f..1f2a5281 100644 --- a/MacPass/it.lproj/WorkflowSettings.strings +++ b/MacPass/it.lproj/WorkflowSettings.strings @@ -1,42 +1,42 @@ /* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */ -"2.title" = "Entry Table"; +"2.title" = "Tavola Elementi"; /* Class = "NSTextFieldCell"; title = "Double-click on URL:"; ObjectID = "10"; */ -"10.title" = "Double-click on URL:"; +"10.title" = "Doppio clic sull'URL:"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "15"; */ "15.title" = "OtherViews"; /* Class = "NSMenuItem"; title = "Copies URL"; ObjectID = "16"; */ -"16.title" = "Copies URL"; +"16.title" = "Copia URL"; /* Class = "NSMenuItem"; title = "Opens URL"; ObjectID = "17"; */ -"17.title" = "Opens URL"; +"17.title" = "Apri URL"; /* Class = "NSTextFieldCell"; title = "Double-click on Title:"; ObjectID = "37"; */ -"37.title" = "Double-click on Title:"; +"37.title" = "Doppio clic sul titolo:"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "42"; */ "42.title" = "OtherViews"; /* Class = "NSMenuItem"; title = "Is Ignored"; ObjectID = "43"; */ -"43.title" = "Is Ignored"; +"43.title" = "É ignorato"; /* Class = "NSMenuItem"; title = "Opens Inspector"; ObjectID = "44"; */ -"44.title" = "Opens Inspector"; +"44.title" = "Apre Inspector"; /* Class = "NSMenuItem"; title = "Default Browser"; ObjectID = "7YX-EA-9KA"; */ -"7YX-EA-9KA.title" = "Default Browser"; +"7YX-EA-9KA.title" = "Browser Predefinito"; /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "XgO-Tj-QjO"; */ "XgO-Tj-QjO.title" = "OtherViews"; /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "gej-kA-GzQ"; */ -"gej-kA-GzQ.title" = "Item 2"; +"gej-kA-GzQ.title" = "Elemento 2"; /* Class = "NSTextFieldCell"; title = "Open URLs in:"; ObjectID = "soD-wI-YOH"; */ -"soD-wI-YOH.title" = "Open URLs in:"; +"soD-wI-YOH.title" = "Apre URL in:"; /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "zC2-cM-KDv"; */ -"zC2-cM-KDv.title" = "Item 3"; +"zC2-cM-KDv.title" = "Elemento 3";