mirror of
https://github.com/munki/munki.git
synced 2026-04-26 06:48:57 -05:00
Merge Pepjin Bruienne's Dutch localization
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -65,6 +65,10 @@
|
||||
9CB75D9915505CFA00DE19F0 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
9CB75D9A15505D3100DE19F0 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
|
||||
9CB75DA715505FA200DE19F0 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
9CF76DB515ADCF2900EC7445 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Dutch; path = Dutch.lproj/MainMenu.strings; sourceTree = "<group>"; };
|
||||
9CF76DB615ADCF3900EC7445 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Dutch; path = Dutch.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
9CF76DB715ADCF4600EC7445 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Dutch; path = Dutch.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
9CF76DB815ADCF5300EC7445 /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Dutch; path = Dutch.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
|
||||
C0458B4A11EB888C001F1172 /* BorderlessWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BorderlessWindow.m; sourceTree = "<group>"; };
|
||||
C0458B4C11EB8899001F1172 /* ScaledImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScaledImageView.m; sourceTree = "<group>"; };
|
||||
C0458B4E11EB88AD001F1172 /* BorderlessWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BorderlessWindow.h; sourceTree = "<group>"; };
|
||||
@@ -249,6 +253,7 @@
|
||||
German,
|
||||
Finnish,
|
||||
Spanish,
|
||||
Dutch,
|
||||
);
|
||||
mainGroup = 29B97314FDCFA39411CA2CEA /* Managed Software Update */;
|
||||
projectDirPath = "";
|
||||
@@ -321,7 +326,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "# generate localizable strings\n./Localize.py --to English --genstrings \"./*.{h,m,py}\" --utf8\n\n# localize nibs\n./Localize.py --from English --to Finnish --utf8\n./Localize.py --from English --to French --utf8\n./Localize.py --from English --to German --utf8\n./Localize.py --from English --to Spanish --utf8";
|
||||
shellScript = "# generate localizable strings\n./Localize.py --to English --genstrings \"./*.{h,m,py}\" --utf8\n\n# localize nibs\n./Localize.py --from English --to Dutch --utf8\n./Localize.py --from English --to Finnish --utf8\n./Localize.py --from English --to French --utf8\n./Localize.py --from English --to German --utf8\n./Localize.py --from English --to Spanish --utf8";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
@@ -347,6 +352,7 @@
|
||||
9CB75D9915505CFA00DE19F0 /* French */,
|
||||
9C31DF831552EBE100541665 /* Finnish */,
|
||||
9C40244B15ACF280001002D4 /* Spanish */,
|
||||
9CF76DB615ADCF3900EC7445 /* Dutch */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
@@ -359,6 +365,7 @@
|
||||
9CB75DA715505FA200DE19F0 /* French */,
|
||||
9C31DF851552EC1900541665 /* Finnish */,
|
||||
9C40244915ACF23B001002D4 /* Spanish */,
|
||||
9CF76DB715ADCF4600EC7445 /* Dutch */,
|
||||
);
|
||||
name = MainMenu.xib;
|
||||
sourceTree = "<group>";
|
||||
@@ -371,6 +378,7 @@
|
||||
9CB75D9A15505D3100DE19F0 /* French */,
|
||||
9C31DF841552EBFD00541665 /* Finnish */,
|
||||
9C40244A15ACF268001002D4 /* Spanish */,
|
||||
9CF76DB815ADCF5300EC7445 /* Dutch */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
path = German.lproj;
|
||||
@@ -384,6 +392,7 @@
|
||||
9CB75D9815505CC200DE19F0 /* French */,
|
||||
9C31DF821552EB8A00541665 /* Finnish */,
|
||||
9C40244C15ACF294001002D4 /* Spanish */,
|
||||
9CF76DB515ADCF2900EC7445 /* Dutch */,
|
||||
);
|
||||
name = MainMenu.strings;
|
||||
sourceTree = "<group>";
|
||||
|
||||
Reference in New Issue
Block a user