diff options
author | Damiano Galassi <[email protected]> | 2019-02-14 18:12:13 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-02-14 18:12:13 +0100 |
commit | 9bab7da96bfc0bbfd13274ba47016092c0327b97 (patch) | |
tree | 18308924e95bceffa9dac2511f4090f080ae80aa /macosx/HandBrake.xcodeproj/project.pbxproj | |
parent | d79e33831e4713493e74a9267dc2bb5fe260685a (diff) |
MacGui: add Italian localisation.
Diffstat (limited to 'macosx/HandBrake.xcodeproj/project.pbxproj')
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 40d39ac42..a3372867f 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -273,6 +273,7 @@ A9E52CD8218DD52B00E17B86 /* ExceptionAlert.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9E52CD6218DD52A00E17B86 /* ExceptionAlert.xib */; }; A9F217E61E2F934C00C10C6E /* container-migration.plist in Resources */ = {isa = PBXBuildFile; fileRef = A9F217E51E2F934C00C10C6E /* container-migration.plist */; }; A9F472891976B7F30009EC65 /* HBSubtitlesDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F472871976B7F30009EC65 /* HBSubtitlesDefaultsController.m */; }; + A9F5E3332215D85A0046FA4B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A9F5E3312215D85A0046FA4B /* Localizable.strings */; }; A9F7102619A475EC00F61301 /* HBDockTile.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F7102519A475EC00F61301 /* HBDockTile.m */; }; D86C9DD51C6D372500F06F1B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D86C9DD41C6D372500F06F1B /* Assets.xcassets */; }; /* End PBXBuildFile section */ @@ -663,6 +664,35 @@ A9F472871976B7F30009EC65 /* HBSubtitlesDefaultsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBSubtitlesDefaultsController.m; sourceTree = "<group>"; }; A9F4728B1976BAA70009EC65 /* HBSubtitlesDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBSubtitlesDefaults.h; sourceTree = "<group>"; }; A9F4728C1976BAA70009EC65 /* HBSubtitlesDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBSubtitlesDefaults.m; sourceTree = "<group>"; }; + A9F5E3302215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; }; + A9F5E3322215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; }; + A9F5E3342215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; }; + A9F5E3352215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBEncodingProgressHUDController.strings; sourceTree = "<group>"; }; + A9F5E3362215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBTitleSelection.strings; sourceTree = "<group>"; }; + A9F5E3372215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Presets.strings; sourceTree = "<group>"; }; + A9F5E3382215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/AddPreset.strings; sourceTree = "<group>"; }; + A9F5E3392215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBPreviewViewController.strings; sourceTree = "<group>"; }; + A9F5E33A2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/ExceptionAlert.strings; sourceTree = "<group>"; }; + A9F5E33B2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/MainMenu.strings; sourceTree = "<group>"; }; + A9F5E33C2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Subtitles.strings; sourceTree = "<group>"; }; + A9F5E33D2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Video.strings; sourceTree = "<group>"; }; + A9F5E33E2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PictureSettings.strings; sourceTree = "<group>"; }; + A9F5E33F2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBFiltersViewController.strings; sourceTree = "<group>"; }; + A9F5E3402215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Preferences.strings; sourceTree = "<group>"; }; + A9F5E3412215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/MainWindow.strings; sourceTree = "<group>"; }; + A9F5E3422215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBPictureHUDController.strings; sourceTree = "<group>"; }; + A9F5E3432215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Audio.strings; sourceTree = "<group>"; }; + A9F5E3442215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBRenamePresetController.strings; sourceTree = "<group>"; }; + A9F5E3452215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/OutputPanel.strings; sourceTree = "<group>"; }; + A9F5E3462215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBAddCategoryController.strings; sourceTree = "<group>"; }; + A9F5E3472215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBSummaryViewController.strings; sourceTree = "<group>"; }; + A9F5E3482215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/PicturePreview.strings; sourceTree = "<group>"; }; + A9F5E3492215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/SubtitlesDefaults.strings; sourceTree = "<group>"; }; + A9F5E34A2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/AudioDefaults.strings; sourceTree = "<group>"; }; + A9F5E34B2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Queue.strings; sourceTree = "<group>"; }; + A9F5E34C2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBPictureViewController.strings; sourceTree = "<group>"; }; + A9F5E34D2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/HBPlayerHUDController.strings; sourceTree = "<group>"; }; + A9F5E34E2215D85A0046FA4B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/ChaptersTitles.strings; sourceTree = "<group>"; }; A9F7102419A475EC00F61301 /* HBDockTile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HBDockTile.h; sourceTree = "<group>"; }; A9F7102519A475EC00F61301 /* HBDockTile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HBDockTile.m; sourceTree = "<group>"; }; D86C9DD41C6D372500F06F1B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; @@ -832,6 +862,7 @@ 273F1FDE14AD9DA40021BE6D = { isa = PBXGroup; children = ( + A9F5E3312215D85A0046FA4B /* Localizable.strings */, 273F204114ADBC210021BE6D /* HandBrake */, 273F200214ADAE950021BE6D /* HandBrakeCLI */, A9736F031C7DA5FE008F1D18 /* HandBrakeKit */, @@ -1543,6 +1574,7 @@ en, Base, de, + it, ); mainGroup = 273F1FDE14AD9DA40021BE6D; productRefGroup = 273F200014ADAE950021BE6D /* Products */; @@ -1586,6 +1618,7 @@ A9E1468216BC2AD800C307BC /* PlayTemplate.pdf in Resources */, A9A96BAD20CAD5A200A39AFB /* MainMenu.xib in Resources */, A9A96BD720CAD64300A39AFB /* PictureSettings.xib in Resources */, + A9F5E3332215D85A0046FA4B /* Localizable.strings in Resources */, A9A96BD120CAD62500A39AFB /* ChaptersTitles.xib in Resources */, A91AD3441FB5D9A500AEA822 /* HBAddCategoryController.xib in Resources */, A9A96B8520CAD2CC00A39AFB /* HBEncodingProgressHUDController.xib in Resources */, @@ -1808,6 +1841,7 @@ children = ( A9A96B8D20CAD2EE00A39AFB /* Base */, A9637D9F20F7A252001EAE7C /* de */, + A9F5E3442215D85A0046FA4B /* it */, ); name = HBRenamePresetController.xib; sourceTree = "<group>"; @@ -1825,6 +1859,7 @@ children = ( A953FF3820CAD29300325A51 /* Base */, A9637DA220F7A252001EAE7C /* de */, + A9F5E3472215D85A0046FA4B /* it */, ); name = HBSummaryViewController.xib; sourceTree = "<group>"; @@ -1834,6 +1869,7 @@ children = ( A9A96B8C20CAD2E700A39AFB /* Base */, A9637DA120F7A252001EAE7C /* de */, + A9F5E3462215D85A0046FA4B /* it */, ); name = HBAddCategoryController.xib; sourceTree = "<group>"; @@ -1843,6 +1879,7 @@ children = ( A9A96B8B20CAD2DB00A39AFB /* Base */, A9637D9420F7A252001EAE7C /* de */, + A9F5E3382215D85A0046FA4B /* it */, ); name = AddPreset.xib; sourceTree = "<group>"; @@ -1852,6 +1889,7 @@ children = ( A94DC2DD20CADA2C00EAC8FD /* Base */, A9637D9B20F7A252001EAE7C /* de */, + A9F5E3412215D85A0046FA4B /* it */, ); name = MainWindow.xib; sourceTree = "<group>"; @@ -1869,6 +1907,7 @@ children = ( A9A96B8320CAD2C200A39AFB /* Base */, A9637D9D20F7A252001EAE7C /* de */, + A9F5E3422215D85A0046FA4B /* it */, ); name = HBPictureHUDController.xib; sourceTree = "<group>"; @@ -1878,6 +1917,7 @@ children = ( A9A96B8620CAD2CC00A39AFB /* Base */, A9637D9120F7A252001EAE7C /* de */, + A9F5E3352215D85A0046FA4B /* it */, ); name = HBEncodingProgressHUDController.xib; sourceTree = "<group>"; @@ -1887,6 +1927,7 @@ children = ( A9A96B8920CAD2D100A39AFB /* Base */, A9637DA920F7A252001EAE7C /* de */, + A9F5E34D2215D85A0046FA4B /* it */, ); name = HBPlayerHUDController.xib; sourceTree = "<group>"; @@ -1896,6 +1937,7 @@ children = ( A9A96BAC20CAD5A100A39AFB /* Base */, A9637D9620F7A252001EAE7C /* de */, + A9F5E33B2215D85A0046FA4B /* it */, ); name = MainMenu.xib; sourceTree = "<group>"; @@ -1905,6 +1947,7 @@ children = ( A9A96BAF20CAD5BD00A39AFB /* Base */, A9637D9320F7A252001EAE7C /* de */, + A9F5E3372215D85A0046FA4B /* it */, ); name = Presets.xib; sourceTree = "<group>"; @@ -1914,6 +1957,7 @@ children = ( A9A96BB520CAD5D600A39AFB /* Base */, A9637D9220F7A252001EAE7C /* de */, + A9F5E3362215D85A0046FA4B /* it */, ); name = HBTitleSelection.xib; sourceTree = "<group>"; @@ -1923,6 +1967,7 @@ children = ( A9A96BB820CAD5ED00A39AFB /* Base */, A9637DA820F7A252001EAE7C /* de */, + A9F5E34C2215D85A0046FA4B /* it */, ); name = HBPictureViewController.xib; sourceTree = "<group>"; @@ -1932,6 +1977,7 @@ children = ( A9A96BBB20CAD5F300A39AFB /* Base */, A9637D9A20F7A252001EAE7C /* de */, + A9F5E33F2215D85A0046FA4B /* it */, ); name = HBFiltersViewController.xib; sourceTree = "<group>"; @@ -1941,6 +1987,7 @@ children = ( A9A96BBE20CAD5F700A39AFB /* Base */, A9637D9820F7A252001EAE7C /* de */, + A9F5E33D2215D85A0046FA4B /* it */, ); name = Video.xib; sourceTree = "<group>"; @@ -1950,6 +1997,7 @@ children = ( A9A96BC420CAD60900A39AFB /* Base */, A9637D9E20F7A252001EAE7C /* de */, + A9F5E3432215D85A0046FA4B /* it */, ); name = Audio.xib; sourceTree = "<group>"; @@ -1959,6 +2007,7 @@ children = ( A9A96BC720CAD61000A39AFB /* Base */, A9637DA620F7A252001EAE7C /* de */, + A9F5E34A2215D85A0046FA4B /* it */, ); name = AudioDefaults.xib; sourceTree = "<group>"; @@ -1968,6 +2017,7 @@ children = ( A9A96BCA20CAD61800A39AFB /* Base */, A9637D9720F7A252001EAE7C /* de */, + A9F5E33C2215D85A0046FA4B /* it */, ); name = Subtitles.xib; sourceTree = "<group>"; @@ -1977,6 +2027,7 @@ children = ( A9A96BCD20CAD61F00A39AFB /* Base */, A9637DA420F7A252001EAE7C /* de */, + A9F5E3492215D85A0046FA4B /* it */, ); name = SubtitlesDefaults.xib; sourceTree = "<group>"; @@ -1986,6 +2037,7 @@ children = ( A9A96BD020CAD62500A39AFB /* Base */, A9637DAA20F7A252001EAE7C /* de */, + A9F5E34E2215D85A0046FA4B /* it */, ); name = ChaptersTitles.xib; sourceTree = "<group>"; @@ -1995,6 +2047,7 @@ children = ( A9A96BD320CAD63000A39AFB /* Base */, A9637DA720F7A252001EAE7C /* de */, + A9F5E34B2215D85A0046FA4B /* it */, ); name = Queue.xib; sourceTree = "<group>"; @@ -2004,6 +2057,7 @@ children = ( A9A96BD620CAD64200A39AFB /* Base */, A9637D9920F7A252001EAE7C /* de */, + A9F5E33E2215D85A0046FA4B /* it */, ); name = PictureSettings.xib; sourceTree = "<group>"; @@ -2013,6 +2067,7 @@ children = ( A9A96BD920CAD64B00A39AFB /* Base */, A9637DA320F7A252001EAE7C /* de */, + A9F5E3482215D85A0046FA4B /* it */, ); name = PicturePreview.xib; sourceTree = "<group>"; @@ -2022,6 +2077,7 @@ children = ( A9A96BDC20CAD66000A39AFB /* Base */, A9637DA020F7A252001EAE7C /* de */, + A9F5E3452215D85A0046FA4B /* it */, ); name = OutputPanel.xib; sourceTree = "<group>"; @@ -2031,6 +2087,7 @@ children = ( A9A96BDF20CAD66500A39AFB /* Base */, A9637D9C20F7A252001EAE7C /* de */, + A9F5E3402215D85A0046FA4B /* it */, ); name = Preferences.xib; sourceTree = "<group>"; @@ -2040,6 +2097,7 @@ children = ( A9A96BE220CAD6CD00A39AFB /* Base */, A9637D9520F7A252001EAE7C /* de */, + A9F5E3392215D85A0046FA4B /* it */, ); name = HBPreviewViewController.xib; sourceTree = "<group>"; @@ -2049,6 +2107,7 @@ children = ( A9B6B9F0217B408E00B957AE /* de */, A95CB2FB217B6D07001E9F51 /* en */, + A9F5E3302215D85A0046FA4B /* it */, ); name = InfoPlist.strings; sourceTree = "<group>"; @@ -2057,6 +2116,7 @@ isa = PBXVariantGroup; children = ( A9B6B9F3217B408E00B957AE /* de */, + A9F5E3342215D85A0046FA4B /* it */, ); name = Localizable.strings; sourceTree = "<group>"; @@ -2065,10 +2125,20 @@ isa = PBXVariantGroup; children = ( A9E52CD7218DD52A00E17B86 /* Base */, + A9F5E33A2215D85A0046FA4B /* it */, ); name = ExceptionAlert.xib; sourceTree = "<group>"; }; + A9F5E3312215D85A0046FA4B /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + A9F5E3322215D85A0046FA4B /* it */, + ); + name = Localizable.strings; + path = build/release/external/macosx; + sourceTree = "<group>"; + }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ |