mirror of
https://github.com/munki/munki.git
synced 2026-02-15 19:50:41 -06:00
Merge branch 'master' of https://code.google.com/p/munki
This commit is contained in:
@@ -73,6 +73,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>"; };
|
||||
9CD833BC16D3E13A00BE1ABF /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/MainMenu.strings; sourceTree = "<group>"; };
|
||||
9CD833BD16D3E14D00BE1ABF /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
9CD833BE16D3E16100BE1ABF /* ru */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ru; path = ru.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
9CD833BF16D3E16E00BE1ABF /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
|
||||
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>"; };
|
||||
@@ -265,6 +269,7 @@
|
||||
fi,
|
||||
da,
|
||||
nb,
|
||||
ru,
|
||||
);
|
||||
mainGroup = 29B97314FDCFA39411CA2CEA /* Managed Software Update */;
|
||||
projectDirPath = "";
|
||||
@@ -337,7 +342,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 da --utf8\n./Localize.py --from English --to Dutch --utf8\n./Localize.py --from English --to fi --utf8\n./Localize.py --from English --to French --utf8\n./Localize.py --from English --to German --utf8\n./Localize.py --from English --to nb --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 French --utf8\n./Localize.py --from English --to German --utf8\n./Localize.py --from English --to Spanish --utf8\n./Localize.py --from English --to da --utf8\n./Localize.py --from English --to fi --utf8\n./Localize.py --from English --to nb --utf8\n./Localize.py --from English --to ru --utf8";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
@@ -366,6 +371,7 @@
|
||||
9C0BC20615F1618C00CF98A3 /* fi */,
|
||||
9C5652C716077216006120E1 /* da */,
|
||||
9C1EA58A1666B5C70047469A /* nb */,
|
||||
9CD833BD16D3E14D00BE1ABF /* ru */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
@@ -381,6 +387,7 @@
|
||||
9C5652C81607722A006120E1 /* da */,
|
||||
9C5652C91607723E006120E1 /* fi */,
|
||||
9C1EA5AE1666B7B40047469A /* nb */,
|
||||
9CD833BE16D3E16100BE1ABF /* ru */,
|
||||
);
|
||||
name = MainMenu.xib;
|
||||
sourceTree = "<group>";
|
||||
@@ -396,6 +403,7 @@
|
||||
9C0BC20715F161A500CF98A3 /* fi */,
|
||||
9C5652CA16077254006120E1 /* da */,
|
||||
9C1EA58B1666B5F60047469A /* nb */,
|
||||
9CD833BF16D3E16E00BE1ABF /* ru */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
path = German.lproj;
|
||||
@@ -412,6 +420,7 @@
|
||||
9C0BC20515F1617F00CF98A3 /* fi */,
|
||||
9C5652C6160771FA006120E1 /* da */,
|
||||
9C1EA5891666B5B50047469A /* nb */,
|
||||
9CD833BC16D3E13A00BE1ABF /* ru */,
|
||||
);
|
||||
name = MainMenu.strings;
|
||||
sourceTree = "<group>";
|
||||
|
||||
Reference in New Issue
Block a user