en_CA, en_GB, en_CA: s/Center/Centre/g

- also add CFBundleDisplayName in InfoPlist.strings
This commit is contained in:
Timothy Sutton
2014-08-07 12:07:29 -04:00
parent 6b9c50c9af
commit d7d5fc1b41
20 changed files with 1844 additions and 2 deletions
@@ -93,6 +93,15 @@
C0B3744518708A0300B6204E /* WebResources */ = {isa = PBXFileReference; lastKnownFileType = folder; path = WebResources; sourceTree = "<group>"; };
C0E098BB1857A3C80045DEEB /* msulib.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = msulib.py; sourceTree = "<group>"; };
C0F1586D187D256200052F9A /* MyStuffTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = MyStuffTemplate.png; sourceTree = "<group>"; };
E62967521993D4A400ADCB43 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en_GB; path = en_GB.lproj/MainMenu.xib; sourceTree = "<group>"; };
E62967541993D4AF00ADCB43 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/Localizable.strings; sourceTree = "<group>"; };
E62967551993D4B900ADCB43 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E665C3B81993D58D00C428C4 /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_AU; path = en_AU.lproj/Localizable.strings; sourceTree = "<group>"; };
E665C3BA1993D59600C428C4 /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_AU; path = en_AU.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E665C3BB1993D5A600C428C4 /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en_AU; path = en_AU.lproj/MainMenu.xib; sourceTree = "<group>"; };
E68EB44F1993C3950003D10C /* en_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_CA; path = en_CA.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E68EB4501993C3AC0003D10C /* en_CA */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en_CA; path = en_CA.lproj/MainMenu.xib; sourceTree = "<group>"; };
E68EB4521993C40C0003D10C /* en_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_CA; path = en_CA.lproj/Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -267,6 +276,9 @@
es,
"nl-NL",
nl,
en_CA,
en_GB,
en_AU,
);
mainGroup = C09004E216CDD84E00BE34CE;
productRefGroup = C09004EE16CDD84E00BE34CE /* Products */;
@@ -323,7 +335,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd Managed\\ Software\\ Center\n\n# generate localizable strings\n./Localize.py --to en --genstrings \"./*.{h,m,py}\" --utf8\n\n# localize nibs\n./Localize.py --from en --to nl --utf8\n./Localize.py --from en --to fr --utf8\n./Localize.py --from en --to de --utf8\n./Localize.py --from en --to es --utf8\n./Localize.py --from en --to da --utf8\n./Localize.py --from en --to fi --utf8\n./Localize.py --from en --to nb --utf8\n./Localize.py --from en --to ru --utf8\n./Localize.py --from en --to sv --utf8";
shellScript = "cd Managed\\ Software\\ Center\n\n# generate localizable strings\n./Localize.py --to en --genstrings \"./*.{h,m,py}\" --utf8\n\n# localize nibs\n./Localize.py --from en --to nl --utf8\n./Localize.py --from en --to fr --utf8\n./Localize.py --from en --to de --utf8\n./Localize.py --from en --to es --utf8\n./Localize.py --from en --to da --utf8\n./Localize.py --from en --to fi --utf8\n./Localize.py --from en --to nb --utf8\n./Localize.py --from en --to ru --utf8\n./Localize.py --from en --to sv --utf8\n./Localize.py --from en --to en_CA --utf8\n./Localize.py --from en --to en_GB --utf8\n./Localize.py --from en --to en_AU --utf8\n";
};
C09CE1DA18BEA59E00B9724A /* Embed version info */ = {
isa = PBXShellScriptBuildPhase;
@@ -366,6 +378,9 @@
C02C98901911B83000425167 /* ru */,
C02C98911911B83100425167 /* sv */,
C07E957F1913EE4600B40B9A /* nl */,
E68EB4521993C40C0003D10C /* en_CA */,
E62967541993D4AF00ADCB43 /* en_GB */,
E665C3B81993D58D00C428C4 /* en_AU */,
);
name = Localizable.strings;
sourceTree = "<group>";
@@ -383,6 +398,9 @@
C02C98821911B68800425167 /* ru */,
C02C98841911B69000425167 /* sv */,
C07E95801913EE4600B40B9A /* nl */,
E68EB44F1993C3950003D10C /* en_CA */,
E62967551993D4B900ADCB43 /* en_GB */,
E665C3BA1993D59600C428C4 /* en_AU */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@@ -400,6 +418,9 @@
C02C98811911B68800425167 /* ru */,
C02C98831911B69000425167 /* sv */,
C07E957E1913EE4600B40B9A /* nl */,
E68EB4501993C3AC0003D10C /* en_CA */,
E62967521993D4A400ADCB43 /* en_GB */,
E665C3BB1993D5A600C428C4 /* en_AU */,
);
name = MainMenu.xib;
sourceTree = "<group>";
@@ -0,0 +1,5 @@
/* Localized versions of Info.plist keys */
"CFBundleName" = "Managed Software Centre";
"CFBundleDisplayName" = "Managed Software Centre";
NSHumanReadableCopyright = "Copyright © 2010-2014 The Munki Project\nhttp://code.google.com/p/munki";
@@ -0,0 +1,357 @@
/* Multiple Updates message */
"%s pending updates" = "%s pending updates";
/* One Update message */
"1 pending update" = "1 pending update";
/* Forced Logout warning detail */
"\nAll pending updates will be installed. Unsaved work will be lost.\nYou may avoid the forced logout by logging out now." = "\nAll pending updates will be installed. Unsaved work will be lost.\nYou may avoid the forced logout by logging out now.";
/* Logout Required detail */
"A logout is required before updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "A logout is required before updating. Please be patient as there may be a short delay at the login window. Log out and update now?";
/* Logout warning string when logout is an hour or more away */
"A logout will be forced at approximately %s." = "A logout will be forced at approximately %s.";
/* Logout warning string when logout is in < 60 minutes */
"A logout will be forced in less than %s minutes." = "A logout will be forced in less than %s minutes.";
/* Logout warning string when logout is in less than a minute */
"A logout will be forced in less than a minute.\nAll pending updates will be installed. Unsaved work will be lost." = "A logout will be forced in less than a minute.\nAll pending updates will be installed. Unsaved work will be lost.";
/* Removal Error message */
"A removal attempt failed. Removal will be attempted again.\nIf this situation continues, contact your systems administrator." = "A removal attempt failed. Removal will be attempted again.\nIf this situation continues, contact your systems administrator.";
/* Restart Required detail */
"A restart is required after updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "A restart is required after updating. Please be patient as there may be a short delay at the login window. Log out and update now?";
/* Additional Pending Updates title */
"Additional Pending Updates" = "Additional Pending Updates";
/* Install Error message */
"An installation attempt failed. Installation will be attempted again.\nIf this situation continues, contact your systems administrator." = "An installation attempt failed. Installation will be attempted again.\nIf this situation continues, contact your systems administrator.";
/* Other Users Blocking Apps Running title */
"Applications in use by others" = "Applications in use by others";
/* Cancel button title
Cancel Install short action text
Cancel Removal short action text
Cancel Update short action text */
"Cancel" = "Cancel";
/* Cancel Install long action text */
"Cancel install" = "Cancel install";
/* Cancel Removal long action text */
"Cancel removal" = "Cancel removal";
/* Cancel Update long action text */
"Cancel update" = "Cancel update";
/* Item Not Found message */
"Cannot display the requested item." = "Cannot display the requested item.";
/* Sidebar Category label */
"Category:" = "Category:";
/* Check Again button title */
"Check Again" = "Check Again";
/* Checking For Updates message */
"Checking for updates..." = "Checking for updates...";
/* Blocking Apps Running title */
"Conflicting applications running" = "Conflicting applications running";
/* Continue button text */
"Continue" = "Continue";
/* Critical Update type */
"Critical Update" = "Critical Update";
/* Unavailable long action text */
"Currently Unavailable" = "Currently Unavailable";
/* Sidebar Developer label */
"Developer:" = "Developer:";
/* Downloading status text */
"Downloading" = "Downloading";
/* Sidebar Due label */
"Due:" = "Due:";
/* Firmware Alert Default detail */
"Firmware will be updated on your computer. Your computer's power cord must be connected and plugged into a working power source. It may take several minutes for the update to complete. Do not disturb or shut off the power on your computer during this update." = "Firmware will be updated on your computer. Your computer's power cord must be connected and plugged into a working power source. It may take several minutes for the update to complete. Do not disturb or shut off the power on your computer during this update.";
/* No Power Source Warning detail */
"For best results, you should connect your computer to a power source before updating. Are you sure you want to continue the update?" = "For best results, you should connect your computer to a power source before updating. Are you sure you want to continue the update?";
/* Forced Logout title text */
"Forced Logout for Mandatory Install" = "Forced Logout for Mandatory Install";
/* Sidebar Information label */
"Information" = "Information";
/* Install long action text
Install short action text */
"Install" = "Install";
/* Install Requested status text */
"Install requested" = "Install requested";
/* Install Required long action text */
"Install Required" = "Install Required";
/* Install Session Failed title */
"Install session failed" = "Install session failed";
/* Install Error status text */
"Installation Error" = "Installation Error";
/* Installed long action text
Installed short action text
Installed status text */
"Installed" = "Installed";
/* Installing long action text
Installing short action text
Installing status text */
"Installing" = "Installing";
/* Log out and Update button text */
"Log out and update" = "Log out and update";
/* Logout and Update Now button text */
"Log out and update now" = "Log out and update now";
/* Logout Required title
Require Logout message */
"Logout Required" = "Logout Required";
/* Failed Preflight Check detail */
"Managed Software Center cannot check for updates now.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centre cannot check for updates now.\nTry again later. If this situation continues, contact your systems administrator.";
/* Cannot Contact Server detail */
"Managed Software Center cannot contact the update server at this time.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centre cannot contact the update server at this time.\nTry again later. If this situation continues, contact your systems administrator.";
/* Managed Update type */
"Managed Update" = "Managed Update";
/* Mandatory Updates Pending text */
"Mandatory Updates Pending" = "Mandatory Updates Pending";
/* More link text */
"More" = "More";
/* Sidebar More By Developer label */
"More by %s" = "More by %s";
/* Sidebar More In Category label */
"More in %s" = "More in %s";
/* My Items Header label */
"My Items" = "My Items";
/* No Licenses Available display text */
"No licenses available" = "No licenses available";
/* No Updates message */
"No pending updates" = "No pending updates";
/* Not Currently Available display text */
"Not currently available" = "Not currently available";
/* Not Enough Disk Space display text */
"Not enough disk space" = "Not enough disk space";
/* Not Installed status text */
"Not installed" = "Not installed";
/* OK button title */
"OK" = "OK";
/* Forced Install Date summary */
"One or more items must be installed by %s" = "One or more items must be installed by %s";
/* Mandatory Updates Imminent detail */
"One or more mandatory updates are overdue for installation. A logout will be forced soon." = "One or more mandatory updates are overdue for installation. A logout will be forced soon.";
/* Mandatory Updates Pending detail */
"One or more updates must be installed by %s. A logout may be forced if you wait too long to update." = "One or more updates must be installed by %s. A logout may be forced if you wait too long to update.";
/* Other Available Updates label */
"Other available updates" = "Other available updates";
/* Other Users Blocking Apps Running detail */
"Other logged in users are using the following applications. Try updating later when they are no longer in use:\n\n%s" = "Other logged in users are using the following applications. Try updating later when they are no longer in use:\n\n%s";
/* Other Users Logged In title */
"Other users logged in" = "Other users logged in";
/* Pending Updates alert title */
"Pending updates" = "Pending updates";
/* Preparing Removal status text */
"Preparing removal" = "Preparing removal";
/* Quit button title */
"Quit" = "Quit";
/* Removal Error status text */
"Removal Error" = "Removal Error";
/* Removal Requested display text
Removal Requested status text */
"Removal requested" = "Removal requested";
/* Remove long action text
Remove short action text */
"Remove" = "Remove";
/* Removing long action text
Removing short action text
Removing status text */
"Removing" = "Removing";
/* Install Required long action text
Install Required short action text
Update Required short action text */
"Required" = "Required";
/* Restart button title */
"Restart" = "Restart";
/* Require Restart message
Restart Required alert title
Restart Required title */
"Restart Required" = "Restart Required";
/* No Installed Software secondary text */
"Select software to install." = "Select software to install.";
/* Sidebar Size label */
"Size:" = "Size:";
/* Restart Required alert detail */
"Software installed or removed requires a restart. You will have a chance to save open documents." = "Software installed or removed requires a restart. You will have a chance to save open documents.";
/* Sidebar Status label */
"Status:" = "Status:";
/* Additional Pending Updates detail */
"There are additional pending updates to install or remove." = "There are additional pending updates to install or remove.";
/* No Items primary text */
"There are no available software items." = "There are no available software items.";
/* No Developer Results primary text */
"There are no items from this developer." = "There are no items from this developer.";
/* No Category Results primary text */
"There are no items in this category." = "There are no items in this category.";
/* Other Users Logged In detail */
"There are other users logged into this computer.\nUpdating now could cause other users to lose their work.\n\nPlease try again later after the other users have logged out." = "There are other users logged into this computer.\nUpdating now could cause other users to lose their work.\n\nPlease try again later after the other users have logged out.";
/* Pending Updates alert detail text */
"There are pending updates for this computer." = "There are pending updates for this computer.";
/* Could Not Start Session message */
"There is a configuration problem with the managed software installer. Could not start the process. Contact your systems administrator." = "There is a configuration problem with the managed software installer. Could not start the process. Contact your systems administrator.";
/* Unexpected Session End message */
"There is a configuration problem with the managed software installer. The process ended unexpectedly. Contact your systems administrator." = "There is a configuration problem with the managed software installer. The process ended unexpectedly. Contact your systems administrator.";
/* No Pending Updates secondary text */
"There is no new software for your computer at this time." = "There is no new software for your computer at this time.";
/* Dependency List prologue text */
"This item is required by:" = "This item is required by:";
/* Forced Date warning */
"This item must be installed by %s" = "This item must be installed by %s";
/* No Items secondary text */
"Try again later." = "Try again later.";
/* No Search Results secondary text */
"Try searching again." = "Try searching again.";
/* No Category Results secondary text */
"Try selecting another category." = "Try selecting another category.";
/* No Developer Results secondary text */
"Try selecting another developer." = "Try selecting another developer.";
/* Sidebar Type label */
"Type:" = "Type:";
/* Unavailable short action text
Unavailable status text */
"Unavailable" = "Unavailable";
/* No Category name */
"Uncategorized" = "Uncategorized";
/* Update button title
Update long action text
Update short action text */
"Update" = "Update";
/* Update All button title */
"Update All" = "Update All";
/* Update Available status text */
"Update available" = "Update available";
/* Update Check Failed title */
"Update check failed" = "Update check failed";
/* Update In Progress primary text */
"Update in progress." = "Update in progress.";
/* Update Now button title */
"Update now" = "Update now";
/* Update Required long action text
Update Requires long action text */
"Update Required" = "Update Required";
/* Update Required status text
Update Will Be Installed status text */
"Update will be installed" = "Update will be installed";
/* Updating message */
"Updating..." = "Updating...";
/* Sidebar Version label */
"Version" = "Version";
/* Sidebar Version label */
"Version:" = "Version:";
/* Install Required status text
Will Be Installed status text */
"Will be installed" = "Will be installed";
/* Will Be Removed display text
Will Be Removed status text */
"Will be removed" = "Will be removed";
/* No Installed Software primary text */
"You have no selected software." = "You have no selected software.";
/* Blocking Apps Running detail */
"You must quit the following applications before proceeding with installation or removal:\n\n%s" = "You must quit the following applications before proceeding with installation or removal:\n\n%s";
/* No Power Source Warning text */
"Your computer is not connected to a power source." = "Your computer is not connected to a power source.";
/* No Search Results primary text */
"Your search had no results." = "Your search had no results.";
/* No Pending Updates primary text */
"Your software is up to date." = "Your software is up to date.";
@@ -0,0 +1,132 @@
/* 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 = "Managed Software Center"; ObjectID = "56"; */
"56.title" = "Managed Software Centre";
/* Class = "NSMenu"; title = "Managed Software Center"; ObjectID = "57"; */
"57.title" = "Managed Software Centre";
/* Class = "NSMenuItem"; title = "About Managed Software Center"; ObjectID = "58"; */
"58.title" = "About Managed Software Centre";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
"103.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
"106.title" = "Help";
/* Class = "NSMenuItem"; title = "Managed Software Center Help"; ObjectID = "111"; */
"111.title" = "Managed Software Centre Help";
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
"130.title" = "Services";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
"131.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide Managed Software Center"; ObjectID = "134"; */
"134.title" = "Hide Managed Software Centre";
/* Class = "NSMenuItem"; title = "Quit Managed Software Center"; ObjectID = "136"; */
"136.title" = "Quit Managed Software Centre";
/* 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 = "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 = "NSWindow"; title = "Managed Software Center"; ObjectID = "371"; */
"371.title" = "Managed Software Centre";
/* Class = "NSMenuItem"; title = "Navigate"; ObjectID = "375"; */
"375.title" = "Navigate";
/* Class = "NSMenu"; title = "Navigate"; ObjectID = "376"; */
"376.title" = "Navigate";
/* Class = "NSButtonCell"; title = "My Items"; ObjectID = "783"; */
"783.title" = "My Items";
/* Class = "NSButtonCell"; title = "Categories"; ObjectID = "784"; */
"784.title" = "Categories";
/* Class = "NSButtonCell"; title = "Software"; ObjectID = "785"; */
"785.title" = "Software";
/* Class = "NSMenuItem"; title = "Search"; ObjectID = "1XY-pX-Pwv"; */
"1XY-pX-Pwv.title" = "Search";
/* Class = "NSMenuItem"; title = "My Items"; ObjectID = "1uK-HI-wGR"; */
"1uK-HI-wGR.title" = "My Items";
/* Class = "NSMenuItem"; title = "Categories"; ObjectID = "9S1-fB-bKZ"; */
"9S1-fB-bKZ.title" = "Categories";
/* Class = "NSMenuItem"; title = "Reload Page"; ObjectID = "Afg-mB-WlJ"; */
"Afg-mB-WlJ.title" = "Reload Page";
/* Class = "NSButtonCell"; title = "Updates"; ObjectID = "Lha-uh-PEV"; */
"Lha-uh-PEV.title" = "Updates";
/* Class = "NSMenuItem"; title = "Software"; ObjectID = "VYO-og-DRc"; */
"VYO-og-DRc.title" = "Software";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
"bd5-IY-BXv.title" = "Close";
/* Class = "NSMenuItem"; title = "Back"; ObjectID = "fEq-6D-Ce0"; */
"fEq-6D-Ce0.title" = "Back";
/* Class = "NSBox"; title = "Box"; ObjectID = "har-U9-FkJ"; */
"har-U9-FkJ.title" = "Box";
/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "jQt-Mr-wFT"; */
"jQt-Mr-wFT.title" = "Enter Full Screen";
/* Class = "NSMenuItem"; title = "Updates"; ObjectID = "tv9-wZ-XWN"; */
"tv9-wZ-XWN.title" = "Updates";
/* Class = "NSMenuItem"; title = "Forward"; ObjectID = "z4Z-vu-XGX"; */
"z4Z-vu-XGX.title" = "Forward";
@@ -0,0 +1,5 @@
/* Localized versions of Info.plist keys */
"CFBundleName" = "Managed Software Centre";
"CFBundleDisplayName" = "Managed Software Centre";
NSHumanReadableCopyright = "Copyright © 2010-2014 The Munki Project\nhttp://code.google.com/p/munki";
@@ -0,0 +1,357 @@
/* Multiple Updates message */
"%s pending updates" = "%s pending updates";
/* One Update message */
"1 pending update" = "1 pending update";
/* Forced Logout warning detail */
"\nAll pending updates will be installed. Unsaved work will be lost.\nYou may avoid the forced logout by logging out now." = "\nAll pending updates will be installed. Unsaved work will be lost.\nYou may avoid the forced logout by logging out now.";
/* Logout Required detail */
"A logout is required before updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "A logout is required before updating. Please be patient as there may be a short delay at the login window. Log out and update now?";
/* Logout warning string when logout is an hour or more away */
"A logout will be forced at approximately %s." = "A logout will be forced at approximately %s.";
/* Logout warning string when logout is in < 60 minutes */
"A logout will be forced in less than %s minutes." = "A logout will be forced in less than %s minutes.";
/* Logout warning string when logout is in less than a minute */
"A logout will be forced in less than a minute.\nAll pending updates will be installed. Unsaved work will be lost." = "A logout will be forced in less than a minute.\nAll pending updates will be installed. Unsaved work will be lost.";
/* Removal Error message */
"A removal attempt failed. Removal will be attempted again.\nIf this situation continues, contact your systems administrator." = "A removal attempt failed. Removal will be attempted again.\nIf this situation continues, contact your systems administrator.";
/* Restart Required detail */
"A restart is required after updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "A restart is required after updating. Please be patient as there may be a short delay at the login window. Log out and update now?";
/* Additional Pending Updates title */
"Additional Pending Updates" = "Additional Pending Updates";
/* Install Error message */
"An installation attempt failed. Installation will be attempted again.\nIf this situation continues, contact your systems administrator." = "An installation attempt failed. Installation will be attempted again.\nIf this situation continues, contact your systems administrator.";
/* Other Users Blocking Apps Running title */
"Applications in use by others" = "Applications in use by others";
/* Cancel button title
Cancel Install short action text
Cancel Removal short action text
Cancel Update short action text */
"Cancel" = "Cancel";
/* Cancel Install long action text */
"Cancel install" = "Cancel install";
/* Cancel Removal long action text */
"Cancel removal" = "Cancel removal";
/* Cancel Update long action text */
"Cancel update" = "Cancel update";
/* Item Not Found message */
"Cannot display the requested item." = "Cannot display the requested item.";
/* Sidebar Category label */
"Category:" = "Category:";
/* Check Again button title */
"Check Again" = "Check Again";
/* Checking For Updates message */
"Checking for updates..." = "Checking for updates...";
/* Blocking Apps Running title */
"Conflicting applications running" = "Conflicting applications running";
/* Continue button text */
"Continue" = "Continue";
/* Critical Update type */
"Critical Update" = "Critical Update";
/* Unavailable long action text */
"Currently Unavailable" = "Currently Unavailable";
/* Sidebar Developer label */
"Developer:" = "Developer:";
/* Downloading status text */
"Downloading" = "Downloading";
/* Sidebar Due label */
"Due:" = "Due:";
/* Firmware Alert Default detail */
"Firmware will be updated on your computer. Your computer's power cord must be connected and plugged into a working power source. It may take several minutes for the update to complete. Do not disturb or shut off the power on your computer during this update." = "Firmware will be updated on your computer. Your computer's power cord must be connected and plugged into a working power source. It may take several minutes for the update to complete. Do not disturb or shut off the power on your computer during this update.";
/* No Power Source Warning detail */
"For best results, you should connect your computer to a power source before updating. Are you sure you want to continue the update?" = "For best results, you should connect your computer to a power source before updating. Are you sure you want to continue the update?";
/* Forced Logout title text */
"Forced Logout for Mandatory Install" = "Forced Logout for Mandatory Install";
/* Sidebar Information label */
"Information" = "Information";
/* Install long action text
Install short action text */
"Install" = "Install";
/* Install Requested status text */
"Install requested" = "Install requested";
/* Install Required long action text */
"Install Required" = "Install Required";
/* Install Session Failed title */
"Install session failed" = "Install session failed";
/* Install Error status text */
"Installation Error" = "Installation Error";
/* Installed long action text
Installed short action text
Installed status text */
"Installed" = "Installed";
/* Installing long action text
Installing short action text
Installing status text */
"Installing" = "Installing";
/* Log out and Update button text */
"Log out and update" = "Log out and update";
/* Logout and Update Now button text */
"Log out and update now" = "Log out and update now";
/* Logout Required title
Require Logout message */
"Logout Required" = "Logout Required";
/* Failed Preflight Check detail */
"Managed Software Center cannot check for updates now.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centre cannot check for updates now.\nTry again later. If this situation continues, contact your systems administrator.";
/* Cannot Contact Server detail */
"Managed Software Center cannot contact the update server at this time.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centre cannot contact the update server at this time.\nTry again later. If this situation continues, contact your systems administrator.";
/* Managed Update type */
"Managed Update" = "Managed Update";
/* Mandatory Updates Pending text */
"Mandatory Updates Pending" = "Mandatory Updates Pending";
/* More link text */
"More" = "More";
/* Sidebar More By Developer label */
"More by %s" = "More by %s";
/* Sidebar More In Category label */
"More in %s" = "More in %s";
/* My Items Header label */
"My Items" = "My Items";
/* No Licenses Available display text */
"No licenses available" = "No licenses available";
/* No Updates message */
"No pending updates" = "No pending updates";
/* Not Currently Available display text */
"Not currently available" = "Not currently available";
/* Not Enough Disk Space display text */
"Not enough disk space" = "Not enough disk space";
/* Not Installed status text */
"Not installed" = "Not installed";
/* OK button title */
"OK" = "OK";
/* Forced Install Date summary */
"One or more items must be installed by %s" = "One or more items must be installed by %s";
/* Mandatory Updates Imminent detail */
"One or more mandatory updates are overdue for installation. A logout will be forced soon." = "One or more mandatory updates are overdue for installation. A logout will be forced soon.";
/* Mandatory Updates Pending detail */
"One or more updates must be installed by %s. A logout may be forced if you wait too long to update." = "One or more updates must be installed by %s. A logout may be forced if you wait too long to update.";
/* Other Available Updates label */
"Other available updates" = "Other available updates";
/* Other Users Blocking Apps Running detail */
"Other logged in users are using the following applications. Try updating later when they are no longer in use:\n\n%s" = "Other logged in users are using the following applications. Try updating later when they are no longer in use:\n\n%s";
/* Other Users Logged In title */
"Other users logged in" = "Other users logged in";
/* Pending Updates alert title */
"Pending updates" = "Pending updates";
/* Preparing Removal status text */
"Preparing removal" = "Preparing removal";
/* Quit button title */
"Quit" = "Quit";
/* Removal Error status text */
"Removal Error" = "Removal Error";
/* Removal Requested display text
Removal Requested status text */
"Removal requested" = "Removal requested";
/* Remove long action text
Remove short action text */
"Remove" = "Remove";
/* Removing long action text
Removing short action text
Removing status text */
"Removing" = "Removing";
/* Install Required long action text
Install Required short action text
Update Required short action text */
"Required" = "Required";
/* Restart button title */
"Restart" = "Restart";
/* Require Restart message
Restart Required alert title
Restart Required title */
"Restart Required" = "Restart Required";
/* No Installed Software secondary text */
"Select software to install." = "Select software to install.";
/* Sidebar Size label */
"Size:" = "Size:";
/* Restart Required alert detail */
"Software installed or removed requires a restart. You will have a chance to save open documents." = "Software installed or removed requires a restart. You will have a chance to save open documents.";
/* Sidebar Status label */
"Status:" = "Status:";
/* Additional Pending Updates detail */
"There are additional pending updates to install or remove." = "There are additional pending updates to install or remove.";
/* No Items primary text */
"There are no available software items." = "There are no available software items.";
/* No Developer Results primary text */
"There are no items from this developer." = "There are no items from this developer.";
/* No Category Results primary text */
"There are no items in this category." = "There are no items in this category.";
/* Other Users Logged In detail */
"There are other users logged into this computer.\nUpdating now could cause other users to lose their work.\n\nPlease try again later after the other users have logged out." = "There are other users logged into this computer.\nUpdating now could cause other users to lose their work.\n\nPlease try again later after the other users have logged out.";
/* Pending Updates alert detail text */
"There are pending updates for this computer." = "There are pending updates for this computer.";
/* Could Not Start Session message */
"There is a configuration problem with the managed software installer. Could not start the process. Contact your systems administrator." = "There is a configuration problem with the managed software installer. Could not start the process. Contact your systems administrator.";
/* Unexpected Session End message */
"There is a configuration problem with the managed software installer. The process ended unexpectedly. Contact your systems administrator." = "There is a configuration problem with the managed software installer. The process ended unexpectedly. Contact your systems administrator.";
/* No Pending Updates secondary text */
"There is no new software for your computer at this time." = "There is no new software for your computer at this time.";
/* Dependency List prologue text */
"This item is required by:" = "This item is required by:";
/* Forced Date warning */
"This item must be installed by %s" = "This item must be installed by %s";
/* No Items secondary text */
"Try again later." = "Try again later.";
/* No Search Results secondary text */
"Try searching again." = "Try searching again.";
/* No Category Results secondary text */
"Try selecting another category." = "Try selecting another category.";
/* No Developer Results secondary text */
"Try selecting another developer." = "Try selecting another developer.";
/* Sidebar Type label */
"Type:" = "Type:";
/* Unavailable short action text
Unavailable status text */
"Unavailable" = "Unavailable";
/* No Category name */
"Uncategorized" = "Uncategorized";
/* Update button title
Update long action text
Update short action text */
"Update" = "Update";
/* Update All button title */
"Update All" = "Update All";
/* Update Available status text */
"Update available" = "Update available";
/* Update Check Failed title */
"Update check failed" = "Update check failed";
/* Update In Progress primary text */
"Update in progress." = "Update in progress.";
/* Update Now button title */
"Update now" = "Update now";
/* Update Required long action text
Update Requires long action text */
"Update Required" = "Update Required";
/* Update Required status text
Update Will Be Installed status text */
"Update will be installed" = "Update will be installed";
/* Updating message */
"Updating..." = "Updating...";
/* Sidebar Version label */
"Version" = "Version";
/* Sidebar Version label */
"Version:" = "Version:";
/* Install Required status text
Will Be Installed status text */
"Will be installed" = "Will be installed";
/* Will Be Removed display text
Will Be Removed status text */
"Will be removed" = "Will be removed";
/* No Installed Software primary text */
"You have no selected software." = "You have no selected software.";
/* Blocking Apps Running detail */
"You must quit the following applications before proceeding with installation or removal:\n\n%s" = "You must quit the following applications before proceeding with installation or removal:\n\n%s";
/* No Power Source Warning text */
"Your computer is not connected to a power source." = "Your computer is not connected to a power source.";
/* No Search Results primary text */
"Your search had no results." = "Your search had no results.";
/* No Pending Updates primary text */
"Your software is up to date." = "Your software is up to date.";
@@ -0,0 +1,132 @@
/* 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 = "Managed Software Center"; ObjectID = "56"; */
"56.title" = "Managed Software Centre";
/* Class = "NSMenu"; title = "Managed Software Center"; ObjectID = "57"; */
"57.title" = "Managed Software Centre";
/* Class = "NSMenuItem"; title = "About Managed Software Center"; ObjectID = "58"; */
"58.title" = "About Managed Software Centre";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
"103.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
"106.title" = "Help";
/* Class = "NSMenuItem"; title = "Managed Software Center Help"; ObjectID = "111"; */
"111.title" = "Managed Software Centre Help";
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
"130.title" = "Services";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
"131.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide Managed Software Center"; ObjectID = "134"; */
"134.title" = "Hide Managed Software Centre";
/* Class = "NSMenuItem"; title = "Quit Managed Software Center"; ObjectID = "136"; */
"136.title" = "Quit Managed Software Centre";
/* 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 = "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 = "NSWindow"; title = "Managed Software Center"; ObjectID = "371"; */
"371.title" = "Managed Software Centre";
/* Class = "NSMenuItem"; title = "Navigate"; ObjectID = "375"; */
"375.title" = "Navigate";
/* Class = "NSMenu"; title = "Navigate"; ObjectID = "376"; */
"376.title" = "Navigate";
/* Class = "NSButtonCell"; title = "My Items"; ObjectID = "783"; */
"783.title" = "My Items";
/* Class = "NSButtonCell"; title = "Categories"; ObjectID = "784"; */
"784.title" = "Categories";
/* Class = "NSButtonCell"; title = "Software"; ObjectID = "785"; */
"785.title" = "Software";
/* Class = "NSMenuItem"; title = "Search"; ObjectID = "1XY-pX-Pwv"; */
"1XY-pX-Pwv.title" = "Search";
/* Class = "NSMenuItem"; title = "My Items"; ObjectID = "1uK-HI-wGR"; */
"1uK-HI-wGR.title" = "My Items";
/* Class = "NSMenuItem"; title = "Categories"; ObjectID = "9S1-fB-bKZ"; */
"9S1-fB-bKZ.title" = "Categories";
/* Class = "NSMenuItem"; title = "Reload Page"; ObjectID = "Afg-mB-WlJ"; */
"Afg-mB-WlJ.title" = "Reload Page";
/* Class = "NSButtonCell"; title = "Updates"; ObjectID = "Lha-uh-PEV"; */
"Lha-uh-PEV.title" = "Updates";
/* Class = "NSMenuItem"; title = "Software"; ObjectID = "VYO-og-DRc"; */
"VYO-og-DRc.title" = "Software";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
"bd5-IY-BXv.title" = "Close";
/* Class = "NSMenuItem"; title = "Back"; ObjectID = "fEq-6D-Ce0"; */
"fEq-6D-Ce0.title" = "Back";
/* Class = "NSBox"; title = "Box"; ObjectID = "har-U9-FkJ"; */
"har-U9-FkJ.title" = "Box";
/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "jQt-Mr-wFT"; */
"jQt-Mr-wFT.title" = "Enter Full Screen";
/* Class = "NSMenuItem"; title = "Updates"; ObjectID = "tv9-wZ-XWN"; */
"tv9-wZ-XWN.title" = "Updates";
/* Class = "NSMenuItem"; title = "Forward"; ObjectID = "z4Z-vu-XGX"; */
"z4Z-vu-XGX.title" = "Forward";
@@ -0,0 +1,5 @@
/* Localized versions of Info.plist keys */
"CFBundleName" = "Managed Software Centre";
"CFBundleDisplayName" = "Managed Software Centre";
NSHumanReadableCopyright = "Copyright © 2010-2014 The Munki Project\nhttp://code.google.com/p/munki";
@@ -0,0 +1,357 @@
/* Multiple Updates message */
"%s pending updates" = "%s pending updates";
/* One Update message */
"1 pending update" = "1 pending update";
/* Forced Logout warning detail */
"\nAll pending updates will be installed. Unsaved work will be lost.\nYou may avoid the forced logout by logging out now." = "\nAll pending updates will be installed. Unsaved work will be lost.\nYou may avoid the forced logout by logging out now.";
/* Logout Required detail */
"A logout is required before updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "A logout is required before updating. Please be patient as there may be a short delay at the login window. Log out and update now?";
/* Logout warning string when logout is an hour or more away */
"A logout will be forced at approximately %s." = "A logout will be forced at approximately %s.";
/* Logout warning string when logout is in < 60 minutes */
"A logout will be forced in less than %s minutes." = "A logout will be forced in less than %s minutes.";
/* Logout warning string when logout is in less than a minute */
"A logout will be forced in less than a minute.\nAll pending updates will be installed. Unsaved work will be lost." = "A logout will be forced in less than a minute.\nAll pending updates will be installed. Unsaved work will be lost.";
/* Removal Error message */
"A removal attempt failed. Removal will be attempted again.\nIf this situation continues, contact your systems administrator." = "A removal attempt failed. Removal will be attempted again.\nIf this situation continues, contact your systems administrator.";
/* Restart Required detail */
"A restart is required after updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "A restart is required after updating. Please be patient as there may be a short delay at the login window. Log out and update now?";
/* Additional Pending Updates title */
"Additional Pending Updates" = "Additional Pending Updates";
/* Install Error message */
"An installation attempt failed. Installation will be attempted again.\nIf this situation continues, contact your systems administrator." = "An installation attempt failed. Installation will be attempted again.\nIf this situation continues, contact your systems administrator.";
/* Other Users Blocking Apps Running title */
"Applications in use by others" = "Applications in use by others";
/* Cancel button title
Cancel Install short action text
Cancel Removal short action text
Cancel Update short action text */
"Cancel" = "Cancel";
/* Cancel Install long action text */
"Cancel install" = "Cancel install";
/* Cancel Removal long action text */
"Cancel removal" = "Cancel removal";
/* Cancel Update long action text */
"Cancel update" = "Cancel update";
/* Item Not Found message */
"Cannot display the requested item." = "Cannot display the requested item.";
/* Sidebar Category label */
"Category:" = "Category:";
/* Check Again button title */
"Check Again" = "Check Again";
/* Checking For Updates message */
"Checking for updates..." = "Checking for updates...";
/* Blocking Apps Running title */
"Conflicting applications running" = "Conflicting applications running";
/* Continue button text */
"Continue" = "Continue";
/* Critical Update type */
"Critical Update" = "Critical Update";
/* Unavailable long action text */
"Currently Unavailable" = "Currently Unavailable";
/* Sidebar Developer label */
"Developer:" = "Developer:";
/* Downloading status text */
"Downloading" = "Downloading";
/* Sidebar Due label */
"Due:" = "Due:";
/* Firmware Alert Default detail */
"Firmware will be updated on your computer. Your computer's power cord must be connected and plugged into a working power source. It may take several minutes for the update to complete. Do not disturb or shut off the power on your computer during this update." = "Firmware will be updated on your computer. Your computer's power cord must be connected and plugged into a working power source. It may take several minutes for the update to complete. Do not disturb or shut off the power on your computer during this update.";
/* No Power Source Warning detail */
"For best results, you should connect your computer to a power source before updating. Are you sure you want to continue the update?" = "For best results, you should connect your computer to a power source before updating. Are you sure you want to continue the update?";
/* Forced Logout title text */
"Forced Logout for Mandatory Install" = "Forced Logout for Mandatory Install";
/* Sidebar Information label */
"Information" = "Information";
/* Install long action text
Install short action text */
"Install" = "Install";
/* Install Requested status text */
"Install requested" = "Install requested";
/* Install Required long action text */
"Install Required" = "Install Required";
/* Install Session Failed title */
"Install session failed" = "Install session failed";
/* Install Error status text */
"Installation Error" = "Installation Error";
/* Installed long action text
Installed short action text
Installed status text */
"Installed" = "Installed";
/* Installing long action text
Installing short action text
Installing status text */
"Installing" = "Installing";
/* Log out and Update button text */
"Log out and update" = "Log out and update";
/* Logout and Update Now button text */
"Log out and update now" = "Log out and update now";
/* Logout Required title
Require Logout message */
"Logout Required" = "Logout Required";
/* Failed Preflight Check detail */
"Managed Software Center cannot check for updates now.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centre cannot check for updates now.\nTry again later. If this situation continues, contact your systems administrator.";
/* Cannot Contact Server detail */
"Managed Software Center cannot contact the update server at this time.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centre cannot contact the update server at this time.\nTry again later. If this situation continues, contact your systems administrator.";
/* Managed Update type */
"Managed Update" = "Managed Update";
/* Mandatory Updates Pending text */
"Mandatory Updates Pending" = "Mandatory Updates Pending";
/* More link text */
"More" = "More";
/* Sidebar More By Developer label */
"More by %s" = "More by %s";
/* Sidebar More In Category label */
"More in %s" = "More in %s";
/* My Items Header label */
"My Items" = "My Items";
/* No Licenses Available display text */
"No licenses available" = "No licenses available";
/* No Updates message */
"No pending updates" = "No pending updates";
/* Not Currently Available display text */
"Not currently available" = "Not currently available";
/* Not Enough Disk Space display text */
"Not enough disk space" = "Not enough disk space";
/* Not Installed status text */
"Not installed" = "Not installed";
/* OK button title */
"OK" = "OK";
/* Forced Install Date summary */
"One or more items must be installed by %s" = "One or more items must be installed by %s";
/* Mandatory Updates Imminent detail */
"One or more mandatory updates are overdue for installation. A logout will be forced soon." = "One or more mandatory updates are overdue for installation. A logout will be forced soon.";
/* Mandatory Updates Pending detail */
"One or more updates must be installed by %s. A logout may be forced if you wait too long to update." = "One or more updates must be installed by %s. A logout may be forced if you wait too long to update.";
/* Other Available Updates label */
"Other available updates" = "Other available updates";
/* Other Users Blocking Apps Running detail */
"Other logged in users are using the following applications. Try updating later when they are no longer in use:\n\n%s" = "Other logged in users are using the following applications. Try updating later when they are no longer in use:\n\n%s";
/* Other Users Logged In title */
"Other users logged in" = "Other users logged in";
/* Pending Updates alert title */
"Pending updates" = "Pending updates";
/* Preparing Removal status text */
"Preparing removal" = "Preparing removal";
/* Quit button title */
"Quit" = "Quit";
/* Removal Error status text */
"Removal Error" = "Removal Error";
/* Removal Requested display text
Removal Requested status text */
"Removal requested" = "Removal requested";
/* Remove long action text
Remove short action text */
"Remove" = "Remove";
/* Removing long action text
Removing short action text
Removing status text */
"Removing" = "Removing";
/* Install Required long action text
Install Required short action text
Update Required short action text */
"Required" = "Required";
/* Restart button title */
"Restart" = "Restart";
/* Require Restart message
Restart Required alert title
Restart Required title */
"Restart Required" = "Restart Required";
/* No Installed Software secondary text */
"Select software to install." = "Select software to install.";
/* Sidebar Size label */
"Size:" = "Size:";
/* Restart Required alert detail */
"Software installed or removed requires a restart. You will have a chance to save open documents." = "Software installed or removed requires a restart. You will have a chance to save open documents.";
/* Sidebar Status label */
"Status:" = "Status:";
/* Additional Pending Updates detail */
"There are additional pending updates to install or remove." = "There are additional pending updates to install or remove.";
/* No Items primary text */
"There are no available software items." = "There are no available software items.";
/* No Developer Results primary text */
"There are no items from this developer." = "There are no items from this developer.";
/* No Category Results primary text */
"There are no items in this category." = "There are no items in this category.";
/* Other Users Logged In detail */
"There are other users logged into this computer.\nUpdating now could cause other users to lose their work.\n\nPlease try again later after the other users have logged out." = "There are other users logged into this computer.\nUpdating now could cause other users to lose their work.\n\nPlease try again later after the other users have logged out.";
/* Pending Updates alert detail text */
"There are pending updates for this computer." = "There are pending updates for this computer.";
/* Could Not Start Session message */
"There is a configuration problem with the managed software installer. Could not start the process. Contact your systems administrator." = "There is a configuration problem with the managed software installer. Could not start the process. Contact your systems administrator.";
/* Unexpected Session End message */
"There is a configuration problem with the managed software installer. The process ended unexpectedly. Contact your systems administrator." = "There is a configuration problem with the managed software installer. The process ended unexpectedly. Contact your systems administrator.";
/* No Pending Updates secondary text */
"There is no new software for your computer at this time." = "There is no new software for your computer at this time.";
/* Dependency List prologue text */
"This item is required by:" = "This item is required by:";
/* Forced Date warning */
"This item must be installed by %s" = "This item must be installed by %s";
/* No Items secondary text */
"Try again later." = "Try again later.";
/* No Search Results secondary text */
"Try searching again." = "Try searching again.";
/* No Category Results secondary text */
"Try selecting another category." = "Try selecting another category.";
/* No Developer Results secondary text */
"Try selecting another developer." = "Try selecting another developer.";
/* Sidebar Type label */
"Type:" = "Type:";
/* Unavailable short action text
Unavailable status text */
"Unavailable" = "Unavailable";
/* No Category name */
"Uncategorized" = "Uncategorized";
/* Update button title
Update long action text
Update short action text */
"Update" = "Update";
/* Update All button title */
"Update All" = "Update All";
/* Update Available status text */
"Update available" = "Update available";
/* Update Check Failed title */
"Update check failed" = "Update check failed";
/* Update In Progress primary text */
"Update in progress." = "Update in progress.";
/* Update Now button title */
"Update now" = "Update now";
/* Update Required long action text
Update Requires long action text */
"Update Required" = "Update Required";
/* Update Required status text
Update Will Be Installed status text */
"Update will be installed" = "Update will be installed";
/* Updating message */
"Updating..." = "Updating...";
/* Sidebar Version label */
"Version" = "Version";
/* Sidebar Version label */
"Version:" = "Version:";
/* Install Required status text
Will Be Installed status text */
"Will be installed" = "Will be installed";
/* Will Be Removed display text
Will Be Removed status text */
"Will be removed" = "Will be removed";
/* No Installed Software primary text */
"You have no selected software." = "You have no selected software.";
/* Blocking Apps Running detail */
"You must quit the following applications before proceeding with installation or removal:\n\n%s" = "You must quit the following applications before proceeding with installation or removal:\n\n%s";
/* No Power Source Warning text */
"Your computer is not connected to a power source." = "Your computer is not connected to a power source.";
/* No Search Results primary text */
"Your search had no results." = "Your search had no results.";
/* No Pending Updates primary text */
"Your software is up to date." = "Your software is up to date.";
@@ -0,0 +1,132 @@
/* 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 = "Managed Software Center"; ObjectID = "56"; */
"56.title" = "Managed Software Centre";
/* Class = "NSMenu"; title = "Managed Software Center"; ObjectID = "57"; */
"57.title" = "Managed Software Centre";
/* Class = "NSMenuItem"; title = "About Managed Software Center"; ObjectID = "58"; */
"58.title" = "About Managed Software Centre";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
"103.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
"106.title" = "Help";
/* Class = "NSMenuItem"; title = "Managed Software Center Help"; ObjectID = "111"; */
"111.title" = "Managed Software Centre Help";
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
"130.title" = "Services";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
"131.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide Managed Software Center"; ObjectID = "134"; */
"134.title" = "Hide Managed Software Centre";
/* Class = "NSMenuItem"; title = "Quit Managed Software Center"; ObjectID = "136"; */
"136.title" = "Quit Managed Software Centre";
/* 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 = "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 = "NSWindow"; title = "Managed Software Center"; ObjectID = "371"; */
"371.title" = "Managed Software Centre";
/* Class = "NSMenuItem"; title = "Navigate"; ObjectID = "375"; */
"375.title" = "Navigate";
/* Class = "NSMenu"; title = "Navigate"; ObjectID = "376"; */
"376.title" = "Navigate";
/* Class = "NSButtonCell"; title = "My Items"; ObjectID = "783"; */
"783.title" = "My Items";
/* Class = "NSButtonCell"; title = "Categories"; ObjectID = "784"; */
"784.title" = "Categories";
/* Class = "NSButtonCell"; title = "Software"; ObjectID = "785"; */
"785.title" = "Software";
/* Class = "NSMenuItem"; title = "Search"; ObjectID = "1XY-pX-Pwv"; */
"1XY-pX-Pwv.title" = "Search";
/* Class = "NSMenuItem"; title = "My Items"; ObjectID = "1uK-HI-wGR"; */
"1uK-HI-wGR.title" = "My Items";
/* Class = "NSMenuItem"; title = "Categories"; ObjectID = "9S1-fB-bKZ"; */
"9S1-fB-bKZ.title" = "Categories";
/* Class = "NSMenuItem"; title = "Reload Page"; ObjectID = "Afg-mB-WlJ"; */
"Afg-mB-WlJ.title" = "Reload Page";
/* Class = "NSButtonCell"; title = "Updates"; ObjectID = "Lha-uh-PEV"; */
"Lha-uh-PEV.title" = "Updates";
/* Class = "NSMenuItem"; title = "Software"; ObjectID = "VYO-og-DRc"; */
"VYO-og-DRc.title" = "Software";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
"bd5-IY-BXv.title" = "Close";
/* Class = "NSMenuItem"; title = "Back"; ObjectID = "fEq-6D-Ce0"; */
"fEq-6D-Ce0.title" = "Back";
/* Class = "NSBox"; title = "Box"; ObjectID = "har-U9-FkJ"; */
"har-U9-FkJ.title" = "Box";
/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "jQt-Mr-wFT"; */
"jQt-Mr-wFT.title" = "Enter Full Screen";
/* Class = "NSMenuItem"; title = "Updates"; ObjectID = "tv9-wZ-XWN"; */
"tv9-wZ-XWN.title" = "Updates";
/* Class = "NSMenuItem"; title = "Forward"; ObjectID = "z4Z-vu-XGX"; */
"z4Z-vu-XGX.title" = "Forward";
@@ -82,6 +82,18 @@
C094B6D41891826700E06897 /* ScaledImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScaledImageView.h; sourceTree = "<group>"; };
C094B6D51891826700E06897 /* ScaledImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScaledImageView.m; sourceTree = "<group>"; };
C0AE8657186D2DF900C87AE7 /* MunkiStatus.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = MunkiStatus.icns; sourceTree = "<group>"; };
E65810B31993C96E00E53A48 /* en_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_CA; path = en_CA.lproj/Localizable.strings; sourceTree = "<group>"; };
E65810B51993C97500E53A48 /* en_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_CA; path = en_CA.lproj/MainMenu.strings; sourceTree = "<group>"; };
E65810B61993C97C00E53A48 /* en_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_CA; path = en_CA.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E65810B71993C9B400E53A48 /* en_CA */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en_CA; path = en_CA.lproj/MainMenu.xib; sourceTree = "<group>"; };
E6B4BCDA1993D7D0004D1B81 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/MainMenu.strings; sourceTree = "<group>"; };
E6B4BCDB1993D7D3004D1B81 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/Localizable.strings; sourceTree = "<group>"; };
E6B4BCDD1993D7D8004D1B81 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E6B4BCDE1993D7E0004D1B81 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en_GB; path = en_GB.lproj/MainMenu.xib; sourceTree = "<group>"; };
E6B4BCDF1993D7E5004D1B81 /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en_AU; path = en_AU.lproj/MainMenu.xib; sourceTree = "<group>"; };
E6B4BCE01993D7E8004D1B81 /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_AU; path = en_AU.lproj/MainMenu.strings; sourceTree = "<group>"; };
E6B4BCE11993D7EC004D1B81 /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_AU; path = en_AU.lproj/Localizable.strings; sourceTree = "<group>"; };
E6B4BCE21993D7F1004D1B81 /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_AU; path = en_AU.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -245,6 +257,9 @@
de,
es,
nl,
en_CA,
en_GB,
en_AU,
);
mainGroup = C09004E216CDD84E00BE34CE;
productRefGroup = C09004EE16CDD84E00BE34CE /* Products */;
@@ -289,7 +304,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd MunkiStatus\n\n# generate localizable strings\n./Localize.py --to en --genstrings \"./*.{h,m,py}\" --utf8\n\n# localize nibs\n./Localize.py --from en --to nl --utf8\n./Localize.py --from en --to fr --utf8\n./Localize.py --from en --to de --utf8\n./Localize.py --from en --to es --utf8\n./Localize.py --from en --to da --utf8\n./Localize.py --from en --to fi --utf8\n./Localize.py --from en --to nb --utf8\n./Localize.py --from en --to ru --utf8\n./Localize.py --from en --to sv --utf8";
shellScript = "cd MunkiStatus\n\n# generate localizable strings\n./Localize.py --to en --genstrings \"./*.{h,m,py}\" --utf8\n\n# localize nibs\n./Localize.py --from en --to nl --utf8\n./Localize.py --from en --to fr --utf8\n./Localize.py --from en --to de --utf8\n./Localize.py --from en --to es --utf8\n./Localize.py --from en --to da --utf8\n./Localize.py --from en --to fi --utf8\n./Localize.py --from en --to nb --utf8\n./Localize.py --from en --to ru --utf8\n./Localize.py --from en --to sv --utf8\n./Localize.py --from en --to en_CA --utf8\n./Localize.py --from en --to en_GB --utf8\n./Localize.py --from en --to en_AU --utf8";
};
C09CE1DC18BEA78300B9724A /* Embed version info */ = {
isa = PBXShellScriptBuildPhase;
@@ -334,6 +349,9 @@
C005C5B51913F7500074AF82 /* nb */,
C005C5B61913F7530074AF82 /* sv */,
C005C5B71913F7550074AF82 /* ru */,
E65810B51993C97500E53A48 /* en_CA */,
E6B4BCDA1993D7D0004D1B81 /* en_GB */,
E6B4BCE01993D7E8004D1B81 /* en_AU */,
);
name = MainMenu.strings;
sourceTree = "<group>";
@@ -351,6 +369,9 @@
C005C5BE1913F7640074AF82 /* nb */,
C005C5BF1913F7660074AF82 /* sv */,
C005C5C01913F7660074AF82 /* ru */,
E65810B31993C96E00E53A48 /* en_CA */,
E6B4BCDB1993D7D3004D1B81 /* en_GB */,
E6B4BCE11993D7EC004D1B81 /* en_AU */,
);
name = Localizable.strings;
sourceTree = "<group>";
@@ -368,6 +389,9 @@
C07E95791913ED3600B40B9A /* nb */,
C07E957B1913ED3D00B40B9A /* sv */,
C07E957D1913ED4C00B40B9A /* ru */,
E65810B61993C97C00E53A48 /* en_CA */,
E6B4BCDD1993D7D8004D1B81 /* en_GB */,
E6B4BCE21993D7F1004D1B81 /* en_AU */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@@ -385,6 +409,9 @@
C07E95781913ED3600B40B9A /* nb */,
C07E957A1913ED3D00B40B9A /* sv */,
C07E957C1913ED4C00B40B9A /* ru */,
E65810B71993C9B400E53A48 /* en_CA */,
E6B4BCDE1993D7E0004D1B81 /* en_GB */,
E6B4BCDF1993D7E5004D1B81 /* en_AU */,
);
name = MainMenu.xib;
sourceTree = "<group>";
@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */
@@ -0,0 +1,12 @@
/* No comment provided by engineer. */
"Restart" = "Restart";
/* No comment provided by engineer. */
"Restart Required" = "Restart Required";
/* No comment provided by engineer. */
"Software installed or removed requires a restart. You will have a chance to save open documents." = "Software installed or removed requires a restart. You will have a chance to save open documents.";
/* No comment provided by engineer. */
"Starting…" = "Starting…";
@@ -0,0 +1,90 @@
/* 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 = "MunkiStatus"; ObjectID = "56"; */
"56.title" = "MunkiStatus";
/* Class = "NSMenu"; title = "MunkiStatus"; ObjectID = "57"; */
"57.title" = "MunkiStatus";
/* Class = "NSMenuItem"; title = "About MunkiStatus"; ObjectID = "58"; */
"58.title" = "About MunkiStatus";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
"103.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
"106.title" = "Help";
/* Class = "NSMenuItem"; title = "MunkiStatus Help"; ObjectID = "111"; */
"111.title" = "MunkiStatus Help";
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
"130.title" = "Services";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
"131.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide MunkiStatus"; ObjectID = "134"; */
"134.title" = "Hide MunkiStatus";
/* Class = "NSMenuItem"; title = "Quit MunkiStatus"; ObjectID = "136"; */
"136.title" = "Quit MunkiStatus";
/* 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 = "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 = "NSWindow"; title = "Managed Software Center"; ObjectID = "1Nd-E7-vfR"; */
"1Nd-E7-vfR.title" = "Managed Software Centre";
/* Class = "NSButtonCell"; title = "Stop"; ObjectID = "M20-JG-Pmr"; */
"M20-JG-Pmr.title" = "Stop";
/* Class = "BorderlessWindow"; title = "BackdropWindow"; ObjectID = "VCy-58-vwp"; */
"VCy-58-vwp.title" = "BackdropWindow";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
"bd5-IY-BXv.title" = "Close";
@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */
@@ -0,0 +1,12 @@
/* No comment provided by engineer. */
"Restart" = "Restart";
/* No comment provided by engineer. */
"Restart Required" = "Restart Required";
/* No comment provided by engineer. */
"Software installed or removed requires a restart. You will have a chance to save open documents." = "Software installed or removed requires a restart. You will have a chance to save open documents.";
/* No comment provided by engineer. */
"Starting…" = "Starting…";
@@ -0,0 +1,90 @@
/* 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 = "MunkiStatus"; ObjectID = "56"; */
"56.title" = "MunkiStatus";
/* Class = "NSMenu"; title = "MunkiStatus"; ObjectID = "57"; */
"57.title" = "MunkiStatus";
/* Class = "NSMenuItem"; title = "About MunkiStatus"; ObjectID = "58"; */
"58.title" = "About MunkiStatus";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
"103.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
"106.title" = "Help";
/* Class = "NSMenuItem"; title = "MunkiStatus Help"; ObjectID = "111"; */
"111.title" = "MunkiStatus Help";
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
"130.title" = "Services";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
"131.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide MunkiStatus"; ObjectID = "134"; */
"134.title" = "Hide MunkiStatus";
/* Class = "NSMenuItem"; title = "Quit MunkiStatus"; ObjectID = "136"; */
"136.title" = "Quit MunkiStatus";
/* 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 = "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 = "NSWindow"; title = "Managed Software Center"; ObjectID = "1Nd-E7-vfR"; */
"1Nd-E7-vfR.title" = "Managed Software Centre";
/* Class = "NSButtonCell"; title = "Stop"; ObjectID = "M20-JG-Pmr"; */
"M20-JG-Pmr.title" = "Stop";
/* Class = "BorderlessWindow"; title = "BackdropWindow"; ObjectID = "VCy-58-vwp"; */
"VCy-58-vwp.title" = "BackdropWindow";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
"bd5-IY-BXv.title" = "Close";
@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */
@@ -0,0 +1,12 @@
/* No comment provided by engineer. */
"Restart" = "Restart";
/* No comment provided by engineer. */
"Restart Required" = "Restart Required";
/* No comment provided by engineer. */
"Software installed or removed requires a restart. You will have a chance to save open documents." = "Software installed or removed requires a restart. You will have a chance to save open documents.";
/* No comment provided by engineer. */
"Starting…" = "Starting…";
@@ -0,0 +1,90 @@
/* 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 = "MunkiStatus"; ObjectID = "56"; */
"56.title" = "MunkiStatus";
/* Class = "NSMenu"; title = "MunkiStatus"; ObjectID = "57"; */
"57.title" = "MunkiStatus";
/* Class = "NSMenuItem"; title = "About MunkiStatus"; ObjectID = "58"; */
"58.title" = "About MunkiStatus";
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
"103.title" = "Help";
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
"106.title" = "Help";
/* Class = "NSMenuItem"; title = "MunkiStatus Help"; ObjectID = "111"; */
"111.title" = "MunkiStatus Help";
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
"130.title" = "Services";
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
"131.title" = "Services";
/* Class = "NSMenuItem"; title = "Hide MunkiStatus"; ObjectID = "134"; */
"134.title" = "Hide MunkiStatus";
/* Class = "NSMenuItem"; title = "Quit MunkiStatus"; ObjectID = "136"; */
"136.title" = "Quit MunkiStatus";
/* 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 = "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 = "NSWindow"; title = "Managed Software Center"; ObjectID = "1Nd-E7-vfR"; */
"1Nd-E7-vfR.title" = "Managed Software Centre";
/* Class = "NSButtonCell"; title = "Stop"; ObjectID = "M20-JG-Pmr"; */
"M20-JG-Pmr.title" = "Stop";
/* Class = "BorderlessWindow"; title = "BackdropWindow"; ObjectID = "VCy-58-vwp"; */
"VCy-58-vwp.title" = "BackdropWindow";
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
"bd5-IY-BXv.title" = "Close";