-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localized Info.Plist to German (#102)
* translated Info.plist to German
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,7 @@ | |
02F2D4472455D81C009741DA /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 02F2D3F72455D81C009741DA /* [email protected] */; }; | ||
02F2D4482455D81C009741DA /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 02F2D3F82455D81C009741DA /* [email protected] */; }; | ||
325C0945246054AF0043B6A7 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325C0943246053E10043B6A7 /* SwiftUI.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; | ||
3DB1260024686F0800E74AA5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3DB1260224686F0800E74AA5 /* InfoPlist.strings */; }; | ||
3DF14B2B24664B2600438646 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3DF14B2D24664B2600438646 /* Localizable.strings */; }; | ||
4C2D676B245DA41E005831C4 /* TurnipsChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C2D676A245DA41E005831C4 /* TurnipsChartView.swift */; }; | ||
4C2D676E245F0666005831C4 /* TurnipsChartBottomLegendView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C2D676D245F0666005831C4 /* TurnipsChartBottomLegendView.swift */; }; | ||
|
@@ -350,6 +351,7 @@ | |
02F2D3F72455D81C009741DA /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
02F2D3F82455D81C009741DA /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
325C0943246053E10043B6A7 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/SwiftUI.framework; sourceTree = DEVELOPER_DIR; }; | ||
3DB1260324686F0B00E74AA5 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
3DF14B2C24664B2600438646 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; | ||
3DF14B2E24664B4A00438646 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; | ||
4C2D676A245DA41E005831C4 /* TurnipsChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnipsChartView.swift; sourceTree = "<group>"; }; | ||
|
@@ -815,6 +817,7 @@ | |
69AF8C5E243E2841001DD9CB /* Info.plist */, | ||
69AF8C58243E2841001DD9CB /* Preview Content */, | ||
3DF14B2D24664B2600438646 /* Localizable.strings */, | ||
3DB1260224686F0800E74AA5 /* InfoPlist.strings */, | ||
); | ||
path = ACHNBrowserUI; | ||
sourceTree = "<group>"; | ||
|
@@ -1223,6 +1226,7 @@ | |
02F2D43D2455D81C009741DA /* [email protected] in Resources */, | ||
02F2D4342455D81C009741DA /* [email protected] in Resources */, | ||
69CFCAA2245AAF520059C067 /* accessories in Resources */, | ||
3DB1260024686F0800E74AA5 /* InfoPlist.strings in Resources */, | ||
69CFCAA4245AAF520059C067 /* nookmiles in Resources */, | ||
69CFCAB6245AAF520059C067 /* bottoms in Resources */, | ||
69CFCAA8245AAF520059C067 /* fossils in Resources */, | ||
|
@@ -1390,6 +1394,14 @@ | |
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
3DB1260224686F0800E74AA5 /* InfoPlist.strings */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
3DB1260324686F0B00E74AA5 /* de */, | ||
); | ||
name = InfoPlist.strings; | ||
sourceTree = "<group>"; | ||
}; | ||
3DF14B2D24664B2600438646 /* Localizable.strings */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
InfoPlist.strings | ||
ACHNBrowserUI | ||
|
||
Created by Jan on 10.05.20. | ||
Copyright © 2020 Thomas Ricouard. All rights reserved. | ||
*/ | ||
|
||
NSPhotoLibraryAddUsageDescription = "Speichern von Bildern wie beispielsweise Möbel oder generierte Bilder aus der \"Teilen\"-Funktion"; |